section {
  width: 74.47916667vw;
  margin: 0px auto;
  padding: 10.5625vw 0px 12.3438vw;
}

section h1 {
  width: 100%;
  margin: 0px 0px 4.09375vw;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 2.25625vw;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.053125vw;
  text-transform: uppercase;
}

section .content {
  display: flex;
  justify-content: space-between;
}

section .content .info {
  padding-top: 1vw;
  display: flex;
  flex-direction: column;
  width: 60vw;
}

section .content .info .item {
  margin-bottom: 1.2vw;
}

section .content .info .item:nth-child(-n + 2) .title {
  text-transform: uppercase;
}

section .content .info .item .title {
  font-family: var(--font-serif);
  font-size: 1.8vw;
  line-height: 1.08;
}

section .content .info .item .desc {
  margin-top: 0.26042vw;
  font-size: 0.72917vw;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666;
}

section .content .info .item .line {
  margin: 1vw 0;
  width: 8.85417vw;
  height: 1px;
  background: #000;
}

section .content .info .item.team-photo {
  margin-bottom: 0;
}

section .content .info .item.team-photo .photo-wrap {
  width: 75%;
  height: 15vw;
  overflow: hidden;
}

section .content .info .item.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .content .info .item:last-child .line {
  display: none;
}

section .content .wc_track {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

section .content .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 40.625vw;
  position: relative;
}

section .content .contact-form .required-note {
  position: absolute;
  bottom: 1.25vw;
  right: 0px;
  font-size: 0.78125vw;
  color: #939393;
  font-style: italic;
  line-height: 1;
}

section .content .contact-form .form-row {
  display: flex;
  gap: 1.5625vw;
}

section .content .contact-form .is-conditional-hidden {
  display: none !important;
}

section .content .contact-form .form-select-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

section .content .contact-form .form-input-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

section .content .contact-form .form-input {
  width: 100%;
  height: 2.8125vw;
  padding: 0px 0.15625vw;
  font-size: 0.9375vw;
  color: #000000;
  text-transform: none;
  border-radius: 0px;
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #b8b8b8;
  border-image: initial;
  background: none;
  outline: none;
  transition: border-color 0.2s ease;
}

section .content .contact-form .form-input::placeholder {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

section .content .contact-form .form-input:focus {
  border-color: #000;
}

section .content .contact-form .js-custom-select {
  position: relative;
  width: 100%;
}

section .content .contact-form .js-custom-select .custom-select-trigger {
  width: 100%;
  height: 2.8125vw;
  border: 0;
  border-bottom: 1px solid #b8b8b8;
  background: transparent;
  text-align: left;
  padding: 0 1.40625vw 0 0.15625vw;
  color: #666;
  font-size: 0.9375vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

section .content .contact-form .js-custom-select .custom-select-options {
  display: none;
  position: absolute;
  top: calc(100% + 0.41667vw);
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border: 1px solid #e3e3e3;
  max-height: 12.5vw;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

section .content .contact-form .js-custom-select .custom-select-options li button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.625vw 0.78125vw;
  color: #333;
  font-size: 0.88542vw;
  cursor: pointer;
}

section .content .contact-form .js-custom-select .custom-select-options li button:hover,
section .content .contact-form .js-custom-select .custom-select-options li button.is-selected {
  background: #f4f4f4;
}

section .content .contact-form .js-custom-select.has-value .custom-select-trigger {
  color: #000;
}

section .content .contact-form .js-custom-select .select-chevron-icon {
  position: absolute;
  top: 50%;
  right: 0.3125vw;
  width: 0.625vw;
  height: 0.625vw;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.2s ease;
}

section .content .contact-form .js-custom-select.is-open .custom-select-trigger {
  border-bottom-color: #000;
  color: #000;
}

section .content .contact-form .js-custom-select.is-open .custom-select-options {
  display: block;
}

section .content .contact-form .js-custom-select.is-open .select-chevron-icon {
  transform: translateY(-38%) rotate(-135deg);
}

section .content .contact-form .form-submit-wrap {
  padding-top: 0.9375vw;
}

section .content .contact-form .form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8125vw;
  min-width: 9.375vw;
  padding: 0px 1.875vw;
  font-size: 0.78125vw;
  color: #faf1e6;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid #000000;
  background: #000000;
  transition: color 0.25s, background 0.25s;
  cursor: pointer;
  text-decoration: none !important;
}

section .content .contact-form .form-submit-btn:hover {
  color: #000;
  background: transparent;
}

@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
  }

  header h1 a {
    display: block;
  }

  header .logo-center {
    display: none;
  }

  section {
    width: auto;
    padding: 0px 6.10687vw 15.2672vw;
  }

  section h1 {
    margin: 0px 0px 10.7226vw;
    font-size: 8.14249vw;
    line-height: 1;
    letter-spacing: 0.16285vw;
    padding: 35.9542vw 0px 0px !important;
  }

  section .content {
    flex-direction: column-reverse;
    gap: 5vw 0px;
  }

  section .content .info {
    margin-top: 5vw;
    padding-bottom: 0;
    width: 100%;
  }

  section .content .info .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section .content .info .item .title {
    font-size: 4.78372vw;
    line-height: 1.1;
  }

  section .content .info .item .desc {
    margin-top: 0.76336vw;
    font-size: 2.1374vw;
    letter-spacing: 0.06em;
  }

  section .content .info .item .line {
    margin: 3.56234vw 0px;
    width: 18.82952vw;
    height: 1px;
  }

  section .content .info .item.team-photo {
    margin-top: 2.54453vw;
  }

  section .content .info .item.team-photo .photo-wrap {
    width: 74vw;
    height: 45vw;
  }

  section .content .info .item:last-child .line {
    display: block;
  }

  section .content .contact-form {
    width: 100%;
    max-width: none;
    gap: 4.07125vw;
  }

  section .content .contact-form .required-note {
    position: static;
    order: 100;
    font-size: 2.79898vw;
  }

  section .content .contact-form .form-row {
    flex-direction: column;
    gap: 4.07125vw;
  }

  section .content .contact-form .form-row.mob-row {
    flex-direction: row;
    gap: 3.05344vw;
  }

  section .content .contact-form .form-row.mob-row .form-select-wrap {
    width: calc(50% - 1.52672vw);
  }

  section .content .contact-form .form-input {
    height: 10.17812vw;
    font-size: 3.56234vw;
    padding: 0px 0.76336vw;
  }

  section .content .contact-form .js-custom-select .custom-select-trigger {
    height: 10.17812vw;
    padding: 0 6.10687vw 0 0.76336vw;
    font-size: 3.56234vw;
  }

  section .content .contact-form .js-custom-select .custom-select-options {
    top: calc(100% + 1.01781vw);
    max-height: 50.89059vw;
  }

  section .content .contact-form .js-custom-select .custom-select-options li button {
    padding: 2.03562vw 3.05344vw;
    font-size: 3.05344vw;
  }

  section .content .contact-form .js-custom-select .select-chevron-icon {
    right: 1.27226vw;
    width: 2.03562vw;
    height: 2.03562vw;
  }

  section .content .contact-form .form-submit-wrap {
    padding-top: 2.54453vw;
  }

  section .content .contact-form .form-submit-btn {
    width: 100%;
    min-width: 0;
    height: 9.16031vw;
    font-size: 2.54453vw;
  }
}