.about-hero{position:relative;width:100vw;height:100%;color:var(--base-100);padding-top:35svh;padding-bottom:10svh}.about-hero .container{display:flex;gap:2rem}.about-hero .about-hero-col:first-child{flex:2 1;color:var(--base-400)}.about-hero .about-hero-col:first-child p{width:50%}.about-hero .about-hero-col:nth-child(2){flex:3 1;display:flex;flex-direction:column;gap:4rem}.about-hero .about-hero-hero-img{border-radius:1rem;width:75%;opacity:.65;overflow:hidden}@media (max-width:1000px){.about-hero .container{flex-direction:column;gap:4rem}.about-hero .about-hero-hero-img{width:100%}}.more-facts{position:relative;width:100vw;height:100%;color:var(--base-100);padding:2rem 0}.more-facts .container{display:flex;flex-direction:column;gap:4rem;align-items:center}.more-facts .container p{color:var(--base-300)}.more-facts .more-facts-items{width:100%;display:flex;justify-content:space-around;gap:2rem;background-color:var(--base-450);padding:8rem 4rem;border-radius:1rem}.more-facts .fact{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2rem}.more-facts .fact h2{display:flex;justify-content:center}.more-facts .fact p{margin-bottom:1rem}@media (max-width:1000px){.about-hero .about-hero-col:first-child p{width:85%}.more-facts .more-facts-items{justify-content:center;align-items:center;flex-direction:column;gap:4rem}.more-facts .fact{gap:1.5rem}.more-facts .fact h2{font-size:4rem}}.how-we-work-container{position:relative;width:100vw;height:100%;min-height:100svh;background-color:var(--base-500)}.our-story{position:relative;width:100vw;padding:10rem 0;color:var(--base-100)}.our-story .container{display:flex;justify-content:center}.our-story-content{max-width:800px;display:flex;flex-direction:column;gap:3rem}.our-story-header h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--base-300);font-family:DM Mono,monospace}.our-story-body{display:flex;flex-direction:column;gap:2rem}.our-story-body p.lg{font-size:1.5rem;line-height:1.4;color:var(--base-100)}.our-story-body p{color:var(--base-300);line-height:1.6}.our-values{position:relative;width:100vw;padding:6rem 0 10rem;color:var(--base-100)}.our-values-header{margin-bottom:4rem}.our-values-header h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--base-300);font-family:DM Mono,monospace}.our-values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.value-card{background-color:rgba(242,237,230,.05);padding:3rem;border-radius:1rem;transition:background-color .3s ease}.value-card:hover{background-color:rgba(242,237,230,.08)}.value-card h4{font-size:1.25rem;margin-bottom:1rem;color:var(--base-100)}.value-card p{color:var(--base-300);line-height:1.6}@media (max-width:1000px){.our-values-grid{grid-template-columns:1fr}.our-story{padding:6rem 0}.our-story-body p.lg{font-size:1.25rem}}