:root{font-family:Archivo,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,p{font-family:Archivo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Archivo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;letter-spacing:-.02em}button{font-family:Archivo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{overflow-x:clip;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;min-width:320px;min-height:100vh;overflow-x:clip;width:100%;max-width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}header{padding:1.3rem 0;position:sticky;top:0;z-index:100;transition:all .3s ease}.header-dark{background-color:#282828;color:#fff}.header-white{background-color:#fff;color:#282828;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.logo img{height:40px;width:auto;display:block}.header-dark .logo{color:#fff}.header-white .logo{color:#282828}header nav{display:flex;gap:2.5rem;align-items:center}header nav a{text-decoration:none;font-size:1rem;padding:.5rem 0;transition:all .2s ease;font-weight:400;position:relative;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-dark nav a{color:#fff}.header-dark nav a:hover{color:coral}.header-white nav a{color:#4a5568}.header-white nav a:hover{color:#282828}.header-dark nav a.active{color:#ff7155}.header-white nav a.active{color:#ff7155}header button{border:2px solid white;padding:.5rem 1.8rem;border-radius:4px;font-weight:400;font-size:1rem;cursor:pointer;transition:all .2s ease;background-color:transparent;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-dark button{background-color:#fff;color:#282828;border-color:#fff}.header-dark button:hover{background-color:#ffffffd9;color:#282828}.header-white button{background-color:#282828;color:#fff;border-color:#282828}.header-white button:hover{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.header-actions{display:flex;align-items:center;gap:1rem}.hamburger-button{display:none;background:transparent!important;border:none!important;cursor:pointer;padding:.5rem;transition:opacity .2s ease;width:auto;height:auto;box-shadow:none;margin:0}.hamburger-button:hover{opacity:.7}.hamburger-button svg{display:block;width:33px;height:22px}.header-dark .hamburger-button svg path{fill:#fff}.header-white .hamburger-button svg path{fill:#282828}.mobile-menu-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:999;animation:fadeIn .3s ease}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;width:66.67%;max-width:66.67%;background-color:#fff;z-index:1000;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;animation:slideInFromRight .3s ease;overflow-y:auto;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;width:100%;box-sizing:border-box;flex-shrink:0}.mobile-menu-logo img{height:40px;width:auto}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.mobile-menu-close:hover{opacity:.7}.mobile-menu-nav{display:flex;flex-direction:column;padding:2rem 1.5rem 1.5rem;gap:0;width:100%;box-sizing:border-box;min-width:0}.mobile-menu-nav a{text-decoration:none;font-size:1.125rem;padding:1rem 0;color:#4a5568;font-weight:400;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:color .2s ease;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.mobile-menu-nav a:hover{color:#282828}.mobile-menu-nav a.active{color:#ff7155}.mobile-menu-footer{padding:0 1.5rem 2rem;margin-top:0;width:100%;box-sizing:border-box;flex-shrink:0}.mobile-candidates-button{width:100%;max-width:250px;padding:.875rem 1.5rem;border-radius:8px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-style:normal;font-size:14px;line-height:1.2;letter-spacing:-.01em;text-align:center;cursor:pointer;transition:all .2s ease;background-color:#d1d1d1;color:#000;border:none;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.mobile-candidates-button:hover{background-color:#b8b8b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 1024px){.desktop-nav,.desktop-candidates-button{display:none}.hamburger-button{display:block}.mobile-menu-overlay{width:50%;max-width:50%}}@media (max-width: 768px){.desktop-nav,.desktop-candidates-button{display:none}.hamburger-button{display:block}.header-container{padding:0 1.5rem}.mobile-menu-overlay{width:66.67%;max-width:66.67%}}.services-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem}.service-card{border:1px solid #eee;padding:1rem;text-align:center}.service-card .img-placeholder{width:100%;height:150px;background-color:#f0f0f0;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#ccc}.contact-form form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:auto}footer{display:flex;justify-content:space-between;padding:2rem;border-top:1px solid #eee;margin-top:2rem}.hero-section{background-color:#282828;color:#fff;padding:4rem 2rem;width:100%;max-width:100%;min-height:80vh;position:relative;overflow:hidden;box-sizing:border-box}.hero-decorative-lines{position:absolute;bottom:0;left:0;width:395px;height:auto;z-index:1;opacity:.8}.hero-decorative-circles{position:absolute;bottom:0;right:0;width:386px;height:466px;z-index:1;opacity:.8}.hero-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.hero-content{width:100%;max-width:900px;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto}.hero-content h1{font-family:Archivo,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-stretch:expanded;font-style:normal;font-size:clamp(50px,5.5vw,64px);line-height:1.1;letter-spacing:0px;margin-bottom:2rem;color:#fff;text-align:center}.hero-line{display:block;margin-bottom:.2rem}.hero-subtitle{color:#fff;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:normal;font-size:22px;line-height:1.4;letter-spacing:.03em;margin-bottom:3rem;opacity:.95;text-align:center;max-width:720px}.hero-cta-button{display:inline-block;text-decoration:none;background-color:#fff;color:#282828;border:none;padding:1rem 2.5rem;border-radius:6px;font-family:Archivo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-stretch:expanded;font-style:normal;font-size:20px;line-height:1.2;letter-spacing:-.01em;text-align:center;cursor:pointer;transition:all .2s ease}.hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@media (max-width: 1024px){.hero-section{padding:4rem 2rem 2rem;min-height:auto}.hero-container{flex-direction:column;gap:2rem;align-items:center;justify-content:center;width:100%;max-width:100%}.hero-content{text-align:center;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;margin:0;padding:0}.hero-content h1{font-size:clamp(52px,7.5vw,72px);text-align:center;margin-left:auto;margin-right:auto;width:100%}.hero-subtitle{font-size:1.25rem;text-align:center;margin-left:auto;margin-right:auto;width:100%}.hero-cta-button{align-self:center;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.hero-section,.services-section,.about-us-section,.testimonials-section{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.hero-section{padding:.5rem 1.5rem 4rem;min-height:auto;display:flex;align-items:center;justify-content:center}.hero-container{width:100%;max-width:100%;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.services-section{padding:4rem 1.5rem}.about-us-section{padding:6rem 1.5rem}.about-us-container{flex-direction:column;align-items:stretch;gap:2.5rem}.about-us-content{order:1;max-width:100%;display:flex;flex-direction:column;text-align:center;align-items:center}.about-us-subtitle,.about-us-title{text-align:center}.about-us-cta-button-desktop{display:none}.about-us-image-wrapper{order:2}.about-us-image-background img,.about-us-image img{height:auto!important;aspect-ratio:1 / 1;object-fit:cover}.about-us-image-background,.about-us-image{height:auto}.about-us-cta-button-mobile{order:3;display:block!important;width:auto;max-width:250px;margin:1.5rem auto 0;font-weight:700;padding:.75rem 2rem}.testimonials-section{padding:6rem 1.5rem}.footer-left{max-width:100%!important;flex:1 1 100%;width:100%}.footer-description{max-width:100%!important;width:100%}.hero-content{text-align:center;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;margin:0;padding:0}.hero-content h1{font-size:clamp(48px,8.5vw,68px);text-align:center;margin-left:auto;margin-right:auto;width:100%}.hero-subtitle{font-size:1.15rem;text-align:center;margin-left:auto;margin-right:auto;width:100%}.hero-cta-button{align-self:center;margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-decorative-lines{width:250px}.hero-decorative-circles{width:240px;height:auto}}.services-section{padding:4rem 2rem;text-align:center;background-color:#fff;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.services-header{margin-bottom:3rem}.services-subtitle{color:#ff6b6b;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.5rem}.services-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0;line-height:1.2}.services-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.service-card{background-color:#d9d9d9;border-radius:12px;padding:1.5rem;transition:transform .2s ease-in-out;min-height:200px;display:flex;flex-direction:column;justify-content:flex-start}.service-card--highlighted{background-color:#2d3748;color:#fff}.service-card:hover{transform:translateY(-5px);background-color:#282828;color:#fff}.service-card:hover .service-card__title{color:#fff}.service-card:hover .service-card__description{color:#e2e8f0}.service-card:hover .service-card__icon-symbol{background-color:#fff;color:#282828}.service-card__icon{margin-bottom:1rem;text-align:left}.service-card__icon-symbol{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;font-size:1.5rem;background-color:#000;color:#fff;box-shadow:0 2px 8px #0000001a}.service-card--highlighted .service-card__icon-symbol{background-color:#fff;color:#2d3748}.service-card__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#2d3748;text-align:left}.service-card--highlighted .service-card__title{color:#fff}.service-card__description{font-size:.9rem;line-height:1.6;color:#4a5568;margin:0;text-align:left}.service-card--highlighted .service-card__description{color:#e2e8f0}.about-us-section{background-color:#282828;color:#fff;padding:6rem 2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.about-us-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.about-us-image-wrapper{flex:1;position:relative}.about-us-image-background{position:absolute;top:-20px;left:-20px;width:100%;z-index:0}.about-us-image-background img{width:100%;height:500px;object-fit:cover;border-radius:12px;filter:brightness(.4)}.about-us-image{position:relative;z-index:1}.about-us-image img{width:100%;height:500px;object-fit:cover;border-radius:12px}.about-us-content{flex:1;max-width:500px}.about-us-subtitle{color:#ff7155;font-size:1.5rem;font-weight:500;text-transform:none;letter-spacing:.5px;display:block;margin-bottom:.5rem;font-family:GT America,sans-serif}.about-us-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff;font-family:GT America,sans-serif}.about-us-description{font-size:1rem;line-height:1.6;color:#e2e8f0;margin-bottom:2rem}.about-us-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:700;color:#ff7155;line-height:1;margin-bottom:.5rem;font-family:GT America,sans-serif}.stat-label{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:1;letter-spacing:.03em;color:#e2e8f0;max-width:165px}.stat-label strong{font-weight:700}.about-us-cta-button{display:inline-block;text-decoration:none;background-color:#fff;color:#282828;border:none;padding:1rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:GT America,sans-serif}.about-us-cta-button-mobile{display:none}.about-us-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.testimonials-section{background-color:#fff;padding:6rem 2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.testimonials-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center}.testimonial-card{background-color:#f4f4f4;border-radius:16px;padding:3rem 5rem;text-align:center;width:100%;box-shadow:0 4px 20px #0000001a}.testimonial-image{margin-bottom:2rem}.testimonial-image img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto}.testimonial-quote{font-family:GT America,sans-serif;font-size:1.5rem;line-height:1.6;color:#2d3748;margin-bottom:2rem;position:relative}.testimonial-name{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:700;color:#0c0c0ce5;margin-bottom:.5rem}.testimonial-title{font-family:DM Sans,sans-serif;font-size:1.2rem;color:#0c0c0ce5;margin-bottom:2rem}.testimonial-navigation{display:flex;justify-content:center;gap:1rem}.nav-arrow{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.nav-arrow svg{width:20px;height:20px;stroke-width:2;display:block;flex-shrink:0}.nav-arrow--prev,.nav-arrow--next{background-color:#fff;color:#000;border:1px solid #E2E8F0}.nav-arrow:hover{transform:scale(1.1);background-color:#000;color:#fff;border-color:#000}.contact-form{padding:4rem 2rem;background-color:#f7fafc;text-align:center}.contact-form h2{font-size:2.25rem;margin-bottom:3rem;color:#2d3748}.contact-form form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px;margin:0 auto;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1rem;border:1px solid #CBD5E0;border-radius:5px;font-size:1rem;font-family:inherit;box-sizing:border-box}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#4a5568;box-shadow:0 0 0 2px #4a556833}.contact-form input[type=email],.contact-form textarea{grid-column:1 / -1}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{grid-column:1 / -1;background-color:#2d3748;color:#fff;border:none;padding:.8rem 2rem;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s;justify-self:center;width:auto}.contact-form button:hover{background-color:#4a5568}.footer{background-color:#1a1a1a;color:#fff;padding:2rem 0;width:100%}.footer-container{max-width:95%;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:8rem}.footer-left{flex:1;max-width:60%}.footer-logo{font-size:2.5rem;font-weight:700;color:coral;margin:0 0 .3rem;letter-spacing:1px}.footer-logo img{height:40px;width:auto;margin-bottom:.3rem}.footer-logo:after{content:"";display:block;width:30px;height:2px;background-color:coral;margin-top:.2rem}.footer-description{font-size:1rem;line-height:1.5;color:#e2e8f0;margin:1.5rem 0 0;max-width:60%;font-weight:400}.footer-right{flex:0 0 auto;text-align:left;margin-left:auto}.footer-resources-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 1.2rem}.footer-nav{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.footer-nav a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .2s ease;white-space:nowrap}.footer-nav a:hover{color:coral}.footer-divider{width:100%;height:1px;background-color:#666;margin:0 0 2rem}.footer-bottom{width:100%}.footer-contact{display:flex;justify-content:space-between;gap:6rem}.contact-item{flex:1;max-width:30%}.contact-item h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .5rem}.contact-item p{font-size:.95rem;color:#fff;margin:0;line-height:1.4}.grip-group-block{flex:1.5;max-width:50%}.grip-group-block h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .5rem}.grip-group-title-link{color:#fff;text-decoration:none;font-weight:700;transition:color .2s ease}.grip-group-title-link:hover{color:coral}.footer-whatsapp-link{color:#fff;text-decoration:none;transition:color .2s ease}.footer-whatsapp-link:hover{color:coral}.grip-group-list{list-style:none;margin:0;padding:0}.grip-group-list li{margin:.25rem 0}.grip-group-link{font-size:.95rem;color:#fff;text-decoration:none;line-height:1.4;transition:color .2s ease}.grip-group-link:hover{color:coral}.grip-group-link strong{font-weight:700}.footer-attribution{text-align:center;margin-top:2.5rem;padding-top:1rem}.footer-attribution a{color:#666;text-decoration:none;font-size:.75rem;opacity:.6;transition:opacity .3s ease}.footer-attribution a:hover{opacity:.9}@media (max-width: 768px){.footer{padding:3rem 1rem 2rem}.footer-container{max-width:100%}.footer-top{flex-direction:column;gap:2.5rem;margin-bottom:2rem}.footer-right{margin-left:0;text-align:left}.footer-nav{align-items:flex-start}.footer-contact{flex-direction:column;gap:2rem}.contact-item,.grip-group-block{max-width:none}.footer-logo{font-size:2.2rem}.footer-logo img{height:35px}}.page-hero{background-color:#282828;background-size:cover;background-position:center;background-repeat:no-repeat;padding:4rem 2rem;min-height:400px;display:flex;align-items:center;position:relative}.page-hero-overlay{position:absolute;inset:0;background-color:#00000080;z-index:1}.page-hero-content{max-width:1200px;margin:0 auto;display:block;gap:4rem;align-items:center;width:100%;position:relative;z-index:2}.page-hero-logo{display:flex;flex-direction:column;gap:.5rem}.logo-main{font-size:4rem;font-weight:700;color:#fff;font-family:DM Sans,sans-serif;letter-spacing:-.02em;line-height:1}.logo-subtitle{font-size:1rem;font-weight:400;color:#fff;font-family:DM Sans,sans-serif;letter-spacing:.15em;text-transform:uppercase;opacity:.9}.page-hero-text{color:#fff;max-width:800px}.page-hero-text h1{font-size:3.5rem;color:#fff;font-weight:700;margin-bottom:2rem;line-height:1.2;font-family:DM Sans,sans-serif}.page-hero-text p{font-size:1.5rem;color:#fff;line-height:1.7;margin:0;font-family:DM Sans,sans-serif}.page-hero-image{position:relative;display:flex;justify-content:center}.image-stack{position:relative;width:70%;height:300px}.background-card{position:absolute;top:-20px;left:-20px;width:100%;height:100%;border-radius:16px;overflow:hidden;opacity:.15;z-index:1}.background-card img{width:100%;height:100%;object-fit:cover;border-radius:16px}.main-card{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d;z-index:2}.main-card img{width:100%;height:100%;object-fit:cover;border-radius:16px}.page-hero-decorator{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:3;opacity:.8}.page-hero-decorator svg{width:200px;height:auto;max-height:400px}@media (max-width: 768px){.page-hero{min-height:500px;padding:3rem 1.5rem}.page-hero-content{gap:2rem}.logo-main{font-size:2.5rem}.logo-subtitle{font-size:.85rem}.page-hero-text h1{font-size:2.5rem}.page-hero-text p{font-size:1rem}.image-stack{width:85%;height:250px}.page-hero-decorator{left:0}.page-hero-decorator svg{width:150px;max-height:300px}}.page-content{max-width:1100px;margin:4rem auto;padding:0 2rem}.page-content h2{font-size:2.25rem;text-align:center;margin-bottom:3rem;color:#2d3748}.content-container{display:flex;gap:3rem;align-items:flex-start}.text-content{flex:2}.image-content{flex:1;border:1px solid #E2E8F0;border-radius:8px;padding:1.5rem;text-align:center}.image-content h3{margin-top:1.5rem;margin-bottom:1rem}.image-content hr{width:50px;margin:0 auto 1.5rem;border:1px solid #CBD5E0}.image-content button{background-color:#4a5568;color:#fff;border:none;border-radius:5px;padding:.6rem 1.5rem;font-weight:700;cursor:pointer}.intro-section{text-align:center;padding:4rem 2rem 2rem;max-width:700px;margin:0 auto}.intro-section h2{font-size:2rem;color:#2d3748;margin-bottom:1rem}.intro-section p{font-size:1.1rem;color:#4a5568}.pilares-section{text-align:center;padding:2rem 2rem 4rem;max-width:900px;margin:0 auto}.pilares-section h2{font-size:2.25rem;color:#2d3748;margin-bottom:3rem}.pilares-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.pilar-card{text-align:center}.pilar-icon{font-size:2rem;font-weight:700;border:2px solid #CBD5E0;width:60px;height:60px;line-height:60px;border-radius:50%;margin:0 auto 1rem;color:#4a5568}.pilar-card p{font-weight:700;color:#2d3748;border-bottom:2px solid #CBD5E0;padding-bottom:.5rem;display:inline-block}.description-section{max-width:800px;margin:4rem auto;text-align:center;padding:0 2rem}.description-section h2{font-size:2.25rem;margin-bottom:1.5rem;color:#2d3748}.description-section p{font-size:1.1rem;line-height:1.6;color:#4a5568}.positions-section{max-width:900px;margin:4rem auto;padding:0 2rem}.positions-section h2{font-size:2.25rem;text-align:center;margin-bottom:3rem;color:#2d3748}.positions-columns{display:flex;justify-content:space-around;gap:3rem}.positions-column h4{font-size:1.2rem;color:#2d3748;margin-bottom:1rem;border-bottom:2px solid #E2E8F0;padding-bottom:.5rem}.positions-column ul{list-style:none;padding:0;margin:0}.positions-column li{color:#4a5568;padding:.5rem 0}.industries-section{background-color:#fff;padding:4rem 2rem;text-align:center;max-width:1200px;margin:0 auto}.industries-header{margin-bottom:3rem}.industries-subtitle{color:#ff6b6b;font-size:20px;font-weight:700;text-transform:none;letter-spacing:.5px;display:block;margin-bottom:.5rem}.industries-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0;line-height:1.2}.industries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5rem;max-width:100%;margin:0 auto;row-gap:2.5rem;align-items:start;overflow:visible}.industry-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;min-width:0;max-width:100%;overflow:visible}.industry-icon{display:flex;align-items:center;justify-content:center;width:120px;height:120px;background-color:#f7f1f1;border-radius:12px;padding:.75rem;box-sizing:border-box;min-width:0;min-height:0;overflow:hidden}.industry-icon svg{transition:transform .2s ease-in-out;width:auto;height:auto;flex-shrink:0;flex-grow:0}.industry-card:hover .industry-icon svg{transform:scale(1.05)}.industry-label{font-size:1.125rem;font-weight:500;color:#000;margin:0;text-align:center;font-family:DM Sans,sans-serif;width:100%;max-width:110%;line-height:1.3}@media (max-width: 768px){.industries-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;row-gap:2rem}.industries-title{font-size:2rem}.industry-icon{padding:1rem}.industry-label{font-size:1.1rem}}@media (max-width: 480px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:1.5rem}.industry-icon{padding:.75rem}.industry-label{font-size:1rem}}.team-section{background-color:#282828;padding:4rem 2rem;color:#fff}.team-header{margin-bottom:3rem;text-align:left;max-width:1400px;margin-left:auto;margin-right:auto;display:flex;align-items:center;gap:2rem}.team-subtitle{color:#ff6b6b;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.5rem}.team-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.team-title .title-line{display:block}.team-title-container{flex:0 0 auto;min-width:250px}.team-cards-container{flex:1}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{background-color:#1a1a1a;border-radius:12px;overflow:hidden;transition:transform .2s ease-in-out}.team-card:hover{transform:translateY(-5px)}.team-image{width:100%;height:300px;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover}.team-info{padding:1.5rem;text-align:left}.team-name{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 .5rem}.team-position{font-size:.9rem;color:#e2e8f0;margin:0}@media (max-width: 768px){.team-header{flex-direction:column;gap:2rem;text-align:center}.team-title-container{min-width:auto}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-title{font-size:2rem}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr;gap:1rem}}.clients-section{padding:4rem 2rem;text-align:center}.clients-section h2{font-size:2.25rem;margin-bottom:3rem;color:#2d3748}.clients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto}.client-logo{text-align:center;padding:1rem 0;border-bottom:2px solid #E2E8F0}.client-logo p{font-size:1.2rem;font-weight:600;color:#4a5568}._fab_1i6kl_1{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000002e;text-decoration:none;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease;z-index:999}._fab_1i6kl_1:hover{transform:translateY(-2px);background-color:#1ebe5c;color:#fff;box-shadow:0 12px 24px #00000038}._icon_1i6kl_26{display:inline-flex;line-height:0}._icon_1i6kl_26 svg{display:block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;shape-rendering:geometricPrecision}@media (max-width: 480px){._fab_1i6kl_1{right:14px;bottom:14px;width:52px;height:52px}}._header_1xt2o_2{background-color:#4299e1;padding:1.5rem 2rem;padding-top:calc(1.5rem + env(safe-area-inset-top,0px));color:#fff;position:sticky;top:0;z-index:100;transition:all .3s ease}._headerTransparent_1xt2o_13{background-color:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none}._headerTransparent_1xt2o_13 ._desktopNav_1xt2o_18 a{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._headerTransparent_1xt2o_13 ._logo_1xt2o_23 img{filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5))}._headerTransparent_1xt2o_13 button{background-color:#fff;color:#4299e1}._headerSolid_1xt2o_32{background-color:#0c0c0c;box-shadow:0 2px 10px #0000001a}._container_1xt2o_38{max-width:1250px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._leftSection_1xt2o_46{display:flex;align-items:center;gap:2rem}._logo_1xt2o_23{display:flex;align-items:center;text-decoration:none}._logo_1xt2o_23 img{height:42px;width:auto}._desktopNav_1xt2o_18{display:flex;gap:2.5rem}._header_1xt2o_2 ._desktopNav_1xt2o_18 a{color:#ebf8ff;text-decoration:none;font-size:.9rem;padding:.5rem;border-radius:5px;transition:all .2s ease-in-out}._header_1xt2o_2 ._desktopNav_1xt2o_18 a:hover{background-color:#63b3ed;color:#fff}._header_1xt2o_2 ._desktopNav_1xt2o_18 a._active_1xt2o_82{font-weight:700;background-color:#ff71558c}._headerActions_1xt2o_87{display:flex;align-items:center;gap:1rem}._hamburgerButton_1xt2o_93{display:none;background:transparent!important;border:none!important;cursor:pointer;padding:.5rem;transition:opacity .2s ease}._hamburgerButton_1xt2o_93:hover{opacity:.85}._hamburgerButton_1xt2o_93 svg{display:block;width:33px;height:22px}._hamburgerButton_1xt2o_93 svg path{fill:#fff}._header_1xt2o_2 button{border:2px solid white;padding:.5rem 1.8rem;border-radius:4px;font-weight:400;font-size:.95rem;cursor:pointer;transition:all .2s ease;background-color:transparent;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000}._headerSolid_1xt2o_32 button{background-color:#fff;color:#000;border-color:#fff}._headerSolid_1xt2o_32 button:hover{background-color:#ffffffd9;color:#000}._headerTransparent_1xt2o_13 button{background-color:#fff;color:#000;border-color:#fff}._headerTransparent_1xt2o_13 button:hover{background-color:#ffffffe6;color:#000}@media (max-width: 1024px){._desktopNav_1xt2o_18,._desktopCta_1xt2o_157{display:none}._hamburgerButton_1xt2o_93{display:block}}._footer_yyssr_2{background-color:#0c0c0c;background-image:url(/images/contact-background.png);background-size:contain;background-position:right top;background-repeat:no-repeat;color:#fff;padding:3rem 2rem;width:100%;margin-top:0!important;border:none!important;position:relative}._footer_yyssr_2:before{content:"";position:absolute;inset:0;background-color:#0c0c0cb3;z-index:0}._footerContainer_yyssr_27{position:relative;z-index:1}._footerContainer_yyssr_27{max-width:1200px;margin:0 auto}._footerTop_yyssr_37{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:4rem}._footerLeft_yyssr_45{flex:1;max-width:50%}._footerLogo_yyssr_50{margin:0 0 1rem}._footerLogo_yyssr_50 img{height:50px;width:auto}._footerDescription_yyssr_59{font-size:1rem;line-height:1.6;color:#e2e8f0;margin:1.5rem 0 0;max-width:65%;font-weight:400}._footerRight_yyssr_68{flex:0 0 auto;text-align:left}._footerResourcesTitle_yyssr_73{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1.2rem}._footerNav_yyssr_80{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}._footerNav_yyssr_80 a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .2s ease;white-space:nowrap}._footerNav_yyssr_80 a:hover{color:#f3674b}._footerDivider_yyssr_99{width:100%;height:1px;background-color:#666;margin:0 0 2rem}._footerBottom_yyssr_106{width:100%}._footerContact_yyssr_110{display:flex;justify-content:space-between;gap:3rem}._contactItem_yyssr_116{flex:1;max-width:33%}._contactItem_yyssr_116 h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .5rem}._contactItem_yyssr_116 p{font-size:.95rem;color:#fff;margin:0;line-height:1.4}._gripGroupBlock_yyssr_135{flex:1.5;max-width:50%}._gripGroupBlock_yyssr_135 h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .5rem}._gripGroupTitleLink_yyssr_147{color:#fff;text-decoration:none;font-weight:700;transition:color .2s ease}._gripGroupTitleLink_yyssr_147:hover{color:#f3674b}._whatsappLink_yyssr_158{color:#fff;text-decoration:none;transition:color .2s ease}._whatsappLink_yyssr_158:hover{color:#f3674b}._gripGroupList_yyssr_168{list-style:none;margin:0;padding:0}._gripGroupList_yyssr_168 li{margin:.25rem 0}._gripGroupLink_yyssr_178{font-size:.95rem;color:#fff;text-decoration:none;line-height:1.4;transition:color .2s ease}._gripGroupLink_yyssr_178:hover{color:#f3674b}._gripGroupLink_yyssr_178 strong{font-weight:700}@media (max-width: 1024px){._footerDescription_yyssr_59{max-width:100%}}@media (max-width: 768px){._footer_yyssr_2{padding:3rem 1.5rem 2rem}._footerContainer_yyssr_27{max-width:100%}._footerTop_yyssr_37{flex-direction:column;gap:2.5rem;margin-bottom:2rem}._footerLeft_yyssr_45,._footerDescription_yyssr_59{max-width:100%}._footerRight_yyssr_68{text-align:left}._footerNav_yyssr_80{align-items:flex-start}._footerContact_yyssr_110{flex-direction:column;gap:2rem}._contactItem_yyssr_116,._gripGroupBlock_yyssr_135{max-width:none}._footerLogo_yyssr_50 img{height:40px}}._card_mew7t_1{padding:40px 35px;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;min-height:240px}._card_mew7t_1:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}._cardDark_mew7t_16{background:#1a1a1a;color:#fff}._cardLight_mew7t_22{background:#e8e8e8;color:#1a1a1a}._iconWrapper_mew7t_27{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}._cardDark_mew7t_16 ._iconWrapper_mew7t_27{background:#fff}._cardLight_mew7t_22 ._iconWrapper_mew7t_27{background:#1a1a1a}._icon_mew7t_27{width:28px;height:28px}._cardDark_mew7t_16 ._icon_mew7t_27{color:#1a1a1a}._cardLight_mew7t_22 ._icon_mew7t_27{color:#fff}._cardTitle_mew7t_59{font-size:26px;font-weight:700;margin:0 0 16px;line-height:1.3;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._description_mew7t_67{font-size:16px;line-height:1.7;margin:0;opacity:.9;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._highlight_mew7t_75{font-weight:600}@media (max-width: 768px){._card_mew7t_1{padding:40px 30px;min-height:250px}._cardTitle_mew7t_59{font-size:24px}._description_mew7t_67{font-size:15px}}._servicesSection_hveqg_1{padding:120px 20px;background:#fff;position:relative;overflow:hidden}._container_hveqg_8{max-width:1200px;margin:0 auto;position:relative;z-index:2}._header_hveqg_15{text-align:center;margin-bottom:80px}._subtitle_hveqg_20{display:block;font-family:Archivo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-stretch:expanded;font-style:normal;font-size:24px;color:#ff6b4a;margin-bottom:16px;text-transform:none;line-height:1;letter-spacing:0;text-align:center}._title_hveqg_36{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-stretch:expanded;font-style:normal;font-size:52px;color:#1a1a1a;line-height:1;letter-spacing:0;text-align:center;margin:0}._grid_hveqg_50{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;position:relative}._logoCard_hveqg_58{display:flex;align-items:center;justify-content:center;padding:40px;background:transparent;border-radius:24px;min-height:240px}._logoImage_hveqg_68{width:100%;max-width:200px;height:auto;object-fit:contain;opacity:.8}._highlight_hveqg_76{font-weight:600}._spiralLeft_hveqg_81{position:absolute;bottom:-150px;left:-50px;width:317px;height:542px;z-index:1;pointer-events:none;opacity:1}._spiralRight_hveqg_92{position:absolute;top:50px;right:-50px;width:317px;height:542px;z-index:1;pointer-events:none;opacity:1;transform:scaleX(-1)}@media (max-width: 1024px){._grid_hveqg_50{grid-template-columns:repeat(2,1fr)}._title_hveqg_36{font-size:42px}._grid_hveqg_50>._logoCard_hveqg_58{display:none}}@media (max-width: 768px){._servicesSection_hveqg_1{padding:80px 20px}._title_hveqg_36{font-size:32px}._grid_hveqg_50{grid-template-columns:1fr;gap:20px}._spiralLeft_hveqg_81,._spiralRight_hveqg_92{display:none}._grid_hveqg_50>._logoCard_hveqg_58{display:none}._grid_hveqg_50>._logoCard_hveqg_58:nth-of-type(1){display:flex}}._testimonialsSection_bnd3g_3{padding:80px 0;background-color:#fff;color:#1a202c}._testimonialsContainer_bnd3g_9{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:center}._testimonialCard_bnd3g_17{background-color:#f4f4f4;color:#1a202c;border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000000d;position:relative;max-width:1000px;width:100%;border:1px solid #e9ecef}._quotesImage_bnd3g_29{position:absolute;top:20px;right:30px;width:40px;height:auto;opacity:.8}._testimonialQuote_bnd3g_38{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-style:normal;font-size:24px;line-height:1.5;letter-spacing:0;color:#0c0c0c;margin-top:20px;text-align:center;padding:0 60px}@media (max-width: 768px){._testimonialsSection_bnd3g_3{padding:60px 0}._testimonialCard_bnd3g_17{padding:30px 20px}._testimonialQuote_bnd3g_38{font-size:18px;padding:0 50px}._quotesImage_bnd3g_29{width:30px;top:15px;right:20px}}._talentoHero_zoch7_1{background-color:#282828;padding:120px 20px;position:relative;overflow:hidden}._talentoSpiral_zoch7_8{position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:317px;height:542px;z-index:1;pointer-events:none;opacity:.8}._talentoHeroContent_zoch7_20{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}._talentoText_zoch7_31{color:#fff;padding-left:80px}._talentoTitle_zoch7_36{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:64px;font-weight:700;line-height:1.1;margin:0 0 40px}._titleLine_zoch7_44{display:block}._talentoDescription_zoch7_48{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;line-height:1.7;color:#fff;margin:0 0 60px;opacity:.95}._talentoStat_zoch7_57{display:flex;align-items:center;gap:16px}._statNumber_zoch7_63{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:700;color:#ff6b4a;line-height:1}._statText_zoch7_71{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;color:#fff;line-height:1.4;opacity:.9}._talentoImage_zoch7_80{position:relative;display:flex;justify-content:center}._imageStack_zoch7_86{position:relative;width:70%;height:400px}._backgroundCard_zoch7_92{position:absolute;top:-20px;left:-20px;width:100%;height:100%;border-radius:16px;overflow:hidden;opacity:.15;z-index:1}._backgroundCard_zoch7_92 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._mainCard_zoch7_111{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d;z-index:2}._mainCard_zoch7_111 img{width:100%;height:100%;object-fit:cover;border-radius:16px}@media (max-width: 1024px){._talentoHero_zoch7_1{padding:100px 20px}._talentoHeroContent_zoch7_20{gap:60px}._talentoTitle_zoch7_36{font-size:48px}._statNumber_zoch7_63{font-size:40px}}@media (max-width: 768px){._talentoHero_zoch7_1{padding:80px 20px}._talentoHeroContent_zoch7_20{grid-template-columns:1fr;gap:40px;text-align:center}._talentoText_zoch7_31{padding-left:0}._talentoTitle_zoch7_36{font-size:40px}._talentoDescription_zoch7_48{font-size:18px}._statNumber_zoch7_63{font-size:36px}._imageStack_zoch7_86{width:85%;height:350px}._talentoSpiral_zoch7_8{width:200px;height:340px;left:-50px;top:20%;opacity:.6}}._positionsSection_ajlaw_1{padding:120px 20px;background:#fff;position:relative;overflow:hidden}._container_ajlaw_8{max-width:1200px;margin:0 auto;position:relative;z-index:2}._header_ajlaw_15{text-align:center;margin-bottom:80px}._subtitle_ajlaw_20{display:block;font-size:20px;font-weight:700;color:#ff6b4a;margin-bottom:16px;text-transform:none;letter-spacing:.5px;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._title_ajlaw_31{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._grid_ajlaw_40{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:80px}._positionCard_ajlaw_47{padding:40px 30px;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease;min-height:300px;display:flex;flex-direction:column;justify-content:center;text-align:center}._positionCard_ajlaw_47:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}._cardLight_ajlaw_63{background:#e8e8e8;color:#1a1a1a}._cardDark_ajlaw_68{background:#1a1a1a;color:#fff}._cardTitle_ajlaw_73{font-size:26px;font-weight:700;margin:0 0 16px;line-height:1.3;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}._cardDescription_ajlaw_82{font-size:18px;line-height:1.6;margin:0;opacity:.9;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}._ctaContainer_ajlaw_91{text-align:center}._ctaButton_ajlaw_95{display:inline-block;text-decoration:none;background-color:#1a1a1a;color:#fff;border:none;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._ctaButton_ajlaw_95:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0003}._spiralTopRight_ajlaw_117{position:absolute;top:-50px;right:-100px;width:317px;height:542px;z-index:1;pointer-events:none;opacity:.8;transform:scaleX(-1) scaleY(-1)}._spiralBottomLeft_ajlaw_129{position:absolute;bottom:-50px;left:-100px;width:317px;height:542px;z-index:1;pointer-events:none;opacity:.8}._circleTopRight_ajlaw_141{position:absolute;top:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(224,224,224,.3) 0%,rgba(224,224,224,.1) 50%,transparent 70%);z-index:1;pointer-events:none}@media (max-width: 1024px){._grid_ajlaw_40{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){._positionsSection_ajlaw_1{padding:80px 20px}._title_ajlaw_31{font-size:32px}._grid_ajlaw_40{grid-template-columns:1fr;gap:20px;margin-bottom:60px}._positionCard_ajlaw_47{padding:30px 25px;min-height:260px}._cardTitle_ajlaw_73{font-size:22px}._cardDescription_ajlaw_82{font-size:16px}._circleTopRight_ajlaw_141,._spiralTopRight_ajlaw_117,._spiralBottomLeft_ajlaw_129{display:none}}._contactCta_1517c_3{padding:40px 0;background-color:transparent;color:#333}._ctaContainer_1517c_9{max-width:1200px;margin:0 auto;padding:0 20px}._ctaContent_1517c_15{background-color:#f0f0f0;border-radius:8px;padding:25px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:0 2px 5px #0000000d}._ctaText_1517c_26{font-size:18px;font-weight:500;color:#333;margin:0;line-height:1.4;flex:1}._ctaButton_1517c_35{display:inline-block;text-decoration:none;background-color:#333;color:#fff;border:none;border-radius:8px;padding:12px 25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:120px}._ctaButton_1517c_35:hover{background-color:#555;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._ctaButton_1517c_35:active{transform:translateY(0)}@media (max-width: 768px){._ctaContent_1517c_15{flex-direction:column;text-align:center;padding:25px 30px;gap:20px}._ctaText_1517c_26{font-size:16px}._ctaButton_1517c_35{width:100%;max-width:180px}}@media (max-width: 480px){._ctaContent_1517c_15{padding:20px}._ctaText_1517c_26{font-size:15px}._ctaButton_1517c_35{padding:10px 20px;font-size:14px}}._metodologiaHero_vur7l_1{background-color:#282828;padding:120px 20px;position:relative;overflow:hidden}._metodologiaSpiral_vur7l_8{position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:317px;height:542px;z-index:1;pointer-events:none;opacity:.8}._metodologiaHeroContent_vur7l_20{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}._metodologiaText_vur7l_31{color:#fff;padding-left:80px}._metodologiaTitle_vur7l_36{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:64px;font-weight:700;line-height:1.1;margin:0;color:#fff}._metodologiaImage_vur7l_45{position:relative;display:flex;justify-content:center}._imageStack_vur7l_51{position:relative;width:70%;height:400px}._backgroundCard_vur7l_57{position:absolute;top:-20px;left:-20px;width:100%;height:100%;border-radius:16px;overflow:hidden;opacity:.15;z-index:1}._backgroundCard_vur7l_57 img{width:100%;height:100%;object-fit:cover;object-position:right center;border-radius:16px}._mainCard_vur7l_77{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d;z-index:2}._mainCard_vur7l_77 img{width:100%;height:100%;object-fit:cover;object-position:right center;border-radius:16px}@media (max-width: 1024px){._metodologiaHero_vur7l_1{padding:100px 20px}._metodologiaHeroContent_vur7l_20{gap:60px}._metodologiaTitle_vur7l_36{font-size:48px}}@media (max-width: 768px){._metodologiaHero_vur7l_1{padding:80px 20px}._metodologiaHeroContent_vur7l_20{grid-template-columns:1fr;gap:40px;text-align:center}._metodologiaText_vur7l_31{padding-left:0}._metodologiaTitle_vur7l_36{font-size:40px}._imageStack_vur7l_51{width:85%;height:350px}._metodologiaSpiral_vur7l_8{width:200px;height:340px;left:-50px;top:20%;opacity:.6}}._processPillars_1t8lq_3{padding:40px 0;background-color:#fff;text-align:center;position:relative;overflow:hidden}._spiralDecorator_1t8lq_12{position:absolute;top:-100px;right:-100px;width:400px;height:600px;z-index:1;pointer-events:none}._spiralSvg_1t8lq_22{width:100%;height:100%;opacity:1}._processPillarsContainer_1t8lq_28{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}._processPillarsHeader_1t8lq_36{padding:0 0 30px;z-index:3;width:100%;box-sizing:border-box}._processPillarsHeader_1t8lq_36 h2{pointer-events:auto}._processSubtitle_1t8lq_47{display:block;font-size:16px;font-weight:600;color:#e25822;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}._processTitle_1t8lq_57{font-size:44px;font-weight:800;color:#000;margin:0;line-height:1.2}._pillarsGrid_1t8lq_67{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-columns:1fr;gap:1rem;position:relative;align-items:stretch}._pillarItem_1t8lq_76{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:10rem 2rem;border-radius:0;width:100%;box-sizing:border-box;height:100%;min-height:500px}._pillarFirst_1t8lq_91{background-color:#212121f3}._pillarSecond_1t8lq_96{background-color:#d9d9d9d9}._pillarThird_1t8lq_101{background-color:#fbeeecd9}._pillarFourth_1t8lq_106{background-color:#212121f3}._pillarFifth_1t8lq_111{background-color:#d9d9d9d9}._pillarDark_1t8lq_116{background-color:#2d2d2d}._pillarLight_1t8lq_121{background-color:#faf9f6;border:1px solid #E5E5E5}._pillarMainContent_1t8lq_126{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}._pillarIconCircle_1t8lq_134{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;position:relative;flex-shrink:0}._pillarFirst_1t8lq_91 ._pillarIconCircle_1t8lq_134,._pillarFourth_1t8lq_106 ._pillarIconCircle_1t8lq_134,._pillarDark_1t8lq_116 ._pillarIconCircle_1t8lq_134{background-color:#fff}._pillarSecond_1t8lq_96 ._pillarIconCircle_1t8lq_134,._pillarFifth_1t8lq_111 ._pillarIconCircle_1t8lq_134{background-color:#000}._pillarThird_1t8lq_101 ._pillarIconCircle_1t8lq_134{background-color:#fff}._pillarLight_1t8lq_121 ._pillarIconCircle_1t8lq_134{background-color:#ff7155}._pillarIconCircle_1t8lq_134 svg{width:50px;height:50px}._pillarContent_1t8lq_174{width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center}._pillarTitle_1t8lq_182{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;font-stretch:expanded;line-height:100%;letter-spacing:0%;text-align:center;margin:0 0 2rem;width:100%;white-space:normal}._pillarFirst_1t8lq_91 ._pillarTitle_1t8lq_182,._pillarFourth_1t8lq_106 ._pillarTitle_1t8lq_182,._pillarDark_1t8lq_116 ._pillarTitle_1t8lq_182{color:#fff}._pillarSecond_1t8lq_96 ._pillarTitle_1t8lq_182,._pillarThird_1t8lq_101 ._pillarTitle_1t8lq_182,._pillarFifth_1t8lq_111 ._pillarTitle_1t8lq_182,._pillarLight_1t8lq_121 ._pillarTitle_1t8lq_182{color:#000}._pillarDescription_1t8lq_210{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;line-height:1.6;margin:0;width:100%;white-space:normal;padding-bottom:1.5rem}._pillarFirst_1t8lq_91 ._pillarDescription_1t8lq_210,._pillarFourth_1t8lq_106 ._pillarDescription_1t8lq_210{color:#fff}._pillarSecond_1t8lq_96 ._pillarDescription_1t8lq_210,._pillarThird_1t8lq_101 ._pillarDescription_1t8lq_210,._pillarFifth_1t8lq_111 ._pillarDescription_1t8lq_210{color:#000}._pillarDark_1t8lq_116 ._pillarDescription_1t8lq_210{color:#fff}._pillarLight_1t8lq_121 ._pillarDescription_1t8lq_210{color:#000}._pillarLogo_1t8lq_245{margin-top:auto;padding-top:2rem;width:100%;display:flex;justify-content:center;align-items:center}._logoImage_1t8lq_254{max-width:120px;height:auto;object-fit:contain}._connectingLine_1t8lq_261{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:visible}._connectingLine_1t8lq_261 path{stroke:#1a202c;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 1024px){._pillarsGrid_1t8lq_67{grid-template-columns:repeat(3,1fr);gap:1rem}._pillarItem_1t8lq_76{padding:3rem 1.25rem}}@media (max-width: 768px){._processPillarsContainer_1t8lq_28{padding:0 80px}._pillarsGrid_1t8lq_67{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:500px;margin:0 auto}._pillarItem_1t8lq_76{padding:2.5rem 1rem}._pillarMainContent_1t8lq_126{max-width:85%}._pillarIconCircle_1t8lq_134{width:90px;height:90px;margin-bottom:2rem}._pillarIconCircle_1t8lq_134 svg{width:45px;height:45px}._pillarTitle_1t8lq_182{font-size:38px;margin-bottom:2.5rem}._pillarDescription_1t8lq_210{font-size:1.35rem}}@media (max-width: 480px){._processPillarsContainer_1t8lq_28{padding:0 60px}._pillarsGrid_1t8lq_67{grid-template-columns:1fr;max-width:320px;margin:0 auto}._pillarMainContent_1t8lq_126{max-width:80%}._pillarTitle_1t8lq_182{font-size:28px;margin-bottom:2.5rem}._pillarDescription_1t8lq_210{font-size:1.2rem}}._testimonialsSuccess_1jl2z_3{padding:80px 0;background-color:#212121;color:#fff}._testimonialsContainer_1jl2z_9{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}._testimonialsSubtitle_1jl2z_20{font-size:16px;font-weight:600;color:#e25822;margin-bottom:8px;text-transform:uppercase}._testimonialsTitle_1jl2z_28{font-size:60px;font-weight:800;color:#fff;margin:0;line-height:1.1}._testimonialsGrid_1jl2z_36{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}._testimonialCard_1jl2z_42{background-color:#fff;color:#1a202c;border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 15px #0003;position:relative}._quoteIcon_1jl2z_54{position:absolute;top:20px;right:30px}._quoteImage_1jl2z_60{width:30px;height:auto;opacity:1}._testimonialText_1jl2z_66{font-size:16px;line-height:1.6;color:#4a5568;margin:20px 0 0;flex-grow:1;font-weight:500}._testimonialAuthor_1jl2z_76{display:flex;flex-direction:column;gap:2px;margin-top:auto}._authorName_1jl2z_83{font-size:14px;font-weight:400;color:#6b7280}@media (max-width: 1024px){._testimonialsContainer_1jl2z_9{grid-template-columns:1fr;gap:40px;padding:0 60px}._testimonialsGrid_1jl2z_36{grid-template-columns:1fr;max-width:600px;margin:0 auto}._testimonialsHeader_1jl2z_103{text-align:center}}@media (max-width: 768px){._testimonialsGrid_1jl2z_36{grid-template-columns:1fr}._testimonialsTitle_1jl2z_28{font-size:40px}}._sobreSpectalHero_1kxu8_1{background-color:#282828;padding:120px 20px;position:relative;overflow:hidden}._sobreSpectalSpiral_1kxu8_8{position:absolute;left:-100px;top:50%;transform:translateY(-50%);width:317px;height:542px;z-index:1;pointer-events:none;opacity:.8}._sobreSpectalHeroContent_1kxu8_20{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}._sobreSpectalText_1kxu8_31{color:#fff;padding-left:80px}._sobreSpectalTitle_1kxu8_36{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:64px;font-weight:700;line-height:1.1;margin:0 0 40px;color:#fff}._sobreSpectalDescription_1kxu8_45{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.7;color:#fff;margin:0;opacity:.95}._sobreSpectalImage_1kxu8_54{position:relative;display:flex;justify-content:center}._imageStack_1kxu8_60{position:relative;width:70%;height:400px}._backgroundCard_1kxu8_66{position:absolute;top:-20px;left:-20px;width:100%;height:100%;border-radius:16px;overflow:hidden;opacity:.15;z-index:1}._backgroundCard_1kxu8_66 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._mainCard_1kxu8_85{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d;z-index:2}._mainCard_1kxu8_85 img{width:100%;height:100%;object-fit:cover;border-radius:16px}@media (max-width: 1024px){._sobreSpectalHero_1kxu8_1{padding:100px 20px}._sobreSpectalHeroContent_1kxu8_20{gap:60px}._sobreSpectalTitle_1kxu8_36{font-size:48px}}@media (max-width: 768px){._sobreSpectalHero_1kxu8_1{padding:80px 20px}._sobreSpectalHeroContent_1kxu8_20{grid-template-columns:1fr;gap:40px;text-align:center}._sobreSpectalText_1kxu8_31{padding-left:0}._sobreSpectalTitle_1kxu8_36{font-size:40px}._sobreSpectalDescription_1kxu8_45{font-size:16px}._imageStack_1kxu8_60{width:85%;height:350px}._sobreSpectalSpiral_1kxu8_8{width:200px;height:340px;left:-50px;top:20%;opacity:.6}}._solicitaPropuestaContainer_1b9mo_1{display:flex;padding:2rem;gap:3rem;max-width:1200px;margin:0 auto;min-height:auto;color-scheme:light only}._contactInfo_1b9mo_11{flex:1;padding:2rem 0}._contactInfo_1b9mo_11 h1{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:1rem;font-family:sans-serif}._contactInfo_1b9mo_11 p{font-size:1rem;color:#000;margin-bottom:2rem;font-family:sans-serif}._contactDetails_1b9mo_31{display:flex;flex-direction:column;gap:1.5rem}._contactItem_1b9mo_37{display:flex;align-items:flex-start;gap:1rem}._contactIcon_1b9mo_43{width:50px;height:50px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}._contactIcon_1b9mo_43._emailIcon_1b9mo_56,._contactIcon_1b9mo_43._phoneIcon_1b9mo_60,._contactIcon_1b9mo_43._locationIcon_1b9mo_64{background-color:#ec795e}._contactText_1b9mo_68{display:flex;flex-direction:column;gap:.25rem}._contactText_1b9mo_68 strong{font-weight:700;color:#000;font-family:sans-serif}._contactText_1b9mo_68 span{color:#000;font-family:sans-serif}._contactFormPanel_1b9mo_85{flex:1;background-color:#f5f5f5;border-radius:8px;padding:1.5rem;display:flex;align-items:flex-end;justify-content:center;max-height:fit-content}._contactForm_1b9mo_85{width:100%;max-width:500px;display:flex;flex-direction:column;gap:1rem}._formRow_1b9mo_104{display:flex;gap:1rem}._formField_1b9mo_109{flex:1;display:flex;flex-direction:column;gap:.5rem}._formField_1b9mo_109._fullWidth_1b9mo_116{flex:none;width:100%}._formField_1b9mo_109 label{font-size:.9rem;color:#333;font-weight:500;font-family:sans-serif}._formField_1b9mo_109 input,._formField_1b9mo_109 textarea{border:none;border-bottom:1px solid #ccc;background:transparent;padding:.5rem 0;font-size:1rem;font-family:sans-serif;outline:none;transition:border-color .2s ease}._formField_1b9mo_109 input:focus,._formField_1b9mo_109 textarea:focus{border-bottom-color:#000}._formField_1b9mo_109 textarea{resize:vertical;min-height:80px}._submitButton_1b9mo_150{background-color:#333;color:#fff;border:none;border-radius:6px;padding:.8rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:sans-serif;margin-top:.5rem}._submitButton_1b9mo_150:hover:not(:disabled){background-color:#555}._submitButton_1b9mo_150:disabled{background-color:#999;cursor:not-allowed;opacity:.6}._errorMessage_1b9mo_174{color:#d32f2f;font-size:.875rem;margin-top:.25rem;font-family:sans-serif}._checkboxLabel_1b9mo_181{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#333;line-height:1.5;font-family:sans-serif}._checkboxInput_1b9mo_192{margin-top:.2rem;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#333}._checkboxLabel_1b9mo_181 span{flex:1}._disclaimerLink_1b9mo_205{color:#ec795e;text-decoration:underline;cursor:pointer;transition:color .2s ease}._disclaimerLink_1b9mo_205:hover{color:#d65a3e;text-decoration:underline}._successMessage_1b9mo_217{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}._successMessage_1b9mo_217 h2{font-size:2rem;font-weight:700;color:#000;margin-bottom:1rem;font-family:sans-serif}._successMessage_1b9mo_217 p{font-size:1.1rem;color:#333;line-height:1.6;font-family:sans-serif}._mapsWrapper_1b9mo_239{background-color:#fff;color-scheme:light only;padding-top:3rem}._mapsTitle_1b9mo_245{font-size:2rem;font-weight:700;color:#000;margin:0 0 2rem;text-align:center;font-family:sans-serif;padding:0 2rem}._mapSection_1b9mo_255{padding:0 2rem 3rem;text-align:center}._mapSubtitle_1b9mo_260{font-size:1.25rem;font-weight:600;color:#000;margin:0 auto 1rem;max-width:1200px;font-family:sans-serif;text-align:left}._mapSection_1b9mo_255 h2{font-size:2rem;font-weight:700;color:#000;margin-bottom:2rem;font-family:sans-serif}._mapContainer_1b9mo_278{max-width:1200px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}._mapContainer_1b9mo_278 iframe{width:100%;height:300px;border:none}._buttonSection_1b9mo_292{display:flex;justify-content:center;align-items:center;padding:3rem 2rem;background-color:#fff;color-scheme:light only}._contactButton_1b9mo_301{background-color:#1a1a1a;color:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;font-family:sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #00000026;text-align:center;min-width:200px}._contactButton_1b9mo_301:hover{background-color:#2a2a2a;box-shadow:0 6px 12px #0003;transform:translateY(-2px)}._contactButton_1b9mo_301:active{transform:translateY(0);box-shadow:0 2px 4px #00000026}._modalOverlay_1b9mo_329{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1b9mo_1 .3s ease}@keyframes _fadeIn_1b9mo_1{0%{opacity:0}to{opacity:1}}._modalContent_1b9mo_352{background-color:#fff;border-radius:12px;padding:2.5rem;max-width:500px;width:90%;position:relative;box-shadow:0 10px 40px #0003;animation:_slideUp_1b9mo_1 .3s ease;text-align:center}@keyframes _slideUp_1b9mo_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalCloseButton_1b9mo_375{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._modalCloseButton_1b9mo_375:hover{background-color:#f0f0f0;color:#000}._modalIcon_1b9mo_400{width:80px;height:80px;border-radius:50%;background-color:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;animation:_scaleIn_1b9mo_1 .3s ease .1s both}@keyframes _scaleIn_1b9mo_1{0%{transform:scale(0)}to{transform:scale(1)}}._modalTitle_1b9mo_424{font-size:1.75rem;font-weight:700;color:#000;margin:0 0 1rem;font-family:sans-serif}._modalMessage_1b9mo_432{font-size:1rem;color:#666;line-height:1.6;margin:0 0 2rem;font-family:sans-serif}._modalButton_1b9mo_440{background-color:#333;color:#fff;border:none;border-radius:6px;padding:.8rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:sans-serif}._modalButton_1b9mo_440:hover{background-color:#555}@media (max-width: 768px){._solicitaPropuestaContainer_1b9mo_1{flex-direction:column;padding:1rem;gap:2rem}._contactInfo_1b9mo_11 h1{font-size:2rem}._formRow_1b9mo_104{flex-direction:column}._mapsTitle_1b9mo_245{font-size:1.5rem;padding:0 1rem}._mapSection_1b9mo_255{padding:0 1rem 2rem}._mapSubtitle_1b9mo_260{font-size:1.1rem}._mapContainer_1b9mo_278 iframe{height:250px}._buttonSection_1b9mo_292{padding:2rem 1rem}._contactButton_1b9mo_301{padding:.8rem 2rem;font-size:1rem;min-width:180px}}._pageContainer_zf4xo_4{max-width:100%;margin:0 auto}._hero_zf4xo_10{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;background-image:url(/images/Spectal-Candidates-Hero.png);background-size:cover;background-position:center;padding:2rem;z-index:1;margin-top:-90px;padding-top:90px}._heroOverlay_zf4xo_25{position:absolute;inset:0;background-color:#000000bf;z-index:1}._heroContent_zf4xo_35{position:relative;z-index:2;max-width:1100px;text-align:center;color:#fff}._hero_zf4xo_10 h1{font-size:3.5rem;font-weight:700;margin:0 auto 1.5rem;line-height:1.2;color:#fff}._hero_zf4xo_10 p{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:22px;line-height:35px;letter-spacing:.2px;text-align:center;margin-bottom:2rem;color:#fffffff2;max-width:850px;margin-left:auto;margin-right:auto}._underlinedWord_zf4xo_66{text-decoration:underline;text-decoration-color:#ff7155;text-decoration-thickness:3px;text-underline-offset:8px}._heroButtons_zf4xo_73{display:flex;gap:1.5rem;justify-content:center;align-items:center}._btnPrimary_zf4xo_80{background-color:#f3674b;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}._btnPrimary_zf4xo_80:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b66}._btnSecondary_zf4xo_98{display:inline-block;text-decoration:none;background-color:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}._btnSecondary_zf4xo_98:hover{background-color:#fff;color:#253541;transform:translateY(-2px)}@media (max-width: 768px){._hero_zf4xo_10{padding:2rem 1.25rem 2.5rem;min-height:auto;align-items:flex-start;padding-top:calc(90px + 2rem)}._heroContent_zf4xo_35{text-align:center;width:100%;max-width:100%}._hero_zf4xo_10 h1{font-size:2.5rem;line-height:1.45;margin:0 0 1rem;text-align:center}._hero_zf4xo_10 p{font-size:1rem;line-height:1.6;text-align:center;margin-top:2rem;margin-bottom:2.25rem;max-width:100%}._heroButtons_zf4xo_73{flex-direction:column;gap:1rem;align-items:center;margin-top:.5rem}._heroButtons_zf4xo_73 ._btnPrimary_zf4xo_80,._heroButtons_zf4xo_73 ._btnSecondary_zf4xo_98{width:auto;min-width:200px;max-width:85%;padding:1rem 1.75rem;font-size:1.125rem;text-align:center}}._formSection_zf4xo_168{padding:4rem 0;text-align:center;background-color:#fff}._formSection_zf4xo_168 h2{font-size:2.25rem;margin-bottom:3rem;color:#2d3748}._form_zf4xo_168{max-width:600px;margin:0 auto;text-align:left}._formGroup_zf4xo_186{margin-bottom:1.5rem}._formGroup_zf4xo_186 label{display:block;margin-bottom:.5rem;font-weight:600;color:#4a5568}._formGroup_zf4xo_186 input{width:100%;padding:.8rem 1rem;border:1px solid #CBD5E0;border-radius:5px;font-size:1rem;box-sizing:border-box}._formActions_zf4xo_206{text-align:center;margin-top:2rem}._uploadButton_zf4xo_211{background-color:#4a5568;color:#fff;border:none;padding:.8rem 2rem;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer}._careersSection_zf4xo_224{position:relative;padding:6rem 2rem;color:#fff;background-image:url(/contact-1.png);background-size:cover;background-position:center;background-repeat:no-repeat}._careersSection_zf4xo_224:before{content:"";position:absolute;inset:0;background:#000000bf;z-index:0}._careersWrapper_zf4xo_245{max-width:1400px;margin:0 auto;position:relative;border-radius:20px;overflow:hidden;display:flex;min-height:500px;z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._careersWrapper_zf4xo_245:before{content:"";position:absolute;inset:0;background:linear-gradient(270deg,#f3674b4d,#7d392c4d 51.46%);z-index:2}._careersContainer_zf4xo_268{display:flex;align-items:center;justify-content:center;gap:4rem;position:relative;z-index:2;padding:4rem;width:100%;min-height:100%}._careersContent_zf4xo_280{flex:1;max-width:950px;display:flex;flex-direction:column;position:relative;z-index:2;text-align:center}._careersTitle_zf4xo_290{font-family:Montserrat,sans-serif;font-weight:700;font-style:italic;font-size:28px;line-height:32.19px;letter-spacing:.1px;color:#fff;margin-bottom:2rem;position:relative;text-align:center}._careersTitleUnderline_zf4xo_303{display:block;width:100px;height:4px;background-color:#ff7155;margin-top:.5rem}._careersParagraph_zf4xo_311{font-family:Montserrat,sans-serif;font-weight:500;font-size:22px;line-height:28px;letter-spacing:.2px;color:#fff;margin-bottom:1.5rem}._careersParagraph_zf4xo_311 strong{font-family:Montserrat,sans-serif;font-weight:700;font-style:normal;font-size:22px;line-height:28px;letter-spacing:.2px}._careersButtons_zf4xo_330{display:flex;gap:1.5rem;margin-top:2.5rem;justify-content:center;align-items:center}._careersBtnPrimary_zf4xo_338{background-color:#ff7155;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._careersBtnPrimary_zf4xo_338:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #ff715566}._careersBtnSecondary_zf4xo_356{display:inline-block;text-decoration:none;background-color:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._careersBtnSecondary_zf4xo_356:hover{background-color:#ffffff1a;color:#fff;border-color:#fff;transform:translateY(-2px)}@media (max-width: 768px){._careersSection_zf4xo_224{padding:4rem 1.25rem}._careersContainer_zf4xo_268{padding:3rem 1.25rem}._careersContent_zf4xo_280{max-width:100%;width:100%}._careersTitle_zf4xo_290{font-size:1.75rem;line-height:1.35;max-width:100%}._careersParagraph_zf4xo_311{font-size:1.1rem;line-height:1.5;max-width:100%}._careersParagraph_zf4xo_311 strong{font-size:1.1rem;line-height:1.5}._careersButtons_zf4xo_330{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;width:100%}._careersBtnPrimary_zf4xo_338,._careersBtnSecondary_zf4xo_356{font-size:1rem;padding:.875rem 1.5rem;width:auto;min-width:200px;max-width:100%}}._btnOrange_zf4xo_426{background-color:#f3674b;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}._btnOrange_zf4xo_426:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #f3674b66}._btnOutline_zf4xo_444{background-color:transparent;color:#eaecee;border:2px solid #eaecee;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}._btnOutline_zf4xo_444:hover{background-color:#253541;color:#fff;transform:translateY(-2px)}._careersImage_zf4xo_462{flex:0 0 33.33%;display:flex;justify-content:flex-start;align-items:stretch;align-self:stretch;margin-right:0;margin-left:auto;position:absolute;right:0;top:0;bottom:0;width:33.33%;z-index:0}._careersImage_zf4xo_462 img{width:100%;height:100%;border-radius:0 20px 20px 0;object-fit:cover;object-position:right center;box-shadow:0 10px 30px #0000004d}._contactSection_zf4xo_488{position:relative;padding:6rem 2rem;background-color:#0e0e0e}._contactSection_zf4xo_488:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left center;background-repeat:no-repeat;opacity:.5;z-index:2}._contactFormWrapper_zf4xo_509{position:relative;z-index:3;max-width:850px;margin:0 auto}._contactTitle_zf4xo_517{font-size:2.5rem;color:#fff;margin-bottom:2.5rem;text-align:center}._contactForm_zf4xo_509{display:flex;flex-direction:column;gap:1.5rem}._formRow_zf4xo_530{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formGroup_zf4xo_186{display:flex;flex-direction:column}._formGroup_zf4xo_186 label{font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}._formGroup_zf4xo_186 input,._formGroup_zf4xo_186 textarea{padding:.85rem 1rem;border:1px solid #CBD5E0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}._formGroup_zf4xo_186 input::placeholder,._formGroup_zf4xo_186 textarea::placeholder{color:#5a5a5a;opacity:1}._formGroup_zf4xo_186 input:focus,._formGroup_zf4xo_186 textarea:focus{outline:none;border-color:#f3674b;box-shadow:0 0 0 3px #f3674b1a}._formGroup_zf4xo_186 textarea{resize:vertical;min-height:120px}._formGroupFull_zf4xo_576{grid-column:1 / -1;display:flex;flex-direction:column}._formGroupFull_zf4xo_576 label{font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}._formGroupFull_zf4xo_576 textarea{padding:.85rem 1rem;border:1px solid #CBD5E0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px}._formGroupFull_zf4xo_576 textarea::placeholder{color:#5a5a5a;opacity:1}._formGroupFull_zf4xo_576 textarea:focus{outline:none;border-color:#f3674b;box-shadow:0 0 0 3px #f3674b1a}._fileUploadSection_zf4xo_610{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}._fileUploadSection_zf4xo_610 label{font-size:.95rem;font-weight:600;color:#fff}._fileUploadWrapper_zf4xo_623{display:flex;align-items:center;gap:1rem;background-color:#fff;border:1px solid #CBD5E0;border-radius:8px;padding:.75rem 1rem}._fileButton_zf4xo_633{background-color:transparent;color:#4a5568;border:1px solid #CBD5E0;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._fileButton_zf4xo_633:hover{border-color:#f3674b;color:#f3674b}._fileFormat_zf4xo_653{font-size:.85rem;color:#718096}._privacyCheckbox_zf4xo_658{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;margin-bottom:1rem}._privacyCheckbox_zf4xo_658 input[type=checkbox]{width:20px;height:20px;min-width:20px;border:2px solid white;border-radius:4px;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin-top:2px;flex-shrink:0}._privacyCheckbox_zf4xo_658 input[type=checkbox]:checked{background-color:#f3674b;border-color:#f3674b}._privacyCheckbox_zf4xo_658 input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}._privacyCheckbox_zf4xo_658 label{color:#fff;font-size:.95rem;line-height:1.5;cursor:pointer;margin:0;font-weight:400}._submitButton_zf4xo_707{background-color:#f3674b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:auto;min-width:300px;align-self:center}._submitButton_zf4xo_707:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #f3674b66}@media (max-width: 768px){._contactForm_zf4xo_509{gap:.25rem}._formRow_zf4xo_530{grid-template-columns:1fr;gap:.5rem}._formGroupSpacer_zf4xo_739{display:none}}._modalOverlay_zf4xo_745{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_zf4xo_1 .3s ease}@keyframes _fadeIn_zf4xo_1{0%{opacity:0}to{opacity:1}}._modalContent_zf4xo_769{background-color:#0e0e0e;border-radius:20px;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center;position:relative;animation:_slideUp_zf4xo_1 .3s ease;border:2px solid rgba(255,113,85,.3)}@keyframes _slideUp_zf4xo_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalIcon_zf4xo_792{width:80px;height:80px;border-radius:50%;background-color:#f3674b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;animation:_scaleIn_zf4xo_1 .3s ease .1s both}@keyframes _scaleIn_zf4xo_1{0%{transform:scale(0)}to{transform:scale(1)}}._modalTitle_zf4xo_816{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}._modalMessage_zf4xo_823{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}._modalButton_zf4xo_830{background-color:#f3674b;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:200px}._modalButton_zf4xo_830:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #f3674b66}@media (max-width: 768px){._modalContent_zf4xo_769{padding:2rem 1.5rem}._modalIcon_zf4xo_792{width:60px;height:60px;font-size:2rem}._modalTitle_zf4xo_816{font-size:1.5rem}._modalMessage_zf4xo_823{font-size:1rem}}._customHero_1m8wp_2{min-height:70vh!important;margin-top:-90px!important;padding-top:calc(90px + env(safe-area-inset-top,0px))!important;padding:0 2rem 4rem!important}._customHero_1m8wp_2 .page-hero-overlay{background-color:#0009!important}._customHero_1m8wp_2 .page-hero-content{padding-top:6rem!important}._customHero_1m8wp_2 .page-hero-text p{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}._customHero_1m8wp_2 .page-hero-text p em{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-style:italic!important;font-weight:500!important}@media (max-width: 768px){._customHero_1m8wp_2{padding-top:calc(90px + env(safe-area-inset-top,0px))!important}._customHero_1m8wp_2 .page-hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;padding-top:env(safe-area-inset-top,0px)!important;margin-top:-5rem!important}._customHero_1m8wp_2 .page-hero-text{text-align:center!important;max-width:100%!important}._customHero_1m8wp_2 .page-hero-text h1,._customHero_1m8wp_2 .page-hero-text p{text-align:center!important}}._contentSection_1m8wp_52{position:relative;padding:6rem 2rem;background-color:#0c0c0c;min-height:600px}._contentSection_1m8wp_52:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left center;background-repeat:no-repeat;opacity:.5;z-index:1}._processTitle_1m8wp_74{position:relative;z-index:2;font-family:Montserrat,sans-serif;font-weight:600;font-size:48px;line-height:60px;letter-spacing:0%;color:#fff;text-align:center;margin:0 0 4rem;max-width:75%;margin-left:auto;margin-right:auto}._stepsContainer_1m8wp_90{position:relative;z-index:2;max-width:75%;margin:0 auto;display:flex;flex-direction:column;gap:2rem}._stepCard_1m8wp_100{display:flex;gap:3rem;padding:0;border-radius:0;position:relative;max-width:800px;align-items:flex-start;margin:0 auto;background:transparent}._stepCard_1m8wp_100._dark_1m8wp_112,._stepCard_1m8wp_100._darker_1m8wp_113{position:relative;overflow:visible;-webkit-backdrop-filter:none;backdrop-filter:none}._stepCard_1m8wp_100._dark_1m8wp_112:before,._stepCard_1m8wp_100._darker_1m8wp_113:before{display:none}._stepCard_1m8wp_100:nth-child(2){margin-top:3rem}._stepCard_1m8wp_100:nth-child(3){margin-top:3rem}._stepNumber_1m8wp_132{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:80px;line-height:1;letter-spacing:0%;color:#fff;flex-shrink:0;width:80px;min-width:80px;max-width:80px;text-align:left;padding-top:1.5rem;margin-top:0;align-self:flex-start}._stepContent_1m8wp_150{flex:1;display:flex;flex-direction:row;gap:2rem;align-items:flex-start}._stepTitle_1m8wp_158{font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:1.25;letter-spacing:0%;color:#fff;margin:0;padding-top:1.5rem;flex-shrink:0;width:280px;min-width:280px;max-width:280px;word-wrap:break-word;white-space:normal;align-self:flex-start}._stepDescription_1m8wp_177{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:24px;letter-spacing:.1px;color:#ffffffe6;margin:0;width:500px;min-width:500px;max-width:500px;background:linear-gradient(90deg,#d05942 8.65%,#bf533d 35.71%,#954232 70.92%);padding:2rem;border-radius:16px;box-shadow:0 8px 24px #0006,0 0 0 1px #ffffff0f}._stepDescription_1m8wp_177 strong{font-weight:700;color:#fff}@media (min-width: 769px) and (max-width: 1024px){._contentSection_1m8wp_52{padding-left:1rem;padding-right:1rem}._processTitle_1m8wp_74{font-size:42px;line-height:52px;margin-bottom:3rem;max-width:92%}._stepsContainer_1m8wp_90{max-width:92%}._stepCard_1m8wp_100{max-width:100%}._stepCard_1m8wp_100:nth-child(2),._stepCard_1m8wp_100:nth-child(3){margin-top:2rem}._stepDescription_1m8wp_177{width:auto;min-width:unset;max-width:85%;box-shadow:0 10px 28px #00000073,0 0 0 1px #ffffff14}._customHero_1m8wp_2 .page-hero-text h1{font-size:2.75rem}._customHero_1m8wp_2 .page-hero-text p{font-size:1.25rem}}@media (max-width: 768px){._stepsContainer_1m8wp_90{max-width:100%}._stepCard_1m8wp_100{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:0 2rem;max-width:100%}._stepCard_1m8wp_100:nth-child(2),._stepCard_1m8wp_100:nth-child(3){margin-top:2rem}._stepNumber_1m8wp_132{grid-column:1;grid-row:1;align-self:start;padding-top:0;margin-bottom:0}._stepContent_1m8wp_150{grid-column:2;grid-row:1 / -1;display:flex;flex-direction:column;gap:1rem}._stepTitle_1m8wp_158{width:100%;min-width:unset;max-width:none;padding-top:0}._stepDescription_1m8wp_177{width:calc(100% + 80px + 2rem);min-width:unset;max-width:none;margin-left:calc(-80px - 2rem);box-sizing:border-box}}._ctaSection_1m8wp_296{position:relative;padding:4rem 2rem;background-color:#0c0c0c;min-height:300px;display:flex;align-items:center;justify-content:center}._ctaSection_1m8wp_296:before{content:"";position:absolute;inset:0;background-image:url(/images/image-1.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:1}._ctaSection_1m8wp_296:after{content:"";position:absolute;inset:0;background-color:#000000bf;z-index:2}._ctaContainer_1m8wp_331{position:relative;z-index:3;max-width:1000px;margin:0 auto;text-align:center}._ctaContent_1m8wp_339{border-radius:20px;padding:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:2rem}._ctaContent_1m8wp_339:before{content:"";position:absolute;inset:0;background:linear-gradient(270deg,#f3674b80 -10.11%,#7d392c80 51.21%);filter:blur(3px);z-index:-1;border-radius:20px}._ctaText_1m8wp_363{font-family:Montserrat,sans-serif;font-weight:500;font-size:24px;line-height:40px;letter-spacing:.2px;text-align:center;color:#fff;margin:0}._ctaText_1m8wp_363 strong{font-weight:700}._quoteMark_1m8wp_379{position:absolute;top:1.5rem;right:1.5rem;width:59px;height:43px;z-index:1}@media (max-width: 1024px){._quoteMark_1m8wp_379{width:36px;height:26px;top:1rem;right:1rem}}@media (max-width: 768px){._ctaContent_1m8wp_339{padding:2rem 1.5rem}._ctaText_1m8wp_363{font-size:16px;line-height:28px}._ctaButton_1m8wp_409{font-size:.95rem;padding:.85rem 2rem}}._ctaButton_1m8wp_409{display:inline-block;text-decoration:none;background-color:#ff7155;color:#fff;border:none;padding:1rem 3rem;border-radius:30px;font-size:1.1rem;font-weight:600;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .3s ease}._ctaButton_1m8wp_409:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #ff715566}._customHero_10d6v_2{min-height:70vh!important;margin-top:-90px!important;padding-top:calc(90px + env(safe-area-inset-top,0px))!important;padding:0 2rem 4rem!important}._customHero_10d6v_2 .page-hero-overlay{background-color:#000000b3!important}._customHero_10d6v_2 .page-hero-content{padding-top:2rem!important}._customHero_10d6v_2 ._page-hero-text_10d6v_17 p{font-size:1.4rem!important}._customHero_10d6v_2 ._page-hero-text_10d6v_17 p strong{color:#fff;font-weight:700;font-size:1.4rem}@media (max-width: 768px){._customHero_10d6v_2{padding-top:calc(90px + env(safe-area-inset-top,0px))!important}._customHero_10d6v_2 .page-hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;padding-top:env(safe-area-inset-top,0px)!important;margin-top:-5rem!important}._customHero_10d6v_2 .page-hero-text{text-align:center!important;max-width:100%!important}._customHero_10d6v_2 .page-hero-text h1,._customHero_10d6v_2 .page-hero-text p{text-align:center!important}}._contentSection_10d6v_52{position:relative;padding:6rem 2rem;background-color:#0c0c0c;min-height:600px}._contentSection_10d6v_52:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left center;background-repeat:no-repeat;opacity:.5;z-index:1}._industriesGrid_10d6v_74{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}@media (min-width: 769px) and (max-width: 1024px){._industriesGrid_10d6v_74{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._industriesGrid_10d6v_74{grid-template-columns:1fr}}._industryCard_10d6v_98{position:relative;width:100%;max-width:350px;padding:2rem;border-radius:16px;background:linear-gradient(270deg,#f3674b4d,#7d392c4d 40.53%,#0e0e0e4d);display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,opacity .3s ease;margin:0 auto}._industryCard_10d6v_98:hover{transform:translateY(-10px) scale(1.05)}._industryIcon_10d6v_116{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}._industryIcon_10d6v_116 svg{width:100%;height:100%;fill:#fff}._industryText_10d6v_131{font-family:Montserrat,sans-serif;font-weight:500;font-size:24px;line-height:35px;letter-spacing:0%;vertical-align:middle;color:#fff;flex:1}._ctaSection_10d6v_142{position:relative;padding:4rem 2rem;background-color:#0c0c0c;min-height:300px;display:flex;align-items:center;justify-content:center}._ctaSection_10d6v_142:before{content:"";position:absolute;inset:0;background-image:url(/images/cta-2.png);background-size:cover;background-position:center center;z-index:1}._ctaSection_10d6v_142:after{content:"";position:absolute;inset:0;background-color:#00000080;z-index:2}._ctaContainer_10d6v_176{position:relative;z-index:3;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}._ctaContent_10d6v_187{background:linear-gradient(270deg,#f3674b80 -10.11%,#7d392c80 51.21%);border-radius:20px;padding:4rem 3rem 3rem;margin-bottom:0;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:2rem}._ctaContent_10d6v_187:before{content:"";position:absolute;inset:0;filter:blur(8px);z-index:-1;border-radius:20px}._quoteMark_10d6v_213{position:absolute;top:1.5rem;right:1.5rem;width:36px;height:26px}._ctaText_10d6v_221{font-family:Montserrat,sans-serif;font-weight:500;font-size:28px;line-height:40px;letter-spacing:.2px;text-align:center;color:#fff;margin:0}@media (max-width: 768px){._ctaContent_10d6v_187{padding:3rem 1.5rem 2rem}._ctaText_10d6v_221{font-size:18px;line-height:28px}._ctaButton_10d6v_244{font-size:.95rem;padding:.85rem 2rem}}._ctaButton_10d6v_244{display:inline-block;text-decoration:none;background-color:#ff7155;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}._ctaButton_10d6v_244:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #ff715566}._card_54gko_1{padding:32px 28px;border-radius:16px;border:4px solid #B94A34;background-color:#f5e6e6;color:#1a1a1a;transition:transform .3s ease,box-shadow .3s ease;min-height:auto;display:flex;flex-direction:column;cursor:pointer;width:100%}._card_54gko_1:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}._cardLight_54gko_20,._cardDark_54gko_21{position:relative;background-color:#f5e6e6;color:#1a1a1a;border:4px solid #B94A34}._cardHeader_54gko_28{margin-bottom:20px;position:relative;z-index:1}._titleRow_54gko_34{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:20px}._cardTitle_54gko_42{font-size:28px;font-weight:700;margin:0;line-height:1.3;font-family:Montserrat,sans-serif;color:#1a1a1a;flex:1}._badgesRow_54gko_52{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._spectalBadge_54gko_59,._categoryBadge_54gko_71{display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;background:#fff7f6;color:#1a1a1a;font-family:Montserrat,sans-serif;border:1px solid #1a1a1a}._cardMeta_54gko_83{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px;padding-top:16px;padding-bottom:16px;border-top:3px solid #FFF7F6;position:relative;z-index:1}._metaItem_54gko_96{display:flex;align-items:center;gap:8px;font-size:14px;font-family:Montserrat,sans-serif;color:#1a1a1a}._metaIcon_54gko_105{flex-shrink:0;color:#1a1a1a}._descriptionList_54gko_110{margin-top:4px;position:relative;z-index:1}._descriptionItem_54gko_116{display:flex;gap:8px;margin-bottom:12px;font-family:Montserrat,sans-serif;font-weight:500;font-size:15px;line-height:32px;letter-spacing:.2px;vertical-align:middle;color:#1a1a1a}._descriptionItem_54gko_116 span:last-child{flex:1;word-wrap:break-word;overflow-wrap:break-word}._bullet_54gko_135{flex-shrink:0;font-weight:700}._applyButton_54gko_140{background-color:transparent;color:#1a1a1a;border:1px solid #1a1a1a;padding:10px 24px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif;white-space:nowrap;position:relative;z-index:1}._applyButton_54gko_140:hover{background-color:#1a1a1a;color:#f5e6e6;transform:translateY(-2px)}._applyButtonDesktop_54gko_163{display:block}._applyButtonMobile_54gko_167{display:none}@media (max-width: 768px){._card_54gko_1{padding:24px 20px}._titleRow_54gko_34{flex-direction:column;align-items:flex-start;gap:16px}._cardTitle_54gko_42{font-size:24px}._cardMeta_54gko_83{flex-direction:column;gap:12px}._applyButtonDesktop_54gko_163{display:none}._applyButtonMobile_54gko_167{display:block;margin-top:1.5rem}._applyButtonMobile_54gko_167 ._applyButton_54gko_140{width:100%;padding:12px 20px;font-size:14px}}@media (max-width: 1024px){._applyButton_54gko_140,._applyButtonDesktop_54gko_163 ._applyButton_54gko_140,._applyButtonMobile_54gko_167 ._applyButton_54gko_140{background-color:#1a1a1a;color:#f5e6e6}._applyButton_54gko_140:active{opacity:.9;transform:scale(.98)}}._grid_h46cm_1{display:flex;flex-direction:column;gap:24px;padding:20px 0;max-width:100%}._emptyState_h46cm_9{text-align:center;padding:60px 20px;color:#4a5568;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}._emptyState_h46cm_9 p{margin:0}@media (max-width: 768px){._grid_h46cm_1{gap:20px}}._customHero_ja95v_2{min-height:50vh!important;margin-top:-90px!important;padding-top:calc(90px + env(safe-area-inset-top,0px))!important;padding:0 2rem 3rem!important;background-size:cover!important;background-position:center top!important}._customHero_ja95v_2 .page-hero-overlay{background-color:#0009!important}._customHero_ja95v_2 .page-hero-content{padding-top:7rem!important}._customHero_ja95v_2 .page-hero-text p{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:500!important}._customHero_ja95v_2 .page-hero-text p em{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-style:italic!important}@media (max-width: 768px){._customHero_ja95v_2{padding-top:calc(90px + env(safe-area-inset-top,0px))!important}._customHero_ja95v_2 .page-hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;padding-top:env(safe-area-inset-top,0px)!important;margin-top:-5rem!important}._customHero_ja95v_2 .page-hero-text{text-align:center!important;max-width:100%!important}._customHero_ja95v_2 .page-hero-text h1,._customHero_ja95v_2 .page-hero-text p{text-align:center!important}}._vacanciesSection_ja95v_54{position:relative;padding:80px 20px;background-color:#0c0c0c}._vacanciesSection_ja95v_54:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left bottom;background-repeat:no-repeat;opacity:.5;z-index:1;max-width:600px;max-height:100%}._container_ja95v_77{position:relative;z-index:2;max-width:1200px;margin:0 auto}._header_ja95v_84{text-align:center;margin-bottom:60px}._searchContainer_ja95v_89{margin-top:40px;max-width:600px;margin-left:auto;margin-right:auto}._searchWrapper_ja95v_96{position:relative;display:flex;align-items:center;background-color:#1a1a1a;border:2px solid #333;border-radius:8px;padding:.75rem 1rem;transition:border-color .3s ease}._searchWrapper_ja95v_96:focus-within{border-color:#ff7155}._searchIcon_ja95v_111{color:#999;margin-right:12px;flex-shrink:0}._searchInput_ja95v_117{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0}._searchInput_ja95v_117::placeholder{color:#666}._clearButton_ja95v_132{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-left:8px;transition:color .2s ease;line-height:1}._clearButton_ja95v_132:hover{color:#fff}._searchResults_ja95v_153{margin-top:12px;color:#999;font-size:.9rem;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}._noResults_ja95v_161{text-align:center;padding:60px 20px;color:#999;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._noResults_ja95v_161 p{font-size:1.1rem;margin-bottom:20px}._clearSearchButton_ja95v_173{background-color:#ff7155;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._clearSearchButton_ja95v_173:hover{background-color:#ff8566;transform:translateY(-2px)}._title_ja95v_191{font-family:Montserrat,sans-serif;font-weight:700;font-size:32px;line-height:24px;letter-spacing:.1px;text-align:center;color:#fff;margin:0 0 20px}._subtitle_ja95v_202{font-size:18px;line-height:1.6;color:#4a5568;max-width:700px;margin:0 auto;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._loading_ja95v_213{text-align:center;padding:60px 20px;color:#4a5568;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px}._error_ja95v_221{text-align:center;padding:40px 20px;background:#fee;border:1px solid #FCC;border-radius:8px;color:#c33;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._error_ja95v_221 p{margin:0 0 20px;font-size:16px}._retryButton_ja95v_236{background-color:#1a1a1a;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._retryButton_ja95v_236:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 768px){._vacanciesSection_ja95v_54{padding:60px 20px}._header_ja95v_84{margin-bottom:40px}._title_ja95v_191{font-size:32px}._subtitle_ja95v_202{font-size:16px}}._modalOverlay_8f4d1_1{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_8f4d1_1 .2s ease-out}@keyframes _fadeIn_8f4d1_1{0%{opacity:0}to{opacity:1}}._modalContent_8f4d1_25{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:_slideUp_8f4d1_1 .3s ease-out}@keyframes _slideUp_8f4d1_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._closeButton_8f4d1_48{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}._closeButton_8f4d1_48:hover:not(:disabled){color:#333}._closeButton_8f4d1_48:active:not(:disabled),._closeButton_8f4d1_48:focus{background:none;outline:none}._closeButton_8f4d1_48:disabled{opacity:.5;cursor:not-allowed}._modalTitle_8f4d1_82{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px;padding:32px 32px 0;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._modalSubtitle_8f4d1_91{color:#666;margin:0 0 24px;padding:0 32px;font-size:14px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._form_8f4d1_99{padding:0 32px 32px}._formRow_8f4d1_103{display:grid;grid-template-columns:1fr 1fr;gap:16px}._formGroup_8f4d1_109{margin-bottom:20px}._formGroup_8f4d1_109 label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._formGroup_8f4d1_109 input,._formGroup_8f4d1_109 textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:15px;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fafafa;box-sizing:border-box}._formGroup_8f4d1_109 input:focus,._formGroup_8f4d1_109 textarea:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a;background-color:#fff}._formGroup_8f4d1_109 input._error_8f4d1_143,._formGroup_8f4d1_109 textarea._error_8f4d1_143{border-color:#e74c3c;background-color:#fdf2f2}._formGroup_8f4d1_109 input:disabled,._formGroup_8f4d1_109 textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}._formGroup_8f4d1_109 textarea{resize:vertical;min-height:100px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._fileInputWrapper_8f4d1_162{position:relative}._fileInput_8f4d1_162{position:absolute;opacity:0;width:0;height:0}._fileInputLabel_8f4d1_173{display:block;padding:12px 16px;border:2px dashed #e1e5e9;border-radius:8px;background-color:#fafafa;cursor:pointer;text-align:center;transition:all .3s ease;font-size:14px;color:#666;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._fileInputLabel_8f4d1_173:hover{border-color:#1a1a1a;background-color:#f0f0f0}._fileHint_8f4d1_192{font-size:12px;color:#999;margin-top:6px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._errorMessage_8f4d1_199{color:#e74c3c;font-size:13px;margin-top:6px;display:block;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._generalError_8f4d1_207{background-color:#fdf2f2;border:1px solid #fecaca;border-radius:6px;padding:12px;margin-bottom:16px;color:#dc2626;font-weight:500}._formActions_8f4d1_217{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}._cancelButton_8f4d1_224{padding:12px 24px;background:transparent;color:#666;border:2px solid #e1e5e9;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._cancelButton_8f4d1_224:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}._cancelButton_8f4d1_224:disabled{opacity:.5;cursor:not-allowed}._submitButton_8f4d1_247{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}._submitButton_8f4d1_247:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._submitButton_8f4d1_247:disabled{background:#bdc3c7;cursor:not-allowed;transform:none;box-shadow:none}._submitButton_8f4d1_247._loading_8f4d1_274{background:#95a5a6}._submitButton_8f4d1_247._loading_8f4d1_274:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:_spin_8f4d1_1 1s linear infinite}@keyframes _spin_8f4d1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successMessage_8f4d1_298{text-align:center;padding:48px 32px}._successIcon_8f4d1_303{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 24px;animation:_scaleIn_8f4d1_1 .3s ease-out}@keyframes _scaleIn_8f4d1_1{0%{transform:scale(0)}to{transform:scale(1)}}._successMessage_8f4d1_298 h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._successMessage_8f4d1_298 p{color:#666;margin:0 0 12px;font-size:16px;line-height:1.6;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._successMessage_8f4d1_298 p strong{color:#1a1a1a;font-weight:600}._successSubtext_8f4d1_348{font-size:14px!important;color:#999!important}@media (max-width: 768px){._modalOverlay_8f4d1_1{align-items:flex-start;padding-top:max(80px,env(safe-area-inset-top,0px) + 64px);padding-bottom:24px;overflow-y:auto}._modalContent_8f4d1_25{max-width:100%;max-height:calc(100vh - 104px);margin:10px 0;flex-shrink:0}._modalTitle_8f4d1_82{font-size:20px;padding:52px 56px 0 24px}._modalSubtitle_8f4d1_91{padding:0 56px 24px 24px;font-size:13px}._form_8f4d1_99{padding:0 24px 24px}._formRow_8f4d1_103{grid-template-columns:1fr}._formActions_8f4d1_217{flex-direction:column-reverse}._cancelButton_8f4d1_224,._submitButton_8f4d1_247{width:100%}._successMessage_8f4d1_298{padding:32px 24px}}._pageWrapper_1k8h9_1{position:relative;min-height:100vh;background-color:#0c0c0c;padding:0;margin:0}._container_1k8h9_9{position:relative;max-width:1200px;margin:0 auto;padding:40px 20px;min-height:calc(100vh - 200px);z-index:1}._container_1k8h9_9:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left bottom;background-repeat:no-repeat;opacity:.5;z-index:0;max-width:600px;max-height:100%}._backButton_1k8h9_35{background:none;border:none;color:#fff;font-size:16px;font-weight:500;cursor:pointer;padding:8px 0;margin-bottom:30px;transition:color .2s ease;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;z-index:2}._backButton_1k8h9_35:hover{color:#fffc}._header_1k8h9_54{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid rgba(255,255,255,.2);position:relative;z-index:2}._titleSection_1k8h9_66{flex:1}._title_1k8h9_66{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._badges_1k8h9_79{display:flex;flex-wrap:wrap;gap:10px;align-items:center}._companyBadge_1k8h9_86,._categoryBadge_1k8h9_97,._departmentBadge_1k8h9_108{display:inline-block;font-size:14px;font-weight:600;padding:6px 14px;border-radius:12px;background:#dfd8d8;color:#1a1a1a;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._applyButton_1k8h9_119{background-color:transparent;color:#fff;border:1px solid white;padding:10px 20px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;flex-shrink:0;position:relative;z-index:2}._applyButton_1k8h9_119:hover{background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}._content_1k8h9_142{display:grid;grid-template-columns:1fr 380px;gap:40px;margin-top:30px;position:relative;z-index:2}._mainContent_1k8h9_151{display:flex;flex-direction:column;gap:40px}._section_1k8h9_157{padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.2)}._section_1k8h9_157:last-child{border-bottom:none}._sectionTitle_1k8h9_166{font-size:28px;font-weight:700;color:#fff;margin:0 0 20px;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._description_1k8h9_174{font-size:17px;line-height:1.8;color:#fff;margin:0;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._descriptionHtml_1k8h9_182{font-size:17px;line-height:1.8;color:#fff;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._descriptionHtml_1k8h9_182 h1,._descriptionHtml_1k8h9_182 h2,._descriptionHtml_1k8h9_182 h3{font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#fff;margin-top:24px;margin-bottom:16px}._descriptionHtml_1k8h9_182 h1{font-size:28px}._descriptionHtml_1k8h9_182 h2{font-size:24px}._descriptionHtml_1k8h9_182 h3{font-size:20px}._descriptionHtml_1k8h9_182 ul,._descriptionHtml_1k8h9_182 ol{margin:16px 0;padding-left:24px}._descriptionHtml_1k8h9_182 li{margin:8px 0;line-height:1.6}._descriptionHtml_1k8h9_182 p{margin:16px 0;line-height:1.8}._descriptionHtml_1k8h9_182 strong{font-weight:600;color:#fff}._skillsContainer_1k8h9_232{display:flex;flex-wrap:wrap;gap:10px}._skillTag_1k8h9_238{display:inline-block;font-size:14px;font-weight:500;padding:8px 16px;border-radius:12px;background:#dfd8d8;color:#1a1a1a;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._notes_1k8h9_249{font-size:16px;line-height:1.7;color:#fff;margin:0;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._sidebar_1k8h9_257{position:relative;height:fit-content}._infoCard_1k8h9_262{position:relative;background-color:#f5e6e6;border:4px solid #B94A34;border-radius:16px;padding:32px 28px;margin-bottom:20px;color:#1a1a1a}._infoCardTitle_1k8h9_272{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 24px;font-family:Montserrat,sans-serif;position:relative;z-index:1}._infoList_1k8h9_282{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}._infoItem_1k8h9_290{display:flex;flex-direction:column;gap:6px}._infoLabel_1k8h9_296{font-size:13px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;font-family:Montserrat,sans-serif}._infoValue_1k8h9_305{font-size:16px;font-weight:6 00;color:#1a1a1a;font-family:Montserrat,sans-serif}._applyButtonSecondary_1k8h9_312{background-color:transparent;color:#1a1a1a;border:1px solid #1a1a1a;padding:10px 24px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif;width:auto;max-width:50%;margin:24px auto 0;display:block;position:relative;z-index:1}._applyButtonSecondary_1k8h9_312:hover{background-color:#1a1a1a;color:#f5e6e6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._applyButtonMobileWrapper_1k8h9_339{display:none}._notFound_1k8h9_343{text-align:center;padding:80px 20px;position:relative;z-index:2}._notFound_1k8h9_343 h2{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._notFound_1k8h9_343 p{font-size:18px;color:#fff;margin:0 0 30px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._loading_1k8h9_365{text-align:center;padding:80px 20px;color:#fff;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;position:relative;z-index:2}._error_1k8h9_375{text-align:center;padding:40px 20px;background:#fee;border:1px solid #FCC;border-radius:8px;color:#c33;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._error_1k8h9_375 h2{font-size:24px;margin:0 0 16px;color:#c33}._error_1k8h9_375 p{margin:0 0 24px;font-size:16px}._errorActions_1k8h9_396{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}._retryButton_1k8h9_403{background-color:#1a1a1a;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._retryButton_1k8h9_403:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._backButtonSecondary_1k8h9_422{background-color:transparent;color:#1a1a1a;border:2px solid #1a1a1a;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._backButtonSecondary_1k8h9_422:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._notFound_1k8h9_343 button{background-color:#1a1a1a;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._notFound_1k8h9_343 button:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (min-width: 769px) and (max-width: 1024px){._content_1k8h9_142{grid-template-columns:1fr 320px;gap:28px;align-items:start}._sidebar_1k8h9_257{align-self:start}._infoCard_1k8h9_262{padding:24px 20px;max-width:320px}._infoCardTitle_1k8h9_272{font-size:18px;margin-bottom:18px}._infoList_1k8h9_282{gap:14px}._infoLabel_1k8h9_296{font-size:12px}._infoValue_1k8h9_305{font-size:14px}._applyButtonSecondary_1k8h9_312{margin-top:20px;padding:10px 20px;font-size:14px}}@media (max-width: 768px){._container_1k8h9_9{padding:20px 16px}._header_1k8h9_54{flex-direction:column;gap:20px}._title_1k8h9_66{font-size:32px}._applyButton_1k8h9_119{width:100%}._header_1k8h9_54 ._applyButton_1k8h9_119{display:none}._applyButtonMobileWrapper_1k8h9_339{display:block;order:1;margin-top:2rem;width:100%}._applyButtonMobileWrapper_1k8h9_339 ._applyButton_1k8h9_119{width:100%;padding:14px 24px;font-size:16px}._content_1k8h9_142{display:flex;flex-direction:column}._sidebar_1k8h9_257{order:-1}._mainContent_1k8h9_151{order:0}._sectionTitle_1k8h9_166{font-size:24px}._description_1k8h9_174{font-size:16px}._infoCard_1k8h9_262{padding:24px}}._customHero_gspgt_2{min-height:70vh!important;margin-top:-90px!important;padding-top:calc(90px + env(safe-area-inset-top,0px))!important;padding:0 2rem 4rem!important;background-size:cover!important;background-position:center center!important}._customHero_gspgt_2 .page-hero-overlay{background-color:#000000bf!important}._customHero_gspgt_2 .page-hero-content{padding-top:7rem!important}@media (max-width: 768px){._customHero_gspgt_2{padding-top:calc(90px + env(safe-area-inset-top,0px))!important}._customHero_gspgt_2 .page-hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;padding-top:env(safe-area-inset-top,0px)!important;margin-top:-5rem!important}._customHero_gspgt_2 .page-hero-text{text-align:center!important;max-width:100%!important}._customHero_gspgt_2 .page-hero-text h1,._customHero_gspgt_2 .page-hero-text p{text-align:center!important}}._contactSection_gspgt_45{position:relative;padding:6rem 2rem;background-color:#0e0e0e}._contactSection_gspgt_45:before{content:"";position:absolute;inset:0;background-image:url(/images/contact-background.png);background-size:contain;background-position:left center;background-repeat:no-repeat;opacity:.5;z-index:2}._contactFormWrapper_gspgt_66{position:relative;z-index:3;max-width:850px;margin:0 auto}._contactFormContent_gspgt_73{position:relative;z-index:3}._contactTitle_gspgt_78{font-size:2.5rem;color:#fff;margin-bottom:2.5rem;text-align:center}._contactForm_gspgt_66{display:flex;flex-direction:column;gap:1.5rem}._formRow_gspgt_91{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formGroup_gspgt_97{display:flex;flex-direction:column}._formGroup_gspgt_97 label{font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}._formGroup_gspgt_97 input,._formGroup_gspgt_97 textarea{padding:.85rem 1rem;border:1px solid #CBD5E0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}._formGroup_gspgt_97 input::placeholder,._formGroup_gspgt_97 textarea::placeholder{color:#5a5a5a;opacity:1}._formGroup_gspgt_97 input:focus,._formGroup_gspgt_97 textarea:focus{outline:none;border-color:#f3674b;box-shadow:0 0 0 3px #f3674b1a}._formGroup_gspgt_97 textarea{resize:vertical;min-height:120px}._formGroupFull_gspgt_137{grid-column:1 / -1;display:flex;flex-direction:column}._formGroupFull_gspgt_137 label{font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}._formGroupFull_gspgt_137 textarea{padding:.85rem 1rem;border:1px solid #CBD5E0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px}._formGroupFull_gspgt_137 textarea::placeholder{color:#5a5a5a;opacity:1}._formGroupFull_gspgt_137 textarea:focus{outline:none;border-color:#f3674b;box-shadow:0 0 0 3px #f3674b1a}._fileUploadSection_gspgt_171{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}._fileUploadSection_gspgt_171 label{font-size:.95rem;font-weight:600;color:#fff}._fileUploadWrapper_gspgt_184{display:flex;align-items:center;gap:1rem;background-color:#fff;border:1px solid #CBD5E0;border-radius:8px;padding:.75rem 1rem}._fileButton_gspgt_194{background-color:transparent;color:#4a5568;border:1px solid #CBD5E0;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._fileButton_gspgt_194:hover{border-color:#f3674b;color:#f3674b}._fileFormat_gspgt_214{font-size:.85rem;color:#718096}._privacyCheckbox_gspgt_219{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;margin-bottom:1rem}._privacyCheckbox_gspgt_219 input[type=checkbox]{width:20px;height:20px;min-width:20px;border:2px solid white;border-radius:4px;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin-top:2px;flex-shrink:0}._privacyCheckbox_gspgt_219 input[type=checkbox]:checked{background-color:#f3674b;border-color:#f3674b}._privacyCheckbox_gspgt_219 input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}._privacyCheckbox_gspgt_219 label{color:#fff;font-size:.95rem;line-height:1.5;cursor:pointer;margin:0;font-weight:400}._submitButton_gspgt_268{background-color:#f3674b;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:0;width:auto;min-width:300px;align-self:center}._submitButton_gspgt_268:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #f3674b66}._ctaSection_gspgt_291{position:relative;padding:4rem 2rem;background-color:#0c0c0c;min-height:300px;display:flex;align-items:center;justify-content:center}._ctaSection_gspgt_291:before{content:"";position:absolute;inset:0;background-image:url(/images/sobre-spectal-vacantes.png);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:1}._ctaSection_gspgt_291:after{content:"";position:absolute;inset:0;background-color:#00000080;z-index:2}._ctaContainer_gspgt_326{position:relative;z-index:3;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}._ctaContent_gspgt_337{background:#7d392c99;border-radius:20px;padding:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:900px}._ctaText_gspgt_351{font-family:Montserrat,sans-serif;font-weight:500;font-size:26px;line-height:40px;letter-spacing:.2px;text-align:center;color:#fff;margin:0}._ctaButton_gspgt_362{background-color:#ff7155;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._ctaButton_gspgt_362:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #ff715566}@media (max-width: 768px){._contactForm_gspgt_66{gap:.5rem}._formRow_gspgt_91{grid-template-columns:1fr;gap:.5rem}._formGroupSpacer_gspgt_391{display:none}._ctaText_gspgt_351{font-size:20px;line-height:32px}._ctaContent_gspgt_337{padding:2rem}}._modalOverlay_gspgt_406{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_gspgt_1 .3s ease}@keyframes _fadeIn_gspgt_1{0%{opacity:0}to{opacity:1}}._modalContent_gspgt_430{background-color:#0e0e0e;border-radius:20px;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center;position:relative;animation:_slideUp_gspgt_1 .3s ease;border:2px solid rgba(255,113,85,.3)}@keyframes _slideUp_gspgt_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalIcon_gspgt_453{width:80px;height:80px;border-radius:50%;background-color:#f3674b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;animation:_scaleIn_gspgt_1 .3s ease .1s both}@keyframes _scaleIn_gspgt_1{0%{transform:scale(0)}to{transform:scale(1)}}._modalTitle_gspgt_477{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}._modalMessage_gspgt_484{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}._modalButton_gspgt_491{background-color:#f3674b;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:200px}._modalButton_gspgt_491:hover{background-color:#e85d40;transform:translateY(-2px);box-shadow:0 4px 12px #f3674b66}@media (max-width: 768px){._modalContent_gspgt_430{padding:2rem 1.5rem}._modalIcon_gspgt_453{width:60px;height:60px;font-size:2rem}._modalTitle_gspgt_477{font-size:1.5rem}._modalMessage_gspgt_484{font-size:1rem}}._pageWrapper_7cqvy_1{position:relative;min-height:100vh;background-color:#0c0c0c;padding:0;margin:0}._container_7cqvy_9{position:relative;max-width:1000px;margin:0 auto;padding:40px 24px 60px;z-index:1}._title_7cqvy_17{font-size:44px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._intro_7cqvy_26{font-size:17px;line-height:1.6;color:#ffffffe6;margin:0 0 40px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._section_7cqvy_34{margin-bottom:36px}._sectionTitle_7cqvy_38{font-size:22px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3;font-family:GT America,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._sectionContent_7cqvy_47{font-size:16px;line-height:1.75;color:#ffffffe6;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._sectionContent_7cqvy_47 p{margin:0 0 14px}._sectionContent_7cqvy_47 p:last-child{margin-bottom:0}._sectionContent_7cqvy_47 ul{margin:12px 0 16px;padding-left:24px}._sectionContent_7cqvy_47 li{margin:6px 0;line-height:1.6}._sectionContent_7cqvy_47 strong{font-weight:600;color:#fff}._emailLink_7cqvy_77{color:#ff7155;font-weight:600}@media (max-width: 768px){._container_7cqvy_9{padding:24px 16px 48px}._title_7cqvy_17{font-size:32px}._sectionTitle_7cqvy_38{font-size:19px}._sectionContent_7cqvy_47{font-size:15px}}
