html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 10.24rem;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: SST, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 11.6rem;
  }
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 11.8rem;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
  margin: 0;
  font-size: 1.6rem;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
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;
  user-select: none;
}
blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#svg-- {
  display: none;
}
.mfp-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  top: 0 !important;
}
@font-face {
  font-family: SST;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4096/font/2025/5/FLIXJ_SST-Light/SST-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SST;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4096/font/2025/5/EFNTO_SST-Roman/SST-Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SST;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4096/font/2025/5/KX6QP_SST-Medium/SST-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SST;
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4096/font/2025/5/J714X_SST-Bold/SST-Bold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.hover-btn-primary {
  position: relative;
}
.hover-btn-primary:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #4040ff, #0303c7);
  opacity: 0;
  transition-duration: 0.3s;
  content: "";
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover-btn-primary:hover:after {
  content: "";
  opacity: 1;
}
.hover-btn-white {
  position: relative;
}
.hover-btn-white:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 0.3s;
  content: "";
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover-btn-white:hover:after {
  content: "";
  opacity: 1;
}
.hover-btn-outlined {
  position: relative;
}
.hover-btn-outlined:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 0.3s;
  content: "";
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover-btn-outlined:hover:after {
  content: "";
  opacity: 1;
}
.hover-button-outlined {
  transition: all ease-out 0.3s;
}
.hover-btn-white-outlined:hover {
  outline: 2px solid #e6e6e6;
  outline-offset: 2px;
  color: #000;
  background-color: #e6e6e6;
}
.hover-btn-blue-outline:hover {
  outline: 2px solid #005499;
  outline-offset: 2px;
  background-color: #005499;
}
.hover-btn-outline-blue:hover {
  outline: 2px solid #005499;
  outline-offset: 2px;
}
.text-btn {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  border-radius: 9999px;
  padding: 1.2rem 1.6rem;
}
.btn-primary {
  background-color: var(--color-momentum-light-blue);
  color: var(--color-white);
}
.btn-white {
  background-color: var(--color-white);
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    inset 0 0 0 0.2rem #fff;
  color: var(--color-black);
}
.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 {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  position: relative;
}
.hamburger-bar {
  background-color: #fff;
  border-radius: 1rem;
  width: 3rem;
  height: 0.4rem;
  margin: 0 auto;
  transition: all 0.3s;
  display: block;
  position: absolute;
}
.hamburger.open .hamburger-bar:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger.open .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.hamburger.open .hamburger-bar:nth-child(3) {
  transform: rotate(45deg);
}
.hamburger-bar {
  display: block;
  width: 3rem;
  height: 0.3rem;
  margin: 0 auto;
  border-radius: 0.1rem;
  transition: ease all 0.5s;
  position: absolute;
}
.hamburger-bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(calc(-50% - 0.8rem));
}
.hamburger-bar:nth-of-type(3) {
  top: 50%;
  transform: translateY(calc(-50% + 0.8rem));
}
.highlight-tab {
  position: sticky;
  top: 15rem;
  z-index: 10;
  width: 100vw;
  overflow: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .highlight-tab {
    top: 12rem;
  }
}
.highlight-tab-content {
  display: flex;
  width: 100%;
  padding: 1rem;
  border-radius: 99rem;
  align-items: center;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 1rem;
  background-color: #fff;
}
@media (min-width: 1280px) {
  .highlight-tab-content {
    gap: 6rem;
  }
}
.highlight-tab-divider {
  height: 4rem;
  width: 0.2rem;
  background-color: #9a9a9a;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .highlight-tab-divider {
    height: 2rem;
    width: 0.2rem;
    background-color: #9a9a9a;
    flex-shrink: 0;
  }
}
.highlight-tab-item {
  padding: 1rem 1.2rem;
  border-radius: 99rem;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.highlight-tab-item:focus {
  outline: 0.1rem solid #003792;
  outline-offset: 0.8rem;
}
.highlight-tab-item.active,
.highlight-tab-item:hover {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .highlight-tab-item {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#skip-to-content {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
}
#skip-to-content:not(:focus) {
  width: 0.1rem;
  height: 0.1rem;
  padding: 0 !important;
  top: -0.1rem;
}
.wh-5 {
  width: 5rem;
  height: 5rem;
}
.wh-\[1\.4rem\] {
  width: 1.4rem;
  height: 1.4rem;
}
.wh-\[10rem\] {
  width: 10rem;
  height: 10rem;
}
.wh-\[2\.5rem\] {
  width: 2.5rem;
  height: 2.5rem;
}
.wh-\[2\.8rem\] {
  width: 2.8rem;
  height: 2.8rem;
}
.wh-\[3\.8rem\] {
  width: 3.8rem;
  height: 3.8rem;
}
.job-description ul,
.job-description ol {
  display: block;
  list-style-type: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
}
.job-description li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.job-description p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
#nav a,
#nav button {
  transition: color 0.2s ease-out;
}
#nav a.current,
#nav a:hover,
#nav button:hover {
  color: #ffd933 !important;
}
.--with-shadow {
  box-shadow:
    0 6px 10px #00000040,
    0 2px 1px #ffffff80 inset,
    0 -2px 4px #00008040 inset;
}
.shadow-tooltip {
  box-shadow: 0 8px 20px #00000040;
}
.nav-shadow-bottom {
  box-shadow: 0 10px 20px #0000001a;
}
.menu-icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.circle {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.2s ease;
}
.c1 {
  top: 0;
  left: 0;
}
.c2 {
  top: 0;
  left: 14px;
}
.c3 {
  top: 0;
  left: 28px;
}
.c4 {
  top: 14px;
  left: 0;
}
.c5 {
  top: 14px;
  left: 14px;
}
.c6 {
  top: 14px;
  left: 28px;
}
.c7 {
  top: 28px;
  left: 0;
}
.c8 {
  top: 28px;
  left: 14px;
}
.c9 {
  top: 28px;
  left: 28px;
}
.menu-icon.open .c1 {
  transform: translate(4px, 4px) rotate(45deg);
}
.menu-icon.open .c3 {
  transform: translate(-4px, 4px) rotate(-45deg);
}
.menu-icon.open .c7 {
  transform: translate(4px, -4px) rotate(-45deg);
}
.menu-icon.open .c9 {
  transform: translate(-4px, -4px) rotate(45deg);
}
.menu-icon.open .c2 {
  transform: translateY(14px);
}
.menu-icon.open .c4 {
  transform: translate(14px);
}
.menu-icon.open .c6 {
  transform: translate(-14px);
}
.menu-icon.open .c8 {
  transform: translateY(-14px);
}
.blur-gradient {
  mask-image: linear-gradient(to bottom, #0000 55%, #000 65%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgb(0, 0, 0) 65%);
  background-color: #0009;
}
.carousel--prev[disabled="disabled"],
.carousel--next[disabled="disabled"] {
  cursor: not-allowed;
  opacity: 0.5;
}
.fade-down-item {
  opacity: 0;
  transform: translateY(-10rem);
  transition:
    opacity 0.6s ease-in-out,
    transform 0.6s ease-in-out;
}
.fade-down-item.fade-down {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-item {
  opacity: 0;
  transform: translateY(10rem);
  transition:
    opacity 0.6s ease-in-out,
    transform 0.6s ease-in-out;
}
.fade-up-item.fade-up {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.fade-in-item.fade-in {
  opacity: 1;
}
.desk-tour-popup.mfp-bg {
  background: #000c;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
