/* [project]/src/app/[locale]/(Home)/Home.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;
  }
}

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

/* [project]/src/components/utils/BaseSelect/BaseSelect.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;
  }
}

.BaseSelect-module-scss-module__VkKH5a__container {
  cursor: pointer;
  --arrow: url("/images/icons/chevron-down-white.svg");
  --bg-dropdown: var(--color-white);
  --border-color: rgba(var(--color-brand-black-rgb), .1);
  --option-text-color: var(--color-brand-black);
  --option-text-hover: var(--color-white);
  --option-bg-hover: var(--color-brand-black);
  display: inline-block;
  position: relative;
}

.BaseSelect-module-scss-module__VkKH5a__container.BaseSelect-module-scss-module__VkKH5a__lightTheme {
  --text-color: var(--color-white);
  --arrow-filter: invert(0);
}

.BaseSelect-module-scss-module__VkKH5a__container.BaseSelect-module-scss-module__VkKH5a__darkTheme {
  --text-color: var(--color-brand-black);
  --arrow-filter: invert(1);
  --border-color: rgba(var(--color-brand-black-rgb), .1);
  --option-bg-hover: var(--color-brand-black);
  --option-text-hover: var(--color-white);
  --option-text-color: var(--color-brand-black);
}

.BaseSelect-module-scss-module__VkKH5a__container.BaseSelect-module-scss-module__VkKH5a__baseSize {
  --text-size: var(--fs-body);
  --icon-size: 10px;
}

.BaseSelect-module-scss-module__VkKH5a__container.BaseSelect-module-scss-module__VkKH5a__smSize {
  --text-size: var(--fs-caption);
  --icon-size: 10px;
}

.BaseSelect-module-scss-module__VkKH5a__trigger {
  cursor: pointer;
  align-items: center;
  gap: var(--spacer-8);
  color: var(--text-color);
  font-family: inherit;
  font-size: var(--text-size);
  background: none;
  border: none;
  padding: 0;
  display: flex;
  position: relative;
}

.BaseSelect-module-scss-module__VkKH5a__trigger:after {
  content: "";
  width: var(--icon-size);
  aspect-ratio: 12 / 6;
  background: var(--arrow);
  filter: var(--arrow-filter);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform .2s;
}

.BaseSelect-module-scss-module__VkKH5a__trigger:before {
  content: "";
  background-color: var(--border-color);
  opacity: 0;
  z-index: -1;
  transition: all .25s;
  position: absolute;
  inset: -4px -12px;
}

.BaseSelect-module-scss-module__VkKH5a__trigger:hover:before {
  opacity: 1;
}

.BaseSelect-module-scss-module__VkKH5a__trigger span {
  line-height: 1;
}

.BaseSelect-module-scss-module__VkKH5a__dropdown {
  background: rgba(var(--color-white-rgb), .76);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(var(--color-brand-black-rgb), .2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  width: fit-content;
  min-width: 100%;
  transition: all .4s var(--ease-smoothy);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  transform: translateY(10px);
}

.BaseSelect-module-scss-module__VkKH5a__isOpen .BaseSelect-module-scss-module__VkKH5a__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.BaseSelect-module-scss-module__VkKH5a__dropdown.BaseSelect-module-scss-module__VkKH5a__isFlippedY {
  top: auto;
  bottom: 100%;
}

.BaseSelect-module-scss-module__VkKH5a__dropdown.BaseSelect-module-scss-module__VkKH5a__isFlippedX {
  left: auto;
  right: 0;
}

.BaseSelect-module-scss-module__VkKH5a__isActive .BaseSelect-module-scss-module__VkKH5a__trigger:after {
  transform: rotate(180deg);
}

.BaseSelect-module-scss-module__VkKH5a__isActive .BaseSelect-module-scss-module__VkKH5a__dropdown {
  display: block;
}

.BaseSelect-module-scss-module__VkKH5a__option {
  font-size: var(--fs-caption);
  padding: var(--spacer-4) var(--spacer-16);
  white-space: nowrap;
  color: var(--option-text-color);
  cursor: pointer;
  transition: background .2s, color .2s;
}

.BaseSelect-module-scss-module__VkKH5a__option.BaseSelect-module-scss-module__VkKH5a__isSelected, .BaseSelect-module-scss-module__VkKH5a__option:hover {
  background: var(--option-bg-hover);
  color: var(--option-text-hover);
}

/* [project]/src/components/ui/LocaleSwitcher/LocaleSwitcher.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;
  }
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher {
  align-items: center;
  display: flex;
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__localeButton {
  font-size: var(--fs-caption);
  cursor: pointer;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--font-mono);
  letter-spacing: .025em;
  margin-top: 2px;
  font-weight: 600;
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__localeButton:disabled {
  color: var(--color-brand-yellow);
  cursor: default;
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__localeButton:disabled:before {
  content: "[";
  margin-right: 1px;
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__localeButton:disabled:after {
  content: "]";
  margin-left: 1px;
}

@media only screen and (max-width: 768px) {
  .LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__localeButton {
    margin-top: 0;
  }
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher .LocaleSwitcher-module-scss-module__f9_meq__separator {
  margin: 0 var(--spacer-8);
  color: var(--color-white);
  font-size: var(--fs-caption);
  line-height: 1;
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher.LocaleSwitcher-module-scss-module__f9_meq__dark .LocaleSwitcher-module-scss-module__f9_meq__localeButton, .LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher.LocaleSwitcher-module-scss-module__f9_meq__dark .LocaleSwitcher-module-scss-module__f9_meq__separator {
  color: var(--color-brand-black);
}

.LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher.LocaleSwitcher-module-scss-module__f9_meq__dark .LocaleSwitcher-module-scss-module__f9_meq__localeButton:disabled {
  color: var(--color-brand-yellow);
}

@media only screen and (max-width: 1024px) {
  .LocaleSwitcher-module-scss-module__f9_meq__localeSwitcher:not(.LocaleSwitcher-module-scss-module__f9_meq__isDropdown) .LocaleSwitcher-module-scss-module__f9_meq__localeButton {
    font-size: var(--fs-xxs);
  }
}

/* [project]/src/components/ui/ElasticLine/ElasticLine.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;
  }
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper {
  z-index: 10;
  width: 100%;
  height: .5px;
  position: relative;
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 0;
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper:hover:before {
  height: 100px;
  top: -50px;
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper .ElasticLine-module-scss-module__axjyqa__line {
  pointer-events: none;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper .ElasticLine-module-scss-module__axjyqa__linePath {
  stroke-width: .5px;
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper .ElasticLine-module-scss-module__axjyqa__linePathDark {
  stroke: rgba(var(--color-gray-rgb), .5);
}

.ElasticLine-module-scss-module__axjyqa__lineWrapper .ElasticLine-module-scss-module__axjyqa__linePathLight {
  stroke: rgba(var(--color-neutral-black-rgb), .5);
}

/* [project]/src/components/shared/ProjectCard/ProjectCard.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;
  }
}

.ProjectCard-module-scss-module__VYBGJG__mediaWrapper {
  aspect-ratio: 356 / 250;
  background: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ProjectCard-module-scss-module__VYBGJG__mediaWrapper .ProjectCard-module-scss-module__VYBGJG__image, .ProjectCard-module-scss-module__VYBGJG__mediaWrapper .ProjectCard-module-scss-module__VYBGJG__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1);
}

.ProjectCard-module-scss-module__VYBGJG__mediaWrapper .ProjectCard-module-scss-module__VYBGJG__video {
  opacity: 0;
  filter: brightness(1.1);
  position: absolute;
  top: 0;
  left: 0;
}

.ProjectCard-module-scss-module__VYBGJG__mediaWrapper .ProjectCard-module-scss-module__VYBGJG__visible {
  opacity: 1;
}

.ProjectCard-module-scss-module__VYBGJG__mediaWrapper .ProjectCard-module-scss-module__VYBGJG__hidden {
  opacity: 0;
}

.ProjectCard-module-scss-module__VYBGJG__contentRow {
  margin-top: var(--spacer-16);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ProjectCard-module-scss-module__VYBGJG__contentRow .ProjectCard-module-scss-module__VYBGJG__title {
  font-size: var(--fs-h4);
  max-width: 80%;
  margin: 0;
  font-weight: 500;
}

.ProjectCard-module-scss-module__VYBGJG__contentRow .ProjectCard-module-scss-module__VYBGJG__duration {
  font-size: var(--fs-sm);
  opacity: 1;
}

/* [project]/src/components/providers/TransitionProvider/TransitionProvider.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;
  }
}

.TransitionProvider-module-scss-module__5Z_OBG__curtain {
  pointer-events: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.TransitionProvider-module-scss-module__5Z_OBG__bars {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.TransitionProvider-module-scss-module__5Z_OBG__bar {
  background-color: var(--color-brand-yellow);
  will-change: transform;
  flex: 1;
  height: 100%;
  transform: scaleY(0);
}

.TransitionProvider-module-scss-module__5Z_OBG__logoWrapper {
  z-index: 10000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.TransitionProvider-module-scss-module__5Z_OBG__transitionLogo {
  width: auto;
  height: 48px;
}

.TransitionProvider-module-scss-module__5Z_OBG__logoLettersGroup, .TransitionProvider-module-scss-module__5Z_OBG__logoD {
  will-change: transform;
  transform: translateY(64px);
}

.TransitionProvider-module-scss-module__5Z_OBG__blackout {
  background-color: var(--color-brand-black);
  z-index: 99999;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* [project]/src/components/layout/Footer/Footer.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;
  }
}

.Footer-module-scss-module__EzUeIG__footer {
  background-color: var(--color-off-white);
}

.Footer-module-scss-module__EzUeIG__footerMain {
  padding: var(--spacer-144) 0 var(--spacer-96);
}

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

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

.Footer-module-scss-module__EzUeIG__footerLogo {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.Footer-module-scss-module__EzUeIG__footerLogoWrapper {
  height: var(--spacer-80);
  aspect-ratio: 300 / 82;
  width: auto;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .Footer-module-scss-module__EzUeIG__footerLogoWrapper {
    height: var(--spacer-64);
  }
}

.Footer-module-scss-module__EzUeIG__footerGrid {
  justify-content: space-between;
  gap: var(--spacer-48);
  margin-top: var(--spacer-48);
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Footer-module-scss-module__EzUeIG__footerGrid {
    gap: var(--spacer-32);
    margin-top: var(--spacer-32);
  }
}

@media only screen and (max-width: 576px) {
  .Footer-module-scss-module__EzUeIG__footerGrid {
    gap: var(--spacer-24);
    flex-direction: column;
    justify-content: flex-start;
  }
}

.Footer-module-scss-module__EzUeIG__footerGridLeft {
  gap: 10vw;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .Footer-module-scss-module__EzUeIG__footerGridLeft {
    gap: var(--spacer-48);
  }
}

@media only screen and (max-width: 768px) {
  .Footer-module-scss-module__EzUeIG__footerGridLeft {
    flex-direction: column;
  }
}

@media only screen and (max-width: 576px) {
  .Footer-module-scss-module__EzUeIG__footerGridLeft {
    gap: var(--spacer-24);
  }
}

.Footer-module-scss-module__EzUeIG__footerGridRight {
  gap: var(--spacer-48);
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 576px) {
  .Footer-module-scss-module__EzUeIG__footerGridRight {
    gap: var(--spacer-24);
  }
}

.Footer-module-scss-module__EzUeIG__footerMenu {
  grid-area: span 2 / 1 / auto / 2;
}

.Footer-module-scss-module__EzUeIG__footerMenuList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer-module-scss-module__EzUeIG__footerMenuItem {
  margin-bottom: var(--spacer-24);
}

.Footer-module-scss-module__EzUeIG__footerMenuItem:last-child {
  margin-bottom: 0;
}

.Footer-module-scss-module__EzUeIG__footerMenuItemLink {
  font-size: var(--fs-lg);
  color: var(--color-neutral-black);
  margin-bottom: var(--spacer-12);
  font-weight: 700;
  display: inline-block;
}

.Footer-module-scss-module__EzUeIG__footerMenuItemChildLink {
  font-size: var(--fs-md);
  color: var(--color-neutral-black);
  margin-bottom: var(--spacer-12);
  display: inline-block;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupTitle {
  font-size: var(--fs-lg);
  color: var(--color-neutral-black);
  margin-bottom: var(--spacer-12);
  font-weight: 700;
  display: block;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupContent {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem {
  font-size: var(--fs-md);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a {
  font-size: var(--fs-md);
  align-items: center;
  gap: var(--spacer-8);
  line-height: 1.5;
  display: inline-flex;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a.Footer-module-scss-module__EzUeIG__socialLink {
  margin-bottom: var(--spacer-8);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a.Footer-module-scss-module__EzUeIG__socialLink .Footer-module-scss-module__EzUeIG__iconWrapper {
  background-color: var(--color-neutral-black);
  width: 36px;
  height: 36px;
  color: var(--color-white);
  transition: background-color .2s var(--ease-smoothy);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a.Footer-module-scss-module__EzUeIG__socialLink .Footer-module-scss-module__EzUeIG__iconWrapper svg {
  width: 16px;
  transition: color .2s var(--ease-smoothy);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a.Footer-module-scss-module__EzUeIG__socialLink:hover .Footer-module-scss-module__EzUeIG__iconWrapper {
  background-color: var(--color-brand-yellow);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__groupItem a.Footer-module-scss-module__EzUeIG__socialLink:hover .Footer-module-scss-module__EzUeIG__iconWrapper svg {
  color: var(--color-brand-black);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__group address {
  font-style: normal;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__group address:not(:last-child) {
  margin-bottom: var(--spacer-24);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__group.Footer-module-scss-module__EzUeIG__contact .Footer-module-scss-module__EzUeIG__groupItem:not(:last-child) {
  margin-bottom: var(--spacer-4);
}

.Footer-module-scss-module__EzUeIG__footerBottom {
  padding: var(--spacer-32) 0;
  border-top: 1px solid rgba(var(--color-neutral-black-rgb), .2);
}

@media only screen and (max-width: 768px) {
  .Footer-module-scss-module__EzUeIG__footerBottom {
    padding: var(--spacer-24) 0;
  }
}

.Footer-module-scss-module__EzUeIG__footerBottomWrapper {
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Footer-module-scss-module__EzUeIG__footerBottomWrapper {
    gap: var(--spacer-24);
    flex-direction: column-reverse;
  }
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__credits, .Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__copyrights, .Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenuLinks a {
  font-size: var(--fs-caption);
  letter-spacing: -.001em;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenuLinks a {
  line-height: 1;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenu {
  align-items: center;
  gap: var(--spacer-24);
  margin-top: var(--spacer-12);
  display: flex;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenu :not([role="option"]) {
  color: var(--color-neutral-black);
  letter-spacing: -.001em;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenuLinks {
  align-items: center;
  gap: var(--spacer-8);
  display: flex;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__privacyMenuLinks .Footer-module-scss-module__EzUeIG__privacyMenuItem:not(:last-child):after {
  content: "|";
  margin-left: var(--spacer-8);
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__partnersLogos {
  gap: var(--spacer-24);
  display: flex;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__partnersLogos img {
  width: auto;
  height: 24px;
}

@media only screen and (max-width: 1024px) {
  .Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__partnersLogos img {
    height: 20px;
  }
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__partnersText {
  font-size: var(--fs-caption);
  color: var(--color-neutral-black);
  margin-top: var(--spacer-16);
  line-height: 1.3;
}

.Footer-module-scss-module__EzUeIG__footer .Footer-module-scss-module__EzUeIG__footerLocaleSwitcher {
  margin-top: 4px;
}

/* [project]/src/components/layout/SiteLayout/SiteLayout.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;
  }
}

.SiteLayout-module-scss-module__ta-BJG__siteLayout {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

/* [project]/src/components/shared/ProjectsGrid/ProjectsGrid.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;
  }
}

.ProjectsGrid-module-scss-module__kRo68G__projectsGrid {
  gap: var(--spacer-40) var(--spacer-20);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .ProjectsGrid-module-scss-module__kRo68G__projectsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .ProjectsGrid-module-scss-module__kRo68G__projectsGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* [project]/src/components/shared/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__V2iTqa__hero {
  padding: var(--spacer-96) 0;
}

.Hero-module-scss-module__V2iTqa__hero.Hero-module-scss-module__V2iTqa__light {
  background-color: var(--color-off-white);
  --title-color: var(--color-brand-black);
  --text-color: var(--color-neutral-black);
}

.Hero-module-scss-module__V2iTqa__hero.Hero-module-scss-module__V2iTqa__dark {
  background-color: var(--color-brand-black);
  --title-color: var(--color-white);
  --text-color: var(--color-gray);
}

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

.Hero-module-scss-module__V2iTqa__wrapper {
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__V2iTqa__wrapper {
    flex-direction: column-reverse;
  }
}

.Hero-module-scss-module__V2iTqa__content {
  margin-bottom: var(--spacer-80);
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__V2iTqa__content {
    margin-bottom: 0;
  }
}

.Hero-module-scss-module__V2iTqa__title {
  font-size: var(--fs-display-1);
  color: var(--title-color);
  margin-bottom: var(--spacer-40);
}

.Hero-module-scss-module__V2iTqa__text {
  color: var(--text-color);
  max-width: 900px;
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__V2iTqa__text {
    max-width: none;
    margin-bottom: 0;
  }
}

.Hero-module-scss-module__V2iTqa__text p, .Hero-module-scss-module__V2iTqa__text ul li, .Hero-module-scss-module__V2iTqa__text ol li {
  font-size: var(--fs-lg);
  letter-spacing: 0;
  color: inherit;
  margin-bottom: .6em;
  line-height: 1.5;
}

.Hero-module-scss-module__V2iTqa__text p:last-child, .Hero-module-scss-module__V2iTqa__text ul li:last-child, .Hero-module-scss-module__V2iTqa__text ol li:last-child {
  margin-bottom: 0;
}

.Hero-module-scss-module__V2iTqa__text h2, .Hero-module-scss-module__V2iTqa__text h3, .Hero-module-scss-module__V2iTqa__text h4, .Hero-module-scss-module__V2iTqa__text h5, .Hero-module-scss-module__V2iTqa__text h6 {
  color: var(--title-color);
  font-weight: 500;
}

.Hero-module-scss-module__V2iTqa__media {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__V2iTqa__media {
    margin-bottom: var(--spacer-48);
  }
}

.Hero-module-scss-module__V2iTqa__mediaElement {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.Hero-module-scss-module__V2iTqa__services {
  margin-top: var(--spacer-40);
  align-items: center;
  gap: var(--spacer-12);
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Hero-module-scss-module__V2iTqa__services {
    order: -1;
  }
}

.Hero-module-scss-module__V2iTqa__servicesTitle {
  font-size: var(--fs-sm);
  color: var(--color-gray-dark);
}

.Hero-module-scss-module__V2iTqa__servicesList {
  flex-wrap: wrap;
  display: flex;
}

.Hero-module-scss-module__V2iTqa__servicesItem {
  font-size: var(--fs-sm);
}

.Hero-module-scss-module__V2iTqa__servicesItem:not(:last-child):after {
  content: ", ";
  margin-right: var(--spacer-8);
  color: var(--color-gray-dark);
  font: inherit;
}

.Hero-module-scss-module__V2iTqa__servicesLink {
  color: var(--color-gray-dark);
  transition: color .4s cubic-bezier(.65, .05, .36, 1);
  position: relative;
}

.Hero-module-scss-module__V2iTqa__servicesLink:after, .Hero-module-scss-module__V2iTqa__servicesLink:before {
  content: "";
  background-color: var(--text-color);
  width: 50%;
  height: 1px;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  bottom: -2px;
  transform: scaleX(0);
}

.Hero-module-scss-module__V2iTqa__servicesLink:after {
  transform-origin: 100%;
  right: 0;
}

.Hero-module-scss-module__V2iTqa__servicesLink:before {
  transform-origin: 0;
  left: 0;
}

.Hero-module-scss-module__V2iTqa__servicesLink:hover {
  color: var(--text-color);
}

.Hero-module-scss-module__V2iTqa__servicesLink:hover svg {
  transform: rotate(0);
}

.Hero-module-scss-module__V2iTqa__servicesLink:hover:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.Hero-module-scss-module__V2iTqa__servicesLink:hover:hover:before {
  transform-origin: 100%;
  transform: scaleX(1);
}

/* [project]/src/components/shared/ContentRows/ContentRows.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;
  }
}

/* [project]/src/components/shared/CTA/CTA.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;
  }
}

.CTA-module-scss-module__cPqxba__cta {
  padding: var(--spacer-128) 0;
  background-color: var(--color-brand-yellow);
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .CTA-module-scss-module__cPqxba__cta {
    min-height: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .CTA-module-scss-module__cPqxba__cta {
    padding: var(--spacer-64) 0;
    min-height: auto;
  }
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__contentWrapper {
  z-index: 2;
  gap: var(--spacer-48);
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__contentWrapper {
    display: block;
  }
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__content {
  grid-column: 2 / 3;
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__title {
  font-size: var(--fs-h1);
  margin-bottom: var(--spacer-24);
  font-weight: 700;
  line-height: 1.05;
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__text {
  font-size: var(--fs-lg);
  max-width: 600px;
  margin-bottom: var(--spacer-64);
}

@media only screen and (max-width: 1024px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__text {
    margin-bottom: var(--spacer-48);
  }
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__mountainImg {
  aspect-ratio: 1160 / 493;
  width: 70%;
  max-height: 493px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__mountainImg img {
  z-index: 1;
  mix-blend-mode: luminosity;
}

@media only screen and (max-width: 1280px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__mountainImg {
    width: 50%;
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__mountainImg {
    display: none;
  }
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__spotlightWrapper {
  position: absolute;
  top: calc(50% - min(450px, 32vw) / 2);
  left: calc(15% - 50px);
}

.CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__spotlightWrapper .CTA-module-scss-module__cPqxba__spotlight {
  background-color: var(--color-white);
  mix-blend-mode: luminosity;
  border-radius: 0 1000px 1000px 0;
  width: min(410px, 30vw);
  height: min(450px, 32vw);
}

@media only screen and (max-width: 1280px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__spotlightWrapper {
    inset: auto calc(20% - 50px) calc(50% - min(340px, 22vw)) auto;
  }

  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__spotlightWrapper .CTA-module-scss-module__cPqxba__spotlight {
    width: min(340px, 16vw);
    height: min(380px, 18vw);
  }
}

@media only screen and (max-width: 768px) {
  .CTA-module-scss-module__cPqxba__cta .CTA-module-scss-module__cPqxba__spotlightWrapper {
    display: none;
  }
}

/* [project]/src/components/shared/Breadcrumbs/Breadcrumbs.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;
  }
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list {
  align-items: center;
  gap: var(--spacer-16);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list {
    gap: var(--spacer-8);
  }
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list .Breadcrumbs-module-scss-module__upD-vG__item {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  font-size: var(--fs-caption);
  color: var(--color-gray-dark);
  line-height: 1.2;
  overflow-x: clip;
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list .Breadcrumbs-module-scss-module__upD-vG__item:not(:last-child) {
  flex-shrink: 0;
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list .Breadcrumbs-module-scss-module__upD-vG__item.Breadcrumbs-module-scss-module__upD-vG__isDropdown {
  overflow: visible;
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__list .Breadcrumbs-module-scss-module__upD-vG__item > a {
  font-size: inherit;
  white-space: nowrap;
  color: inherit;
  line-height: 1.2;
  display: inline-block;
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs .Breadcrumbs-module-scss-module__upD-vG__arrow {
  width: 20px;
  height: 20px;
  color: var(--color-gray-dark);
}

.Breadcrumbs-module-scss-module__upD-vG__breadcrumbs.Breadcrumbs-module-scss-module__upD-vG__light .Breadcrumbs-module-scss-module__upD-vG__item, .Breadcrumbs-module-scss-module__upD-vG__breadcrumbs.Breadcrumbs-module-scss-module__upD-vG__light .Breadcrumbs-module-scss-module__upD-vG__item > a, .Breadcrumbs-module-scss-module__upD-vG__breadcrumbs.Breadcrumbs-module-scss-module__upD-vG__light .Breadcrumbs-module-scss-module__upD-vG__arrow {
  color: var(--color-gray);
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/shared/ClientsSection/ClientsSection.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;
  }
}

.ClientsSection-module-scss-module__FKrLMa__clients {
  background-color: var(--color-brand-black);
  padding: var(--spacer-128) 0;
}

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

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__heading {
  margin-bottom: var(--spacer-128);
  justify-content: space-between;
  gap: var(--spacer-32);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__heading {
    margin-bottom: var(--spacer-64);
    flex-direction: column;
    gap: 0;
  }
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__title {
  font-size: var(--fs-h1);
  color: var(--color-white);
  margin-bottom: var(--spacer-64);
}

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

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__text {
  color: var(--color-white);
  max-width: 600px;
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__swiper {
  padding: 0 var(--spacer-20);
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__slide {
  width: auto;
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__client {
  aspect-ratio: 1;
  border: 1px solid rgba(var(--color-gray-rgb), .25);
  justify-content: center;
  align-items: center;
  width: clamp(200px, 22.3958vw, 430px);
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__client {
    width: clamp(150px, 22.3958vw, 430px);
  }
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__clientInner {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__clientInner {
    max-width: 70%;
  }
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__clientInner:is(a) {
  transition: all .25s;
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__clientInner img {
  object-fit: contain;
  pointer-events: none;
  opacity: .7;
  width: clamp(100px, 10.4167vw, 200px);
  height: auto;
  transition: all .25s;
}

.ClientsSection-module-scss-module__FKrLMa__clients .ClientsSection-module-scss-module__FKrLMa__clientInner:is(a):hover img {
  opacity: 1;
}

/* [project]/src/components/shared/BlogsGrid/BlogsGrid.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;
  }
}

.BlogsGrid-module-scss-module__A4ei8W__blogsGrid {
  gap: var(--spacer-40) var(--spacer-20);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .BlogsGrid-module-scss-module__A4ei8W__blogsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .BlogsGrid-module-scss-module__A4ei8W__blogsGrid {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/components/shared/BlogSection/BlogSection.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;
  }
}

.BlogSection-module-scss-module__Df0zqa__blogSection {
  padding: var(--spacer-128) 0;
}

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

.BlogSection-module-scss-module__Df0zqa__blogSection .BlogSection-module-scss-module__Df0zqa__heading {
  margin-bottom: var(--spacer-128);
}

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

.BlogSection-module-scss-module__Df0zqa__blogSection .BlogSection-module-scss-module__Df0zqa__title {
  margin-bottom: var(--spacer-64);
  font-size: var(--fs-h1);
}

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

.BlogSection-module-scss-module__Df0zqa__blogSection .BlogSection-module-scss-module__Df0zqa__textRow {
  justify-content: space-between;
  gap: var(--spacer-32);
  display: flex;
}

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

.BlogSection-module-scss-module__Df0zqa__blogSection .BlogSection-module-scss-module__Df0zqa__text {
  max-width: 600px;
  font-size: var(--fs-lg);
}

/* [project]/src/components/shared/BlogCard/BlogCard.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;
  }
}

.BlogCard-module-scss-module__51QHiq__mediaWrapper {
  aspect-ratio: 356 / 250;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.BlogCard-module-scss-module__51QHiq__mediaWrapper .BlogCard-module-scss-module__51QHiq__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}

.BlogCard-module-scss-module__51QHiq__contentRow {
  padding: var(--spacer-16) var(--spacer-16) 0;
}

.BlogCard-module-scss-module__51QHiq__title {
  font-size: var(--fs-h4);
  transition: var(--transition);
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
}

.BlogCard-module-scss-module__51QHiq__date, .BlogCard-module-scss-module__51QHiq__meta {
  font-size: var(--fs-caption);
  color: var(--color-gray-dark);
}

.BlogCard-module-scss-module__51QHiq__meta {
  align-items: center;
  gap: var(--spacer-8);
  margin-top: var(--spacer-12);
  display: flex;
}

.BlogCard-module-scss-module__51QHiq__card:hover .BlogCard-module-scss-module__51QHiq__image {
  transform: scale(1.05);
}

.BlogCard-module-scss-module__51QHiq__card:hover .BlogCard-module-scss-module__51QHiq__title {
  color: var(--color-neutral-black);
}

/* [project]/src/components/shared/CookieBanner/CookieBanner.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;
  }
}

.CookieBanner-module-scss-module__kqCHMG__banner {
  bottom: var(--spacer-24);
  left: var(--spacer-24);
  z-index: 9999;
  width: 40vw;
  padding: var(--spacer-32) 0 var(--spacer-24);
  background-color: var(--color-brand-black);
  border: 1px solid rgba(var(--color-gray-dark-rgb), .3);
  color: var(--color-white);
  transition: transform .6s var(--ease-smoothy);
  position: fixed;
  transform: translateY(100%);
}

.CookieBanner-module-scss-module__kqCHMG__banner.CookieBanner-module-scss-module__kqCHMG__visible {
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .CookieBanner-module-scss-module__kqCHMG__banner {
    width: calc(100% - var(--spacer-48));
    width: calc(100% - var(--spacer-40));
    bottom: var(--spacer-20);
    left: var(--spacer-20);
  }
}

@media only screen and (max-width: 576px) {
  .CookieBanner-module-scss-module__kqCHMG__banner {
    top: 70px;
    bottom: unset;
    padding: var(--spacer-24) 0;
    transform: translateY(-100%);
  }
}

.CookieBanner-module-scss-module__kqCHMG__inner {
  align-items: flex-start;
  gap: var(--spacer-20);
  padding: 0 var(--spacer-24);
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .CookieBanner-module-scss-module__kqCHMG__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .CookieBanner-module-scss-module__kqCHMG__inner {
    padding: 0 var(--spacer-20);
    flex-direction: column;
    align-items: flex-start;
  }
}

.CookieBanner-module-scss-module__kqCHMG__content {
  flex: 1;
  min-width: 0;
}

.CookieBanner-module-scss-module__kqCHMG__title {
  font-size: var(--fs-sm);
  margin-bottom: var(--spacer-4);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}

.CookieBanner-module-scss-module__kqCHMG__text {
  font-size: var(--fs-xs);
  color: var(--color-gray);
}

.CookieBanner-module-scss-module__kqCHMG__actions {
  align-items: center;
  gap: var(--spacer-12);
  flex-shrink: 0;
  display: flex;
}

/* [project]/src/components/shared/CookieSettings/CookieSettings.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;
  }
}

.CookieSettings-module-scss-module__VlDV2W__overlay {
  z-index: 10001;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  background: #0009;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.CookieSettings-module-scss-module__VlDV2W__overlay.CookieSettings-module-scss-module__VlDV2W__open {
  opacity: 1;
  pointer-events: auto;
}

.CookieSettings-module-scss-module__VlDV2W__overlay.CookieSettings-module-scss-module__VlDV2W__open .CookieSettings-module-scss-module__VlDV2W__panel {
  opacity: 1;
  transform: translate(-50%, -50%)scale(1);
}

.CookieSettings-module-scss-module__VlDV2W__bg {
  z-index: 10002;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.CookieSettings-module-scss-module__VlDV2W__panel {
  background-color: var(--color-brand-black);
  border: 1px solid rgba(var(--color-gray-dark-rgb), .3);
  width: 90%;
  max-width: 480px;
  padding: var(--spacer-32) var(--spacer-24);
  opacity: 0;
  transition: transform .4s var(--ease-smoothy), opacity .3s ease;
  z-index: 10003;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.95);
}

@media only screen and (max-width: 768px) {
  .CookieSettings-module-scss-module__VlDV2W__panel {
    padding: var(--spacer-24);
  }
}

.CookieSettings-module-scss-module__VlDV2W__header {
  margin-bottom: var(--spacer-32);
}

.CookieSettings-module-scss-module__VlDV2W__title {
  font-size: var(--fs-h4);
  color: var(--color-white);
  margin-bottom: var(--spacer-8);
  font-weight: 600;
}

.CookieSettings-module-scss-module__VlDV2W__description {
  font-size: var(--fs-xs);
  color: var(--color-gray);
}

.CookieSettings-module-scss-module__VlDV2W__option {
  justify-content: space-between;
  align-items: center;
  gap: var(--spacer-16);
  padding: var(--spacer-20) 0;
  border-top: 1px solid rgba(var(--color-gray-rgb), .3);
  display: flex;
}

.CookieSettings-module-scss-module__VlDV2W__option:last-of-type {
  border-bottom: 1px solid rgba(var(--color-gray-rgb), .3);
}

.CookieSettings-module-scss-module__VlDV2W__optionInfo {
  flex: 1;
}

.CookieSettings-module-scss-module__VlDV2W__optionLabel {
  font-size: var(--fs-sm);
  color: var(--color-white);
  margin-bottom: 2px;
  font-weight: 500;
}

.CookieSettings-module-scss-module__VlDV2W__optionDescription {
  font-size: var(--fs-xxs);
  color: var(--color-gray);
  line-height: 1.4;
}

.CookieSettings-module-scss-module__VlDV2W__toggle {
  flex-shrink: 0;
  width: 48px;
  height: 26px;
  position: relative;
}

.CookieSettings-module-scss-module__VlDV2W__toggleInput {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.CookieSettings-module-scss-module__VlDV2W__toggleInput:checked + .CookieSettings-module-scss-module__VlDV2W__toggleSlider {
  background-color: var(--color-brand-yellow);
}

.CookieSettings-module-scss-module__VlDV2W__toggleInput:checked + .CookieSettings-module-scss-module__VlDV2W__toggleSlider:before {
  transform: translateX(22px);
}

.CookieSettings-module-scss-module__VlDV2W__toggleInput:disabled + .CookieSettings-module-scss-module__VlDV2W__toggleSlider {
  opacity: .5;
  cursor: not-allowed;
}

.CookieSettings-module-scss-module__VlDV2W__toggleSlider {
  cursor: pointer;
  background-color: var(--color-gray);
  border-radius: 999px;
  transition: background-color .3s;
  position: absolute;
  inset: 0;
}

.CookieSettings-module-scss-module__VlDV2W__toggleSlider:before {
  content: "";
  background-color: var(--color-brand-black);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .3s;
  position: absolute;
  bottom: 3px;
  left: 3px;
}

.CookieSettings-module-scss-module__VlDV2W__footer {
  margin-top: var(--spacer-32);
  justify-content: flex-end;
  display: flex;
}

/* [project]/src/components/ui/BreadcrumbDropdown/BreadcrumbDropdown.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;
  }
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__dropdown {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__trigger {
  align-items: center;
  gap: var(--spacer-4);
  width: 100%;
  max-width: 300px;
  color: var(--color-brand-black);
  cursor: pointer;
  padding: var(--spacer-12) var(--spacer-48) var(--spacer-12) var(--spacer-16);
  border: none;
  border: 1px solid rgba(var(--color-brand-black-rgb), .2);
  transition: background .4s var(--ease-smoothy);
  background: none;
  min-width: 0;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__trigger .BreadcrumbDropdown-module-scss-module__iFxwQG__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1;
  overflow: hidden;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__trigger .BreadcrumbDropdown-module-scss-module__iFxwQG__chevron {
  height: 16px;
  top: 50%;
  right: var(--spacer-12);
  transition: transform .4s var(--ease-smoothy);
  position: absolute;
  transform: translateY(-50%);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__trigger:hover {
  background: rgba(var(--color-brand-black-rgb), .05);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__isOpen .BreadcrumbDropdown-module-scss-module__iFxwQG__chevron {
  transform: translateY(-50%)rotate(180deg);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__menu {
  background: rgba(var(--color-white-rgb), .76);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(var(--color-brand-black-rgb), .2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  width: fit-content;
  min-width: 100%;
  transition: all .4s var(--ease-smoothy);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  transform: translateY(10px);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__isOpen .BreadcrumbDropdown-module-scss-module__iFxwQG__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__menu.BreadcrumbDropdown-module-scss-module__iFxwQG__isFlippedY {
  top: auto;
  bottom: 100%;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__menu.BreadcrumbDropdown-module-scss-module__iFxwQG__isFlippedX {
  left: auto;
  right: 0;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__link {
  padding: var(--spacer-8) var(--spacer-12);
  color: var(--color-brand-black);
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__link:hover {
  background: rgba(var(--color-brand-black-rgb), .05);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__link.BreadcrumbDropdown-module-scss-module__iFxwQG__isActive {
  background: rgba(var(--color-brand-black-rgb), 1);
  color: var(--color-white);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__trigger {
  color: var(--color-white);
  border-color: rgba(var(--color-white-rgb), .3);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__trigger .BreadcrumbDropdown-module-scss-module__iFxwQG__chevron {
  color: var(--color-white);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__trigger:hover {
  background: rgba(var(--color-white-rgb), .1);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__menu {
  background: rgba(var(--color-white-rgb), .76);
  border-color: rgba(var(--color-white-rgb), .2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__menu .BreadcrumbDropdown-module-scss-module__iFxwQG__link {
  color: var(--color-brand-black);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__menu .BreadcrumbDropdown-module-scss-module__iFxwQG__link:hover {
  background: rgba(var(--color-brand-black-rgb), .05);
}

.BreadcrumbDropdown-module-scss-module__iFxwQG__light .BreadcrumbDropdown-module-scss-module__iFxwQG__menu .BreadcrumbDropdown-module-scss-module__iFxwQG__link.BreadcrumbDropdown-module-scss-module__iFxwQG__isActive {
  background: rgba(var(--color-brand-black-rgb), 1);
  color: var(--color-white);
}

/* [project]/src/app/[locale]/(Home)/components/HeroSection/HeroSection.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;
  }
}

.HeroSection-module-scss-module__VqujXW__hero {
  flex-direction: column;
  justify-content: center;
  height: 100svh;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .HeroSection-module-scss-module__VqujXW__hero {
    padding-bottom: var(--spacer-64);
    justify-content: flex-end;
  }
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__bg:after {
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, #171717, #171717bc 19%, #1717178a 34%, #17171761 47%, #17171747 56.5%, #17171731 65%, #17171720 73%, #17171713 80.2%, #1717170b 86.1%, #17171705 91%, #17171702 95.2%, #17171701 98.2%, #17171700);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__bg .HeroSection-module-scss-module__VqujXW__video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__content {
  z-index: 1;
  position: relative;
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__logo {
  aspect-ratio: 517 / 113;
  width: clamp(300px, 50vw, 640px);
  position: relative;
}

.HeroSection-module-scss-module__VqujXW__hero .HeroSection-module-scss-module__VqujXW__title {
  font-size: clamp(var(--fs-h5), 3.125vw, var(--fs-h3));
  color: var(--color-white);
  max-width: 700px;
  margin: var(--spacer-32) 0;
  font-weight: 400;
  line-height: 1.2;
}

/* [project]/src/app/[locale]/about/components/Why/Why.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;
  }
}

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

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

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__image {
  aspect-ratio: 16 / 9;
  margin: var(--spacer-64) 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__image {
    margin: var(--spacer-48) 0;
  }
}

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__heading {
  gap: var(--spacer-64);
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

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

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__title {
  color: var(--color-white);
  font-size: var(--fs-h1);
  grid-column: 1 / 6;
}

@media only screen and (max-width: 1024px) {
  .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__title {
    grid-column: 1 / -1;
  }
}

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__contentTop {
  font-size: var(--fs-lg);
  grid-area: 2 / 1 / auto / 6;
}

@media only screen and (max-width: 1024px) {
  .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__contentTop {
    grid-column: 1 / -1;
  }
}

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__contentBelow {
  grid-area: 3 / 8 / auto / -1;
}

@media only screen and (max-width: 1024px) {
  .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__contentBelow {
    grid-column: 1 / -1;
  }
}

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__paragraphLeft {
  margin-bottom: var(--spacer-24);
}

.Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__paragraphRight, .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__paragraphLeft {
  font-size: var(--fs-lg);
}

@media only screen and (max-width: 1024px) {
  .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__paragraphRight, .Why-module-scss-module__p7oWiW__why .Why-module-scss-module__p7oWiW__paragraphLeft {
    grid-column: 1 / -1;
  }
}

/* [project]/src/app/[locale]/about/components/Differentiator/Differentiator.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;
  }
}

.Differentiator-module-scss-module__DBZarW__differentiator {
  padding: var(--spacer-192) 0;
}

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

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

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

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__image {
  grid-column: 1 / 7;
}

@media only screen and (max-width: 1024px) {
  .Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__image {
    grid-column: 1 / -1;
    max-height: 60dvh;
  }
}

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__content {
  grid-column: 8 / -1;
}

@media only screen and (max-width: 1024px) {
  .Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__content {
    grid-column: 1 / -1;
  }
}

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__image {
  min-height: 80svh;
  position: relative;
}

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__image img {
  object-fit: cover;
  object-position: top center;
}

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

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__title {
  margin-bottom: var(--spacer-32);
  font-size: var(--fs-h2);
  line-height: 1.1;
}

.Differentiator-module-scss-module__DBZarW__wrapper .Differentiator-module-scss-module__DBZarW__text {
  font-size: var(--fs-lg);
}

