 @media only screen and (min-width: 0rem) {#hero {z-index: 1;position: relative;overflow: hidden;padding: 0 1rem;padding-bottom: 6.25rem;height: 100vh;font-family: "Manrope", "Arial", sans-serif;text-align: center;}#hero .socials {display: flex;position: absolute;right: 1rem;top: 50%;gap: 0.5rem;z-index: 5;flex-direction: column;}#hero .project-title {position: absolute;right: 2rem;bottom: 5%;color: var(--bodyTextColorWhite);z-index: 4;}#hero .swiper {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}#hero .swiper-wrapper {width: 100%;height: 100%;}#hero .swiper-slide {width: 100%;height: 100%;text-align: center;display: flex;justify-content: center;align-items: center;z-index: 1;}#hero .cs-picture {z-index: -2;position: absolute;top: 0;left: 0;display: block;height: 100%;width: 100%;}#hero .cs-picture img {z-index: -1;position: absolute;top: -10%;left: 0;object-fit: cover;width: 110%;height: 110%;transform: translateY(0);transition: transform 6s linear;}#hero .cs-picture::before {z-index: 1;background: linear-gradient(-180deg, rgba(16, 16, 16, 0.2) 0%, rgba(16, 16, 16, 0.2) 60%, #101010 100%);content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;}@keyframes drift {0% {transform: translate(0%, 0%);}100% {transform: translate(0%, 2%);}}#hero .cs-container {position: relative;margin: auto;max-width: 80em;width: 100%;padding: 0;padding-top: clamp(18em, 50.95vw, 35em);z-index: 2;}#hero .cs-flex-group {display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;margin: auto;margin-top: clamp(3.75em, 15.5vw, 13.75em);max-width: clamp(29em, 60vw, 35.125em);width: 80vw;box-sizing: border-box;}#hero .cs-topper {margin-bottom: 1rem;color: var(--primary);text-align: center;}#hero .cs-title {width: 100%;color: var(--bodyTextColorWhite);text-align: left;font-size: clamp(3.5rem, 8vw, 5rem);font-weight: 400;}#hero .cs-text {margin: 0 auto clamp(2rem, 4vw, 2.5rem) 0;margin-bottom: clamp(2.5rem, 4vw, 3rem);color: var(--secondary);text-align: left;}#hero .cs-button-solid {margin-bottom: 1rem;height: initial;line-height: clamp(2.875em, 5.5vw, 3.5em);}}@media only screen and (min-width: 48rem) {#hero {padding: 0 clamp(2em, 5vw, 2.5em);}#hero .cs-container {padding: clamp(7em, 27.95vw, 17.5em) 0 clamp(9em, 30.95vw, 23.5em) 0;padding-bottom: 0;}#hero .cs-flex-group {margin-left: 0;}#hero .cs-button-solid {margin-right: 1.25rem;margin-bottom: 0;}}@media only screen and (min-width: 81.25em) {#hero {background: url("/assets/images/landing.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}}@media only screen and (min-width: 0rem) {#gallery-404 {padding: var(--sectionPadding);overflow: hidden;position: relative;}#gallery-404 .cs-container {width: 100%;max-width: 34.375rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;}#gallery-404 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#gallery-404 .cs-title {max-width: 20ch;}#gallery-404 .cs-button-group {margin: 0;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;row-gap: 0.5rem;column-gap: 2rem;}#gallery-404 .cs-button {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);background-color: transparent;border: none;transition: color 0.3s;}#gallery-404 .cs-button:hover {color: var(--primary);cursor: pointer;}#gallery-404 .cs-button.cs-active {color: var(--primary);}#gallery-404 .cs-gallery-wrapper {width: 100%;position: relative;z-index: 1;}#gallery-404 .cs-gallery {width: 100%;padding: 0;margin: 0;opacity: 1;visibility: visible;position: relative;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: clamp(1rem, 1.5vw, 1.25rem);transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;transform-origin: left top;}#gallery-404 .cs-gallery.cs-hidden {visibility: hidden;pointer-events: none;opacity: 0;top: 0;left: 0;position: absolute;transform: scaleY(0) scaleX(0);}#gallery-404 .cs-gallery.cs-hidden .cs-image {transform: translateY(2.1875rem);opacity: 0;}#gallery-404 .cs-image {border-radius: 1.25rem;width: 47%;aspect-ratio: 1;overflow: hidden;display: block;position: relative;transform: translateY(0rem);opacity: 1;transition: opacity 0.6s, transform 0.6s;}#gallery-404 .cs-image:nth-of-type(1) {transition-delay: 0.15s;}#gallery-404 .cs-image:nth-of-type(2) {transition-delay: 0.3s;}#gallery-404 .cs-image:nth-of-type(3) {transition-delay: 0.45s;}#gallery-404 .cs-image:nth-of-type(4) {transition-delay: 0.6s;}#gallery-404 .cs-image:nth-of-type(5) {transition-delay: 0.75s;}#gallery-404 .cs-image:nth-of-type(6) {transition-delay: 0.9s;}#gallery-404 .cs-image img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 48rem) {#gallery-404 .cs-container {max-width: 80rem;}#gallery-404 .cs-content {text-align: left;flex-direction: row;align-items: flex-end;justify-content: space-between;}#gallery-404 .cs-title {margin: 0;}#gallery-404 .cs-image {width: 31.8%;aspect-ratio: 1;}}@media only screen and (min-width: 81.25rem) {#gallery-404 .cs-flex {max-width: 34.375rem;}#gallery-404 .cs-gallery {align-items: stretch;justify-content: center;}#gallery-404 .cs-image {width: 39.375rem;max-width: 100%;height: 25rem;}#gallery-404 .cs-image:nth-of-type(2), #gallery-404 .cs-image:nth-of-type(3), #gallery-404 .cs-image:nth-of-type(4), #gallery-404 .cs-image:nth-of-type(5) {width: 19.0625rem;}#gallery-404 .cs-image:nth-of-type(1) {transition-delay: 0.15s;}#gallery-404 .cs-image:nth-of-type(2) {transition-delay: 0.3s;}#gallery-404 .cs-image:nth-of-type(3) {transition-delay: 0.45s;}#gallery-404 .cs-image:nth-of-type(4) {transition-delay: 0.15s;}#gallery-404 .cs-image:nth-of-type(5) {transition-delay: 0.3s;}#gallery-404 .cs-image:nth-of-type(6) {transition-delay: 0.45s;}}