@import"https://fonts.googleapis.com/css2?family=Neue+Haas+Unica:wght@400;700&display=swap";@import"https://p.typekit.net/p.css?s=1&k=avy7eih&ht=tk&f=39521.39523&a=59902086&app=typekit&e=css";.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999;perspective:1200px;overflow:hidden}.loader-container.fade-out{opacity:0;visibility:hidden;pointer-events:none}.loader-content{text-align:center;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;position:relative;padding-bottom:10%;box-sizing:border-box;transform-style:preserve-3d}.circle-spinner-container{position:absolute;bottom:10%;left:0;right:0;display:flex;justify-content:center;align-items:center;width:100%}.circle-spinner{width:50px;height:50px;margin:0 auto}.circle{width:100%;height:100%;border:4px solid rgba(255,255,255,.3);border-top:4px solid #ffffff;border-radius:50%;animation:spinCircle 1s linear infinite}@keyframes spinCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{width:100%;max-width:90%;margin:0 auto;position:relative}.loader-title{margin:0;color:#fff;text-align:center;font-weight:700;font-size:70px;text-shadow:0 0 10px rgba(255,255,255,.2)}@media (max-width: 768px){.circle-spinner-container{bottom:15%}.circle-spinner{width:40px;height:40px}.loader-title{font-size:30px;padding-inline:20px}}.loader-title span{display:inline-block}.loader-container~*{position:relative;z-index:1}.title-wrapper,.animated-title{visibility:visible!important;opacity:1!important}.cont-animated-title{position:relative;min-height:48px;perspective:1000px}.cont-animated-title .animated-title-wrapper{position:absolute;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;transform-style:preserve-3d}.cont-animated-title .faded-letter{opacity:.7;display:inline-block;text-shadow:0 0 8px rgba(255,255,255,.3)}.animated-title-container{display:inline-block;transform-style:preserve-3d;perspective:1000px}@media (prefers-reduced-motion: no-preference){.animated-title-container span{will-change:transform,opacity,filter;backface-visibility:hidden}}@media (prefers-reduced-motion: reduce){.animated-title-container span{transition:opacity .3s ease-out!important;transform:none!important;filter:none!important}}.texto-contenedor{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:14;pointer-events:none;width:100%}.texto-1,.texto-2,.texto-3,.texto-4,.texto-5,.texto-6,.texto-7{font-size:var(--font-size-40);color:#fff}@media (max-width: 768px){.texto-1,.texto-2,.texto-3,.texto-4,.texto-5,.texto-6,.texto-7{font-size:24px}}.texto-contenedor.texto-1{display:flex;flex-direction:column;align-items:flex-end;padding-right:10%}.texto-contenedor.texto-1 p:nth-child(1){font-size:16px}.texto-contenedor.texto-2{display:flex;flex-direction:column;align-items:flex-end;top:25%;padding-right:10%}.texto-contenedor.texto-3{display:flex;flex-direction:column;align-items:flex-end;top:70%;padding-right:10%}.texto-contenedor.texto-3 span{justify-content:flex-end}.texto-contenedor.texto-4{top:68%;display:flex;flex-direction:column;align-items:center}.texto-contenedor.texto-5{top:74%;display:flex;flex-direction:column;align-items:center}.texto-contenedor.texto-6{top:80%;display:flex;flex-direction:column;align-items:center}.texto-contenedor.texto-7{top:68%;display:flex;flex-direction:column;align-items:center}.texto-contenedor p{overflow:hidden}.texto-contenedor span{display:inline-block}@keyframes fadeInRotate{0%{opacity:0;transform:translateY(20px) rotateX(-90deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@property --angle{syntax: "<angle>"; initial-value: 90deg; inherits: true;}.animated-container{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5vh;z-index:0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.animated-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5vh;background:transparent;z-index:-1;overflow:hidden}.animated-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5vh;background:conic-gradient(from var(--angle),transparent 0%,transparent 45%,rgba(51,57,72,.8) 47%,rgba(51,57,72,.8) 53%,transparent 55%,transparent 100%);animation:rotate 6s linear infinite;z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;overflow:hidden}@keyframes rotate{0%{--angle: 0deg}to{--angle: 360deg}}.contenido-html-contenedor{pointer-events:none;transition:opacity .5s ease;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}@media (max-width: 1000px){.contenido-html-contenedor{width:90vw!important}}.contenido-html-contenedor .bloque-contenido{color:#fff;display:flex;flex-direction:column;gap:80px;padding:30px 40px 40px;width:70vw;margin:0 auto;border-radius:1.5vh;pointer-events:none;position:relative;z-index:2}@media (max-width: 1000px){.contenido-html-contenedor .bloque-contenido{width:fit-content;padding:30px 24px}}@media (max-width: 768px){.contenido-html-contenedor .bloque-contenido{gap:30px}}.contenido-html-contenedor .bloque-contenido .cont-titulo{text-align:center;pointer-events:none;position:relative;z-index:2}.contenido-html-contenedor .bloque-contenido .cont-titulo .titulo{font-size:clamp(1.5rem,2vw,2rem);pointer-events:none}.contenido-html-contenedor .bloque-contenido .cont-contenido{display:flex;gap:30px;justify-content:space-between;width:100%;pointer-events:none;position:relative;z-index:2}@media (max-width: 1000px){.contenido-html-contenedor .bloque-contenido .cont-contenido{flex-direction:column;align-items:center;gap:20px}}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-texto{font-size:clamp(18px,2vw,28px);pointer-events:none}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px;pointer-events:auto}@media (max-width: 768px){.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links{gap:5px}}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link{display:flex;align-items:center;gap:10px;transition:transform .3s ease}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link .line{width:30px;height:2px;background-color:#afafaf;margin-right:8px}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link a{text-decoration:none;color:#afafaf;font-size:clamp(16px,2vw,26px);pointer-events:auto;transition:all .3s ease}@media (max-width: 768px){.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link a{line-height:40px}}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link a:hover{color:#fff}.contenido-html-contenedor .bloque-contenido .cont-contenido .cont-links .link:hover{transform:translate(10px)}.contenido-html-contenedor.fade-in{opacity:1;visibility:visible}.sound-notice{position:fixed;z-index:999;top:50vh!important;left:50vw!important;transform:translate(-50%,-50%)!important;width:90%;max-width:400px;pointer-events:none;display:flex;justify-content:center;align-items:center;margin:0!important}.sound-notice-content{background:#d9d9d91a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:30px;padding:42px 25px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;border:1px solid #ACB9FD;box-shadow:0 8px 32px #0003;width:100%}.sound-notice-content h3{font-size:16px;font-weight:400}.sound-notice-content p{font-size:16px;margin:0}.sound-icon{display:flex;align-items:center;justify-content:center;background:#ffffff1a;width:48px;height:48px;border-radius:50%;margin-bottom:8px}@keyframes soundWave{0%{box-shadow:0 0 #fff3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.sound-icon{animation:soundWave 2s infinite}@media (max-width: 768px){.sound-notice-content{padding:20px}.sound-notice-content h3{font-size:16px}.sound-notice-content p{font-size:13px}}.process-component{overflow-y:auto;overflow-x:hidden}.process-component .process-background{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:0;pointer-events:none;isolation:isolate}.process-component .process-background canvas{pointer-events:none!important;transform:translateZ(0);backface-visibility:hidden}.process-component .process-section-1,.process-component .process-section-2-title,.process-component .process-section-2-content,.process-component .process-section-3-title,.process-component .process-section-3-content,.process-component .process-section-4-title,.process-component .process-section-4-content,.process-component .process-section-5-title,.process-component .process-section-5-content{width:100%;color:#fff;will-change:transform,opacity}.process-component .process-section-2-title,.process-component .process-section-3-title,.process-component .process-section-4-title,.process-component .process-section-5-title{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;min-height:auto}.process-component .process-section-2-content,.process-component .process-section-3-content,.process-component .process-section-4-content,.process-component .process-section-5-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem}.process-component .content-wrapper{opacity:1;transform:none;width:100%;max-width:750px;margin:0 auto;pointer-events:auto}.process-component .content-wrapper.visible{opacity:1;transform:none;pointer-events:auto}.process-component .process-title-2,.process-component .process-title-3{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:750px}.process-component .process-title-4{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:600px}.process-component .process-title-5{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:650px}.process-component .process-section-1{position:fixed;top:0;left:0;width:100%;height:100vh;padding-top:40px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;z-index:2;pointer-events:none;opacity:1;will-change:opacity}.process-component .process-section-1 .process-title-1{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;font-weight:500;pointer-events:auto;max-width:500px}.process-component .process-section-2-content{margin-top:70vh}.process-component .process-section-2-title{margin-top:250vh;gap:20px}.process-component .section-2-subtitle{font-size:clamp(1.5rem,2vw,2rem);max-width:750px;text-align:center}.process-component .section-2-text{font-size:clamp(18px,2vw,24px);max-width:750px}.process-component .process-section-3-title{margin-top:25vh}.process-component .process-section-3-content{margin-top:50vh;display:flex;justify-content:center;align-items:center;padding:2rem}@media (max-width: 768px){.process-component .process-section-3-content{padding:1rem}}.process-component .process-section-3-content .process-steps-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;width:100%;max-width:1200px;margin:0 auto}.process-component .process-section-3-content .process-steps-grid .process-step{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 2.5rem;border-radius:30px;color:#fff;min-height:160px}.process-component .process-section-3-content .process-steps-grid .process-step h3{font-size:1.5rem;margin:0;font-weight:500;margin-bottom:.5rem}.process-component .process-section-3-content .process-steps-grid .process-step .step-number{font-size:.875rem;opacity:.7}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(1){grid-column:span 2;border-bottom-left-radius:100px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(2){grid-column:span 2}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(3){grid-column:span 2;grid-row:span 2;border-top-right-radius:100px;border-bottom-right-radius:100px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(4){grid-column:span 4;border-top-left-radius:100px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(5){grid-column:span 3;border-bottom-left-radius:100px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(6){grid-column:span 3;border-bottom-right-radius:100px}@media (max-width: 768px){.process-component .process-section-3-content .process-steps-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.process-component .process-section-3-content .process-steps-grid .process-step{border-radius:20px;padding:1.5rem;min-height:100px}.process-component .process-section-3-content .process-steps-grid .process-step h3{font-size:1.25rem}.process-component .process-section-3-content .process-steps-grid .process-step .step-number{font-size:.75rem}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(1){grid-column:span 1;border-radius:20px 20px 20px 60px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(2){grid-column:span 1;border-radius:20px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(3){grid-column:span 2;border-radius:60px 20px 20px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(4){grid-column:span 2;border-radius:20px 20px 60px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(5){grid-column:span 1;border-radius:20px 20px 20px 60px}.process-component .process-section-3-content .process-steps-grid .process-step:nth-child(6){grid-column:span 1;border-radius:20px}}.process-component .process-section-4-title{position:relative;z-index:2;opacity:1;will-change:transform,opacity}.process-component .process-section-4-content{opacity:0;transition:opacity .5s ease;margin-top:40vh;position:relative;z-index:1}.process-component .process-section-4-content.visible{opacity:1}@media (max-width: 768px){.process-component .process-section-4-content{padding:2rem 0}}.process-component .process-section-4-content .content-wrapper{display:flex;gap:60px;max-width:900px;margin:60px auto 0;padding:0 20px;align-items:stretch;width:100%}@media (max-width: 768px){.process-component .process-section-4-content .content-wrapper{margin:20px auto 0}}.process-component .process-section-4-content .content-wrapper .services-selector{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:auto;gap:40px}.process-component .process-section-4-content .content-wrapper .services-selector .service-button{flex:1;background:none;border:1px solid transparent;color:#fff;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:15px;font-size:clamp(16px,3vw,24px);padding:20px;cursor:pointer;text-align:left;transition:all .3s ease;border-radius:30px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;transition:all .3s ease-out}.process-component .process-section-4-content .content-wrapper .services-selector .service-button:hover,.process-component .process-section-4-content .content-wrapper .services-selector .service-button.active{background:#ffffff26}.process-component .process-section-4-content .content-wrapper .services-selector .service-button .service-dot{position:relative;top:-30px;width:14px;height:14px;border-radius:50%}.process-component .process-section-4-content .content-wrapper .services-selector .service-button .service-title{font-weight:500}.process-component .process-section-4-content .content-wrapper .services-details-container{flex:1;position:relative;height:447px}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details{position:absolute;top:0;left:0;right:0;background:#ffffff0d;border-radius:30px;border:1px solid transparent;padding:20px 40px;display:flex;flex-direction:column;opacity:0;will-change:transform}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.active{opacity:1;z-index:10;border-color:inherit;background:#ffffff26}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details:not(.active){z-index:1;opacity:0}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.development,.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.management{transform-origin:left center}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.product{width:100%;transition:width .3s ease,padding-bottom .3s ease}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.product:not(.active){width:calc(100% + 20px)}@media (max-width: 768px){.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.product:not(.active){width:100%;padding-bottom:30px}}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.product:not(.active).management{width:calc(100% + 40px)}@media (max-width: 768px){.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.product:not(.active).management{width:100%;padding-bottom:50px}}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.development{width:100%;transition:width .3s ease,padding-bottom .3s ease}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.development:not(.active).management{width:calc(100% + 20px)}@media (max-width: 768px){.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.development:not(.active).management{width:100%;padding-bottom:30px}}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details .service-detail-item{font-size:21px;padding-block:7px}@media (max-width: 768px){.process-component .process-section-4-content .content-wrapper{flex-direction:column;gap:20px}.process-component .process-section-4-content .content-wrapper .services-selector{flex:none;width:100%;gap:10px}.process-component .process-section-4-content .content-wrapper .services-selector .service-button{flex:1;background:none;border:1px solid transparent;color:#fff;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:15px;font-size:clamp(16px,3vw,24px);padding:10px 20px;cursor:pointer;text-align:left;transition:all .3s ease;border-radius:30px;background:#ffffff1a;height:100%}.process-component .process-section-4-content .content-wrapper .services-selector .service-button .service-dot{position:relative;top:0}.process-component .process-section-4-content .content-wrapper .services-details-container{flex:1;position:relative;height:auto;min-height:250px}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details{position:absolute;top:0;left:0;right:0;background:#ffffff14;border-radius:30px;padding:10px 30px}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.development{transform-origin:center bottom}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details.management{transform-origin:center bottom}.process-component .process-section-4-content .content-wrapper .services-details-container .services-details .service-detail-item{font-size:18px;padding-block:6px}.process-component .process-section-2-title,.process-component .process-section-3-title,.process-component .process-section-4-title,.process-component .process-section-5-title{align-items:flex-start}.process-component .section-2-subtitle{text-align:start}.process-component .section-2-text{font-size:1.3rem}}.process-component .process-section-5-title{margin-top:30vh}.process-component .process-section-5-content{margin-top:50vh}@media (max-width: 768px){.process-component .process-section-5-content{padding:2rem 1rem}}.process-component .process-section-5-content .content-wrapper{max-width:100%}.process-component .process-section-5-content .contact-form-wrapper{max-width:100%!important;margin-top:90px!important}.process-component .process-section-5-content .contact-form-wrapper .contact-form{padding:20px 40px}@media (max-width: 768px){.process-component .process-section-5-content .contact-form-wrapper .contact-form{max-width:90%;padding:20px}}@media (max-width: 768px){.process-component .process-section-5-content .contact-form-wrapper{margin-top:60px!important}.process-component .process-section-5-content .contact-form-wrapper .form-subHeader-content{display:none}}@media (max-width:768px){.process-title-1,.process-title-4,.process-title-5{padding-inline:.5rem}}:root{--header-bg: rgba(0, 0, 0, .8);--text-color: #ffffff;--highlight-bg: rgba(255, 255, 255, .1);--mobile-nav-bg: rgba(0, 0, 0, .9);--mobile-link-color: rgba(199, 217, 252, 1);--transition-default: all .3s ease-in-out;--border-radius: 50px}.header-home{background-color:var(--header-bg);display:flex;justify-content:space-between;align-items:center;position:fixed;z-index:40;bottom:0;left:0;right:0;margin:0 auto 35px;width:fit-content;border-radius:var(--border-radius);color:var(--text-color);transition:var(--transition-default)}.link-home{color:var(--text-color);text-decoration:none;cursor:pointer}.cont-logo{display:flex}.logo-home{border-radius:var(--border-radius)}.nav-home{display:flex;font-size:16px;font-weight:500;padding-inline:30px}.nav-links-container{position:relative;display:flex;gap:1rem;padding:.5rem}.nav-links-container .link-home{position:relative;padding:.5rem 1rem;transition:color .3s ease;z-index:1;white-space:nowrap;height:35px;display:flex;align-items:center}.nav-links-container .link-home:hover{color:var(--text-color)}.nav-links-container .link-home.active{position:relative;color:#acb9fd;font-weight:600}.background-highlight{position:absolute;top:50%;transform:translateY(-50%);background-color:var(--highlight-bg);border-radius:var(--border-radius);height:35px;z-index:0;pointer-events:none}.menu-toggle,.mobile-only{display:none}@media (max-width: 768px){.header-home{width:90vw;margin-bottom:20px}.nav-home{opacity:0;visibility:hidden;flex-direction:column;position:fixed;bottom:20px;left:0;right:0;margin:0 auto;width:90vw;border-radius:31px;height:auto;padding-top:40px;padding-bottom:120px;justify-content:center;align-items:center;background-color:var(--mobile-nav-bg);gap:50px;z-index:10;transition:var(--transition-default)}.nav-home.show{opacity:1;visibility:visible;transform:translateY(0)}.menu-toggle{display:flex;font-size:24px;cursor:pointer;bottom:20px;right:20px;z-index:12;padding-inline:30px;border-radius:var(--border-radius)}.link-home.mobile-only{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:500;color:var(--mobile-link-color)}.link-home{font-size:20px;z-index:12}.mobile-only{display:block}.mobile-only svg{fill:var(--text-color)}.nav-links-container{flex-direction:column;align-items:center;width:100%;gap:1.5rem}.nav-links-container .link-home.active{color:#fff;background-color:#ffffff1a;border-radius:100px;padding:15px 20px 20px}.background-highlight{width:100%;transform:none;left:0}}@media screen and (min-width: 1921px){.header-home{scale:1.6;margin-bottom:80px}}.top-0{top:0}.absolute{position:absolute}.section-container{width:100vw}.section{height:100vh;width:100vw}.section-1{display:flex;justify-content:center;align-items:center}.section-1 .title{color:#fff;font-size:40px;font-weight:800;line-height:48px;background-color:#000;max-width:40vw;text-align:center;padding:20px}.section-2{display:flex;align-items:flex-end;flex-direction:column;justify-content:center;padding-right:80px}.section-2 .subtitle{color:#fff;font-size:16px;font-weight:500;line-height:16px;padding-block:20px}.section-2 .title{color:#fff;font-size:40px;font-weight:800;line-height:48px;width:40vw;text-align:end}.section-3{display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between;padding-block:40px;padding-right:80px}.section-3 .title1,.section-3 .title2{color:#fff;font-size:40px;font-weight:800;line-height:48px;max-width:40vw;text-align:end;padding:20px}.section-4{display:flex;flex-direction:column;justify-content:flex-end;padding-block:40px}.section-4 .title1,.section-4 .title2{color:#fff;font-size:40px;font-weight:800;line-height:48px;text-align:center;padding:20px}.privacy-policy-container{width:100%;height:100%;max-width:1600px;margin-block:10vh;margin-inline:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:7vh;padding-inline:10vw}.privacy-policy-container div{display:flex;flex-direction:column;gap:3vh}.privacy-policy-container div h1{font-size:40px;font-weight:500;color:#fff}.privacy-policy-container div h2{font-size:21px;font-weight:500;color:#fff;display:flex;flex-direction:column;gap:10px}.privacy-policy-container div h3{font-size:18px;font-weight:500;color:#fff;display:flex;flex-direction:column;gap:10px}.privacy-policy-container div p{font-size:16px;font-weight:400;line-height:1.8rem;color:#fff}.privacy-policy-container div ul{font-size:16px;font-weight:400;line-height:1.8rem;color:#fff;margin-left:1.5em;padding-left:0}.privacy-policy-container div li{font-size:16px;font-weight:400;line-height:1.8rem;color:#fff;margin-bottom:.5em}.showreel-container{display:flex;flex-direction:column;height:100vh;min-height:100vh;max-width:100%;width:100vw;position:sticky;overflow:hidden;z-index:1}.showreel-preview-background{position:absolute;top:0;left:0;width:100%;height:100%}.animated-h2-contact{font-weight:500;font-size:clamp(2rem,5vw,2.5rem);max-width:600px}.line{will-change:transform}.card:hover .hidden-content{display:flex;opacity:1}.cards-container .cont-card:nth-child(2n){margin-top:9vh}.cont-card{height:450px}#smooth-wrapper{position:relative;overflow:hidden;width:100%}#smooth-content{position:relative;width:100%;will-change:transform}.section-after-projects{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:110vh;max-width:800px;padding:20px;z-index:1}.section-after-projects p{color:#fff;text-align:center;font-family:Neue Haas Unica,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:48px}.section-after-projects h2{color:#fff;text-align:center;font-family:Neue Haas Unica,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:64px}.animated-h2{font-weight:500;font-size:clamp(2rem,5vw,2.5rem)}.section-before-showreel{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:110vh;max-width:800px;padding:20px;z-index:1}.section-before-showreel p{color:#fff;text-align:center;font-family:Neue Haas Unica,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:48px}.section-before-showreel h2{color:#fff;text-align:center;font-family:Neue Haas Unica,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:64px}.toggle-container{position:relative;top:25px;width:271px;height:56px;min-height:56px;background-color:#ffffff20;border-radius:40px;display:flex;align-items:center;cursor:pointer;margin-bottom:20px;z-index:10}.toggle-slider{position:absolute;top:0;left:0;width:150px;height:57px;background-color:#ffffff32;border-radius:40px;z-index:10}.toggle-button{width:100%;text-align:center;z-index:0;font-size:16px;color:#fff}.showreel-image-background{cursor:none;display:flex;position:relative;width:100vw;height:100vh;background-image:url(/imgs/hero-section-work.png);background-size:cover;background-position:center;z-index:1}.cards-container .card{cursor:none}#custom-cursor{position:fixed;top:0;left:0;width:100px;height:100px;background-image:url(/imgs/cursor/play.svg);background-size:cover;pointer-events:none;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-out,background .2s ease-out,opacity .2s ease-out;z-index:1000}#custom-cursor-work{position:fixed;top:0;left:0;width:100px;height:100px;background-image:url(/imgs/cursor/card.svg);background-size:cover;pointer-events:none;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-out,background .2s ease-out,opacity .2s ease-out;z-index:1000}#custom-cursor-showreel{position:fixed;top:0;left:0;width:100px;height:100px;background-image:url(/imgs/cursor/pause.svg);background-size:cover;pointer-events:none;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-out,background .2s ease-out,opacity .2s ease-out;z-index:1000}.showreel-video-background{cursor:none;position:absolute;top:0;left:0;width:100vw;max-width:100%;height:100vh;z-index:2}.showreel-video{width:100%;max-width:100%;height:100%;object-fit:cover}.preview-video{width:100%;height:100%;object-fit:cover;cursor:none}.work-project-section{overflow-x:clip;display:flex;flex-direction:column;align-items:center;width:100vw;justify-content:center}.list-selected{transform:translate(100%)}.list-view{width:90%;margin:0 auto;padding:20px}.table-work{width:100%;border-collapse:collapse;font-size:2.3vh;color:#fff}thead{border-bottom:.5px solid #cdd0d573;color:#cdd0d5}th,td{padding-block:2.5vh;padding-inline:2vw;text-align:left}th{font-weight:700}td{border-bottom:.5px solid #cdd0d573}.solution-tablework{width:55%}.services-tablework,.service-tabledata{text-align:end}.button-tabledata{text-align:center}.yellow{background-color:#f1fe67}.purple{background-color:#b787e0}.blue-sky{background-color:#c7d9fc}.info-button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;border-radius:.5em;transition:background-color .4s ease}.info-button:hover{background-color:#fff9}.work-text-container{position:absolute;top:20%;left:50%;display:flex;flex-direction:column;align-items:center;height:70px;width:0%;height:50px;overflow:hidden;text-align:center;display:inline-block}ul.v-slides{list-style-type:none;padding:0;margin:0;height:50px}.v-slide{line-height:50px;opacity:0;transition:opacity .5s;display:flex;justify-content:center;align-items:center;white-space:nowrap}.work-text-container h1{min-width:90vw;margin:0;padding:0;font-weight:500;font-size:2.5rem;color:#fff;position:relative;z-index:10;display:flex;align-items:center;justify-content:center;text-align:center}.work-text-container h2{text-align:center;min-width:35vw;margin:0;padding:0;font-size:2rem;color:#fff;position:absolute;top:113vh;left:50%;transform:translate(-50%);z-index:8}.work-content-view{width:100%;min-height:80vh;display:flex;justify-content:center}.dot{height:15px;width:15px;border-radius:50%;display:inline-block;margin-right:8px}.cards-container{display:grid;grid-template-columns:repeat(2,1fr);max-width:1100px;height:auto;padding-top:10vh;padding-bottom:15vh;gap:160px 200px;flex-grow:1;width:100%}@media (max-width: 858px){.cards-container{grid-template-columns:1fr;justify-content:center;width:100%;max-width:100%;gap:160px}}.cont-card{position:relative;z-index:25}.card{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700;border-radius:14px;overflow:hidden;transition:all .3s ease}.card img{width:335px;height:auto}.card-inner{opacity:1;transition:opacity .3s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:335px;bottom:2.5vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;font-weight:700;border-radius:16px;z-index:-10}.card:hover .card-inner{opacity:1}.card-inner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;z-index:0}.card:hover .card-inner:before{opacity:.4}.card-inner .content{display:none;color:#fff;text-align:center;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card:hover .card-inner .content{display:block}.hidden-content{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/imgs/card-hover.png);background-size:cover;background-position:center;border-radius:18px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;z-index:-1;opacity:1;transition:opacity .7s ease}.hidden-content .contenido-adicional{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-inline:3vw;font-size:1.7rem;font-weight:500;height:80%;line-height:1.7rem;gap:10px}.hidden-content div{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;height:10%;padding:0;margin-left:1.2vw;width:100%;font-weight:300}.hidden-content div .punto-hidden-yellow{background-color:#f1fe67;border-radius:50%;width:15px;height:15px}.hidden-content div .punto-hidden-blue{background-color:#c7d9fc;border-radius:50%;width:15px;height:15px}.hidden-content div .punto-hidden-purple{background-color:#b787e0;border-radius:50%;width:15px;height:15px}.card:hover .hidden-content{opacity:0}.content p,.content span{margin:10px 0;font-size:18px}.container-work-form{width:100%;padding:0!important;height:66vh!important}@media (max-width: 1024px){.cards-container{padding:10vh 20px 0;margin-bottom:0}.app-container{overflow-x:hidden}.work-text-container{width:100%}.showreel-mask{width:85vw}.cards-container .cont-card:nth-child(2n){margin-top:0;transform:translateY(0)}.work-text-container h2{width:90vw}.list-view{margin:0;width:100vw;padding:3vw;padding-bottom:0}.industry-tablework,.services-tablework,.industry-tabledata,.service-tabledata{display:none}.moreinfo-tablework{text-align:right;width:30%}.solution-tablework{width:70%}th,td{padding-block:3vh;padding-inline:none}.button-tabledata{width:30%;text-align:right}.work-text-container h1{font-size:2.2rem;width:90vw}.h2-work-subtitle-projects{width:90vw}.card-inner{border-radius:12px}.card img{width:337px}.hidden-content{border-radius:16px}.hidden-content .contenido-adicional{padding-inline:4rem}.hidden-content div{justify-content:center}.work-content-view{min-height:auto}.table-work{margin-bottom:0}.tbody-table-work tr:last-child td{border-bottom:none}.work-project-section{margin-bottom:0;padding-bottom:0}.second-paragraph,.animated-h2-contact{padding-inline:6vw!important}}tbody tr{position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}tbody tr:hover{background-color:#ffffff1a}tr:hover:before{opacity:1}td{transition:transform .8s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animated-chars{display:inline-block}.animated-chars span{display:inline-block;opacity:0;transform:translateY(20px)}.showreel-mask{width:55vw;height:55vh;margin:0 auto;overflow:hidden;border-radius:50px}.showreel-active .showreel-mask,.showreel-container.showreel-active{width:100%;height:100vh;border-radius:0}.work-section-1{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.showreel-container{width:100%;height:100%}.video-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:10000}@media screen and (min-width: 1921px){.toggle-container{scale:1.5}.work-text-container h1{font-size:3.5rem}.work-text-container h2{font-size:3rem}.animated-h2,.animated-h2-contact{font-size:clamp(2.5rem,6vw,3.5rem)}.section-after-projects p,.section-after-projects h2,.section-before-showreel p,.section-before-showreel h2{font-size:3rem;line-height:1.4}.table-work{font-size:2.2vh}.hidden-content .contenido-adicional{font-size:2.2rem;line-height:2.2rem}.content p,.content span{font-size:1.5rem}.cont-card{height:550px}.card img,.card-inner{width:435px}.cards-container{max-width:1400px;gap:200px 250px}.hidden-content .contenido-adicional{font-size:2.1rem;line-height:2.4rem;padding-inline:3vw}.hidden-content div{margin-left:2vw}.hidden-content div .punto-hidden-yellow,.hidden-content div .punto-hidden-blue,.hidden-content div .punto-hidden-purple{width:18px;height:18px}.words-wrapper{font-size:3.8rem}.subtitleform span{font-size:2.6rem}.info-button{scale:1.5}}@media screen and (min-width: 2561px){.animated-h2,.animated-h2-contact{font-size:clamp(3rem,7vw,4.5rem)}.section-after-projects p,.section-after-projects h2,.section-before-showreel p,.section-before-showreel h2{font-size:4rem;line-height:1.5}.table-work{font-size:2.5vh}.hidden-content .contenido-adicional{font-size:2.8rem;line-height:2.8rem}.content p,.content span{font-size:2rem}.cont-card{height:700px}.card img,.card-inner{width:535px}.cards-container{max-width:1800px;gap:250px 300px}.hidden-content .contenido-adicional{font-size:2.6rem;line-height:2.8rem;padding-inline:5vw}.hidden-content div{margin-left:2.5vw}.hidden-content div .punto-hidden-yellow,.hidden-content div .punto-hidden-blue,.hidden-content div .punto-hidden-purple{width:22px;height:22px}}.gdpr-disclaimer a{color:#fff;font-weight:700;text-decoration:underline}.gdpr-disclaimer{display:block;font-size:2vh;color:#fff;line-height:1.4;width:100%;text-align:left}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:#fff!important;transition:background-color 5000s ease-in-out}:root{--border-radius: 5vh;--transition-default: all .3s ease}.form-container{padding:5vh 0 0;text-align:center;position:relative;min-height:100vh;height:auto;box-sizing:border-box}.form-container>div{position:relative;width:100%}.form-background-canvas{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;z-index:-1}.form-content{position:relative;z-index:1}.form-header-content{justify-content:center;margin-bottom:5vh;width:100%;display:flex;flex-direction:column;align-items:center}.form-header-content h1,.form-header-content h2{width:100%;max-width:100%;text-align:center;color:var(--font-color-white);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.form-header-content h1{font-size:5vh;font-weight:500;line-height:1.2}.form-header-content h2{font-size:2vh;font-weight:500;line-height:1.4}.form-header-content a,.form-header-content a:hover{color:var(--font-color-white)}.form-header-content a{position:relative;text-decoration:none}.form-header-content a:after{content:"";position:absolute;bottom:-2px;right:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.form-header-content a:hover:after{width:100%;left:0;right:auto}.contact-form{max-width:50vw;margin-top:2.5rem;padding:2vh;border-radius:2vh;color:var(--font-color-white);background-color:transparent;box-sizing:border-box;width:100%;position:relative;z-index:10}.contact-form-wrapper{max-width:1700px!important}.form-subHeader-content{font-family:neue-haas-unica,sans-serif;padding:0 0 50px}.form-subHeader-text{font-size:clamp(32px,3.5vw,40px);font-weight:500}.form-group{padding-bottom:5vh;gap:4vh;position:relative}.form-group.last{padding-bottom:3vh}label{display:flex;margin-bottom:3vh;font-size:1.85vh;letter-spacing:.11vh;font-weight:500}.input-field,.textarea-field{width:100%;padding-bottom:4vh;border:none;border-bottom:1px solid #ffffff;background:transparent;color:var(--font-color-white);font-family:neue-haas-unica,sans-serif;font-weight:200;font-size:1.85vh;box-sizing:border-box}.textarea-field{height:8vh;resize:none}.input-field::placeholder,.textarea-field::placeholder{color:var(--font-color-white);font-weight:500;opacity:1;transition:opacity .3s}.input-field:focus::placeholder,.textarea-field:focus::placeholder{opacity:.5}.input-field:focus,.textarea-field:focus{outline:none}.budget-and-submit{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;margin:0}.budget-options{display:flex;gap:2vh;flex-wrap:wrap}.budget-btn{font-family:neue-haas-unica,sans-serif;border:1px solid #ffffff;padding:10px 20px;border-radius:var(--border-radius);background:transparent;color:var(--font-color-white);font-size:1.8vh;font-weight:200;cursor:pointer;white-space:nowrap;transition:var(--transition-default)}.budget-btn:hover{background-color:#a1c1ff33}.budget-btn.selected,.budget-btn.selected:hover{background-color:#a1c1ff66;border:none}.submit-btn{padding:10px 20px;background-color:#fff;color:#000;font-family:neue-haas-unica,sans-serif;font-weight:500;border:none;border-radius:var(--border-radius);font-size:1.8vh;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px;transition:var(--transition-default)}.error-message{color:#ff8282;font-size:1.45vh;position:absolute;left:0;bottom:1.5vh}.cb-error{padding-left:20px}.titleh2form{font-size:clamp(1.5rem,2vw,2rem);max-width:750px;text-align:center;color:#fff;max-width:550px}.titleh1form{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:550px}.subtitleform{font-size:clamp(1.5rem,2vw,2rem);max-width:750px;text-align:center}@media (max-width: 768px){.checkbox-group{margin-top:0rem!important}.checkbox-container.mobile{margin-bottom:0vh}.checkmark{height:20px!important;width:20px!important}.contact-form{padding-top:30px}.budget-options{display:none}.contact-form-start-project .form-subHeader-content{display:none!important}.form-header-content{width:calc(100% - 60px);margin:0 auto}.input-field,.textarea-field{padding-bottom:3vh}}@media (min-width: 769px){.budget-select{display:none}}@media (max-width:1250px){.submit-btn-container{width:100%}.submit-btn-container .submit-btn{width:100%;height:46px;padding:12px 20px}}@media (max-width: 992px){.contact-form{max-width:90%}.budget-and-submit{flex-direction:column;align-items:flex-start;gap:32px}.submit-btn-container{width:100%}.submit-btn-container .submit-btn{width:100%;height:46px;padding:12px 20px}.form-header-content h1{font-size:32px;margin-bottom:20px;padding:0 20px}.form-header-content h2{font-size:14px;padding:0 20px}.contact-form-wrapper{width:90vw!important}.form-container{width:100%;max-width:100vw}.form-header-content h1,.form-header-content h2{width:calc(100% - 40px);margin:0 auto}.checkbox-text{padding-left:20px}}.budget-select{width:100%;padding:10px 20px;border:1px solid #ffffff;border-radius:var(--border-radius);background:transparent;color:var(--font-color-white);font-size:1.8vh;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.budget-select option{background-color:#1a1a1a;color:#fff}.checkbox-container{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50px!important}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:15px;width:15px;background-color:transparent;border:2px solid #fff;margin-right:10px;position:relative;transition:all .2s ease;border-radius:50px!important}.checkbox-container:hover input~.checkmark{background-color:#ffffff1a;border-radius:50px}.checkbox-container input:checked~.checkmark{background-color:#fff}.checkbox-text{color:#fff;font-size:.9rem;text-align:left}.checkbox-text a{color:#acb9fd;text-decoration:none}.checkbox-text a:hover{text-decoration:none;color:#fff}@media screen and (min-width: 1921px){.checkbox-text{font-size:1.4rem}.titleh1form{font-size:3.75rem;max-width:750px}.titleh2form{font-size:3rem;max-width:750px}}.not-found-container{position:relative;width:100%;min-height:100vh;overflow:hidden;background-color:transparent}.not-found-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.doers-button:hover{background-color:#333}.not-found-text a{position:relative;color:#fff;text-decoration:none;border-bottom:1px solid white;transition:border-color .3s ease}.not-found-text a:hover{border-color:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-section-0{max-height:0vh}.about-section-1{min-height:150vh}.about-section-6{display:flex;flex-direction:column}.about-section-2,.about-section-3,.about-section-5,.about-section-6,.about-section-7{display:flex;justify-content:center;align-items:center;width:100vw;text-align:center;height:auto}.about-section-4{width:100vw;height:280vh}.content-container,.content-container-2,.content-container-5{max-width:800px;padding:20px}.about-title-1,.about-title-2,.about-title-5{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:750px;margin-bottom:2rem}.about-title-cards-p,.about-subtitle-5,.about-subtitle-2,.about-contact-title{color:#fff;font-size:clamp(2rem,5vw,2.5rem);text-align:center;line-height:1.2;font-weight:500;max-width:550px}.about-subtitle-1{font-size:clamp(1.5rem,2vw,2rem);max-width:750px;font-weight:400;text-align:center;color:#fff}.about-paragraph-1{margin-top:600px;color:#fff;font-weight:400;font-size:clamp(18px,2vw,24px);text-align:center}.about-paragraph-container-1,.about-paragraph-container-5{margin-bottom:150px}.about-paragraph-2{margin-top:600px;color:#fff;font-weight:400;font-size:clamp(18px,2vw,24px)}.about-paragraph-5{margin-top:600px;margin-bottom:200px;max-width:700px;color:#fff;font-weight:400;font-size:clamp(18px,2vw,24px);text-align:center}.about-contact-subtitle{max-width:680px;color:#fff;font-weight:400;font-size:1.2rem;text-align:start}.rect-container{display:flex;padding-block:2.5rem;flex-direction:column;border-radius:50px;border:1px solid rgba(255,255,255,.3);width:100%;align-items:center;max-width:80vw;height:100%;background-color:#ffffff26}.rect-wrapper{display:flex;gap:2rem;flex-direction:column;justify-content:center;align-items:center;height:auto;width:100%}.rect-container-row{width:100%;margin-top:50px;display:flex;flex-direction:row}.rect-col-cont-text{display:flex;padding-left:4em;color:#fff;font-weight:400;font-size:clamp(24px,2vw,26px);width:60%}.rect-col-cont{display:flex;flex-direction:column;width:40%;gap:40px;margin-bottom:50px}.rect-link{font-size:clamp(26px,2vw,28px);font-weight:500;cursor:pointer}.rect-link-container:hover{color:#fff}.rect-link-container{display:flex;justify-content:start;align-items:center;width:100%;color:#868c98;transition:color .3s ease-in-out}.line{width:2vw;height:2px;background-color:#868c98;margin-right:8px}.rect-link{margin:0;white-space:nowrap}.about-title-first,.about-title-second,.about-title-fifth{width:100%;color:#fff;opacity:1;display:flex;flex-direction:column}.about-section-4-layer{display:flex;flex-direction:row;width:100vw;height:100vh;z-index:1;background-image:url(/imgs/cover/bg-about-section.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.about-section-4-layer .team-member-container{display:flex;flex-direction:column;width:55vw;margin-top:8rem}@media (max-width: 1440px){.about-section-4-layer .team-member-container{margin-top:6rem}}@media (max-width: 1024px){.about-section-4-layer .team-member-container{margin-top:7rem;width:40vw}}@media (max-width: 820px){.about-section-4-layer .team-member-container{width:30vw}}@media (max-width: 1600px){.about-section-4-layer .team-member-container{margin-top:4rem}}.about-section-4-layer .team-member-container .team-member-rotate-container{margin-left:2vw;display:flex;align-items:center;gap:10px;border-radius:20px;padding:10px 15px;color:#fff;font-size:14px;font-weight:500}@media (max-width: 920px){.about-section-4-layer .team-member-container .team-member-rotate-container{position:absolute;top:20px;left:0}}@media (max-width: 1440px){.about-section-4-layer .team-member-container .team-member-rotate-container{padding-left:5rem;margin-left:0}}@media (max-width: 1024px){.about-section-4-layer .team-member-container .team-member-rotate-container{padding-left:2rem}}.about-section-4-layer .team-member-container .team-member-rotate-container .btn-rotate{width:3rem;height:3rem;border-radius:50%;background-color:#0316790f;display:flex;transition:background-color .3s ease-in-out;align-items:center;border:none;justify-content:center;font-size:12px;cursor:pointer;transform-origin:center center}.about-section-4-layer .team-member-container .team-member-rotate-container .btn-rotate img{width:30px;height:30px;transform-origin:center center}.about-section-4-layer .team-member-container .team-member-rotate-container .btn-rotate:hover{background-color:#0316791f}.about-section-4-layer .team-member-container .team-member-rotate-container .model-label{display:flex;align-items:center;gap:8px;background-color:#0316790f;padding-inline:1rem;padding-block:10px;border-radius:50px}.about-section-4-layer .team-member-container .team-member-rotate-container .model-label .model-indicator{width:15px;height:15px;border-radius:50%;background-color:#acb9fd}.about-section-4-layer .team-member-container .team-member-rotate-container .model-label p{font-size:1.1rem;font-weight:500}.about-section-4-layer .team-member-container .member-pic-container{height:100%;width:100%;display:flex;justify-content:flex-end;align-items:flex-end}@media (max-width: 1366px){.about-section-4-layer .team-member-container .member-pic-container{position:absolute;bottom:0;right:40%;z-index:-1;width:80%;height:80%}}@media (max-width: 1024px){.about-section-4-layer .team-member-container .member-pic-container{position:absolute;bottom:0;right:50%;z-index:-1;width:70%;height:70%}}@media (max-width: 820px){.about-section-4-layer .team-member-container .member-pic-container{position:absolute;bottom:10%;right:35%;z-index:-1;scale:1.3;width:100%;height:100%}}.about-section-4-layer .team-member-container .member-pic-container img{width:100%;height:100%;object-fit:contain;object-position:bottom;transition:transform .3s ease-in-out}.about-section-4-layer .team-container{flex-direction:column;width:45vw;margin-top:8rem;display:flex;padding-right:10rem;background-color:transparent;z-index:1;overflow:hidden}@media (max-width: 1024px){.about-section-4-layer .team-container{margin-top:7rem;width:60vw}}@media (max-width: 1280px){.about-section-4-layer .team-container{width:65vw}}@media (max-width: 900px){.about-section-4-layer .team-container{width:85vw}}@media (max-width: 1700px){.about-section-4-layer .team-container{padding-right:5rem}}@media (max-width: 1600px){.about-section-4-layer .team-container{padding-right:3rem;margin-top:4rem}}.about-section-4-layer .team-container h3{margin-left:6rem;text-align:right;color:#fff;font-size:2.5rem;font-weight:500;margin-bottom:2rem}@media (max-width: 1440px){.about-section-4-layer .team-container h3{margin-left:0rem}}@media (max-width: 1024px){.about-section-4-layer .team-container h3{margin-left:0rem}}.about-section-4-layer .team-container .tabs-container{display:flex;flex-direction:column;width:100%;background-color:transparent}@media (max-width: 1100px){.about-section-4-layer .team-container .tabs-container{padding-left:0}}.about-section-4-layer .team-container .tabs-container .tabs-header{display:flex;width:100%;background-color:#0316791f;border-radius:40px 40px 0 0;justify-content:space-between}@media (max-width: 1100px){.about-section-4-layer .team-container .tabs-container .tabs-header{border-radius:25px 25px 0 0}}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-button{display:flex;width:33vw;align-items:center;flex-direction:row;gap:1vw;border-radius:40px 40px 0 0;padding-inline:2rem;padding-block:1.5rem;font-weight:400;font-size:1.1rem;background-color:transparent;border:none;color:#fff;cursor:pointer;font-family:neue-haas-unica,sans-serif}@media (max-width: 1100px){.about-section-4-layer .team-container .tabs-container .tabs-header .tab-button{border-radius:25px 25px 0 0;padding-block:20px;justify-content:center}}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-button span{width:clamp(.8rem,1vw,1.2rem);height:clamp(.8rem,1vw,1.2rem);border-radius:100%}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-operations.active{cursor:auto;background-color:#03167914;border-bottom:1px solid #acb9fd}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-operations .tab-indicator{background-color:#acb9fd}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-design,.about-section-4-layer .team-container .tabs-container .tabs-header .tab-development,.about-section-4-layer .team-container .tabs-container .tabs-header .tab-operations{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-design.active{cursor:auto;background-color:#03167914;border-bottom:1px solid #9b59b6}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-design .tab-indicator{background-color:#9b59b6}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-development.active{cursor:auto;background-color:#03167914;border-bottom:1px solid #f1fe67}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-development .tab-indicator{background-color:#f1fe67}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-design:hover .tab-indicator{background-color:#9b59b6!important;transition:ease .3s}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-development:hover .tab-indicator{background-color:#f1fe67!important;transition:ease .3s}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-operations:hover .tab-indicator{background-color:#acb9fd!important;transition:ease .3s}.about-section-4-layer .team-container .tabs-container .tabs-header .tab-indicator.inactive{background-color:#f6f8fa}.about-section-4-layer .table-container{width:100%;background-color:#03167933;border-radius:0 0 40px 40px;max-width:100%}.about-section-4-layer .table-container .about-table{width:100%;border-collapse:collapse;border:none;color:#fff;table-layout:auto}.about-section-4-layer .table-container .about-table tbody{display:flex;flex-direction:column;padding-block:.5rem}.about-section-4-layer .table-container .about-table tbody tr{display:flex;flex-direction:row;width:100%;align-items:center;padding-inline:2rem;cursor:default}.about-section-4-layer .table-container .about-table tbody tr td{padding-block:1rem}.about-section-4-layer .table-container .about-table tbody tr .about-table-members{display:flex;width:50%;flex-direction:row;gap:1em;justify-content:flex-start;font-size:1.1rem;font-weight:400;color:#f6f8fa;border:none;align-items:center}.about-section-4-layer .table-container .about-table tbody tr .about-table-members .about-table-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.about-section-4-layer .table-container .about-table tbody tr .about-table-roles{width:50%;display:flex;flex-direction:row;gap:1em;text-align:left;justify-content:flex-end;border:none;font-size:1.1rem;color:#f6f8fa;align-items:center;text-align:right}.table-container{overflow-x:hidden;max-width:100%}.image-gallery{width:100%;position:relative}.image-container{display:flex;width:100%;gap:20px}.card-gallery{flex:0 0 45%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}@media (max-width: 767px){.card-gallery{flex:0 0 80%}}.card-gallery img{width:100%;height:100%;object-fit:contain;object-position:center}.about-section-4-mobile-container{display:flex;flex-direction:column;gap:3em;margin-top:640px}.about-section-4-mobile-box-1-text,.about-section-4-mobile-box-2-text,.about-section-4-mobile-box-3-text{gap:10px!important}.about-subtitle-mobile{color:#fff;font-size:clamp(2rem,5vw,2.5rem);max-width:520px;font-weight:500;text-align:start}@media (orientation: portrait){.about-subtitle-mobile{max-width:350px}}@media (max-width: 900px){.rect-wrapper{padding-inline:2vw}.about-title-cards{width:100%;display:flex;padding-inline:30px;justify-content:flex-start}.about-title-cards-p{text-align:start}.rect-col-cont{margin-bottom:0}.rect-container{margin-top:100px;display:flex;padding-block:3rem;flex-direction:column;border-radius:50px;border:1px solid rgba(255,255,255,.3);width:100%;align-items:center;max-width:90vw;height:100%;background-color:#ffffff26;margin-bottom:10vh}.about-paragraph-1,.about-paragraph-2{margin-top:600px;color:#fff;font-weight:400;font-size:1.3rem;text-align:start}.rect-wrapper{display:flex;gap:2em;flex-direction:column;justify-content:center;align-items:center}.rect-container-row{width:100%;margin-top:0;display:flex;flex-direction:column}.rect-col-cont-text{display:inline-block!important;max-width:680px;text-align:center;width:100%;padding-left:0}.about-title-first,.about-title-second,.about-paragraph-1,.about-title-fifth,.about-paragraph-2{text-align:start}.about-paragraph-5{text-align:start;font-size:1.3rem}.rect-col-cont{display:flex;flex-direction:column;width:100%;gap:1.5rem;padding-block:4rem}.rect-link-container{display:flex;justify-content:center;width:100%}.about-subtitle-1,.about-subtitle-2,.about-subtitle-5,.about-title-1{text-align:start}.about-contact-title,.about-contact-subtitle{text-align:center}}.full-width-container{width:100%;display:flex;justify-content:center;margin-top:1rem;padding:0 2rem}.center-rounded-div{display:flex;border-radius:50px;overflow:hidden;max-width:350px;width:100%;height:50px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,1)}.left-section,.right-section{padding:1rem;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.left-section{flex:2;background:#c8d8f90e}.right-section{flex:1;background:#ffffff1a}.certified-container{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%}.left-section p{font-size:clamp(.8rem,2vw,1rem);font-weight:500;margin:0}.certified-container span{font-weight:500;font-size:clamp(.8rem,2vw,1rem);color:#a1c1ff}.check-icon{width:clamp(14px,4vw,18px);height:clamp(14px,4vw,18px);flex-shrink:0}@media (max-width: 900px){.center-rounded-div{flex-direction:row;border-radius:50px;height:clamp(40px,8vw,50px)}.left-section,.right-section{padding:clamp(.5rem,2vw,1rem)}}:root{--footer-bg-color: #ffffff1a;--font-color-grey: #afafaf;--font-color-white: #ffffff;--font-size-16: 16px;--font-size-21: 21px}.footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:var(--font-color-white);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%}.section-container{height:20vh;display:flex;flex-direction:column;justify-content:center;padding-left:15vw;max-width:100%}.email{line-height:4vh;text-decoration:none;color:var(--font-color-white);font-weight:var(--font-weight-medium);font-size:var(--font-size-21);transition:color .3s ease}.links-container{text-align:center}.links-group{display:flex;gap:.8vw;color:var(--font-color-white)}.link{text-decoration:none;color:var(--font-color-grey);font-weight:var(--font-weight-medium);font-size:var(--font-size-21);transition:color .3s ease;line-height:6.5vh}.link:hover{color:var(--font-color-white)}.separator{color:var(--font-color-grey);line-height:6.5vh;font-size:var(--font-size-16)}.footer-links{display:flex;align-items:center;gap:.5vw;flex-wrap:wrap;justify-content:center}.footer-link{text-decoration:none;color:var(--font-color-grey);font-weight:var(--font-weight-medium);font-size:var(--font-size-16);transition:color .3s ease;line-height:1.4}.footer-link:hover{color:var(--font-color-white)}.footer-content{background:var(--footer-bg-color);display:flex;justify-content:space-between;height:14vh;width:100%;max-width:100%;flex-shrink:0;align-items:center;padding:0 100px 0 53px;font-size:var(--font-size-16)}.message-container{display:flex;width:13vw;overflow:hidden;white-space:nowrap}.copyright{display:flex;align-items:center;line-height:5vh;font-style:normal}.text-reveal{display:inline-block;white-space:nowrap;position:relative;font-size:2vh;margin-right:10vw}.frase-container{display:inline-block}.time-location{display:flex;align-items:center}.status-dot{vertical-align:middle;width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:.5vw}@media (max-width: 1428px){.footer-content{justify-content:flex-start;gap:10px;display:flex;flex-direction:column;padding:20px 20px 0;align-items:baseline;height:211px}.message-container{width:55vw}.links-group{gap:2vw}.links-group .link{font-size:1.2rem}.footer-links{flex-wrap:wrap;justify-content:center}.footer-link{font-size:1rem;line-height:1.2}.email{font-size:1.2rem}.city{line-height:normal}.section-container{height:100px;padding-left:20px}}@media screen and (min-width: 1921px){.copyright{font-size:1.5rem}.email{font-size:2.3rem}.link,.separator{font-size:2rem}.footer-link{font-size:1.5rem}}.card-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.imgs-mock img,.imgs-project img,.imgs-mock video,.mock-text p,.project-challenge-solution p,.project-results p,.quote-text p{opacity:0;transform:translateY(30px);will-change:opacity,transform}.project-detail-title{position:absolute;padding-top:5em;padding-bottom:5em;left:5%;text-align:left;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;max-height:100vh;width:auto;padding-inline:20px;z-index:1;max-width:90%}.project-detail-title .back-button{color:#fff;text-align:left;font-family:Neue Haas Unica,sans-serif;font-size:18px;font-style:normal;font-weight:500;text-decoration:none;margin-bottom:clamp(.5rem,2vw,2rem)}.project-detail-title h1{color:#fff;text-align:left;font-family:Neue Haas Unica,sans-serif;font-size:clamp(17px,3vw,32px);font-style:normal;font-weight:500;line-height:clamp(22px,3vw,32px)}.content-layout{width:90vw;height:auto;border-radius:8px}.project-details-container{display:flex;justify-content:flex-start;gap:20px;box-sizing:border-box;flex-wrap:wrap}.project-details-container .project-column h2{font-size:1.3rem;color:#fff;font-family:Arial,sans-serif;margin-bottom:1rem;text-transform:uppercase;text-align:left}.project-details-container .project-column ul{list-style-type:none;width:100%}.project-details-container .project-column ul li{font-size:19px;color:#fff;margin-bottom:.4rem;text-align:left}.project-details-container .project-duration-column{margin-top:3rem}.project-details-container .visit-website-button{border:1px solid #ffffff;padding:10px 20px;border-radius:var(--border-radius);background:#fff;color:var(--font-color-white);font-size:1.8vh;font-weight:700;color:#000;text-transform:uppercase;cursor:pointer;transition:var(--transition-default)}.project-details-container .visit-website-button:hover{background-color:#ddd}.project-challenge-solution{margin-top:2.5em;gap:3rem;display:flex;flex-direction:column;padding-block:4rem;align-items:flex-start;text-align:left}.project-challenge-solution div{display:flex;justify-content:space-between;width:100%;margin-bottom:2rem}.project-challenge-solution div h3{color:var(--blanco, #fff);font-size:1.3rem;font-style:normal;font-weight:600;line-height:3rem;flex:0 0 35%}.project-challenge-solution div p{color:#fff;font-size:25px;font-style:normal;font-weight:300;line-height:38px;flex:0 0 65%}.project-challenge-solution div .challenge-p{font-size:25px;font-weight:300;line-height:38px}.project-challenge-solution div .solution-p ul{padding-block:1em;padding-left:2.5em}.imgs-mock{display:flex;justify-content:center;align-items:center}.imgs-mock .img-centered{width:100%;border-radius:50px;object-fit:cover}.imgs-project{display:flex;flex-direction:column;gap:4rem;justify-content:center;align-items:center}.imgs-project .img-centered{width:100%;border-radius:50px;object-fit:cover}.mock-text{display:flex;padding-block:4rem}.mock-text .column-left{flex:0 0 40%}.mock-text .column-right{flex:0 0 60%}.mock-text .column-right p{color:#fff;font-family:Neue Haas Unica,sans-serif;font-size:1.3rem;font-style:normal;font-weight:400;line-height:32px}.mock-text .column-right ul{padding-top:2rem;padding-left:2.5em}.mock-text .column-right ul li{color:#fff;padding-bottom:1rem;font-family:Neue Haas Unica,sans-serif;font-size:1.3rem;font-style:normal;font-weight:400;line-height:32px}.project-results{gap:3rem;display:flex;flex-direction:column;padding-block:4rem;align-items:flex-start;text-align:left;width:100%}.project-results div{display:flex;justify-content:space-between;width:100%;margin-bottom:2rem}.project-results div h3{color:var(--blanco, #fff);font-size:1.3rem;font-style:normal;font-weight:600;line-height:3rem;flex:0 0 35%}.project-results div p{color:#fff;font-size:25px;font-style:normal;font-weight:400;line-height:32px;flex:0 0 65%}.quote-text{display:flex;padding-block:4rem}.quote-text .column-left{flex:0 0 40%}.quote-text .column-right{flex:0 0 60%}.quote-text .column-right p{color:#fff;font-family:Neue Haas Unica,sans-serif;font-size:25px;font-weight:600}.quote-text .column-right .quote{font-size:40px;padding-bottom:20px}.quote-text .column-right .author-quote{font-weight:600}.quote-text .column-right .profession-quote{font-weight:400}.container-next-project{margin-top:10vh;display:flex;justify-content:center;align-items:center;height:30vh;position:relative;overflow:hidden;border-radius:40px;flex-direction:column;text-align:center;gap:20px;cursor:pointer}.img-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;transform-origin:bottom;will-change:transform;z-index:0}.text-overlay{position:relative;z-index:1;color:#fff}.next-project-title{font-size:1rem}.next-project-project{font-size:3rem;font-weight:600}.background-image{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover}.content{z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;margin-top:100vh}.project-details-container{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:50px;color:#fff;max-width:100%;margin:0 auto}@media screen and (max-width: 998px){.container-next-project{margin-bottom:5vh}.container-next-project .next-project-project{font-size:2.2em}.project-detail-title{padding-bottom:2em}}@media only screen and (max-width: 768px){.project-detail-title h1{font-size:1.6rem;line-height:1.8rem}.project-details-container{display:flex;justify-content:flex-start;gap:40px}.project-details-container .project-column h2{font-size:1.3rem;font-weight:500;font-family:Arial,sans-serif;margin-bottom:.7rem;text-transform:uppercase;text-align:left}.project-details-container .project-column ul li{font-size:1rem;color:#fff;margin-bottom:.3rem}.project-details-container .visit-website-button{padding:15px 20px;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:var(--transition-default)}.project-details-container .visit-website-button:hover{background-color:#ddd}.project-challenge-solution{gap:0rem;display:flex;padding-block:4rem;align-items:flex-start;text-align:left;width:100%}.project-challenge-solution div{display:flex;flex-direction:column;width:100%;margin-bottom:2rem}.project-challenge-solution div p,.project-challenge-solution div .challenge-p{font-size:1.3rem;line-height:1.9rem}.imgs-mock .img-centered{height:45vh;border-radius:25px}.imgs-project{gap:3rem}.imgs-project .img-centered{height:45vh;border-radius:25px}.mock-text .column-left{display:none}.mock-text .column-right{flex:0 0 100%}.project-results div{display:flex;flex-direction:column;margin-bottom:0rem}.project-results div p{color:#fff;font-size:1.3rem;font-style:normal;font-weight:400;line-height:32px;flex:0 0 100%}.quote-text{display:flex;padding-block:3rem}.quote-text .column-left{display:none}.quote-text .column-right{flex:0 0 100%}.quote-text .column-right p{color:#fff;font-family:Neue Haas Unica,sans-serif;font-size:25px;font-weight:600}.quote-text .column-right .quote{font-size:25px;padding-bottom:30px;line-height:30px}.quote-text .column-right .author-quote{font-weight:600;font-size:24px}.quote-text .column-right .profession-quote{font-weight:400;font-size:20px}.container-next-project{display:flex;align-items:center;width:100%;height:60vh;overflow:hidden;border-radius:40px;flex-direction:column;margin-bottom:6em}}@media screen and (min-width: 1921px){.project-detail-title{padding-bottom:8em}.project-detail-title .back-button{font-size:1.8rem}.project-detail-title h1{font-size:3rem;line-height:3.5rem}.project-details-container .project-column h2{font-size:2rem}.project-details-container .project-column ul>li{font-size:1.6rem;font-weight:200}.project-challenge-solution div h3{font-size:2rem}.project-challenge-solution div .challenge-p,.project-challenge-solution div p{font-size:2rem;font-weight:500;line-height:2.5rem}.mock-text .column-right p{font-size:2rem;font-weight:500;line-height:2.5rem}.project-results div h3{font-size:2rem}.project-results div p{font-size:2rem;font-weight:500;line-height:2.5rem}}.not-found-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:0 1.5rem;z-index:1}.not-found-title{font-size:2.5rem;font-weight:500;margin:0;color:#fff}.not-found-text{font-size:1.6rem;max-width:750px;margin:0 0 2rem;color:#fff}@media screen and (min-width: 1921px){.not-found-title{font-size:4rem}.not-found-text{font-size:2.2rem;max-width:1050px}}@font-face{font-family:neue-haas-unica;src:url(https://use.typekit.net/af/579a71/00000000000000007735bb24/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/579a71/00000000000000007735bb24/30/d?subset_id=2&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/579a71/00000000000000007735bb24/30/a?subset_id=2&fvd=n5&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:500;font-stretch:normal}@font-face{font-family:neue-haas-unica;src:url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/d7f1e9/00000000000000007735bb2a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}:root{font-family:neue-haas-unica,system-ui,Avenir,Helvetica,Arial,sans-serif;--font-color-white: #FFFFFF;--font-weight-thin: 100;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-size-40: 2.5rem;--background-color: #1E1E1E;--red: #FF8282;--light-yellow: #F1FE67;--light-mint-green: #82FF9B;--lavender: #C19FDC;--light-blue: #C7D9FC}*{margin:0;padding:0;box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}button,a,[role=button],input,select,textarea{outline:none;-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #ffffff40;outline-offset:2px}body{background:#000;margin:0;overflow-x:hidden}.full-height{height:100vh}.auto-height{min-height:100vh;height:100%}.debug-outline *,.debug-outline *:before,.debug-outline *:after{outline:2px solid lime}.debug-background *,.debug-background *:before,.debug-background *:after{background:#ff00000d!important;outline:1px solid rgba(255,0,0,.1)!important}.debug-background img:not(.debug-include),.debug-background video:not(.debug-include),.debug-background svg:not(.debug-include),.debug-background canvas:not(.debug-include){background:transparent!important;outline:none!important}.home-container .footer{-webkit-backdrop-filter:none;backdrop-filter:none}.footer-container{position:fixed;bottom:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;z-index:30}.footer-container.fade-in{opacity:1;visibility:visible;transition:opacity .6s ease-in-out .9s,visibility .6s ease-in-out .9s}.footer-container.scrolling{pointer-events:none}.sound-toggle-button{position:fixed;top:5%;right:47px;background:#ffffff14;border:none;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:all .3s ease}.sound-toggle-button:hover{background:#ffffff3b}.sound-toggle-button .icon-container{position:relative;width:24px;height:24px}.sound-toggle-button .icon{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease;transform-origin:center}.sound-toggle-button .icon.visible{opacity:1}.sound-toggle-button:active .icon-container{transform:scale(.95)}.sound-toggle-button .hover-text{position:absolute;right:calc(100% + 8px);color:#fff;padding:4px 12px;border-radius:4px;font-size:14px;opacity:0;transform:translate(10px);transition:all .3s ease;white-space:nowrap}.sound-toggle-button:hover .hover-text{opacity:1;transform:translate(0)}.sound-toggle-button .button-text-mobile{display:none}@media (max-width: 768px){.sound-toggle-button{display:none;position:fixed;left:0;width:100%;background:none;border-radius:0;padding:8px;z-index:999;height:40px;transition:top .3s ease}.sound-toggle-button .button-text-mobile{display:flex;color:#c7d9fc;font-size:14px}.sound-toggle-button.menu-open{display:flex;gap:10px;align-items:center;justify-content:center}.sound-toggle-button:hover{background:none}.sound-toggle-button .hover-text{display:none}.sound-toggle-button .icon-container{width:24px;height:24px}}@media screen and (min-width: 1921px){.section-dots{scale:1.5}}
