/* Auto-generated - do not edit */
/* BASE */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
  overflow-x: hidden !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 10rem;
  background-color: #000;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  margin: 0px;
  font-size: 1.6rem;
}

::selection {
  background: black;
  color: white;
}

::-moz-selection {
  background: black;
  color: white;
}

::-webkit-selection {
  background: black;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

q::before,
q::after {
  display: none;
}

button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

#svg-- {
  display: none;
}

/* fixed talent community window */
.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://d25zu39ynyitwy.cloudfront.net/oms/2911/font/2026/2/4D38R_1770263237230197helveticaneue-01/1770263237230197helveticaneue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://d25zu39ynyitwy.cloudfront.net/oms/2911/font/2026/2/M1E1X_1770263237376243helveticaneue-medium-11/1770263237376243helveticaneue-medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://d25zu39ynyitwy.cloudfront.net/oms/2911/font/2026/2/3KGTC_17702632373000784helveticaneue-bold-02/17702632373000784helveticaneue-bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Auto-generated - do not edit */
.button {
  padding: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 60rem;
  transition: all 0.3s ease;
}

.button-primary {
  color: var(--color-white);
  background-color: var(--color-red);
}

.button-primary:hover,
.button-primary:active {
  background-color: var(--color-dark-red);
}

.button-primary:focus {
  background-color: var(--color-dark-red);
  outline: 0.2rem solid var(--color-white);
}

.button-primary:disabled {
  background-color: #dcdcdc;
  color: #b5b5b5;
  cursor: not-allowed;
}

.button-secondary {
  padding: 1rem 2.4rem;
  color: var(--color-white);
  background-color: var(--color-black);
  border: 0.2rem solid var(--color-white);
}

.button-secondary:hover,
.button-secondary:active {
  background-color: var(--color-primary-inverse);
  color: var(--color-red);
  border: 0.2rem solid var(--color-primary-inverse);
}

.button-secondary:focus {
  background-color: var(--color-primary-inverse);
  color: var(--color-red);
  outline: 0.2rem solid var(--color-white);
  border: 0.2rem solid var(--color-primary-inverse);
}

.button-secondary:disabled {
  background-color: #ffffff4d;
  color: #ffffff66;
  cursor: not-allowed;
  border: 0.2rem solid #ffffff4d;
}

.button-text {
  padding: 0;
  color: var(--color-white);
  background-color: transparent;
  border: none;
  justify-content: start;
}

.button-text:hover,
.button-text:active {
  color: var(--color-red);
}

.button-text:focus {
  outline: 2px solid var(--color-white);
  outline-offset: 4px;
}

.button-text:disabled {
  color: #959595;
  cursor: not-allowed;
}

/* .flip-card-wrapper { */
/* } */
.flip-card {
  transform-style: preserve-3d;
  transition: transform 1s;
}

.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
}

.flip-card-back,
.flip-card-wrapper:hover .flip-card {
  transform: rotateY(180deg);
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: relative;
  width: 3.6rem;
  height: 2.4rem;
  gap: 0.6rem;
}

.hamburger.active .hamburger-bar:nth-child(1) {
  transform: rotate(-45deg);
}

.hamburger.active .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-bar:nth-child(3) {
  transform: rotate(45deg);
}

.hamburger-bar {
  display: block;
  width: 3.6rem;
  height: 0.4rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
  position: absolute;
  background-color: #fff;
}

.hamburger-bar:nth-of-type(1) {
  top: calc(50%);
  transform: translateY(calc(-150% - 0.6rem));
  /* 0.6rem is gap */
}

.hamburger-bar:nth-of-type(2) {
  top: calc(50%);
  transform: translateY(-50%);
}

.hamburger-bar:nth-of-type(3) {
  top: calc(50%);
  transform: translateY(calc(+50% + 0.6rem));
  /* 0.6rem is gap */
}

.hero-audio-toggle {
  position: absolute;
  top: 3rem;
  left: 3rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  width: 5rem;
  height: 5rem;
  padding: 0;
  justify-content: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.42);
  border-radius: 9999px;
  color: #fff;
  /* background: radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.06) 52%, rgba(0, 0, 0, 0.25) 100%); */
  background: #000;
  box-shadow:
    inset 0 0.12rem 0.35rem rgba(255, 255, 255, 0.52),
    inset 0 -0.35rem 0.8rem rgba(4, 10, 20, 0.35),
    0 0.9rem 2.6rem rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.hero-audio-icon-wrap {
  width: 2.2rem;
  height: 2.2rem;
}

.hero-audio-toggle::before {
  content: "";
  position: absolute;
  inset: 0.22rem;
  border-radius: 9999px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06) 45%, rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.hero-audio-toggle:hover {
  border-color: rgba(255, 255, 255, 0.58);
  transform: translateY(-0.12rem) scale(1.02);
  box-shadow:
    inset 0 0.12rem 0.35rem rgba(255, 255, 255, 0.52),
    inset 0 -0.35rem 0.8rem rgba(4, 10, 20, 0.35),
    0 1.2rem 2.9rem rgba(0, 0, 0, 0.5);
}

.hero-audio-toggle:focus-visible {
  outline: 0.24rem solid #ffffff;
  outline-offset: 0.28rem;
}

.hero-audio-toggle:active {
  transform: translateY(0) scale(0.98);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-audio-toggle {
    background: rgba(22, 22, 26, 0.86);
  }
}

@media (max-width: 640px) {
  .hero-audio-toggle {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


section:has(#hero-vimeo) ~ section  {
  position: relative
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}