/* [project]/styles/contact/ContactForm.module.css [client] (css) */
.ContactForm-module__TIbd0G__form, .ContactForm-module__TIbd0G__successCard {
  width: min(620px, 92%);
  color: var(--ink);
  background: linear-gradient(145deg, #f9f8f4fc, #e8e7e2fc);
  border: 1px solid #ffffffc7;
  border-radius: 13px;
  margin: 24px auto 0 0;
  padding: 34px 40px 28px;
  position: relative;
  box-shadow: 0 34px 82px #0006, inset 0 1px #fffffff5;
}

.ContactForm-module__TIbd0G__formIntro {
  border-bottom: 1px solid #1416191f;
  margin-bottom: 23px;
  padding-bottom: 21px;
}

.ContactForm-module__TIbd0G__kicker {
  color: #62666b;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 760;
}

.ContactForm-module__TIbd0G__formIntro h2, .ContactForm-module__TIbd0G__successCard h2 {
  color: #15171b;
  letter-spacing: -.03em;
  max-width: 510px;
  margin: 0;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 690;
  line-height: 1.12;
}

.ContactForm-module__TIbd0G__formIntro > span {
  color: #676b70;
  margin-top: 11px;
  font-size: 13px;
  display: block;
}

.ContactForm-module__TIbd0G__nameRow {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.ContactForm-module__TIbd0G__form label {
  margin-bottom: 14px;
  display: block;
}

.ContactForm-module__TIbd0G__form label > span {
  color: #44474d;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 750;
  display: block;
}

.ContactForm-module__TIbd0G__form input, .ContactForm-module__TIbd0G__form select, .ContactForm-module__TIbd0G__form textarea {
  color: #18191d;
  width: 100%;
  min-height: 46px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
  background: #ffffffb8;
  border: 1px solid #2e313638;
  border-radius: 6px;
  outline: 0;
  padding: 11px 13px;
  font-size: 14px;
  box-shadow: inset 0 1px #ffffffbf;
}

.ContactForm-module__TIbd0G__form select:invalid {
  color: #747980;
}

.ContactForm-module__TIbd0G__form textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.5;
}

.ContactForm-module__TIbd0G__form input:focus, .ContactForm-module__TIbd0G__form select:focus, .ContactForm-module__TIbd0G__form textarea:focus {
  border-color: var(--coral);
  background: #ffffffeb;
  box-shadow: 0 0 0 3px #ff725c1f;
}

.ContactForm-module__TIbd0G__honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.ContactForm-module__TIbd0G__error {
  color: #9d2b1f;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.45;
}

.ContactForm-module__TIbd0G__submitButton, .ContactForm-module__TIbd0G__resetButton {
  border-radius: var(--radius-full);
  background: var(--coral);
  min-height: 48px;
  color: var(--ink);
  cursor: pointer;
  transition: transform var(--transition-fast), background var(--transition-fast);
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  display: inline-flex;
}

.ContactForm-module__TIbd0G__submitButton {
  width: 100%;
}

.ContactForm-module__TIbd0G__submitButton b {
  color: var(--ink);
}

.ContactForm-module__TIbd0G__submitButton:disabled {
  opacity: .62;
  cursor: wait;
}

.ContactForm-module__TIbd0G__resetButton {
  margin-top: 32px;
}

.ContactForm-module__TIbd0G__submitButton:hover:not(:disabled), .ContactForm-module__TIbd0G__resetButton:hover {
  background: #ff826e;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px #ff725c33;
}

.ContactForm-module__TIbd0G__privacy {
  color: #777b80;
  text-align: center;
  max-width: 360px;
  margin: 12px auto 0;
  font-size: 10px;
  line-height: 1.5;
}

.ContactForm-module__TIbd0G__privacy a {
  color: #4d5157;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.ContactForm-module__TIbd0G__successCard {
  min-height: 460px;
  padding-block: 72px;
}

.ContactForm-module__TIbd0G__successCard > p:not(.ContactForm-module__TIbd0G__kicker) {
  color: #555b61;
  max-width: 440px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .ContactForm-module__TIbd0G__form, .ContactForm-module__TIbd0G__successCard {
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .ContactForm-module__TIbd0G__form, .ContactForm-module__TIbd0G__successCard {
    width: 100%;
    margin-top: 252px;
    padding: 26px 20px 22px;
  }

  .ContactForm-module__TIbd0G__nameRow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ContactForm-module__TIbd0G__form input, .ContactForm-module__TIbd0G__form select {
    min-height: 50px;
  }

  .ContactForm-module__TIbd0G__form textarea {
    min-height: 138px;
  }

  .ContactForm-module__TIbd0G__successCard {
    min-height: 420px;
    padding-block: 52px;
  }
}

/* [project]/styles/home/LogoStrip.module.css [client] (css) */
.LogoStrip-module__aWuylW__strip {
  padding: clamp(30px, 4vw, 52px) var(--g);
  background: var(--paper);
  color: var(--ink);
}

.LogoStrip-module__aWuylW__label {
  color: #6f7680;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 clamp(22px, 3vw, 34px);
  font-size: 12px;
  font-weight: 600;
}

.LogoStrip-module__aWuylW__stripHeading {
  display: contents;
}

.LogoStrip-module__aWuylW__note {
  display: none;
}

.LogoStrip-module__aWuylW__marquee {
  --logo-gap: clamp(18px, 3.4vw, 56px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 8% 92%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 8% 92%, #0000);
}

.LogoStrip-module__aWuylW__track {
  width: max-content;
  animation: 45s linear infinite LogoStrip-module__aWuylW__scroll;
  display: flex;
}

.LogoStrip-module__aWuylW__marquee:hover .LogoStrip-module__aWuylW__track {
  animation-play-state: paused;
}

.LogoStrip-module__aWuylW__logos {
  padding-right: var(--logo-gap);
  gap: var(--logo-gap);
  align-items: center;
  display: flex;
}

@keyframes LogoStrip-module__aWuylW__scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .LogoStrip-module__aWuylW__track {
    width: auto;
    animation: none;
  }

  .LogoStrip-module__aWuylW__logos {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1240px;
    margin-inline: auto;
    padding-right: 0;
  }

  .LogoStrip-module__aWuylW__logos[aria-hidden] {
    display: none;
  }
}

.LogoStrip-module__aWuylW__logo {
  opacity: .85;
  width: clamp(96px, 11vw, 138px);
  height: clamp(34px, 4vw, 48px);
  transition: opacity var(--transition-base);
  display: block;
  position: relative;
}

.LogoStrip-module__aWuylW__inverted {
  filter: invert();
}

a.LogoStrip-module__aWuylW__logo:hover, a.LogoStrip-module__aWuylW__logo:focus-visible {
  opacity: 1;
}

.LogoStrip-module__aWuylW__contactStrip {
  border-top: 1px solid #11131724;
  padding: 30px 36px 36px;
}

.LogoStrip-module__aWuylW__contactStrip .LogoStrip-module__aWuylW__stripHeading {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
  display: flex;
}

.LogoStrip-module__aWuylW__contactStrip .LogoStrip-module__aWuylW__label {
  color: #4f545a;
  text-align: left;
  margin: 0;
  font-size: 10px;
  font-weight: 760;
}

.LogoStrip-module__aWuylW__contactStrip .LogoStrip-module__aWuylW__note {
  color: #85898d;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.LogoStrip-module__aWuylW__contactStrip .LogoStrip-module__aWuylW__logo {
  height: 42px;
}

@media (max-width: 720px) {
  .LogoStrip-module__aWuylW__contactStrip {
    padding-inline: 22px;
  }

  .LogoStrip-module__aWuylW__contactStrip .LogoStrip-module__aWuylW__stripHeading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .LogoStrip-module__aWuylW__logos {
    gap: 18px 26px;
  }

  .LogoStrip-module__aWuylW__logo {
    width: 104px;
    height: 36px;
  }
}

/* [project]/styles/contact/ContactNextStep.module.css [client] (css) */
.ContactNextStep-module__AG91dW__section {
  padding: 64px var(--g) 54px;
  background: #0d0f13;
}

.ContactNextStep-module__AG91dW__shell {
  background: var(--paper);
  border: 1px solid #ffffff9e;
  border-radius: 10px;
  width: min(100%, 1320px);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffffe6, 0 -18px 48px #0000001f;
}

.ContactNextStep-module__AG91dW__panel {
  color: #111318;
  background: linear-gradient(108deg, #ffffff80, #0000 34%), repeating-linear-gradient(96deg, #ffffff07 0 1px, #0a0c0e05 1px 3px), linear-gradient(118deg, #e8e7e2, #c6c8c8 50%, #adb0b2);
  justify-content: space-between;
  align-items: center;
  gap: 52px;
  min-height: 270px;
  padding: 48px 52px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ContactNextStep-module__AG91dW__panel:before {
  content: "";
  background: var(--coral);
  width: 72px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 52px;
}

.ContactNextStep-module__AG91dW__copy {
  max-width: 820px;
}

.ContactNextStep-module__AG91dW__eyebrow {
  color: #555a60;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 750;
}

.ContactNextStep-module__AG91dW__title {
  color: #111318;
  letter-spacing: -.052em;
  text-wrap: balance;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 58px);
  font-weight: 540;
  line-height: .98;
}

.ContactNextStep-module__AG91dW__description {
  color: #50555b;
  max-width: 610px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.ContactNextStep-module__AG91dW__button {
  border-radius: var(--radius-full);
  min-height: 54px;
  color: var(--white);
  transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
  background: #111318;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 720;
  display: inline-flex;
}

.ContactNextStep-module__AG91dW__button span {
  color: var(--coral);
  transition: transform var(--transition-fast);
}

.ContactNextStep-module__AG91dW__button:hover {
  background: #24272c;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px #1113182e;
}

.ContactNextStep-module__AG91dW__button:hover span {
  transform: translate(2px, -2px);
}

.ContactNextStep-module__AG91dW__linkBar {
  color: #5d6268;
  background: #c9cbcb;
  border-top: 1px solid #11131724;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 66px;
  padding: 15px 36px;
  font-size: 10px;
  display: flex;
}

.ContactNextStep-module__AG91dW__links {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  display: flex;
}

.ContactNextStep-module__AG91dW__links a {
  color: #30343a;
  transition: color var(--transition-fast);
}

.ContactNextStep-module__AG91dW__links a:hover {
  color: var(--ink);
}

@media (max-width: 900px) {
  .ContactNextStep-module__AG91dW__panel {
    flex-direction: column;
    align-items: flex-start;
    min-height: 320px;
  }

  .ContactNextStep-module__AG91dW__linkBar {
    flex-direction: column;
    align-items: flex-start;
  }

  .ContactNextStep-module__AG91dW__links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .ContactNextStep-module__AG91dW__section {
    padding: 48px 20px 40px;
  }

  .ContactNextStep-module__AG91dW__panel {
    gap: 28px;
    min-height: 0;
    padding: 38px 22px 34px;
  }

  .ContactNextStep-module__AG91dW__panel:before {
    width: 56px;
    left: 22px;
  }

  .ContactNextStep-module__AG91dW__title {
    font-size: 38px;
  }

  .ContactNextStep-module__AG91dW__description {
    margin-top: 20px;
    font-size: 14px;
  }

  .ContactNextStep-module__AG91dW__button {
    width: 100%;
  }

  .ContactNextStep-module__AG91dW__linkBar {
    gap: 14px;
    padding: 18px 22px;
  }

  .ContactNextStep-module__AG91dW__links {
    gap: 11px 16px;
  }
}

/* [project]/styles/common/Navigation.module.css [client] (css) */
.Navigation-module__lf4dqG__navbar {
  width: 100%;
  color: var(--white);
  z-index: 90;
  transition: background var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base),
    transform var(--transition-base);
  position: fixed;
  top: 0;
  left: 0;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__doAnimation {
  opacity: 0;
  animation: Navigation-module__lf4dqG__nav-in .7s .4s var(--ease) forwards;
}

.Navigation-module__lf4dqG__navInner {
  width: min(100%, var(--max));
  min-height: 96px;
  padding-inline: var(--g);
  border-bottom: 1px solid #ffffff26;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0 auto;
  display: grid;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__backgroundStyle {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #08090bc2;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode.Navigation-module__lf4dqG__backgroundStyle, .Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode {
  color: var(--ink);
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode.Navigation-module__lf4dqG__backgroundStyle {
  background: #f2f0ebdb;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode .Navigation-module__lf4dqG__navInner {
  border-bottom-color: #08090b24;
}

.Navigation-module__lf4dqG__brand {
  justify-self: start;
  align-items: center;
  display: inline-flex;
}

.Navigation-module__lf4dqG__brandLogo {
  --logo-image: url("/images/common/logo/browserbite-wordmark-light.svg");
  --logo-color: var(--white);
  width: clamp(148px, 13vw, 184px);
  color: var(--logo-color);
  aspect-ratio: 818 / 218;
  isolation: isolate;
  display: block;
  position: relative;
  overflow: visible;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode .Navigation-module__lf4dqG__brandLogo {
  --logo-image: url("/images/common/logo/browserbite-wordmark-dark.svg");
  --logo-color: #3f3f3f;
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__show .Navigation-module__lf4dqG__brandLogo {
  --logo-image: url("/images/common/logo/browserbite-wordmark-light.svg");
  --logo-color: var(--white);
}

.Navigation-module__lf4dqG__logoMorph {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.Navigation-module__lf4dqG__logoBracketLower, .Navigation-module__lf4dqG__logoBracketUpper {
  fill: currentColor;
}

.Navigation-module__lf4dqG__logoDiamond {
  opacity: 0;
  fill: var(--coral);
}

.Navigation-module__lf4dqG__logoWordmark {
  background: var(--logo-image) left center / contain no-repeat;
  pointer-events: none;
  transform-origin: 0;
  width: 88.5086%;
  height: 45.8716%;
  display: block;
  position: absolute;
  top: 27.0642%;
  left: 5.74572%;
}

.Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoMorph {
  transform-origin: 13%;
  animation: Navigation-module__lf4dqG__logo-morph-in .5s .35s var(--ease) both;
}

.Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoBracketLower {
  animation: Navigation-module__lf4dqG__logo-bracket-lower 1.05s .95s var(--ease) both;
}

.Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoBracketUpper {
  animation: Navigation-module__lf4dqG__logo-bracket-upper 1.05s 1.05s var(--ease) both;
}

.Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoDiamond {
  animation: Navigation-module__lf4dqG__logo-diamond-fly 1.3s 1.05s var(--ease) both;
}

.Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoWordmark {
  animation: Navigation-module__lf4dqG__logo-wordmark-unfold 1.15s 1.4s var(--ease) forwards;
  clip-path: inset(0 100% 0 0);
}

.Navigation-module__lf4dqG__navigationList {
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.5vw, 44px);
  display: flex;
}

.Navigation-module__lf4dqG__navigationItem, .Navigation-module__lf4dqG__scrollButton {
  color: inherit;
  font-size: 13px;
  font-weight: 660;
}

.Navigation-module__lf4dqG__scrollButton {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.Navigation-module__lf4dqG__navigationItem a, .Navigation-module__lf4dqG__scrollButton {
  opacity: .78;
  transition: opacity var(--transition-fast);
}

.Navigation-module__lf4dqG__navigationItem a:hover, .Navigation-module__lf4dqG__scrollButton:hover {
  opacity: 1;
}

.Navigation-module__lf4dqG__actions {
  justify-self: end;
  align-items: center;
  gap: 18px;
  display: flex;
}

.Navigation-module__lf4dqG__langSwitch {
  color: inherit;
  letter-spacing: .03em;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 0;
  font-size: 12px;
  font-weight: 760;
  display: inline-flex;
}

.Navigation-module__lf4dqG__langActive {
  color: var(--coral);
}

.Navigation-module__lf4dqG__bookCallButton {
  border-radius: var(--radius-full);
  min-height: 45px;
  color: inherit;
  transition: border-color var(--transition-base),
    background var(--transition-base),
    transform var(--transition-base);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0a;
  border: 1px solid #ffffff57;
  align-items: center;
  gap: 10px;
  padding-inline: 18px;
  font-size: 13px;
  font-weight: 720;
  display: inline-flex;
}

.Navigation-module__lf4dqG__bookCallButton:hover {
  background: #ffffff1a;
  border-color: #ffffff8c;
  transform: translateY(-2px);
}

.Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode .Navigation-module__lf4dqG__bookCallButton {
  background: #08090b0a;
  border-color: #08090b3d;
}

.Navigation-module__lf4dqG__mobileBookCall {
  display: none;
}

.Navigation-module__lf4dqG__mobileMenuIcon {
  width: 44px;
  height: 44px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  place-items: center;
  display: none;
}

.Navigation-module__lf4dqG__mobileMenuIcon span {
  width: 18px;
  height: 1.5px;
  transition: transform var(--transition-base);
  background: currentColor;
  grid-area: 1 / 1;
  display: block;
}

.Navigation-module__lf4dqG__mobileMenuIcon span:first-child {
  transform: translateY(-4px);
}

.Navigation-module__lf4dqG__mobileMenuIcon span:last-child {
  transform: translateY(4px);
}

.Navigation-module__lf4dqG__show .Navigation-module__lf4dqG__mobileMenuIcon span:first-child {
  transform: rotate(45deg);
}

.Navigation-module__lf4dqG__show .Navigation-module__lf4dqG__mobileMenuIcon span:last-child {
  transform: rotate(-45deg);
}

@keyframes Navigation-module__lf4dqG__nav-in {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes Navigation-module__lf4dqG__logo-morph-in {
  from {
    opacity: 0;
    transform: scale(.72);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes Navigation-module__lf4dqG__logo-bracket-lower {
  from {
    d: path("M6 13.5L6 217.8L202.2 217.8L202.2 151.7L66.6 151.4L66.6 13.7Z");
  }

  to {
    d: path("M0 27L0 218L203 218L203 200L18 200L18 27Z");
  }
}

@keyframes Navigation-module__lf4dqG__logo-bracket-upper {
  0% {
    d: path("M69.6 13.5L69.6 145.5L202.2 145.5L202.2 79.4L134.9 79.4L134.7 13.7Z");
  }

  30% {
    d: path("M181.9 11.5L181.9 152.3L291.9 152.3L291.9 70.2L195.1 70.2L194.9 11.6Z");
  }

  100% {
    d: path("M818 0L818 191L800 191L800 18L536 18L536 0Z");
  }
}

@keyframes Navigation-module__lf4dqG__logo-diamond-fly {
  0% {
    opacity: 1;
    d: path("M175.4 0L139.1 36.2L175.7 72.5L211.8 36.2Z");
  }

  80% {
    opacity: 1;
    d: path("M632.8 59L624.4 67.4L632.8 75.7L641.1 67.4Z");
  }

  100% {
    opacity: 0;
    d: path("M632.8 59L624.4 67.4L632.8 75.7L641.1 67.4Z");
  }
}

@keyframes Navigation-module__lf4dqG__logo-wordmark-unfold {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  34% {
    clip-path: inset(0 68% 0 0);
  }

  100% {
    clip-path: inset(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoMorph, .Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoBracketLower, .Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoBracketUpper, .Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoDiamond {
    animation: none;
  }

  .Navigation-module__lf4dqG__brandLogoAnimated .Navigation-module__lf4dqG__logoWordmark {
    clip-path: inset(0);
    animation: none;
  }
}

@media (max-width: 1080px) {
  .Navigation-module__lf4dqG__navInner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .Navigation-module__lf4dqG__navigationList {
    padding: 126px var(--g) 32px;
    width: 100%;
    min-height: 100svh;
    color: var(--white);
    z-index: -1;
    background: radial-gradient(70% 60% at 90% 20%, #69bfff38, #0000 70%), linear-gradient(135deg, #050608 0%, #161a1e 70%, #252a30 100%);
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .Navigation-module__lf4dqG__show .Navigation-module__lf4dqG__navigationList {
    display: flex;
  }

  .Navigation-module__lf4dqG__navigationItem, .Navigation-module__lf4dqG__scrollButton {
    letter-spacing: -.06em;
    font-size: clamp(34px, 10vw, 70px);
    font-weight: 520;
    line-height: .95;
  }

  .Navigation-module__lf4dqG__actions .Navigation-module__lf4dqG__bookCallButton {
    display: none;
  }

  .Navigation-module__lf4dqG__navigationList .Navigation-module__lf4dqG__mobileBookCall {
    margin-top: 40px;
    display: inline-flex;
  }

  .Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode .Navigation-module__lf4dqG__navigationList .Navigation-module__lf4dqG__mobileBookCall {
    background: #ffffff0a;
    border-color: #ffffff57;
  }

  .Navigation-module__lf4dqG__mobileMenuIcon {
    display: grid;
  }

  .Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__darkMode .Navigation-module__lf4dqG__mobileMenuIcon {
    border-color: #08090b47;
  }

  .Navigation-module__lf4dqG__navbar.Navigation-module__lf4dqG__show {
    color: var(--white);
  }
}

/* [project]/styles/common/Footer.module.css [client] (css) */
.Footer-module__SkqdAq__footerContainer {
  color: var(--white);
  background: #050607;
}

.Footer-module__SkqdAq__finalCta {
  padding: 0 var(--g);
  background: radial-gradient(50% 75% at 82% 45%, #53697dc7, #0000 72%), radial-gradient(34% 50% at 18% 92%, #ff725c40, #0000 72%), linear-gradient(135deg, #050608 0%, #161a1e 70%, #252a30 100%);
  align-items: center;
  min-height: 760px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Footer-module__SkqdAq__finalInner {
  z-index: 3;
  width: 100%;
  position: relative;
}

.Footer-module__SkqdAq__eyebrow {
  color: #c4c9ce;
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  display: flex;
}

.Footer-module__SkqdAq__eyebrow:before {
  content: "";
  opacity: .75;
  background: currentColor;
  width: 28px;
  height: 1px;
}

.Footer-module__SkqdAq__title {
  letter-spacing: -.073em;
  text-wrap: balance;
  max-width: 1120px;
  margin: 0;
  font-size: clamp(60px, 9vw, 142px);
  font-weight: 520;
  line-height: .9;
}

.Footer-module__SkqdAq__titleGerman {
  letter-spacing: -.055em;
  font-size: clamp(52px, 5.8vw, 88px);
  line-height: .94;
}

.Footer-module__SkqdAq__finalRow {
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-top: 54px;
  display: flex;
}

.Footer-module__SkqdAq__kicker {
  color: #c3c9ce;
  letter-spacing: -.018em;
  max-width: 760px;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.36;
}

.Footer-module__SkqdAq__bookConsultation {
  border-radius: var(--radius-full);
  background: var(--coral);
  min-height: 58px;
  color: var(--ink);
  transition: transform var(--transition-base);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  display: inline-flex;
}

.Footer-module__SkqdAq__bookConsultation:hover {
  transform: translateY(-3px);
}

.Footer-module__SkqdAq__orbit {
  aspect-ratio: 1;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  width: min(44vw, 650px);
  position: absolute;
  bottom: -20%;
  right: 3%;
  transform: rotate(-22deg);
}

.Footer-module__SkqdAq__orbit:before {
  content: "";
  border: 10px solid #ffffff14;
  border-right-color: var(--blue);
  border-left-color: var(--coral);
  border-radius: 50%;
  position: absolute;
  inset: 13%;
}

.Footer-module__SkqdAq__orbit:after {
  content: "";
  background: var(--coral);
  aspect-ratio: 1;
  border-radius: 50%;
  width: 25%;
  position: absolute;
  top: 35%;
  left: 7%;
  box-shadow: 0 0 90px #ff725c99;
}

.Footer-module__SkqdAq__footerMeta {
  padding: clamp(72px, 8vw, 120px) var(--g) 34px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.Footer-module__SkqdAq__footerGrid {
  grid-template-columns: 1.25fr repeat(3, .55fr);
  gap: clamp(36px, 6vw, 90px);
  padding-bottom: 76px;
  display: grid;
}

.Footer-module__SkqdAq__brand {
  align-items: center;
  display: inline-flex;
}

.Footer-module__SkqdAq__brandLogo {
  aspect-ratio: 818 / 218;
  background: url("/images/common/logo/browserbite_lowercase_transparent_rebuilt.svg") 0 / contain no-repeat;
  width: clamp(160px, 15vw, 200px);
  display: block;
}

.Footer-module__SkqdAq__footerBrand p {
  color: #8f969d;
  max-width: 420px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.55;
}

.Footer-module__SkqdAq__footerGrid h3 {
  color: #747b82;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-size: 11px;
}

.Footer-module__SkqdAq__footerGrid ul {
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.Footer-module__SkqdAq__footerGrid li, .Footer-module__SkqdAq__footerGrid a {
  color: #c9cdd1;
  font-size: 14px;
  line-height: 1.55;
}

.Footer-module__SkqdAq__footerGrid a:hover {
  color: var(--white);
}

.Footer-module__SkqdAq__footerBottom {
  color: #6e757c;
  border-top: 1px solid #ffffff24;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 0 0;
  font-size: 12px;
  display: flex;
}

.Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__doAnimation .Footer-module__SkqdAq__title, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__doAnimation .Footer-module__SkqdAq__eyebrow, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__doAnimation .Footer-module__SkqdAq__finalRow, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__doAnimation .Footer-module__SkqdAq__footerGrid, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__doAnimation .Footer-module__SkqdAq__footerBottom {
  opacity: 0;
}

.Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__animated .Footer-module__SkqdAq__title, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__animated .Footer-module__SkqdAq__eyebrow, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__animated .Footer-module__SkqdAq__finalRow, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__animated .Footer-module__SkqdAq__footerGrid, .Footer-module__SkqdAq__footerContainer.Footer-module__SkqdAq__animated .Footer-module__SkqdAq__footerBottom {
  animation: Footer-module__SkqdAq__reveal-up .8s var(--ease) forwards;
}

@keyframes Footer-module__SkqdAq__reveal-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .Footer-module__SkqdAq__finalRow {
    flex-direction: column;
    align-items: flex-start;
  }

  .Footer-module__SkqdAq__footerGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .Footer-module__SkqdAq__finalCta {
    background: radial-gradient(50% 75% at 82% 45%, #53697dc7, #0000 72%), radial-gradient(34% 50% at 18% 92%, #69bfff38, #0000 72%), linear-gradient(135deg, #050608 0%, #161a1e 70%, #252a30 100%);
    min-height: 700px;
  }

  .Footer-module__SkqdAq__title {
    font-size: clamp(54px, 16vw, 88px);
  }

  .Footer-module__SkqdAq__titleGerman {
    font-size: clamp(42px, 12vw, 60px);
  }

  .Footer-module__SkqdAq__orbit {
    width: 94vw;
    bottom: -10%;
    right: -42%;
  }

  .Footer-module__SkqdAq__orbit:before {
    border-right-color: #ffffff14;
    border-left-color: var(--blue);
  }

  .Footer-module__SkqdAq__orbit:after {
    background: var(--blue);
    box-shadow: 0 0 90px #69bfff8c;
  }

  .Footer-module__SkqdAq__footerGrid {
    grid-template-columns: 1fr;
  }

  .Footer-module__SkqdAq__bookConsultation {
    text-align: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-inline: 18px;
    line-height: 1.2;
  }

  .Footer-module__SkqdAq__footerBottom {
    flex-direction: column;
  }
}

/* [project]/styles/common/SubpageShell.module.css [client] (css) */
.SubpageShell-module__rjFmCa__heroSection {
  padding: 170px var(--g) clamp(90px, 12vw, 160px);
  background: var(--gradient-hero);
  min-height: min(720px, 76svh);
  color: var(--white);
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.SubpageShell-module__rjFmCa__heroSection:before {
  content: "";
  opacity: .72;
  background-image: linear-gradient(#ffffff09 1px, #0000 1px), linear-gradient(90deg, #ffffff09 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 85%);
  mask-image: linear-gradient(#000, #0000 85%);
}

.SubpageShell-module__rjFmCa__heroSection:after {
  content: "";
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  width: 42vw;
  min-width: 520px;
  height: 42vw;
  min-height: 520px;
  position: absolute;
  top: -20vw;
  right: -15vw;
  box-shadow: 0 0 0 90px #ffffff04, 0 0 0 180px #ffffff03;
}

.SubpageShell-module__rjFmCa__ambientGlow, .SubpageShell-module__rjFmCa__ambientGrid {
  display: none;
}

.SubpageShell-module__rjFmCa__heroSectionWithImage:before, .SubpageShell-module__rjFmCa__heroSectionWithImage:after {
  content: none;
}

.SubpageShell-module__rjFmCa__heroImage {
  position: absolute;
  inset: 0;
}

.SubpageShell-module__rjFmCa__heroImage:after {
  content: "";
  background: linear-gradient(to top, #050608e0, #0506088c 45%, #0506084d);
  position: absolute;
  inset: 0;
}

.SubpageShell-module__rjFmCa__heroContent {
  width: min(100%, var(--max));
  z-index: 1;
  margin: 0 auto;
  position: relative;
}

.SubpageShell-module__rjFmCa__eyebrow {
  color: #c4c9ce;
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  display: flex;
}

.SubpageShell-module__rjFmCa__eyebrow:before {
  content: "";
  opacity: .75;
  background: currentColor;
  width: 28px;
  height: 1px;
}

.SubpageShell-module__rjFmCa__primaryHeading {
  letter-spacing: -.073em;
  text-wrap: balance;
  max-width: 1120px;
  margin: 0;
  font-size: clamp(54px, 8.4vw, 128px);
  font-weight: 520;
  line-height: .9;
}

.SubpageShell-module__rjFmCa__subHeading {
  color: #c3c9ce;
  letter-spacing: -.018em;
  max-width: 820px;
  margin: 34px 0 0;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1.36;
}

.SubpageShell-module__rjFmCa__footerArea {
  background: #050607;
}

@media (max-width: 720px) {
  .SubpageShell-module__rjFmCa__heroSection {
    padding: 130px var(--g) 88px;
    min-height: 560px;
  }

  .SubpageShell-module__rjFmCa__primaryHeading {
    font-size: clamp(46px, 14vw, 78px);
  }
}

/* [project]/styles/contact/Contact.module.css [client] (css) */
.Contact-module__zM3Aiq__hero {
  padding: 142px var(--g) 30px;
  min-height: 820px;
  color: var(--white);
  background: linear-gradient(#ffffff06 1px, #0000 1px) 0 0 / 72px 72px, linear-gradient(90deg, #ffffff06 1px, #0000 1px) 0 0 / 72px 72px, radial-gradient(80% 90% at 82% 28%, #3643527a, #0000 64%), radial-gradient(44% 55% at 10% 70%, #37404c29, #0000 70%), linear-gradient(135deg, #050608, #111417 58%, #262b31);
  position: relative;
  overflow: hidden;
}

.Contact-module__zM3Aiq__heroInner {
  grid-template-columns: minmax(430px, 39fr) minmax(620px, 61fr);
  align-items: start;
  gap: clamp(24px, 2.2vw, 36px);
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
}

.Contact-module__zM3Aiq__intro {
  z-index: 2;
  padding-top: clamp(54px, 7vw, 96px);
  position: relative;
}

.Contact-module__zM3Aiq__eyebrow {
  color: #c4c7cc;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
}

.Contact-module__zM3Aiq__title {
  letter-spacing: -.055em;
  white-space: pre-line;
  max-width: 510px;
  margin: 0;
  font-size: clamp(60px, 5vw, 72px);
  font-weight: 520;
  line-height: .94;
}

.Contact-module__zM3Aiq__description {
  color: #b6bac1;
  max-width: 420px;
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.Contact-module__zM3Aiq__introActions {
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  display: flex;
}

.Contact-module__zM3Aiq__primaryLink {
  border-radius: var(--radius-full);
  background: var(--coral);
  min-height: 48px;
  color: var(--ink);
  transition: transform var(--transition-base), background var(--transition-base);
  align-items: center;
  gap: 10px;
  padding: 0 19px;
  font-size: 13px;
  font-weight: 740;
  display: inline-flex;
}

.Contact-module__zM3Aiq__primaryLink:hover {
  background: #ff826e;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px #ff725c33;
}

.Contact-module__zM3Aiq__formStage {
  isolation: isolate;
  min-height: 690px;
  padding-bottom: 48px;
  position: relative;
}

.Contact-module__zM3Aiq__imageField {
  z-index: -1;
  background: linear-gradient(#0d0f13b8 0%, #0d0f131f 40%, #0000 65%), #0b1117 url("/images/contact/contact-architecture.jpg") 0 62% / 125% no-repeat;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: min(1080px, 135%);
  height: 560px;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 0 34px 96px #0b497e4d;
}

.Contact-module__zM3Aiq__imageField:after {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -40px 80px #0000002e;
}

@media (max-width: 1080px) {
  .Contact-module__zM3Aiq__hero {
    padding-top: 128px;
  }

  .Contact-module__zM3Aiq__heroInner {
    grid-template-columns: 1fr;
    gap: 52px;
    width: min(100%, 760px);
  }

  .Contact-module__zM3Aiq__intro {
    padding-top: 34px;
  }

  .Contact-module__zM3Aiq__formStage {
    min-height: 740px;
  }

  .Contact-module__zM3Aiq__imageField {
    width: 112%;
    height: 540px;
  }
}

@media (max-width: 720px) {
  .Contact-module__zM3Aiq__hero {
    min-height: 0;
    padding: 112px 20px 24px;
  }

  .Contact-module__zM3Aiq__heroInner {
    gap: 42px;
  }

  .Contact-module__zM3Aiq__intro {
    padding-top: 18px;
  }

  .Contact-module__zM3Aiq__title {
    font-size: clamp(52px, 15vw, 74px);
  }

  .Contact-module__zM3Aiq__description {
    margin-top: 25px;
    font-size: 16px;
  }

  .Contact-module__zM3Aiq__introActions {
    flex-direction: column;
    align-items: flex-start;
  }

  .Contact-module__zM3Aiq__formStage {
    min-height: 900px;
    padding-bottom: 34px;
  }

  .Contact-module__zM3Aiq__imageField {
    background-position: center, 72% bottom;
    background-size: auto, auto 150%;
    width: calc(100% + 20px);
    height: 310px;
    top: 0;
    bottom: auto;
  }
}

/*# sourceMappingURL=styles_10lw0ee._.css.map*/