@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --quantum-zenith-design-system---zenith-red: #e30110;
  --quantum-zenith-design-system---black: #0d0d0d;
  --zenith-red: #e30110;
}

.quantum-zenith-design-system--nav-link_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.quantum-zenith-design-system--nav-logo_content {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #00000080;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: 57px;
}

.quantum-zenith-design-system--mobile-group_links {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.quantum-zenith-design-system--mobile-group_links:hover {
  background-color: #0000001f;
}

.quantum-zenith-design-system--nav-logo_trigger {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.quantum-zenith-design-system--c-img.quantum-zenith-design-system--cc-cover {
  object-fit: cover;
}

.quantum-zenith-design-system--nav-dropdown_list {
  width: 256px !important;
}

.quantum-zenith-design-system--nav-dropdown_list.w--open {
  background-color: #00000080;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.quantum-zenith-design-system--c-nav {
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.quantum-zenith-design-system--c-nav:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-nav:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  background-color: #0000;
  border-bottom-color: #fff3;
}

.quantum-zenith-design-system--c-nav:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
  border-bottom-color: #0000;
}

.quantum-zenith-design-system--nav-link_logomobile {
  display: none;
}

.quantum-zenith-design-system--nav-logo_contentitem {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.quantum-zenith-design-system--nav-logo_contentitem:hover {
  background-color: #0000001f;
}

.quantum-zenith-design-system--qz-group_pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  background-color: #0003;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px 0 16px 16px;
  font-weight: 500;
  display: flex;
}

.quantum-zenith-design-system--qz-group_pill:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.quantum-zenith-design-system--mobilenav-link_wrapper {
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--c-container {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.quantum-zenith-design-system--c-container:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-container:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
  padding-left: 5%;
  padding-right: 5%;
}

.quantum-zenith-design-system--c-container:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  padding-right: 40px;
}

.quantum-zenith-design-system--c-container.quantum-zenith-design-system--cc-full {
  padding-left: 0%;
  padding-right: 0%;
}

.quantum-zenith-design-system--nav-logo_wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--c-nav_mobile {
  display: none;
}

.quantum-zenith-design-system--c-cta_btn {
  text-transform: uppercase;
  background-color: #e30110;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--c-cta_btn:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--c-cta_btn:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769), .quantum-zenith-design-system--c-cta_btn:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  display: none;
}

.quantum-zenith-design-system--nav-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--nav-holder:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  justify-content: space-between;
  align-items: center;
}

.quantum-zenith-design-system--nav-link_holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.quantum-zenith-design-system--nav-link_holder:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769), .quantum-zenith-design-system--nav-link_holder:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.quantum-zenith-design-system--slot {
  display: contents;
}

.quantum-zenith-design-system--icon {
  position: relative;
}

.quantum-zenith-design-system--icon:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  color: #fff;
  position: relative;
}

.quantum-zenith-design-system--icon:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  color: #fff;
}

.quantum-zenith-design-system--c-logo_dark:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-logo_dark:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--c-logo-image {
  display: none;
}

.quantum-zenith-design-system--c-logo-image:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  display: inline-flex;
}

.quantum-zenith-design-system--c-logo-image:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  display: block;
}

.quantum-zenith-design-system--text-block-2:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
  color: #fff;
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--text-block-2:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
  color: #fff;
}

.quantum-zenith-design-system--site-dropdown {
  position: relative;
}

.quantum-zenith-design-system--nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 32px 20px 28px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--nav-link:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--nav-link.w--current {
  border-bottom-color: var(--quantum-zenith-design-system---zenith-red);
  color: var(--quantum-zenith-design-system---zenith-red);
  background-color: #e301100d;
}

.quantum-zenith-design-system--text-block {
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--dropdown-toggle-prime {
  padding: 0;
}

.quantum-zenith-design-system--dropdown-toggle-prime.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quantum-zenith-design-system--nav-dropdown {
  text-transform: uppercase;
  display: inline-block;
}

.quantum-zenith-design-system--nav-dropdown:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--nav-dropdown_item {
  width: 100%;
}

.quantum-zenith-design-system--dropdown-link {
  overflow-wrap: normal;
  width: 100%;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  transition: color .2s, background-color .2s;
}

.quantum-zenith-design-system--dropdown-link.w--current {
  color: var(--quantum-zenith-design-system---zenith-red);
  text-decoration: none;
}

.quantum-zenith-design-system--dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 150%;
  display: flex;
}

.quantum-zenith-design-system--dropdown-toggle.quantum-zenith-design-system--c-full {
  padding-right: 0;
}

.quantum-zenith-design-system--mobile-nav-dropdownn {
  text-transform: uppercase;
  padding: 16px 20px;
}

.quantum-zenith-design-system--mobile-nav-dropdownn:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--text-block-3 {
  font-family: Inter, sans-serif;
}

.quantum-zenith-design-system--mobile-dropdown_list.w--open {
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--nav-link_mobile {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.quantum-zenith-design-system--nav-link_mobile:hover {
  background-color: #231f200d;
}

.quantum-zenith-design-system--c-awards {
  background-color: #f4f4f4;
  height: 100vh;
}

.quantum-zenith-design-system--awards-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40% 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  height: 100%;
  display: grid;
}

.quantum-zenith-design-system--awards-block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--awards-right {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--uc-h2 {
  color: #000;
  text-wrap: balance;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.quantum-zenith-design-system--text-span {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--award-block {
  border-top: 20px solid var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
  background-color: #fff;
  background-image: url('../images/award-illustration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 451px 442px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 442px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.quantum-zenith-design-system--uc-h3 {
  color: #000;
  text-align: center;
  letter-spacing: .03px;
  text-transform: uppercase;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 35.71px;
  line-height: 129%;
}

.quantum-zenith-design-system--award-block_label {
  color: #000;
  letter-spacing: .03px;
  text-underline-offset: 5px;
  font-family: Oswald, sans-serif;
  font-size: 15.57px;
  font-weight: 400;
  line-height: 129%;
  text-decoration: underline;
}

.quantum-zenith-design-system--award-block_label.quantum-zenith-design-system--cc-year {
  font-size: 32.97px;
  text-decoration: none;
}

.quantum-zenith-design-system--uc-h4 {
  color: #000;
  text-align: left;
  letter-spacing: .03px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.quantum-zenith-design-system--uc-h4.quantum-zenith-design-system--cc-opaque {
  opacity: .5;
  margin-top: 0;
  line-height: 150%;
}

.quantum-zenith-design-system--awards-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--awards-arrow-left, .quantum-zenith-design-system--awards-arrow-right {
  cursor: pointer;
  padding: 15px;
}

.quantum-zenith-design-system--award-right_wrapper {
  position: absolute;
}

.quantum-zenith-design-system--awards-pagination {
  align-items: center;
  gap: 6px;
  display: flex;
}

.quantum-zenith-design-system--c-awards-container {
  max-height: 800px;
}

.quantum-zenith-design-system--award-right_image {
  height: 300px;
}

.quantum-zenith-design-system--awards-dot {
  background-color: #ccc;
  border-radius: 999px;
  width: 8px;
  height: 8px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.quantum-zenith-design-system--awards-dot.quantum-zenith-design-system--is-active {
  background-color: #e30613;
  border-radius: 999px;
  width: 32px;
  height: 8px;
}

.quantum-zenith-design-system--footer-header_text {
  color: #00000080;
  text-transform: uppercase;
  font-weight: 500;
}

.quantum-zenith-design-system--footer-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.quantum-zenith-design-system--footer-link:hover {
  color: #585858;
}

.quantum-zenith-design-system--footer-link_header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--check-holder {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.quantum-zenith-design-system--footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--footer-upper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quantum-zenith-design-system--footer-lower {
  background-color: #fff;
  background-image: url('../images/lower-gb.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 240px;
}

.quantum-zenith-design-system--new-footer_container {
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quantum-zenith-design-system--new-footerupper_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.quantum-zenith-design-system--footerupper-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.quantum-zenith-design-system--footer-header {
  color: #fff;
  font-size: 48px;
  line-height: 100%;
}

.quantum-zenith-design-system--footer-body {
  color: #fff;
  font-size: 16px;
}

.quantum-zenith-design-system--footer-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--quantum-zenith-design-system---zenith-red);
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 10px solid #e30110;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.quantum-zenith-design-system--footer-button:hover {
  border-color: #be0612;
}

.quantum-zenith-design-system--footer-button.quantum-zenith-design-system--cc-centered {
  text-decoration: none;
}

.quantum-zenith-design-system--footer-button_text {
  color: #fff;
  font-size: 20px;
}

.quantum-zenith-design-system--footer-details_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 70%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.quantum-zenith-design-system--footer-details_lhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.quantum-zenith-design-system--footer-details_rhs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.quantum-zenith-design-system--footer-logo_holder {
  width: 50%;
}

.quantum-zenith-design-system--footer-rc_text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.quantum-zenith-design-system--footer-social_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--newfooter-link_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quantum-zenith-design-system--foter-privacy_holder {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.quantum-zenith-design-system--footer-lower_ctatext {
  font-size: 43px;
  font-weight: 700;
  line-height: 100%;
}

.quantum-zenith-design-system--c-highlight {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--footer-privacy {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.quantum-zenith-design-system--footer-lowcta_holder {
  width: 29%;
}

.quantum-zenith-design-system--text-block-6 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.quantum-zenith-design-system--footer-image_holder {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--c-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quantum-zenith-design-system--new-footerupper_container {
  z-index: 1;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quantum-zenith-design-system--icon-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--icon-link:hover {
  color: #2a2a2a;
}

.quantum-zenith-design-system--iconlink-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.quantum-zenith-design-system--c-announcement {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
}

.quantum-zenith-design-system--announcement-label {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--announcement-label_text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 140%;
}

.quantum-zenith-design-system--marquee {
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: hidden;
}

.quantum-zenith-design-system--marquee__track {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: flex;
}

.quantum-zenith-design-system--marquee__item {
  white-space: nowrap;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--marquee__paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.quantum-zenith-design-system--code-embed {
  padding-right: 4rem;
}

.quantum-zenith-design-system--c-announcement-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15% 1fr;
  grid-auto-columns: 1fr;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: grid;
}

.quantum-zenith-design-system--test {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  height: 80px;
}

.quantum-zenith-design-system--test-wrapper {
  height: 100px;
}

.quantum-zenith-design-system--faq-hero {
  color: #fff;
  height: 428px;
  position: relative;
}

.quantum-zenith-design-system--faq-hero_bg {
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--repeated-page_wrapper {
  color: #1e1e1e;
}

.quantum-zenith-design-system--h1 {
  letter-spacing: -.03em;
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.quantum-zenith-design-system--faq-h_content {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--uc-eyebrow {
  letter-spacing: -.011em;
  font-size: 20px;
  font-weight: 300;
}

.quantum-zenith-design-system--faq-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.quantum-zenith-design-system--faq-wrapper {
  background-color: #fff;
  padding: 40px;
}

.quantum-zenith-design-system--faq-block {
  color: #1e1e1e;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  padding: 24px 32px;
}

.quantum-zenith-design-system--faq-title {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 135%;
  display: flex;
}

.quantum-zenith-design-system--faq-ans {
  color: #4d4d4d;
  letter-spacing: -.01em;
  padding-top: 16px;
  font-size: 18px;
  line-height: 135%;
}

.quantum-zenith-design-system--faq-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 40px;
  height: 40px;
  color: var(--quantum-zenith-design-system---zenith-red);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.quantum-zenith-design-system--faq-btn_line {
  width: 24px;
  height: 24px;
  transition: transform .2s;
}

.quantum-zenith-design-system--faq-btn_line.quantum-zenith-design-system--cc-cross {
  transform: rotate(90deg);
}

.quantum-zenith-design-system--faq-block_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--faq-links {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.quantum-zenith-design-system--faq-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantum-zenith-design-system--c-item_disc {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  width: 12px;
  height: 12px;
}

.quantum-zenith-design-system--button-link_big {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #868686;
  letter-spacing: -.01em;
  text-underline-offset: .15em;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-decoration-thickness: .1em;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.quantum-zenith-design-system--button-link_big:where(.w-variant-ae760166-fcb2-495f-27b5-778efa233a44) {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  font-size: 24px;
  line-height: 29px;
}

.quantum-zenith-design-system--button-link_big:hover {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--link-big_icon {
  width: 40px;
  height: 40px;
}

.quantum-zenith-design-system--faq-fallback {
  background-color: var(--quantum-zenith-design-system---black);
  color: #fff;
  margin-top: 80px;
  padding: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.quantum-zenith-design-system--maxw-sm {
  max-width: 420px;
}

.quantum-zenith-design-system--bg-img {
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--faq-fallback_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--faq-tabs {
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.quantum-zenith-design-system--faq-tab {
  color: #4d4d4d;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.quantum-zenith-design-system--faq-tab:hover {
  background-color: #fafafa;
}

.quantum-zenith-design-system--faq-tab.w--current {
  color: #1e1e1e;
  background-color: #fff;
}

.quantum-zenith-design-system--news-hero_inner, .quantum-zenith-design-system--news-hero_heading {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--news-hero_filters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quantum-zenith-design-system--news-filter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  min-width: 220px;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.quantum-zenith-design-system--news-filter_btn {
  width: 24px;
  height: 24px;
}

.quantum-zenith-design-system--filter-label {
  color: #7c7c7c;
}

.quantum-zenith-design-system--filter-value {
  color: #494949;
  font-weight: 500;
}

.quantum-zenith-design-system--filter-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.quantum-zenith-design-system--news-level {
  margin-top: 8px;
}

.quantum-zenith-design-system--news-level_content {
  color: #d4d4d4;
  background-color: #1e1e1e;
  padding: 20px 40px;
}

.quantum-zenith-design-system--c-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.quantum-zenith-design-system--c-tab {
  color: #4d4d4d;
  text-align: center;
  height: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s;
}

.quantum-zenith-design-system--c-tab.quantum-zenith-design-system--cc-active {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--tab-indicator {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quantum-zenith-design-system--tab-indicator.quantum-zenith-design-system--cc-3 {
  width: 33%;
}

.quantum-zenith-design-system--news-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--news-card {
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--news-card_img {
  height: 320px;
}

.quantum-zenith-design-system--news-card_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.quantum-zenith-design-system--news-card_tags {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.quantum-zenith-design-system--news-card_tag {
  color: #494949;
  background-color: #f4f4f4;
  flex: none;
  padding: 4px 8px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.quantum-zenith-design-system--news-card_tag.quantum-zenith-design-system--cc-active {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
}

.quantum-zenith-design-system--news-card_date {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--news-card_date.quantum-zenith-design-system--cc-sm {
  font-size: 14px;
}

.quantum-zenith-design-system--news-card_details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e1e1e;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.quantum-zenith-design-system--news-card_title {
  letter-spacing: -.01em;
  font-size: 24px;
  line-height: 150%;
}

.quantum-zenith-design-system--news-card_sub {
  color: #494949;
}

.quantum-zenith-design-system--news-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quantum-zenith-design-system--c-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.quantum-zenith-design-system--pagination-num {
  color: #494949;
  border: 1px solid #dfe3e8;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.quantum-zenith-design-system--pagination-num:hover {
  background-color: #f0f0f0;
}

.quantum-zenith-design-system--pagination-num.quantum-zenith-design-system--cc-active {
  border-color: var(--quantum-zenith-design-system---zenith-red);
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--pagination-btn {
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.quantum-zenith-design-system--pagination-btn:hover {
  background-color: var(--quantum-zenith-design-system---black);
}

.quantum-zenith-design-system--pagination-btn.quantum-zenith-design-system--cc-disabled {
  color: #757575;
  background-color: #f1f1f1;
}

.quantum-zenith-design-system--i-20 {
  width: 20px;
  height: 20px;
}

.quantum-zenith-design-system--uc-red {
  color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--c-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--quantum-zenith-design-system---zenith-red);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 56px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.quantum-zenith-design-system--c-btn:hover {
  background-color: #000;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-ghost {
  color: #1e1e1e;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-black {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-black:hover {
  background-color: var(--quantum-zenith-design-system---zenith-red);
}

.quantum-zenith-design-system--c-btn.quantum-zenith-design-system--cc-disabled {
  color: #757575;
  background-color: #eaeaea;
}

.quantum-zenith-design-system--news-item_info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quantum-zenith-design-system--section.quantum-zenith-design-system--cc-gray {
  background-color: #f4f4f4;
}

.quantum-zenith-design-system--shared-page_heading, .quantum-zenith-design-system--news-body, .quantum-zenith-design-system--news-suggestion {
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--news-sugg_heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  font-size: 48px;
  font-weight: 500;
  line-height: 116.67%;
  display: flex;
}

.quantum-zenith-design-system--news-sugg_action {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quantum-zenith-design-system--news-sugg_controls {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.quantum-zenith-design-system--i-24 {
  width: 24px;
  height: 24px;
}

.quantum-zenith-design-system--news-sugg_grid {
  margin-left: -5%;
  margin-right: -5%;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.quantum-zenith-design-system--swiper-wrapper {
  display: flex;
}

.quantum-zenith-design-system--gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--gallery-grid_item {
  cursor: pointer;
  border: 1px solid #dfdfdf;
}

.quantum-zenith-design-system--gallery-item_img {
  height: 320px;
  position: relative;
}

.quantum-zenith-design-system--gallery-item_body {
  padding: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.quantum-zenith-design-system--gallery-item_indicators {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quantum-zenith-design-system--gallery-item_pagebtn {
  background-color: #fff3;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  transition: background-color .2s;
}

.quantum-zenith-design-system--gallery-item_pagebtn.quantum-zenith-design-system--cc-active {
  background-color: #fff;
}

.quantum-zenith-design-system--gallery-item_pagination {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-bottom: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.quantum-zenith-design-system--gallery-item_cover {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quantum-zenith-design-system--c-popup {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  transition: transform .4s, background-color .1s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.quantum-zenith-design-system--popup-container {
  background-color: #fff;
  padding: 32px;
  transition: transform .4s;
  position: relative;
}

.quantum-zenith-design-system--popup-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 64px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%);
}

.quantum-zenith-design-system--i-32 {
  width: 32px;
  height: 32px;
}

.quantum-zenith-design-system--gallery-slider_body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: relative;
}

.quantum-zenith-design-system--gallery-slider_img {
  max-width: 1080px;
  height: 520px;
}

.quantum-zenith-design-system--gallery-page_pagination {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.quantum-zenith-design-system--gallery-slider_title {
  max-width: 520px;
}

.quantum-zenith-design-system--gallery-slider_pagination {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-bottom: 24px;
  position: absolute;
  top: -40px;
  right: 24px;
}

.quantum-zenith-design-system--gallery-slider_pagebtn {
  background-color: #fff3;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  transition: background-color .2s;
}

.quantum-zenith-design-system--gallery-slider_pagebtn.quantum-zenith-design-system--cc-active {
  background-color: #fff;
}

.quantum-zenith-design-system--kh-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quantum-zenith-design-system--i-72 {
  width: 72px;
  height: 72px;
}

.quantum-zenith-design-system--privacy-section {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.quantum-zenith-design-system--privacy-hero {
  color: #fff;
  height: 566px;
  position: relative;
}

.quantum-zenith-design-system--privacy-content {
  background-color: #fff;
  padding: 80px;
}

.quantum-zenith-design-system--last-updated {
  color: #494949;
  margin-bottom: 40px;
  font-size: 16px;
}

.quantum-zenith-design-system--privacy-text {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 140%;
}

.c-container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.c-cta_btn {
  background-color: var(--zenith-red);
  text-transform: uppercase;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.body {
  color: #1e1e1e;
  font-family: Interdisplay, Arial, sans-serif;
}

.nav-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo_wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.qz-group_pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  background-color: #0003;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.nav-logo_trigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo_content {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #00000080;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: absolute;
  top: 57px;
}

.nav-logo_content.c-show {
  display: flex;
}

.nav-logo_contentitem {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.nav-logo_contentitem:hover {
  background-color: #0000001f;
}

.c-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-nav_mobile {
  display: none;
}

.hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  max-height: 500px;
  padding-bottom: 40px;
  display: flex;
}

.c-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.hero-holder {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-header {
  letter-spacing: 0;
  font-size: 96px;
  font-weight: 400;
  line-height: 100%;
}

.hero-header.uc-white {
  color: #fff;
}

.hero-rhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.hero-lhs {
  width: 60%;
}

.hero-body_text {
  letter-spacing: -.22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.hero-body_text.uc-white {
  color: #fff;
}

.c-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--zenith-red);
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.c-cta:hover {
  background-color: #e2333f;
}

.c-cta.c-absolute {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-cta.cc-black-abs {
  background-color: var(--quantum-zenith-design-system---black);
  position: absolute;
  inset: auto auto 5% 5%;
}

.mobile-group_links {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}

.mobile-group_links:hover {
  background-color: #0000001f;
}

.fixed-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.partner-section {
  background-image: url('../images/partner-bg.jpg'), linear-gradient(#fff, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-section {
  height: 700px;
}

.text-block {
  font-size: 64px;
}

.c-h1 {
  text-align: left;
  letter-spacing: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.c-h1.uc-white {
  color: #fff;
}

.c-h1.text-center {
  text-align: center;
}

.c-redhighlight {
  color: var(--zenith-red);
}

.partner-upper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-lower {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.partner-low-lhs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.body-text.uc-white {
  color: #fff;
}

.body-text.uc-muted {
  color: #666;
}

.body-text.uc-muted.uc-hide_desktop {
  display: none;
}

.partner-low_rhs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -30px;
  display: flex;
}

.cta-btn_icon {
  width: 24px;
  height: 24px;
}

.quantum-section {
  border: 1px solid var(--zenith-red);
  background-color: #fff;
}

.quantum-lhs {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  max-height: 1080px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.quantum-rhs {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  border-left: 1px solid var(--zenith-red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 240px;
  padding-bottom: 240px;
  padding-left: 40px;
  display: flex;
}

.quantum-holder {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.leap-block {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/leap-pattern.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: none;
  min-height: 60vh;
  display: flex;
}

.leap-header {
  color: #000;
  font-size: 32px;
  line-height: 150%;
}

.leap-upper {
  background-color: #fafafa;
  flex-flow: column;
  padding: 40px;
}

.leap-text {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.leap-lower {
  justify-content: space-between;
  align-items: flex-end;
  height: 348px;
  position: relative;
}

.apart-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.apart-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  align-items: center;
}

.apart-swiper {
  position: relative;
  overflow: hidden;
}

.apart-swiper_wrapper {
  display: flex;
}

.apart-swiper_slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
}

.apart-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.app-cta-section {
  background-color: #fff;
  background-image: url('../images/app-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.app-cta_holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.app-cta_lhs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.app-cta_rhs {
  width: 440px;
  position: absolute;
  top: -166.109px;
  left: auto;
  right: 10%;
}

.store-badge_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.update-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.update-header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.update-header_rhs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.update-left {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.update-left.update-swiper_prev {
  cursor: pointer;
}

.update-right {
  background-color: #e30110;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.update-right.update-swiper_next {
  cursor: pointer;
}

.c-h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.c-h2.uc-centered {
  text-align: center;
}

.c-h2.uc-centered.uc-white {
  color: #fff;
}

.update-swiper {
  margin-top: 80px;
  margin-left: -5%;
  margin-right: -5%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.update-swiper_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.update-swiper_slide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  max-width: 400px;
  display: flex;
}

.update-card_image {
  height: 225px;
}

.update-card_pills {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-update-pill {
  color: #494949;
  background-color: #f4f4f4;
  padding: 4px 8px;
}

.update-card_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.c-h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.body-text_regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-text_regular.uc-white {
  color: #fff;
}

.body-text_regular.uc-muted {
  color: #494949;
}

.sm-text {
  line-height: 150%;
}

.sm-text.uc-muted {
  color: #979797;
}

.update-content_holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.c-footer {
  background-image: url('../images/Section.svg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  display: none;
}

.footer-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-right: -5vw;
  display: flex;
}

.footer-lhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-rhs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.c-h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.footer-lhs_texholder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.lhs-upper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rhs-upper {
  width: 80%;
  height: 218px;
}

.rhs-lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 69px 80px;
  display: flex;
}

.footer-links-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link_header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link_block {
  flex-flow: column;
  justify-content: space-between;
  height: 400px;
  display: flex;
}

.footer-header_text {
  color: #00000080;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #585858;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-links_holder {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links_holder.uc-hide_desktop {
  display: none;
}

.check-holder {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-terms_holder.uc-hide_desktop {
  display: none;
}

.text-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.apart-slider_caption {
  width: 60%;
  position: absolute;
}

.apart-pager {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.apart-transitions {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.apart-transition {
  background-color: #fff;
  width: 26%;
  margin-left: -1%;
}

.apart-transition-two, .apart-transition-three, .apart-transition-four {
  width: 25%;
}

.quantum-lhs_below {
  width: 270px;
  height: 270px;
}

.leap-image {
  width: 70px;
}

.partner-swiper {
  min-height: 682px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.partner-swiper_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-slide {
  flex: none;
  min-width: 197px;
  height: 248px;
}

.partner-overlay {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 280px;
  position: absolute;
  top: 421px;
  right: 7%;
  transform: translate(0, -50%);
}

.partner-text-clip {
  height: 148px;
  overflow: hidden;
}

.partner-text-track {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-text-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 148px;
  padding-top: 4px;
  display: flex;
}

.leap-upper_inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 77%;
  display: flex;
}

.leap-lower_img {
  position: absolute;
  inset: 0%;
}

.quantum-lhs_upper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 87%;
  display: flex;
}

.strength-overflow_hidden {
  background-color: #fff;
  background-image: url('../images/long-section-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: auto;
}

.c-strength {
  height: 100vh;
  min-height: 750px;
  max-height: 900px;
}

.c-strength_inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.def-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/def-block-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 345px;
  padding: 32px;
  display: flex;
}

.strength-grid {
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.strength-empty_block {
  width: 386px;
}

.strentgth-textblock_upper {
  background-image: url('../images/dark-pattern.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30%;
}

.strentgth-text_block {
  background-color: #000;
}

.strength-textblock_text {
  color: #fff;
  font-size: 28px;
  line-height: 120%;
}

.strentgth-textblock_lower {
  justify-content: center;
  align-items: flex-end;
  height: 70%;
  padding: 40px 32px;
  display: flex;
}

.strength-img_block {
  width: 386px;
}

.c-container-app {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.strentgth-text_blockred {
  background-color: var(--zenith-red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-hero {
  background-color: #3b3b3b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 80vh;
  max-height: 1080px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-hero_holder {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-hero_lhs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-hero_rhs {
  width: 30%;
}

.bod-mg_section {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: sticky;
  top: 0;
}

.bod-mg_tab {
  background-color: #d8232a;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.bod-mg_tab.cc-gray {
  background-color: #1e1e1e;
}

.mgn-side {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.bod-text, .text-block-8 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.body-2 {
  font-family: Interdisplay, Arial, sans-serif;
}

.bod-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.bod-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bod-lhs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: sticky;
  top: 80px;
}

.bod-rhs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.bod-headi-_text {
  font-size: 64px;
  line-height: 120%;
}

.text-block-10 {
  font-size: 16px;
  line-height: 140%;
}

.text-span-2 {
  color: #d8232a;
}

.bod-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.bod-img {
  flex: none;
  width: 320px;
}

.bod-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bod-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.bod-title {
  font-size: 20px;
  line-height: 100%;
}

.bod-title.cc-highligher {
  color: var(--zenith-red);
}

.bod-body_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.bod-body_text.cc-muted {
  color: #666;
}

.bod-meta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mngt-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.mngt-dark_bg {
  z-index: -1;
  background-image: url('../images/mngt-darkbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.mngt-header {
  color: #fff;
  font-size: 64px;
  line-height: 100%;
}

.mngt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mngt-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mngt-img {
  width: 100%;
  height: 450px;
}

.mngt-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mngt-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.mngt-title {
  color: #d8232a;
  text-transform: uppercase;
}

.mngt-name {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.about-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.about-hero_wrapper {
  z-index: 2;
  position: relative;
}

.about-hero_image {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.leader-hero {
  background-color: #3b3b3b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 80vh;
  max-height: 1080px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.leader-hero_wrapper {
  z-index: 2;
  position: relative;
}

.leader-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.leader-hero_image {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.statement-section {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.statement-holder {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.statment-text {
  text-align: left;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.c-container-2 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.values-baseline_text {
  color: #fff9;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.uc-h2 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.values-heading {
  background-color: #fff;
  background-image: url('../images/values-header-pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.values-baseline {
  background-color: #e30110;
  background-image: url('../images/values-baseline-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-img-2 {
  opacity: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-img-2.cc-cover {
  object-fit: cover;
}

.values-inner {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  grid-template-rows: 178px 346px 68px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-filler {
  background-color: #fff;
  background-image: url('../images/values-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #d8232a;
}

.values-name {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}

.values-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.vision-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 8px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-block_img {
  width: 400px;
  height: 300px;
}

.vision-textholder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.vision-head {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.vision-body {
  font-size: 16px;
}

.mission-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-left: 8px solid #dfdfdf;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mission-textholder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 25%;
  margin-left: 80px;
  display: flex;
}

.mission-block_img {
  width: 400px;
  height: 300px;
}

.strength-section {
  margin-top: 60px;
}

.strenght--img {
  height: 300px;
}

.strength-def {
  background-color: #e30110;
  width: 50%;
  height: 33.3333vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.strength-lower {
  background-color: #000;
  background-image: url('../images/view.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.strength-grid_holder {
  position: relative;
}

.about-strength_grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding: 40px;
  display: grid;
}

.stripe-block, .empty-block {
  min-height: 327px;
}

.content-block {
  background-color: #181818;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 327px;
  padding: 16px;
  display: flex;
}

.content-block-header {
  color: #fff;
  font-size: 24px;
}

.content-block-body {
  color: #7a7a7a;
  line-height: 150%;
}

.red-strip {
  background-color: red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.about-leader_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-block-textholder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.red-strip_inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.abtleader-head_text {
  font-size: 64px;
  line-height: 120%;
}

.lead-upper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.lead-lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.lead-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lead-title {
  color: #d8232a;
  text-transform: uppercase;
}

.lead-name {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.sustainaibility-hero_holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
}

.sus-hero_header {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.sus-hero_header.uc-white {
  color: #fff;
}

.sus-img_holder {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1560px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.sus-img {
  position: absolute;
  inset: 0%;
}

.sus-text_holder {
  width: 50%;
}

.sus-text {
  z-index: 2;
  position: relative;
}

.sus-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.sustain-items {
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.sustain-item {
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 80px;
  padding-bottom: 80px;
  position: sticky;
  top: 0;
}

.sustain-img {
  flex-flow: column;
  width: 300px;
  min-height: 236px;
}

.sustain-item_holder {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.sustain-head {
  font-size: 40px;
  line-height: 120%;
}

.sustain-body.truncate-3 {
  color: #494949;
  font-size: 16px;
  line-height: 150%;
}

.sustain-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-block-11, .text-block-12, .link {
  font-size: 20px;
}

.text-button {
  color: var(--zenith-red);
  font-size: 20px;
  text-decoration: none;
}

.sustain-items_grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.sustain-grid_item {
  z-index: 0;
  background-color: #fff;
}

.sustain-grid_img {
  flex-flow: column;
  width: 35%;
}

.sustain-grid_text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.sustain-grid_section {
  border-bottom: 1px solid #dfdfdf;
}

.commit-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.commit-lhs {
  background-image: url('../images/red-strip.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 392px;
  padding: 80px;
  display: flex;
}

.commit-rhs {
  width: 40%;
  height: 392px;
}

.commit-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-size: 40px;
  line-height: 100%;
}

.text-block-14 {
  color: #fff;
}

.commit-lhs_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sustain-itemgrid_holder {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.career-hero {
  height: 920px;
  padding-top: 90px;
}

.career-hero_header {
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.career-hero_header.uc-white {
  color: #fff;
}

.career-hero_holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-3 {
  color: var(--zenith-red);
}

.career-black_bg {
  background-image: url('../images/career-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
  position: sticky;
  top: 0;
}

.career-inner {
  position: relative;
  top: -370px;
}

.team-slide-mobile {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.hero-button_text {
  color: #fff;
  width: 100%;
  font-size: 20px;
}

.slide-inner_mobile {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.team-label_text {
  margin-bottom: 20px;
  font-size: 18px;
}

.team-slide {
  height: 100%;
  min-height: 100%;
}

.team-slide.team-slide_label {
  z-index: 2;
  background-image: url('../images/heritage-pattern-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-column: 3;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: block;
  position: relative;
}

.team-slide.c-short {
  height: 320px;
  min-height: 0%;
}

.hero-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #e30110;
  background-image: url('../images/btm-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #e30110;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.hero-button:hover {
  border-color: #be0612;
}

.hero-button.isbtnmobile {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row-reverse;
}

.hero-button.cc-careers {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.team-slider-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 436px;
  grid-template-columns: 1fr 1fr 25% 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1560px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.team-slider {
  padding-top: 80px;
  padding-bottom: 0;
}

.thrive-section {
  background-image: url('../images/long-section-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

.thrive-hero_holder {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.thrive-grid {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.thrive-holder {
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.c-img-3, .c-img-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thrive-img_block {
  min-width: 299px;
}

.thrive-red_block {
  background-color: var(--zenith-red);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 299px;
  padding: 32px;
  display: flex;
}

.thrive-img_holder {
  width: 100px;
}

.thrive-block_text {
  color: #fff;
  font-size: 24px;
}

.thrive-empty_block {
  min-width: 299px;
}

.thrive-overflow {
  width: 100%;
  margin-top: 80px;
  overflow: auto;
}

.c-thrive {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  max-height: 900px;
  padding-left: 5%;
  padding-right: 5%;
}

.c-container-3 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.opening-dropdown_toggle {
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opening-dropdown {
  width: 256px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 24px;
}

.link-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-text.cc-opening {
  line-height: 100%;
}

.opening-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opening-cards {
  border-bottom: 1px solid #dfdfdf;
}

.dropdown-label {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 150%;
}

.opening-dept {
  color: #d8232a;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.c-opening {
  padding-top: 60px;
  padding-bottom: 60px;
}

.opening-detail {
  color: #494949;
  font-size: 20px;
  line-height: 150%;
}

.opening-dropdown_text {
  color: #494949;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.opening-seperator {
  background-color: #d8232a;
  width: 8px;
  height: 8px;
  margin-top: 2.5px;
}

.c-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e30110;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 20px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.c-link:hover {
  background-color: #be0612;
}

.uc-h3 {
  z-index: auto;
  color: #000;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.uc-h3.c-opening-heading {
  color: #1e1e1e;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 150%;
}

.uc-h2-2 {
  color: #1e1e1e;
  margin-bottom: 20px;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.uc-h2-2.cc-opening {
  letter-spacing: -.02em;
  font-size: 56px;
}

.opening-card {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.c-contact-hero {
  background-image: url('../images/contact-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.c-container-4 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.contact-block_holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-lhs {
  width: 50%;
  position: sticky;
  top: 5px;
}

.contact-rhs {
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 50%;
}

.contact-red_block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e30110;
  border: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.contact-lhs_header {
  color: #fff;
  font-size: 64px;
  line-height: 100%;
}

.contact-lhs_body {
  color: #fff;
  font-size: 24px;
  line-height: 100%;
}

.contact-lower {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
}

.contact-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-meta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-meta_head {
  color: #494949;
  font-size: 18px;
  line-height: 150%;
}

.text-block-16 {
  font-size: 20px;
  line-height: 140%;
}

.contact-meta_body {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.contact-form {
  background-color: #000;
  padding: 40px;
}

.text-input {
  color: #fff;
  background-color: #191919;
  border: 1px solid #191919;
  height: 50px;
  margin-bottom: 0;
}

.text-area {
  background-color: #191919;
  border: 1px solid #191919;
  height: 240px;
  min-height: 240px;
  margin-bottom: 0;
}

.contact-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #e30110;
  background-image: url('../images/btm-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #e30110;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  transition: border-color .2s;
  display: flex;
}

.contact-submit:hover {
  border-color: #be0612;
}

.contact-submit.isbtnmobile {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row-reverse;
}

.contact-submit.cc-careers {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.contact-submit-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.map-holder {
  height: 300px;
  position: relative;
}

.c-container_relative {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.values-inner-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  grid-template-rows: 178px 346px 68px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-container-5 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-filler-2 {
  background-color: #fff;
  background-image: url('../images/values-pattern_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.values-heading-2 {
  background-color: #fff;
  background-image: url('../images/values-header-pattern_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.c-values-_about {
  padding-bottom: 80px;
}

.c-img-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-lhs-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-btn_icon-2 {
  width: 24px;
  height: 24px;
}

.footer-link_header-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.check-holder-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.c-footer-2 {
  background-image: url('../images/footer-bg.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.footer-terms_holder-2.uc-hide_desktop {
  display: none;
}

.footer-links-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-links-holder-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lhs-upper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links_holder-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-links_holder-2.uc-hide_desktop {
  display: none;
}

.footer-holder-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.body-text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-text-2.uc-muted {
  color: #666;
}

.body-text-2.uc-muted.uc-hide_desktop {
  display: none;
}

.body-text-2.uc-muted.c-italic {
  font-style: italic;
}

.rhs-upper-2 {
  width: 80%;
  height: 218px;
}

.footer-link-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #585858;
}

.c-container_footer {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.social-link-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rhs-lower-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 69px 80px;
  display: flex;
}

.c-cta-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e30110;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.c-cta-2:hover {
  background-color: #e2333f;
}

.c-h4-2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.footer-link_block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.lhs-lower-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-rhs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.footer-lhs_texholder-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tab-disclaimer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.disclaimer-italics {
  color: #666;
  font-style: italic;
}

.black-btn {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.update-hold {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.thrive-hero-lhs {
  width: 60%;
}

.thrive-hero-rhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.homehero-rhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-height: 220px;
  display: flex;
}

.sus-hero-lhs {
  width: 55%;
}

.sus-hero-rhs {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.gallery-page_pagination {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.c-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.pagination-btn {
  color: #fff;
  background-color: #e30110;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.pagination-btn:hover {
  background-color: #0d0d0d;
}

.pagination-btn.cc-disabled {
  color: #757575;
  background-color: #f1f1f1;
}

.i-20 {
  width: 20px;
  height: 20px;
}

.pagination-num {
  color: #494949;
  border: 1px solid #dfe3e8;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.pagination-num:hover {
  background-color: #f0f0f0;
}

.pagination-num.cc-active {
  color: #e30110;
  border-color: #e30110;
}

.sus-page_pagination {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.gallery-wrapper, .knowledge-wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .quantum-zenith-design-system--mobilenav-link_holder {
    padding: 32px;
  }

  .quantum-zenith-design-system--c-hamburger_close {
    width: 30px;
    height: 30px;
  }

  .quantum-zenith-design-system--c-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .quantum-zenith-design-system--c-img:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo {
    width: 90%;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo-white {
    width: 90%;
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-logo-white:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-flex;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark {
    display: block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9), .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_dark:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_close {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_close:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-flex;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white {
    display: none;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--c-img.quantum-zenith-design-system--c-hamburger_white:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
    display: block;
  }

  .quantum-zenith-design-system--mobile-cta_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--nav-dropdown_list {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #00000080;
  }

  .quantum-zenith-design-system--mobile-dropdown_toggle {
    width: 100%;
  }

  .quantum-zenith-design-system--c-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quantum-zenith-design-system--c-nav:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8) {
    background-color: #0000;
  }

  .quantum-zenith-design-system--nav-link_logomobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--nav-link_logomobile:where(.w-variant-4c58deab-ee66-0c4e-df43-55a54c87bce8), .quantum-zenith-design-system--nav-link_logomobile:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .quantum-zenith-design-system--c-nav_mobileholder {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--mobilenav-link_wrapper {
    margin-top: 24px;
  }

  .quantum-zenith-design-system--mobile-group_dropdown {
    text-transform: uppercase;
    background-color: #0003;
    width: 100%;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quantum-zenith-design-system--c-nav_mobile {
    background-color: #fff;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .quantum-zenith-design-system--c-cta_btn {
    font-size: 14px;
  }

  .quantum-zenith-design-system--c-cta_btn:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    font-family: Inter, sans-serif;
  }

  .quantum-zenith-design-system--c-cta_btn:where(.w-variant-41132b6b-4e7d-cc48-4010-7a771a41d769) {
    display: none;
  }

  .quantum-zenith-design-system--mobile-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quantum-zenith-design-system--mobile-group_text {
    font-weight: 500;
  }

  .quantum-zenith-design-system--c-hamburger {
    width: 30px;
    height: 30px;
  }

  .quantum-zenith-design-system--nav-link_holder {
    display: none;
  }

  .quantum-zenith-design-system--slot {
    display: contents;
  }

  .quantum-zenith-design-system--nav-link {
    width: auto;
  }

  .quantum-zenith-design-system--dropdown-toggle.quantum-zenith-design-system--c-full {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .quantum-zenith-design-system--mobile-nav-dropdownn {
    width: 100%;
    padding: 16px 20px;
  }

  .quantum-zenith-design-system--nav-link_mobile {
    width: 100%;
  }

  .quantum-zenith-design-system--c-awards {
    height: auto;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quantum-zenith-design-system--awards-inner {
    grid-template-columns: 1fr;
    height: auto;
  }

  .quantum-zenith-design-system--awards-block-wrapper {
    height: 500px;
    margin-right: 0;
  }

  .quantum-zenith-design-system--awards-right {
    height: 400px;
  }

  .quantum-zenith-design-system--awards-arrow-left, .quantum-zenith-design-system--awards-arrow-right {
    cursor: pointer;
  }

  .quantum-zenith-design-system--footer-upper {
    flex-flow: column;
  }

  .quantum-zenith-design-system--footer-lower {
    background-size: auto;
  }

  .quantum-zenith-design-system--new-footerupper_holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footerupper-lhs {
    width: 100%;
  }

  .quantum-zenith-design-system--footer-details_holder {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--footer-lower_ctatext {
    font-size: 28px;
  }

  .quantum-zenith-design-system--footer-privacy {
    width: 66%;
  }

  .quantum-zenith-design-system--c-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .quantum-zenith-design-system--c-img-cover:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .quantum-zenith-design-system--c-announcement {
    grid-template-columns: 40% 1fr;
  }

  .quantum-zenith-design-system--news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quantum-zenith-design-system--news-sugg_heading {
    flex-flow: column;
  }

  .quantum-zenith-design-system--news-sugg_action {
    justify-content: space-between;
  }

  .quantum-zenith-design-system--gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quantum-zenith-design-system--popup-container {
    max-width: 90vw;
  }

  .quantum-zenith-design-system--popup-close {
    transform: translate(0%, -100%);
  }

  .c-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .c-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .c-img.c-logo {
    width: 90%;
  }

  .c-hamburger {
    width: 30px;
    height: 30px;
  }

  .c-nav_mobile {
    background-color: #fff;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .c-nav_mobile.c-open {
    display: block;
  }

  .mobile-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-nav_mobileholder {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-cta_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .c-hamburger_close {
    width: 30px;
    height: 30px;
  }

  .hero-section {
    max-height: none;
  }

  .hero-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-header {
    font-size: 70px;
  }

  .hero-header.uc-white.cc-center {
    text-align: center;
  }

  .hero-rhs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .hero-lhs {
    width: auto;
  }

  .hero-body_text.uc-white.cc-center {
    text-align: center;
  }

  .mobile-group_dropdown {
    text-transform: uppercase;
    background-color: #0003;
    width: 100%;
  }

  .mobile-group_text {
    font-weight: 500;
  }

  .video-section {
    height: 500px;
  }

  .partner-lower {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
  }

  .partner-low-lhs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .body-text.uc-muted.uc-hide {
    display: none;
  }

  .partner-low_rhs {
    margin-top: 0;
  }

  .quantum-lhs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .quantum-rhs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 0;
    display: grid;
  }

  .quantum-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .leap-upper {
    background-color: #fff;
  }

  .app-cta_lhs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .app-cta_rhs {
    width: 290px;
    position: static;
  }

  .update-header {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .update-header_rhs {
    justify-content: space-between;
    width: 100%;
  }

  .update-swiper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
  }

  .footer-lhs {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-rhs, .rhs-upper {
    width: 100%;
  }

  .rhs-lower {
    padding-left: 40px;
    padding-right: 40px;
  }

  .apart-slider_caption {
    width: 80%;
  }

  .partner-swiper {
    height: 682px;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-overlay {
    width: 100%;
    margin-top: 40px;
    position: static;
    transform: none;
  }

  .leap-upper_inner {
    width: 100%;
  }

  .c-container-app {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-container-app.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero {
    height: 100vh;
  }

  .about-hero_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-hero_lhs {
    width: 70%;
  }

  .about-hero_rhs {
    width: 60%;
  }

  .bod-section {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bod-holder {
    flex-flow: column;
  }

  .bod-lhs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    position: static;
  }

  .bod-rhs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .bod-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-width: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .bod-img {
    width: 100%;
  }

  .bod-details {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mngt-grid {
    grid-template-columns: 1fr 1fr;
  }

  .leader-hero {
    height: 80vh;
  }

  .statement-section {
    height: auto;
  }

  .mission-textholder {
    width: 30%;
  }

  .strength-lower {
    padding-bottom: 40px;
  }

  .about-strength_grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .stripe-block, .empty-block {
    display: none;
  }

  .red-strip {
    position: static;
  }

  .lead-upper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    position: static;
  }

  .lead-lower {
    grid-template-columns: 1fr 1fr;
  }

  .sustainaibility-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .sus-hero_header {
    font-size: 70px;
  }

  .sus-hero_header.uc-white.cc-center {
    text-align: center;
  }

  .sustain-item {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sustain-img {
    width: 100%;
    height: 320px;
    min-height: auto;
  }

  .sustain-item_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-end;
  }

  .sustain-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .sustain-items_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sustain-grid_img, .sustain-grid_text {
    width: 100%;
  }

  .sustain-itemgrid_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-end;
  }

  .career-hero_header {
    font-size: 70px;
  }

  .career-hero_header.uc-white.cc-center {
    text-align: center;
  }

  .career-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .team-slide-mobile {
    display: flex;
  }

  .team-slide.team-slide_label {
    display: none;
  }

  .team-slider-track {
    grid-template-columns: 1fr 1fr 25% 1fr 1fr;
  }

  .thrive-hero_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .c-img-3, .c-img-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .c-container-3, .c-container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-red_block, .contact-lower {
    padding: 40px;
  }

  .c-container_relative {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-container_relative.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .values-inner-2 {
    grid-template-rows: 178px 300px 300px 68px;
    grid-template-columns: 1fr 1fr;
  }

  .c-container-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-filler-2 {
    display: none;
  }

  .values-lottie-2 {
    width: 144px;
    height: 144px;
  }

  .c-img-5 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .c-img-5:where(.w-variant-37531070-119d-de90-20da-b48dc2d05bd9) {
    display: inline-block;
  }

  .footer-lhs-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-holder-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
  }

  .rhs-upper-2 {
    width: 100%;
  }

  .c-container_footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-container_footer.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .rhs-lower-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lhs-lower-2.desktop-disclaimer {
    display: none;
  }

  .footer-rhs-2 {
    width: 100%;
  }

  .tab-disclaimer {
    background-color: #e6e6e6;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .thrive-hero-lhs {
    width: auto;
  }

  .thrive-hero-rhs, .homehero-rhs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .sus-hero-lhs {
    width: auto;
  }

  .sus-hero-rhs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .quantum-zenith-design-system--mobile-cta_holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quantum-zenith-design-system--awards-inner_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quantum-zenith-design-system--uc-h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
  }

  .quantum-zenith-design-system--award-block {
    height: 350px;
  }

  .quantum-zenith-design-system--uc-h3 {
    font-size: 28.13px;
  }

  .quantum-zenith-design-system--uc-h4 {
    text-align: center;
    font-weight: 500;
  }

  .quantum-zenith-design-system--div-block {
    font-size: 30px;
  }

  .quantum-zenith-design-system--footer-upper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .quantum-zenith-design-system--footer-lower {
    background-size: auto;
  }

  .quantum-zenith-design-system--new-footer_container {
    position: static;
  }

  .quantum-zenith-design-system--footer-button.quantum-zenith-design-system--cc-centered {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .quantum-zenith-design-system--footer-details_holder {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-details_lhs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .quantum-zenith-design-system--footer-details_rhs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .quantum-zenith-design-system--footer-logo_section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .quantum-zenith-design-system--footer-logo_holder {
    width: 30%;
  }

  .quantum-zenith-design-system--footer-rc_text {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .quantum-zenith-design-system--newfooter-link_block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--foter-privacy_holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-lower_ctatext {
    font-size: 39px;
  }

  .quantum-zenith-design-system--footer-privacy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .quantum-zenith-design-system--footer-lowcta_holder {
    width: 50%;
  }

  .quantum-zenith-design-system--footer-image_holder {
    height: 200px;
    position: static;
  }

  .quantum-zenith-design-system--new-footerupper_container {
    background-color: #000;
    padding-top: 52px;
    padding-bottom: 52px;
    position: static;
  }

  .quantum-zenith-design-system--announcement-label_text {
    display: none;
  }

  .quantum-zenith-design-system--c-announcement-container {
    grid-template-columns: 10% 1fr;
  }

  .quantum-zenith-design-system--faq-hero {
    height: 500px;
  }

  .quantum-zenith-design-system--h1 {
    font-size: 40px;
  }

  .quantum-zenith-design-system--faq-h_content {
    justify-content: flex-end;
    align-items: center;
  }

  .quantum-zenith-design-system--faq-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--faq-wrapper {
    padding: 0;
  }

  .quantum-zenith-design-system--faq-block {
    padding-left: 24px;
  }

  .quantum-zenith-design-system--faq-title {
    font-size: 20px;
  }

  .quantum-zenith-design-system--faq-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .quantum-zenith-design-system--button-link_big:where(.w-variant-ae760166-fcb2-495f-27b5-778efa233a44) {
    justify-content: space-between;
  }

  .quantum-zenith-design-system--faq-fallback {
    font-size: 24px;
  }

  .quantum-zenith-design-system--faq-fallback_inner {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .quantum-zenith-design-system--faq-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quantum-zenith-design-system--news-hero_inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .quantum-zenith-design-system--news-hero_heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--news-filter {
    font-size: 18px;
  }

  .quantum-zenith-design-system--news-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--news-card_img {
    height: 300px;
  }

  .quantum-zenith-design-system--shared-page_heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--gallery-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--popup-container {
    padding: 20px;
  }

  .quantum-zenith-design-system--gallery-slider_body {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
  }

  .quantum-zenith-design-system--gallery-slider_title {
    max-width: none;
    font-size: 24px;
  }

  .quantum-zenith-design-system--kh-grid {
    grid-template-columns: 1fr;
  }

  .quantum-zenith-design-system--privacy-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quantum-zenith-design-system--privacy-hero {
    height: 500px;
  }

  .quantum-zenith-design-system--privacy-content {
    padding: 56px 24px;
  }

  .quantum-zenith-design-system--privacy-text {
    font-size: 18px;
  }

  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-cta_holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-body_text {
    font-size: 16px;
  }

  .c-h1 {
    font-size: 50px;
  }

  .partner-lower {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .quantum-lhs {
    flex-flow: column;
  }

  .quantum-rhs {
    display: flex;
  }

  .app-cta-section {
    height: auto;
  }

  .app-cta_holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .app-cta_lhs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .app-cta_rhs {
    width: 60%;
  }

  .apart-slider_caption {
    width: 95%;
  }

  .quantum-lhs_below {
    display: none;
  }

  .quantum-lhs_upper {
    width: 100%;
  }

  .statement-holder {
    width: 80%;
  }

  .uc-h2 {
    font-size: 32px;
  }

  .vision-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .vision-block_img {
    width: 100%;
    height: auto;
  }

  .vision-textholder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .mission-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .mission-textholder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-left: 0;
    padding: 40px;
  }

  .mission-block_img {
    width: 100%;
  }

  .sustain-items_grid {
    grid-template-columns: 1fr;
  }

  .commit-lhs, .commit-rhs {
    width: 100%;
  }

  .commit-holder {
    flex-flow: column;
  }

  .slide-inner_mobile {
    width: 80%;
  }

  .c-container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-opening {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uc-h3.c-opening-heading {
    font-size: 28px;
  }

  .uc-h2-2 {
    font-size: 32px;
  }

  .uc-h2-2.cc-opening {
    font-size: 36px;
  }

  .c-container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-block_holder {
    flex-flow: column;
  }

  .contact-lhs {
    width: 100%;
  }

  .contact-rhs {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
  }

  .contact-red_block, .contact-lower {
    margin-left: -30px;
    margin-right: -30px;
  }

  .c-container_relative, .c-container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .quantum-zenith-design-system--mobilenav-link_holder {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quantum-zenith-design-system--logo-holder {
    height: 30px;
  }

  .quantum-zenith-design-system--nav-link_logomobile {
    justify-content: flex-start;
    align-items: center;
  }

  .quantum-zenith-design-system--c-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quantum-zenith-design-system--dropdown-toggle.quantum-zenith-design-system--c-full {
    width: 100%;
  }

  .quantum-zenith-design-system--awards-block-wrapper {
    height: 350px;
    margin-top: 40px;
  }

  .quantum-zenith-design-system--uc-h2 {
    font-size: 30px;
  }

  .quantum-zenith-design-system--text-span {
    color: var(--quantum-zenith-design-system---zenith-red);
  }

  .quantum-zenith-design-system--award-block {
    background-size: contain;
    height: 302px;
  }

  .quantum-zenith-design-system--uc-h3 {
    width: 80%;
    font-size: 24px;
  }

  .quantum-zenith-design-system--award-block_label.quantum-zenith-design-system--cc-year {
    font-size: 30px;
  }

  .quantum-zenith-design-system--uc-h4 {
    font-size: 20px;
  }

  .quantum-zenith-design-system--c-awards-container {
    color: #e30110;
  }

  .quantum-zenith-design-system--newfooter-link_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    min-height: 0;
  }

  .quantum-zenith-design-system--footer-lowcta_holder {
    width: 90%;
  }

  .quantum-zenith-design-system--c-announcement {
    grid-template-columns: 50% 1fr;
  }

  .quantum-zenith-design-system--announcement-label {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .quantum-zenith-design-system--announcement-label_text, .quantum-zenith-design-system--marquee__paragraph {
    font-size: 12px;
  }

  .quantum-zenith-design-system--faq-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quantum-zenith-design-system--news-hero_filters {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-header {
    font-size: 45px;
  }

  .c-h1 {
    font-size: 40px;
  }

  .body-text {
    font-size: 14px;
  }

  .body-text.uc-muted.uc-hide_desktop {
    display: block;
  }

  .update-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-h2 {
    font-size: 40px;
  }

  .body-text_regular {
    font-size: 14px;
  }

  .rhs-lower {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
  }

  .footer-links-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-link_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
  }

  .footer-link.uc-hide_mobile, .social-links_holder.uc-hide_mobile {
    display: none;
  }

  .social-links_holder.uc-hide_desktop {
    display: flex;
  }

  .footer-terms_holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .footer-terms_holder.uc-hide_desktop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .footer-terms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .leap-image {
    display: none;
  }

  .c-container-app {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bod-text {
    text-align: center;
  }

  .bod-rhs, .mngt-grid {
    grid-template-columns: 1fr;
  }

  .statement-holder {
    width: 90%;
  }

  .statment-text {
    font-size: 30px;
  }

  .uc-h2 {
    text-align: center;
    text-wrap: pretty;
    font-size: 30px;
  }

  .sus-hero_header, .career-hero_header {
    font-size: 45px;
  }

  .hero-button_text {
    font-size: 16px;
  }

  .team-slide.c-short.cc-hide {
    display: none;
  }

  .hero-button {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .team-slider-track {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .c-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opening-dropdown_toggle {
    justify-content: space-between;
  }

  .opening-dropdown {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-text {
    font-size: 14px;
  }

  .c-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .c-link.c-opening_link {
    width: fit-content;
    margin-top: 30px;
  }

  .uc-h3 {
    font-size: 20px;
  }

  .uc-h2-2 {
    text-align: center;
    text-wrap: pretty;
    font-size: 40px;
  }

  .uc-h2-2.cc-opening {
    text-align: left;
  }

  .opening-card {
    flex-flow: column;
    padding: 30px 20px;
  }

  .opening-card.is-1st {
    border-top-width: 0;
  }

  .c-container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-red_block, .contact-lower {
    margin-left: -20px;
    margin-right: -20px;
  }

  .contact-submit {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-submit-text {
    font-size: 16px;
  }

  .map-holder {
    justify-content: center;
    align-items: flex-end;
  }

  .c-container_relative {
    padding-left: 20px;
    padding-right: 20px;
  }

  .values-inner-2 {
    grid-template-rows: 100px 300px 300px 300px 300px 68px;
    grid-template-columns: 1fr;
  }

  .c-container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .values-heading-2 {
    padding-top: 0;
  }

  .footer-terms_holder-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .footer-terms_holder-2.uc-hide_desktop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .footer-links-holder-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-terms-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .social-links_holder-2.uc-hide_mobile {
    display: none;
  }

  .social-links_holder-2.uc-hide_desktop {
    display: flex;
  }

  .body-text-2 {
    font-size: 14px;
  }

  .body-text-2.uc-muted.uc-hide_desktop {
    display: block;
  }

  .footer-link-2.uc-hide_mobile {
    display: none;
  }

  .c-container_footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rhs-lower-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 24px;
  }

  .footer-link_block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
    min-height: 0;
  }

  .tab-disclaimer {
    display: none;
  }
}

#w-node-de1056ab-7a16-d609-8331-344a6239ef8c-d58cd24a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a4484e6-942f-7ea8-8509-ab3d67a89642-c8f3713c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0a4484e6-942f-7ea8-8509-ab3d67a8965c-c8f3713c {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-b650e416-49b4-8816-f617-85f19c7fbda1-c8f3713c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d25e9c80-4ed1-9c55-8c53-0d95b35cac61-1b0647cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d25e9c80-4ed1-9c55-8c53-0d95b35cac63-1b0647cf {
  align-self: center;
}

#w-node-_272825b3-1bf3-14ca-05e4-6d483f0dc34f-1b0647cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_83bc92f9-696c-f3e8-481c-07d9702ede4a-1b0647cf {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_179668a0-2839-c881-b2ba-9f20a5699723-1b0647cf {
  grid-area: 2 / 5 / 4 / 6;
}

#w-node-d8cb1a72-fcc5-5f07-c5c7-f45273828ecd-1b0647cf {
  grid-area: 2 / 6 / 5 / 7;
}

#w-node-e95c6924-8167-de55-3c24-9be29c321594-1b0647cf {
  grid-area: 4 / 3 / 6 / 4;
}

#w-node-_913137c6-8201-8837-211b-d6b87b792299-1b0647cf {
  grid-area: 4 / 4 / 8 / 5;
}

#w-node-c6779035-d555-0cb6-e822-880ef1bd4e3e-1b0647cf {
  grid-area: 5 / 7 / 8 / 8;
}

#w-node-_66b5f810-2e96-215e-85a4-230a84ea8635-1b0647cf {
  grid-area: 5 / 8 / 9 / 9;
}

#w-node-_6167c7c4-ee0b-7f8d-5687-afdbca2f6aeb-ca2f6ae7, #w-node-_6167c7c4-ee0b-7f8d-5687-afdbca2f6aec-ca2f6ae7 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0a4484e6-942f-7ea8-8509-ab3d67a89642-c8f3713c {
    grid-column: span 2 / span 2;
  }

  #w-node-_0a4484e6-942f-7ea8-8509-ab3d67a8965c-c8f3713c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b650e416-49b4-8816-f617-85f19c7fbda1-c8f3713c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a4484e6-942f-7ea8-8509-ab3d67a89642-c8f3713c, #w-node-_0a4484e6-942f-7ea8-8509-ab3d67a8965c-c8f3713c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}