.pulse-theme{--primary:153 74% 62%;--primary-foreground:153 74% 10%;--secondary:0 0% 11%;--secondary-foreground:0 0% 98%;--accent:72 88% 54%;--background:0 0% 100%;--muted:0 0% 96%;--foreground:0 0% 11%;--border:0 0% 90%;--card:0 0% 100%;--card-foreground:0 0% 11%}.pulse-theme.dark,.pulse-theme .dark{--background:0 0% 11%;--muted:0 0% 10%;--foreground:0 0% 100%;--border:0 0% 20%;--card:0 0% 13%;--card-foreground:0 0% 100%}.pulse-theme{font-family:var(--font-body,"Sora",sans-serif);background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;overflow-x:hidden}.pulse-theme h1,.pulse-theme h2,.pulse-theme h3,.pulse-theme h4,.pulse-theme h5,.pulse-theme h6{font-family:var(--font-display,"Poppins",sans-serif);font-weight:700;line-height:1.2}.pulse-theme .playfair{font-family:Playfair Display,serif}.pulse-theme .fz-60{font-size:clamp(2rem,5vw,3.75rem)}.pulse-theme .fz-45{font-size:clamp(1.75rem,4vw,2.8rem)}.pulse-theme .fz-30{font-size:clamp(1.5rem,3vw,1.875rem)}.pulse-theme .fz-20{font-size:1.25rem}.pulse-theme .fz-14{font-size:.875rem}.pulse-theme .section-padding{padding:clamp(3rem,10vw,8rem) 0}.pulse-theme .container{max-width:1200px;margin:0 auto;padding:0 20px}.pulse-theme .bg-pattern{pointer-events:none;opacity:.1;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:0}.pulse-theme .fz-80{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.pulse-theme .circle-button{border:1px solid hsl(var(--border)/.2);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;transition:all .5s;display:flex;position:relative}.pulse-theme .circle-button:hover{border-color:hsl(var(--primary))}.pulse-theme .rotate-circle{width:100%;height:100%;animation:15s linear infinite rotate;position:absolute}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pulse-theme .textcircle{fill:currentColor;font-family:var(--font-body,sans-serif);text-transform:uppercase;letter-spacing:2px;font-weight:500}.pulse-theme .circle-button .arrow{transition:transform .3s}.pulse-theme .circle-button:hover .arrow{color:hsl(var(--primary));transform:scale(1.2)}.pulse-theme .line-clamp-6{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pulse-theme .butn{cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;padding:14px 35px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pulse-theme .butn-bg{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.pulse-theme .butn-bord{background:0 0;border-color:currentColor}.pulse-theme .butn:hover{opacity:.9;transform:translateY(-2px)}.pulse-theme .pulse-btn{border:1px solid hsl(var(--foreground)/.15);color:hsl(var(--foreground));letter-spacing:.15em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border-radius:9999px;align-items:center;gap:1.25rem;padding:6px 6px 6px 1.75rem;font-size:.75rem;font-weight:700;line-height:1;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.pulse-theme .pulse-btn-icon{background:hsl(var(--foreground)/.05);border:1px solid hsl(var(--foreground)/.1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.pulse-theme .pulse-btn:hover{background:hsl(var(--foreground)/.05);border-color:hsl(var(--foreground)/.4);transform:scale(1.02)}.pulse-theme .pulse-btn:hover .pulse-btn-icon{background:hsl(var(--foreground));color:hsl(var(--background))}.pulse-theme .pulse-btn.btn-primary{border-color:hsl(var(--primary)/.4)}.pulse-theme .pulse-btn.btn-primary .pulse-btn-icon{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.pulse-theme .pulse-btn.btn-primary:hover .pulse-btn-icon{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.pulse-theme .pulse-btn.btn-dark-text{color:#000!important;border-color:#0003!important}.pulse-theme .pulse-btn.btn-dark-text .pulse-btn-icon{color:#000!important;background:#0000000d!important;border-color:#0000001a!important}.pulse-theme .pulse-btn.btn-light-text{color:#fff!important;border-color:#fff3!important}.pulse-theme .pulse-btn.btn-light-text .pulse-btn-icon{color:#fff!important;background:#ffffff0d!important;border-color:#ffffff1a!important}.pulse-theme .pulse-btn-sm{background:hsl(var(--primary));color:hsl(var(--primary-foreground));letter-spacing:.15em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9999px;align-items:center;padding:12px 28px;font-size:.75rem;font-weight:700;line-height:1;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.pulse-theme .pulse-btn-sm:hover{opacity:.95;color:hsl(var(--foreground));border-color:hsl(var(--foreground)/.2);background:0 0;transform:scale(1.05)}.pulse-theme .rolling-text{height:1.2em;display:inline-block;position:relative;overflow:hidden}.pulse-theme .hero-split{background-color:hsl(var(--background));flex-flow:wrap;width:100%;min-height:100vh;display:flex;overflow:hidden}.pulse-theme .hero-content{background-color:hsl(var(--background));color:hsl(var(--foreground));flex-direction:column;flex:0 0 100%;justify-content:space-between;padding-top:100px;display:flex;position:relative}@media (min-width:1024px){.pulse-theme .hero-split{flex-wrap:nowrap}.pulse-theme .hero-content{flex:0 0 41.6667%;min-width:0;padding-top:180px}}.pulse-theme .hero-gallery-text{flex-direction:column;flex-grow:1;justify-content:center;padding:0 30px 80px 80px;display:flex}@media (max-width:768px){.pulse-theme .hero-gallery-text{padding:40px 20px}}.pulse-theme .hero-pattern{pointer-events:none;opacity:.1;background-image:url(/images/templates-imgs/pulse-creative-pattern.svg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.pulse-theme .hero-pattern-top{pointer-events:none;opacity:.1;background-image:url(/images/templates-imgs/pulse-creative-pattern.svg);background-position:top;background-size:cover;width:100%;height:800px;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.pulse-theme .hero-headline{letter-spacing:-.02em;word-break:break-word;overflow-wrap:break-word;margin-bottom:2rem;font-size:clamp(2rem,5vw,55px);font-weight:700;line-height:1.2}.pulse-theme .hero-navigation{background-color:#0000001a;align-items:center;gap:2rem;padding:30px 30px 30px 80px;display:flex}@media (max-width:768px){.pulse-theme .hero-navigation{padding:20px}}.pulse-theme .hero-navigation .nav-arrows{gap:10px;margin-left:auto;display:flex}.pulse-theme .nav-arrow{color:#fff;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex}.pulse-theme .nav-arrow:hover{background:#ffffff1a}.pulse-theme .hero-image-side{flex:0 0 100%;min-height:50vh;position:relative}@media (min-width:1024px){.pulse-theme .hero-image-side{flex:0 0 58.3333%;height:100vh}}.pulse-theme .logo-bar{background-color:hsl(var(--secondary));border-top:1px solid hsl(var(--border)/.1);border-bottom:1px solid hsl(var(--border)/.1);padding:2rem 0}.pulse-theme .logo-container,.logo-container{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2.5rem;padding:10px;display:flex;overflow:auto hidden;scrollbar-width:none!important;-ms-overflow-style:none!important}.pulse-theme .logo-container::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.logo-container::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.pulse-theme .logo-item{opacity:.6;filter:grayscale();transition:all .4s}.pulse-theme .logo-item:hover{opacity:1;filter:grayscale(0);transform:scale(1.05)}.pulse-theme .serv-marq{z-index:5;background-color:#0000;padding:0;position:relative;overflow:visible}.pulse-theme .serv-marq .ontop{transform:rotate(-1deg)}.pulse-theme .main-marq{white-space:nowrap;text-transform:uppercase;display:flex;position:relative}.pulse-theme .main-marq:after{pointer-events:none;content:"";z-index:2;position:absolute;inset:-30px}.pulse-theme .main-marq.xlrg .box .item h4{font-size:10vw;font-weight:800}.pulse-theme .main-marq .slide-har{display:flex}.pulse-theme .main-marq .box{animation:150s linear infinite slide-har-ref;display:flex}.pulse-theme .main-marq .box .item{padding:0 30px}.pulse-theme .main-marq .item h4{color:hsl(var(--foreground));letter-spacing:-.01em;margin:0;line-height:1}.pulse-theme .main-marq .stroke{-webkit-text-stroke:2px hsl(var(--foreground)/.4);color:#0000;text-shadow:none}@keyframes slide-har-ref{0%{transform:translate(0%)}to{transform:translate(-100%)}}.pulse-theme .text-u{text-transform:uppercase}.pulse-theme .pulse-view-all-btn{color:hsl(var(--foreground));white-space:nowrap;align-items:center;text-decoration:none;transition:all .3s;display:flex}.pulse-theme .pulse-view-all-btn:hover{color:hsl(var(--primary))}.pulse-theme .pulse-view-all-icon{border:1px solid hsl(var(--border));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;display:flex}.pulse-theme .pulse-view-all-btn:hover .pulse-view-all-icon{background-color:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.pulse-theme .pulse-view-all-icon svg{width:1.5rem;height:1.5rem;transition:transform .3s}.pulse-theme .pulse-view-all-btn:hover .pulse-view-all-icon svg{transform:translate(2px,-2px)}.pulse-theme .blog-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:30px;display:grid}@media (min-width:768px){.pulse-theme .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.pulse-theme .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pulse-theme .blog-card{aspect-ratio:4/5;background-color:#0000;border:1px solid #0000;border-radius:0;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.pulse-theme .blog-card:hover{box-shadow:0 25px 50px -12px #00000040}.pulse-theme .blog-card-img-wrap{width:100%;height:100%;overflow:hidden}.pulse-theme .blog-card-img{-o-object-fit:cover;object-fit:cover;opacity:1;width:100%;height:100%;transition:all .7s cubic-bezier(.4,0,.2,1)}.pulse-theme .blog-card:hover .blog-card-img{transform:scale(1.05)}.pulse-theme .blog-card-info{z-index:15;pointer-events:none;background:linear-gradient(#0000 0%,#0000001f 20%,#00000059 42%,#0009 68%,#000000d1 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:40px;display:flex;position:absolute;inset:0}.pulse-theme .blog-card-tag{color:hsl(var(--primary));font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;transition:all .3s}.pulse-theme .blog-card-title{color:#fff;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;line-height:1.375;transition:all .3s}.pulse-theme .blog-card-meta{opacity:.8;color:#fff;border-top:1px solid #fff3;justify-content:space-between;align-items:center;width:100%;padding-top:16px;transition:opacity .3s;display:flex}.pulse-theme .blog-card:hover .blog-card-meta{opacity:1}.pulse-theme .blog-card-author{color:#fff;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.pulse-theme .blog-card-author-img{border-radius:50%;width:20px;height:20px;overflow:hidden}.pulse-theme .blog-card-date{text-transform:uppercase;letter-spacing:.05em;color:#fff;opacity:.7;font-size:10px}.pulse-theme .pulse-project-grid{display:flex}.pulse-theme .pulse-project-item-wrap{min-width:0;padding-left:30px}.pulse-theme .pulse-project-card{aspect-ratio:4/5;cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:0;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.pulse-theme .pulse-project-card:before{display:none}.pulse-theme .pulse-project-img{-o-object-fit:cover;object-fit:cover;opacity:1;width:100%;height:100%;transition:all .7s cubic-bezier(.4,0,.2,1)}.pulse-theme .pulse-project-card:hover{box-shadow:0 25px 50px -12px #00000040}.pulse-theme .pulse-project-card:hover .pulse-project-img{transform:scale(1.05)}.pulse-theme .pulse-project-info{z-index:15;pointer-events:none;background:linear-gradient(#0000 0%,#0000001f 20%,#00000059 42%,#0009 68%,#000000d1 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:40px;display:flex;position:absolute;inset:-1px}.pulse-theme .pulse-project-label{color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;transition:all .3s}.pulse-theme .pulse-project-title{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.375;transition:all .3s}.pulse-theme .pulse-project-nav-btn{border:1px solid hsl(var(--foreground)/.15);width:52px;height:52px;color:hsl(var(--foreground));background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .4s;display:flex}.pulse-theme .pulse-project-nav-btn:hover{border-color:hsl(var(--foreground)/.4);background:hsl(var(--foreground)/.05);transform:scale(1.05)}.pulse-theme .pulse-service-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000001f 20%,#00000059 42%,#0009 68%,#000000d1 100%);inset:-1px}.pulse-theme .pulse-contact{position:relative;overflow:hidden}.pulse-theme .pulse-contact-bg{background:hsl(var(--primary)/.05);pointer-events:none;z-index:0;width:70%;height:100%;position:absolute;top:0;right:-10%}.pulse-theme .pulse-contact .form-group{margin-bottom:1.5rem;position:relative}.pulse-theme .pulse-contact input,.pulse-theme .pulse-contact textarea{width:100%;color:hsl(var(--foreground));font-family:var(--font-body);outline:none;font-size:16px;transition:all .3s;border:none!important;border-bottom:1px solid hsl(var(--foreground)/.15)!important;background:0 0!important;border-radius:0!important;padding:15px 0!important}.pulse-theme .pulse-contact input:focus,.pulse-theme .pulse-contact textarea:focus{border-bottom-color:hsl(var(--primary))!important}.pulse-theme .pulse-contact .social-text a{color:hsl(var(--foreground));font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.pulse-theme .pulse-contact .social-text a:hover{color:hsl(var(--primary))}.pulse-theme .pulse-contact .phone a{color:hsl(var(--foreground));text-decoration:none}.pulse-theme .pulse-contact .phone a:hover{color:hsl(var(--primary))}.pulse-theme .bg-accent{background-color:hsl(var(--accent))!important;color:#111!important}.pulse-theme .serv-marq.bg-accent{padding:0!important}.pulse-theme .py-8{padding-top:2rem;padding-bottom:2rem}.pulse-theme .sm-marq{border-top:1px solid hsl(var(--foreground)/.1);border-bottom:1px solid hsl(var(--foreground)/.1)}.pulse-theme .sm-marq .item h4{margin:0!important;font-size:3rem!important;font-weight:700!important;line-height:1.1!important}.pulse-theme .sm-marq h4{color:#000!important}.pulse-theme .sm-marq .stroke{-webkit-text-stroke:1.5px #000!important;color:#0000!important;opacity:1!important}.pulse-theme .sm-marq.main-marq:after{display:none!important}.pulse-theme .sm-marq.main-marq{overflow:hidden}.pulse-prose{color:var(--tw-prose-body);max-width:65ch}.pulse-prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.pulse-prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.pulse-prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.pulse-prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.pulse-prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.pulse-prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.pulse-prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.pulse-prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.pulse-prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.pulse-prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.pulse-prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.pulse-prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.pulse-prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.pulse-prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.pulse-prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.pulse-prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.pulse-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.pulse-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.pulse-prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.pulse-prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.pulse-prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.pulse-prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.pulse-prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.pulse-prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.pulse-prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.pulse-prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.pulse-prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.pulse-prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.pulse-prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.pulse-prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.pulse-prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.pulse-prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.pulse-prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.pulse-prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.pulse-prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.pulse-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.pulse-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.pulse-prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.pulse-prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.pulse-prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.pulse-prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.pulse-prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.pulse-prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.pulse-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.pulse-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.pulse-prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.pulse-prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.pulse-prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.pulse-prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.pulse-prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.pulse-prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.pulse-prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.pulse-prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.pulse-prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.pulse-prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.pulse-prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.pulse-prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.pulse-prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.pulse-prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.pulse-prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.pulse-prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.pulse-prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.pulse-prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.pulse-prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.pulse-prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.pulse-prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.pulse-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.pulse-prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.pulse-prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.pulse-prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.pulse-prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.pulse-prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.pulse-prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.pulse-prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.pulse-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.pulse-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.pulse-prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.pulse-prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.pulse-prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pulse-prose{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders);max-width:none}.pulse-theme .pulse-faq .pulse-prose{color:hsl(var(--foreground)/.7)}.pulse-theme .pulse-faq .pulse-prose strong{color:hsl(var(--primary))}.pulse-theme .pulse-faq .pulse-prose a{color:hsl(var(--primary));font-weight:600;text-decoration:underline}.pulse-prose{--tw-prose-body:hsl(var(--foreground)/.7);--tw-prose-headings:hsl(var(--foreground));--tw-prose-links:hsl(var(--primary));--tw-prose-bold:hsl(var(--foreground));--tw-prose-counters:hsl(var(--primary));--tw-prose-bullets:hsl(var(--primary));--tw-prose-quotes:hsl(var(--foreground));--tw-prose-quote-borders:hsl(var(--primary));--tw-prose-captions:hsl(var(--foreground)/.5);--tw-prose-code:hsl(var(--primary));--tw-prose-pre-code:hsl(var(--foreground));--tw-prose-pre-bg:hsl(var(--secondary)/.3);--tw-prose-th-borders:hsl(var(--border)/.2);--tw-prose-td-borders:hsl(var(--border)/.1)}.pulse-prose h1,.pulse-prose h2,.pulse-prose h3,.pulse-prose h4{font-family:var(--font-display);letter-spacing:-.02em;margin-top:3rem;margin-bottom:1.5rem;font-weight:700}.pulse-prose p{margin-bottom:1.5rem;line-height:1.625}.pulse-prose blockquote{--tw-border-opacity:1;border-left-width:4px;border-color:hsl(var(--primary)/var(--tw-border-opacity,1));background-color:hsl(var(--secondary)/.1);padding:1rem 2rem;font-style:normal;font-weight:500}.pulse-prose img{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);margin-top:3rem;margin-bottom:3rem}.pulse-internal-hero{--tw-bg-opacity:1;background-color:hsl(var(--background)/var(--tw-bg-opacity,1));padding-top:10rem;padding-bottom:5rem;position:relative;overflow:hidden}.pulse-badge{border-width:1px;border-color:hsl(var(--foreground)/.2);text-transform:uppercase;letter-spacing:.2em;opacity:.6;align-items:center;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:10px;font-weight:700;display:inline-flex}.pulse-title-main{letter-spacing:-.05em;font-weight:700;line-height:.9}.pulse-theme .pulse-title-main{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.pulse-subtitle-main{color:hsl(var(--foreground)/.6);font-size:1.25rem;font-weight:500;line-height:1.625}.pulse-gallery-grid{gap:30px;display:grid}.pulse-gallery-card{aspect-ratio:1;background-color:hsl(var(--muted));border:1px solid hsl(var(--foreground)/.05);cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pulse-gallery-card:hover{border-color:hsl(var(--primary)/.3);box-shadow:0 0 40px hsl(var(--primary)/.1);transform:translateY(-5px)}.pulse-gallery-img-wrap{width:100%;height:100%;overflow:hidden}.pulse-gallery-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.4,0,.2,1)}.pulse-gallery-card:hover .pulse-gallery-img{transform:scale(1.1)}.pulse-gallery-overlay{background:hsl(var(--background)/.8);opacity:0;-webkit-backdrop-filter:blur(4px);z-index:10;justify-content:center;align-items:center;transition:all .5s;display:flex;position:absolute;inset:0}.pulse-gallery-card:hover .pulse-gallery-overlay{opacity:1}.pulse-gallery-icon{background:hsl(var(--primary));width:4rem;height:4rem;color:hsl(var(--primary-foreground));border-radius:50%;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(.5)translateY(20px)}.pulse-gallery-card:hover .pulse-gallery-icon{transform:scale(1)translateY(0)}.pulse-theme .pulse-faq .prose{color:hsl(var(--foreground)/.7)}.pulse-theme .pulse-faq .prose strong{color:hsl(var(--primary))}.pulse-theme .pulse-faq .prose a{color:hsl(var(--primary));font-weight:600;text-decoration:underline}@media (max-width:768px){.pulse-theme .pulse-faq .container{padding:0 24px}}
