/* [project]/src/app/[locale]/about/About.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.About-module-scss-module__b4Xx8G__hero {
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 8rem 1rem;
  display: flex;
}

/* [project]/src/app/[locale]/about/components/Hero/Hero.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Hero-module-scss-module__Vvhs4G__row {
  padding: var(--spacer-192) 0;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__row {
    padding: var(--spacer-96) 0;
  }
}

.Hero-module-scss-module__Vvhs4G__row.Hero-module-scss-module__Vvhs4G__light {
  background-color: var(--color-off-white);
}

.Hero-module-scss-module__Vvhs4G__row.Hero-module-scss-module__Vvhs4G__dark {
  background-color: var(--color-brand-black);
}

.Hero-module-scss-module__Vvhs4G__row.Hero-module-scss-module__Vvhs4G__dark * {
  color: var(--color-off-white);
}

.Hero-module-scss-module__Vvhs4G__wrapper {
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper {
    gap: var(--spacer-48);
    grid-template-columns: 1fr;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__right .Hero-module-scss-module__Vvhs4G__image {
  grid-column: 1 / 7;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__right .Hero-module-scss-module__Vvhs4G__image {
    grid-column: 1 / -1;
    max-height: 60dvh;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__right .Hero-module-scss-module__Vvhs4G__content {
  grid-column: 8 / -1;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__right .Hero-module-scss-module__Vvhs4G__content {
    grid-column: 1 / -1;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__left .Hero-module-scss-module__Vvhs4G__image {
  grid-column: 7 / -1;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__left .Hero-module-scss-module__Vvhs4G__image {
    grid-column: 1 / -1;
    max-height: 60dvh;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__left .Hero-module-scss-module__Vvhs4G__content {
  grid-area: 1 / 1 / auto / 6;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper.Hero-module-scss-module__Vvhs4G__left .Hero-module-scss-module__Vvhs4G__content {
    grid-area: 2 / 1 / auto / -1;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper .Hero-module-scss-module__Vvhs4G__image {
  min-height: 80svh;
  position: relative;
}

.Hero-module-scss-module__Vvhs4G__wrapper .Hero-module-scss-module__Vvhs4G__image img {
  object-fit: cover;
  object-position: top center;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__Vvhs4G__wrapper .Hero-module-scss-module__Vvhs4G__image {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}

.Hero-module-scss-module__Vvhs4G__wrapper .Hero-module-scss-module__Vvhs4G__title {
  margin-bottom: var(--spacer-32);
  font-size: var(--fs-h1);
  line-height: 1.1;
}

.Hero-module-scss-module__Vvhs4G__wrapper .Hero-module-scss-module__Vvhs4G__text {
  font-size: var(--fs-lg);
}

/* [project]/src/components/ui/Marquee/Marquee.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Marquee-module-scss-module__RfI25q__marqueeWrapper {
  overflow: hidden;
}

.Marquee-module-scss-module__RfI25q__marqueeWrapper .Marquee-module-scss-module__RfI25q__marqueeStrip {
  align-items: center;
  width: fit-content;
  display: flex;
}

.Marquee-module-scss-module__RfI25q__marqueeWrapper .Marquee-module-scss-module__RfI25q__marqueeTextOrigin, .Marquee-module-scss-module__RfI25q__marqueeWrapper .Marquee-module-scss-module__RfI25q__marqueeTextClone {
  padding-right: var(--spacer-48);
  display: inline-block;
}

.Marquee-module-scss-module__RfI25q__marqueeWrapper .Marquee-module-scss-module__RfI25q__marqueeTextOrigin:after, .Marquee-module-scss-module__RfI25q__marqueeWrapper .Marquee-module-scss-module__RfI25q__marqueeTextClone:after {
  content: "—";
  padding-left: var(--spacer-48);
}

/* [project]/src/components/ui/NewsletterForm/NewsletterForm.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm {
  width: 100%;
  max-width: 500px;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper {
  position: relative;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper {
  width: 100%;
  position: relative;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input {
  border: 2px solid var(--color-brand-black);
  width: 100%;
  padding: var(--spacer-24) var(--spacer-32);
  background-color: #0000;
  border-radius: 999px;
  outline: none;
  padding-right: 216px;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input:-webkit-autofill {
  -webkit-text-fill-color: var(--color-brand-black) !important;
  font-family: inherit !important;
  font-size: var(--fs-base) !important;
  caret-color: var(--color-brand-black) !important;
  transition: background-color 9999s ease-in-out !important;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--color-brand-black) !important;
  font-family: inherit !important;
  font-size: var(--fs-base) !important;
  caret-color: var(--color-brand-black) !important;
  transition: background-color 9999s ease-in-out !important;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-brand-black) !important;
  font-family: inherit !important;
  font-size: var(--fs-base) !important;
  caret-color: var(--color-brand-black) !important;
  transition: background-color 9999s ease-in-out !important;
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--color-brand-black) !important;
  font-family: inherit !important;
  font-size: var(--fs-base) !important;
  caret-color: var(--color-brand-black) !important;
  transition: background-color 9999s ease-in-out !important;
}

@media only screen and (max-width: 576px) {
  .NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper input {
    padding: var(--spacer-16) var(--spacer-24);
    padding-right: 160px;
  }
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper button {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 576px) {
  .NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__inputWrapper button {
    padding: var(--spacer-16) var(--spacer-24);
  }
}

.NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__error {
  color: var(--color-error-red);
  margin-top: var(--spacer-8);
  font-size: var(--fs-xs);
  margin-left: var(--spacer-32);
}

@media only screen and (max-width: 576px) {
  .NewsletterForm-module-scss-module__IaOt7a__newsletterForm .NewsletterForm-module-scss-module__IaOt7a__formWrapper .NewsletterForm-module-scss-module__IaOt7a__error {
    margin-left: var(--spacer-24);
  }
}

/* [project]/src/app/[locale]/contact/components/FeedbackDialog/FeedbackDialog.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.FeedbackDialog-module-scss-module__1zYtzG__modalWrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.FeedbackDialog-module-scss-module__1zYtzG__overlay {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #00000080;
  position: absolute;
  inset: 0;
}

.FeedbackDialog-module-scss-module__1zYtzG__content {
  z-index: 10;
  transform-origin: center;
  width: 90%;
  max-width: 480px;
  position: relative;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal {
  background: #0a0a0a;
  border: 1px solid #ffffff1a;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal[data-type="success"] .FeedbackDialog-module-scss-module__1zYtzG__indicator {
  background: #0f0;
  box-shadow: 0 0 10px #0f0;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal[data-type="success"] .FeedbackDialog-module-scss-module__1zYtzG__title {
  color: #0f0;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal[data-type="error"] {
  border-color: #f33;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal[data-type="error"] .FeedbackDialog-module-scss-module__1zYtzG__indicator {
  background: #f33;
  box-shadow: 0 0 10px #f33;
}

.FeedbackDialog-module-scss-module__1zYtzG__terminal[data-type="error"] .FeedbackDialog-module-scss-module__1zYtzG__title {
  color: #f33;
}

.FeedbackDialog-module-scss-module__1zYtzG__scanlines {
  pointer-events: none;
  opacity: .3;
  background: linear-gradient(#12101000 50%, #0003 50%) 0 0 / 100% 4px;
  position: absolute;
  inset: 0;
}

.FeedbackDialog-module-scss-module__1zYtzG__header {
  margin-bottom: var(--spacer-32);
  font-family: var(--font-mono);
  align-items: center;
  gap: 15px;
  display: flex;
}

.FeedbackDialog-module-scss-module__1zYtzG__header .FeedbackDialog-module-scss-module__1zYtzG__indicator {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.FeedbackDialog-module-scss-module__1zYtzG__header .FeedbackDialog-module-scss-module__1zYtzG__title {
  font-size: var(--fs-xxs);
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1;
}

.FeedbackDialog-module-scss-module__1zYtzG__msg {
  font-size: var(--fs-sm);
  color: var(--color-white);
  margin-bottom: var(--spacer-16);
  line-height: 1.4;
}

.FeedbackDialog-module-scss-module__1zYtzG__timecode {
  font-family: var(--font-mono);
  font-size: var(--fs-xxs);
  opacity: .4;
  color: var(--color-white);
}

.FeedbackDialog-module-scss-module__1zYtzG__closeBtn {
  all: unset;
  font-family: var(--font-mono);
  font-size: var(--fs-xxs);
  color: #fff;
  cursor: pointer;
  letter-spacing: .05em;
  border: 1px solid #ffffff1a;
  padding: 8px 16px;
  transition: all .3s;
}

.FeedbackDialog-module-scss-module__1zYtzG__closeBtn:hover {
  color: #000;
  background: #fff;
}

.FeedbackDialog-module-scss-module__1zYtzG__footer {
  margin-top: var(--spacer-32);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

/* [project]/src/components/layout/Header/Header.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Header-module-scss-module__klcqGG__header {
  --text-color: var(--color-white);
  z-index: 10001;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #0000;
  width: 100%;
  transition: background-color .6s, padding .6s, -webkit-backdrop-filter .6s, backdrop-filter .6s;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module-scss-module__klcqGG__header.Header-module-scss-module__klcqGG__isSolid {
  background-color: rgba(var(--color-brand-black-rgb), .75);
  --text-color: var(--color-off-white);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.Header-module-scss-module__klcqGG__header.Header-module-scss-module__klcqGG__isSticky .Header-module-scss-module__klcqGG__headerWrapper {
  padding: var(--spacer-16) var(--spacer-40);
}

@media only screen and (max-width: 1024px) {
  .Header-module-scss-module__klcqGG__header.Header-module-scss-module__klcqGG__isSticky .Header-module-scss-module__klcqGG__headerWrapper {
    padding: var(--spacer-16) var(--container-padding);
  }
}

.Header-module-scss-module__klcqGG__headerWrapper {
  padding: var(--spacer-32) var(--spacer-40);
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  transition: padding .6s;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .Header-module-scss-module__klcqGG__headerWrapper {
    padding: var(--container-padding);
  }
}

.Header-module-scss-module__klcqGG__headerLeft {
  align-items: center;
  gap: var(--spacer-24);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .Header-module-scss-module__klcqGG__headerLeft {
    gap: var(--spacer-16);
  }
}

.Header-module-scss-module__klcqGG__headerLogo {
  height: var(--spacer-32);
  aspect-ratio: 517 / 113;
}

@media only screen and (max-width: 1024px) {
  .Header-module-scss-module__klcqGG__headerLogo {
    height: var(--spacer-24);
  }
}

@media only screen and (max-width: 768px) {
  .Header-module-scss-module__klcqGG__headerLogo {
    height: var(--spacer-16);
  }
}

.Header-module-scss-module__klcqGG__headerLogoLink {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

/* [project]/src/components/ui/Hamburger/Hamburger.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Hamburger-module-scss-module__ho3lHa__hamburger {
  padding: var(--spacer-12);
  cursor: pointer;
  align-items: center;
  gap: var(--spacer-8);
  color: var(--color-white);
  z-index: 50;
  background: none;
  border: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.Hamburger-module-scss-module__ho3lHa__hamburger:hover {
  color: var(--color-brand-yellow);
}

@media only screen and (max-width: 1024px) {
  .Hamburger-module-scss-module__ho3lHa__hamburger {
    padding: var(--spacer-8);
  }
}

.Hamburger-module-scss-module__ho3lHa__hamburger.Hamburger-module-scss-module__ho3lHa__dark {
  color: var(--color-brand-black);
}

.Hamburger-module-scss-module__ho3lHa__hamburger.Hamburger-module-scss-module__ho3lHa__dark:hover {
  color: rgba(var(--color-brand-black-rgb), .7);
}

.Hamburger-module-scss-module__ho3lHa__iconWrapper {
  width: var(--spacer-20);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 13px;
  display: flex;
  position: relative;
}

.Hamburger-module-scss-module__ho3lHa__line {
  transform-origin: center;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1), opacity .4s cubic-bezier(.65, .05, .36, 1), background-color .3s;
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__line {
  background-color: var(--color-brand-yellow);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__lineTop {
  transform: translateY(6px)rotate(45deg);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__lineMid {
  opacity: 0;
  transform: scaleX(.5);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__lineBot {
  transform: translateY(-6px)rotate(-45deg);
}

.Hamburger-module-scss-module__ho3lHa__textWrapper {
  font-family: var(--font-mono), monospace;
  text-transform: uppercase;
  font-size: var(--fs-caption);
  letter-spacing: .05em;
  flex-direction: column;
  height: 1em;
  margin-top: .5px;
  display: flex;
  position: relative;
  overflow-y: clip;
}

@media only screen and (max-width: 576px) {
  .Hamburger-module-scss-module__ho3lHa__textWrapper {
    display: none;
  }
}

.Hamburger-module-scss-module__ho3lHa__menuLabel, .Hamburger-module-scss-module__ho3lHa__closeLabel {
  line-height: 1;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1), opacity .4s;
  display: block;
}

.Hamburger-module-scss-module__ho3lHa__menuLabel {
  opacity: 1;
  transform: translateY(0);
}

.Hamburger-module-scss-module__ho3lHa__closeLabel {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__textWrapper {
  color: var(--color-brand-yellow);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__menuLabel {
  opacity: 0;
  transform: translateY(-100%);
}

.Hamburger-module-scss-module__ho3lHa__isOpen .Hamburger-module-scss-module__ho3lHa__closeLabel {
  opacity: 1;
  transform: translateY(0);
}

/* [project]/src/components/layout/MenuSidebar/MenuSidebar.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.MenuSidebar-module-scss-module__OyYpGa__sidebar {
  background: var(--color-brand-black);
  z-index: 10000;
  width: 35vw;
  min-width: 600px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.MenuSidebar-module-scss-module__OyYpGa__sidebar:before {
  content: "";
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: var(--spacer-96);
  background: linear-gradient(to bottom, var(--color-brand-black) 20%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .MenuSidebar-module-scss-module__OyYpGa__sidebar {
    width: 100%;
    min-width: auto;
  }
}

.MenuSidebar-module-scss-module__OyYpGa__sidebarWrapper {
  height: 100svh;
  max-height: 100svh;
  padding: var(--spacer-128) var(--spacer-48) var(--spacer-24);
  justify-content: space-between;
  gap: var(--spacer-192);
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--color-off-white-rgb), .5) #0000;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden auto;
}

.MenuSidebar-module-scss-module__OyYpGa__sidebarWrapper::-webkit-scrollbar {
  width: 4px;
}

.MenuSidebar-module-scss-module__OyYpGa__sidebarWrapper::-webkit-scrollbar-track {
  background: rgba(var(--color-brand-black-rgb), .1);
}

.MenuSidebar-module-scss-module__OyYpGa__sidebarWrapper::-webkit-scrollbar-thumb {
  background: rgba(var(--color-off-white-rgb), .5);
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .MenuSidebar-module-scss-module__OyYpGa__sidebarWrapper {
    padding: var(--spacer-96) var(--container-padding) var(--spacer-24);
  }
}

.MenuSidebar-module-scss-module__OyYpGa__backdrop {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.MenuSidebar-module-scss-module__OyYpGa__vcrNoise {
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  width: 400%;
  height: 400%;
  animation: .15s steps(4, end) infinite MenuSidebar-module-scss-module__OyYpGa__jitter;
  position: absolute;
  inset: -200%;
}

.MenuSidebar-module-scss-module__OyYpGa__scanline {
  background: linear-gradient(#0000, #ffffff08, #0000);
  width: 100%;
  height: 100px;
  animation: 3s linear infinite MenuSidebar-module-scss-module__OyYpGa__scan;
  position: absolute;
}

.MenuSidebar-module-scss-module__OyYpGa__nav {
  gap: var(--spacer-24);
  flex-direction: column;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__navLink {
  align-items: center;
  gap: var(--spacer-12);
  text-transform: uppercase;
  color: var(--color-off-white);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 600;
  display: flex;
  position: relative;
}

.MenuSidebar-module-scss-module__OyYpGa__navLink .MenuSidebar-module-scss-module__OyYpGa__index {
  font-family: var(--font-mono), monospace;
  color: var(--color-brand-yellow);
  opacity: .5;
  font-size: .8rem;
}

.MenuSidebar-module-scss-module__OyYpGa__navLink .MenuSidebar-module-scss-module__OyYpGa__label {
  transform-origin: 0 100%;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.MenuSidebar-module-scss-module__OyYpGa__navLink:hover {
  color: var(--color-brand-yellow);
}

.MenuSidebar-module-scss-module__OyYpGa__navLink:hover .MenuSidebar-module-scss-module__OyYpGa__label {
  transform: skewX(-10deg);
}

.MenuSidebar-module-scss-module__OyYpGa__trays {
  position: relative;
}

.MenuSidebar-module-scss-module__OyYpGa__navTray {
  flex-direction: column;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__subTray {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(50%);
}

.MenuSidebar-module-scss-module__OyYpGa__navItemWrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__drillDownBtn {
  color: var(--color-off-white);
  cursor: pointer;
  padding: var(--spacer-8);
  background: none;
  border: none;
  transition: color .4s cubic-bezier(.19, 1, .22, 1);
}

.MenuSidebar-module-scss-module__OyYpGa__drillDownBtn:hover {
  color: var(--color-brand-yellow);
}

.MenuSidebar-module-scss-module__OyYpGa__backBtn {
  align-items: center;
  gap: var(--spacer-8);
  color: var(--color-off-white);
  font-family: var(--font-mono), monospace;
  text-transform: uppercase;
  font-size: var(--fs-caption);
  cursor: pointer;
  margin-bottom: var(--spacer-48);
  background: none;
  border: none;
  padding: 0;
  transition: opacity .3s;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__backBtn svg {
  width: 16px;
  height: 16px;
}

.MenuSidebar-module-scss-module__OyYpGa__backBtn:hover {
  color: var(--color-brand-yellow);
}

.MenuSidebar-module-scss-module__OyYpGa__subHeader {
  margin-bottom: var(--spacer-24);
  padding-bottom: var(--spacer-8);
  border-bottom: 1px solid #ffffff1a;
}

.MenuSidebar-module-scss-module__OyYpGa__subTitle {
  font-size: var(--fs-body);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-off-white);
}

.MenuSidebar-module-scss-module__OyYpGa__subLink {
  font-size: clamp(1.8rem, 3vw, 2rem);
}

.MenuSidebar-module-scss-module__OyYpGa__bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--spacer-48);
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__search {
  align-items: center;
  gap: var(--spacer-12);
  transition: border-color .4s var(--ease-smoothy);
  border-bottom: 1px solid rgba(var(--color-off-white-rgb), .3);
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__search:focus-within {
  border-color: var(--color-brand-yellow);
}

.MenuSidebar-module-scss-module__OyYpGa__searchbar {
  gap: var(--spacer-16);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__searchTitle {
  font-size: var(--fs-caption);
  color: var(--color-off-white);
}

.MenuSidebar-module-scss-module__OyYpGa__searchIcon {
  width: 18px;
  height: 18px;
  color: var(--color-white);
}

.MenuSidebar-module-scss-module__OyYpGa__searchBtn {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__search input {
  color: var(--color-white);
  font-size: var(--fs-body);
  width: 100%;
  height: var(--spacer-36);
  background: none;
  border: none;
  outline: none;
}

.MenuSidebar-module-scss-module__OyYpGa__socials {
  gap: var(--spacer-16);
  flex-direction: column;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__socialsTitle {
  font-size: var(--fs-caption);
  color: var(--color-off-white);
}

.MenuSidebar-module-scss-module__OyYpGa__socialsList {
  gap: var(--spacer-8);
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__socialsItem {
  align-items: center;
  gap: var(--spacer-12);
  text-transform: uppercase;
  color: var(--color-off-white);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 500;
  display: flex;
  position: relative;
}

.MenuSidebar-module-scss-module__OyYpGa__socialsLink {
  background-color: var(--color-white);
  width: var(--spacer-36);
  height: var(--spacer-36);
  color: var(--color-brand-black);
  transition: background-color .4s var(--ease-smoothy);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.MenuSidebar-module-scss-module__OyYpGa__socialsLink:hover {
  background-color: var(--color-brand-yellow);
}

@keyframes MenuSidebar-module-scss-module__OyYpGa__jitter {
  0%, 100% {
    transform: translate(0);
  }

  33% {
    transform: translate(-.5%, -1%);
  }

  66% {
    transform: translate(1%, .5%);
  }
}

@keyframes MenuSidebar-module-scss-module__OyYpGa__scan {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100vh);
  }
}

/* [project]/src/app/[locale]/blog/components/single/Hero/Hero.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Hero-module-scss-module__-CvlOq__hero {
  padding: var(--spacer-192) 0 var(--spacer-64);
  background-color: var(--color-brand-black);
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__-CvlOq__hero {
    padding: var(--spacer-128) 0 var(--spacer-48);
  }
}

.Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__top {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacer-24);
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__top {
    display: block;
  }
}

.Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__title {
  margin: var(--spacer-64) 0 var(--spacer-48);
  color: var(--color-white);
  max-width: 1100px;
  font-weight: 500;
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__title {
    margin: var(--spacer-48) 0 var(--spacer-32);
  }
}

.Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__content {
  color: var(--color-white);
}

.Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__metaRow {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacer-16);
  font-size: var(--fs-caption);
  color: var(--color-gray);
  flex-wrap: wrap;
  display: flex;
}

.Hero-module-scss-module__-CvlOq__hero .Hero-module-scss-module__-CvlOq__meta {
  align-items: center;
  gap: var(--spacer-16);
  display: flex;
}

/* [project]/src/components/shared/VideoModal/VideoModal.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.VideoModal-module-scss-module__myG3wW__modal {
  z-index: 10002;
  width: 100%;
  height: 100svh;
  padding: var(--spacer-20);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.VideoModal-module-scss-module__myG3wW__modal.VideoModal-module-scss-module__myG3wW__open {
  opacity: 1;
  pointer-events: auto;
}

.VideoModal-module-scss-module__myG3wW__modal.VideoModal-module-scss-module__myG3wW__open .VideoModal-module-scss-module__myG3wW__videoWrapper {
  clip-path: inset(0);
}

.VideoModal-module-scss-module__myG3wW__modal.VideoModal-module-scss-module__myG3wW__open .VideoModal-module-scss-module__myG3wW__overlay {
  opacity: 1;
}

.VideoModal-module-scss-module__myG3wW__overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0;
  background: #000000b3;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.VideoModal-module-scss-module__myG3wW__container {
  aspect-ratio: 16 / 9;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.VideoModal-module-scss-module__myG3wW__videoWrapper {
  will-change: clip-path;
  clip-path: inset(0 0 100%);
  width: 100%;
  height: 100%;
  transition: clip-path 2s var(--ease-smoothy) .2s;
  background: #000;
  border: 1px solid #ffffff1a;
}

.VideoModal-module-scss-module__myG3wW__video {
  object-fit: cover;
  border: none;
  width: 100%;
  height: 100%;
}

.VideoModal-module-scss-module__myG3wW__closeBtn {
  font-family: var(--font-mono);
  font-size: var(--fs-caption);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: .025em;
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  transition: color .3s;
  position: absolute;
  top: -1.5em;
  right: 0;
}

.VideoModal-module-scss-module__myG3wW__closeBtn:hover {
  color: var(--color-brand-yellow);
}

/* [project]/src/app/[locale]/(Home)/components/ServicesSection/ServicesSection.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.ServicesSection-module-scss-module__v5k66q__services {
  background-color: var(--color-brand-black);
  color: var(--color-white);
  padding: var(--spacer-128) 0;
  overflow-x: clip;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services {
    padding: var(--spacer-80) 0;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__heading {
  max-width: min(900px, 70.3125vw);
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__title {
  font-size: var(--fs-display-1);
  color: var(--color-white);
  line-height: 1;
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__text {
  font-size: var(--fs-section-paragraph);
  color: var(--color-gray);
  margin: var(--spacer-32) 0 var(--spacer-48);
  max-width: clamp(400px, 46.875vw, 800px);
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__text {
    margin: var(--spacer-20) 0 var(--spacer-32);
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__servicesList {
  margin-top: var(--spacer-80);
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__servicesList {
    margin-top: var(--spacer-64);
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid {
    display: block;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item {
  padding: var(--spacer-8) 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item {
    padding: var(--spacer-32) 0;
    border-bottom: 1px solid rgba(var(--color-gray-rgb), .2);
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemLink {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemLink {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemLink:hover .ServicesSection-module-scss-module__v5k66q__itemTitle {
  color: var(--color-brand-yellow);
  transform: skew(-10deg);
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemLink:hover ~ .ServicesSection-module-scss-module__v5k66q__itemTagline {
  opacity: 1;
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTitle {
  font-size: clamp(var(--fs-h4), 4.375vw, var(--fs-h1));
  color: var(--color-white);
  transform-origin: 0 100%;
  transition: var(--transition);
  z-index: 1;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTitle {
    font-size: clamp(var(--fs-h4), 4.86111vw, var(--fs-h1));
  }
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTitle {
    margin-bottom: .4em;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTagline {
  font-size: var(--fs-lg);
  color: var(--color-gray);
  line-height: 1.2;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTagline {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemTagline {
    font-size: var(--fs-md);
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemArrow {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__grid .ServicesSection-module-scss-module__v5k66q__list .ServicesSection-module-scss-module__v5k66q__item .ServicesSection-module-scss-module__v5k66q__itemArrow {
    display: block;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__tagline {
  color: var(--color-gray);
  white-space: nowrap;
  z-index: 0;
  opacity: .15;
  mix-blend-mode: difference;
  width: 100vw;
  margin-top: -.2em;
  font-size: clamp(3.2rem, 7.5vw, 9.6rem);
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__tagline {
    display: none;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__videoStack {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("../media/D-shape.29550e08.svg");
  mask-image: url("../media/D-shape.29550e08.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__videoStack {
    display: none;
  }
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__videoStack .ServicesSection-module-scss-module__v5k66q__video {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .8s var(--ease-smoothy);
  position: absolute;
  inset: 0;
}

.ServicesSection-module-scss-module__v5k66q__services .ServicesSection-module-scss-module__v5k66q__videoStack .ServicesSection-module-scss-module__v5k66q__video.ServicesSection-module-scss-module__v5k66q__isVisible {
  opacity: 1;
  z-index: 1;
}

/* [project]/src/app/[locale]/blog/Blog.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Blog-module-scss-module__72hwGq__blog {
  padding-top: var(--spacer-192);
}

@media only screen and (max-width: 768px) {
  .Blog-module-scss-module__72hwGq__blog {
    padding-top: var(--spacer-128);
  }
}

/* [project]/src/app/[locale]/blog/components/single/FeaturedImage/FeaturedImage.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.FeaturedImage-module-scss-module__oN5cfW__image {
  margin: var(--spacer-96) 0 0;
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .FeaturedImage-module-scss-module__oN5cfW__image {
    height: 400px;
    margin: var(--spacer-64) 0 0;
  }
}

@media only screen and (max-width: 576px) {
  .FeaturedImage-module-scss-module__oN5cfW__image {
    height: 320px;
    margin: var(--spacer-24) 0 0;
  }
}

.FeaturedImage-module-scss-module__oN5cfW__image .FeaturedImage-module-scss-module__oN5cfW__imageWrapper {
  width: 100%;
  height: 130%;
  position: relative;
  top: 0;
}

.FeaturedImage-module-scss-module__oN5cfW__image .FeaturedImage-module-scss-module__oN5cfW__imageWrapper img {
  object-fit: cover;
}

/* [project]/src/app/[locale]/search/components/Hero/Hero.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Hero-module-scss-module__lbvgia__hero {
  background-color: var(--color-brand-black);
  color: var(--color-white);
  padding: var(--spacer-192) 0 var(--spacer-128);
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__content {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-32);
  flex-direction: column;
  display: flex;
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__title {
  color: var(--color-white);
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__searchTerm {
  color: var(--color-white);
  display: block;
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__searchWrapper {
  width: 100%;
  max-width: 445px;
  position: relative;
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__searchWrapper .Hero-module-scss-module__lbvgia__input {
  border: 1px solid var(--color-white);
  width: 100%;
  padding: var(--spacer-24) var(--spacer-80) var(--spacer-24) var(--spacer-32);
  text-align: left;
  color: var(--color-white);
  font-size: var(--fs-lg);
}

.Hero-module-scss-module__lbvgia__hero .Hero-module-scss-module__lbvgia__searchWrapper svg {
  right: var(--spacer-32);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* [project]/src/app/[locale]/(Home)/components/AboutSection/AboutSection.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.AboutSection-module-scss-module__k4MedW__about {
  background-color: var(--color-off-white);
  padding: var(--spacer-192) 0;
}

@media only screen and (max-width: 1280px) {
  .AboutSection-module-scss-module__k4MedW__about {
    padding: var(--spacer-128) 0;
  }
}

@media only screen and (max-width: 1024px) {
  .AboutSection-module-scss-module__k4MedW__about {
    padding: var(--spacer-80) 0;
  }
}

.AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid {
  gap: var(--spacer-128);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

@media only screen and (max-width: 1280px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid {
    gap: var(--spacer-80);
  }
}

@media only screen and (max-width: 1024px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid {
    gap: var(--spacer-64);
  }
}

@media only screen and (max-width: 768px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid {
    gap: var(--spacer-48);
    grid-template-columns: 1fr;
  }
}

.AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__image {
  width: 100%;
  height: 100%;
  min-height: 80svh;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__image {
    min-height: 60svh;
  }
}

.AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__content {
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__content {
    max-width: 100%;
  }
}

.AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__title {
  margin-bottom: var(--spacer-24);
  font-size: var(--fs-h1);
}

.AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__text {
  margin-bottom: var(--spacer-48);
  font-size: var(--fs-lg);
}

@media only screen and (max-width: 768px) {
  .AboutSection-module-scss-module__k4MedW__about .AboutSection-module-scss-module__k4MedW__grid .AboutSection-module-scss-module__k4MedW__text {
    margin-bottom: var(--spacer-32);
  }
}

/* [project]/src/app/[locale]/blog/components/landing/Hero/Hero.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Hero-module-scss-module__g5iUTa__hero {
  padding: var(--spacer-96) 0;
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__g5iUTa__hero {
    padding: var(--spacer-48) 0;
  }
}

.Hero-module-scss-module__g5iUTa__hero .Hero-module-scss-module__g5iUTa__title {
  font-size: var(--fs-display-1);
  margin-bottom: .5em;
}

.Hero-module-scss-module__g5iUTa__hero .Hero-module-scss-module__g5iUTa__text {
  max-width: 700px;
  font-size: var(--fs-section-paragraph);
}

/* [project]/src/app/[locale]/blog/components/single/Socials/Socials.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Socials-module-scss-module__neUFda__socialsWrapper {
  height: 100%;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media only screen and (max-width: 1280px) {
  .Socials-module-scss-module__neUFda__socialsWrapper {
    height: auto;
    padding-right: 0;
    position: static;
    transform: translateX(0);
  }
}

.Socials-module-scss-module__neUFda__socials {
  align-items: center;
  gap: var(--spacer-16);
  top: var(--spacer-128);
  flex-direction: column;
  height: fit-content;
  padding-right: 40px;
  display: flex;
  position: sticky;
}

@media only screen and (max-width: 1280px) {
  .Socials-module-scss-module__neUFda__socials {
    top: unset;
    margin: var(--spacer-32) 0;
    gap: var(--spacer-8);
    flex-direction: row;
    padding-right: 0;
    position: relative;
  }
}

.Socials-module-scss-module__neUFda__socials p {
  font-size: var(--fs-caption);
  text-transform: uppercase;
  color: var(--color-brand-black);
  margin: 0;
  font-weight: 500;
}

.Socials-module-scss-module__neUFda__socials ul {
  gap: var(--spacer-8);
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .Socials-module-scss-module__neUFda__socials ul {
    flex-direction: row;
  }
}

.Socials-module-scss-module__neUFda__socials ul li a {
  background-color: var(--color-brand-black);
  width: 36px;
  height: 36px;
  color: var(--color-white);
  transition: all .3s var(--ease-smoothy);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.Socials-module-scss-module__neUFda__socials ul li a:after, .Socials-module-scss-module__neUFda__socials ul li a:before {
  content: none;
}

.Socials-module-scss-module__neUFda__socials ul li a:hover {
  background-color: var(--color-brand-yellow);
  color: var(--color-brand-black);
}

.Socials-module-scss-module__neUFda__socials ul li a svg {
  width: 16px;
  height: 16px;
}

.Socials-module-scss-module__neUFda__socials .Socials-module-scss-module__neUFda__copyLink {
  position: relative;
}

.Socials-module-scss-module__neUFda__socials .Socials-module-scss-module__neUFda__tooltip {
  background: var(--color-brand-black, #000);
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .3s var(--ease-smoothy);
  pointer-events: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%)translateY(10px);
}

.Socials-module-scss-module__neUFda__socials .Socials-module-scss-module__neUFda__tooltip:after {
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: var(--color-brand-black, #000) #0000 #0000 #0000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.Socials-module-scss-module__neUFda__socials .Socials-module-scss-module__neUFda__tooltip.Socials-module-scss-module__neUFda__visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%)translateY(-8px);
}

/* [project]/src/app/[locale]/search/components/SearchList/SearchList.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article {
  padding: var(--spacer-64) 0;
  transition: all .5s var(--ease-smoothy);
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article {
    padding: var(--spacer-48) 0;
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content {
  gap: var(--spacer-64);
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content {
    gap: var(--spacer-24);
    grid-template-columns: 1fr;
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image {
  height: 440px;
  transition: border-color .5s var(--ease-smoothy);
  border: 2px solid #0000;
  position: relative;
  overflow: hidden;
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image img {
  object-fit: cover;
  transition: transform .5s var(--ease-smoothy);
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image {
    height: 320px;
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image .SearchList-module-scss-module__dx6Gpq__arrow {
  top: var(--spacer-24);
  right: var(--spacer-24);
  background-color: rgba(var(--color-brand-black-rgb), .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--color-white);
  width: var(--spacer-64);
  height: var(--spacer-64);
  will-change: transform;
  transition: all .5s var(--ease-smoothy);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image .SearchList-module-scss-module__dx6Gpq__arrow {
    width: var(--spacer-48);
    height: var(--spacer-48);
  }

  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image .SearchList-module-scss-module__dx6Gpq__arrow svg {
    width: var(--spacer-20);
    height: var(--spacer-20);
  }
}

@media only screen and (max-width: 768px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__image .SearchList-module-scss-module__dx6Gpq__arrow {
    top: var(--spacer-16);
    right: var(--spacer-16);
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__meta {
  align-items: center;
  gap: var(--spacer-12);
  color: var(--color-neutral-black);
  font-size: var(--fs-sm);
  transition: all .5s var(--ease-smoothy);
  margin-top: var(--spacer-24);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__meta {
    font-size: var(--fs-md);
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__title {
  font-size: var(--fs-h3);
  transition: all .5s var(--ease-smoothy);
  max-width: 540px;
}

@media only screen and (max-width: 1024px) {
  .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__title {
    margin-top: var(--spacer-16);
  }
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__info {
  transition: all .5s var(--ease-smoothy);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content:hover .SearchList-module-scss-module__dx6Gpq__arrow {
  background-color: var(--color-brand-yellow);
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: var(--color-brand-black);
  transform: rotate(-45deg);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content:hover .SearchList-module-scss-module__dx6Gpq__image {
  border-color: var(--color-brand-yellow);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article .SearchList-module-scss-module__dx6Gpq__content:hover .SearchList-module-scss-module__dx6Gpq__image img {
  transform: scale(1.05);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article:hover {
  background-color: var(--color-brand-black);
  color: var(--color-white);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article:hover .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__info, .SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article:hover .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__title {
  color: var(--color-white);
}

.SearchList-module-scss-module__dx6Gpq__searchList .SearchList-module-scss-module__dx6Gpq__article:hover .SearchList-module-scss-module__dx6Gpq__content .SearchList-module-scss-module__dx6Gpq__meta {
  color: var(--color-off-white);
}

/* [project]/src/app/[locale]/services/components/ServicesList/ServicesList.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.ServicesList-module-scss-module__C1dIRa__listWrapper {
  padding: var(--spacer-96) 0;
  position: relative;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list {
  flex-direction: column;
  margin: 0;
  padding: 0;
  display: flex;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item {
  position: relative;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link {
  padding: var(--spacer-48) 0;
  padding-right: var(--spacer-48);
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link {
    padding: var(--spacer-32) 0;
  }
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link .ServicesList-module-scss-module__C1dIRa__title {
  font-size: var(--fs-h2);
  color: var(--color-white);
  transition: var(--transition);
  will-change: transform;
  transform-origin: 0 100%;
  max-width: 80%;
  font-weight: 400;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link p {
  font-size: var(--fs-xl);
  color: var(--color-gray-dark);
  transition: var(--transition);
  max-width: 80%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link p {
    font-size: var(--fs-lg);
  }
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link:hover .ServicesList-module-scss-module__C1dIRa__title {
  color: var(--color-brand-yellow);
  transform: skewX(-10deg);
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link:hover p {
  color: var(--color-brand-yellow);
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link:hover ~ .ServicesList-module-scss-module__C1dIRa__arrowIcon {
  background-color: var(--color-brand-yellow);
  border-color: #0000;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__link:hover ~ .ServicesList-module-scss-module__C1dIRa__arrowIcon svg {
  color: var(--color-body-color);
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__separator {
  background-color: rgba(var(--color-white-rgb), .2);
  width: 100%;
  height: 1px;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__arrowIcon {
  width: 50px;
  height: 50px;
  transition: var(--transition);
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__list .ServicesList-module-scss-module__C1dIRa__item .ServicesList-module-scss-module__C1dIRa__arrowIcon svg {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  transition: var(--transition);
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__imagesWrapper {
  aspect-ratio: 3 / 4;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform, opacity;
  width: 15.625vw;
  position: absolute;
  top: 0;
  right: 10%;
  overflow: hidden;
  transform: scale(0);
}

@media only screen and (max-width: 1024px) {
  .ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__imagesWrapper {
    display: none;
  }
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__imagesWrapper .ServicesList-module-scss-module__C1dIRa__image {
  position: absolute;
  inset: 0;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__imagesWrapper .ServicesList-module-scss-module__C1dIRa__grainOverlay {
  z-index: 99;
  pointer-events: none;
  opacity: .15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.ServicesList-module-scss-module__C1dIRa__listWrapper .ServicesList-module-scss-module__C1dIRa__imagesWrapper svg {
  width: 100%;
  height: 100%;
}

/* [project]/src/app/[locale]/(Home)/components/ProjectsSection/ProjectsSection.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.ProjectsSection-module-scss-module__y3q9Ia__projects {
  padding: var(--spacer-128) 0;
}

@media only screen and (max-width: 1024px) {
  .ProjectsSection-module-scss-module__y3q9Ia__projects {
    padding: var(--spacer-80) 0;
  }
}

.ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__heading {
  margin-bottom: var(--spacer-128);
}

@media only screen and (max-width: 1024px) {
  .ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__heading {
    margin-bottom: var(--spacer-64);
  }
}

.ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__title {
  margin-bottom: var(--spacer-64);
  font-size: var(--fs-h1);
  max-width: 700px;
}

@media only screen and (max-width: 1024px) {
  .ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__title {
    margin-bottom: var(--spacer-24);
  }
}

.ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__textRow {
  justify-content: space-between;
  gap: var(--spacer-32);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__textRow {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.ProjectsSection-module-scss-module__y3q9Ia__projects .ProjectsSection-module-scss-module__y3q9Ia__text {
  max-width: 600px;
  font-size: var(--fs-lg);
}

/* [project]/src/app/[locale]/[...slug]/Default.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Default-module-scss-module__4rrxKa__page {
  padding: var(--spacer-192) 0;
}

@media only screen and (max-width: 1024px) {
  .Default-module-scss-module__4rrxKa__page {
    padding: var(--spacer-128) 0;
  }
}

.Default-module-scss-module__4rrxKa__title {
  margin-bottom: var(--spacer-64);
  border-bottom: 1px solid rgba(var(--color-brand-black-rgb), .2);
  padding-bottom: var(--spacer-64);
}

.Default-module-scss-module__4rrxKa__article {
  max-width: 750px;
  color: var(--color-brand-black);
  margin: 0 auto;
}

/* [project]/src/app/[locale]/about/components/Projects/Projects.module.scss.module.css [app-client] (css) */
:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

.Projects-module-scss-module__0J4eiq__projects {
  padding: var(--spacer-128) 0;
}

@media only screen and (max-width: 1024px) {
  .Projects-module-scss-module__0J4eiq__projects {
    padding: var(--spacer-80) 0;
  }
}

.Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__heading {
  margin-bottom: var(--spacer-128);
}

@media only screen and (max-width: 1024px) {
  .Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__heading {
    margin-bottom: var(--spacer-64);
  }
}

.Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__title {
  margin-bottom: var(--spacer-64);
}

@media only screen and (max-width: 1024px) {
  .Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__title {
    margin-bottom: var(--spacer-24);
  }
}

.Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__textRow {
  justify-content: space-between;
  gap: var(--spacer-32);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__textRow {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.Projects-module-scss-module__0J4eiq__projects .Projects-module-scss-module__0J4eiq__text {
  max-width: 600px;
}

