 @media only screen and (min-width: 0rem) {#av-about-intro {background: var(--white);padding: 4.5rem 1.25rem;font-family: var(--font-body);}#av-about-intro .av-about-copy {max-width: 44rem;margin: 0 auto;text-align: center;}#av-about-intro .av-about-text {margin: 1.5rem 0 0;font-size: var(--bodyFontSize);line-height: 1.8;font-weight: 400;color: var(--bodyTextColor);}#av-about-intro .av-about-text:first-of-type {margin-top: 0;font-size: clamp(1.125rem, 2.4vw, 1.4375rem);line-height: 1.6;font-weight: 500;color: var(--headerColor);}#av-about-intro .av-about-actions {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1rem;}#av-about-intro .av-about-actions .av-btn {width: 100%;max-width: 20rem;}#av-about-intro .av-about-stage {margin: 3.5rem auto 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#av-about-intro .av-about-shot {position: relative;overflow: hidden;border-radius: var(--radius);background: var(--ice);}#av-about-intro .av-about-shot img {width: 100%;height: auto;aspect-ratio: 4 / 3;object-fit: cover;object-position: center;transition: transform 0.7s ease;}#av-about-intro .av-about-shot:hover img {transform: scale(1.05);}}@media only screen and (min-width: 0rem) {#av-about-intro.av-404 {min-height: 52svh;display: flex;align-items: center;padding: 5rem 1.25rem;background: var(--white);}#av-about-intro.av-404 .av-about-inner {width: 100%;}#av-about-intro.av-404 .av-404-copy {max-width: 42rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;text-align: center;}#av-about-intro.av-404 .av-404-title {margin: 1.25rem 0 0;font-family: var(--font-display);font-size: clamp(2rem, 6.4vw, 3.25rem);font-weight: 700;line-height: 1.1;letter-spacing: -0.03em;color: var(--headerColor);}#av-about-intro.av-404 .av-404-title span {display: block;margin-top: 0.375rem;font-weight: 300;color: var(--slate);}#av-about-intro.av-404 .av-404-lead {margin: 1.5rem auto 0;max-width: 36rem;font-size: var(--bodyFontSize);line-height: 1.8;font-weight: 400;color: var(--bodyTextColor);}#av-about-intro.av-404 .av-404-actions {display: flex;flex-direction: column;align-items: center;justify-content: center;}}@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {#av-about-intro {padding: 6rem 2rem;}#av-about-intro.av-404 {padding: 6.5rem 2rem;}#av-about-intro .av-about-actions {flex-direction: row;gap: 1.25rem;}#av-about-intro .av-about-actions .av-btn {width: auto;}#av-about-intro .av-about-stage {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#av-about-intro {padding: 7.5rem 2rem;}#av-about-intro.av-404 {padding: 8rem 2rem;}#av-about-intro .av-about-actions {flex-direction: row;gap: 1.25rem;}#av-about-intro .av-about-actions .av-btn {width: auto;}#av-about-intro .av-about-stage {grid-template-columns: repeat(3, 1fr);align-items: start;gap: 1.5rem;margin-top: 4.5rem;}#av-about-intro .av-about-shot:nth-child(even) {margin-top: 3rem;}}