@charset "UTF-8";
@property --start-percentage {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@property --end-percentage {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 100%;
}
:root {
  --orange-adimab: #ed8b00;
  --orange-adimab-dark: #d47700;
  --light-orange-adimab: #f2b429;
  --blue-adimab: #3095d5;
  --green-adimab: #118993;
  --gray-adimab: #53565a;
  --wine-red-adimab-100: #931139;
  --gray-white-adimab: #f3f4f6;
  --our-team-wine-red-adimab: #954349;
  --black: #000000;
  --white: #ffffff;
  --grey: #f5f5f5;
  --dark-grey: #c0c0c0;
  --gray: #969696;
  --border: #ebebeb;
  --dark-blue: #0a3981;
  --blue: #1f509a;
  --light-blue: #d4ebf8;
  --input-bg: #F6F6F6;
  --heading-primary: #171717;
  --heading-secondary: #3c3c3c;
  --paragraph-text: #000000;
  --paragraph-link: #931139;
  --text: var(--paragraph-text);
  --field-placeholder: #B4B4B4;
  --link: var(--paragraph-link);
  --link-2: var(--light-orange-adimab);
  --wine-red-20: #E9CFD7;
  --transparent: rgba(255,255,255, 0);
  --Heading-Color-1: #25282A;
  --paragraph-text-2: #545A5E;
}

:root {
  --Font-Family-Primary: "Satoshi", sans-serif;
  --Font-Weight-Regular: 400;
  --Font-Weight-medium: 500;
  --Font-Weight-Semi-Bold: 600;
  --Font-Weight-Bold: 700;
  --Font-Weight-Light: 300;
  --Font-Weight-Extra-Bold: 800;
  --Letter-Spacing-tight: -0.025em;
  --Letter-Spacing-normal: 0em;
  --Letter-Spacing-wide: 0.025em;
  --Letter-Spacing-wider: 0.05em;
  --Letter-Spacing-widest: 0.1em;
  --Font-Size-f-size-xxxs: clamp(12px, 1vw, 12px);
  --Font-Size-f-size-xxs: clamp(14px, 1.2vw, 14px);
  --Font-Size-f-size-xs: clamp(14px, 1.4vw, 16px);
  --Font-Size-f-size-sm: clamp(16px, 1.8vw, 20px);
  --Font-Size-f-size-md: clamp(18px, 2.2vw, 24px);
  --Font-Size-f-size-lg: clamp(20px, 2.8vw, 32px);
  --Font-Size-f-size-xl: clamp(26px, 3.5vw, 40px);
  --Font-Size-f-size-xxl: clamp(30px, 4vw, 46px);
  --Font-Size-f-size-xxxl: clamp(36px, 5.5vw, 68px);
  --Font-Size-f-size-4xl: clamp(40px, 6.5vw, 80px);
  --Font-Size-f-size-5xl:clamp( 45px, 5vw + 10px, 90px);
  --Font-Size-f-size-6xl: clamp(50px, 10vw, 120px);
  --Font-Size-Paragraph-f-size: clamp(16px, 1.8vw, 20px);
  --Line-Height-Line-height-f-size-xxxs: clamp(16px, 1.4vw, 16px);
  --Line-Height-Line-height-f-size-xxs: clamp(18px, 1.8vw, 20px);
  --Line-Height-Line-height-f-size-xs: clamp(20px, 2vw, 24px);
  --Line-Height-Line-height-f-size-sm: clamp(24px, 2.4vw, 28px);
  --Line-Height-Line-height-f-size-md: clamp(26px, 2.8vw, 32px);
  --Line-Height-Line-height-f-size-lg: clamp(30px, 3.5vw, 40px);
  --Line-Height-Line-height-f-size-xl: clamp(36px, 4.5vw, 50px);
  --Line-Height-Line-height-f-size-xxl: clamp(40px, 5vw, 60px);
  --Line-Height-Line-height-f-size-xxxl: clamp(46px, 6.5vw, 80px);
  --Line-Height-Line-height-f-size-4xl: clamp(50px, 7.5vw, 90px);
  --Line-Height-Line-height-f-size-5xl: clamp(55px, 9vw, 110px);
  --Line-Height-Line-height-f-size-6xl: clamp(60px, 11vw, 130px);
  --Line-Height-Paragraph-line-height: clamp(24px, 2.8vw, 32px);
}
:root .f-size-xxxs,
:root h1.f-size-xxxs,
:root h2.f-size-xxxs,
:root h3.f-size-xxxs,
:root h4.f-size-xxxs,
:root h5.f-size-xxxs,
:root h6.f-size-xxxs,
:root p.f-size-xxxs,
:root div.f-size-xxxs {
  font-size: var(--Font-Size-f-size-xxxs);
  line-height: var(--Line-Height-Line-height-f-size-xxxs);
}
:root .f-size-xxs,
:root h1.f-size-xxs,
:root h2.f-size-xxs,
:root h3.f-size-xxs,
:root h4.f-size-xxs,
:root h5.f-size-xxs,
:root h6.f-size-xxs,
:root p.f-size-xxs,
:root div.f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
:root .f-size-xs,
:root h1.f-size-xs,
:root h2.f-size-xs,
:root h3.f-size-xs,
:root h4.f-size-xs,
:root h5.f-size-xs,
:root h6.f-size-xs,
:root p.f-size-xs,
:root div.f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
:root .f-size-sm,
:root h1.f-size-sm,
:root h2.f-size-sm,
:root h3.f-size-sm,
:root h4.f-size-sm,
:root h5.f-size-sm,
:root h6.f-size-sm,
:root p.f-size-sm,
:root div.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
:root .f-size-paragraph,
:root h1.f-size-paragraph,
:root h2.f-size-paragraph,
:root h3.f-size-paragraph,
:root h4.f-size-paragraph,
:root h5.f-size-paragraph,
:root h6.f-size-paragraph,
:root p.f-size-paragraph,
:root div.f-size-paragraph {
  font-size: var(--Font-Size-Paragraph-f-size);
  line-height: var(--Line-Height-Paragraph-line-height);
}
:root .f-size-md,
:root h1.f-size-md,
:root h2.f-size-md,
:root h3.f-size-md,
:root h4.f-size-md,
:root h5.f-size-md,
:root h6.f-size-md,
:root p.f-size-md,
:root div.f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
:root .f-size-lg,
:root h1.f-size-lg,
:root h2.f-size-lg,
:root h3.f-size-lg,
:root h4.f-size-lg,
:root h5.f-size-lg,
:root h6.f-size-lg,
:root p.f-size-lg,
:root div.f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
:root .f-size-xl,
:root h1.f-size-xl,
:root h2.f-size-xl,
:root h3.f-size-xl,
:root h4.f-size-xl,
:root h5.f-size-xl,
:root h6.f-size-xl,
:root p.f-size-xl,
:root div.f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
:root .f-size-xxl,
:root h1.f-size-xxl,
:root h2.f-size-xxl,
:root h3.f-size-xxl,
:root h4.f-size-xxl,
:root h5.f-size-xxl,
:root h6.f-size-xxl,
:root p.f-size-xxl,
:root div.f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
:root .f-size-xxxl,
:root h1.f-size-xxxl,
:root h2.f-size-xxxl,
:root h3.f-size-xxxl,
:root h4.f-size-xxxl,
:root h5.f-size-xxxl,
:root h6.f-size-xxxl,
:root p.f-size-xxxl,
:root div.f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
:root .f-size-4xl,
:root h1.f-size-4xl,
:root h2.f-size-4xl,
:root h3.f-size-4xl,
:root h4.f-size-4xl,
:root h5.f-size-4xl,
:root h6.f-size-4xl,
:root p.f-size-4xl,
:root div.f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
:root .f-size-5xl,
:root h1.f-size-5xl,
:root h2.f-size-5xl,
:root h3.f-size-5xl,
:root h4.f-size-5xl,
:root h5.f-size-5xl,
:root h6.f-size-5xl,
:root p.f-size-5xl,
:root div.f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
}
@media (max-width: 767px) {
  :root .f-size-5xl,
  :root h1.f-size-5xl,
  :root h2.f-size-5xl,
  :root h3.f-size-5xl,
  :root h4.f-size-5xl,
  :root h5.f-size-5xl,
  :root h6.f-size-5xl,
  :root p.f-size-5xl,
  :root div.f-size-5xl {
    font-size: var(--Font-Size-f-size-4xl);
    line-height: var(--Line-Height-Line-height-f-size-4xl);
  }
}
:root .f-size-6xl,
:root h1.f-size-6xl,
:root h2.f-size-6xl,
:root h3.f-size-6xl,
:root h4.f-size-6xl,
:root h5.f-size-6xl,
:root h6.f-size-6xl,
:root p.f-size-6xl,
:root div.f-size-6xl {
  font-size: var(--Font-Size-f-size-6xl);
  line-height: var(--Line-Height-Line-height-f-size-6xl);
}

.oxy-rich-text h2 {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  font-weight: var(--Font-Weight-Semi-Bold);
  font-family: var(--Font-Family-Primary);
}

.oxy-rich-text h3 {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
  font-weight: var(--Font-Weight-Semi-Bold);
  font-family: var(--Font-Family-Primary);
}

.oxy-rich-text h4 {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  font-weight: var(--Font-Weight-Semi-Bold);
  font-family: var(--Font-Family-Primary);
}

.oxy-rich-text h5 {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  font-weight: var(--Font-Weight-Semi-Bold);
}

.oxy-rich-text h6 {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
  font-weight: var(--Font-Weight-Semi-Bold);
}

.oxy-rich-text p {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: var(--paragraph-spacing);
  font-weight: var(--Font-Weight-Regular);
}
.oxy-rich-text p:last-child {
  margin-bottom: 0;
}

.oxy-rich-text li {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: var(--paragraph-spacing);
  font-weight: var(--Font-Weight-Regular);
}
.oxy-rich-text li:last-child {
  margin-bottom: 0;
}

/*
* Map for breakpoints
*/
@font-face {
  font-family: "Satoshi";
  src: url("./sass/fonts/Satoshi-Variable.woff2") format("woff2"), url("./sass/fonts/Satoshi-Variable.woff") format("woff"), url("./sass/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./sass/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./sass/fonts/Satoshi-VariableItalic.woff") format("woff"), url("./sass/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
body {
  margin-top: 0px !important;
  font-family: "Satoshi", sans-serif;
}

/* Headlines/size-lg */
.footer__menu > .menu-item > a {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-lg, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-lg, 40px); /* 125% */
}

/* Headlines/size-xxxl */
.supreme-content-block__title, .supreme-statistic__value, .supreme-hero__headline {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-xxxl, 68px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-xxxl, 80px); /* 117.647% */
}

/* Headlines/size-md */
.supreme-statistic__label, .supreme-glass-card__title {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-md, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-md, 32px); /* 133.333% */
}

/* Paragraph Styles/Small */
.supreme-content-block__description, .supreme-hero__description, .supreme-glass-card__description {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-sm, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-Line-height-f-size-sm, 28px); /* 140% */
  color: var(--paragraph-text, #000000);
}

.ct-section-inner-wrap {
  max-width: var(--content-width);
}

.logo-block__wrapper {
  padding: var(--spacing-md);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-xl);
}

.section-top-spacing {
  padding-top: var(--spacing-4xl);
}

.section-bottom-spacing {
  padding-bottom: var(--spacing-4xl);
}

.rich-text-top-spacing {
  padding-top: var(--spacing-xl);
}

.rich-text-bottom-spacing {
  padding-bottom: var(--spacing-xl);
}

.remove-top-spacing .infobox {
  padding-top: 0px !important;
}
.remove-top-spacing .featured-resources {
  padding-top: 0px !important;
}

@media (max-width: 1359px) {
  .mid-device-banner-cover .adimab-hero-banner {
    background-size: cover !important;
  }
}
.resource-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: var(--spacing-lg);
}
.resource-wrapper .featured-resources__card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.resource-wrapper .featured-resources__card--clickable {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}
.resource-wrapper .featured-resources__card .featured-resources__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .resource-wrapper .featured-resources__card .featured-resources__card-content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .resource-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.featured-resources__card-description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  max-height: 4.5em;
  margin: 0;
}
@supports not (-webkit-line-clamp: 3) {
  .featured-resources__card-description p {
    height: 4.5em;
    overflow: hidden;
    position: relative;
  }
  .featured-resources__card-description p::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding-left: 5px;
  }
}

.featured-resources__card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  max-height: 4.5em;
  margin: 0;
}
@supports not (-webkit-line-clamp: 3) {
  .featured-resources__card-title {
    height: 4.5em;
    overflow: hidden;
    position: relative;
  }
  .featured-resources__card-title::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding-left: 5px;
  }
}

.facetwp-facet-load_more_resources, .facetwp-facet-load_more_events {
  display: flex;
  justify-content: center;
  margin-bottom: 10px !important;
}
.facetwp-facet-load_more_resources .facetwp-load-more, .facetwp-facet-load_more_events .facetwp-load-more {
  color: var(--wine-red-adimab-100);
  border: 1px solid var(--wine-red-adimab-100);
  background: transparent;
  padding: 9px 30px;
  gap: var(--spacing-sm);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  font-weight: var(--Font-Weight-Bold);
  border-radius: 100px;
  transition: all 0.5s;
  cursor: pointer;
}
.facetwp-facet-load_more_resources .facetwp-load-more:hover, .facetwp-facet-load_more_events .facetwp-load-more:hover {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
}

.resource-content-section.resource-dynamic-content-section {
  padding-top: var(--spacing-xl);
}
.resource-content-section.resource-dynamic-content-section > .ct-section-inner-wrap strong {
  color: #19374F;
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  margin-top: var(--spacing-xxs);
  display: inline-block;
}
.resource-content-section.resource-dynamic-content-section > .ct-section-inner-wrap p {
  color: #151515;
}
.resource-content-section.resource-dynamic-content-section > .ct-section-inner-wrap img {
  margin-top: var(--spacing-xxs);
}

.facet-accordion {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.facet-accordion .facet-item {
  border-bottom: 1px solid #e0e0e0;
}
.facet-accordion .facet-item:last-child {
  border-bottom: none;
}
.facet-accordion .facet-item .facet-title {
  margin: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #f8f8f8;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.facet-accordion .facet-item .facet-title:hover {
  background: #f0f0f0;
}
.facet-accordion .facet-item .facet-title::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 12px;
  color: #666;
}
.facet-accordion .facet-item .facet-content {
  padding: 15px 20px;
  background: #fff;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox {
  margin-bottom: 10px;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox:last-child {
  margin-bottom: 0;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  transition: color 0.2s ease;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox label:hover {
  color: #000;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox label input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.facet-accordion .facet-item .facet-content .facetwp-checkbox .facetwp-counter {
  margin-left: 5px;
  color: #999;
  font-size: 13px;
}
.facet-accordion .facet-item.active .facet-title {
  background: #fff;
  color: #000;
}
.facet-accordion .facet-item.active .facet-title::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  .facet-accordion .facet-item .facet-title {
    padding: 14px 16px;
    font-size: 15px;
  }
  .facet-accordion .facet-item .facet-content {
    padding: 12px 16px;
  }
}
.facetwp-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.facetwp-checkbox input[type=checkbox]:checked {
  background: #007cba;
  border-color: #007cba;
}
.facetwp-checkbox input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.facetwp-checkbox input[type=checkbox]:hover {
  border-color: #999;
}

.facetwp-loading .facet-content {
  opacity: 0.5;
  pointer-events: none;
}

.PR-listing-section {
  padding: var(--spacing-3xl) 0 var(--spacing-4xl) 0;
}
.PR-listing-section .count-section-PR {
  display: flex;
  color: var(--heading-secondary);
  font-size: var(--Font-Size-f-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: 15px;
}
@media (max-width: 1536px) {
  .PR-listing-section .count-section-PR {
    padding: 0 15px;
  }
}
.PR-listing-section .bottom-count-section-PR {
  display: flex;
  color: var(--heading-secondary);
  font-size: var(--Font-Size-f-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  margin: 0 auto;
  margin-top: var(--spacing-xs);
}
.PR-listing-section .press-releases-wrapper {
  max-width: 953px;
}
.PR-listing-section .press-releases-wrapper .press-release__card {
  border-bottom: solid 1px var(--dark-grey);
  padding: var(--spacing-lg) var(--spacing-md);
  display: block;
  position: relative;
  --overlay-opacity: 0;
  --start-percentage: -60%;
  --end-percentage: -80%;
  /* Content stays above overlay */
}
.PR-listing-section .press-releases-wrapper .press-release__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  /* The gradient that will animate in */
  background: linear-gradient(90deg, rgba(242, 180, 41, 0.3) var(--start-percentage), rgba(147, 17, 57, 0.2) var(--end-percentage));
  opacity: var(--overlay-opacity);
  /* Slower transition out */
  transition: opacity 1s ease-out, --start-percentage 1s ease-out, --end-percentage 1s ease-out;
  will-change: opacity;
}
.PR-listing-section .press-releases-wrapper .press-release__card > * {
  position: relative;
  z-index: 1;
}
.PR-listing-section .press-releases-wrapper .press-release__card:hover {
  /* Animate gradient in from left */
  --overlay-opacity: 1;
  --start-percentage: 82%;
  --end-percentage: 135%;
  /* Faster transition in */
}
.PR-listing-section .press-releases-wrapper .press-release__card:hover::before {
  transition: opacity 0.8s ease-in, --start-percentage 0.8s ease-in, --end-percentage 0.8s ease-in;
}
.PR-listing-section .press-releases-wrapper .press-release__card:hover .btn-secondary {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
}
.PR-listing-section .press-releases-wrapper .press-release__card:first-child {
  border-top: solid 1px var(--dark-grey);
}
.PR-listing-section .press-releases-wrapper .press-release__card .press-release__card-date {
  color: var(--black);
  font-size: var(--Font-Size-f-size-xs);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-xs);
  margin-bottom: 10px;
}
.PR-listing-section .press-releases-wrapper .press-release__card .press-release__card-title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-lg);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-lg);
  margin-bottom: var(--spacing-md);
}
.PR-listing-section .press-releases-wrapper .press-release__card .press-release__card-description {
  color: var(--paragraph-text);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: var(--spacing-md);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 84px;
}
.PR-listing-section .facetwp-facet-load_more_press_releases {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.PR-listing-section .facetwp-facet-load_more_press_releases .facetwp-load-more {
  color: var(--wine-red-adimab-100);
  border: 1px solid var(--wine-red-adimab-100);
  background: transparent;
  padding: 9px 30px;
  gap: var(--spacing-sm);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  font-weight: var(--Font-Weight-Bold);
  border-radius: 100px;
  transition: all 0.5s;
  margin-top: var(--spacing-lg);
  cursor: pointer;
}
.PR-listing-section .facetwp-facet-load_more_press_releases .facetwp-load-more:hover {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
}

/*   Resource Accordion css  */
.blog-resource-container {
  display: flex;
  gap: var(--spacing-lg);
  padding-bottom: var(--spacing-4xl);
  width: 100%;
}
@media (max-width: 1536px) {
  .blog-resource-container {
    padding: 0 var(--spacing-md) var(--spacing-4xl) var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .blog-resource-container {
    flex-direction: column !important;
  }
}
.blog-resource-container .filter-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xl);
  font-style: normal;
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary) !important;
  padding: 0px !important;
  margin: 0px !important;
}
.blog-resource-container .parent-resource-type {
  background-color: var(--black);
  padding: var(--spacing-md);
  color: var(--white);
  border-radius: var(--border-radius-mid);
}
@media (max-width: 992px) {
  .blog-resource-container .parent-resource-type {
    width: 100% !important;
  }
}
.blog-resource-container .parent-resource-type .resource-type-div,
.blog-resource-container .parent-resource-type .therapeutic-area-div,
.blog-resource-container .parent-resource-type .technology-platform-div {
  width: 100%;
}
.blog-resource-container .parent-resource-type .resources-title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Gray-Adimab, #53565A);
  margin-bottom: 5px;
}
.blog-resource-container .parent-resource-type .resources-title::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(uploads/2025/09/arrow-icons-resource.svg) no-repeat center;
  background-size: 100%;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  flex-shrink: 0;
}
.blog-resource-container .parent-resource-type .resources-title.active::after {
  transform: rotate(0deg);
}
.blog-resource-container .parent-resource-type .facetwp-checkbox {
  background: url("uploads/2025/09/Checkboxes.svg") 0 50% no-repeat;
  background-size: 18px;
  margin-bottom: 10px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.blog-resource-container .parent-resource-type .facetwp-checkbox.checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #ffffff url(uploads/2025/09/check-icon.svg) no-repeat center/12px 12px;
  border-radius: 4px;
}
.blog-resource-container .parent-resource-type .facetwp-checkbox .facetwp-counter {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.blog-resource-container .parent-resource-type .checkbox-items-list {
  width: 100%;
}
.blog-resource-container .parent-resource-type .facetwp-facet-resources_type,
.blog-resource-container .parent-resource-type .facetwp-facet-therapeutic_area {
  margin-bottom: 10px;
}
.blog-resource-container .parent-resource-type .facetwp-facet-technology_platform {
  margin-top: var(--spacing-xs);
  margin-bottom: 0;
}
.blog-resource-container .blog-cards .main-listing-section {
  width: 100%;
}
@media (max-width: 992px) {
  .blog-resource-container .blog-cards {
    width: 100% !important;
  }
}
.blog-resource-container .blog-cards .resource-wrapper a {
  min-width: 250px;
}
.blog-resource-container .blog-cards .facetwp-facet-search {
  width: 100%;
  background-color: var(--input-bg);
  padding: 15px;
  border-radius: var(--border-radius-mid);
  margin-bottom: 30px !important;
}
.blog-resource-container .blog-cards .facetwp-facet-search .facetwp-icon {
  left: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-resource-container .blog-cards .facetwp-facet-search .facetwp-icon:before {
  display: inline-block;
  content: "";
  width: 42px;
  height: 100%;
  background: url(uploads/2025/08/search-icon.svg) no-repeat;
  background-position: 5px 50%;
  background-size: 24px 24px;
  padding: 15px 5px 15px 10px;
  position: absolute;
  left: 5px;
  top: 0;
  opacity: 1;
  transform: rotate(0deg) !important;
}
.blog-resource-container .blog-cards .facetwp-input-wrap {
  width: 100%;
}
.blog-resource-container .blog-cards .facetwp-facet input.facetwp-search {
  min-width: 100%;
  padding-left: 44px;
}
.blog-resource-container .blog-cards .facetwp-facet input.facetwp-search::-moz-placeholder {
  color: var(--dark-grey);
}
.blog-resource-container .blog-cards .facetwp-facet input.facetwp-search::placeholder {
  color: var(--dark-grey);
}
.blog-resource-container .blog-cards .facetwp-input-wrap input {
  padding: 15px;
  border: 1px solid var(--dark-grey);
  border-radius: var(--border-radius-mid);
}
.blog-resource-container .blog-cards .result-count {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  white-space: nowrap;
  color: var(--black);
}
.blog-resource-container .result-count-section {
  width: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .blog-resource-container .result-count-section {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog-resource-container .result-count-section .facetwp-selections ul {
  margin: 0 0 10px 0;
}
.blog-resource-container .result-count-section .facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.blog-resource-container .result-count-section .facetwp-selections ul li .facetwp-selection-value {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  background-color: #FFEEB9;
  padding: 5px 30px 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: var(--border-radius-border-radius-full, 100px);
  color: var(--Paragraph-text, #233232);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xs);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-Line-height-f-size-xs);
  cursor: pointer;
  background-image: url(/wp-content/uploads/2025/09/filter-close.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .blog-resource-container .result-count-section .facetwp-selections ul li .facetwp-selection-value {
    width: auto;
  }
}
.blog-resource-container .result-count-section .facetwp-selections ul li .facetwp-selection-value:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .blog-resource-container .result-count-section .facetwp-selections ul {
    padding: 0px;
  }
}

.event-listing-section {
  padding: 70px 0 var(--spacing-4xl) 0;
}
@media (max-width: 1536px) {
  .event-listing-section {
    padding: var(--spacing-4xl) var(--spacing-md);
  }
}
.event-listing-section .simple-content-block {
  padding: 0px;
  margin-bottom: var(--spacing-lg);
}
@media (max-width: 992px) {
  .event-listing-section .featured-resources__card {
    min-width: auto;
  }
}

.events-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: var(--spacing-lg);
}
.events-wrapper .featured-resources__card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.events-wrapper .featured-resources__card--clickable {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}
.events-wrapper .featured-resources__card .featured-resources__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 992px) {
  .events-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .events-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.events-count {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  white-space: nowrap;
  color: var(--heading-secondary);
  font-size: var(--Font-Size-f-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-sm);
}

.events-count-bottom, .result-count-bottom {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  white-space: nowrap;
  color: var(--heading-secondary);
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}

.resource-banner-single {
  background: linear-gradient(90deg, #000 22.59%, var(--Orange-Adimab, #ED8B00) 95%);
}
@media (max-width: 1536px) {
  .resource-banner-single > .ct-section-inner-wrap {
    padding: 0 var(--spacing-md);
  }
}
.resource-banner-single .breadcrumb-section {
  margin-bottom: var(--spacing-xl);
}
.resource-banner-single .breadcrumb-section > span {
  display: inline;
  gap: 2px;
}
.resource-banner-single .breadcrumb-section > span span {
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.resource-banner-single .breadcrumb-section > span i.spacers-icon {
  position: relative;
  top: 5px;
}
.resource-banner-single .breadcrumb-section > span .breadcrumb_last {
  color: var(--light-orange-adimab);
  font-family: var(--Font-Family-Primary, "IBM Plex Sans");
  font-size: var(--Font-Size-f-size-xxs);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.resource-banner-single .breadcrumb-section > span a {
  color: var(--dark-grey);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.resource-banner-single .breadcrumb-section > span a:hover {
  color: var(--wine-red-adimab-100);
}
.resource-banner-single-content-section {
  max-width: 950px;
}
.resource-banner-single-content-section h1 {
  color: var(--white);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-xxl);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-xxl);
  text-wrap: balance;
  margin-bottom: var(--spacing-lg);
}
.resource-banner-single-content-section .banner-shot-description {
  color: var(--border);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: var(--spacing-xl);
}
.resource-banner-single-content-section .banner-shot-description ul {
  margin: 0px;
}
.resource-banner-single-content-section .single-banner-info {
  display: flex;
  gap: var(--spacing-lg);
  flex-direction: row;
}
@media (max-width: 767px) {
  .resource-banner-single-content-section .single-banner-info {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
.resource-banner-single-content-section .single-banner-info .location {
  color: var(--white);
  font-size: var(--Font-Size-f-size-xs);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.resource-banner-single-content-section .single-banner-info .reading-time {
  color: var(--border, #EBEBEB);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-Height-Line-height-f-size-xs);
  display: list-item;
}
@media (max-width: 767px) {
  .resource-banner-single-content-section .single-banner-info .reading-time {
    margin-left: 15px;
  }
}
.resource-banner-single-content-section .single-banner-info .download a {
  color: var(--light-orange-adimab);
  font-size: var(--Font-Size-f-size-xs);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Line-height-f-size-xs);
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.resource-banner-single-content-section .single-banner-info .download a::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url("/wp-content/uploads/2025/10/download.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.resource-content-section {
  padding-top: var(--spacing-4xl);
}
.resource-content-section > .ct-section-inner-wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .resource-content-section > .ct-section-inner-wrap {
    padding: 0 var(--spacing-md);
  }
}
.resource-content-section > .ct-section-inner-wrap h2, .resource-content-section > .ct-section-inner-wrap h3, .resource-content-section > .ct-section-inner-wrap h4, .resource-content-section > .ct-section-inner-wrap h5, .resource-content-section > .ct-section-inner-wrap h6 {
  font-family: var(--Font-Family-Primary, Satoshi);
  color: var(--Heading-Color-1);
  font-weight: var(--Font-Weight-Bold);
}
.resource-content-section > .ct-section-inner-wrap h2 {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.resource-content-section > .ct-section-inner-wrap h3 {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.resource-content-section > .ct-section-inner-wrap h4 {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.resource-content-section > .ct-section-inner-wrap h5 {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.resource-content-section > .ct-section-inner-wrap h6 {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-bottom: var(--spacing-md);
  margin-top: var(--spacing-md);
}
.resource-content-section > .ct-section-inner-wrap p {
  color: var(--paragraph-text-2);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-top: 0px;
  margin-bottom: var(--spacing-sm);
}
.resource-content-section > .ct-section-inner-wrap p a {
  text-decoration: underline;
  color: var(--paragraph-text-2);
  text-underline-offset: 4px;
}
.resource-content-section > .ct-section-inner-wrap ul,
.resource-content-section > .ct-section-inner-wrap ol {
  color: var(--paragraph-text-2);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin-top: 0px;
  margin-bottom: 15px;
}
.resource-content-section > .ct-section-inner-wrap ul li,
.resource-content-section > .ct-section-inner-wrap ol li {
  margin-bottom: 10px;
}
.resource-content-section > .ct-section-inner-wrap ul li:last-child,
.resource-content-section > .ct-section-inner-wrap ol li:last-child {
  margin-bottom: 0px;
}
.resource-content-section > .ct-section-inner-wrap ul li a,
.resource-content-section > .ct-section-inner-wrap ol li a {
  text-decoration: underline;
  color: var(--paragraph-text-2);
  text-underline-offset: 4px;
}
.resource-content-section > .ct-section-inner-wrap .wp-caption-text {
  color: var(--paragraph-text-2);
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-Size-f-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  margin-top: 7.5px;
}
.resource-content-section .oxy-stock-content-styles > *:last-child {
  margin-bottom: 0;
}
.resource-content-section .wp-caption,
.resource-content-section figure {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-left: 0px;
  margin-right: 0px;
}
.resource-content-section .wp-caption .wp-caption-text,
.resource-content-section .wp-caption figcaption,
.resource-content-section figure .wp-caption-text,
.resource-content-section figure figcaption {
  display: block;
  width: 100%;
}

.oxy-stock-content-styles > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0 !important;
}
.oxy-stock-content-styles > div:first-child > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0 !important;
}

/* Used for the Terms and Conditions and Privacy Policy pages */
.general-content h4 {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
}
.general-content p {
  margin-top: 0;
  margin-bottom: var(--spacing-md);
}

/*
* Map for breakpoints
*/
.btn-secondary--alt, .btn-secondary, .btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-full);
  transition: all 0.5s;
}

.btn--lg {
  padding: var(--spacing-xs) var(--spacing-lg);
  gap: var(--spacing-sm);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  font-weight: var(--Font-Weight-Bold);
}
.btn--md {
  padding: var(--spacing-xxs) var(--spacing-md);
  gap: var(--spacing-xs);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  font-weight: var(--Font-Weight-Bold);
}
.btn--sm {
  padding: var(--spacing-xxs) var(--spacing-sm);
  gap: var(--spacing-xs);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  font-weight: var(--Font-Weight-Bold);
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  --start-percentage: -25.66%;
  --end-percentage: 29.32%;
  background: linear-gradient(90deg, var(--light-orange-adimab) var(--start-percentage), var(--wine-red-adimab-100) var(--end-percentage));
  overflow: hidden;
  isolation: isolate;
  transition: color 0.3s ease, --start-percentage 0.3s ease, --end-percentage 0.3s ease;
}
.btn-primary:hover {
  --start-percentage: 71.394%;
  --end-percentage: 115.1%;
  color: var(--black);
}

.btn-secondary {
  color: var(--wine-red-adimab-100);
  border: 1px solid var(--wine-red-adimab-100, #931139);
  background: transparent;
}
.btn-secondary:hover {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
}
.btn-secondary--alt {
  color: var(--light-orange-adimab);
  border: 1px solid var(--light-orange-adimab, #F2B429);
}
.btn-secondary--alt:hover {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
  border-color: var(--wine-red-adimab-100);
}

.btn--lg.btn-secondary--alt, .btn--lg.btn-secondary {
  padding: 9px 30px;
}

@media (max-width: 992px) {
  .btn--lg.btn-secondary--alt, .btn--lg.btn-secondary {
    padding: 7px 20px;
  }
}
.open-positons-listing {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1536px) {
  .open-positons-listing {
    padding: 0 var(--spacing-md);
  }
}
.open-positons-listing .resumator-jobs-text .resumator-job:first-child .resumator-job-title {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.open-positons-listing .resumator-job .resumator-job-title {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.open-positons-listing .resumator-job .resumator-job-info {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.open-positons-listing .resumator-job .resumator-job-location {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.open-positons-listing .resumator-job-view-details a.resumator-job-link {
  color: var(--light-orange-adimab) !important;
  font-weight: var(--Font-Weight-Bold) !important;
  font-size: var(--Font-Size-f-size-xs) !important;
  line-height: var(--Line-Height-Line-height-f-size-xs) !important;
}
.open-positons-listing .resumator-job-title.resumator-jobs-text > *:first-child {
  margin-top: 0px !important;
}
.open-positons-listing .no-padding-text .infobox__text {
  padding: 0px !important;
  margin-bottom: var(--spacing-xl);
}

.header-wrapper {
  background: linear-gradient(180deg, #000 -97.4%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

@font-face {
  font-family: "Satoshi";
  src: url("./sass/fonts/Satoshi-Variable.woff2") format("woff2"), url("./sass/fonts/Satoshi-Variable.woff") format("woff"), url("./sass/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("./sass/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./sass/fonts/Satoshi-VariableItalic.woff") format("woff"), url("./sass/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
body {
  margin-top: 0px !important;
  font-family: "Satoshi", sans-serif;
}

/* Headlines/size-lg */
.footer__menu > .menu-item > a {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-lg, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-lg, 40px); /* 125% */
}

/* Headlines/size-xxxl */
.supreme-content-block__title, .supreme-statistic__value, .supreme-hero__headline {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-xxxl, 68px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-xxxl, 80px); /* 117.647% */
}

/* Headlines/size-md */
.supreme-statistic__label, .supreme-glass-card__title {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-md, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-md, 32px); /* 133.333% */
}

/* Paragraph Styles/Small */
.supreme-content-block__description, .supreme-hero__description, .supreme-glass-card__description {
  font-family: var(--Font-Family-Primary, Satoshi);
  font-size: var(--Font-size-f-size-sm, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-Line-height-f-size-sm, 28px); /* 140% */
  color: var(--paragraph-text, #000000);
}

.footer__wrapper {
  background: linear-gradient(131deg, rgba(147, 17, 57, 0.1) 45.52%, var(--orange-adimab, #ED8B00) 100%), var(--black);
}
.footer__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  padding-bottom: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: var(--spacing-3xl);
       column-gap: var(--spacing-3xl);
  row-gap: var(--spacing-xl);
  list-style: none;
  padding-left: 0;
}
.footer__menu-wrapper {
  margin-bottom: var(--spacing-3xl);
}
.footer__menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.footer__menu li {
  list-style: none;
}
.footer__menu > .menu-item > a {
  color: var(--white);
  margin-bottom: var(--spacing-md);
  display: block;
}
.footer__menu > .menu-item > a:hover {
  color: var(--orange-adimab);
}
.footer__menu .sub-menu li + li {
  margin-top: var(--spacing-sm);
}
.footer__menu .sub-menu a {
  color: var(--dark-grey);
}
.footer__menu .sub-menu a:hover {
  color: var(--orange-adimab);
}

.copyright__wrapper {
  color: var(--white);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xl);
  width: 100%;
  align-items: center;
}
.copyright__menu {
  display: inline-flex;
  padding-left: 0;
  gap: var(--spacing-md);
}
.copyright__menu li {
  list-style: none;
}
.copyright__menu a {
  color: var(--white);
}
.copyright__menu a:hover {
  color: var(--orange-adimab);
}

.supreme-glass-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.supreme-glass-card__inner {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-lg, 30px);
  border-radius: var(--border-radius-mid, 8px);
  height: 100%;
  transition: all 0.3s ease;
  box-sizing: border-box;
  gap: var(--spacing-md);
}
.supreme-glass-card--glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white, #ffffff);
}
.supreme-glass-card--glass:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.15);
}
.supreme-glass-card--glass .supreme-glass-card__title {
  color: var(--white, #ffffff);
}
.supreme-glass-card--glass .supreme-glass-card__description {
  color: var(--white, #ffffff);
}
.supreme-glass-card--glass .supreme-glass-card__link {
  color: var(--light-orange-adimab, #F2B429);
}
.supreme-glass-card--solid {
  background: var(--white, #ffffff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--text, #000000);
}
.supreme-glass-card--solid:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.supreme-glass-card--solid .supreme-glass-card__title {
  color: var(--heading-primary, #171717);
}
.supreme-glass-card--solid .supreme-glass-card__description {
  color: var(--text, #000000);
}
.supreme-glass-card--outline {
  background: transparent;
  border: 2px solid currentColor;
  color: inherit;
}
.supreme-glass-card--outline:hover {
  background: rgba(255, 255, 255, 0.02);
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .supreme-glass-card {
    padding: var(--spacing-md, 20px);
  }
}
.supreme-glass-card__icon {
  width: 60px;
  height: 60px;
  color: var(--orange-adimab, #ED8B00);
}
.supreme-glass-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.supreme-glass-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .supreme-glass-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: var(--spacing-sm, 15px);
  }
}
.supreme-glass-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--spacing-md);
}
.supreme-glass-card__title {
  margin: 0;
  color: inherit;
}
@media (max-width: 992px) {
  .supreme-glass-card__title {
    font-size: var(--Font-size-f-size-md, 24px);
    line-height: var(--line-height-Line-height-f-size-md, 32px);
  }
}
.supreme-glass-card__description {
  flex-grow: 1;
  color: inherit;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .supreme-glass-card__description {
    font-size: var(--Font-size-f-size-xs, 16px);
    line-height: var(--line-height-Line-height-f-size-xs, 24px);
  }
}
.supreme-glass-card__link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs, 8px);
  color: var(--orange-adimab, #ED8B00);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--Font-size-f-size-xs, 16px);
  line-height: var(--line-height-Line-height-f-size-xs, 24px);
  transition: gap 0.3s ease;
}
.supreme-glass-card__link:hover {
  gap: var(--spacing-sm, 12px);
}
.supreme-glass-card__arrow {
  display: flex;
  width: 60px;
  height: 30px;
  padding: var(--spacing-xs, 10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 10px);
  flex-shrink: 0;
  border-radius: var(--border-radius-border-radius-full, 100px);
  border: 1px solid var(--light-orange-adimab, #F2B429);
}

.supreme-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(81deg, #000 46.78%, rgba(241, 138, 0, 0) 90.02%);
  background-blend-mode: hard-light;
}
.supreme-hero__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--spacing-xxl) var(--spacing-md);
  display: grid;
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .supreme-hero__container {
    grid-template-columns: 1fr !important;
    padding: var(--spacing-lg) var(--spacing-sm);
    gap: var(--spacing-lg);
  }
}
.supreme-hero--text-left .supreme-hero__container {
  grid-template-columns: 1fr 1fr;
}
.supreme-hero--text-right__container {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}
.supreme-hero--text-right__content {
  direction: ltr;
}
.supreme-hero--text-center .supreme-hero__container {
  grid-template-columns: 1fr;
  text-align: center;
}
.supreme-hero__content {
  display: flex;
  flex-direction: column;
}
.supreme-hero__eyebrow {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: var(--spacing-sm);
  color: var(--gray-adimab);
}
@media (max-width: 768px) {
  .supreme-hero__eyebrow {
    font-size: 12px;
    margin-bottom: var(--spacing-xs);
  }
}
.supreme-hero__headline {
  margin: 0 0 var(--spacing-md) 0;
  color: var(--white);
}
@media (max-width: 768px) {
  .supreme-hero__headline {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: var(--spacing-sm);
  }
}
@media (max-width: 480px) {
  .supreme-hero__headline {
    font-size: 28px;
    line-height: 36px;
  }
}
.supreme-hero__description {
  margin-bottom: var(--spacing-lg);
  color: var(--grey);
}
@media (max-width: 768px) {
  .supreme-hero__description {
    font-size: 16px;
    margin-bottom: var(--spacing-md);
  }
}
.supreme-hero__description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.supreme-hero__description p:last-child {
  margin-bottom: 0;
}
.supreme-hero__ctas {
  display: flex;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .supreme-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }
}
.supreme-hero__content--center .supreme-hero__ctas {
  justify-content: center;
}
.supreme-hero__content--right .supreme-hero__ctas {
  justify-content: flex-end;
}
.supreme-hero__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supreme-hero__image {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-mid);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.supreme-hero__unicorn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.supreme-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .supreme-hero {
    min-height: 400px;
  }
  .supreme-hero__container {
    padding: var(--spacing-md) var(--spacing-sm);
  }
}

.supreme-statistic {
  text-align: center;
}
.supreme-statistic__value {
  color: var(--Orange-Adimab, #ED8B00);
}
.supreme-statistic__label {
  color: var(--White, #FFF);
}

.supreme-content-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: var(--spacing-xl, 60px);
  padding: var(--spacing-4xl, 120px) 0;
  width: 100%;
}
.supreme-content-block--light {
  --heading-primary: var(--white);
  --heading-secondary: var(--grey);
  --paragraph-text: var(--white);
}
.supreme-content-block__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.supreme-content-block__title {
  color: var(--heading-primary);
  margin-bottom: var(--spacing-md);
}
.supreme-content-block__description {
  margin-bottom: var(--spacing-lg);
}
.supreme-content-block--left {
  order: -1;
}
.supreme-content-block--right {
  order: 1;
}
.supreme-content-block__buttons {
  display: flex;
  gap: var(--spacing-lg, 30px);
  flex-wrap: wrap;
  margin-top: var(--spacing-lg, 30px);
}
.supreme-content-block__media-placeholder {
  padding: 40px;
  background: #f0f0f0;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: var(--border-radius-mid, 8px);
}
.supreme-content-block__media-placeholder p {
  margin: 0;
  color: #666;
}

header .ct-section-inner-wrap,
header .oxy-header-container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  header {
    overflow: hidden;
  }
}
@media (min-width: 993px) {
  header {
    overflow: visible !important;
  }
}

.oxy-simple-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #000 40%, rgba(0, 0, 0, 0) 110%);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: relative;
  width: 100%;
  padding: 19px 0px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 992px) {
  .oxy-simple-header {
    background: linear-gradient(180deg, var(--black) 30%, rgba(0, 0, 0, 0) 80%);
    padding: 10px 0px;
  }
}

.simple-header__container {
  max-width: 1442px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1001;
}
@media (max-width: 1536px) {
  .simple-header__container {
    padding: 0 var(--spacing-md);
  }
}
.simple-header__logo {
  flex-shrink: 0;
}
.simple-header__logo-link {
  display: block;
  text-decoration: none;
}
.simple-header__logo-link:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.simple-header__logo-img {
  height: 55px;
  width: auto;
}
@media (max-width: 1280px) {
  .simple-header__logo-img {
    height: 45px;
  }
}
@media (max-width: 992px) {
  .simple-header__logo-img {
    height: 40px;
  }
}
.simple-header__nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .simple-header__nav {
    gap: var(--spacing-sm);
  }
}
@media (max-width: 992px) {
  .simple-header__nav--desktop {
    display: none;
  }
}
.simple-header__menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  position: relative;
}
@media (max-width: 1280px) {
  .simple-header__menu-list {
    gap: var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list {
    gap: var(--spacing-sm);
    display: none;
  }
}
.simple-header__menu-list li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.simple-header__menu-list li.menu-item-has-children:hover > .simple-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.simple-header__menu-list li a {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-medium);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 1280px) {
  .simple-header__menu-list li a {
    font-size: var(--Font-Size-f-size-xs);
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list li a {
    font-size: var(--Font-Size-f-size-xxs);
  }
}
.simple-header__menu-list li a:hover {
  color: var(--light-orange-adimab);
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--black);
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: color 0.5s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button .simple-header__menu-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
    font-size: var(--Font-Size-f-size-xs);
    padding: 8px 20px;
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
    padding: 8px 20px;
    font-size: var(--Font-Size-f-size-xs);
  }
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(90deg, #f2b429 71.394%, #931139 115.1%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  z-index: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button:hover::after {
  opacity: 1;
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--black);
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: color 0.5s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate; /* apna stacking context banane ke liye */
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button .simple-header__menu-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
    font-size: var(--Font-Size-f-size-xs);
    padding: 8px 20px;
  }
}
@media (max-width: 992px) {
  .simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button {
    padding: 8px 20px;
    font-size: var(--Font-Size-f-size-xs);
  }
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button::after {
  content: "";
  position: absolute;
  inset: -1px; /* bleed to hide seams */
  background: linear-gradient(90deg, #f2b429 71.394%, #931139 115.1%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  z-index: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.simple-header__menu-list li.simple-header__cta-item a.simple-header__cta-button:hover::after {
  opacity: 1;
}
.simple-header__menu-list li:visited > a, .simple-header__menu-list li:focus-within > a, .simple-header__menu-list li:active > a, .simple-header__menu-list li:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__menu-list li.menu-item-has-children:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__menu-text {
  display: inline-block;
}
.simple-header .resources-menu .simple-header__submenu {
  right: 0px;
  left: inherit;
}
@media (max-width: 1280px) {
  .simple-header__menu-list > li.menu-item-has-children:not(:has(~ li.menu-item-has-children)) > .simple-header__submenu {
    right: 0;
    left: auto;
  }
}
.simple-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--black);
  border-radius: 8px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
  padding: 10px;
  min-width: 240px;
  max-width: 240px;
  list-style: none;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: 1px solid rgba(192, 192, 192, 0);
}
.simple-header__submenu.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}
.simple-header__submenu .simple-header__submenu {
  top: 0;
  left: 100%;
  margin-left: 8px;
}
.simple-header__submenu li {
  margin: 0;
  position: relative;
  display: block;
}
.simple-header__submenu li.menu-item-has-children:hover > .simple-header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.simple-header__submenu li a {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--Font-Weight-Regular);
  padding: 10px;
  display: block;
  transition: color 0.3s ease;
}
.simple-header__submenu li a:hover {
  color: var(--white) !important;
  border-radius: var(--border-radius-border-radius-mid, 8px);
  background: linear-gradient(90deg, #6C5011 0%, #330513 100%);
}
.simple-header__submenu li:visited > a, .simple-header__submenu li:focus-within > a, .simple-header__submenu li:active > a, .simple-header__submenu li:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__submenu li.menu-item-has-children:hover > a {
  color: var(--light-orange-adimab);
}
.simple-header__submenu li.simple-header__cta-item a.simple-header__cta-button {
  background: none;
  color: var(--white);
  padding: 0 16px;
  border-radius: 0;
  font-weight: var(--Font-Weight-Regular);
  font-size: 16px;
}
.simple-header__submenu li.simple-header__cta-item a.simple-header__cta-button:hover {
  background: none;
  color: var(--light-orange-adimab);
  box-shadow: none;
  transform: none;
}
.simple-header__cta {
  flex-shrink: 0;
}
.simple-header__cta-button {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Medium);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: 1.2;
  color: var(--black);
  background-color: var(--white);
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .simple-header__cta-button {
    padding: 10px 20px;
    font-size: var(--Font-Size-f-size-xxxs);
  }
}
@media (max-width: 992px) {
  .simple-header {
    padding: 4px 0;
    z-index: 9999;
    position: relative;
  }
}
@media (: ) {
  .simple-header__nav {
    gap: var(--spacing-md);
  }
  .simple-header__menu-list {
    gap: var(--spacing-md);
  }
}

.simple-header--dark {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.simple-header--light {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.simple-header--light .simple-header__menu-list li a {
  color: var(--color-text-dark);
}
.simple-header--light .simple-header__menu-list li a:hover {
  color: var(--orange-adimab);
}
.simple-header--light .simple-header__cta-button {
  background-color: var(--orange-adimab);
  color: var(--white);
}
.simple-header--light .simple-header__cta-button:hover {
  background-color: var(--orange-adimab-dark);
}

.simple-header__hamburger {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999999;
  position: relative;
}
@media (max-width: 992px) {
  .simple-header__hamburger {
    display: flex;
  }
}
.simple-header__hamburger svg {
  transition: all 0.3s ease;
  opacity: 1;
}
.simple-header__hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/2025/08/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.simple-header__hamburger.is-active svg {
  opacity: 0;
  transform: scale(0);
}
.simple-header__hamburger.is-active::after {
  opacity: 1;
}
.simple-header__hamburger.is-active.fallback-close svg {
  opacity: 1;
  transform: scale(1);
}
.simple-header__hamburger.is-active.fallback-close svg path {
  transform-origin: center;
  animation: hamburgerToX 0.3s ease forwards;
}
.simple-header__hamburger.is-active.fallback-close::after {
  opacity: 0;
}
.simple-header__mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: var(--black);
  color: var(--white);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: none;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .simple-header__mobile-menu {
    display: block;
  }
}
.simple-header__mobile-menu.is-open {
  transform: translateX(0);
}
.simple-header__mobile-menu[aria-hidden=true] {
  pointer-events: none;
}
.simple-header__mobile-panel {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0 0 0 0;
  background: var(--black);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding-top: 80px;
}
.simple-header__mobile-panel.is-active {
  transform: translateX(0);
  z-index: 2;
}
.simple-header__mobile-panel.is-left {
  transform: translateX(-100%);
  z-index: 1;
}
.simple-header__mobile-header {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%), linear-gradient(0deg, rgba(83, 86, 90, 0.2) -51.64%, rgba(147, 17, 57, 0) 0%);
  font-weight: var(--Font-Weight-Semi-Bold);
}
.simple-header__mobile-back {
  color: var(--white);
  text-decoration: none;
  font-size: var(--Font-Size-f-size-xxs);
  cursor: pointer;
  font-family: var(--Font-Family-Primary);
  background-color: transparent;
  border: none;
  position: relative;
  padding-left: 25px;
}
.simple-header__mobile-back:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/08/Arrow-left-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.simple-header__mobile-back:hover {
  color: var(--light-orange-adimab);
}
.simple-header__mobile-item {
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  position: relative;
}
.simple-header__mobile-item--has-children .simple-header__mobile-expander {
  display: block;
  height: 100%;
  width: 45px;
  right: 0px;
}
.simple-header__mobile-link {
  display: block;
  padding: 10px 50px 10px 15px;
  text-decoration: none;
  color: var(--white);
  font-weight: var(--Font-Weight-Regular);
  font-family: var(--Font-Family-Primary);
  font-size: 20px;
  line-height: 28px;
}
.simple-header__mobile-link:hover {
  background: #222;
}
.simple-header__mobile-link.simple-header__mobile-cta {
  background: var(--light-orange-adimab);
  color: var(--black);
  font-weight: var(--Font-Weight-Bold);
  margin: 16px;
  border-radius: 100px;
  text-align: center;
}
.simple-header__mobile-link.simple-header__mobile-cta:hover {
  background: var(--orange-adimab);
}
.simple-header__mobile-expander {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  font-family: var(--Font-Family-Primary);
  width: 24px;
  height: 24px;
  display: none;
}
.simple-header__mobile-expander:hover {
  color: var(--light-orange-adimab);
}

@keyframes hamburgerToX {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.mobile-menu-open {
    position: fixed;
    width: 100%;
  }
}

.simple-header__mobile-menu.is-open {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999 !important;
  min-height: 100vh;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:first-child {
  border-top: 1px solid rgba(234, 234, 234, 0.2);
}

.simple-header__mobile-menu-content > ul > li:last-child {
  border-bottom: 0px;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:nth-last-child(2) {
  border-bottom: 0px;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:last-child {
  margin: 20px 15px;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:last-child a {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.5s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.simple-header__mobile-menu-content > ul:first-of-type > li:last-child a:hover {
  background: linear-gradient(71.394deg, #f2b429 71.394%, #931139 115.1%);
  color: var(--black);
  box-shadow: 0 6px 20px rgba(242, 180, 41, 0.4);
}

.adimab-footer {
  position: relative;
  background: var(--color-black);
  color: var(--color-white);
  padding: var(--spacing-xl) 0;
  overflow: hidden;
  background: linear-gradient(131deg, rgba(147, 17, 57, 0.1) 45.52%, var(--Orange-Adimab, var(--orange-adimab)) 100%), var(--black);
}
@media (max-width: 992px) {
  .adimab-footer {
    padding: 70px 0 170px 0;
    background: linear-gradient(178deg, rgba(147, 17, 57, 0.1) 64.78%, var(--Orange-Adimab, var(--orange-adimab)) 100.41%), var(--black);
  }
}
.adimab-footer__background-logo {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.adimab-footer__background-logo--desktop {
  bottom: 0;
  right: 0;
  display: block;
}
@media (max-width: 992px) {
  .adimab-footer__background-logo--desktop {
    display: none;
  }
}
.adimab-footer__background-logo--desktop img {
  width: 676px;
  height: 593px;
  -o-object-fit: contain;
     object-fit: contain;
}
.adimab-footer__background-logo--mobile {
  bottom: var(--spacing-xl);
  right: 0;
  display: none;
  bottom: 10px;
}
@media (max-width: 992px) {
  .adimab-footer__background-logo--mobile {
    display: block;
  }
}
.adimab-footer__background-logo--mobile img {
  width: 140px;
  height: 123px;
  -o-object-fit: contain;
     object-fit: contain;
}
.adimab-footer__container {
  position: relative;
  z-index: 2;
  max-width: var(--content-width);
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .adimab-footer__container {
    padding: 0 var(--spacing-md);
  }
}
.adimab-footer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--spacing-xl);
  border-bottom: solid 1px rgba(234, 234, 234, 0.2);
}
@media (max-width: 992px) {
  .adimab-footer__header {
    flex-direction: column;
    align-items: start;
    gap: var(--spacing-lg);
    text-align: center;
  }
}
.adimab-footer__logo img {
  height: 70px;
  width: auto;
  transition: opacity 0.3s ease;
}
@media (max-width: 992px) {
  .adimab-footer__cta {
    display: flex;
  }
}
.adimab-footer__cta-button {
  display: inline-block;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--black);
  background-color: var(--white);
  padding: 10px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.adimab-footer__cta-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--light-orange-adimab) 71.394%, var(--wine-red-adimab-100) 115.1%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: -1;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.adimab-footer__cta-button:hover {
  color: var(--black);
}
.adimab-footer__cta-button:hover::after {
  opacity: 1;
}
.adimab-footer__divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--color-white) 20%, var(--color-white) 80%, transparent 100%);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 992px) {
  .adimab-footer__divider {
    margin-bottom: 12px;
  }
}
.adimab-footer__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}
@media (max-width: 992px) {
  .adimab-footer__content {
    gap: var(--spacing-xl);
  }
}
.adimab-footer__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 60px 100px;
  justify-content: start;
  max-width: 866px;
}
@media (: ) {
  .adimab-footer__columns {
    grid-template-columns: repeat(auto-fit, minmax(180px, auto));
    gap: var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .adimab-footer__columns {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.adimab-footer__column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .adimab-footer__column {
    margin-bottom: 0;
  }
}
.adimab-footer__section {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .adimab-footer__section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: var(--spacing-md);
  }
  .adimab-footer__section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.adimab-footer__section-title {
  font-family: var(--font-satoshi-bold);
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  color: var(--white);
  margin-bottom: var(--spacing-md);
  cursor: default;
}
@media (max-width: 992px) {
  .adimab-footer__section-title {
    font-size: var(--Font-Size-f-size-lg);
    line-height: var(--Line-Height-Line-height-f-size-lg);
    cursor: pointer;
    padding: var(--spacing-sm) 0;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .adimab-footer__section-title::after {
    content: "";
    position: static;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .adimab-footer__section-title.active::after {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .adimab-footer__menu-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .adimab-footer__menu-links.active {
    max-height: 500px;
    padding: var(--spacing-md) 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .adimab-footer__menu-links.active {
    padding: 0 0 5px 0;
  }
}
@media (max-width: 992px) {
  .adimab-footer__menu-links.initially-active {
    max-height: 500px;
    padding: var(--spacing-md) 0;
  }
}
.adimab-footer__menu-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
@media (max-width: 992px) {
  .adimab-footer__menu-links ul {
    padding-right: 135px;
  }
}
.adimab-footer__menu-links ul li a {
  color: var(--dark-grey);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  text-decoration: none;
  transition: color 0.3s ease;
}
.adimab-footer__menu-links ul li a:hover {
  color: var(--orange-adimab);
}
@media (max-width: 992px) {
  .adimab-footer__menu-links ul li a {
    font-size: var(--font-size-p3);
    line-height: var(--line-height-p3);
  }
}
.adimab-footer__bottom {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .adimab-footer__bottom {
    flex-direction: row;
    gap: var(--spacing-xl);
    text-align: left;
  }
}
.adimab-footer__bottom-left {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .adimab-footer__bottom-left {
    flex-shrink: 0;
  }
}
.adimab-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
}
.adimab-footer__social-link:hover {
  opacity: 1;
}
.adimab-footer__social-link:hover .adimab-footer__social-icon--default {
  opacity: 0;
}
.adimab-footer__social-link:hover .adimab-footer__social-icon--hover {
  opacity: 1;
}
.adimab-footer__social-icon {
  width: 28px;
  height: 28px;
  transition: opacity 0.3s ease;
}
.adimab-footer__social-icon--default {
  opacity: 1;
}
.adimab-footer__social-icon--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.adimab-footer__bottom-right {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .adimab-footer__bottom-right {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
}
.adimab-footer__copyright {
  font-family: var(--Font-Family-Primary);
  font-size: var(--font-size-p4);
  line-height: var(--line-height-p4);
  color: var(--white);
  margin: 0;
}
@media (max-width: 992px) {
  .adimab-footer__copyright {
    font-size: var(--font-size-p5);
  }
}
.adimab-footer__legal-links {
  display: flex;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .adimab-footer__legal-links {
    gap: var(--spacing-md);
  }
}
.adimab-footer__legal-links a {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.adimab-footer__legal-links a:hover {
  opacity: 0.8;
  color: var(--orange-adimab);
}
@media (max-width: 992px) {
  .adimab-footer__legal-links a {
    font-size: var(--Font-Size-f-size-xxs);
    line-height: var(--Line-Height-Line-height-f-size-xxs);
  }
}

.home .oxy-supreme-adimab-hero-banner {
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .home .oxy-supreme-adimab-hero-banner {
    position: relative;
  }
}
.home .oxy-supreme-adimab-hero-banner ~ * {
  transform: translateZ(0);
}
.home .adimab-hero-banner__blur-effect {
  position: absolute;
  width: 545px;
  height: 385px;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0.5;
  background: #010000;
  mix-blend-mode: overlay;
  filter: blur(44px);
  z-index: 0;
}
.home .adimab-hero-banner__description {
  max-width: 833px;
}
@media (max-width: 992px) {
  .home .adimab-hero-banner__description {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .home .adimab-hero-banner__description {
    max-width: 100%;
  }
}

.adimab-hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  contain: layout style paint;
  will-change: auto;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .adimab-hero-banner {
    background-size: contain !important;
    background-position: top !important;
    contain: layout paint;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-default), .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-orange), .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-red), .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-blue) {
    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-orange), .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-red), .adimab-hero-banner:has(.adimab-hero-banner__background--gradient-blue) {
    padding: 325px 20px 70px 20px !important;
  }
}
.adimab-hero-banner__unicorn-container {
  position: absolute;
  top: 0;
  left: 22%;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: layout style paint;
}
@media (max-width: 992px) {
  .adimab-hero-banner__unicorn-container {
    transform: none;
    will-change: auto;
    left: 0;
  }
}
@media (max-width: 1536px) {
  .adimab-hero-banner__unicorn-container {
    left: 15%;
  }
}
@media (max-width: 1024px) {
  .adimab-hero-banner__unicorn-container {
    left: 8%;
  }
}
@media (max-width: 992px) {
  .adimab-hero-banner__unicorn-container {
    left: 0%;
  }
}
.adimab-hero-banner.animation-enabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.adimab-hero-banner__iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.adimab-hero-banner__iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 22%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: opacity, transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.adimab-hero-banner__iframe-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 992px) {
  .adimab-hero-banner__iframe-container iframe {
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
  }
}
.adimab-hero-banner__iframe-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.adimab-hero-banner__iframe-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: var(--white);
  font-family: var(--Font-Family-Primary);
}
.adimab-hero-banner__iframe-loader span {
  font-size: var(--Font-Size-f-size-sm);
  opacity: 0.7;
}
.adimab-hero-banner__iframe-loader::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid var(--white);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.adimab-hero-banner__hero-wrap {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .adimab-hero-banner__hero-wrap {
    gap: 30px;
  }
}
.adimab-hero-banner__content-section {
  display: flex;
  width: 100%;
  max-width: 58%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .adimab-hero-banner__content-section {
    max-width: 100%;
    gap: 20px;
  }
}
.adimab-hero-banner__main-title {
  color: var(--white);
  font-family: var(--Font-Family-Primary, "Satoshi", sans-serif);
  font-size: var(--Font-Size-f-size-5xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
  margin: 0;
}
@media (max-width: 992px) {
  .adimab-hero-banner__main-title {
    font-size: var(--Font-Size-f-size-4xl);
    line-height: var(--Line-Height-Line-height-f-size-4xl);
  }
}
.adimab-hero-banner__description {
  width: 100%;
  max-width: 755px;
  color: var(--white);
  font-family: var(--Font-Family-Primary, "Satoshi", sans-serif);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
}
@media (max-width: 992px) {
  .adimab-hero-banner__description {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .adimab-hero-banner__description {
    max-width: 100%;
  }
}
.adimab-hero-banner__buttons-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.adimab-hero-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.adimab-hero-banner__background--gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(93deg, #000 58.51%, rgba(241, 138, 0, 0) calc(58.51% + 100px));
  background-blend-mode: hard-light;
}
.adimab-hero-banner__background--gradient-default {
  left: auto;
  right: 0;
  max-width: 49%;
}
@media (max-width: 767px) {
  .adimab-hero-banner__background--gradient-default {
    max-width: 100%;
  }
}
.adimab-hero-banner__background--gradient-default::before {
  background: linear-gradient(93deg, #000 50px, rgba(241, 138, 0, 0) 150px);
  background-blend-mode: hard-light;
}
.adimab-hero-banner__background--gradient-default .adimab-hero-banner__background-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adimab-hero-banner__background--gradient-orange::before {
  background: linear-gradient(81deg, #000 0.59%, var(--Orange-Adimab, #ED8B00) 100.13%);
  background-blend-mode: hard-light;
}
.adimab-hero-banner__background--gradient-orange .adimab-hero-banner__background-image {
  z-index: 3;
  right: 0;
  left: auto;
  -o-object-position: right bottom;
     object-position: right bottom;
  max-width: clamp(300px, 40vw, 100%);
}
@media (max-width: 767px) {
  .adimab-hero-banner__background--gradient-orange .adimab-hero-banner__background-image {
    margin: 0 auto;
  }
}
.adimab-hero-banner__background--gradient-red::before {
  background: linear-gradient(81deg, #000 46.78%, var(--wine-red-adimab-100, #931139) 100.13%);
  background-blend-mode: hard-light;
}
.adimab-hero-banner__background--gradient-red .adimab-hero-banner__background-image {
  z-index: 3;
  right: 0;
  left: auto;
  -o-object-position: right bottom;
     object-position: right bottom;
  max-width: clamp(300px, 40vw, 100%) !important;
}
@media (max-width: 767px) {
  .adimab-hero-banner__background--gradient-red .adimab-hero-banner__background-image {
    margin: 0 auto;
  }
}
.adimab-hero-banner__background--gradient-blue::before {
  background: linear-gradient(81deg, #000 0.59%, var(--Blue-Adimab, #3095D5) 100.13%);
  background-blend-mode: hard-light;
}
.adimab-hero-banner__background--gradient-blue .adimab-hero-banner__background-image {
  z-index: 3;
  right: 0;
  left: auto;
  -o-object-position: right bottom;
     object-position: right bottom;
  max-width: clamp(300px, 40vw, 100%);
}
@media (max-width: 767px) {
  .adimab-hero-banner__background--gradient-blue .adimab-hero-banner__background-image {
    margin: 0 auto;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (max-width: 767px) {
  .adimab-hero-banner__background--gradient::before {
    background: linear-gradient(10deg, #000 65.25%, rgba(241, 138, 0, 0) 70.4%);
    background-blend-mode: normal;
  }
  .adimab-hero-banner__background--gradient-default::before {
    background: linear-gradient(10deg, #000 65.25%, rgba(241, 138, 0, 0) 70.4%);
    background-blend-mode: normal;
  }
  .adimab-hero-banner__background--gradient-orange::before {
    background: linear-gradient(180deg, #ED8B00 0%, #000 100%);
    background-blend-mode: lighten;
  }
  .adimab-hero-banner__background--gradient-red::before {
    background: linear-gradient(180deg, #931139 0%, #000 100%);
    background-blend-mode: lighten;
  }
  .adimab-hero-banner__background--gradient-blue::before {
    background: linear-gradient(180deg, #3095D5 0%, #000 100%);
    background-blend-mode: hard-light;
  }
}
.adimab-hero-banner__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  display: block;
  z-index: 1;
}
@media (max-width: 767px) {
  .adimab-hero-banner__background-image {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-position: top center;
       object-position: top center;
  }
}

.supreme-section-banner {
  width: 100%;
  padding-top: var(--spacing-4xl) 0px 0px 0px;
}
.supreme-section-banner__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1536px) {
  .supreme-section-banner__container {
    padding: 0 var(--spacing-md);
  }
}
.supreme-section-banner__content {
  display: flex;
  gap: var(--spacing-xl);
  align-items: center;
  justify-content: flex-start;
  background-color: var(--black);
  border-radius: var(--border-radius-mid);
  padding: var(--spacing-xl);
  position: relative;
  overflow: visible;
}
.supreme-section-banner__image-container {
  width: 658px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .supreme-section-banner__image-container {
    height: auto;
  }
}
.supreme-section-banner__pattern-enable .supreme-section-banner__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 718px;
  height: 536px;
  background: url("/wp-content/uploads/2025/09/Banner_Patterns_updated.png") no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.supreme-section-banner__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
}
@media (max-width: 992px) {
  .supreme-section-banner__image-wrapper {
    aspect-ratio: 705/427;
    width: 100%;
    height: auto;
  }
}
.supreme-section-banner__image {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-mid);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.supreme-section-banner__text-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  max-width: 602px;
  z-index: 1;
}
.supreme-section-banner__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
  color: var(--white);
  margin: 0;
}
.supreme-section-banner__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--white);
  max-width: 498px;
  margin: 0;
}
.supreme-section-banner__description p {
  margin-bottom: var(--spacing-sm);
}
.supreme-section-banner__description p:last-child {
  margin: 0 0 10px 0;
}
.supreme-section-banner__pattern {
  position: absolute;
  left: -60px;
  top: 245px;
  width: 718px;
  height: 311px;
  pointer-events: none;
}
.supreme-section-banner__pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .supreme-section-banner__container {
    padding: 0 var(--spacing-md);
  }
  .supreme-section-banner__pattern-enable .supreme-section-banner__content:after {
    opacity: 0.3;
  }
  .supreme-section-banner__content {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-lg);
    z-index: 1;
    overflow: hidden;
  }
  .supreme-section-banner__image-container {
    width: 100%;
  }
  .supreme-section-banner__text-content {
    max-width: 100%;
  }
  .supreme-section-banner__description {
    max-width: 100%;
  }
  .supreme-section-banner__pattern {
    display: none;
  }
}
@media (max-width: 767px) {
  .supreme-section-banner__heading {
    font-size: var(--Font-Size-f-size-xl);
    line-height: 1.2;
  }
  .supreme-section-banner__content {
    padding: var(--spacing-xl);
  }
}

.counter {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--black);
  overflow: hidden;
  z-index: 1;
  padding: 120px 0 120px 0px;
}
@media (max-width: 992px) {
  .counter {
    padding: 0px 0px 70px 0px;
  }
}
.counter:before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 691px;
  height: 640px;
  background-image: url("/wp-content/uploads/2025/08/counter-left.svg");
  z-index: -1;
}
@media (max-width: 767px) {
  .counter:before {
    display: none;
  }
}
.counter:after {
  content: "";
  position: absolute;
  top: 140px;
  right: 0;
  width: 691px;
  height: 640px;
  background-image: url("/wp-content/uploads/2025/08/counter-right.svg");
  z-index: -1;
}
@media (max-width: 767px) {
  .counter:after {
    display: none;
  }
}
.counter__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1536px) {
  .counter__container {
    padding: 0 var(--spacing-md);
  }
}
.counter__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  align-items: start;
  justify-items: center;
}
@media (max-width: 992px) {
  .counter__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: center;
  width: 100%;
  max-width: 288px;
}
.counter__number {
  color: var(--orange-adimab);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
  white-space: nowrap;
}
.counter__label {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  text-align: center;
  margin: 0;
  width: 100%;
}
.counter__label p {
  margin: 0px;
}
.counter__item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
.counter__item:nth-child(1) {
  animation-delay: 0.1s;
}
.counter__item:nth-child(2) {
  animation-delay: 0.2s;
}
.counter__item:nth-child(3) {
  animation-delay: 0.3s;
}
.counter__item:nth-child(4) {
  animation-delay: 0.4s;
}
.counter.animate-on-scroll .counter__number {
  transition: all 0.3s ease;
}
.counter.animate-on-scroll .counter__number:hover {
  transform: scale(1.05);
  color: var(--wine-red-adimab-100, #8b0000);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-showcase {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
  box-sizing: border-box;
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}
@media (max-width: 767px) {
  .services-showcase {
    padding-right: 0px;
    padding-left: 15px;
  }
}
.services-showcase::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  background: url("/wp-content/uploads/2025/12/services-showcase-Patterns-scaled.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .services-showcase::before {
    background: url("/wp-content/uploads/2025/12/services-showcase-Patterns-scaled.png") no-repeat;
    opacity: 1;
    background-position: bottom;
    background-size: contain;
  }
}
.services-showcase.rotate-on::before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .services-showcase.rotate-on::before {
    transform: rotate(0deg);
  }
}
.services-showcase.hide-bg-image::before {
  display: none;
}
@media (max-width: 767px) {
  .services-showcase:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/wp-content/uploads/2025/08/showcase-mobile-animation.svg") no-repeat;
    background-position: top right;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }
}
.services-showcase__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1;
  padding-top: var(--spacing-4xl);
}
@media (max-width: 992px) {
  .services-showcase__container {
    gap: 28px;
  }
}
.services-showcase__header {
  display: flex;
  width: 100%;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .services-showcase__header {
    flex-direction: column;
    gap: 28px;
    text-align: left;
    align-items: flex-start;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .services-showcase__header {
    padding-right: 15px;
  }
}
.services-showcase__title {
  flex: 0 0 auto;
  width: 100%;
  max-width: 801px;
}
@media (max-width: 1280px) {
  .services-showcase__title {
    max-width: 100%;
  }
}
.services-showcase__title h2 {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
}
.services-showcase__description {
  flex: 1 1 auto;
  padding-top: 10px;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.services-showcase__description p {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0 0 15px 0;
}
.services-showcase__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .services-showcase__description {
    padding-top: 0px;
    max-width: 679px;
  }
}
.services-showcase__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .services-showcase__content {
    align-items: self-start;
  }
}
.services-showcase__cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
@media (max-width: 1280px) {
  .services-showcase__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-showcase__cards-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .services-showcase__cards-grid .services-showcase__card:last-child {
    margin-right: 15px;
  }
}
.services-showcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px;
  gap: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%), linear-gradient(0deg, rgba(83, 86, 90, 0.2) -51.64%, rgba(147, 17, 57, 0) 0%);
}
@media (max-width: 767px) {
  .services-showcase__card {
    min-width: 260px;
    padding: 15px;
  }
}
.services-showcase__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.services-showcase__card:hover::before {
  opacity: 1;
}
.services-showcase__card:hover .services-showcase__card-arrow {
  background-color: var(--white);
  transition: opacity 0.5s ease;
}
.services-showcase__card:hover .services-showcase__card-arrow::after {
  background-image: url("/wp-content/uploads/2025/08/button-arrow-hover.svg");
}
.services-showcase__card:not([href]) {
  cursor: default;
}
.services-showcase a.services-showcase__card::before {
  background: linear-gradient(0deg, rgba(83, 86, 90, 0) -51.64%, #931139 49.73%);
}
.services-showcase__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  flex: 1;
}
.services-showcase__card-content:not(:has(.services-showcase__card-description)) {
  align-items: center;
}
.services-showcase__card-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .services-showcase__card-main {
    gap: 15px;
  }
}
.services-showcase__card-main:not(:has(.services-showcase__card-description)) {
  justify-content: center;
  align-items: center;
}
.services-showcase__card-main:not(:has(.services-showcase__card-description)) .services-showcase__card-text {
  align-items: start;
}
.services-showcase__card-main:not(:has(.services-showcase__card-description)) .services-showcase__card-title {
  text-align: start;
}
.services-showcase__card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
  flex-shrink: 0;
}
.services-showcase__card-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.services-showcase__card-icon svg {
  width: 60px;
  height: 60px;
  color: var(--light-orange-adimab);
  fill: var(--light-orange-adimab);
}
.services-showcase__card-icon:empty::before {
  content: "🔬";
  font-size: 32px;
  color: var(--light-orange-adimab);
}
.services-showcase__card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.services-showcase__card-title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin: 0;
  text-align: left;
}
.services-showcase__card-description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  text-align: left;
}
.services-showcase__card-description p {
  margin: 0;
}
.services-showcase__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  border: 1px solid var(--light-orange-adimab);
  border-radius: 100px;
  color: var(--light-orange-adimab);
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 6px 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  z-index: 1;
}
.services-showcase__card-arrow::after {
  content: "";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/08/button-arrow.svg");
  width: 100%;
  height: 100%;
}
.services-showcase__card-arrow svg {
  width: 40px;
  height: 14px;
}
.services-showcase__card-arrow:hover {
  background-color: var(--light-orange-adimab);
  color: var(--black);
}
.services-showcase__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-showcase__card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
.services-showcase__card:nth-child(1) {
  animation-delay: 0.1s;
}
.services-showcase__card:nth-child(2) {
  animation-delay: 0.2s;
}
.services-showcase__card:nth-child(3) {
  animation-delay: 0.3s;
}
.services-showcase__card:nth-child(4) {
  animation-delay: 0.4s;
}
.services-showcase__card:nth-child(5) {
  animation-delay: 0.5s;
}
.services-showcase__card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-contrast: high) {
  .services-showcase__card {
    border: 2px solid #ffffff;
  }
  .services-showcase__card-arrow, .services-showcase__button {
    border-color: #ffaa00;
    color: #ffaa00;
  }
}
.info-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-4xl) 0px;
  box-sizing: border-box;
  background-color: var(--white);
  color: var(--heading-primary);
}
@media (max-width: 992px) {
  .info-slider {
    padding: 70px 0px;
  }
}
.info-slider__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1536px) {
  .info-slider__container {
    padding: 0 var(--spacing-md);
  }
}
.info-slider__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacing-xl);
  flex-direction: row;
}
@media (max-width: 992px) {
  .info-slider__content {
    flex-direction: column;
  }
}
.info-slider__text {
  flex: 0 0 auto;
  width: 50%;
  max-width: 690px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .info-slider__text {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}
.info-slider__title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .info-slider__title {
    margin-bottom: 15px;
  }
}
.info-slider__sub-content {
  color: var(--black);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-lg);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .info-slider__sub-content {
    margin-bottom: 20px;
  }
}
.info-slider__sub-content p {
  margin: 0 0 20px 0;
}
.info-slider__sub-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .info-slider__sub-content p {
    margin: 0 0 15px 0;
  }
}
.info-slider__description {
  color: var(--paragraph-text);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.info-slider__description p {
  margin-top: 0px;
}
.info-slider__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .info-slider__description p {
    margin: 0 0 20px 0;
  }
}
.info-slider__description ul {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: var(--spacing-xl);
}
@media (max-width: 992px) {
  .info-slider__description ul {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 0px;
  }
}
.info-slider__description ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: var(--spacing-md);
  list-style-type: disc;
  list-style-position: outside;
  color: var(--gray-adimab);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-Line-height-f-size-md);
}
.info-slider__description ul li:last-child {
  margin-bottom: 0;
}
.info-slider__buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
  margin-top: var(--spacing-lg);
}
@media (max-width: 767px) {
  .info-slider__buttons {
    gap: var(--spacing-md);
  }
}
.info-slider__slider {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 690px;
}
@media (max-width: 992px) {
  .info-slider__slider {
    order: 1;
    width: 100%;
  }
}
.info-slider__slides {
  position: relative;
  width: 100%;
  height: 559px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .info-slider__slides {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .info-slider__slides {
    height: 300px;
  }
}
.info-slider__slides-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.info-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.info-slider__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.info-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .info-slider__pagination {
    gap: 7px;
  }
}
.info-slider__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background-color: var(--dark-grey);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .info-slider__dot {
    width: 7px;
    height: 7px;
    padding: 0px;
  }
}
.info-slider__dot--active {
  background-color: var(--wine-red-adimab-100);
  opacity: 1;
}
@media (min-width: 993px) {
  .info-slider--slider-right .info-slider__content {
    flex-direction: row;
  }
}

@media (prefers-contrast: high) {
  .info-slider__button--primary {
    background: #000000;
    color: #ffffff;
  }
  .info-slider__button--secondary {
    border-color: #000000;
    color: #000000;
  }
  .info-slider__button--secondary:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .info-slider__dot {
    border: 2px solid #000000;
  }
  .info-slider__dot--active {
    background-color: #000000;
  }
}
.Single-left-image .info-slider--slider-left {
  padding-top: 0;
}
.Single-left-image .info-slider--slider-left .info-slider__content {
  flex-direction: row-reverse;
}
.Single-left-image .info-slider__text {
  max-width: 675px;
}
@media (max-width: 1280px) {
  .Single-left-image .info-slider__text {
    max-width: 50%;
  }
}
.Single-left-image .info-slider__slider {
  max-width: 100%;
}
@media (max-width: 992px) {
  .Single-left-image .info-slider--slider-left .info-slider__content {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .Single-left-image .info-slider__text {
    max-width: 100%;
  }
}

.testimonial {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0px;
  box-sizing: border-box;
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}
@media (max-width: 992px) {
  .testimonial {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding: 60px 0px;
  }
}
.testimonial__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.testimonial__container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 691px;
  height: 640px;
  background-image: url("/wp-content/uploads/2025/08/counter-left.svg");
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial__container:before {
    background-image: url("/wp-content/uploads/2025/09/counter-left-mobile.svg");
    width: 375px;
    height: 347px;
    top: inherit;
    bottom: 0px;
  }
}
.testimonial__container:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 691px;
  height: 640px;
  background-image: url("/wp-content/uploads/2025/08/counter-right.svg");
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial__container:after {
    display: none;
  }
}
@media (min-width: 1600px) {
  .testimonial__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .testimonial__container {
    padding: 0 var(--spacing-sm);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__container {
    gap: 31px;
  }
}
.testimonial__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonial__header {
    text-align: left;
    justify-content: flex-start;
  }
}
.testimonial__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
}
@media (max-width: 767px) {
  .testimonial__title {
    font-size: var(--Font-Size-f-size-xxxl);
    line-height: var(--Line-Height-Line-height-f-size-xxxl);
  }
}
.testimonial__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
  position: relative;
  max-width: none;
}
.testimonial__content:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 99999;
  left: -20px;
  width: 121px;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial__content:before {
    display: none;
  }
}
.testimonial__content:after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 99999;
  right: -20px;
  width: 121px;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial__content:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .testimonial__content {
    padding: 0 120px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .testimonial__content {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .testimonial__content {
    padding: 0 60px 0 20px;
    align-items: start;
  }
}
.testimonial__slider {
  width: 100%;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.testimonial__cards {
  display: flex;
  width: 100%;
  overflow: visible;
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .testimonial__cards:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -71px;
    bottom: 0;
    background: linear-gradient(to left, rgba(225, 225, 225, 0.6) 1%, rgba(147, 17, 57, 0) 3%);
    pointer-events: none;
    z-index: 1;
  }
}
.testimonial__cards-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.5s ease-in-out;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .testimonial__cards-wrapper {
    gap: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .testimonial__cards-wrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial__cards-wrapper {
    gap: 24px;
  }
}
.testimonial__card {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  transition: opacity 0.4s ease;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media (min-width: 992px) {
  .testimonial__card {
    width: 718px;
    max-width: 718px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .testimonial__card {
    width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .testimonial__card {
    width: 320px;
    max-width: 320px;
    flex-direction: column;
    opacity: 0.9;
  }
}
@media (max-width: 479px) {
  .testimonial__card {
    width: 325px;
    max-width: 325px;
  }
}
.testimonial__card--active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial__card--hidden-left {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-200px) !important;
  }
}
.testimonial__image {
  flex: 0 0 360px;
  width: 360px;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) and (min-width: 768px) {
  .testimonial__image {
    flex: 0 0 250px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .testimonial__image {
    flex: 0 0 auto;
    width: 100%;
    height: 163px;
  }
}
.testimonial__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonial__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 30px;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .testimonial__card-content {
    padding: 25px 18px 18px 25px;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial__card-content {
    padding: 15px;
    gap: 15px;
  }
}
.testimonial__quote-icon {
  width: 14px;
  height: 10px;
  color: var(--light-orange-adimab);
  flex-shrink: 0;
  line-height: 0;
  margin-bottom: var(--spacing-md);
}
.testimonial__quote-icon svg {
  width: 100%;
  height: 100%;
}
.testimonial__text {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  flex: 1;
  margin-bottom: var(--spacing-md);
}
@media (max-width: 767px) {
  .testimonial__text {
    font-size: var(--Font-Size-f-size-sm);
    line-height: var(--Line-Height-Line-height-f-size-sm);
  }
}
.testimonial__text p {
  margin: 0 0 var(--Paragraph-spacing, 15px) 0;
}
.testimonial__text p:last-child {
  margin-bottom: 0;
}
.testimonial__person {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
}
.testimonial__name {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  margin: 0;
}
@media (max-width: 767px) {
  .testimonial__name {
    font-size: var(--Font-Size-f-size-xs);
  }
}
.testimonial__position {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  margin: 0;
}
@media (max-width: 767px) {
  .testimonial__position {
    font-size: var(--Font-Size-f-size-xs);
  }
}
.testimonial__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
@media (max-width: 767px) {
  .testimonial__navigation {
    gap: 17px;
    padding-bottom: 70px;
    align-items: start;
    justify-content: flex-start;
  }
}
.testimonial__arrow {
  display: flex;
  width: 60px;
  height: 30px;
  border: 1px solid var(--light-orange-adimab);
  background: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--light-orange-adimab);
  position: relative;
}
@media (max-width: 767px) {
  .testimonial__arrow {
    width: 60px;
    height: 30px;
    padding: 15px 10px;
  }
}
.testimonial__arrow:hover {
  background: #FFF;
  color: var(--black);
  transform: scale(1.05);
}
.testimonial__arrow:hover::after {
  background-image: url("/wp-content/uploads/2025/08/black-arrow-icon.svg");
}
.testimonial__arrow:active {
  transform: scale(0.95);
}
.testimonial__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.testimonial__arrow:disabled:hover {
  background: transparent;
  color: var(--light-orange-adimab);
  transform: none;
}
.testimonial__arrow svg {
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 767px) {
  .testimonial__arrow svg {
    width: 16px;
    height: 16px;
  }
}
.testimonial__arrow::after {
  content: "";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/08/right-arrow-icons.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__arrow--prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.testimonial__arrow--next::after {
  background-image: url("/wp-content/uploads/2025/08/right-arrow-icons.svg");
}
.testimonial__background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.3;
  z-index: 0;
}
.testimonial__background-pattern::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 640px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3OCIgaGVpZ2h0PSI2NDAiIHZpZXdCb3g9IjAgMCAxNjc4IDY0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJkb3RzIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPgo8Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iIzMxMTEzOSIgb3BhY2l0eT0iMC4zIi8+CjwvcGF0dGVybj4KPC9kZWZzPgo8cmVjdCB3aWR0aD0iMTY3OCIgaGVpZ2h0PSI2NDAiIGZpbGw9InVybCgjZG90cykiLz4KPC9zdmc+");
  background-repeat: repeat;
}
.testimonial--with-pattern .testimonial__background-pattern {
  display: block;
}

@media (prefers-contrast: high) {
  .testimonial__card {
    border: 2px solid var(--white);
  }
  .testimonial__arrow {
    border-color: var(--white);
    color: var(--white);
  }
  .testimonial__arrow:hover {
    background: var(--white);
    color: var(--black);
  }
}
/**
 * Partner Component Styles
 * Two-column layout with partner logos and content
 * Responsive design with mobile-first approach
 */
.partner {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: var(--spacing-4xl) 0 0 0;
}
@media (max-width: 992px) {
  .partner {
    padding-top: var(--spacing-xxl);
  }
}
.partner__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 80px;
}
@media (max-width: 1536px) {
  .partner__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .partner__container {
    flex-direction: column;
    gap: 40px;
  }
}
.partner__logos {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0px 20px;
  max-width: 680px;
}
@media (max-width: 992px) {
  .partner__logos {
    padding: 15px 15px 0px 15px;
  }
}
.partner__logos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
  width: 100%;
  max-width: 636px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 767px) {
  .partner__logos-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.partner__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.partner__logo-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.partner__logo-image {
  width: 100%;
  height: auto;
  max-width: 141px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}
@media (max-width: 992px) {
  .partner__logo-image {
    max-width: 120px;
    max-height: 60px;
  }
}
@media (: ) {
  .partner__logo-image {
    max-width: 80px;
    max-height: 60px;
  }
}
.partner__logo-text {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.partner__logo-text:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .partner__logo-text {
    font-size: 14px;
  }
}
.partner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .partner__content {
    padding: 0;
  }
}
.partner__content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .partner__content-inner {
    gap: 15px;
  }
}
.partner .partner__button-wrapper {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .partner .partner__button-wrapper {
    margin-top: 5px;
  }
}
.partner__heading {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
}
.partner__description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
}
.partner__description p {
  margin: 0 0 15px 0;
}
.partner__description p:last-child {
  margin-bottom: 0;
}
.partner--reverse .partner__container {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .partner--reverse .partner__container {
    flex-direction: column-reverse;
  }
}
.partner--center .partner__content-inner {
  text-align: center;
  align-items: center;
}
.partner--right .partner__content-inner {
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .partner--right .partner__content-inner {
    text-align: center;
    align-items: center;
  }
}

/**
 * Partner Showcase Component Styles
 * Glass card layout with partner information
 * Responsive design with mobile-first approach
 */
.partner-showcase {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0px 120px 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .partner-showcase {
    padding: 40px 0px 70px 0px;
  }
}
.partner-showcase:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 691px;
  height: 640px;
  background-image: url(/wp-content/uploads/2025/08/counter-left.svg);
  z-index: -1;
}
@media (max-width: 767px) {
  .partner-showcase:before {
    background-image: url("/wp-content/uploads/2025/09/counter-left-mobile.svg");
    width: 375px;
    height: 347px;
  }
}
.partner-showcase:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 691px;
  height: 640px;
  background-image: url(/wp-content/uploads/2025/08/counter-right.svg);
  z-index: -1;
}
@media (max-width: 767px) {
  .partner-showcase:after {
    display: none;
  }
}
.partner-showcase__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .partner-showcase__container {
    padding: 0 0 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .partner-showcase__container {
    position: relative;
    overflow: hidden;
  }
  .partner-showcase__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(83, 86, 90) 1%, rgba(147, 17, 57, 0) 4%);
    pointer-events: none;
  }
}
.partner-showcase__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .partner-showcase__header {
    margin-bottom: 40px;
    gap: 15px;
  }
}
.partner-showcase__title {
  color: var(--White);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--line-height-Line-height-f-size-xxxl);
  margin: 0;
}
.partner-showcase__description {
  color: var(--White);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-Line-height-f-size-sm);
  margin: 0;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.partner-showcase__description p {
  margin: 0 0 15px 0;
}
.partner-showcase__description p:last-child {
  margin-bottom: 0;
}
.partner-showcase__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  width: 100%;
  gap: 30px;
}
@media (max-width: 992px) {
  .partner-showcase__cards-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
  }
  .partner-showcase__cards-grid .partner-showcase__card:last-child {
    margin-right: 15px;
  }
}
.partner-showcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: var(--spacing-md);
  gap: 68px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 100%), linear-gradient(0deg, rgba(83, 86, 90, 0.2) -51.64%, rgba(147, 17, 57, 0) 0%);
}
.partner-showcase__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(83, 86, 90, 0) -51.64%, #931139 49.73%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.partner-showcase__card:hover::before {
  opacity: 1;
}
.partner-showcase__card:hover .partner-showcase__card-arrow {
  background-color: var(--white);
  transition: opacity 0.5s ease;
}
.partner-showcase__card:hover .partner-showcase__card-arrow::after {
  background-image: url("/wp-content/uploads/2025/08/button-arrow-hover.svg");
}
.partner-showcase__card:not([href]) {
  cursor: default;
}
@media (max-width: 992px) {
  .partner-showcase__card {
    min-width: 296px;
    gap: 44px;
    padding: var(--spacing-md) var(--spacing-sm);
  }
}
.partner-showcase__card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.partner-showcase__card-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  width: 100%;
}
.partner-showcase__card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
  flex-shrink: 0;
}
.partner-showcase__card-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.partner-showcase__card-icon svg {
  width: 60px;
  height: 60px;
  color: var(--Light-Orange-Adimab);
  fill: var(--Light-Orange-Adimab);
}
.partner-showcase__card-icon:empty::before {
  content: "🤝";
  font-size: 32px;
  color: var(--Light-Orange-Adimab);
}
.partner-showcase__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-showcase__card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.partner-showcase__card-title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin: 0;
}
.partner-showcase__card-description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
  opacity: 0.9;
}
.partner-showcase__card-description p {
  margin: 0 0 10px 0;
}
.partner-showcase__card-description p:last-child {
  margin-bottom: 0;
}
.partner-showcase__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  border: 1px solid var(--light-orange-adimab);
  border-radius: 100px;
  color: var(--light-orange-adimab);
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 7px 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  z-index: 1;
}
.partner-showcase__card-arrow::after {
  content: "";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/08/button-arrow.svg");
  width: 100%;
  height: 100%;
}
.partner-showcase__card-arrow svg {
  width: 40px;
  height: 14px;
}
.partner-showcase__card-arrow:hover {
  background-color: var(--Light-Orange-Adimab);
  color: var(--White);
}
.partner-showcase__footer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .partner-showcase__footer {
    margin-top: 40px;
  }
}

/**
 * Featured Resources Component Styles
 * Blog/resource card layout with clean card design
 * Responsive design with mobile-first approach
 */
.featured-resources {
  width: 100%;
  position: relative;
  background-color: var(--white);
  overflow-x: hidden;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .featured-resources {
    padding: 70px 0;
  }
}
.featured-resources__container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1536px) {
  .featured-resources__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 767px) {
  .featured-resources__container {
    padding-right: 0;
  }
}
.featured-resources__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: var(--spacing-xxl);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 992px) {
  .featured-resources__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .featured-resources__header {
    padding-right: var(--spacing-md);
  }
}
.featured-resources__title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
  flex: 1;
}
.featured-resources__button-wrapper {
  flex-shrink: 0;
}
.featured-resources__button-wrapper.mobile {
  display: none;
}
@media (max-width: 767px) {
  .featured-resources__button-wrapper.desktop {
    display: none;
  }
  .featured-resources__button-wrapper.mobile {
    display: block;
    margin-top: 28px;
    padding-right: var(--spacing-md);
  }
}
.featured-resources__cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 30px;
}
.featured-resources__cards-grid:has(> *:only-child) {
  justify-content: center;
}
.featured-resources__cards-grid:has(> *:only-child) > * {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .featured-resources__cards-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
  }
  .featured-resources__cards-grid .featured-resources__card:last-child {
    margin-right: 15px;
  }
}
.featured-resources__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--grey);
  border: 1px solid var(--border);
  border-radius: var(--border-radius-mid);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .featured-resources__card {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .featured-resources__card {
    min-width: 320px;
  }
}
.featured-resources__card > * {
  position: relative;
  z-index: 3;
}
.featured-resources__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #F2B429 81.5%, #931139 143.51%), var(--Grey, #F5F5F5);
  opacity: 0;
  transform: translateY(40%); /* start from bottom */
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}
.featured-resources__card .featured-resources__card-content,
.featured-resources__card .featured-resources__card-image {
  position: relative;
  z-index: 3;
}
.featured-resources__card:hover {
  transform: translateY(-2px);
  border-color: var(--dark-grey);
  background-color: #F2B429;
}
.featured-resources__card:hover::before {
  opacity: 1;
  transform: translateY(0); /* slide up into place */
}
.featured-resources__card:hover .featured-resources__card-category {
  background: rgba(255, 255, 255, 0.4);
}
.featured-resources__card-image {
  width: 100%;
  height: 217px;
  background-color: var(--grey);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.featured-resources__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.featured-resources__card-image--placeholder {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-resources__card-image--placeholder::before {
  content: "📄";
  font-size: 32px;
  opacity: 0.5;
}
.featured-resources__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--spacing-md);
  flex: 1;
  height: 348px;
  box-sizing: border-box;
}
.featured-resources__card-content-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  flex: 1;
}
.featured-resources__card-details {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}
.featured-resources__card-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.featured-resources__card-detail-icon {
  width: 16px;
  height: 16px;
  color: var(--wine-red-adimab-100);
  flex-shrink: 0;
}
.featured-resources__card-detail-text {
  color: var(--black);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  text-transform: capitalize;
}
.featured-resources__card-category {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: var(--spacing-xxxs) var(--spacing-xs);
  background: rgba(48, 149, 213, 0.2);
  border-radius: var(--border-radius-sm);
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  width: -moz-fit-content;
  width: fit-content;
}
.featured-resources__card-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  flex: 1;
}
.featured-resources__card-title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin: 0;
}
.featured-resources__card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--paragraph-text);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
  flex: 1;
}
.featured-resources__card-description p {
  margin: 0 0 15px 0;
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.featured-resources__card-description p:last-child {
  margin-bottom: 0;
}
.featured-resources__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  border: 1px solid var(--wine-red-adimab-100);
  border-radius: var(--border-radius-full);
  background: transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-top: 35px;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .featured-resources__card-arrow {
    margin-top: var(--spacing-lg);
  }
}
.featured-resources__card-arrow-icon {
  width: 40px;
  height: 14px;
  background-image: url("/wp-content/uploads/2025/08/button-arrow-wine.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.featured-resources__card:hover .featured-resources__card-arrow {
  background-color: var(--white);
  border-color: var(--wine-red-adimab-100);
}
.featured-resources__card:hover .featured-resources__card-arrow .featured-resources__card-arrow-icon {
  background-image: url("/wp-content/uploads/2025/08/button-arrow-hover.svg");
}
.featured-resources__card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}
.featured-resources__card:nth-child(1) {
  animation-delay: 0.1s;
}
.featured-resources__card:nth-child(2) {
  animation-delay: 0.2s;
}
.featured-resources__card:nth-child(3) {
  animation-delay: 0.3s;
}
.featured-resources__card:nth-child(4) {
  animation-delay: 0.4s;
}
.featured-resources__card:nth-child(5) {
  animation-delay: 0.5s;
}
.featured-resources__card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * News and Events Component Styles
 * Two-column layout with news items and event cards
 * Responsive design with mobile-first approach
 */
.news-events {
  width: 100%;
  position: relative;
  background-color: var(--white);
  overflow-x: hidden;
}
.news-events__container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1536px) {
  .news-events__container {
    padding: 0 var(--spacing-md);
  }
}
.news-events__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  width: 100%;
  gap: 80px;
}
@media (max-width: 992px) {
  .news-events__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.news-events__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.news-events__section-title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  margin: 0;
  flex: 1;
}
.news-events__button-wrapper {
  flex-shrink: 0;
}
.news-events__news-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-events__news-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-events__news-item {
  position: relative;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 767px) {
  .news-events__news-item {
    padding: 15px 10px;
  }
}
.news-events__news-item:first-child {
  border-top: 1px solid var(--border);
}
.news-events__news-item:last-child {
  border-bottom: 1px solid var(--border);
}
.news-events__news-item--clickable {
  position: relative;
}
.news-events__news-item--clickable::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--light-orange-adimab) 71.976%, var(--wine-red-adimab-100) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.news-events__news-item--clickable:hover .news-events__arrow-button {
  opacity: 1;
}
.news-events__news-item--clickable:hover::after {
  opacity: 1;
}
.news-events__news-item--clickable > * {
  position: relative;
  z-index: 1;
}
.news-events__news-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.news-events__news-title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin: 0;
  flex: 1;
}
.news-events__events-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-events__events-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (max-width: 992px) {
  .news-events__events-items {
    margin-top: 5px;
  }
}
.news-events__event-item {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: linear-gradient(90deg, var(--light-orange-adimab) -35.05%, rgba(147, 17, 57, 0) -1.1%), rgba(242, 180, 41, 0.4);
  --overlay-opacity: 0;
  --start-percentage: -40%;
  --end-percentage: -40%;
}
.news-events__event-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg, #F2B429 var(--start-percentage), #931139 var(--end-percentage));
  opacity: var(--overlay-opacity);
  transition: opacity 0.8s ease-out, --start-percentage 0.8s ease-out, --end-percentage 0.8s ease-out;
  will-change: opacity;
  isolation: isolate;
}
.news-events__event-item > * {
  position: relative;
  z-index: 1;
}
.news-events__event-item--clickable:hover {
  --overlay-opacity: 1;
  --start-percentage: 72.09%;
  --end-percentage: 100%;
}
.news-events__event-item--clickable:hover::before {
  transition: opacity 0.7s ease-in, --start-percentage 0.7s ease-in, --end-percentage 0.7s ease-in;
}
.news-events__event-item--clickable:hover .news-events__event-date {
  background: rgba(255, 255, 255, 0.4);
}
.news-events__event-item--clickable:hover .news-events__arrow-button {
  opacity: 1;
  transform: translateX(0);
}
.news-events__event-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .news-events__event-content {
    padding: 15px 10px;
    gap: 10px;
  }
}
.news-events__event-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background: rgba(48, 149, 213, 0.2);
  border-radius: 4px;
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxs);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.news-events__event-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex: 1;
}
.news-events__event-title {
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  margin: 0;
  flex: 1;
}
.news-events__arrow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  background: var(--white);
  border-radius: 100px;
  opacity: 0;
  flex-shrink: 0;
  border: 1px solid var(--Light-Orange-Adimab, #F2B429);
}
.news-events__arrow-icon {
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/08/button-arrow-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 992px) {
  .news-events__section-header {
    margin-bottom: 15px;
  }
  .news-events__arrow-button {
    width: 50px;
    height: 25px;
  }
  .news-events__arrow-icon {
    width: 30px;
    height: 15px;
  }
}

.cta-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 120px 0px;
  box-sizing: border-box;
  background-color: var(--white);
  color: var(--white);
}
@media (max-width: 992px) {
  .cta-banner {
    padding: 0px 0px 70px 0px;
  }
}
.cta-banner__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1536px) {
  .cta-banner__container {
    padding: 0 var(--spacing-md);
  }
}
.cta-banner__inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xl);
  background-color: var(--black);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 992px) {
  .cta-banner__inner {
    padding: 30px 20px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .cta-banner__inner {
    padding: 30px 15px;
  }
}
.cta-banner__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .cta-banner__content {
    gap: 20px;
  }
}
.cta-banner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .cta-banner__text {
    gap: 8px;
  }
}
.cta-banner__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
  margin: 0;
  text-align: center;
  max-width: 1032px;
  text-wrap: balance;
}
@media (max-width: 992px) {
  .cta-banner__title {
    font-size: var(--Font-Size-f-size-xxxl);
    line-height: var(--Line-Height-Line-height-f-size-xxxl);
  }
}
.cta-banner__description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
  text-align: center;
  max-width: 864px;
}
.cta-banner__description p {
  margin: 0 0 15px 0;
}
.cta-banner__description p:last-child {
  margin-bottom: 0;
}
.cta-banner__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cta-banner__buttons {
    gap: 20px;
    width: 100%;
  }
  .cta-banner__buttons .btn {
    max-width: 300px;
    font-size: var(--Font-Size-f-size-xs) !important;
  }
}
@media (max-width: 767px) {
  .cta-banner__buttons {
    gap: 15px;
    flex-direction: column;
  }
}

.cta-top-space-edge-bottom .cta-banner {
  padding-top: var(--spacing-4xl);
  padding-bottom: 0px;
}

.cta-top-space .cta-banner {
  padding-top: var(--spacing-4xl);
}

.Supreme-leaders-choice {
  padding: var(--spacing-4xl) 0;
  background-color: #fff;
  position: relative;
}
.Supreme-leaders-choice .leaders-choice-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1536px) {
  .Supreme-leaders-choice .leaders-choice-container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .Supreme-leaders-choice .leaders-choice-container {
    padding: 0 var(--spacing-sm);
  }
}
.Supreme-leaders-choice .leaders-choice-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 767px) {
  .Supreme-leaders-choice .leaders-choice-content {
    gap: var(--spacing-xl);
  }
}
.Supreme-leaders-choice .main-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0;
  max-width: 891px;
  position: relative;
  z-index: 1;
}
.Supreme-leaders-choice .main-heading:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 128px;
  height: 91px;
  background-image: url("/wp-content/uploads/2025/08/choice-logo.svg");
  z-index: -1;
}
@media (min-width: 993px) {
  .Supreme-leaders-choice .main-heading:after {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .Supreme-leaders-choice .main-heading:after {
    top: -30px;
  }
}
.Supreme-leaders-choice .leaders-choice-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .Supreme-leaders-choice .leaders-choice-cards {
    height: auto;
  }
}
.Supreme-leaders-choice .leaders-choice-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .Supreme-leaders-choice .leaders-choice-grid {
    justify-content: space-between;
    gap: var(--spacing-md);
  }
}
@media (max-width: 767px) {
  .Supreme-leaders-choice .leaders-choice-grid {
    flex-direction: column;
    gap: var(--spacing-xxl);
  }
}
.Supreme-leaders-choice .card-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary);
  margin: 0;
}
.Supreme-leaders-choice .card-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
  margin: 0;
}
.Supreme-leaders-choice .leaders-choice-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
  max-width: 376px;
  width: calc(33.333% - var(--spacing-lg) * 2 / 3);
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .Supreme-leaders-choice .leaders-choice-card {
    width: calc(50% - var(--spacing-md) / 2);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .Supreme-leaders-choice .leaders-choice-card {
    width: 100%;
    max-width: 100%;
  }
}
.Supreme-leaders-choice .leaders-choice-card .card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.Supreme-leaders-choice .leaders-choice-card .card-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  height: 100%;
}
.Supreme-leaders-choice .leaders-choice-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.Supreme-leaders-choice .leaders-choice-card .card-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .Supreme-leaders-choice .leaders-choice-card .card-icon {
    width: 60px;
    height: 60px;
  }
  .Supreme-leaders-choice .leaders-choice-card .card-icon img {
    width: 60px;
    height: 60px;
  }
}
.Supreme-leaders-choice .leaders-choice-card .card-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  flex-grow: 1;
}

.Supreme-cta-banner-counter {
  padding: var(--spacing-4xl) 0 0 0;
  background-color: transparent;
  position: relative;
}
.Supreme-cta-banner-counter .cta-banner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1536px) {
  .Supreme-cta-banner-counter .cta-banner-container {
    padding: 0 var(--spacing-md);
  }
}
.Supreme-cta-banner-counter .cta-banner-content {
  background-color: var(--black);
  border-radius: var(--border-radius-mid);
  padding: var(--spacing-xl) var(--spacing-lg);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.Supreme-cta-banner-counter .cta-banner-content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 710px;
  height: 710px;
  background-image: url("/wp-content/uploads/2025/08/counter-pattern.svg");
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.Supreme-cta-banner-counter .cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-5xl);
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .Supreme-cta-banner-counter .cta-banner-inner {
    flex-direction: column;
    gap: var(--spacing-xl);
    text-align: center;
  }
}
.Supreme-cta-banner-counter .cta-banner-counter {
  flex-shrink: 0;
}
.Supreme-cta-banner-counter .counter-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.Supreme-cta-banner-counter .counter-digits {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-6xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-6xl);
}
.Supreme-cta-banner-counter .odo__col {
  position: relative;
  width: auto;
  height: 1em;
  overflow: hidden;
  border-left: 1px solid var(--dark-grey);
  padding: 0 18px;
}
.Supreme-cta-banner-counter .odo__col:not(:last-child) {
  margin-right: 2px;
}
.Supreme-cta-banner-counter .odo__col:nth-last-child(1) {
  border-right: 1px solid var(--dark-grey);
}
.Supreme-cta-banner-counter .odo__wheel {
  display: grid;
  grid-auto-rows: 1em;
  will-change: transform;
  transform: translateY(0);
  transition: transform linear;
}
.Supreme-cta-banner-counter .odo__digit {
  display: grid;
  place-items: center;
  height: 1em;
  color: var(--white);
}
.Supreme-cta-banner-counter .counter-suffix {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-6xl);
  font-weight: var(--Font-Weight-Bold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  line-height: var(--Line-Height-Line-height-f-size-6xl);
}
.Supreme-cta-banner-counter .cta-banner-text {
  flex: 1;
  max-width: 621px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .Supreme-cta-banner-counter .cta-banner-text {
    max-width: 100%;
  }
}
.Supreme-cta-banner-counter .cta-banner-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--white);
  margin: 0;
}
.Supreme-cta-banner-counter .cta-banner-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--white);
  margin: 0;
}
.Supreme-cta-banner-counter .cta-banner-description p:last-child {
  margin: 0;
}
.Supreme-cta-banner-counter .cta-banner-button {
  margin-top: var(--spacing-xs);
}

@keyframes counterPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.Supreme-cta-banner-counter .counter-digit.animating .digit-number.active {
  animation: counterPulse 0.3s ease-in-out;
}

.section-padding-bottom .supreme-cards-benefits {
  padding-bottom: var(--spacing-4xl);
}

.supreme-cards-benefits {
  padding: var(--spacing-4xl) 0;
}
.supreme-cards-benefits__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .supreme-cards-benefits__container {
    padding: 0 var(--spacing-md);
  }
}
.supreme-cards-benefits__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  max-width: 1000px;
  align-items: flex-start;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.supreme-cards-benefits__header--center {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.supreme-cards-benefits__main-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
}
.supreme-cards-benefits__main-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
  margin: 0;
}
.supreme-cards-benefits__main-description p {
  margin: 0;
  margin-bottom: var(--spacing-sm);
}
.supreme-cards-benefits__main-description p:last-child {
  margin-bottom: 0;
}
.supreme-cards-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-lg);
}
@media (max-width: 1200px) {
  .supreme-cards-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .supreme-cards-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.supreme-cards-benefits__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
}
.supreme-cards-benefits__card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
}
.supreme-cards-benefits__card-content--center {
  align-items: center;
  text-align: center;
}
.supreme-cards-benefits__card-content--center .supreme-cards-benefits__icon {
  justify-content: center;
}
.supreme-cards-benefits__card-content--left {
  align-items: flex-start;
  text-align: left;
}
.supreme-cards-benefits__card-content--left .supreme-cards-benefits__icon {
  justify-content: flex-start;
}
.supreme-cards-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supreme-cards-benefits__icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.supreme-cards-benefits__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  width: 100%;
}
@media (max-width: 1024px) {
  .supreme-cards-benefits__text {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .supreme-cards-benefits__text {
    width: 100%;
    max-width: none;
  }
}
.supreme-cards-benefits__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  color: var(--text);
  margin: 0;
}
.supreme-cards-benefits__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--text);
  margin: 0;
}

.image-block-content {
  background-color: var(--color-white);
  position: relative;
}
.image-block-content .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  width: 100%;
}
@media (max-width: 1536px) {
  .image-block-content .container {
    padding: 0 var(--spacing-md);
  }
}
.image-block-content__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--spacing-lg);
       column-gap: var(--spacing-lg);
  row-gap: var(--spacing-xl);
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .image-block-content__container {
    -moz-column-gap: var(--spacing-md);
         column-gap: var(--spacing-md);
    row-gap: var(--spacing-lg);
  }
}
.image-block-content__block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  width: calc(50% - var(--spacing-lg) / 2);
  min-width: 280px;
  max-width: 705px;
}
@media (max-width: 992px) {
  .image-block-content__block {
    width: 100%;
    gap: var(--spacing-md);
  }
}
.image-block-content__image {
  width: 100%;
  aspect-ratio: 1.94/1;
  border-radius: var(--border-radius-mid);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.image-block-content__image--placeholder {
  background-color: var(--color-neutral-100);
}
.image-block-content__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  padding: var(--spacing-md) 0;
  width: 100%;
}
.image-block-content__content-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
}
.image-block-content__title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary);
  width: 100%;
  margin: 0;
}
.image-block-content__description {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  margin: 0;
  padding: 0;
  color: var(--paragraph-text);
  width: 100%;
}
.image-block-content__description p {
  margin: 0;
}
.image-block-content__description p {
  margin-bottom: var(--spacing-sm);
}
.image-block-content__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .image-block-content__content {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .image-block-content__content-top {
    gap: var(--spacing-sm);
  }
}
@media (max-width: 992px) {
  .image-block-content__container {
    gap: var(--spacing-xxl);
  }
}
@media (: ) {
  .image-block-content__block {
    width: calc(100% - var(--spacing-lg));
    max-width: 705px;
  }
}
@media (max-width: 992px) {
  .image-block-content__block {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .image-block-content__title {
    font-size: var(--Font-Size-f-size-lg);
    line-height: var(--Line-Height-Line-height-f-size-lg);
  }
  .image-block-content__description {
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-Line-height-f-size-xs);
  }
}

/**
 * InfoBox Component Styles
 * Based on Info Slider but with single image instead of carousel
 * Matches Figma design specifications
 */
.no-padding-text .infobox__text {
  padding: 0px !important;
  margin-bottom: var(--spacing-xl);
}

.infobox--darkmode-on {
  background-color: var(--black);
  padding: var(--spacing-4xl) 0;
  color: var(--white);
}
.infobox--darkmode-on .infobox__title, .infobox--darkmode-on .infobox__description {
  color: var(--white);
}

.infobox {
  width: 100%;
  padding-top: var(--spacing-4xl);
}
.infobox__container {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1536px) {
  .infobox__container {
    padding: 0 var(--spacing-md);
  }
}
.infobox__content {
  display: flex;
  gap: var(--spacing-lg);
  align-items: start;
}
@media (max-width: 992px) {
  .infobox__content {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.infobox__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding: var(--spacing-md) 0;
}
@media (max-width: 992px) {
  .infobox__text {
    order: 2;
    max-width: 100%;
    padding: 0px;
  }
}
.infobox__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0;
}
.infobox__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--line-height-Line-height-f-size-sm);
  color: var(--paragraph-text);
}
.infobox__description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.infobox__description p:last-child {
  margin-bottom: 0;
}
.infobox__buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  margin-top: var(--spacing-md);
}
@media (max-width: 992px) {
  .infobox__buttons {
    flex-direction: column;
    gap: var(--spacing-sm);
    align-items: flex-start;
  }
}
.infobox__image-container {
  flex: 1;
  max-width: 705px;
}
@media (max-width: 992px) {
  .infobox__image-container {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
}
.infobox__pattern-enable .infobox__image-wrapper {
  position: relative;
}
.infobox__pattern-enable .infobox__image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2025/09/pattern-overlay.svg") no-repeat;
  background-size: contain;
  background-position: bottom;
}
.infobox__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
}
.infobox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.infobox--image-left .infobox__content {
  flex-direction: row;
}
@media (max-width: 992px) {
  .infobox--image-left .infobox__content {
    flex-direction: column;
  }
}
.infobox--image-right .infobox__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .infobox--image-right .infobox__content {
    flex-direction: column;
  }
}

.Single-left-image .infobox--image-left {
  padding-top: 0;
}
.Single-left-image .infobox--image-left .infobox__text {
  max-width: 675px;
}

/**
 * Horizontal Tab Content Component Styles
 * Based on Figma design specifications
 */
.horizontal-tab-content {
  width: 100%;
  padding: var(--spacing-4xl) 0px 0px 0px;
}
.horizontal-tab-content__container {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 1536px) {
  .horizontal-tab-content__container {
    padding: 0 var(--spacing-md);
  }
}
.horizontal-tab-content__nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .horizontal-tab-content__nav {
    flex-wrap: wrap;
    gap: var(--spacing-sm);
  }
}
.horizontal-tab-content__tab {
  background: var(--gray-adimab);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: var(--border-radius-mid);
  padding: 28px 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.horizontal-tab-content__tab:hover {
  background: var(--wine-red-20);
  color: var(--black);
}
.horizontal-tab-content__tab--active {
  background: var(--wine-red-adimab-100);
  color: var(--white);
}
.horizontal-tab-content__tab--active:hover {
  background: var(--wine-red-adimab-100);
  transform: none;
  color: var(--white);
}
@media (max-width: 992px) {
  .horizontal-tab-content__tab {
    min-width: auto;
    flex: 1;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .horizontal-tab-content__tab {
    min-width: 100%;
    flex: 1;
  }
}
.horizontal-tab-content__tab-text {
  display: block;
  width: 100%;
  line-height: inherit;
}
.horizontal-tab-content__content {
  position: relative;
  width: 100%;
}
.horizontal-tab-content__panel {
  display: none;
  width: 100%;
}
.horizontal-tab-content__panel--active {
  display: block;
}
.horizontal-tab-content__panel-inner {
  display: flex;
  gap: var(--spacing-lg);
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 992px) {
  .horizontal-tab-content__panel-inner {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
.horizontal-tab-content__image-container {
  flex-shrink: 0;
  width: 705px;
}
@media (max-width: 1536px) {
  .horizontal-tab-content__image-container {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .horizontal-tab-content__image-container {
    width: 100%;
  }
}
.horizontal-tab-content__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: var(--border-radius-mid);
}
.horizontal-tab-content__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding: 20px 30px;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .horizontal-tab-content__text {
    padding: 0;
    height: auto;
  }
}
.horizontal-tab-content__title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0;
}
.horizontal-tab-content__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
}
.horizontal-tab-content__description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.horizontal-tab-content__description p:last-child {
  margin-bottom: 0;
}
.horizontal-tab-content__buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  margin-top: var(--spacing-md);
}
@media (max-width: 992px) {
  .horizontal-tab-content__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacing-sm);
  }
}

.horizontal-tab-content__panel {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.horizontal-tab-content__panel:not(.horizontal-tab-content__panel--active) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.horizontal-tab-content__panel--active {
  position: relative;
  pointer-events: auto;
}

.supreme-section-leadership {
  padding-bottom: var(--spacing-4xl);
}
.supreme-section-leadership__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.supreme-section-leadership__card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.supreme-section-leadership__image {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-mid);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  /* No fixed height, image is fully responsive */
}
.supreme-section-leadership__content {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-md) var(--spacing-lg);
  width: 100%;
}
@media (max-width: 767px) {
  .supreme-section-leadership__content {
    padding-bottom: 0;
  }
}
.supreme-section-leadership__content-top {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  align-items: center;
  justify-content: center;
  width: 100%;
}
.supreme-section-leadership__text-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  text-align: center;
  max-width: 1006px;
  width: 100%;
}
.supreme-section-leadership__heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0;
}
.supreme-section-leadership__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-md);
  color: var(--paragraph-text);
  margin: 0;
}
.supreme-section-leadership__description p {
  margin: 0;
  margin-bottom: var(--spacing-sm);
}
.supreme-section-leadership__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .supreme-section-leadership__container {
    padding: 0 var(--spacing-md);
  }
  .supreme-section-leadership__image {
    height: auto;
  }
  .supreme-section-leadership__heading {
    font-size: var(--Font-Size-f-size-xl);
    line-height: 1.2;
  }
}

.vertical-tab-content {
  width: 100%;
  padding: var(--spacing-4xl) 0px;
}
.vertical-tab-content__container {
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1536px) {
  .vertical-tab-content__container {
    padding: 0 var(--spacing-md);
  }
}
.vertical-tab-content__benefits {
  display: flex;
  gap: var(--spacing-xl);
  align-items: center;
}
@media (max-width: 992px) {
  .vertical-tab-content__benefits {
    flex-direction: column;
    gap: var(--spacing-lg);
    padding-bottom: var(--spacing-xl);
    text-align: center;
  }
}
.vertical-tab-content__benefits-content {
  flex: 1;
  max-width: 874px;
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 992px) {
  .vertical-tab-content__benefits-content {
    margin-bottom: 0;
  }
}
.vertical-tab-content__benefits-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0 0 var(--spacing-md) 0;
  display: flex;
}
.vertical-tab-content__benefits-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
}
@media (max-width: 992px) {
  .vertical-tab-content__benefits-description {
    text-align: left;
  }
}
.vertical-tab-content__benefits-description p {
  margin: 0 0 var(--spacing-md) 0;
}
.vertical-tab-content__benefits-description p:nth-child(n+2) {
  margin-bottom: 0px;
}
.vertical-tab-content__benefits-image-container {
  flex-shrink: 0;
  width: 553px;
  height: 393px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1280px) {
  .vertical-tab-content__benefits-image-container {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .vertical-tab-content__benefits-image-container {
    height: 250px;
    width: 345px;
    order: -1;
  }
}
.vertical-tab-content__benefits-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vertical-tab-content__tabs {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.vertical-tab-content__wrapper {
  display: flex;
  gap: var(--spacing-xl);
  align-items: flex-start;
}
@media (max-width: 992px) {
  .vertical-tab-content__wrapper {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
}
.vertical-tab-content__nav {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  width: 456px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .vertical-tab-content__nav {
    width: 100%;
    gap: var(--spacing-md);
  }
}
.vertical-tab-content__tab {
  background: var(--gray-adimab);
  color: var(--white);
  border: none;
  border-radius: var(--border-radius-mid);
  padding: var(--spacing-lg) var(--spacing-md);
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: var(--spacing-md);
  outline: none;
  border: none;
}
@media (max-width: 992px) {
  .vertical-tab-content__tab {
    min-height: 70px;
  }
}
.vertical-tab-content__tab:hover:not(.vertical-tab-content__tab--active) {
  background: var(--wine-red-20);
  color: var(--black);
}
.vertical-tab-content__tab:hover:not(.vertical-tab-content__tab--active) .vertical-tab-content__tab-text {
  transform: translateX(-5px);
}
.vertical-tab-content__tab:hover:not(.vertical-tab-content__tab--active) .vertical-tab-content__tab-icon {
  filter: brightness(0);
}
.vertical-tab-content__tab--active {
  background: var(--wine-red-adimab-100);
}
.vertical-tab-content__tab-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.vertical-tab-content__tab-text {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  color: inherit;
  flex: 1;
  transition: transform 0.3s ease-out;
}
.vertical-tab-content__content {
  flex: 1;
  position: relative;
  min-height: auto;
  overflow: hidden;
  background-color: transparent;
}
.vertical-tab-content__panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: none;
  transform: translateX(10px);
}
.vertical-tab-content__panel--active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
  transform: translateX(0);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.vertical-tab-content__panel-inner {
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-start;
}
@media (max-width: 992px) {
  .vertical-tab-content__panel-inner {
    flex-direction: column;
    gap: var(--spacing-md);
  }
}
.vertical-tab-content__image-container {
  flex-shrink: 0;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
  background-color: var(--grey);
}
@media (max-width: 992px) {
  .vertical-tab-content__image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 705/527;
  }
}
.vertical-tab-content__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}
.vertical-tab-content__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.vertical-tab-content__content-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--black);
  margin-bottom: var(--spacing-md);
}
.vertical-tab-content__description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
}
.vertical-tab-content__description p {
  margin: 0 0 var(--paragraph-spacing) 0;
}
.vertical-tab-content__description p:last-child {
  margin-bottom: 0;
}
.vertical-tab-content__description ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.vertical-tab-content__buttons {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  margin-top: var(--spacing-md);
}
@media (max-width: 992px) {
  .vertical-tab-content__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacing-sm);
  }
}

.vertical-tab-content__panel {
  display: none;
}
.vertical-tab-content__panel--active {
  display: block;
}

.supreme-how-to-apply {
  width: 100%;
  padding-bottom: var(--spacing-4xl);
  padding-top: 0;
}
.supreme-how-to-apply__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .supreme-how-to-apply__container {
    padding: 0 var(--spacing-md);
  }
}
.supreme-how-to-apply__main-header {
  margin-bottom: var(--spacing-xl);
}
.supreme-how-to-apply__main-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-4xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
  color: var(--heading-primary);
  margin: 0;
}
.supreme-how-to-apply__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: flex-start;
}
@media (max-width: 992px) {
  .supreme-how-to-apply__grid {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}
.supreme-how-to-apply__left-column {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
.supreme-how-to-apply__right-column {
  display: flex;
  flex-direction: column;
}
.supreme-how-to-apply__section-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary);
  margin: 0;
  max-width: 426px;
}
@media (max-width: 992px) {
  .supreme-how-to-apply__section-heading {
    max-width: 100%;
  }
}
.supreme-how-to-apply__section-heading--left {
  color: var(--heading-secondary);
}
.supreme-how-to-apply__steps {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  position: relative;
}
.supreme-how-to-apply .supreme-how-to-apply__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 22px;
  bottom: -40px;
  width: 2px;
  background-color: var(--gray-adimab);
  z-index: 0;
}
@media (max-width: 992px) {
  .supreme-how-to-apply .supreme-how-to-apply__step:not(:last-child)::before {
    top: 18px;
    bottom: -30px;
    left: 4px;
  }
}
.supreme-how-to-apply__step {
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.supreme-how-to-apply__step-dot {
  width: 12px;
  height: 12px;
  background-color: var(--wine-red-adimab-100);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
}
.supreme-how-to-apply__step-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxs);
  flex: 1;
  max-width: 583px;
}
@media (max-width: 1280px) {
  .supreme-how-to-apply__step-content {
    max-width: none;
  }
}
.supreme-how-to-apply__step-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-md);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-md);
  color: var(--heading-primary);
  margin: 0;
}
.supreme-how-to-apply__step-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
  margin: 0;
}
.supreme-how-to-apply__step-description p {
  margin: 0;
  margin-bottom: var(--spacing-xs);
}
.supreme-how-to-apply__step-description p:last-child {
  margin-bottom: 0;
}
.supreme-how-to-apply__image-container {
  width: 100%;
  overflow: hidden;
  margin: var(--spacing-md) 0;
  border-radius: var(--border-radius-mid);
}
.supreme-how-to-apply__image {
  width: 100%;
  height: auto;
  display: block;
}
.supreme-how-to-apply__hiring-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
  margin: 0;
}
.supreme-how-to-apply__hiring-description p {
  margin: 0;
  margin-bottom: var(--spacing-xs);
}
.supreme-how-to-apply__hiring-description p:last-child {
  margin-bottom: 0;
}
.supreme-how-to-apply__cta-container {
  margin-top: var(--spacing-md);
}
@media (max-width: 1280px) {
  .supreme-how-to-apply__main-heading {
    font-size: var(--Font-Size-f-size-xxxl);
    line-height: 1.2;
  }
  .supreme-how-to-apply__section-heading {
    font-size: var(--Font-Size-f-size-lg);
    line-height: 1.3;
  }
  .supreme-how-to-apply__step-title {
    font-size: var(--Font-Size-f-size-sm);
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .supreme-how-to-apply {
    padding-bottom: var(--spacing-4xl);
  }
  .supreme-how-to-apply__main-header {
    margin-bottom: var(--spacing-lg);
  }
  .supreme-how-to-apply__main-heading {
    font-size: var(--Font-Size-f-size-xxl);
    line-height: 1.2;
  }
  .supreme-how-to-apply__section-heading {
    font-size: var(--Font-Size-f-size-md);
    line-height: 1.3;
    margin-bottom: var(--spacing-md);
  }
  .supreme-how-to-apply__grid {
    gap: var(--spacing-xl);
  }
  .supreme-how-to-apply__steps {
    gap: var(--spacing-md);
  }
  .supreme-how-to-apply__step {
    gap: var(--spacing-sm);
  }
  .supreme-how-to-apply__step-dot {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }
  .supreme-how-to-apply__image-container {
    margin: var(--spacing-sm) 0;
  }
}
@media (max-width: 767px) {
  .supreme-how-to-apply__main-heading {
    font-size: var(--Font-Size-f-size-xl);
    line-height: 1.2;
  }
  .supreme-how-to-apply__section-heading {
    font-size: var(--Font-Size-f-size-sm);
    line-height: 1.3;
  }
  .supreme-how-to-apply__step-title {
    font-size: var(--Font-Size-f-size-xs);
  }
  .supreme-how-to-apply__step-description, .supreme-how-to-apply__hiring-description {
    font-size: var(--Font-Size-f-size-xs);
  }
}

/**
 * FAQ Component Styles
 * Following your design system and typography patterns
 */
.faq {
  width: 100%;
  background-color: var(--black);
}
.faq__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--spacing-4xl) 0;
}
@media (max-width: 1536px) {
  .faq__container {
    padding: var(--spacing-4xl) var(--spacing-md);
  }
}
.faq__header {
  margin-bottom: var(--spacing-xs);
}
.faq__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
  margin: 0;
}
.faq__content {
  display: flex;
}
@media (max-width: 992px) {
  .faq__content {
    justify-content: center;
  }
}
.faq__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  margin-left: 245px;
}
@media (max-width: 992px) {
  .faq__items {
    margin-left: 0;
    max-width: 100%;
    gap: 20px;
  }
}
.faq__item {
  border-bottom: 2px solid var(--dark-grey);
  overflow: hidden;
  background: transparent;
  transition: all 0.5s ease;
}
.faq__item--active .faq-icon {
  transform: rotate(180deg);
  color: var(--light-orange-adimab);
}
.faq__item--active .faq__toggle {
  font-weight: var(--Font-Weight-Bold);
  padding-bottom: 10px;
  gap: var(--spacing-md);
}
.faq__toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: var(--spacing-sm);
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  transition: color 0.3s ease;
}
.faq .faq-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
.faq .faq-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 992px) {
  .faq .faq-icon {
    width: 32px;
    height: 32px;
  }
  .faq .faq-icon svg {
    width: 20px;
    height: 20px;
  }
}
.faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.faq__answer[hidden] {
  display: none !important;
}
.faq__answer-inner {
  padding: 0 0 15px 0;
  color: var(--white);
  max-width: 820px;
}
.faq__answer-inner p {
  margin: 0 0 16px 0;
}
.faq__answer-inner p:last-child {
  margin-bottom: 0;
}
.faq__answer-inner ul, .faq__answer-inner ol {
  margin: 16px 0;
  padding-left: 20px;
}
.faq__answer-inner ul li, .faq__answer-inner ol li {
  margin-bottom: 8px;
}
.faq__answer-inner a {
  color: var(--light-orange-adimab);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.faq__answer-inner a:hover {
  color: var(--white);
}

/**
 * Vision and Mission Component Styles
 * Two-column layout with decorative background pattern and divider
 */
.vision-mission {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.vision-mission__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: var(--spacing-4xl) 0 var(--spacing-xl) 0;
}
.vision-mission__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/09/mission-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1536px) {
  .vision-mission__container {
    padding: var(--spacing-4xl) var(--spacing-md) var(--spacing-xl) var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .vision-mission__container {
    padding-bottom: var(--spacing-4xl);
  }
}
.vision-mission__content {
  display: flex;
  gap: var(--spacing-lg);
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .vision-mission__content {
    flex-direction: column;
  }
}
.vision-mission__section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .vision-mission__section {
    flex: none;
    width: 100%;
  }
}
.vision-mission__section-inner {
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .vision-mission__section-inner {
    padding: 0;
  }
}
.vision-mission__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  margin: 0;
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.vision-mission__description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.vision-mission__description p {
  margin: 0 0 15px 0;
}
.vision-mission__description p:last-child {
  margin-bottom: 0;
}
.vision-mission__description ul, .vision-mission__description ol {
  margin: var(--spacing-sm) 0;
  padding-left: var(--spacing-md);
}
.vision-mission__description ul li, .vision-mission__description ol li {
  margin-bottom: 8px;
}
.vision-mission__description a {
  color: var(--light-orange-adimab);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.vision-mission__description a:hover {
  color: var(--white);
}
.vision-mission__divider {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 992px) {
  .vision-mission__divider {
    height: auto;
    width: 100%;
    padding: var(--spacing-md) 0;
    align-self: auto;
  }
}
.vision-mission__divider-line {
  width: 1px;
  background: var(--orange-adimab);
  position: relative;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .vision-mission__divider-line {
    width: 100%;
    height: 1px;
    flex-grow: 0;
  }
}
.vision-mission:not(.vision-mission--divider-enabled) .vision-mission__divider {
  display: none;
}
.vision-mission:not(.vision-mission--divider-enabled) .vision-mission__content {
  gap: var(--spacing-xl);
}
@media (max-width: 992px) {
  .vision-mission:not(.vision-mission--divider-enabled) .vision-mission__content {
    gap: var(--spacing-4xl);
  }
}

/**
 * Who We Are Component Styles
 * Content-image layout with gradient button and responsive design
 */
.who-we-are {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
}
.who-we-are__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--spacing-xl) 0 var(--spacing-4xl) 0;
  position: relative;
  z-index: 1;
}
.who-we-are__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/09/who-we-wre-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1536px) {
  .who-we-are__container {
    padding: var(--spacing-xl) var(--spacing-md) var(--spacing-4xl) var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .who-we-are__container {
    padding-top: 0;
  }
}
.who-we-are__content {
  display: flex;
  gap: var(--spacing-lg);
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .who-we-are__content {
    flex-direction: column;
    gap: var(--spacing-xxl);
  }
}
.who-we-are__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .who-we-are__text {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.who-we-are__text-inner {
  padding: var(--spacing-md) var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .who-we-are__text-inner {
    padding: 0;
  }
}
.who-we-are__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  margin: 0;
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.who-we-are__description {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.who-we-are__description p {
  margin: 0 0 15px 0;
}
.who-we-are__description p:last-child {
  margin-bottom: 0;
}
.who-we-are__description ul, .who-we-are__description ol {
  margin: var(--spacing-sm) 0;
  padding-left: var(--spacing-md);
}
.who-we-are__description ul li, .who-we-are__description ol li {
  margin-bottom: 8px;
}
.who-we-are__description a {
  color: var(--light-orange-adimab);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.who-we-are__description a:hover {
  color: var(--white);
}
.who-we-are__button-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.who-we-are__image {
  flex-shrink: 0;
  max-width: 705px;
}
@media (max-width: 992px) {
  .who-we-are__image {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
.who-we-are__image-wrapper {
  position: relative;
  width: 100%;
  height: 419px;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
}
@media (max-width: 992px) {
  .who-we-are__image-wrapper {
    height: 100%;
  }
}
.who-we-are__image-element {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.who-we-are--reverse .who-we-are__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .who-we-are--reverse .who-we-are__content {
    flex-direction: column;
  }
}

/**
 * Track Record Component Styles
 * Statistics display with responsive grid layout - based on Figma design
 */
.track-record {
  width: 100%;
  background-color: var(--white);
  padding: var(--spacing-4xl) 0;
}
.track-record__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  text-align: center;
}
.track-record__title {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--heading-primary);
  margin-bottom: var(--spacing-xl);
  text-align: center;
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
.track-record__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-xxl);
  justify-items: center;
  padding: 0 36px;
}
@media (max-width: 992px) {
  .track-record__grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
  }
}
.track-record__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.track-record__number {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--wine-red-adimab-100);
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.track-record__label {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--heading-primary);
  max-width: 288px;
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}

/**
 * Simple Content Block Component Styles
 * Centered content layout with title, description, and gradient button matching Figma design
 */
.simple-content-block {
  width: 100%;
  padding: var(--spacing-4xl) var(--spacing-md) var(--spacing-xl) var(--spacing-md);
}
.simple-content-block__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .simple-content-block__container {
    padding: 0px;
  }
}
.simple-content-block__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  text-align: left;
  max-width: 1000px;
}
.simple-content-block__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.simple-content-block__title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  margin: 0;
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.simple-content-block__description {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  margin: 0;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Paragraph-line-height);
}
.simple-content-block__description p {
  margin-bottom: var(--Paragraph-spacing);
}
.simple-content-block__description p:last-child {
  margin: 0;
}

.bottom-spacing-partner-card section {
  padding-bottom: var(--spacing-3xl);
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding-bottom: var(--spacing-4xl);
}
@media (max-width: 1536px) {
  .partner-card {
    padding: 0 var(--spacing-md) var(--spacing-4xl) var(--spacing-md);
  }
}
.partner-card__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--content-width);
  height: 100%;
  gap: var(--spacing-lg);
  border-radius: var(--border-radius-mid);
}
@media (max-width: 992px) {
  .partner-card__container {
    flex-direction: column;
    max-width: 100%;
    gap: var(--spacing-md);
    min-height: auto;
    text-align: center;
  }
}
.partner-card__media {
  flex: 0 0 705px;
  max-width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 992px) {
  .partner-card__media {
    flex: none;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.partner-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.partner-card__media-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.partner-card__media-placeholder p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 16px;
}
.partner-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-lg);
  color: var(--black);
  padding: var(--spacing-md) var(--spacing-lg);
}
@media (max-width: 992px) {
  .partner-card__content {
    gap: var(--spacing-md);
    text-align: left;
  }
}
.partner-card__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .partner-card__text {
    gap: var(--spacing-sm);
  }
}
.partner-card__title {
  margin: 0;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  line-height: 1.2;
  color: var(--heading-primary);
}
.partner-card__description {
  margin: 0;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  line-height: 1.6;
  color: var(--paragraph-text);
}
.partner-card__description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.partner-card__description p:last-child {
  margin-bottom: 0;
}
.partner-card__arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 6px 8px;
  text-decoration: none;
  color: var(--black);
  transition: all 0.3s ease;
  background-color: transparent;
}
.partner-card__arrow-button:after {
  content: "";
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/08/button-arrow-hover.svg");
  width: 100%;
  height: 100%;
}
.partner-card__arrow-button:hover {
  background-color: var(--white);
}
.partner-card--image-right .partner-card__container {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .partner-card--image-right .partner-card__container {
    flex-direction: column;
  }
}
.partner-card--text-light .partner-card__content {
  color: var(--white);
}
.partner-card--text-light .partner-card__title {
  color: var(--white);
}
.partner-card--text-light .partner-card__description {
  color: var(--white);
}
.partner-card--text-light .partner-card__arrow-button {
  color: var(--white);
  border-color: var(--white);
}
.partner-card--text-light .partner-card__arrow-button:after {
  filter: brightness(0) invert(1);
}
.partner-card--text-light .partner-card__arrow-button:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.partner-card--text-light .partner-card__arrow-button:hover:after {
  filter: none;
}

.partner-card--image-left .partner-card__media {
  border-radius: var(--border-radius-mid) 0 0 var(--border-radius-mid);
}
@media (max-width: 992px) {
  .partner-card--image-left .partner-card__media {
    border-radius: var(--border-radius-mid) var(--border-radius-mid) 0 0;
  }
}
.partner-card--image-left .partner-card__container {
  position: relative;
  z-index: 1;
}
.partner-card--image-left .partner-card__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/10/right-cnt-pattern.svg") no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
}
@media (min-width: 993px) {
  .partner-card--image-left .partner-card__container .partner-card__content {
    padding: var(--spacing-md) var(--spacing-lg) var(--spacing-md) 0;
  }
}
.partner-card--image-left.partner-card--text-light .partner-card__container:before {
  opacity: 0.3;
}

.partner-card--image-right .partner-card__media {
  border-radius: 0 var(--border-radius-mid) var(--border-radius-mid) 0;
}
@media (max-width: 992px) {
  .partner-card--image-right .partner-card__media {
    border-radius: var(--border-radius-mid) var(--border-radius-mid) 0 0;
  }
}
.partner-card--image-right .partner-card__container {
  position: relative;
  z-index: 1;
}
.partner-card--image-right .partner-card__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/10/left-cnt-pattern.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
}
.partner-card--image-right.partner-card--text-light .partner-card__container:before {
  opacity: 0.3;
}

/**
 * Scrolling Partners Component Styles
 * Vertical scrolling logo grid with proper responsive wrapping
 * Fixed to handle dynamic logo distribution
 */
.scrolling-partners {
  width: 100%;
  position: relative;
  background-color: var(--black);
  color: var(--white);
  padding: var(--spacing-xxl) var(--spacing-md);
}
.scrolling-partners__container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xl);
  position: relative;
}
.scrolling-partners__header {
  text-align: center;
  width: 100%;
}
.scrolling-partners__title {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  margin: 0;
  text-align: center;
}
.scrolling-partners__content {
  width: 100%;
  background: var(--black);
}
.scrolling-partners__content::before {
  content: "Our Partners and Collaborators - Scrolling Logo Display";
  position: absolute;
  left: -9999px;
  font-size: 1px;
  color: transparent;
}
.scrolling-partners__viewport {
  height: 400px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
@media (max-width: 992px) {
  .scrolling-partners__viewport {
    height: 350px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }
}
@media (max-width: 767px) {
  .scrolling-partners__viewport {
    height: 300px;
  }
}
.scrolling-partners__track {
  will-change: transform;
}
.scrolling-partners__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--spacing-lg) var(--spacing-xxl);
  margin-bottom: var(--spacing-lg);
}
@media (max-width: 1280px) {
  .scrolling-partners__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--spacing-md) 20px;
  }
}
@media (max-width: 992px) {
  .scrolling-partners__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .scrolling-partners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.scrolling-partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 10px;
}
@media (max-width: 992px) {
  .scrolling-partners__logo-item {
    aspect-ratio: 7/3;
    padding: 8px;
  }
}
.scrolling-partners__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.scrolling-partners__logo-link:focus {
  outline: 2px solid var(--light-orange-adimab);
  outline-offset: 4px;
}
.scrolling-partners__logo-link:focus-visible {
  outline: 2px solid var(--light-orange-adimab);
  outline-offset: 4px;
  border-radius: 4px;
}
.scrolling-partners__logo-image {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.scrolling-partners__logo-image:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .scrolling-partners__logo-image {
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .scrolling-partners__logo-image {
    max-height: 48px;
  }
}
@media (prefers-contrast: high) {
  .scrolling-partners__logo-image {
    filter: contrast(1.5) grayscale(100%);
    border: 1px solid var(--white);
  }
  .scrolling-partners__logo-image:hover {
    filter: contrast(1.5);
  }
}
.scrolling-partners__logo-text {
  color: var(--white);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Medium);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  padding: 8px 12px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .scrolling-partners__logo-text {
    font-size: var(--Font-Size-f-size-xs);
    padding: 6px 8px;
  }
}
@media (prefers-contrast: high) {
  .scrolling-partners__logo-text {
    border: 1px solid var(--white);
    background: var(--black);
  }
}
.scrolling-partners__row {
  display: none;
}
.scrolling-partners--animated .scrolling-partners__track {
  animation: scrollVertical 55s linear infinite;
}
@media (max-width: 1280px) {
  .scrolling-partners--animated .scrolling-partners__track {
    animation-duration: 42s;
  }
}
@media (max-width: 992px) {
  .scrolling-partners--animated .scrolling-partners__track {
    animation-duration: 70s;
  }
}
@media (max-width: 767px) {
  .scrolling-partners--animated .scrolling-partners__track {
    animation-duration: 105s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scrolling-partners--animated .scrolling-partners__track {
    animation: none;
  }
}
.scrolling-partners--pause-on-hover .scrolling-partners__content:hover .scrolling-partners__track {
  animation-play-state: paused;
}
.scrolling-partners--empty .scrolling-partners__container {
  min-height: 300px;
}
@media print {
  .scrolling-partners .scrolling-partners__track {
    animation: none !important;
  }
  .scrolling-partners .scrolling-partners__viewport {
    height: auto !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .scrolling-partners .scrolling-partners__grid {
    margin-bottom: 20px !important;
  }
}

@keyframes scrollVertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/**
 * Talk To Us Component Styles
 * Contact information layout with icons and location maps
 * Matches Figma design specifications exactly
 */
.talk-to-us {
  width: 100%;
  padding: var(--spacing-4xl) 0;
}
.talk-to-us__container {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1536px) {
  .talk-to-us__container {
    padding: 0 var(--spacing-md);
  }
}
.talk-to-us__content {
  display: flex;
  gap: var(--spacing-lg);
}
@media (max-width: 992px) {
  .talk-to-us__content {
    flex-direction: column;
    gap: var(--spacing-xxl);
  }
}
.talk-to-us__contact {
  flex-shrink: 0;
  width: 466px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
@media (max-width: 1280px) {
  .talk-to-us__contact {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .talk-to-us__contact {
    width: 100%;
    order: 1;
  }
}
.talk-to-us__locations {
  display: flex;
  gap: var(--spacing-xl);
  flex: 1;
}
@media (max-width: 1280px) {
  .talk-to-us__locations {
    gap: var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .talk-to-us__locations {
    flex-direction: column;
    gap: var(--spacing-lg);
    order: 2;
  }
}
.talk-to-us__section {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.talk-to-us__section-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.talk-to-us__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talk-to-us__icon svg {
  width: 100%;
  height: 100%;
}
.talk-to-us__icon--email path, .talk-to-us__icon--phone path, .talk-to-us__icon--social path {
  stroke: var(--wine-red-adimab-100);
}
.talk-to-us__section-title {
  margin: 0;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.talk-to-us__info-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
.talk-to-us__info-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.talk-to-us__info-label {
  font-size: var(--Font-Size-f-size-sm);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-secondary);
  margin: 0;
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.talk-to-us__info-value {
  font-size: var(--Font-Size-f-size-sm);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-link);
  text-decoration: none;
  margin: 0;
  line-height: var(--Line-Height-Line-height-f-size-md);
  transition: opacity 0.2s ease;
  display: inline;
  max-width: -moz-max-content;
  max-width: max-content;
}
.talk-to-us__info-value.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-md) !important;
}
.talk-to-us__info-value:hover {
  opacity: 0.8;
}
.talk-to-us__social-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.talk-to-us__social-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.talk-to-us__social-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.talk-to-us__social-icon svg {
  width: 100%;
  height: 100%;
}
.talk-to-us__social-link {
  font-size: var(--Font-Size-f-size-sm);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--heading-secondary);
  text-decoration: none;
  margin: 0;
  line-height: var(--Line-Height-Line-height-f-size-md);
  transition: color 0.2s ease;
  display: inline;
  max-width: -moz-max-content;
  max-width: max-content;
}
.talk-to-us__location {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  max-width: 442px;
}
@media (max-width: 992px) {
  .talk-to-us__location {
    max-width: 100%;
  }
}
.talk-to-us__map-image {
  width: 100%;
  height: 360px;
  border-radius: var(--border-radius-border-radius-mid);
  overflow: hidden;
  background: var(--gray-white-adimab);
  border-radius: var(--border-radius-mid);
}
.talk-to-us__map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.talk-to-us__location-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 415px;
}
@media (max-width: 992px) {
  .talk-to-us__location-info {
    max-width: 100%;
  }
}
.talk-to-us__location-title {
  margin: 0;
  font-size: var(--Font-Size-f-size-md);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  line-height: var(--line-height-Line-height-f-size-md);
}
.talk-to-us__location-address {
  font-size: var(--Font-Size-f-size-sm);
  margin: 0;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  line-height: var(--Line-Height-Line-height-f-size-sm) !important;
}
.talk-to-us__location-address.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.talk-to-us__location-action {
  display: flex;
  justify-content: flex-start;
}
.talk-to-us__location-action .btn--sm {
  display: flex;
  padding: var(--spacing-xxs) var(--spacing-md);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs);
  font-size: var(--Font-size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  text-decoration: none;
  border-radius: var(--border-radius-full);
  border: 1px solid var(--wine-red-adimab-100);
  background: rgba(255, 255, 255, 0);
  color: var(--wine-red-adimab-100);
  transition: all 0.2s ease;
}
.talk-to-us__location-action .btn--sm svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.3s ease, margin-left 0.3s ease;
}
.talk-to-us__location-action .btn--sm svg path {
  stroke: currentColor;
}
.talk-to-us__location-action .btn--sm:hover {
  background-color: var(--wine-red-adimab-100);
  color: var(--white);
  gap: 0;
}
.talk-to-us__location-action .btn--sm:hover svg {
  opacity: 0;
  width: 0;
  margin-left: 0;
}
@media (: ) {
  .talk-to-us__content {
    gap: var(--spacing-md);
  }
  .talk-to-us__contact {
    width: 100%;
    gap: var(--spacing-lg);
  }
  .talk-to-us__locations {
    gap: var(--spacing-lg);
  }
  .talk-to-us__location {
    max-width: 100%;
  }
  .talk-to-us__map-image {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .talk-to-us {
    padding: var(--spacing-4xl) 0;
  }
  .talk-to-us__section-header {
    gap: var(--spacing-xxs);
  }
  .talk-to-us__icon {
    width: 32px;
    height: 32px;
  }
  .talk-to-us__info-list {
    gap: var(--spacing-md);
  }
  .talk-to-us__social-icon {
    width: 24px;
    height: 24px;
  }
  .talk-to-us__location-info {
    gap: var(--spacing-xxs);
  }
}

/**
 * Team Tabs Component Styles
 * Horizontal tab selector for team sections
 * Matches Figma design specifications exactly
 */
.team-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.team-tabs::before {
  content: "";
  position: absolute;
  background: var(--black);
  height: 50%;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .team-tabs::before {
    top: -1px;
  }
}
.team-tabs__container {
  max-width: var(--content-width);
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .team-tabs__container {
    padding: 0 var(--spacing-md);
  }
}
.team-tabs__selector {
  display: flex;
  position: relative;
  height: var(--tab-height, 92px);
  max-width: 720px;
  width: 100%;
}
@media (max-width: 767px) {
  .team-tabs__selector {
    max-width: 100%;
    flex-direction: column;
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.team-tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 92px;
  padding: var(--spacing-lg, 30px) var(--spacing-md);
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  background-color: var(--gray-adimab);
}
@media (max-width: 767px) {
  .team-tabs__tab {
    width: 100%;
    height: 70px;
    padding: var(--spacing-md) var(--spacing-sm);
    box-sizing: border-box;
  }
}
.team-tabs__tab--first {
  border-radius: var(--border-radius-mid) 0 0 var(--border-radius-mid);
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
@media (max-width: 767px) {
  .team-tabs__tab--first {
    border-radius: var(--border-radius-mid) var(--border-radius-mid) 0 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid var(--white);
  }
}
.team-tabs__tab--last {
  border-radius: 0 var(--border-radius-mid) var(--border-radius-mid) 0;
  border-right: 2px solid var(--white);
}
@media (max-width: 767px) {
  .team-tabs__tab--last {
    border-radius: 0 0 var(--border-radius-mid) var(--border-radius-mid);
    border-right: 2px solid transparent;
  }
}
.team-tabs__tab--active {
  background-color: var(--wine-red-adimab-100) !important;
  cursor: default !important;
  pointer-events: none;
}
.team-tabs__tab--active .team-tabs__title {
  color: var(--white) !important;
}
.team-tabs__tab--active:hover {
  background-color: var(--wine-red-adimab-100) !important;
  transform: none !important;
}
.team-tabs__tab:hover:not(.team-tabs__tab--active) {
  background-color: var(--wine-red-20);
}
.team-tabs__tab:hover:not(.team-tabs__tab--active) .team-tabs__title {
  color: var(--black);
}
.team-tabs__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 325px;
}
@media (max-width: 992px) {
  .team-tabs__content {
    max-width: 100%;
  }
}
.team-tabs__title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
  color: var(--white);
  text-align: center;
  margin: 0;
  transition: color 0.3s ease;
}
.team-tabs__title.f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md) !important;
}
.team-tabs__title.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-md, 32px) !important;
}
.team-tabs__title.f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg) !important;
}
@media (max-width: 992px) {
  .team-tabs__title {
    font-size: var(--Font-Size-f-size-sm) !important;
    line-height: var(--Line-Height-Line-height-f-size-md) !important;
  }
}
@media (: ) {
  .team-tabs__tab {
    width: calc(50% - 1px);
  }
  .team-tabs__tab--first {
    border-right: 1px solid var(--white);
  }
  .team-tabs__selector {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .team-tabs {
    padding: var(--spacing-md) 0;
  }
  .team-tabs__tab--first {
    border-bottom: 1px solid var(--white);
  }
}

.our-team__container {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: var(--spacing-4xl) 0;
}
@media (max-width: 1536px) {
  .our-team__container {
    padding: var(--spacing-4xl) var(--spacing-md);
  }
}
.our-team__header {
  margin-bottom: var(--spacing-lg);
  text-align: center;
}
.our-team__title {
  color: var(--heading-Primary);
  font-weight: var(--Font-Weight-Bold);
  margin: 0;
}
.our-team__grid {
  display: grid;
  -moz-column-gap: var(--spacing-lg);
       column-gap: var(--spacing-lg);
  row-gap: var(--spacing-md);
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1280px) {
  .our-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .our-team__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-team__member {
  background: var(--border);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.our-team__member:hover {
  background: var(--light-orange-adimab);
}
.our-team__member:hover .our-team__member-linkedin:before {
  filter: brightness(0) saturate(100%);
}
.our-team__member-image {
  position: relative;
  aspect-ratio: 420/354;
  overflow: hidden;
}
.our-team__member-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  transition: transform 0.3s ease;
}
.our-team__member-content {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .our-team__member-content {
    padding: var(--spacing-md);
  }
}
.our-team__member-info {
  flex: 1;
}
.our-team .our-team__member-social {
  display: flex;
  gap: var(--spacing-sm);
  justify-content: space-between;
  width: 100%;
}
.our-team .our-team__register-icon {
  display: flex;
  gap: 10px;
}
.our-team .our-team__register-icon .adimab-icon {
  position: relative;
  width: 40px;
  height: 30px;
  display: flex;
}
.our-team .our-team__register-icon .adimab-icon:before {
  content: "";
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/09/adimab-symbol.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.our-team .our-team__register-icon .register-icon {
  position: relative;
  width: 23px;
  height: 24px;
  display: flex;
}
.our-team .our-team__register-icon .register-icon:before {
  content: "";
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/09/registered-icon.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.our-team__member-name {
  font-weight: var(--Font-Weight-Bold);
  font-size: 23px;
  line-height: 29px;
  color: var(--heading-primary);
  margin: 0 0 var(--spacing-sm) 0;
}
@media (max-width: 992px) {
  .our-team__member-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.our-team__member-position {
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  color: var(--heading-secondary);
  margin: 0 0 var(--spacing-sm) 0;
}
.our-team__member-linkedin {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--blue-adimab);
  transition: all 0.2s ease;
  border-radius: 4px;
  position: relative;
  margin: 4px;
}
.our-team__member-linkedin:before {
  content: "";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/11/blue-linked-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .our-team__member-linkedin {
    margin: 0;
  }
}
.our-team__linkedin-icon {
  width: 100%;
  height: 100%;
}

.our-team-modal {
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  display: none;
}
.our-team-modal.is-open {
  display: block;
}
.our-team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.our-team-modal.is-open .our-team-modal__overlay {
  opacity: 1;
}
.our-team-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 1199px;
  max-width: 90%;
  max-height: calc(100vh - 40px);
  background: var(--white);
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  overflow-y: auto;
}
.our-team-modal.is-open .our-team-modal__panel {
  opacity: 1;
}
@media (max-width: 992px) {
  .our-team-modal__panel {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
  }
}
.our-team-modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
  z-index: 10;
}
.our-team-modal__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .our-team-modal__close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 992px) {
  .our-team-modal__close {
    top: 15px;
    right: 15px;
  }
}
.our-team-modal__content {
  display: flex;
  gap: var(--spacing-xl);
  padding: var(--spacing-xl);
  margin-top: var(--spacing-xl);
}
@media (max-width: 1280px) {
  .our-team-modal__content {
    gap: var(--spacing-lg);
    padding: var(--spacing-lg);
  }
}
@media (max-width: 992px) {
  .our-team-modal__content {
    flex-direction: column;
  }
}
.our-team-modal__left {
  flex: 0 0 449px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .our-team-modal__left {
    flex: none;
  }
}
.our-team-modal__avatar {
  width: 449px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}
.our-team-modal__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .our-team-modal__avatar {
    width: 350px;
    height: 296px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.our-team-modal__member-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.our-team-modal__name {
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary);
  margin: 0;
}
.our-team-modal__position {
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--heading-secondary);
  margin: 0;
}
.our-team-modal__linkedin {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-top: var(--spacing-md);
  color: var(--Blue-Adimab);
  transition: all 0.2s ease;
  position: relative;
}
.our-team-modal__linkedin:before {
  content: "";
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  background-image: url("/wp-content/uploads/2025/09/blue-linkdin-icon.svg");
  width: 100%;
  height: 100%;
}
.our-team-modal__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 384px;
}
@media (max-width: 1280px) {
  .our-team-modal__right {
    max-width: none;
  }
}
.our-team-modal__bio {
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--black);
}
.our-team-modal__bio p {
  margin: 0 0 15px 0;
}
.our-team-modal__bio p:last-child {
  margin-bottom: 0;
}

/**
 * Why Adimab and ARC Component Styles
 * Hero section with logos and descriptive text on dark background
 * Based on Figma design specifications
 */
.why-adimab-arc {
  width: 100%;
  position: relative;
  background-color: var(--black);
  margin: var(--spacing-4xl) 0px 0px 0px;
  padding: var(--spacing-4xl) var(--spacing-4xl);
  overflow: hidden;
}
.why-adimab-arc__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .why-adimab-arc__container {
    padding: 0 var(--spacing-xl);
  }
}
@media (max-width: 992px) {
  .why-adimab-arc__container {
    padding: 0 var(--spacing-md);
  }
}
.why-adimab-arc__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-lg);
}
@media (max-width: 992px) {
  .why-adimab-arc__content {
    gap: var(--spacing-lg);
  }
}
.why-adimab-arc__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .why-adimab-arc__logos {
    gap: var(--spacing-md);
    flex-direction: column;
  }
}
.why-adimab-arc__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-md) var(--spacing-lg, 30px);
}
.why-adimab-arc__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 992px) {
  .why-adimab-arc__logo--adimab {
    max-width: 180px;
  }
}
@media (max-width: 992px) {
  .why-adimab-arc__logo--arc {
    max-width: 110px;
  }
}
.why-adimab-arc__connector {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-adimab-arc__connector svg {
  transform: rotate(270deg);
  width: 62px;
  height: 1px;
}
@media (max-width: 992px) {
  .why-adimab-arc__connector svg {
    transform: rotate(0deg);
    width: 100%;
  }
}
.why-adimab-arc__description {
  max-width: 918px;
  text-align: center;
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--white);
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.why-adimab-arc__description.f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.why-adimab-arc__description.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.why-adimab-arc__description.f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.why-adimab-arc__description.f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.why-adimab-arc__description.f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.why-adimab-arc__description.f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
.why-adimab-arc__description.f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
@media (max-width: 992px) {
  .why-adimab-arc__description {
    max-width: 100%;
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-Line-height-f-size-md);
  }
}
.why-adimab-arc__description p {
  margin: 0;
}
.why-adimab-arc__decorative {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.why-adimab-arc__decorative img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-adimab-arc__decorative--left {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 215px;
  height: 315px;
}
@media (max-width: 992px) {
  .why-adimab-arc__decorative--left {
    display: none;
  }
}
.why-adimab-arc__decorative--right {
  right: 0;
  bottom: 49px;
  width: 212px;
  height: 314px;
}
@media (max-width: 992px) {
  .why-adimab-arc__decorative--right {
    display: none;
  }
}
@media (max-width: 992px) {
  .why-adimab-arc {
    padding: var(--spacing-3xl) var(--spacing-md);
  }
  .why-adimab-arc__logos .why-adimab-arc__connector {
    order: 2;
  }
  .why-adimab-arc__logos .why-adimab-arc__logo--adimab {
    order: 1;
  }
  .why-adimab-arc__logos .why-adimab-arc__logo--arc {
    order: 3;
  }
}

.contact-hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(100deg, #000 46.78%, var(--wine-red-adimab-100) 100.13%);
  background-blend-mode: hard-light;
  color: var(--white);
  padding: var(--spacing-6xl) 0 var(--spacing-4xl) 0;
  position: relative;
}
.contact-hero-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 620px;
  background: url("/wp-content/uploads/2025/09/contact-patterns.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact-hero-banner:before {
    display: none;
  }
}
.contact-hero-banner__container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .contact-hero-banner__container {
    padding: 0 var(--spacing-md);
  }
}
.contact-hero-banner__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacing-xl);
  width: 100%;
}
@media (max-width: 1024px) {
  .contact-hero-banner__content {
    flex-direction: column;
    gap: var(--spacing-xxl);
  }
}
.contact-hero-banner__text-content {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contact-hero-banner__text-content {
    flex: 1;
    width: 100%;
  }
}
.contact-hero-banner__hero-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contact-hero-banner__text-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  max-width: 586px;
}
@media (max-width: 1024px) {
  .contact-hero-banner__text-group {
    max-width: 100%;
  }
}
.contact-hero-banner__main-heading {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--white);
  margin: 0;
}
.contact-hero-banner__main-description {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--white);
  margin: 0;
}
.contact-hero-banner__form-container {
  flex: 0 0 52%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  border-radius: var(--border-radius-mid);
}
@media (min-width: 993px) {
  .contact-hero-banner__form-container {
    padding-right: var(--spacing-md);
  }
}
@media (max-width: 1024px) {
  .contact-hero-banner__form-container {
    flex: 1;
    width: 100%;
  }
}
.contact-hero-banner__form-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .contact-hero-banner__form-wrapper {
    min-height: 350px;
  }
}
.contact-hero-banner__skeleton-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: var(--spacing-md);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius-mid);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
  box-sizing: border-box;
  animation: skeleton-auto-hide 4s ease-in-out forwards;
  display: flex;
  flex-direction: column;
}
.contact-hero-banner__skeleton-loader .skeleton-field {
  margin-bottom: var(--spacing-md);
}
.contact-hero-banner__skeleton-loader .skeleton-field:last-child {
  margin-bottom: 0;
}
.contact-hero-banner__skeleton-loader .skeleton-field:nth-child(1), .contact-hero-banner__skeleton-loader .skeleton-field:nth-child(2), .contact-hero-banner__skeleton-loader .skeleton-field:nth-child(3) {
  flex: 0 0 auto;
}
.contact-hero-banner__skeleton-loader .skeleton-field:nth-child(4) {
  flex: 1;
  min-height: 80px;
}
.contact-hero-banner__skeleton-loader .skeleton-field:nth-child(5) {
  flex: 0 0 auto;
  margin-top: auto;
}
.contact-hero-banner__skeleton-loader .skeleton-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 100%);
  background-size: 200% 100%;
  border-radius: var(--border-radius-sm);
  animation: skeleton-loading 1.5s ease-in-out infinite;
}
.contact-hero-banner__skeleton-loader .skeleton-line--full {
  height: 50px;
  width: 100%;
}
.contact-hero-banner__skeleton-loader .skeleton-line--textarea {
  height: 100%;
  min-height: 80px;
  width: 100%;
}
.contact-hero-banner__skeleton-loader .skeleton-line--button {
  height: 45px;
  width: 150px;
  border-radius: var(--border-radius-full);
  margin-top: var(--spacing-xs);
}
.contact-hero-banner__hubspot-form {
  position: relative;
  width: 100%;
  min-height: 400px;
  opacity: 0;
  animation: form-fade-in 0.5s ease-in-out 3.5s forwards;
}
@media (max-width: 1024px) {
  .contact-hero-banner__hubspot-form {
    min-height: 350px;
  }
}

.dynamic-hero-banner {
  padding: var(--spacing-6xl) 0 var(--spacing-xl) 0;
}
.dynamic-hero-banner::before {
  content: none;
}
.dynamic-hero-banner .contact-hero-banner {
  padding: var(--spacing-6xl) 0 var(--spacing-xl) 0;
}
.dynamic-hero-banner .contact-hero-banner__text-content {
  flex: 0 0 45.5%;
}
.dynamic-hero-banner .contact-hero-banner__text-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
  max-width: 655px;
}
@media (max-width: 1024px) {
  .dynamic-hero-banner .contact-hero-banner__text-group {
    max-width: 100%;
  }
}
.dynamic-hero-banner .contact-hero-banner__featured-image img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-mid);
}
.dynamic-hero-banner .contact-hero-banner__form-container {
  border-radius: var(--border-radius-mid);
  border: 1px solid rgba(235, 235, 235, 0.2);
  background: rgba(245, 245, 245, 0.2);
  padding-right: 0;
  flex: 0 0 46.4%;
}
.dynamic-hero-banner .contact-hero-banner__hubspot-form {
  min-height: auto;
}
.dynamic-hero-banner .contact-hero-banner__form-wrapper {
  min-height: auto;
}

@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes skeleton-auto-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes form-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.press-releases-listing {
  position: relative;
  width: 100%;
  padding: var(--spacing-3xl) 0 var(--spacing-4xl) 0;
  background-color: var(--white);
}
@media (max-width: 992px) {
  .press-releases-listing {
    padding: var(--spacing-xl) 0 var(--spacing-3xl) 0;
  }
}
.press-releases-listing__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  gap: var(--spacing-sm);
}
@media (max-width: 1536px) {
  .press-releases-listing__container {
    padding: 0 var(--spacing-md);
  }
}
.press-releases-listing__counter--top {
  max-width: 953px;
}
.press-releases-listing__counter--bottom {
  text-align: center;
  margin-top: var(--spacing-xs);
}
.press-releases-listing__counter-text {
  font-family: var(--Font-Family-Primary);
  color: var(--heading-secondary);
  margin: 0;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
}
.press-releases-listing__counter-text--small {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.press-releases-listing__cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 953px;
}
.press-releases-listing__card {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.press-releases-listing__card--hidden {
  display: none;
}
.press-releases-listing__card--showing {
  display: block;
  animation: fadeInUp 0.5s ease forwards;
}
.press-releases-listing__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.press-releases-listing__card-link:hover {
  color: inherit;
}
.press-releases-listing__card-content {
  position: relative;
  border-top: 1px solid var(--dark-grey);
  padding: var(--spacing-lg) var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  transition: all 0.3s ease;
}
.press-releases-listing__card-content:hover {
  background: linear-gradient(90deg, rgba(242, 180, 41, 0.3) 68.56%, rgba(147, 17, 57, 0.15) 152.36%);
}
.press-releases-listing__card:last-child .press-releases-listing__card-content {
  border-bottom: 1px solid var(--dark-grey);
}
.press-releases-listing__card-date span {
  font-family: var(--Font-Family-Primary);
  color: var(--paragraph-text);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.press-releases-listing__card-title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  margin: 0;
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.press-releases-listing__card:hover .press-releases-listing__card-title {
  color: var(--wine-red-adimab);
}
.press-releases-listing__card-description p {
  font-family: var(--Font-Family-Primary);
  color: var(--paragraph-text);
  margin: 0;
  font-weight: var(--Font-Weight-Regular);
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.press-releases-listing__card-button {
  margin-top: var(--spacing-xs);
}
.press-releases-listing__read-more-btn {
  background: transparent;
  border: 1px solid var(--wine-red-adimab);
  color: var(--wine-red-adimab);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
  font-weight: var(--Font-Weight-Bold);
  padding: var(--spacing-xxs) var(--spacing-sm);
  border-radius: var(--border-radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
}
.press-releases-listing__read-more-btn:hover {
  background: var(--wine-red-adimab);
  color: var(--white);
  transform: translateY(-1px);
}
.press-releases-listing__read-more-btn:focus {
  outline: 2px solid var(--wine-red-adimab);
  outline-offset: 2px;
}
.press-releases-listing__load-more-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xs);
  max-width: 953px;
}
.press-releases-listing__card-title.f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.press-releases-listing__card-description .f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.press-releases-listing__card-date .f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.press-releases-listing__counter-text.f-size-xxs {
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.press-releases-listing__card-title.f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.press-releases-listing__card-description .f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.press-releases-listing__card-date .f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.press-releases-listing__counter-text.f-size-xs {
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
}
.press-releases-listing__card-title.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.press-releases-listing__card-description .f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.press-releases-listing__card-date .f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.press-releases-listing__counter-text.f-size-sm {
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.press-releases-listing__card-title.f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.press-releases-listing__card-description .f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.press-releases-listing__card-date .f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.press-releases-listing__counter-text.f-size-md {
  font-size: var(--Font-Size-f-size-md);
  line-height: var(--Line-Height-Line-height-f-size-md);
}
.press-releases-listing__card-title.f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.press-releases-listing__card-description .f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.press-releases-listing__card-date .f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.press-releases-listing__counter-text.f-size-lg {
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.press-releases-listing__card-title.f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.press-releases-listing__card-description .f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.press-releases-listing__card-date .f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.press-releases-listing__counter-text.f-size-xl {
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.press-releases-listing__card-title.f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
.press-releases-listing__card-description .f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
.press-releases-listing__card-date .f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
.press-releases-listing__counter-text.f-size-xxl {
  font-size: var(--Font-Size-f-size-xxl);
  line-height: var(--Line-Height-Line-height-f-size-xxl);
}
.press-releases-listing__card-title.f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.press-releases-listing__card-description .f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.press-releases-listing__card-date .f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.press-releases-listing__counter-text.f-size-xxxl {
  font-size: var(--Font-Size-f-size-xxxl);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
}
.press-releases-listing__card-title.f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
.press-releases-listing__card-description .f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
.press-releases-listing__card-date .f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
.press-releases-listing__counter-text.f-size-4xl {
  font-size: var(--Font-Size-f-size-4xl);
  line-height: var(--Line-Height-Line-height-f-size-4xl);
}
.press-releases-listing__card-title.f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
}
.press-releases-listing__card-description .f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
}
.press-releases-listing__card-date .f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
}
.press-releases-listing__counter-text.f-size-5xl {
  font-size: var(--Font-Size-f-size-5xl);
  line-height: var(--Line-Height-Line-height-f-size-5xl);
}
@media (max-width: 992px) {
  .press-releases-listing__container {
    max-width: 100%;
  }
  .press-releases-listing__card-content {
    padding: var(--spacing-md) var(--spacing-sm);
    gap: var(--spacing-sm);
  }
  .press-releases-listing__card-title {
    font-size: var(--Font-Size-f-size-md);
    line-height: var(--Line-Height-Line-height-f-size-md);
  }
  .press-releases-listing__card-description p {
    font-size: var(--Font-Size-f-size-xs);
    line-height: var(--Line-Height-Line-height-f-size-xs);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .press-releases-listing__card {
    animation: none;
    transition: none;
  }
  .press-releases-listing__read-more-btn, .press-releases-listing__load-more-btn {
    transition: none;
    transform: none;
  }
  .press-releases-listing__read-more-btn:hover, .press-releases-listing__load-more-btn:hover {
    transform: none;
  }
}
@media (prefers-contrast: high) {
  .press-releases-listing__card-content {
    background: var(--white);
    border: 2px solid var(--black);
  }
  .press-releases-listing__read-more-btn, .press-releases-listing__load-more-btn {
    border-width: 2px;
  }
}
.press-releases-listing__card-link:focus {
  outline: 2px solid var(--wine-red-adimab);
  outline-offset: 2px;
  border-radius: var(--border-radius-sm);
}

.single-feature-resource {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, var(--orange-adimab) 0%, var(--orange-adimab) 50%, #fff 50%, #fff 100%);
  padding: var(--spacing-xl) 0 var(--spacing-3xl) 0;
}
.single-feature-resource__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: var(--spacing-lg);
}
@media (max-width: 1536px) {
  .single-feature-resource__container {
    padding: 0 var(--spacing-md);
  }
}
@media (max-width: 992px) {
  .single-feature-resource__container {
    max-width: 100%;
  }
}
.single-feature-resource__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.single-feature-resource__section-title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  margin: 0;
  font-size: var(--Font-Size-f-size-xl);
  line-height: var(--Line-Height-Line-height-f-size-xl);
}
.single-feature-resource__card {
  position: relative;
  width: 100%;
}
.single-feature-resource__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.single-feature-resource__card-link:hover .single-feature-resource__card-container::before {
  opacity: 1;
}
.single-feature-resource__card-link:hover .single-feature-resource__category {
  background: rgba(255, 255, 255, 0.4);
}
.single-feature-resource__card-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: var(--grey);
  border-radius: var(--border-radius-mid);
  border: 1px solid var(--dark-grey);
  overflow: hidden;
  position: relative;
}
.single-feature-resource__card-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #F2B429 58.19%, #931139 140.72%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .single-feature-resource__card-container {
    flex-direction: column;
  }
}
.single-feature-resource__card-image {
  flex: 0 0 600px;
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 370px;
}
.single-feature-resource__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
@media (max-width: 1280px) {
  .single-feature-resource__card-image {
    flex: 0 0 450px;
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .single-feature-resource__card-image {
    flex: none;
    width: 100%;
    height: 330px;
    min-height: auto;
  }
}
.single-feature-resource__placeholder-image {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paragraph-text);
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
}
.single-feature-resource__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spacing-lg);
  gap: var(--spacing-sm);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .single-feature-resource__card-content {
    padding: var(--spacing-md);
    gap: var(--spacing-xs);
  }
}
.single-feature-resource__category {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  background-color: rgba(48, 149, 213, 0.2);
  border-radius: 4px;
  padding: var(--spacing-xxxs) var(--spacing-xs);
  transition: background 0.3s ease;
}
.single-feature-resource__category-text {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--heading-primary);
  font-size: var(--Font-Size-f-size-xxs);
  line-height: var(--Line-Height-Line-height-f-size-xxs);
}
.single-feature-resource__title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.single-feature-resource__description {
  margin: 5px 0px 0px 0px;
}
.single-feature-resource__description p {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  margin: 0;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 112px;
}
.single-feature-resource__description li {
  color: var(--paragraph-text);
}
.single-feature-resource__download {
  margin-top: var(--spacing-xs);
}
.single-feature-resource__download-link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xxs);
  color: var(--wine-red-adimab-100);
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  font-size: var(--Font-Size-f-size-xs);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  transition: all 0.3s ease;
  position: relative;
}
.single-feature-resource__download-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--wine-red-adimab-100);
  transition: width 0.3s ease;
}
.single-feature-resource__card-link:hover .single-feature-resource__download-link::after {
  width: 100%;
}
.single-feature-resource__download-text {
  flex-shrink: 0;
}
.single-feature-resource__download-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.single-feature-resource__card-link:focus-visible {
  outline: 2px solid var(--wine-red-adimab-100);
  outline-offset: 2px;
  border-radius: var(--border-radius-mid);
}

/**
 * Event Spotlight Component Styles
 * Showcase a featured event with image, content and call-to-action
 * Matches Figma design specifications exactly
 */
.event-spotlight {
  width: 100%;
  padding-top: var(--spacing-xl);
  background: var(--white);
}
.event-spotlight__container {
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
@media (max-width: 1536px) {
  .event-spotlight__container {
    padding: 0 var(--spacing-md);
  }
}
.event-spotlight__header {
  width: 100%;
  max-width: 800px;
}
.event-spotlight__section-title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--heading-primary);
  margin: 0;
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.event-spotlight__card {
  display: flex;
  border-radius: var(--border-radius-mid);
  overflow: hidden;
  max-width: 1195px;
  min-width: 0;
  position: relative;
  cursor: pointer;
  background: var(--grey);
  --overlay-opacity: 0;
  --start-percentage: -20%;
  --end-percentage: -20%;
  /* Content stays above overlay */
}
.event-spotlight__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  /* The gradient that will animate in */
  background: linear-gradient(90deg, rgba(242, 180, 41, 0.3) var(--start-percentage), rgba(147, 17, 57, 0.15) var(--end-percentage));
  opacity: var(--overlay-opacity);
  /* Slower transition out */
  transition: opacity 0.6s ease-out, --start-percentage 0.6s ease-out, --end-percentage 0.6s ease-out;
  will-change: opacity;
}
.event-spotlight__card > * {
  position: relative;
  z-index: 1;
}
.event-spotlight__card:hover {
  /* Animate gradient in from left */
  --overlay-opacity: 1;
  --start-percentage: 82%;
  --end-percentage: 135%;
  /* Faster transition in */
}
.event-spotlight__card:hover::before {
  transition: opacity 0.6s ease-in, --start-percentage 0.6s ease-in, --end-percentage 0.6s ease-in;
}
.event-spotlight__card:hover .btn-secondary {
  color: var(--white);
  background-color: var(--wine-red-adimab-100);
}
@media (max-width: 992px) {
  .event-spotlight__card {
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }
}
.event-spotlight__image-section {
  position: relative;
  width: 563px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .event-spotlight__image-section {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}
.event-spotlight__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event-spotlight__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.event-spotlight__image-overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 55%);
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  color: var(--white);
}
.event-spotlight__date {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xs);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xs);
  color: var(--white);
  margin: 0;
}
.event-spotlight__event-title {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Bold);
  color: var(--white);
  margin: 0;
  font-size: var(--Font-Size-f-size-lg);
  line-height: var(--Line-Height-Line-height-f-size-lg);
}
.event-spotlight__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 34px 48px;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--dark-grey);
  border-left: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  border-radius: 0px 8px 8px 0px;
}
@media (max-width: 992px) {
  .event-spotlight__content {
    padding: var(--spacing-lg);
    border-left: 1px solid var(--dark-grey);
    border-top: none;
    border-radius: 0px 0px 8px 8px;
  }
}
.event-spotlight__description {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  margin-bottom: 24px;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  width: 100%;
}
.event-spotlight__description p {
  margin: 0 0 var(--paragraph-spacing) 0;
  word-wrap: break-word;
}
.event-spotlight__description p:last-child {
  margin-bottom: 0;
}
.event-spotlight__location {
  display: flex;
  gap: var(--spacing-xxs);
  align-items: center;
  flex-wrap: wrap;
}
.event-spotlight__location-label {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-medium);
  color: var(--heading-secondary);
  margin: 0;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.event-spotlight__location-value {
  font-family: var(--Font-Family-Primary);
  font-weight: var(--Font-Weight-Regular);
  color: var(--paragraph-text);
  margin: 0;
  font-size: var(--Font-Size-f-size-sm);
  line-height: var(--Line-Height-Line-height-f-size-sm);
}
.event-spotlight__button {
  margin-top: 24px;
}
.event-spotlight__button .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/**
 * PlainInfoBox Component Styles
 * Two-block layout component without images
 * Matches Figma design specifications
 */
.plain-infobox {
  width: 100%;
  padding-bottom: var(--spacing-4xl);
}
.plain-infobox__container {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1536px) {
  .plain-infobox__container {
    padding: 0 var(--spacing-md);
  }
}
.plain-infobox__main-heading {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xxxl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xxxl);
  color: var(--heading-primary);
  margin: 0 0 var(--spacing-xl) 0;
}
@media (max-width: 992px) {
  .plain-infobox__main-heading {
    margin-bottom: var(--spacing-lg);
    text-align: left;
  }
}
.plain-infobox__blocks {
  display: flex;
  gap: var(--spacing-xl);
  align-items: stretch;
}
@media (max-width: 767px) {
  .plain-infobox__blocks {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
.plain-infobox__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .plain-infobox__block {
    max-width: 100%;
  }
}
.plain-infobox__block-title {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-xl);
  font-weight: var(--Font-Weight-Bold);
  line-height: var(--Line-Height-Line-height-f-size-xl);
  color: var(--heading-primary);
  margin: 0;
}
.plain-infobox__block-description {
  font-family: var(--Font-Family-Primary);
  font-size: var(--Font-Size-f-size-sm);
  font-weight: var(--Font-Weight-Regular);
  line-height: var(--Line-Height-Line-height-f-size-sm);
  color: var(--paragraph-text);
}
.plain-infobox__block-description p {
  margin: 0 0 var(--spacing-sm) 0;
}
.plain-infobox__block-description p:last-child {
  margin-bottom: 0;
}
.plain-infobox__block-button {
  margin-top: var(--spacing-sm);
}

/*
* Map for breakpoints
*/
/**
 * University Destinations Component Styles
 * Logo grid layout displaying university destinations with responsive design
 */
.university-destinations {
  width: 100%;
  background-color: var(--grey);
  padding: var(--spacing-xxl) var(--spacing-md);
}
@media (max-width: 992px) {
  .university-destinations {
    padding: var(--spacing-xl) var(--spacing-md);
  }
}
@media (max-width: 767px) {
  .university-destinations {
    padding: var(--spacing-lg) var(--spacing-sm);
  }
}
.university-destinations__container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.university-destinations__heading {
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--heading-primary);
  font-family: var(--Font-Family-Primary);
}
@media (max-width: 992px) {
  .university-destinations__heading {
    margin-bottom: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .university-destinations__heading {
    margin-bottom: var(--spacing-md);
  }
}
.university-destinations__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--spacing-lg) var(--spacing-xl);
  align-items: center;
  justify-items: center;
  margin-bottom: var(--spacing-lg);
}
@media (max-width: 992px) {
  .university-destinations__row {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
}
@media (max-width: 767px) {
  .university-destinations__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.university-destinations__logo {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
* Map for breakpoints
*/
:root {
  --content-width: 1440px;
  --border-radius-none: 0px;
  --border-radius-sm: 4px;
  --border-radius-mid: 8px;
  --border-radius-full: 100px;
  --spacing-xxxs: clamp(3px, 0.3vw, 4px);
  --spacing-xxs: clamp(4px, 0.45vw, 5px);
  --spacing-xs: clamp(8px, 0.9vw, 10px);
  --spacing-sm: clamp(10px, 1.3vw, 15px);
  --spacing-md: clamp(15px, 1.8vw, 20px);
  --spacing-lg: clamp(20px, 2.6vw, 30px);
  --spacing-xl: clamp(28px, 5vw, 60px);
  --spacing-xxl: clamp(40px, 6.5vw, 80px);
  --spacing-3xl: clamp(54px, 8vw, 100px);
  --spacing-4xl: clamp(70px, 10vw, 120px);
  --spacing-5xl: clamp(95px, 11.5vw, 140px);
  --spacing-6xl: clamp(100px, 15vw, 190px);
}
/*# sourceMappingURL=style.css.map */