/* 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;
}
*,
*: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;
}
/* Synced from Paradox platform — do not edit manually */
*, :after, :before, ::backdrop {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit {
  padding-block: 0;
}
::-webkit-datetime-edit-year-field {
  padding-block: 0;
}
::-webkit-datetime-edit-month-field {
  padding-block: 0;
}
::-webkit-datetime-edit-day-field {
  padding-block: 0;
}
::-webkit-datetime-edit-hour-field {
  padding-block: 0;
}
::-webkit-datetime-edit-minute-field {
  padding-block: 0;
}
::-webkit-datetime-edit-second-field {
  padding-block: 0;
}
::-webkit-datetime-edit-millisecond-field {
  padding-block: 0;
}
::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
button, input:where([type="button"], [type="reset"], [type="submit"]) {
  appearance: button;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-outer-spin-button {
  height: auto;
}
@font-face {
  font-family: "Noto Sans";
  src: url(https://d25zu39ynyitwy.cloudfront.net/oms/3961/font/2026/6/IOCDJ_1780561701991237noto-sans/1780561701991237noto-sans.woff2);
}
/* Auto-generated - do not edit */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 1.25rem 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: inset 0 0 10rem #0000;
  transition-property: box-shadow;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;

  &:hover {
    box-shadow: inset 0 0 10rem #00000033;
  }
}
.btn-primary {
  background-color: var(--color-smalt);
  color: white;
}
.btn-secondary {
  background-color: white;
  color: var(--color-smalt);
}
.btn-rounded {
  border-radius: 9999px;
}
/* .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: 3rem;
  height: 2rem;
  gap: 0.5rem;
}
.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: 3rem;
  height: 0.35rem;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: absolute;
  background-color: var(--color-primary-orange);
}
.hamburger-bar:nth-of-type(1) {
  top: calc(50%);
  transform: translateY(calc(-150% - 0.5rem)); /* 0.5rem 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.5rem)); /* 0.5rem is gap */
}
/* Synced from Paradox platform - review before editing manually */
#header.mobile-nav-open .hamburger {
  color: white;
}
#header.mobile-nav-open #nav-container {
  background-color: var(--color-black);
}
#header.mobile-nav-open .header-logo {
  filter: brightness(0) invert(1);
}
.healthcare-cards .healthcare-card {
  flex: 1;
}
/* .healthcare-cards .healthcare-card.active { */
.healthcare-cards .healthcare-card.expanding {
  flex: 3;
}
.healthcare-cards .healthcare-card .healthcare-card--desc,
.healthcare-cards .healthcare-card .healthcare-card--link {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 300ms ease, max-height 300ms ease;
}
.healthcare-cards .healthcare-card.active .healthcare-card--desc,
.healthcare-cards .healthcare-card.active .healthcare-card--link {
  opacity: 1;
  max-height: 20rem;
}
.healthcare-card--overlay {
  background-image: linear-gradient(to top, var(--color-black) 25%, transparent 65%);
}

.offering-modal--content .mfp-close {
  display: none;
}
/* Synced from Paradox platform — do not edit manually */
.rounded {
  border-radius: .25rem;
}
.rounded-s {
  border-start-start-radius: .25rem;
  border-end-start-radius: .25rem;
}
.rounded-e {
  border-start-end-radius: .25rem;
  border-end-end-radius: .25rem;
}
.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.rounded-tl {
  border-top-left-radius: .25rem;
}
.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.rounded-tr {
  border-top-right-radius: .25rem;
}
.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.rounded-br {
  border-bottom-right-radius: .25rem;
}
.rounded-bl {
  border-bottom-left-radius: .25rem;
}
.border-transparent {
  border-color: #0000;
}
:root, :host {
  --font-sans: Noto Sans, sans-serif;
  --font-serif: serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-orange-500: oklch(70.5% .213 47.604);
  --color-blue-500: oklch(62.3% .214 259.815);
  --color-gray-50: oklch(98.5% .002 247.839);
  --color-gray-100: oklch(96.7% .003 264.542);
  --color-gray-200: oklch(92.8% .006 264.531);
  --color-gray-300: oklch(87.2% .01 258.338);
  --color-gray-400: oklch(70.7% .022 261.325);
  --color-gray-500: oklch(55.1% .027 264.364);
  --color-gray-600: oklch(44.6% .03 256.802);
  --color-gray-800: oklch(27.8% .033 256.848);
  --color-gray-900: oklch(21% .034 264.665);
  --color-black: #071b45;
  --color-white: #fff;
  --spacing: 1rem;
  --container-lg: 32rem;
  --container-2xl: 42rem;
  --text-xs: .75rem;
  --text-xs--line-height: calc(1 / .75);
  --text-sm: .875rem;
  --text-sm--line-height: calc(1.25 / .875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-light: 300;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-md: .375rem;
  --radius-lg: .5rem;
  --radius-xl: .75rem;
  --radius-2xl: 1rem;
  --radius-4xl: 2rem;
  --drop-shadow-lg: 0 4px 4px #00000026;
  --ease-in: cubic-bezier(.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, .2, 1);
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
  --animate-spin: spin 1s linear infinite;
  --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
  --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  --animate-bounce: bounce 1s infinite;
  --blur-sm: 8px;
  --blur-lg: 16px;
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-cararra: #eeedeb;
  --color-dove-gray: #6b6b6b;
  --color-smalt: #0033a0;
  --color-timberwolf: #dcdad8;
  --color-gray: #e5ecf2;
  --color-light-blue: #28aeca;
  --font-display: Noto Sans, sans-serif;
}
::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}
:-moz-focusring {
  outline: auto;
}
::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::file-selector-button {
  appearance: button;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}
.border-black {
  border-color: var(--color-black);
}
.border-light-blue {
  border-color: var(--color-light-blue);
}
.border-white {
  border-color: var(--color-white);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-cararra {
  background-color: var(--color-cararra);
}
.bg-gray {
  background-color: var(--color-gray);
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-smalt {
  background-color: var(--color-smalt);
}
.bg-timberwolf {
  background-color: var(--color-timberwolf);
}
.bg-white {
  background-color: var(--color-white);
}
.font-display {
  font-family: var(--font-display);
}
.text-dove-gray {
  color: var(--color-dove-gray);
}
.text-light-blue {
  color: var(--color-light-blue);
}
.text-smalt {
  color: var(--color-smalt);
}
/* @import "./jobs/+.css"; */


/* Custom */

/* Fade */
.fade-up-item {
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(2rem);
  will-change: transform, opacity;
}

.fade-up-item.fade-up {
  opacity: 1;
  transform: translateY(0)
}

.--no-spacings {
  padding: 0 !important;
}

.--no-spacings .c-main-hero-search {
  margin: 0 !important;
}

.testimonial-thumb-item,
.testimonial-thumb-item.current img {
  transition: height 0.5s ease, width 0.35s ease;
}

.testimonial-thumb-item.current {
  height: 40.9rem;
  position: relative;
}

.testimonial-thumb-item a {
  display: none;
}

.testimonial-thumb-item.current a {
  display: flex;
}

.testimonial-thumb-item.current img {
  position: absolute;
  right: 1.3rem;
  bottom: 0;
  width: 38.7rem;
  max-width: 38.7rem;
  height: 40.9rem;
}

/* Enhancement Modal */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 3rem;
  width: 80%;
  max-width: 68rem;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes animatetop {
  from {
    top: -6rem;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
