.noa-language {
  position: fixed;
  z-index: 100000;
  top: 50%;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 46px;
  padding: 5px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: rgba(250, 250, 248, 0.88);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.11);
  direction: ltr;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.noa-language__button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(17, 17, 17, 0.48);
  cursor: pointer;
  font: 600 10px/1 Arial, sans-serif;
  letter-spacing: 0.06em;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.noa-language__button:hover {
  color: #111;
}

.noa-language__button:active {
  transform: scale(0.92);
}

.noa-language__button[aria-current="true"] {
  background: #111;
  color: #fff;
}

.noa-language__button:focus-visible {
  outline: 2px solid #ff4f24;
  outline-offset: 2px;
}

html[dir="rtl"] .noa-language {
  direction: ltr;
}

html[dir="rtl"] body:not(.t-body) {
  direction: rtl;
}

html[dir="rtl"] .hdr,
html[dir="rtl"] .footer,
html[dir="rtl"] .noa-language,
html[dir="rtl"] .portfolio-marquee {
  direction: ltr;
}

html[dir="rtl"] .portfolio-intro__lead,
html[dir="rtl"] .portfolio-item__text,
html[dir="rtl"] .portfolio-project-offer,
html[dir="rtl"] .portfolio-offer,
html[dir="rtl"] .project-dialog,
html[dir="rtl"] .noa-policy,
html[dir="rtl"] .noa-404 {
  direction: rtl;
}

html[dir="rtl"] .project-dialog__close {
  right: auto;
  left: 20px;
}

html[dir="rtl"] .project-dialog__response strong {
  text-align: left;
}

html[dir="rtl"] .t396__artboard,
html[dir="rtl"] .t396__elem,
html[dir="rtl"] .t-popup {
  direction: ltr;
}

html[dir="rtl"] .t396__elem[data-elem-type="text"] .tn-atom,
html[dir="rtl"] .t-popup .t-text,
html[dir="rtl"] .t-popup label,
html[dir="rtl"] .t-popup input,
html[dir="rtl"] .t-popup textarea {
  direction: rtl;
  unicode-bidi: plaintext;
}

@media (max-width: 720px) {
  .noa-language {
    top: auto;
    right: 50%;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: auto;
    flex-direction: row;
    transform: translateX(50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .noa-language__button {
    transition: none;
  }
}

.noa-form-status {
  display: none;
  margin: 0 0 14px;
  color: #9f241b;
  font-family: "TTNormsPro", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.noa-form-status[data-visible="true"] {
  display: block;
}

#form1390951471 button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.58;
}

/* Keep the Tilda scroll header as legible as the hero header. */
#rec1404632091 .t396__artboard {
  background: transparent !important;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#rec1404632091 .tn-elem[data-elem-id="176046839798827560"] {
  opacity: 1 !important;
}

#rec1404632091 .tn-elem[data-elem-id="176046839798827560"] .tn-atom {
  box-sizing: border-box;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  background: rgba(250, 250, 248, 0.93) !important;
  box-shadow: 0 8px 30px rgba(17, 17, 17, 0.08);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  backdrop-filter: blur(18px) saturate(115%);
}

@media (prefers-reduced-motion: reduce) {
  #rec1404632091 .t396__artboard {
    transition: none !important;
  }
}

/*
 * Tilda falls back to its 320px composition below 1200 CSS pixels.
 * On Retina fullscreen windows that makes the services artwork look tiny,
 * so scale the complete composition while keeping its original geometry.
 */
@media (min-width: 640px) and (max-width: 1199px) {
  #rec1388662761 {
    padding-bottom: 195px;
  }

  #rec1388662761 .t396__artboard {
    transform: scale(1.35);
    transform-origin: top center;
  }
}

@media (min-width: 1600px) {
  #rec1388662761 {
    padding-bottom: 55px;
  }

  #rec1388662761 .t396__artboard {
    transform: scale(1.15);
    transform-origin: top center;
  }
}

.noa-lead-nudge {
  position: fixed;
  z-index: 100010;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: clamp(16px, 3vw, 42px);
  background: rgba(17, 17, 16, 0.18);
  direction: ltr;
  opacity: 1;
  transition: opacity 180ms ease-out;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.noa-lead-nudge[data-closing="true"] {
  opacity: 0;
  pointer-events: none;
}

.noa-lead-nudge__panel {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: min(460px, calc(100vw - 32px));
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 30px;
  background: rgba(247, 247, 244, 0.96);
  color: #141413;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: right bottom;
  transition:
    opacity 220ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}

.noa-lead-nudge__panel:focus {
  outline: none;
}

.noa-lead-nudge__art {
  position: absolute;
  z-index: 0;
  top: -55px;
  right: 54px;
  width: 156px;
  height: 156px;
  object-fit: contain;
  opacity: 0.88;
  pointer-events: none;
  transform: rotate(11deg);
  filter: drop-shadow(0 16px 22px rgba(17, 17, 17, 0.12));
}

.noa-lead-nudge[data-closing="true"] .noa-lead-nudge__panel {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
}

.noa-lead-nudge__close {
  position: relative;
  z-index: 2;
  float: right;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(20, 20, 19, 0.34);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: 300 25px/1 Arial, sans-serif;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.noa-lead-nudge__close:hover {
  background: #141413;
  color: #f7f7f4;
}

.noa-lead-nudge__close:active,
.noa-lead-nudge__action:active {
  transform: scale(0.97);
}

.noa-lead-nudge__close:focus-visible,
.noa-lead-nudge__action:focus-visible {
  outline: 2px solid rgba(20, 20, 19, 0.32);
  outline-offset: 3px;
}

.noa-lead-nudge__eyebrow {
  position: relative;
  z-index: 1;
  margin: 3px 58px 54px 0;
  color: rgba(20, 20, 19, 0.52);
  font: 600 10px/1.2 Arial, sans-serif;
  letter-spacing: 0.12em;
}

.noa-lead-nudge h2 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  color: inherit;
  font: 400 clamp(42px, 4vw, 52px)/0.94 TTNormsPro, Arial, sans-serif;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.noa-lead-nudge p {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  margin: 24px 0 28px;
  color: rgba(20, 20, 19, 0.66);
  font: 400 16px/1.48 TTNormsPro, Arial, sans-serif;
}

.noa-lead-nudge__action {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid #141413;
  border-radius: 999px;
  background: #141413;
  color: #f7f7f4;
  cursor: pointer;
  font: 600 13px/1 TTNormsPro, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.noa-lead-nudge__action:hover {
  background: transparent;
  color: #141413;
}

.noa-lead-nudge__action-mark {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 247, 244, 0.55);
  border-radius: 50%;
  font: 300 23px/1 Arial, sans-serif;
  transition:
    border-color 180ms ease,
    transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.noa-lead-nudge__action:hover .noa-lead-nudge__action-mark {
  border-color: rgba(20, 20, 19, 0.38);
  transform: rotate(90deg);
}

.noa-lead-nudge small {
  position: relative;
  z-index: 1;
  display: block;
  margin: 15px 8px 1px;
  color: rgba(20, 20, 19, 0.48);
  font: 400 10px/1.35 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

html[dir="rtl"] .noa-lead-nudge__panel {
  direction: rtl;
}

html[dir="rtl"] .noa-lead-nudge__close {
  float: left;
}

html[dir="rtl"] .noa-lead-nudge__eyebrow {
  margin-right: 0;
  margin-left: 58px;
}

@media (max-width: 640px) {
  .noa-lead-nudge {
    align-items: flex-end;
    padding: 10px;
  }

  .noa-lead-nudge__panel {
    width: 100%;
    padding: 21px;
    border-radius: 26px;
  }

  .noa-lead-nudge__eyebrow {
    margin-bottom: 46px;
  }

  .noa-lead-nudge__art {
    top: -44px;
    right: 45px;
    width: 132px;
    height: 132px;
  }

  .noa-lead-nudge h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .noa-lead-nudge p {
    margin: 22px 0 26px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noa-lead-nudge,
  .noa-lead-nudge__panel {
    transition-property: opacity;
  }
}
