:root {
  --c-bg: #ffffff;
  --c-text: #0f1720;
  --c-text-muted: #696969;
  --c-accent: #1caba3;
  --c-accent-deep: #1b5b58;
  --c-navy: #0b2a44;
  --c-font: #071d49;
  --c-line: #bfbfbf;
  --c-input-border: #85b9e1;
  --c-accent-2: #14b8a6;
  --font-serif: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --c-footer-bg: #2fa8a0;
  --cu-grad: linear-gradient(139deg, #19d2c7 3.9%, #1b5b58 134%);
  --cu-grad-btn: linear-gradient(160deg, #19d2c7 3.9%, #1b5b58 134%);
  --cu-grad-submit: linear-gradient(174deg, #19d2c7 3.9%, #1b5b58 134%);
  --font-sans: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-mono: "Inter", "Noto Sans SC", monospace;
}

.cu-diffuse {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.cu-diffuse-blob {
  position: absolute;
  border-radius: 50%;
  opacity: .48;
  filter: blur(4.166vw)
}

.cu-diffuse-blob.is-a {
  width: 48.802vw;
  height: 48.802vw;
  left: calc(50% - 41.666vw);
  top: 84.635vw;
  background: radial-gradient(circle, rgba(25, 210, 199, .35), transparent 70%)
}

.cu-diffuse-blob.is-b {
  width: 48.802vw;
  height: 48.802vw;
  left: calc(50% + 11.562vw);
  top: 30.52vw;
  background: radial-gradient(circle, rgba(25, 210, 199, .3), transparent 70%)
}

.cu-diffuse-blob.is-c {
  width: 33.229vw;
  height: 33.229vw;
  left: calc(50% - 42.395vw);
  top: 168.229vw;
  background: radial-gradient(circle, rgba(54, 115, 185, .22), transparent 70%)
}

.cu-main {
  position: relative;
  z-index: 1
}


.cu-hero {
  position: relative;
  height: 46.875vw;
  overflow: hidden
}

.cu-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.cu-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(28, 171, 163, 0.3) 0%, rgba(28, 171, 163, 0) 54.611%);
}

.cu-hero-copy {
  position: absolute;
  left: 5.208vw;
  bottom: 5.208vw;
  top: auto;
  z-index: 2;
  max-width: min(47.864vw, calc(100% - 2.5vw));
  color: #ffffff;
}

.cu-hero-title {
  font-size: 3.333vw;
  font-weight: 500;
  letter-spacing: .3.333vw;
  line-height: 2.083vw;
  text-transform: uppercase;
  margin-bottom: 1.875vw;
  color: #ffffff
}

.cu-hero-sub {
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: .1.458vw;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}


.cu-dist {
  position: relative;
  padding: 8.333vw 0 7.812vw;
  background: #fff;
  overflow: visible;
  background-image:
    radial-gradient(ellipse 55% 42% at 88% 42%, rgba(25, 210, 199, .07), transparent 68%),
    radial-gradient(ellipse 40% 35% at 12% 88%, rgba(25, 210, 199, .05), transparent 70%);
}

.cu-dist-inner {
  max-width: 91.197vw;
  margin: 0 auto;
  padding: 0 5.208vw;
  display: flex;
  align-items: center;
  gap: 3.697vw;
}

.cu-dist-left {
  flex: 0 0 25.572vw;
  max-width: 25.572vw
}

.cu-dist-h {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.058vw;
  color: #000;
  margin-bottom: 2.5vw;
}

.cu-dist-block {
  display: flex;
  flex-direction: column;
  gap: 2.343vw;
  width: 100%
}

.cu-dist-company-box {
  position: relative;
  width: 100%;
  min-height: 3.007vw;
  border-bottom: 0.064vw solid var(--c-line);
}

.cu-dist-company {
  font-size: 1.25vw;
  font-weight: 500;
  color: var(--c-accent);
  line-height: normal;
  padding: 0 0 0.833vw;
  margin: 0;
  transition: opacity .35s ease;
}

.cu-progress-fill {
  position: absolute;
  left: 0;
  bottom: -0.077vw;
  width: 6.25vw;
  height: 0.104vw;
  border-radius: 1.718vw;
  background: var(--c-accent);
  transition: left .5s cubic-bezier(.22, 1, .36, 1);
}

.cu-dist-addr {
  font-size: 0.937vw;
  line-height: 1.5;
  letter-spacing: -0.058vw;
  color: var(--c-text-muted);
  min-height: 2.812vw;
  transition: opacity .35s ease;
  margin: 0;
}

.cu-dist-nav {
  display: flex;
  align-items: center;
  gap: 1.927vw;
  margin-top: 2.5vw
}

.cu-dist-arrows {
  display: flex;
  align-items: center;
  gap: 1.25vw
}

.cu-dist-arrows button {
  width: 2.5vw;
  height: 2.5vw;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.cu-dist-arrows button:hover {
  transform: scale(1.06)
}

.cu-dist-arrows button svg {
  width: 2.5vw;
  height: 2.5vw;
  display: block
}

.cu-dist-arrows button svg .cu-ring {
  fill: transparent;
  stroke: var(--c-accent);
  stroke-width: 1.5;
  transition: fill .25s ease, stroke .25s ease;
}

.cu-dist-arrows button svg .cu-chev {
  fill: none;
  stroke: var(--c-accent);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s ease;
}

.cu-dist-arrows button:hover svg .cu-ring,
.cu-dist-arrows button:focus-visible svg .cu-ring {
  fill: var(--c-accent);
  stroke: var(--c-accent);
}

.cu-dist-arrows button:hover svg .cu-chev,
.cu-dist-arrows button:focus-visible svg .cu-chev {
  stroke: #fff;
}

.cu-dist-count {
  display: flex;
  align-items: baseline;
  gap: 0.625vw;
  font-family: "Inter", var(--font-sans)
}

.cu-dist-count .cur {
  font-size: 1.279vw;
  font-weight: 600;
  color: var(--c-accent);
  letter-spacing: .383.906vw;
  line-height: 1.919vw;
}

.cu-dist-count .tot {
  font-size: 1.023vw;
  font-weight: 500;
  color: #737373;
  letter-spacing: .307.135vw;
  line-height: 1.535vw;
}


.cu-map-stage {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  overflow: visible
}

.cu-map-canvas {
  position: relative;
  width: 100%;
  max-width: 61.927vw;
  aspect-ratio: 1188.696 / 767.859;
  overflow: visible;
}

.cu-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.cu-map-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3
}

.cu-map-pin {
  position: absolute;
  left: calc(var(--px) * 1%);
  top: calc(var(--py) * 1%);
  transform: translate(-50%, -94%) translateY(var(--pin-down, 0vw));
  width: 3.333vw;
  height: 3.958vw;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .45s ease, opacity .45s ease;
}

.cu-map-pin:not(.is-active) {
  opacity: .7
}

.cu-map-pin.is-active {
  transform: translate(-50%, -94%) translateY(var(--pin-down, 0vw)) scale(1.1);
  opacity: 1;
  z-index: 4;
}

.cu-pin-stack {
  position: relative;
  width: 3.333vw;
  height: 3.958vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end
}

.cu-pin-head {
  width: 2.083vw;
  height: 2.604vw;
  position: relative;
  z-index: 2;
  background: url("/img/contact/pin-full.png") center bottom/contain no-repeat;
  filter: drop-shadow(0 0.156vw 0.729vw rgba(28, 171, 163, .55));
}

.cu-pin-ring {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.291vw;
  height: 0.833vw;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(28, 171, 163, .6) 0%, rgba(28, 171, 163, 0) 72%);
  animation: cuPinBreath 2.8s ease-in-out infinite;
}

.cu-pin-ring.is-2 {
  width: 2.916vw;
  height: 1.041vw;
  animation-delay: .9s;
  opacity: .75
}

.cu-map-pin.is-active .cu-pin-ring {
  animation-duration: 2s
}

@keyframes cuPinBreath {

  0%,
  100% {
    transform: translateX(-50%) scale(.75);
    opacity: .35
  }

  50% {
    transform: translateX(-50%) scale(1.15);
    opacity: .75
  }
}


.cu-map-card-slot {
  position: absolute;
  width: max-content;
  max-width: min(18.75vw, 90vw);
  height: auto;
  z-index: 6;
  pointer-events: none;
  transition: left .9s cubic-bezier(.22, 1, .36, 1), top .9s cubic-bezier(.22, 1, .36, 1);
  will-change: left, top;
}

.cu-map-card {
  position: relative;
  width: 100%;
  padding: 0.729vw 0.625vw;
  border-radius: 0.625vw;
  background: var(--cu-grad);
  backdrop-filter: blur(1.562vw);
  -webkit-backdrop-filter: blur(1.562vw);
  box-shadow: 0 0.937vw 2.291vw rgba(27, 91, 88, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(2.083vw);
  transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.cu-map-card.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.cu-map-card.is-leaving {
  opacity: 0;
  transform: translateY(-0.729vw);
  transition: opacity .45s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.4, 0, .2, 1);
}

.cu-map-card p {
  font-size: 0.833vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}


.cu-info {
  position: relative;
  background: transparent;
  overflow: visible;
  padding-top: 2.5vw;
  isolation: isolate;
}

.cu-info::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 48.802vw;
  height: 27.083vw;
  left: calc(50% + 11.562vw);
  top: -10.416vw;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(25, 210, 199, .32), transparent 70%);
  filter: blur(4.166vw);
  opacity: .48;
}

.cu-info-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  width: 100%;
  height: 30.312vw;
  min-height: 30.312vw;
  margin: 0 auto;
  background: #f5fffd;
  overflow: hidden;
}

.cu-info-visual {
  position: absolute;
  left: -12.239vw;
  width: 55.833333%;
  max-width: 55.833vw;
  height: 30.312vw;
  z-index: 1;
  pointer-events: none;
  margin: 0;
}

.cu-info-visual img {
  display: block;
  width: 100%;
  height: 30.312vw;
  object-fit: fill
}

.cu-info-panel {
  position: absolute;
  top: 0;
  left: 54.427vw;
  width: 30.052vw;
  max-width: 30.052vw;
  height: 30.312vw;
  box-sizing: border-box;
  padding: 4.322vw 0 1.666vw 3.333vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  align-items: flex-start;
  overflow: hidden;
}

.cu-info-head {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  width: 100%;
  align-items: flex-start
}

.cu-info-titles {
  display: flex;
  flex-direction: column;
  gap: 0.639vw;
  width: 100%
}

.cu-info-kicker {
  font-size: 1.151vw;
  font-weight: 400;
  color: var(--c-accent);
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
}

.cu-info-h {
  font-size: 1.979vw;
  font-weight: 500;
  color: #000;
  line-height: normal;
  margin: 0;
  text-align: left;
  white-space: nowrap;
}

.cu-info-rule {
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  border-top: 0.104vw solid var(--c-accent);
  margin: 0;
  padding: 0
}

.cu-info-lead-top {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25vw;
  max-width: 100%;
}

.cu-info-lead-first {
  white-space: nowrap
}

.cu-info-copy-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 27.083vw;
}

.cu-info-lead {
  font-size: 1.041vw;
  line-height: 1.5;
  color: #a1a1a1;
  text-transform: none;
  margin: 0;
}

.cu-info-rows {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  width: 100%
}

.cu-info-row {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  font-size: 0.937vw;
  color: var(--c-font);
  line-height: 1.5;
  width: 100%
}

.cu-info-row.is-address {
  align-items: flex-start
}

.cu-info-row.is-address span {
  max-width: 24.062vw
}

.cu-info-row img {
  width: 1.875vw;
  height: 1.875vw;
  flex-shrink: 0;
  display: block
}

.cu-info-row a {
  color: var(--c-font);
  text-decoration: underline;
  text-underline-offset: 0.104vw
}


.cu-jobs {
  padding: 10.416vw 5.208vw 5.208vw;
  max-width: 66.406vw;
  margin: 0 auto
}

.cu-jobs-h {
  font-size: 2.5vw;
  font-weight: 500;
  color: var(--c-navy);
  text-align: center;
  margin-bottom: 3.541vw;
  line-height: normal
}

.cu-jobs-layout {
  display: flex;
  gap: 4.479vw;
  align-items: flex-start
}

.cu-jobs-list {
  flex: 1;
  min-width: 0
}

.cu-job {
  border-bottom: 0.104vw solid rgba(28, 171, 163, .4);
  padding: 2.916vw 3.541vw;
  cursor: pointer;
  transition: border-bottom-color .25s, background .25s;
}

.cu-job.is-open {
  border-bottom-color: var(--c-accent);
  background: rgba(245, 255, 253, .5);
}

.cu-job-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw
}

.cu-job-title {
  font-size: 1.458vw;
  font-weight: 500;
  color: var(--c-navy);
  line-height: normal;
  margin-bottom: 0.833vw
}

.cu-job-meta {
  font-size: 1.041vw;
  color: #4b5563;
  line-height: 1.5
}

.cu-job-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .55s cubic-bezier(.2, .8, .2, 1), opacity .4s ease, margin .4s;
  margin-top: 0;
}

.cu-job.is-open .cu-job-body {
  max-height: 27.083vw;
  opacity: 1;
  margin-top: 1.25vw
}

.cu-job-section {
  margin-bottom: 1.25vw
}

.cu-job-section:last-child {
  margin-bottom: 0
}

.cu-job-section h4 {
  font-size: 0.937vw;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 0.625vw;
  font-weight: 400
}

.cu-job-section p {
  color: rgba(0, 0, 0, .6);
  font-size: 0.937vw;
  line-height: 1.5;
  margin: 0
}

.cu-job-section ol {
  padding-left: 1.406vw;
  color: rgba(0, 0, 0, .6);
  font-size: 0.937vw;
  line-height: 1.5
}

.cu-job-section ol li {
  margin-bottom: 0.312vw
}

.cu-job-section ul {
  padding-left: 1.406vw;
  color: rgba(0, 0, 0, .6);
  font-size: 0.937vw;
  line-height: 1.5;
  list-style: disc
}

.cu-job-section ul li {
  margin-bottom: 0.312vw
}

.cu-jobs-scroll {
  flex-shrink: 0;
  width: 0.312vw;
  height: 10.052vw;
  position: relative;
  margin-top: 4.166vw;
  border-radius: 0.729vw;
  background: #d9d9d9;
  overflow: hidden;
}

.cu-jobs-scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.468vw;
  border-radius: 0.729vw;
  background: linear-gradient(90deg, #59ab91, #3673b9);
  transition: top .35s cubic-bezier(.2, .8, .2, 1);
}


.cu-form-sec {
  position: relative;
  width: 100%;
  min-height: 52.812vw;
  padding: 10.625vw 0 5.208vw;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  scroll-margin-top: 5.208vw;
}

.cu-form-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.cu-form-bg img {
  position: absolute;
  left: 0;
  width: 100%;
  top: -11.979vw;
  height: calc(100% + 11.979vw);
  display: block;
  max-width: none;
  min-height: 64.791vw;
  object-fit: fill;
  object-position: center top;
}

.cu-form-inner {
  position: relative;
  z-index: 2;
  width: 83.333vw;
  max-width: calc(100% - 16.666vw);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 8.333vw;
  align-items: flex-start;
  box-sizing: border-box;
}

.cu-form-copy {
  flex: 0 0 35.833vw;
  width: 35.833vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.cu-form-copy h2 {
  font-size: 2.5vw;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #000;
  margin: 0;
  white-space: nowrap;
}

.cu-form-copy-text {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  font-size: 0.937vw;
  line-height: 1.5;
  color: rgba(0, 0, 0, .6);
  width: 35.833vw;
  max-width: 100%;
}

.cu-form-copy-text p {
  margin: 0
}

.cu-form-copy-text a {
  font-size: 0.937vw;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.104vw;
  margin: 0;
}

.cu-form-fields {
  flex: 0 0 auto;
  width: 39.166vw;
  display: flex;
  flex-direction: column;
  gap: 1.666vw;
  flex-shrink: 0;
  overflow: visible;
}

.cu-form-pair-rows {
  display: flex;
  flex-direction: column;
  gap: 1.666vw;
  width: 39.166vw;
  flex: none
}

.cu-form-row {
  display: flex;
  flex-direction: row;
  gap: 1.25vw;
  width: 39.166vw;
  flex: none
}

.cu-field {
  flex: none;
  width: 18.958vw;
  min-width: 0
}

.cu-field--full {
  flex: none;
  width: 39.166vw
}

.cu-field input,
.cu-field select,
.cu-field textarea {
  box-sizing: border-box;
  width: 100%;
  height: 2.447vw;
  padding: 0.598vw 1.093vw;
  border: 0.052vw solid #19d2c7;
  border-radius: 0.416vw;
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: rgba(0, 0, 0, .85);
  background: rgba(232, 243, 241, 0);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.cu-field input::placeholder {
  color: rgba(0, 0, 0, .6);
  text-transform: capitalize
}

.cu-field textarea::placeholder {
  color: rgba(0, 0, 0, .6);
  text-transform: none
}

.cu-field select {
  color: rgba(0, 0, 0, .6);
  text-transform: capitalize
}

.cu-field select:valid {
  color: rgba(0, 0, 0, .85);
  text-transform: none
}

.cu-field textarea {
  height: 12.135vw;
  min-height: 12.135vw;
  resize: vertical;
  padding-top: 0.729vw;
  display: block;
}

.cu-field input:focus,
.cu-field select:focus,
.cu-field textarea:focus {
  border-color: #19d2c7;
  box-shadow: 0 0 0 0.156vw rgba(25, 210, 199, .12);
}

.cu-field input.is-invalid,
.cu-field select.is-invalid,
.cu-field textarea.is-invalid,
.cu-upload-display.is-invalid {
  border-color: #d64545;
  box-shadow: 0 0 0 0.156vw rgba(214, 69, 69, .18);
}

.cu-field input.is-invalid::placeholder,
.cu-field textarea.is-invalid::placeholder {
  color: #d64545;
}

.cu-upload-display.is-invalid {
  color: #d64545
}

.cu-field input:-webkit-autofill,
.cu-field input:-webkit-autofill:hover,
.cu-field input:-webkit-autofill:focus,
.cu-field input:-webkit-autofill:active,
.cu-field textarea:-webkit-autofill,
.cu-field textarea:-webkit-autofill:hover,
.cu-field textarea:-webkit-autofill:focus,
.cu-field textarea:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(0, 0, 0, .85);
  caret-color: rgba(0, 0, 0, .85);
  box-shadow: 0 0 0 52.083vw transparent inset;
  transition: background-color 99999s ease-out 0s;
}

.cu-field select {
  appearance: none;
  background-image: url("img/contact/icon-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 1.093vw center;
  background-size: 0.703vw 0.39vw;
  padding-right: 2.708vw;
}

.cu-form-footer {
  display: flex;
  flex-direction: column;
  gap: 1.666vw;
  width: 39.166vw;
  flex: none
}

.cu-upload-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.208vw;
  width: 39.166vw
}

.cu-upload {
  position: relative;
  width: 39.166vw
}

.cu-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1
}

.cu-upload-display {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 39.166vw;
  height: 2.447vw;
  padding: 0.598vw 1.093vw;
  border: 0.052vw solid #19d2c7;
  border-radius: 0.416vw;
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: rgba(0, 0, 0, .6);
  background: rgba(232, 243, 241, 0);
}

.cu-upload-display img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  opacity: .6
}

.cu-upload-hint {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: rgba(0, 0, 0, .4);
  padding: 0 1.093vw;
  margin: 0;
}

.cu-submit {
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 39.166vw;
  height: 3.541vw;
  padding: 0.52vw 1.093vw;
  border: 0.052vw solid #85b9e1;
  border-radius: 0.416vw;
  background: linear-gradient(173.716deg, #19d2c7 3.8965%, #1b5b58 134.32%);
  color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.875vw;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.cu-submit:hover {
  transform: translateY(-0.104vw);
  box-shadow: 0 0.625vw 1.666vw rgba(27, 91, 88, .28)
}

.nav.nav-form-light {
  background: color-mix(in srgb, var(--c-bg) 88%, transparent) !important;
  color: var(--c-text) !important;
  box-shadow: 0 0.312vw 1.458vw rgba(10, 30, 40, .06);
  border-bottom-color: #e4e9ee !important;
}

.nav.nav-form-light .logo {
  color: var(--c-text) !important
}

.nav.nav-form-light .logo img {
  filter: drop-shadow(0 0.52vw 1.145vw rgba(0, 0, 0, .12)) !important
}

.nav.nav-form-light .nav-links>li>a {
  color: rgba(15, 23, 32, .85) !important
}

.nav.nav-form-light .nav-links a:hover,
.nav.nav-form-light .nav-links a.active {
  color: var(--c-accent) !important
}

.nav.nav-form-light .nav-links a.active::after {
  background: var(--c-accent) !important
}

.nav.nav-form-light .btn-outline {
  border-color: var(--c-accent) !important;
  color: var(--c-accent) !important
}

.nav.nav-form-light .lang-pill {
  background: var(--c-bg) !important;
  color: var(--c-text) !important;
  border: 0.052vw solid #e4e9ee !important
}

.nav.nav-form-light .stock-code {
  color: var(--c-text-muted) !important
}

@media (max-width: 1149px) {
  .cu-dist-inner {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(32px, 4vw, 48px);
  }

  .cu-dist-left {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .cu-map-stage {
    width: 100%;
    justify-content: center;
  }

  .cu-info-frame {
    height: auto;
    min-height: 0;
    padding: 0 clamp(24px, 4vw, 48px) clamp(48px, 6vw, 72px);
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 40px);
  }

  .cu-info-visual {
    position: relative;
    left: auto;
    width: 100%;
    max-width: min(900px, 100%);
    height: auto;
    margin: 0 auto;
  }

  .cu-info-visual img {
    height: auto;
    max-height: clamp(280px, 42vw, 480px);
    object-fit: cover;
  }

  .cu-info-panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: min(577px, 100%);
    height: auto;
    margin: 0 auto;
    padding: clamp(32px, 4vw, 48px);
    background: #f5fffd;
    border-radius: 12px;
  }

  .cu-info-h {
    white-space: normal;
  }

  .cu-info-lead-first {
    white-space: normal;
  }

  .cu-form-sec {
    min-height: 0;
    padding-left: clamp(24px, 4vw, 48px);
    padding-right: clamp(24px, 4vw, 48px);
  }

  .cu-form-inner {
    flex-direction: column;
    gap: clamp(40px, 5vw, 60px);
    width: 100%;
    max-width: min(800px, 100%);
  }

  .cu-form-copy,
  .cu-form-copy-text,
  .cu-form-fields,
  .cu-form-pair-rows,
  .cu-form-row,
  .cu-form-footer,
  .cu-upload-wrap,
  .cu-upload,
  .cu-upload-display,
  .cu-submit {
    width: 100%;
    max-width: none;
  }

  .cu-form-copy {
    flex: none;
  }

  .cu-form-fields,
  .cu-form-footer {
    flex: none;
  }

  .cu-form-row {
    flex-wrap: wrap;
  }

  .cu-field {
    flex: 1 1 calc(50% - 6px);
    width: auto;
    min-width: min(100%, 200px);
  }

  .cu-field--full {
    flex: 1 1 100%;
    width: 100%;
  }

  .cu-jobs {
    padding-left: clamp(24px, 4vw, 48px);
    padding-right: clamp(24px, 4vw, 48px);
    max-width: none;
  }
}

@media (max-width: 768px) {
  :root {
    --cu-section-pad-x: clamp(16px, 5vw, 24px);
  }

  .cu-diffuse-blob {
    border-radius: 50%;
    filter: blur(28px);
  }

  .cu-diffuse-blob.is-a {
    width: min(88vmin, 525px);
    height: min(88vmin, 525px);
    left: 8%;
    top: 42%;
    background: radial-gradient(circle, rgba(25, 210, 199, .35), transparent 70%);
  }

  .cu-diffuse-blob.is-b {
    width: min(76vmin, 450px);
    height: min(76vmin, 450px);
    left: 88%;
    top: 18%;
    filter: blur(26px);
    background: radial-gradient(circle, rgba(25, 210, 199, .3), transparent 70%);
  }

  .cu-diffuse-blob.is-c {
    width: min(62vmin, 380px);
    height: min(62vmin, 380px);
    left: 12%;
    top: 82%;
    filter: blur(32px);
    background: radial-gradient(circle, rgba(54, 115, 185, .22), transparent 70%);
  }

  .cu-hero {
    height: clamp(210px, 46.875vw, 450px);
    min-height: 210px;
  }

  .cu-hero-bg {
    width: 100%;
    height: 100%;
    object-position: center 42%;
  }

  .cu-hero-overlay {
    background: linear-gradient(to top, rgba(28, 171, 163, 0.3) 0%, rgba(28, 171, 163, 0) 54.611%);
  }

  .cu-hero-copy {
    left: var(--cu-section-pad-x);
    right: var(--cu-section-pad-x);
    bottom: clamp(20px, 5vw, 50px);
    max-width: none;
    width: auto;
  }

  .cu-hero-title {
    font-size: clamp(22px, 6.2vw, 48px);
    letter-spacing: .02em;
    line-height: 1.12;
    margin-bottom: clamp(10px, 2.5vw, 18px);
  }

  .cu-hero-sub {
    font-size: clamp(12px, 3.2vw, 18px);
    letter-spacing: .01em;
    line-height: 1.55;
  }

  .cu-hero-sub br {
    display: none;
  }

  .cu-dist {
    padding: clamp(48px, 12vw, 80px) 0 clamp(40px, 10vw, 75px);
    background-image:
      radial-gradient(ellipse 55% 42% at 88% 42%, rgba(25, 210, 199, .07), transparent 68%),
      radial-gradient(ellipse 40% 35% at 12% 88%, rgba(25, 210, 199, .05), transparent 70%);
      overflow: hidden;
  }

  .cu-dist-inner {
    max-width: none;
    padding: 0 var(--cu-section-pad-x);
    gap: clamp(28px, 7vw, 48px);
  }

  .cu-dist-h {
    font-size: clamp(26px, 6.5vw, 36px);
    letter-spacing: -.04em;
    margin-bottom: clamp(18px, 4.5vw, 24px);
  }

  .cu-dist-block {
    gap: clamp(16px, 4vw, 23px);
  }

  .cu-dist-company-box {
    min-height: 0;
    border-bottom-width: 1px;
  }

  .cu-dist-company {
    font-size: clamp(15px, 4vw, 18px);
    padding: 0 0 8px;
  }

  .cu-progress-fill {
    bottom: -1px;
    width: clamp(48px, 12vw, 60px);
    height: 1px;
    border-radius: 17px;
  }

  .cu-dist-addr {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.55;
    min-height: 0;
  }

  .cu-dist-nav {
    gap: clamp(14px, 3.5vw, 19px);
    margin-top: clamp(18px, 4.5vw, 24px);
  }

  .cu-dist-arrows {
    gap: 12px;
  }

  .cu-dist-arrows button {
    width: clamp(36px, 9vw, 44px);
    height: clamp(36px, 9vw, 44px);
  }

  .cu-dist-arrows button svg {
    width: 100%;
    height: 100%;
  }

  .cu-dist-count .cur {
    font-size: clamp(16px, 4vw, 18px);
    line-height: 1;
  }

  .cu-dist-count .tot {
    font-size: clamp(13px, 3.2vw, 15px);
    line-height: 1;
  }

  .cu-map-canvas {
    max-width: none;
  }

  .cu-map-pin {
    transform: translate(-50%, -94%) translateY(var(--pin-down, 0px));
    width: clamp(26px, 6.5vw, 32px);
    height: clamp(31px, 7.8vw, 38px);
  }

  .cu-map-pin.is-active {
    transform: translate(-50%, -94%) translateY(var(--pin-down, 0px)) scale(1.1);
  }

  .cu-pin-stack {
    width: 100%;
    height: 100%;
  }

  .cu-pin-head {
    width: clamp(16px, 4vw, 20px);
    height: clamp(20px, 5vw, 25px);
    filter: drop-shadow(0 2px 7px rgba(28, 171, 163, .55));
  }

  .cu-pin-ring {
    width: clamp(18px, 4.5vw, 22px);
    height: clamp(6px, 1.5vw, 8px);
  }

  .cu-pin-ring.is-2 {
    width: clamp(22px, 5.5vw, 28px);
    height: clamp(8px, 2vw, 10px);
  }

  .cu-map-card-slot {
    max-width: 140px;
  }

  .cu-map-card {
    padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 10px);
    border-radius: 10px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 9px 22px rgba(27, 91, 88, .22);
  }

  .cu-map-card p {
    font-size: clamp(11px, 2.8vw, 12px);
    white-space: normal;
  }

  .cu-info {
    padding-top: clamp(16px, 4vw, 24px);
  }

  .cu-info::before {
    width: min(88vmin, 469px);
    height: min(48vmin, 260px);
    left: 50%;
    top: clamp(-60px, -12vw, -100px);
    transform: translateX(-50%);
    filter: blur(28px);
  }

  .cu-info-frame {
    padding: 0 var(--cu-section-pad-x) clamp(40px, 10vw, 72px);
    gap: clamp(20px, 5vw, 32px);
  }

  .cu-info-visual {
    left: calc(-1 * var(--cu-section-pad-x));
    width: calc(100% + var(--cu-section-pad-x));
    max-width: none;
    margin: 0;
  }

  .cu-info-visual img {
    max-height: clamp(180px, 48vw, 320px);
    object-fit: cover;
  }

  .cu-info-panel {
    max-width: none;
    padding: clamp(24px, 6vw, 40px) clamp(20px, 5vw, 32px);
    gap: clamp(18px, 4.5vw, 24px);
    border-radius: clamp(12px, 3vw, 16px);
  }

  .cu-info-head {
    gap: clamp(10px, 2.5vw, 12px);
  }

  .cu-info-kicker {
    font-size: clamp(13px, 3.4vw, 17px);
  }

  .cu-info-h {
    font-size: clamp(20px, 5.5vw, 29px);
  }

  .cu-info-rule {
    border-top-width: 2px;
  }

  .cu-info-copy-block {
    max-width: none;
  }

  .cu-info-lead {
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .cu-info-rows {
    gap: clamp(8px, 2vw, 10px);
  }

  .cu-info-row {
    gap: clamp(8px, 2vw, 10px);
    font-size: 14px;
    align-items: flex-start;
  }

  .cu-info-row.is-address span {
    max-width: none;
  }

  .cu-info-row img {
    width: 26px;
    height: 26px;
    margin-top: 2px;
  }

  .cu-jobs {
    padding: clamp(56px, 14vw, 100px) var(--cu-section-pad-x) clamp(32px, 8vw, 50px);
    max-width: none;
  }

  .cu-jobs-h {
    font-size: clamp(26px, 6.5vw, 36px);
    margin-bottom: clamp(24px, 6vw, 34px);
  }

  .cu-jobs-layout {
    gap: 0;
  }

  .cu-jobs-scroll {
    display: none;
  }

  .cu-job {
    border-bottom-width: 2px;
    padding: clamp(20px, 5vw, 28px) clamp(12px, 3vw, 24px);
  }

  .cu-job-title {
    font-size: clamp(17px, 4.5vw, 21px);
    margin-bottom: 8px;
  }

  .cu-job-meta {
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .cu-job.is-open .cu-job-body {
    max-height: min(520px, 70vh);
    margin-top: 12px;
  }

  .cu-job-section {
    margin-bottom: 12px;
  }

  .cu-job-section h4,
  .cu-job-section p,
  .cu-job-section ol,
  .cu-job-section ul {
    font-size: 14px;
  }

  .cu-job-section ol,
  .cu-job-section ul {
    padding-left: 14px;
  }

  .cu-form-sec {
    min-height: 0;
    padding: clamp(64px, 16vw, 102px) var(--cu-section-pad-x) clamp(40px, 10vw, 50px);
    scroll-margin-top: 72px;
  }

  .cu-form-bg img {
    top: clamp(-80px, -18vw, -115px);
    height: calc(100% + clamp(80px, 18vw, 115px));
    min-height: clamp(480px, 120vw, 622px);
    object-fit: cover;
  }

  .cu-form-inner {
    gap: clamp(28px, 7vw, 48px);
    max-width: none;
  }

  .cu-form-copy {
    gap: clamp(10px, 2.5vw, 12px);
  }

  .cu-form-copy h2 {
    font-size: clamp(26px, 6.5vw, 36px);
    white-space: normal;
  }

  .cu-form-copy-text {
    gap: clamp(10px, 2.5vw, 12px);
    font-size: 14px;
  }

  .cu-form-copy-text a {
    font-size: 14px;
    text-underline-offset: 1px;
  }

  .cu-form-fields {
    gap: clamp(14px, 3.5vw, 16px);
  }

  .cu-form-pair-rows {
    gap: clamp(14px, 3.5vw, 16px);
  }

  .cu-form-row {
    flex-direction: column;
    gap: clamp(14px, 3.5vw, 16px);
  }

  .cu-field {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .cu-field--full {
    width: 100%;
  }

  .cu-field input,
  .cu-field select,
  .cu-field textarea {
    height: auto;
    min-height: 40px;
    padding: 10px 12px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .cu-field textarea {
    min-height: clamp(112px, 28vw, 140px);
    padding-top: 10px;
  }

  .cu-field input:focus,
  .cu-field select:focus,
  .cu-field textarea:focus {
    box-shadow: 0 0 0 3px rgba(25, 210, 199, .12);
  }

  .cu-field input.is-invalid,
  .cu-field select.is-invalid,
  .cu-field textarea.is-invalid,
  .cu-upload-display.is-invalid {
    box-shadow: 0 0 0 3px rgba(214, 69, 69, .18);
  }

  .cu-field input:-webkit-autofill,
  .cu-field input:-webkit-autofill:hover,
  .cu-field input:-webkit-autofill:focus,
  .cu-field input:-webkit-autofill:active,
  .cu-field textarea:-webkit-autofill,
  .cu-field textarea:-webkit-autofill:hover,
  .cu-field textarea:-webkit-autofill:focus,
  .cu-field textarea:-webkit-autofill:active {
    box-shadow: 0 0 0 500px transparent inset;
  }

  .cu-field select {
    background-position: right 12px center;
    background-size: 8px 5px;
    padding-right: 32px;
  }

  .cu-form-footer {
    gap: clamp(14px, 3.5vw, 16px);
  }

  .cu-upload-display {
    min-height: 40px;
    height: auto;
    padding: 10px 12px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .cu-upload-display svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .cu-upload-hint {
    font-size: 12px;
    line-height: 1.35;
    padding: 0 12px;
  }

  .cu-submit {
    width: 100%;
    min-height: 44px;
    height: auto;
    padding: 10px 16px;
    border-width: 1px;
    border-radius: 8px;
    font-size: clamp(16px, 4vw, 18px);
    line-height: 1.2;
  }

  .cu-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(27, 91, 88, .28);
  }

  .nav.nav-form-light {
    background: color-mix(in srgb, var(--c-bg) 88%, transparent) !important;
    box-shadow: 0 5px 14px rgba(10, 30, 40, .06);
  }

  .nav.nav-form-light .logo img {
    filter: drop-shadow(0 5px 11px rgba(0, 0, 0, .12)) !important;
  }

  .nav.nav-form-light .lang-pill {
    border: 1px solid #e4e9ee !important;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .cu-diffuse-blob {
    filter: blur(28px);
    opacity: .32;
  }

  .cu-map-pin,
  .cu-map-card,
  .cu-pin-ring {
    transition: none;
    animation: none;
  }
}