/* Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

html {
  scrollbar-gutter: stable;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  color: inherit;
  background: none;
  outline: inherit;
  cursor: pointer;
}

[hidden] {
  display: none;
}

/* Theme */
/* Root */
:root {
  font-size: 16px;
  line-height: 1.3;
  --black: #1a1a1a;
  --graphite: #999999;
  --muted: #b3b3b3;
  --surface: #f5f4f0;
  --white: #ffffff;
  --bahia: #acca00;
  --premium-white: #f4f3ec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Fonts */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400;
}

p, a {
  font-size: 1rem;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  color: var(--black);
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--white);
  padding-bottom: 320px;
}

/* Placeholders */
/* Desktop */
/* Navigation */
.navigation {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}
.navigation__bg {
  width: 100vw;
  height: 62.2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  opacity: 0;
  transform: translateY(-10%);
  pointer-events: none;
  z-index: 99;
}
.navigation__bar {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px;
  pointer-events: all;
  z-index: 102;
}
.navigation__bar--logo {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.navigation__bar--logo:hover {
  opacity: 0.75;
}
.navigation__bar--logo img {
  width: auto;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.navigation__bar--logo__wrapper {
  width: 0;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.navigation__bar--logo__company {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
  color: inherit;
  opacity: 0;
  transform: translateX(-100%);
}
.navigation__bar--logo__company::before {
  content: "";
  width: 1px;
  height: 14px;
  margin-right: 15px;
  background-color: currentColor;
  opacity: 0.25;
}
.navigation__bar--actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
}
.navigation__bar--actions a {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.navigation__bar--actions a:hover {
  opacity: 0.75;
}
.navigation__bar--actions__language {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.navigation__bar--actions__language:hover {
  opacity: 0.75;
}
.navigation__bar--actions__language--current {
  display: block;
  color: var(--white);
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.navigation__bar--actions__language--others {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
  overflow: hidden;
}
.navigation__bar--actions__language--others a {
  color: var(--white);
  white-space: nowrap;
  opacity: 0.75;
  flex-shrink: 0;
}
.navigation__bar--actions__language--others a:hover {
  opacity: 1;
}
.navigation__bar--actions__language--close {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
}
.navigation__bar--actions__language--close span {
  width: 24px;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  pointer-events: none;
}
.navigation__bar--actions__language--close span:nth-child(1) {
  transform: rotate(45deg);
}
.navigation__bar--actions__language--close span:nth-child(2) {
  transform: rotate(-45deg);
}
.navigation__bar--toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.navigation__bar--toggle__label {
  height: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.navigation__bar--toggle__label:hover {
  opacity: 0.75;
}
.navigation__bar--toggle__label--menu {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: var(--white);
}
.navigation__bar--toggle__icon {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.navigation__bar--toggle__icon:hover {
  opacity: 0.75;
}
.navigation__bar--toggle__icon span {
  width: 24px;
  height: 1px;
  position: absolute;
  background-color: var(--white);
  pointer-events: none;
  transition: transform 0.33s cubic-bezier(0.87, 0, 0.13, 1);
}
.navigation__bar--toggle__icon span:nth-child(1) {
  transform: translateY(-3px);
}
.navigation__bar--toggle__icon span:nth-child(2) {
  transform: translateY(3px);
}
.navigation__bar--toggle__icon.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.navigation__bar--toggle__icon.active span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
.navigation__canvas {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  z-index: 101;
}
.navigation__canvas--wrapper {
  width: 100vw;
  height: 100svh;
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.navigation__canvas--wrapper__image {
  opacity: 0;
}
.navigation__canvas--wrapper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navigation__canvas--wrapper__menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
}
.navigation__canvas--wrapper__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation__canvas--wrapper__menu--primary {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navigation__canvas--wrapper__menu--primary li {
  width: -moz-fit-content;
  width: fit-content;
}
.navigation__canvas--wrapper__menu--primary li a {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.navigation__canvas--wrapper__menu--primary li a:hover {
  opacity: 0.75;
}
.navigation__canvas--wrapper__menu--secondary {
  display: flex;
  flex-direction: column;
}
.navigation__canvas--wrapper__menu--secondary li {
  width: -moz-fit-content;
  width: fit-content;
}
.navigation__canvas--wrapper__menu--secondary li a {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.33s ease;
}
.navigation__canvas--wrapper__menu--secondary li a:hover {
  opacity: 1;
}

/* Container */
.container {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 120px;
  background-color: var(--white);
  z-index: 10;
}

/* Slider */
.slider {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.slider__images {
  position: absolute;
  inset: 0;
}
.slider__images::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.slider__images img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  will-change: transform, opacity;
}
.slider__title {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 30px;
  color: var(--white);
  transform: translateY(-50%);
  z-index: 2;
}
.slider__title p {
  font-size: 3rem;
  line-height: 1.5;
  will-change: transform, opacity;
}
.slider__indicator {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
.slider__indicator--indices {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
}
.slider__indicator--indices p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  color: var(--white);
  cursor: pointer;
}
.slider__indicator--indices p .marker {
  width: 15px;
  height: 1px;
  display: block;
  background-color: var(--white);
  transform-origin: right;
  transform: scaleX(0);
  will-change: transform;
}
.slider__indicator--indices p .index {
  display: block;
  width: 30px;
  text-align: right;
  opacity: 0.75;
  will-change: opacity;
}
.slider__indicator--indices p:hover .index {
  opacity: 1;
}
.slider__indicator--bar {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.slider__indicator--bar__progress {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bahia);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}
.slider__clients {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
}
.slider__clients--track {
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 30px 0;
  flex-shrink: 0;
  animation: clients-marquee 33s linear infinite;
}
.slider__clients--track img {
  width: auto;
  height: auto;
  display: block;
  flex-shrink: 0;
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Breadcrumb */
.breadcrumb {
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 0 auto;
  margin-top: 140px;
}
.breadcrumb__path {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
}
.breadcrumb__path--root {
  color: var(--graphite);
  transition: color 0.33s ease;
}
.breadcrumb__path--root:hover {
  color: var(--black);
}
.breadcrumb__path--active {
  color: var(--black);
  transition: color 0.33s ease;
}
.breadcrumb__path--active:hover {
  color: var(--graphite);
}
.breadcrumb__page {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1.3;
}

/* Company */
.company {
  width: 100%;
  max-width: 1366px;
  margin: 120px auto 0 auto;
}
.company__group {
  font-size: 2rem;
}
.company__group--name {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.company__group--name span {
  display: inline-block;
}

/* Sneakpeak */
.sneakpeak {
  width: 100%;
  max-width: 1366px;
  margin: 120px auto 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.sneakpeak__tabs {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sneakpeak__tabs--tab {
  position: relative;
  flex: 1;
  padding: 15px;
  font-family: inherit;
  font-size: 1.25rem;
  text-align: left;
  color: var(--black);
  background: none;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.sneakpeak__tabs--tab:last-child {
  border-right: none;
}
.sneakpeak__tabs--tab:hover {
  opacity: 1;
}
.sneakpeak__tabs--tab.active {
  opacity: 1;
  background: var(--premium-white);
}
.sneakpeak__tabs--tab__progress {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bahia);
  transform: scaleX(0);
  transform-origin: left;
}
.sneakpeak__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 60px;
  align-items: center;
}
.sneakpeak__wrapper--thumbnail {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--surface);
  border-radius: 5px;
  overflow: hidden;
}
.sneakpeak__wrapper--thumbnail__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sneakpeak__wrapper--details {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sneakpeak__wrapper--details__quote {
  font-size: 2rem;
  line-height: 1.5;
}
.sneakpeak__wrapper--details__cta {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.sneakpeak__wrapper--details__cta--bg {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--black);
  border-radius: 5px;
  z-index: 0;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1), background 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sneakpeak__wrapper--details__cta--arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sneakpeak__wrapper--details__cta--arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: var(--white);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sneakpeak__wrapper--details__cta--arrow::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
  transition: right 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sneakpeak__wrapper--details__cta--label {
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  white-space: nowrap;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.sneakpeak__wrapper--details__cta:hover .sneakpeak__wrapper--details__cta--bg {
  width: 100%;
  background: var(--bahia);
}
.sneakpeak__wrapper--details__cta:hover .sneakpeak__wrapper--details__cta--arrow::before {
  transform: translateX(6px);
}
.sneakpeak__wrapper--details__cta:hover .sneakpeak__wrapper--details__cta--arrow::after {
  right: 1px;
}
.sneakpeak__wrapper--details__cta:hover .sneakpeak__wrapper--details__cta--label {
  color: var(--white);
}
.sneakpeak__word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.sneakpeak__word span {
  display: inline-block;
}

/* Work */
.work {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 60px;
  position: relative;
  margin: 60px auto 0 auto;
  padding: 60px;
  background-color: var(--surface);
  border-radius: 5px;
}
.work::before, .work::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--bahia);
}
.work::before {
  top: 30px;
  left: 30px;
}
.work::after {
  top: 30px;
  right: 30px;
}
.work__corner-bl, .work__corner-br {
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--bahia);
  pointer-events: none;
}
.work__corner-bl {
  bottom: 30px;
  left: 30px;
}
.work__corner-br {
  bottom: 30px;
  right: 30px;
}
.work__headline {
  font-size: 2rem;
}
.work__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.work__content--cta {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.work__content--cta__bg {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--black);
  border-radius: 5px;
  z-index: 0;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1), background 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.work__content--cta__arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.work__content--cta__arrow::before {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  background: var(--white);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.work__content--cta__arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 7px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
  transition: right 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.work__content--cta__label {
  position: relative;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
  white-space: nowrap;
  z-index: 1;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.work__content--cta:hover .work__content--cta__bg {
  width: 100%;
  background: var(--bahia);
}
.work__content--cta:hover .work__content--cta__arrow::before {
  transform: translateX(6px);
}
.work__content--cta:hover .work__content--cta__arrow::after {
  right: 1px;
}
.work__content--cta:hover .work__content--cta__label {
  color: var(--white);
}
.work__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.work__image img {
  width: auto;
  height: 225px;
  display: block;
}

/* Testimonials */
.testimonials {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 60px auto 0 auto;
  padding: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.testimonials__quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials__quote--text {
  flex-grow: 1;
}
.testimonials__quote--author {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.testimonials__quote--author__clip {
  overflow: hidden;
}
.testimonials__quote--author__clip--name {
  display: block;
  font-size: 0.875rem;
  color: var(--black);
}
.testimonials__quote--author__clip--role {
  display: block;
  font-size: 0.875rem;
  color: var(--graphite);
}
.testimonials__circles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.testimonials__circles--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.testimonials__circles--item.is-animated .testimonials__circles--item__circle--ring circle {
  animation: circle-border-in 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.testimonials__circles--item.is-animated .testimonials__circles--item__circle--value,
.testimonials__circles--item.is-animated .testimonials__circles--item__label {
  color: var(--black);
  transition: color 0.5s ease 1s;
}
.testimonials__circles--item__circle {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.testimonials__circles--item__circle--ring {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  overflow: hidden;
  rotate: -90deg;
}
.testimonials__circles--item__circle--ring circle {
  fill: none;
  stroke: var(--bahia);
  stroke-width: 1;
  stroke-dasharray: 569;
  stroke-dashoffset: 569;
}
.testimonials__circles--item__circle--value {
  font-size: 2rem;
  line-height: 1;
  font-family: "Neuropol", sans-serif;
  color: var(--graphite);
  transition: color 0.33s ease;
}
.testimonials__circles--item__label {
  font-size: 0.875rem;
  color: var(--graphite);
  white-space: nowrap;
  text-align: center;
  transition: color 0.33s ease;
}

@keyframes circle-border-in {
  from {
    stroke-dashoffset: 569;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* About */
.about {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  margin: 120px auto 0;
}
.about__introduction--headline {
  font-size: 3rem;
}
.about__introduction--content {
  margin-top: 30px;
  font-size: 1.25rem;
}
.about__introduction--cta {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 60px;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.about__introduction--cta__bg {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--black);
  border-radius: 5px;
  z-index: 0;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.076, 1), background 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__introduction--cta__arrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.about__introduction--cta__arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: var(--white);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__introduction--cta__arrow::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
  transition: right 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__introduction--cta__label {
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  white-space: nowrap;
  transition: color 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__introduction--cta:hover .about__introduction--cta__bg {
  width: 100%;
  background: var(--bahia);
}
.about__introduction--cta:hover .about__introduction--cta__arrow::before {
  transform: translateX(6px);
}
.about__introduction--cta:hover .about__introduction--cta__arrow::after {
  right: 1px;
}
.about__introduction--cta:hover .about__introduction--cta__label {
  color: var(--white);
}
.about__facts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.about__facts--wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.about__facts--wrapper--navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about__facts--wrapper--navigation__label {
  font-size: 0.875rem;
}
.about__facts--wrapper--navigation__count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  color: var(--graphite);
}
.about__facts--wrapper--navigation__count--current {
  display: block;
  overflow: hidden;
  color: var(--black);
}
.about__facts--wrapper--navigation__count--separator, .about__facts--wrapper--navigation__count--total {
  opacity: 0.5;
}
.about__facts--wrapper--value {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.about__facts--wrapper--value__number {
  font-size: 4rem;
  font-family: "Neuropol", sans-serif;
  line-height: 1;
}
.about__facts--wrapper--value__unit {
  font-size: 1.5rem;
  line-height: 1;
}
.about__facts--wrapper--value__content {
  font-size: 1rem;
  color: var(--graphite);
}
.about__facts--wrapper--arrows {
  display: flex;
  gap: 15px;
}
.about__facts--wrapper--arrows button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.33s ease;
}
.about__facts--wrapper--arrows button:hover {
  opacity: 1;
}
.about__facts--wrapper--arrows button::before {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  background: var(--black);
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__facts--wrapper--arrows button::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transition: right 0.45s cubic-bezier(0.65, 0, 0.076, 1), left 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.about__facts--wrapper--arrows__previous::after {
  left: 7px;
  transform: rotate(-135deg);
}
.about__facts--wrapper--arrows__previous:hover::before {
  transform: translateX(-6px);
}
.about__facts--wrapper--arrows__previous:hover::after {
  left: 1px;
}
.about__facts--wrapper--arrows__next::after {
  right: 7px;
  transform: rotate(45deg);
}
.about__facts--wrapper--arrows__next:hover::before {
  transform: translateX(6px);
}
.about__facts--wrapper--arrows__next:hover::after {
  right: 1px;
}

/* Overview */
.overview {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
  margin: 60px auto 0;
  padding: 60px;
  background-color: var(--surface);
  border-radius: 5px;
}
.overview::before, .overview::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--bahia);
}
.overview::before {
  top: 30px;
  left: 30px;
}
.overview::after {
  top: 30px;
  right: 30px;
}
.overview__corner-bl, .overview__corner-br {
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--bahia);
  pointer-events: none;
}
.overview__corner-bl {
  bottom: 30px;
  left: 30px;
}
.overview__corner-br {
  bottom: 30px;
  right: 30px;
}
.overview__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.overview__content h1 {
  font-size: 2rem;
}
.overview__content p {
  font-size: 1rem;
}
.overview__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview__image img {
  width: auto;
  height: 225px;
  display: block;
}

/* Services */
.services {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 60px;
  margin: 120px auto 0 auto;
}
.services__content {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services__content--image {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: var(--surface);
}
.services__content--image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  will-change: transform, opacity;
}
.services__content--description {
  font-size: 1rem;
}
.services__list {
  display: flex;
  flex-direction: column;
}
.services__list--item {
  position: relative;
  cursor: pointer;
}
.services__list--item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.services__list--item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.services__list--item__progress {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bahia);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 1;
}
.services__list--item__bar {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.services__list--item__bar--headline {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--graphite);
  transition: color 0.33s ease;
}
.services__list--item.active .services__list--item__bar--headline {
  color: var(--black);
}
.services__list--item:hover:not(.active) .services__list--item__bar--headline {
  color: var(--black);
}
.services__word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.services__word span {
  display: inline-block;
}

/* Projects */
.projects {
  width: 100%;
  max-width: 1366px;
  margin: 120px auto 0;
}
.projects__hint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.projects__hint span {
  font-size: 0.875rem;
  color: var(--graphite);
}
.projects__item {
  position: relative;
}
.projects__item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.projects__item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.projects__item--progress {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bahia);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 1;
}
.projects__item--images {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.projects__item--images__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 30px 0;
}
.projects__item--images__inner img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  cursor: zoom-in;
}
.projects__item--bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.projects__item--bar__title, .projects__item--bar__year {
  font-size: 1.25rem;
  color: var(--black);
  transition: opacity 0.33s ease;
}
.projects__item--bar__year {
  white-space: nowrap;
}
.projects__item--bar:hover .projects__item--bar__title, .projects__item--bar:hover .projects__item--bar__year {
  opacity: 0.75;
}
.projects__item--description {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.projects__item--description__details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}
.projects__item--description__details p {
  max-width: 50%;
  font-size: 1rem;
}
.projects__item--description__details--cta {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 1rem;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.33s ease;
}
.projects__item--description__details--cta:hover {
  opacity: 0.75;
}

/* Lightbox */
.lightbox {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  z-index: 1000;
}
.lightbox.open {
  display: flex;
}
.lightbox__image {
  display: block;
  width: 1366px;
  max-width: 75%;
  height: auto;
  border-radius: 5px;
  cursor: zoom-out;
}

/* Contact */
.contact {
  width: 100%;
  max-width: 1366px;
  margin: 120px auto 0;
}
.contact__information {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
.contact__information--hours {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact__information--hours span {
  font-size: 0.875rem;
  color: var(--graphite);
}
.contact__information--hours__range {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact__information--hours__range span:nth-child(1),
.contact__information--hours__range span:nth-child(3) {
  font-size: 2rem;
  font-family: "Neuropol", sans-serif;
  line-height: 1;
  color: var(--black);
}
.contact__information--hours__range span:nth-child(2) {
  font-size: 1rem;
  color: var(--graphite);
}
.contact__information--card {
  aspect-ratio: 16/9;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  padding: 30px;
  background: var(--black);
  border-radius: 5px;
  overflow: hidden;
}
.contact__information--card__gradients {
  position: absolute;
  inset: 0;
  filter: blur(30px);
  z-index: 0;
}
.contact__information--card__gradient-bubble {
  position: absolute;
  border-radius: 50%;
}
.contact__information--card__gradient-bubble--1 {
  width: 70%;
  height: 140%;
  top: -20%;
  left: -10%;
  background: radial-gradient(circle at center, rgba(139, 195, 0, 0.6) 0%, transparent 60%);
  animation: contact-bubble-vertical 8s ease infinite;
}
.contact__information--card__gradient-bubble--2 {
  width: 60%;
  height: 120%;
  top: -10%;
  left: 30%;
  background: radial-gradient(circle at center, rgba(100, 150, 0, 0.5) 0%, transparent 60%);
  transform-origin: calc(50% - 150px);
  animation: contact-bubble-circle 12s reverse infinite;
}
.contact__information--card__gradient-bubble--3 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background: radial-gradient(circle at center, rgba(60, 90, 0, 0.4) 0%, transparent 60%);
  transform-origin: calc(50% + 150px);
  animation: contact-bubble-circle 18s linear infinite;
}
.contact__information--card__header, .contact__information--card__body, .contact__information--card__footer {
  position: relative;
  z-index: 1;
}
.contact__information--card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact__information--card__header span {
  font-size: 0.875rem;
  color: var(--graphite);
}
.contact__information--card__header img {
  width: auto;
  height: 20px;
  display: block;
}
.contact__information--card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact__information--card__body span {
  font-size: 1.25rem;
  color: var(--white);
}
.contact__information--card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.contact__information--card__footer span {
  font-size: 0.875rem;
  color: var(--graphite);
}
.contact__addresses {
  margin-top: 120px;
}
.contact__addresses--item {
  position: relative;
}
.contact__addresses--item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.contact__addresses--item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.contact__addresses--item__bar {
  display: flex;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact__addresses--item__bar span {
  font-size: 1.25rem;
  color: var(--black);
  transition: opacity 0.33s ease;
}
.contact__addresses--item__bar:hover span {
  opacity: 0.75;
}
.contact__addresses--item__details {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.contact__addresses--item__details--inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 30px;
}
.contact__addresses--item__details--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 15px;
}
.contact__addresses--item__details--row span {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--graphite);
}
.contact__addresses--item__details--row address,
.contact__addresses--item__details--row a {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.contact__addresses--item__details--row address:hover,
.contact__addresses--item__details--row a:hover {
  opacity: 0.75;
}

@keyframes contact-bubble-vertical {
  0% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(-30%);
  }
}
@keyframes contact-bubble-circle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Footer */
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  z-index: 1;
}
.footer__primary {
  width: 100%;
  max-width: 1366px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 120px 0;
}
.footer__primary--cta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__primary--cta span {
  color: var(--graphite);
}
.footer__primary--cta a {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 1.25rem;
  color: var(--black);
  text-decoration: none;
  border-bottom: 1px solid var(--black);
  transition: opacity 0.33s ease;
}
.footer__primary--cta a:hover {
  opacity: 0.75;
}
.footer__primary--navigation__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__primary--navigation__list li {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__primary--navigation__list li a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.footer__primary--navigation__list li a:hover {
  opacity: 0.75;
}
.footer__primary--contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__primary--contact__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 16px;
}
.footer__primary--contact__row span {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--graphite);
}
.footer__primary--contact__row address,
.footer__primary--contact__row a {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.footer__primary--contact__row address:hover,
.footer__primary--contact__row a:hover {
  opacity: 0.75;
}
.footer__secondary {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer__secondary--privacy {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  color: var(--black);
  text-decoration: none;
  transition: opacity 0.33s ease;
}
.footer__secondary--privacy:hover {
  opacity: 0.75;
}
.footer__secondary--label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  text-align: center;
  color: var(--black);
}
.footer__secondary--label img {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}
.footer__secondary--security {
  display: flex;
  justify-content: flex-end;
}
.footer__secondary--security__logos {
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer__secondary--security__logos img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 1024px) {
  /* Navigation */
  .navigation__bar {
    padding: 15px;
  }
  .navigation__bar--actions a {
    display: none;
  }
  .navigation__canvas--wrapper__image {
    display: none;
  }
  .navigation__canvas--wrapper__menu {
    padding: 15px;
  }
  /* Container */
  .container {
    padding-bottom: 60px;
  }
  /* Slider */
  .slider__title {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .slider__title p {
    font-size: 2rem;
  }
  .slider__indicator {
    display: none;
  }
  .slider__clients--track {
    gap: 60px;
  }
  /* Breadcrumb */
  .breadcrumb {
    display: none;
  }
  /* Company */
  .company {
    max-width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 15px;
  }
  .company__group {
    font-size: 1.5rem;
  }
  /* Sneakpeak */
  .sneakpeak {
    max-width: calc(100% - 30px);
    margin: 60px auto 0 auto;
  }
  .sneakpeak__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
  }
  .sneakpeak__wrapper--thumbnail {
    border-radius: 0;
  }
  .sneakpeak__wrapper--details {
    gap: 30px;
  }
  .sneakpeak__wrapper--details__quote {
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .sneakpeak__wrapper--details__cta {
    margin: 0 15px 30px 15px;
  }
  /* Work */
  .work {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 15px;
    background-color: var(--surface);
    border-radius: 5px;
  }
  .work::before, .work::after {
    display: none;
  }
  .work__corner-bl, .work__corner-br {
    display: none;
  }
  .work__content {
    gap: 30px;
  }
  .work__headline {
    font-size: 1.5rem;
  }
  .work__image img {
    width: 66%;
    height: auto;
  }
  /* Testimonials */
  .testimonials {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    margin: 60px auto 0 auto;
    padding: 30px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .testimonials__quote {
    justify-content: flex-start;
    gap: 30px;
  }
  .testimonials__circles {
    display: none;
  }
  /* About */
  .about {
    max-width: 100%;
    padding: 0 15px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about__introduction--headline {
    font-size: 1.5rem;
  }
  .about__introduction--content {
    font-size: 1rem;
  }
  .about__introduction--cta {
    margin-top: 30px;
  }
  .about__facts {
    width: 100%;
    align-items: stretch;
  }
  .about__facts--wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  /* Overview */
  .overview {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto 0 auto;
    padding: 30px 15px;
    background-color: var(--surface);
    border-radius: 5px;
  }
  .overview::before, .overview::after {
    display: none;
  }
  .overview__corner-bl, .overview__corner-br {
    display: none;
  }
  .overview__content h1 {
    font-size: 1.5rem;
  }
  .overview__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overview__image img {
    width: 66%;
    height: auto;
  }
  /* Services */
  .services {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto 0;
  }
  .services__content {
    position: static;
    top: 0;
    gap: 30px;
  }
  .services__list--item {
    position: relative;
    cursor: pointer;
  }
  .services__list--item__bar--headline {
    font-size: 1rem;
  }
  /* Projects */
  .projects {
    max-width: calc(100% - 30px);
  }
  .projects__item--images {
    max-height: 0;
    overflow: hidden;
  }
  .projects__item--images__inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .projects__item--images__inner img {
    cursor: none;
  }
  .projects__item--bar__title, .projects__item--bar__year {
    font-size: 1rem;
  }
  .projects__item--description__details p {
    max-width: 100%;
    font-size: 1rem;
  }
  /* Lightbox */
  .lightbox {
    display: none !important;
  }
  /* Contact */
  .contact {
    max-width: calc(100% - 30px);
  }
  .contact__information {
    grid-template-columns: 1fr;
  }
  .contact__addresses {
    margin-top: 60px;
  }
  .contact__addresses--item__bar span {
    font-size: 1rem;
  }
  /* Footer */
  .footer {
    padding: 0 15px;
  }
  .footer__primary {
    max-width: 100%;
    grid-template-columns: 1fr;
    padding: 60px 0;
  }
  .footer__primary--cta {
    display: none;
  }
  .footer__primary--navigation {
    display: none;
  }
  .footer__secondary {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0;
  }
  .footer__secondary--label {
    justify-content: flex-start;
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__secondary--security {
    display: none;
  }
}
@media (max-width: 480px) {
  /* Navigation */
  .navigation__bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 15px;
  }
  .navigation__bar--actions {
    display: none;
  }
  .navigation__canvas--wrapper__image {
    display: none;
  }
  .navigation__canvas--wrapper__menu {
    padding: 15px;
  }
  /* Container */
  .container {
    padding-bottom: 0;
  }
  /* Slider */
  .slider__title {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .slider__title p {
    font-size: 1.5rem;
  }
  .slider__indicator {
    display: none;
  }
  .slider__clients--track {
    gap: 60px;
  }
  /* Breadcrumb */
  .breadcrumb {
    display: none;
  }
  /* Company */
  .company {
    max-width: 100%;
    margin: 60px auto 0 auto;
    padding: 0 15px;
  }
  .company__group {
    font-size: 1.5rem;
  }
  /* Sneakpeak */
  .sneakpeak {
    max-width: calc(100% - 30px);
    margin: 60px auto 0 auto;
  }
  .sneakpeak__tabs {
    flex-direction: column;
  }
  .sneakpeak__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
  }
  .sneakpeak__wrapper--thumbnail {
    border-radius: 0;
  }
  .sneakpeak__wrapper--details {
    gap: 30px;
  }
  .sneakpeak__wrapper--details__quote {
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .sneakpeak__wrapper--details__cta {
    margin: 0 15px 30px 15px;
  }
  /* Work */
  .work {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 15px;
    background-color: var(--surface);
    border-radius: 5px;
  }
  .work::before, .work::after {
    display: none;
  }
  .work__corner-bl, .work__corner-br {
    display: none;
  }
  .work__content {
    gap: 30px;
  }
  .work__headline {
    font-size: 1.5rem;
  }
  .work__image img {
    width: 66%;
    height: auto;
  }
  /* Testimonials */
  .testimonials {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    margin: 60px auto 0 auto;
    padding: 30px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .testimonials__quote {
    justify-content: flex-start;
    gap: 30px;
  }
  .testimonials__circles {
    display: none;
  }
  /* About */
  .about {
    max-width: 100%;
    padding: 0 15px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about__introduction--headline {
    font-size: 1.5rem;
  }
  .about__introduction--content {
    font-size: 1rem;
  }
  .about__introduction--cta {
    margin-top: 30px;
  }
  .about__facts {
    width: 100%;
    align-items: stretch;
  }
  .about__facts--wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  /* Overview */
  .overview {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto 0 auto;
    padding: 30px 15px;
    background-color: var(--surface);
    border-radius: 5px;
  }
  .overview::before, .overview::after {
    display: none;
  }
  .overview__corner-bl, .overview__corner-br {
    display: none;
  }
  .overview__content h1 {
    font-size: 1.5rem;
  }
  .overview__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overview__image img {
    width: 66%;
    height: auto;
  }
  /* Services */
  .services {
    max-width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto 0;
  }
  .services__content {
    position: static;
    top: 0;
    gap: 30px;
  }
  .services__list--item {
    position: relative;
    cursor: pointer;
  }
  .services__list--item__bar--headline {
    font-size: 1rem;
  }
  /* Projects */
  .projects {
    max-width: calc(100% - 30px);
  }
  .projects__item--images {
    max-height: 0;
    overflow: hidden;
  }
  .projects__item--images__inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .projects__item--images__inner img {
    cursor: none;
  }
  .projects__item--bar__title, .projects__item--bar__year {
    font-size: 1rem;
  }
  .projects__item--description__details p {
    max-width: 100%;
    font-size: 1rem;
  }
  /* Lightbox */
  .lightbox {
    display: none !important;
  }
  /* Contact */
  .contact {
    max-width: calc(100% - 30px);
  }
  .contact__information {
    grid-template-columns: 1fr;
  }
  .contact__addresses {
    margin-top: 60px;
  }
  .contact__addresses--item__bar span {
    font-size: 1rem;
  }
  /* Footer */
  .footer {
    padding: 0 15px;
  }
  .footer__primary {
    max-width: 100%;
    grid-template-columns: 1fr;
    padding: 60px 0;
  }
  .footer__primary--cta {
    display: none;
  }
  .footer__primary--navigation {
    display: none;
  }
  .footer__secondary {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0;
  }
  .footer__secondary--label {
    justify-content: flex-start;
    padding-top: 30px;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__secondary--security {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */