.fullpage{min-height:max-content}.services{width:100%;height:100svh;padding:2rem;position:relative;overflow:hidden}.services-header{text-align:center;justify-content:center;width:100%;margin-top:0;padding-top:0;display:flex}.services-header h1{color:#000;font-size:4em;font-family:var(--font-main);font-style:italic;font-weight:600}.cards p{color:#000;text-align:center;justify-content:center;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:500}.cards span{text-transform:uppercase;color:#000;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:900}.card-title{justify-content:space-between;width:100%;display:flex}.cards{z-index:-1;background-color:var(--light);justify-content:center;width:100%;height:100svh;padding:2rem;display:flex;position:fixed;top:0;left:0}.cards-container{justify-content:center;align-items:center;gap:3rem;width:100%;height:100%;margin-top:4rem;display:flex;position:relative}.cards-container .card{aspect-ratio:5/7;perspective:1000px;flex:1;position:relative}.cards-container .card .card-wrapper{width:100%;height:100%;animation:2s ease-in-out infinite floating;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}#card-1 .card-wrapper{animation-delay:0}#card-2 .card-wrapper{animation-delay:.25s}#card-3 .card-wrapper{animation-delay:.5s}#card-4 .card-wrapper{animation-delay:.75s}.flip-card-inner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.flip-card-front,.flip-card-back{backface-visibility:hidden;border-radius:1rem;width:100%;height:100%;position:absolute;overflow:hidden}.flip-card-front{flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;display:flex}#card-1 .flip-card-front{background-color:var(--accent-1)}#card-2 .flip-card-front{background-color:var(--accent-2)}#card-3 .flip-card-front{background-color:var(--accent-3)}#card-4 .flip-card-front{background-color:var(--accent-4)}.flip-card-back{background-color:#fff;flex-direction:column;justify-content:space-between;gap:2rem;padding:1rem;display:flex;transform:rotateY(180deg)}.card-copy{flex-direction:column;gap:.5rem;width:100%;height:100%;display:flex}.card-copy p{background-color:var(--light2);border-radius:.25rem;flex:1;justify-content:center;align-items:center;font-size:1rem;display:flex}.cards #card-1{z-index:2;transform:translate(100%)translateY(-100%)rotate(-5deg)scale(.25)}.cards #card-2{z-index:1;transform:translate(0%)translateY(-100%)rotate(0)scale(.25)}.cards #card-3{z-index:0;transform:translate(-100%)translateY(-100%)rotate(5deg)scale(.25)}.cards #card-4{z-index:-1;transform:translate(-200%)translateY(-100%)rotate(10deg)scale(.25)}.cards .cards-container .card{opacity:0}.mobile-cards{display:none}.services-heading{width:100%;max-width:800px;height:auto}@media (max-width:1000px){.services{flex-direction:column;justify-content:center;height:fit-content;min-height:100svh;display:flex}.services-heading{width:80%;margin:0 auto}.services-header h1{font-size:3rem}.cards-container{flex-flow:column wrap;justify-content:center;display:flex}.mobile-cards{flex-direction:column;justify-content:center;height:100%;display:flex}.mobile-cards .cards-container{width:calc(100% - 1rem);height:100%;margin:1rem auto;display:block}.mobile-cards .cards-container .card{margin-bottom:2rem}.mobile-cards .cards-container .card-wrapper{animation:none}.mobile-cards .card .flip-card-front{transform:rotateY(180deg)}.mobile-cards .flip-card-back{transform:rotateY(0)}}
.hero{background:0 0;flex-flow:column wrap;justify-content:center;align-items:center;width:100%;height:100svh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center;position:absolute}.title-bg{object-fit:contain;object-position:center;position:absolute}.hero h1{color:#000;width:100%;font-size:9em;font-weight:500;font-family:var(--font-main);font-style:italic;font-weight:600}.hero .headline{text-align:center;flex-wrap:nowrap;justify-content:center;padding-top:14rem;font-weight:700;display:flex}.hero p{color:#000}.bottom-right{padding:1rem;position:absolute;bottom:0;right:1rem}.bottom-left{padding:1rem;position:absolute;bottom:0;left:1rem}.footer-all{justify-content:center;align-items:center;width:100%;margin-bottom:6rem;display:none;position:absolute;bottom:1rem;left:0}@media (max-width:768px){.hero h1{text-align:center;font-size:4em}.hero p{text-align:center;font-size:1em}.bottom-left,.bottom-right{display:none}.footer-all{display:flex!important}.hero .headline{padding-top:1rem}.title-bg{object-position:center 40%}}@media (max-width:480px){.hero h1{font-size:3em}.hero p{font-size:.9em}}
.scroll-indicator{z-index:10;pointer-events:auto;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{filter:drop-shadow(0 2px 4px #0000004d)}
