@charset "UTF-8";
:root {
  /* Border Radius */
  --border-radius-border-radius-0: .25rem;
  --border-radius-border-radius-mid: .5rem;
  --border-radius-border-radius-full: 1.25rem;
  /* Colors */
  --Light-Blue: rgba(212, 235, 248, 1);
  --Orange: rgba(227, 142, 73, 1);
  --Dark-Blue: rgba(10, 57, 129, 1);
  --Blue: rgba(31, 80, 154, 1);
  --Black: rgba(0, 0, 0, 1);
  --White: rgba(255, 255, 255, 1);
  --Border: rgba(218, 218, 218, 1);
  --Grey: rgba(245, 245, 245, 1);
  --Dark-Grey: rgba(192, 192, 192, 1);
  --Red: rgba(214, 89, 89, 1);
  --Transparent: rgba(255, 255, 255, 0);
  /* Headings */
  --Heading-Heading-Color-1: rgba(10, 57, 129, 1);
  --Heading-Heading-Color-2: rgba(37, 37, 37, 1);
  /* Paragraph */
  --Paragraph-text: rgba(74, 74, 74, 1);
  --field-placeholder: rgba(180, 180, 180, 1);
  --Paragraph-link: rgba(103, 25, 204, 1);
  /* Spacing */
  --spacing-xxxs: .25rem;
  --spacing-xxs: .25rem;
  --spacing-xs: .5rem;
  --spacing-sm: .625rem;
  --spacing-md: .9375rem;
  --spacing-lg: 1.25rem;
  --spacing-xl: 1.75rem;
  --spacing-xxl: 1.75rem;
  --spacing-xxxl: 3.375rem;
  --spacing-4xl: 4.375rem;
  --spacing-5xl: 5.9375rem;
  /* Typography */
  --Font-Family-Primary: "IBM Plex Sans";
  --font-weight-regular: 400;
  --font-weight-regular-italic: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --Font-Size-f-size-6xl: 5rem;
  --Font-Size-f-size-5xl: 3.75rem;
  --Font-Size-f-size-4xl: 2.5rem;
  --Font-Size-f-size-xxxl: 2.25rem;
  --Font-Size-f-size-xxl: 1.875rem;
  --Font-Size-f-size-xl: 1.625rem;
  --Font-Size-f-size-lg: 1.25rem;
  --Font-Size-f-size-md: 1.125rem;
  --Font-Size-f-size-sm: 1rem;
  --Font-Size-f-size-xs: .875rem;
  --Font-Size-f-size-xxs: .875rem;
  --Font-Size-f-size-xxxs: .875rem;
  --paragraph-f-size: var(--Font-Size-f-size-md);
  --Line-Height-Line-height-f-size-6xl: 5.625rem;
  --Line-Height-Line-height-f-size-5xl: 4.375rem;
  --Line-Height-Line-height-f-size-4xl: 3rem;
  --Line-Height-Line-height-f-size-xxxl: 2.875rem;
  --Line-Height-Line-height-f-size-xxl: 2.5rem;
  --Line-Height-Line-height-f-size-xl: 2.25rem;
  --Line-Height-Line-height-f-size-lg: 1.875rem;
  --Line-Height-Line-height-f-size-md: 1.75rem;
  --Line-Height-Line-height-f-size-sm: 1.625rem;
  --Line-Height-Line-height-f-size-xs: 1.5rem;
  --Line-Height-Line-height-f-size-xxs: 1.375rem;
  --Line-Height-Line-height-f-size-xxxs: 1.375rem;
  --Line-Height-Paragraph-line-height: var(--Line-Height-Line-height-f-size-md);
  --paragraph-spacing: 1.25rem;
}
@media (min-width: 993px) {
  :root {
    /* Spacing */
    --spacing-xxxs: .1875rem;
    --spacing-xxs: .3125rem;
    --spacing-xs: .625rem;
    --spacing-sm: .9375rem;
    --spacing-md: 1.25rem;
    --spacing-lg: 1.5625rem;
    --spacing-xl: 1.875rem;
    --spacing-xxl: 3.75rem;
    --spacing-xxxl: 5rem;
    --spacing-4xl: 7.5rem;
    --spacing-5xl: 11.875rem;
    /* Typography */
    --Font-Size-f-size-6xl: 6.25rem;
    --Font-Size-f-size-5xl: 5rem;
    --Font-Size-f-size-4xl: 3.75rem;
    --Font-Size-f-size-xxxl: 3.5rem;
    --Font-Size-f-size-xxl: 2.5rem;
    --Font-Size-f-size-xl: 1.75rem;
    --Font-Size-f-size-lg: 1.5rem;
    --Font-Size-f-size-md: 1.25rem;
    --Font-Size-f-size-sm: 1.125rem;
    --Font-Size-f-size-xs: 1rem;
    --Font-Size-f-size-xxs: .875rem;
    --Font-Size-f-size-xxxs: .75rem;
    --paragraph-f-size: var(--Font-Size-f-size-md);
    --Line-Height-Line-height-f-size-6xl: 7.5rem;
    --Line-Height-Line-height-f-size-5xl: 5.9375rem;
    --Line-Height-Line-height-f-size-4xl: 4.0625rem;
    --Line-Height-Line-height-f-size-xxxl: 4rem;
    --Line-Height-Line-height-f-size-xxl: 3.375rem;
    --Line-Height-Line-height-f-size-xl: 2.625rem;
    --Line-Height-Line-height-f-size-lg: 2.125rem;
    --Line-Height-Line-height-f-size-md: 1.875rem;
    --Line-Height-Line-height-f-size-sm: 1.625rem;
    --Line-Height-Line-height-f-size-xs: 1.625rem;
    --Line-Height-Line-height-f-size-xxs: 1.375rem;
    --Line-Height-Line-height-f-size-xxxs: 1.25rem;
    --Line-Height-Paragraph-line-height: var(--Line-Height-Line-height-f-size-md);
    --paragraph-spacing: .9375rem;
  }
}

:root {
  --global-colors-black: #000000;
  --global-colors-text-white: #ffffff;
  --global-colors-text-black: #2D2A26;
  --global-colors-text-blue-700: #001F61;
  --global-colors-text-blue-800: #001440;
  --global-colors-black-100: #D5D4D4;
  --global-colors-june-bud: #BDDA57;
  --global-colors-deep-violet: #32174D;
  --global-colors-blue: #0033A1;
  --global-colors-light-cyan: #c2efeb;
  --global-colors-grey-paragraph-text: #414141;
  --global-colors-grey-white: #F5F5F5;
  --global-colors-primary-btn-hover: #A1C428;
  --global-colors-blue-100: #CCD6EC;
  --global-colors-blue-400: #335CB4;
  --global-colors-bg-submenu-light-blue: #E8EEFD;
  --global-colors-blue-ice: #EEF2FE;
  --global-colors-gray-2510: #ECECEC;
  --global-colors-gray-semi: #E1E1E1;
  --global-colors-june-bud-800: #4C5723;
  --global-colors-teal-100: #CCE6E6;
  --global-colors-mint-green: #C2EFEB;
  --global-colors-soft-gray: #BABABA;
  --global-colors-gray-300: #D6D6D6;
  --global-colors-grey-cloud: #f9f9f9;
  --global-colors-june-bud-700: #718334;
  --global-colors-june-bud-200: #E5F0BC;
  --global-colors-june-bud-900: #262C11;
  --global-colors-light-steel-blue: #B4BFDB;
  --global-colors-quick-silver: #A4A4A4;
  --global-colors-alto: #D9D9D9;
  --global-colors-tundora: #4B4B4B;
  --global-colors-cascade: #8CA7A4;
  --global-colors-tuscany: #C7642C;
  --global-colors-sundance: #CBA163;
  --global-colors-orange: #FF6720;
  --global-colors-sandy-brown: #F6975F;
  --global-colors-concrete: #F2F2F2;
  --global-colors-gray: #D1D1D1;
  --global-colors-silver: #C5C5C5;
  --global-colors-silver-100: #C8C4C4;
  --global-colors-bunker: #101820;
  --global-colors-resolution-blue: #001871;
  --global-colors-charcoal: #252525;
  --global-colors-black-100: #030303;
  --global-colors-pacific-blue: #00AEC7;
  --global-colors-amber: #FFB300;
  --global-colors-transparent: rgba(0,0,0,0);
  --global-colors-cod-gray: #1E1E1E;
}

/*
* Map for breakpoints
*/
@media screen and (max-width: 1680px) {
  .ct-section-inner-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 767px) {
  body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    font-size: 18px;
    line-height: 28px;
  }
}

p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
  color: var(--global-colors-grey-paragraph-text);
  margin-bottom: 15px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    margin-bottom: 20px;
  }
}

h1, h2, h3, h4, h5, h6, button {
  font-family: var(--font-variables-font-family-primary);
}

body, ul li {
  font-family: var(--font-variables-font-family-secondary);
}

p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title, .ct-text-block {
  font-family: var(--font-variables-font-family-secondary);
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

/*Font size utils*/
.f-size-6xl {
  font-size: clamp(55px, 7vw, 120px);
  line-height: 1.0667;
  font-weight: 500;
}

.f-size-5xl {
  font-size: clamp(45px, 7vw, 100px);
  line-height: 1.14;
  font-weight: 500;
}

.f-size-4xl, .greenhouse-field__title {
  font-size: clamp(40px, 5.5vw, 90px);
  line-height: 1.11;
  font-weight: 500;
}

.f-size-xxxl {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.25;
  font-weight: 500;
}

.f-size-xxl {
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.25;
  font-weight: 500;
}

.f-size-xl {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 500;
}

.f-size-lg {
  font-size: clamp(25px, 3.5vw, 34px);
  line-height: 1.12;
  font-weight: 500;
}

.f-size-md {
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.29;
  font-weight: 500;
}

.f-size-sm {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 400;
}

.f-size-xs {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
}

.f-size-xxs {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.62;
}

.f-size-xxxs {
  font-size: clamp(14px, 1vw, 14px);
  line-height: 1.57;
}

.paragraph-lg {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-r {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-sm {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/*Font weight utils*/
.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .f-size-6xl {
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .f-size-5xl {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .f-size-4xl, .greenhouse-field__title {
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .f-size-xxxl {
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .f-size-xxl {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .f-size-xl {
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .f-size-lg {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .f-size-md {
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .f-size-sm {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .f-size-xs {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .f-size-xxs {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .f-size-xxxs {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .paragraph-lg {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .paragraph-sm {
    line-height: 22px;
  }
}

/* Tab CSS */
.tabs:hover .tab-icon {
  filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
}

.green-sliding-arrow {
  position: relative;
}
.green-sliding-arrow::after {
  content: "";
  position: absolute;
  top: 12.5px;
  right: -28px;
  width: 10px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .green-sliding-arrow::after {
    content: unset;
  }
}
@media (max-width: 767px) {
  .green-sliding-arrow::after {
    content: "";
  }
}
@media (max-width: 480px) {
  .green-sliding-arrow::after {
    content: unset;
  }
}

.ellipsis-text, .related_news_block_content .ct-headline span, .blog_content .related_blogs_block span, .post-block-wrapper .post-block-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.post-block-heading.ellipsis-text, .related_news_block_content .ct-headline span.post-block-heading, .blog_content .related_blogs_block span.post-block-heading, .post-block-wrapper .post-block-heading.post-block-text {
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .post-block-heading.ellipsis-text, .related_news_block_content .ct-headline span.post-block-heading, .blog_content .related_blogs_block span.post-block-heading, .post-block-wrapper .post-block-heading.post-block-text {
    -webkit-line-clamp: unset;
  }
}

.latest-news__wrapper {
  display: flex;
  flex-direction: row;
  gap: 83px;
  width: 100%;
  text-align: left;
  margin-top: 45px;
}
@media (max-width: 992px) {
  .latest-news__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .latest-news__wrapper {
    gap: 0px;
    margin-top: 20px;
  }
}
.latest-news__wrapper .latest-news_left-block {
  max-width: 641px;
  width: 48%;
}
@media (max-width: 992px) {
  .latest-news__wrapper .latest-news_left-block {
    width: 100%;
  }
}
.latest-news__wrapper .latest-news_left-block .news-block-parent-div {
  text-align: left;
  flex-direction: row;
  display: flex;
  gap: 25px;
  margin-bottom: 9px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .news-block-parent-div {
    display: none;
  }
}
.latest-news__wrapper .latest-news_left-block .news-block-parent-div .news-block {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .post-block-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .post-block-wrapper.news-block {
    padding-top: 0px;
  }
}
.latest-news__wrapper .latest-news_left-block .post-block-wrapper.news-block:hover {
  border: 1px solid var(--global-colors-blue-100);
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .post-block-wrapper.news-block:hover .post-block-tag {
    background-color: var(--global-colors-deep-violet);
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .post-block-wrapper.news-block:hover .post-block-heading {
    color: var(--global-colors-blue);
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_left-block .post-block-wrapper.news-block:hover .post-block-tag-text {
    color: var(--global-colors-text-white);
    transition: all 0.3s ease-in-out;
  }
}
.latest-news__wrapper .latest-news_right-block {
  max-width: 707px;
  width: 52%;
}
@media (max-width: 992px) {
  .latest-news__wrapper .latest-news_right-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .latest-news__wrapper .latest-news_right-block {
    margin-top: 46px;
  }
}

.post-block-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  justify-content: flex-start;
  background-image: linear-gradient(95deg, var(--global-colors-text-white) 55.84%, var(--global-colors-blue-ice) 95.47%);
  transition: border 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 21px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.post-block-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.post-block-wrapper > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .post-block-wrapper {
    flex-direction: row;
    gap: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .post-block-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: flex-start;
  }
}
.post-block-wrapper:hover {
  border: 1px solid var(--global-colors-blue-100);
  transition: all 0.3s ease-in-out;
}
.post-block-wrapper:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .post-block-wrapper:hover::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .post-block-wrapper:hover {
    border-color: transparent;
    opacity: 1;
  }
}
.post-block-wrapper:hover .post-block-tag {
  background-color: var(--global-colors-deep-violet);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .post-block-wrapper:hover .post-block-tag {
    background-color: var(--global-colors-light-cyan);
  }
}
.post-block-wrapper:hover .post-block-heading {
  color: var(--global-colors-blue);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .post-block-wrapper:hover .post-block-heading {
    color: var(--global-colors-text-black);
  }
}
.post-block-wrapper:hover .post-block-tag-text {
  color: var(--global-colors-text-white);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .post-block-wrapper:hover .post-block-tag-text {
    color: var(--global-colors-deep-violet);
  }
}
.post-block-wrapper:hover img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, -25% 100%);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .post-block-wrapper:hover img {
    transform: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  }
}
.post-block-wrapper.news-block {
  position: relative;
  background-image: linear-gradient(162deg, var(--global-colors-text-white) 61.16%, var(--global-colors-blue-ice) 77.87%);
  transition: border 0.5s ease-in-out;
  overflow: hidden;
}
.post-block-wrapper.news-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(177deg, var(--global-colors-text-white) 55.61%, var(--global-colors-blue-ice) 71.94%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
.post-block-wrapper.news-block > * {
  position: relative;
  z-index: 1;
}
.post-block-wrapper.news-block:hover::before {
  opacity: 1;
}
.post-block-wrapper.news-block:hover img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 78%, -10% 100%);
  transform: scale(1.05);
  transition: clip-path 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.post-block-wrapper img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  transition: clip-path 0.5s ease, transform 0.5s ease;
  width: 100%;
  height: auto;
}
.post-block-wrapper .post-block_content {
  padding: 20px 30px 30px 0px;
  width: 70%;
}
@media (max-width: 1400px) {
  .post-block-wrapper .post-block_content {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .post-block-wrapper .post-block_content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .post-block-wrapper .post-block_content {
    width: 68%;
    margin-left: 16px;
    padding: 5px 18px 13px 0;
  }
}
@media (max-width: 480px) {
  .post-block-wrapper .post-block_content {
    width: 59%;
  }
}
.post-block-wrapper .post-block-tag {
  background-color: var(--global-colors-light-cyan);
  border-radius: 41px;
  padding: 1px 6px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.post-block-wrapper .post-block-tag-text {
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--global-colors-deep-violet);
  text-align: center;
  border-radius: 41px;
  transition: all 0.3s ease-in-out;
}
.post-block-wrapper .post-block-heading {
  color: var(--global-colors-text-black);
  margin-bottom: 10px;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.post-block-wrapper .post-block-text {
  font-family: "Gibson_R", sans-serif;
  color: var(--global-colors-grey-paragraph-text);
  text-align: left;
  transition: all 0.5s ease-in-out;
}
.post-block-wrapper .post-block-news_content {
  padding: 20px 30px 30px 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-block-wrapper .post-block-news_content {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .post-block-wrapper .post-block-news_content {
    width: 58%;
  }
}
.post-block-wrapper .post-block-single-news_content {
  padding: 20px 30px 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-block-wrapper .post-block-single-news_content {
    padding: 30px 28px;
  }
}
.post-block-wrapper .post-block-img-div {
  width: 28%;
  overflow: hidden;
  max-width: 176px;
}
@media (max-width: 480px) {
  .post-block-wrapper .post-block-img-div {
    width: 36%;
  }
}
.post-block-wrapper .post-block-img-div img {
  width: 176px;
}

.info-box-wrapper, .supreme-greenhouse-jobs__notice, .supreme-greenhouse-jobs__error {
  overflow: hidden;
  max-width: 462px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .info-box-wrapper, .supreme-greenhouse-jobs__notice, .supreme-greenhouse-jobs__error {
    margin-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .info-box-wrapper:last-child, .supreme-greenhouse-jobs__notice:last-child, .supreme-greenhouse-jobs__error:last-child {
    margin-bottom: 0px;
  }
}
.info-box-wrapper .info-box-zoom-in, .supreme-greenhouse-jobs__notice .info-box-zoom-in, .supreme-greenhouse-jobs__error .info-box-zoom-in {
  background-size: cover;
  width: 100%;
  justify-content: flex-end;
  background-repeat: no-repeat;
  position: relative;
  transform-origin: top right;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  height: 100%;
}
.info-box-wrapper .info-box-zoom-in:before, .supreme-greenhouse-jobs__notice .info-box-zoom-in:before, .supreme-greenhouse-jobs__error .info-box-zoom-in:before {
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-repeat: no-repeat;
  content: "";
  mix-blend-mode: color-dodge;
  opacity: 1;
}
.info-box-wrapper .info-box-zoom-in:after, .supreme-greenhouse-jobs__notice .info-box-zoom-in:after, .supreme-greenhouse-jobs__error .info-box-zoom-in:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  transform-origin: top right;
  will-change: transform;
}
.info-box-wrapper .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper {
  width: 100%;
  height: 100%;
  padding: 70px 30px 30px;
  z-index: 1;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .info-box-wrapper .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-box-wrapper .info-box-zoom-in .info-box-content-wrapper:before, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper:before, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper:before {
  content: "";
  background: radial-gradient(174% 200.08% at 130.44% -76.77%, rgba(192, 205, 234, 0.08) 62.5%, #002a86 81.5%);
  box-shadow: inset 0px 0px 50px 0px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .info-box-wrapper .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper {
    padding: 40px 28px 28px;
  }
}
.info-box-wrapper .info-box-zoom-in .info-box-content-wrapper .info-image-icon, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper .info-image-icon, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper .info-image-icon {
  width: 82px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.info-box-wrapper .info-box-zoom-in .info-box-content-wrapper .info-content-div, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper .info-content-div, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper .info-content-div {
  position: relative;
  z-index: 1;
  text-align: left;
  align-items: flex-start;
}
.info-box-wrapper .info-box-zoom-in .info-box-content-wrapper .info-content-div > .ct-div-block, .supreme-greenhouse-jobs__notice .info-box-zoom-in .info-box-content-wrapper .info-content-div > .ct-div-block, .supreme-greenhouse-jobs__error .info-box-zoom-in .info-box-content-wrapper .info-content-div > .ct-div-block {
  max-width: 90%;
}
.info-box-wrapper .info-box-zoom-in:hover .green-sliding-arrow:after, .supreme-greenhouse-jobs__notice .info-box-zoom-in:hover .green-sliding-arrow:after, .supreme-greenhouse-jobs__error .info-box-zoom-in:hover .green-sliding-arrow:after {
  right: -38px;
  transition: all 0.5s ease-in-out;
}
.info-box-wrapper:focus .info-box-zoom-in::after, .supreme-greenhouse-jobs__notice:focus .info-box-zoom-in::after, .supreme-greenhouse-jobs__error:focus .info-box-zoom-in::after, .info-box-wrapper:hover .info-box-zoom-in::after, .supreme-greenhouse-jobs__notice:hover .info-box-zoom-in::after, .supreme-greenhouse-jobs__error:hover .info-box-zoom-in::after {
  transform: scale(1.15);
  transition: all 0.5s ease-in-out;
}
.info-box-wrapper:focus .info-box-zoom-in::before, .supreme-greenhouse-jobs__notice:focus .info-box-zoom-in::before, .supreme-greenhouse-jobs__error:focus .info-box-zoom-in::before, .info-box-wrapper:hover .info-box-zoom-in::before, .supreme-greenhouse-jobs__notice:hover .info-box-zoom-in::before, .supreme-greenhouse-jobs__error:hover .info-box-zoom-in::before {
  transition: all 0.5s ease-in-out;
}
.info-box-wrapper:focus .info-box-content-wrapper, .supreme-greenhouse-jobs__notice:focus .info-box-content-wrapper, .supreme-greenhouse-jobs__error:focus .info-box-content-wrapper, .info-box-wrapper:hover .info-box-content-wrapper, .supreme-greenhouse-jobs__notice:hover .info-box-content-wrapper, .supreme-greenhouse-jobs__error:hover .info-box-content-wrapper {
  transition: all 0.5s ease-in-out;
}
.info-box-wrapper:focus .info-box-content-wrapper::before, .supreme-greenhouse-jobs__notice:focus .info-box-content-wrapper::before, .supreme-greenhouse-jobs__error:focus .info-box-content-wrapper::before, .info-box-wrapper:hover .info-box-content-wrapper::before, .supreme-greenhouse-jobs__notice:hover .info-box-content-wrapper::before, .supreme-greenhouse-jobs__error:hover .info-box-content-wrapper::before {
  box-shadow: unset;
  transition: all 0.5s ease-in-out;
}

.resource-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .resource-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .resource-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resource-wrapper .resource-box, .resource-wrapper .greenhouse-application-form__field-group {
  width: 100%;
  padding: 20px 30px 30px;
  background: linear-gradient(102deg, var(--global-colors-text-white) 6.67%, var(--global-colors-blue-ice) 45.76%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--global-colors-transperent);
  transition: all 0.3s ease;
  border-left-color: var(--global-colors-text-white);
  flex: 1;
  height: 100%;
}
.resource-wrapper .resource-box .resource-type-div, .resource-wrapper .greenhouse-application-form__field-group .resource-type-div {
  background-color: var(--global-colors-mint-green);
  padding: 2px 6px 1px;
  border-radius: 41px;
  transition: all 0.3s ease;
}
.resource-wrapper .resource-box .resource-type-div .ct-text-block, .resource-wrapper .greenhouse-application-form__field-group .resource-type-div .ct-text-block {
  font-size: 12px;
  line-height: 14px;
  color: var(--global-colors-deep-violet);
  font-family: var(--font-variables-font-family-primary);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .resource-wrapper .resource-box .resource-type-div .ct-text-block, .resource-wrapper .greenhouse-application-form__field-group .resource-type-div .ct-text-block {
    font-size: 14px;
  }
}
.resource-wrapper .resource-box .resource-text, .resource-wrapper .greenhouse-application-form__field-group .resource-text {
  text-align: left;
  color: var(--global-colors-grey-paragraph-text);
  flex-grow: 1;
}
.resource-wrapper .resource-box .ct-headline, .resource-wrapper .greenhouse-application-form__field-group .ct-headline {
  text-align: left;
}
.resource-wrapper .resource-box:hover, .resource-wrapper .greenhouse-application-form__field-group:hover {
  border: 1px solid var(--global-colors-blue-100);
  background: linear-gradient(98deg, var(--global-colors-text-white) -19.68%, var(--global-colors-blue-ice) 35.94%);
}
.resource-wrapper .resource-box:hover .resource-type-div, .resource-wrapper .greenhouse-application-form__field-group:hover .resource-type-div {
  background-color: var(--global-colors-deep-violet);
}
.resource-wrapper .resource-box:hover .resource-type-div .ct-text-block, .resource-wrapper .greenhouse-application-form__field-group:hover .resource-type-div .ct-text-block {
  color: var(--global-colors-text-white);
}
.resource-wrapper .resource-box:hover .ct-headline, .resource-wrapper .greenhouse-application-form__field-group:hover .ct-headline {
  color: var(--global-colors-blue);
  transition: all 0.3s ease;
}

.oxygen-builder-body .info-box-wrapper .info-box-zoom-in:before, .oxygen-builder-body .supreme-greenhouse-jobs__notice .info-box-zoom-in:before, .oxygen-builder-body .supreme-greenhouse-jobs__error .info-box-zoom-in:before {
  z-index: 1;
}

.oxel-breadcrumb-wrapper.breadcrumb-code-white {
  margin-top: 10px;
  color: var(--global-colors-text-white);
  padding: 10px;
  padding-left: 0px;
}
@media (max-width: 480px) {
  .oxel-breadcrumb-wrapper.breadcrumb-code-white span {
    vertical-align: top;
    display: ruby;
  }
}
.oxel-breadcrumb-wrapper.breadcrumb-code-white p, .oxel-breadcrumb-wrapper.breadcrumb-code-white .supreme-greenhouse-jobs__location, .oxel-breadcrumb-wrapper.breadcrumb-code-white .greenhouse-field__location, .oxel-breadcrumb-wrapper.breadcrumb-code-white .supreme-greenhouse-jobs__title {
  color: var(--global-colors-text-white);
  margin-bottom: 0px;
}
.oxel-breadcrumb-wrapper.breadcrumb-code-white a {
  color: var(--global-colors-text-white);
}
@media (max-width: 480px) {
  .oxel-breadcrumb-wrapper.breadcrumb-code-white a {
    vertical-align: top;
  }
}
.oxel-breadcrumb-wrapper.breadcrumb-code-white img {
  filter: brightness(0) invert(1);
  padding: 0px 3px;
}
.oxel-breadcrumb-wrapper.breadcrumb-code-white .breadcrumb-code span.breadcrumb_last {
  font-weight: 400;
}

.breadcrumb-code > * {
  display: flex;
  align-items: center;
}
.breadcrumb-code .product-breadcrumb p, .breadcrumb-code .product-breadcrumb .supreme-greenhouse-jobs__location, .breadcrumb-code .product-breadcrumb .greenhouse-field__location, .breadcrumb-code .product-breadcrumb .supreme-greenhouse-jobs__title {
  display: flex;
  align-items: center;
  margin-bottom: var(--rem-0-rem);
}
.breadcrumb-code a {
  color: var(--global-colors-june-bud-800);
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--font-variables-font-family-primary);
  margin-bottom: 0px;
}
.breadcrumb-code span.breadcrumb_last {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-family: var(--font-variables-font-family-primary);
  margin-top: 0px;
}

.content-center {
  width: 100%;
  max-width: 949px;
  align-self: center;
  align-items: center;
  text-align: center;
}

.layout_two_column {
  flex-direction: row;
  gap: 82px;
  align-items: center;
}
@media (max-width: 992px) {
  .layout_two_column {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .layout_two_column {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}
.layout_two_column-img {
  width: 50%;
  max-width: 652px;
}
@media (max-width: 767px) {
  .layout_two_column-img {
    width: 100%;
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .layout_two_column-img {
    max-width: 100%;
  }
}
.layout_two_column-content {
  width: 50%;
}
@media (max-width: 767px) {
  .layout_two_column-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .layout_two_column.mobile-reverse {
    flex-direction: column-reverse;
  }
}

.resource_static {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .resource_static {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .resource_static {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}
.resource_static_block {
  max-width: 340px;
}
@media (max-width: 767px) {
  .resource_static_block {
    max-width: 100%;
  }
}
.resource_static_block-img {
  max-width: 247px;
}
@media (max-width: 767px) {
  .resource_static_block-img {
    max-width: 100%;
  }
}

.single_blog_banner {
  background-position: 100% 48%;
}
@media (max-width: 480px) {
  .single_blog_banner {
    background-position: 50% 48%;
  }
}
.single_blog_banner .blog_banner_content {
  width: 100%;
  max-width: 1137px;
  margin-bottom: 138px;
}
@media (max-width: 480px) {
  .single_blog_banner .blog_banner_content {
    margin-bottom: 60px;
  }
}
.single_blog_banner .blog_banner_content .ct-headline {
  max-width: 755px;
  width: 100%;
}
.single_blog_banner .blog_banner_content .blog_post_info {
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .single_blog_banner .blog_banner_content .blog_post_info {
    flex-direction: column;
  }
}

.single_blog_cta .ct-headline {
  text-wrap: balance;
}
.single_blog_cta .ct-text-block {
  max-width: 882px;
}

.blog_content {
  text-align: left;
  gap: 50px;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .blog_content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .blog_content {
    flex-direction: column;
    gap: 60px;
  }
}
.blog_content .blog_content_wrapper {
  width: 76%;
  max-width: 1043px;
}
@media (max-width: 1200px) {
  .blog_content .blog_content_wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .blog_content .blog_content_wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .blog_content .blog_content_wrapper {
    width: 100%;
  }
}
.blog_content .blog_content_wrapper .spacing-primatives-xs {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .blog_content .blog_content_wrapper .spacing-primatives-xs {
    margin-bottom: 10px;
  }
}
.blog_content .related_blogs {
  background-image: linear-gradient(180deg, var(--global-colors-blue-100), var(--global-colors-text-white) 100%);
  width: 26%;
  max-width: 345px;
  padding: 20px;
}
@media (max-width: 1200px) {
  .blog_content .related_blogs {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .blog_content .related_blogs {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .blog_content .related_blogs {
    width: 100%;
    max-width: 100%;
  }
}
.blog_content .related_blogs .ct-headline {
  margin-bottom: 15px;
}
.blog_content .related_blogs_block {
  padding: 10px 12px;
  background-color: var(--global-colors-text-white);
  color: var(--global-colors-june-bud-700);
  margin-bottom: 5px;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
}
.blog_content .related_blogs_block:hover {
  background-color: var(--global-colors-june-bud-200);
  color: var(--global-colors-june-bud-900);
  transition: all 0.3s ease-in-out;
}
.blog_content .related_blogs_block br {
  display: none;
}
.blog_content .related_blogs .oxy-repeater-pages-wrap {
  display: none;
}

.related_news.facetwp-template,
.related_news {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .related_news.facetwp-template,
  .related_news {
    grid-column-gap: 18px;
  }
}
@media (max-width: 767px) {
  .related_news.facetwp-template,
  .related_news {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}
.related_news.facetwp-template .oxy-repeater-pages-wrap,
.related_news .oxy-repeater-pages-wrap {
  display: none;
}

.related_news_block {
  position: relative;
  background: linear-gradient(162deg, var(--global-colors-text-white) 61.16%, var(--global-colors-blue-ice) 77.87%);
  border: 1px solid transparent;
  transition: border 0.5s ease-in-out;
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.related_news_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(177deg, var(--global-colors-text-white) 55.61%, #EDF2FE 71.94%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .related_news_block {
    max-width: 100%;
  }
}
.related_news_block:hover {
  border: 1px solid var(--global-colors-blue-100);
}
.related_news_block:hover::before {
  opacity: 1;
}
.related_news_block:hover img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 93%);
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.related_news_block:hover h3 span {
  color: var(--global-colors-blue-400);
}
.related_news_block p, .related_news_block .supreme-greenhouse-jobs__location, .related_news_block .greenhouse-field__location, .related_news_block .supreme-greenhouse-jobs__title {
  margin-bottom: 0px;
  text-align: left;
}
.related_news_block a {
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.related_news_block img {
  transition: all 0.5s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 0% 98%);
  width: 100%;
}
.related_news_block_content {
  padding: var(--rem-0-rem) var(--rem-187-rem) var(--rem-187-rem);
  width: 100%;
}
@media (max-width: 992px) {
  .related_news_block_content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .related_news_block_content {
    padding: 20px;
  }
}
.related_news_block_content_title span {
  transition: all 0.5s ease;
}
.related_news_block_content_author {
  padding: var(--rem-187-rem) var(--rem-187-rem) var(--rem-0-rem);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .related_news_block_content_author {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.related_news_block_content_author .news_author_name {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.related_news_block_content_author .news_author_name:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  top: 2px;
  right: 0px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1280px) {
  .related_news_block_content_author .news_author_name:after {
    content: unset;
  }
}
.related_news_block_content .ct-headline span {
  -webkit-line-clamp: 3;
}
.related_news_block_content .ct-headline br {
  display: none;
}
.related_news_block_content_descp {
  -webkit-line-clamp: 5;
  margin-bottom: 0px;
}
.related_news_block_content_descp span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.related_news_block_content_descp span img {
  display: none;
}
.related_news_block_content_descp br, .related_news_block_content_descp h2, .related_news_block_content_descp h3 {
  display: none;
}
.related_news_block_content_descp p img, .related_news_block_content_descp .supreme-greenhouse-jobs__location img, .related_news_block_content_descp .greenhouse-field__location img, .related_news_block_content_descp .supreme-greenhouse-jobs__title img {
  display: none;
}

.category-tag {
  border-radius: 41px;
  background: var(--global-colors-light-cyan);
  padding: 1px 6px;
  color: var(--global-colors-deep-violet);
  font-family: Urbanist;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.resource_library_banner {
  padding-bottom: 70px;
  max-width: 946px;
  width: 100%;
}
@media (max-width: 767px) {
  .resource_library_banner {
    padding-bottom: 60px;
  }
}

/* Career Page CSS */
.career_hero_section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-top: 201px;
}
@media (max-width: 992px) {
  .career_hero_section {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .career_hero_section {
    padding-top: 134px;
  }
}
.career_hero_section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/2025/06/03CartaGradient-1.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}
.career_hero_section_wrapper {
  max-width: 947px;
  z-index: 2;
  gap: 82px;
}
@media (max-width: 992px) {
  .career_hero_section_wrapper {
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .career_hero_section_wrapper {
    max-width: 100%;
  }
}
.career_hero_section_wrapper_cta .ct-link {
  flex-direction: row;
  gap: 10px;
}

.career_benefits_section {
  position: relative;
}
@media (max-width: 767px) {
  .career_benefits_section {
    padding-bottom: var(--rem-0-rem) !important;
  }
}
.career_benefits_section:before {
  border-radius: 736px;
  opacity: 0.4;
  background: linear-gradient(53deg, rgba(0, 174, 199, 0) 33.73%, #00AEC7 70.35%), rgba(116, 5, 249, 0.5);
  background-size: contain;
  background-position: top right;
  filter: blur(329.1962280273px);
  top: -40%;
  right: -10%;
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 736px;
  height: 682px;
}
.career_benefits_section_wrapper {
  flex-direction: row;
  gap: 194px;
}
@media (min-width: 993px) {
  .career_benefits_section_wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .career_benefits_section_wrapper {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .career_benefits_section_wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .career_benefits_section_wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.career_benefits_section_wrapper_content {
  max-width: 780px;
}
@media (max-width: 1280px) {
  .career_benefits_section_wrapper_content {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .career_benefits_section_wrapper_content {
    max-width: 100%;
  }
}
.career_benefits_section_wrapper_list {
  gap: 20px;
}
.career_benefits_section_wrapper_list_info_block {
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.career_benefits_section_wrapper_list_info_block .ct-image {
  width: 60px;
  height: 60px;
}
.career_benefits_section_wrapper_list_info_block .ct-text-block {
  font-weight: 700;
}

.career_work_section {
  position: relative;
  padding-bottom: 600px;
}
.career_work_section:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/Circle-effect.png);
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  top: 58%;
}
@media (min-width: 1680px) {
  .career_work_section:after {
    height: 700px;
    top: 52%;
  }
}
@media (max-width: 1280px) {
  .career_work_section:after {
    top: 60%;
  }
}
@media (max-width: 1080px) {
  .career_work_section:after {
    top: 65%;
  }
}
@media (max-width: 992px) {
  .career_work_section:after {
    background-size: contain;
    top: 69%;
  }
}
@media (max-width: 767px) {
  .career_work_section:after {
    top: 78%;
  }
}
@media (max-width: 480px) {
  .career_work_section:after {
    top: 86%;
  }
}
@media (min-width: 1680px) {
  .career_work_section {
    padding-bottom: 800px;
  }
}
@media (max-width: 992px) {
  .career_work_section {
    padding-bottom: 450px;
  }
}
@media (max-width: 767px) {
  .career_work_section {
    padding-bottom: 390px;
  }
}
@media (max-width: 480px) {
  .career_work_section {
    padding-bottom: 267px;
  }
}
@media (max-width: 992px) {
  .career_work_section_wrapper {
    gap: 80px !important;
  }
}
@media (max-width: 767px) {
  .career_work_section_wrapper {
    gap: 40px !important;
  }
}
@media (max-width: 767px) {
  .career_work_section_wrapper_content {
    order: 2;
  }
}
@media (min-width: 1400px) {
  .career_work_section_wrapper_content_block_text {
    max-width: 647px;
  }
}
@media (max-width: 767px) {
  .career_work_section_wrapper_image {
    order: 1;
  }
}

.career_diversity_section_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 104px;
}
@media (max-width: 992px) {
  .career_diversity_section_wrapper {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .career_diversity_section_wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.career_diversity_section_wrapper_image {
  width: 45.1%;
}
@media (max-width: 992px) {
  .career_diversity_section_wrapper_image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .career_diversity_section_wrapper_image {
    width: 100%;
  }
}
.career_diversity_section_wrapper_image .ct-image {
  border-radius: 20px;
}
.career_diversity_section_wrapper_content {
  width: 44%;
}
@media (max-width: 992px) {
  .career_diversity_section_wrapper_content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .career_diversity_section_wrapper_content {
    width: 100%;
  }
}

.career_mission_section {
  background-color: var(--global-colors-bunker);
}
.career_mission_section_wrapper {
  gap: 80px;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: -320px auto 0px;
}
@media (min-width: 1680px) {
  .career_mission_section_wrapper {
    margin-top: -486px;
  }
}
@media (max-width: 1280px) {
  .career_mission_section_wrapper {
    margin-top: -280px;
  }
}
@media (max-width: 992px) {
  .career_mission_section_wrapper {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .career_mission_section_wrapper {
    gap: 40px;
    margin-top: -100px;
  }
}
.career_mission_section_wrapper_title {
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 896px;
}
@media (max-width: 1280px) {
  .career_mission_section_wrapper_title {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .career_mission_section_wrapper_title {
    margin: 0;
    max-width: 100%;
  }
}
.career_mission_section_wrapper_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 1290px;
  margin: 0 auto;
}
.career_mission_section_wrapper_content .text-grey {
  margin-bottom: var(--rem-0-rem);
}
@media (max-width: 767px) {
  .career_mission_section_wrapper_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .career_mission_section_wrapper_content .text-secondary,
  .career_mission_section_wrapper_content .heading-secondary,
  .career_mission_section_wrapper_content .greenhouse-field__title {
    margin-bottom: var(--rem-093-rem);
  }
}
.career_mission_section_wrapper_content .heading-bold {
  font-weight: 700;
}

.career_testimonial_section_wrapper_title {
  max-width: 856px;
}
.career_testimonial_section_wrapper_profile {
  flex-direction: row;
  gap: 159px;
  align-items: center;
  justify-content: center;
}
.career_testimonial_section_wrapper_profile .contact_testimonial_section_wrapper {
  padding-bottom: var(--rem-0-rem);
}
.career_testimonial_section_wrapper_profile .contact_testimonial_section_wrapper:after {
  display: none;
}
@media (max-width: 1080px) {
  .career_testimonial_section_wrapper_profile {
    gap: 100px;
  }
}
@media (max-width: 992px) {
  .career_testimonial_section_wrapper_profile {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
.career_testimonial_section_wrapper_profile .testimonial_quote {
  font-family: var(--font-variables-font-family-primary);
  font-weight: 400;
}
.career_testimonial_section_wrapper_cta .text_link_btn {
  color: var(--global-colors-text-white);
}
.career_testimonial_section_wrapper_cta .career_chat_cta:before {
  background: url(/wp-content/uploads/2025/06/white-arrow-icons.svg);
}
.career_testimonial_section_wrapper_cta .career_linkedin_cta:before {
  background: url(/wp-content/uploads/2025/06/linkedin-Icons.svg);
}

.career_application_section {
  background-color: var(--global-colors-concrete);
}
.career_application_section_wrapper {
  max-width: 1156px;
}

.career_opening_section {
  position: relative;
  overflow: hidden;
}
.career_opening_section:after {
  background-image: url(/wp-content/uploads/2025/06/bg-pattern.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  top: 0;
  height: 1613px;
  position: absolute;
  z-index: -1;
}
.career_opening_section .greenhouse-jobs__list {
  max-width: 1199px;
}
.career_opening_section .greenhouse-jobs__title {
  color: var(--global-colors-black);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.25;
  font-weight: 500;
  padding-bottom: var(--rem-187-rem);
}
@media (max-width: 767px) {
  .career_opening_section .greenhouse-jobs__title {
    line-height: 46px;
  }
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter select,
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter input {
  padding: 6px 35px 6px 10px;
  font-size: 20px;
  line-height: 36px;
  color: var(--global-colors-grey-paragraph-text);
  font-family: var(--font-variables-font-family-secondary);
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter input::-moz-placeholder {
  color: var(--global-colors-grey-paragraph-text);
  font-family: var(--font-variables-font-family-secondary);
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter input::placeholder {
  color: var(--global-colors-grey-paragraph-text);
  font-family: var(--font-variables-font-family-secondary);
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-departments-select,
.career_opening_section .greenhouse-jobs__filters .greenhouse-office-select {
  -webkit-appearance: none;
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--departments,
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--office {
  position: relative;
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--departments:before,
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--office:before {
  content: url(/wp-content/uploads/2025/06/select.svg);
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 12px;
  right: 15px;
  pointer-events: none;
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--search {
  position: relative;
}
.career_opening_section .greenhouse-jobs__filters .greenhouse-filter--search:after {
  display: block;
  position: absolute;
  content: url(/wp-content/uploads/2025/06/search-vector.svg);
  width: 15px;
  height: 15px;
  top: 12px;
  right: 15px;
  pointer-events: none;
}
.career_opening_section .greenhouse-department__title {
  color: var(--global-colors-black);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 500;
  padding-top: var(--rem-187-rem);
  padding-bottom: var(--rem-187-rem);
}
@media (max-width: 767px) {
  .career_opening_section .greenhouse-department__title {
    line-height: 36px;
  }
}
.career_opening_section .greenhouse-department .greenhouse-job__title {
  color: var(--global-colors-black) !important;
  font-family: var(--font-variables-font-family-secondary) !important;
}
.career_opening_section .greenhouse-department .greenhouse-job__header:hover {
  background-image: url(/wp-content/uploads/2025/07/orange-bg-Ellipse.svg), url(/wp-content/uploads/2025/06/bg-Ellipse.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: bottom left, top right;
  border-radius: 20px;
}
.career_opening_section .greenhouse-department .greenhouse-job__header__title:hover {
  color: #011772 !important;
}

.career_terms_section {
  padding-top: var(--rem-312-rem);
  padding-bottom: 159px !important;
}
@media (max-width: 767px) {
  .career_terms_section {
    padding-top: var(--rem-187-rem);
    padding-bottom: 136px !important;
  }
}
.career_terms_section_wrapper {
  max-width: 1273px;
}

@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza_B.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza_SB.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("/wp-content/uploads/fonts/Suisse_Intl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Italic variant */
:root {
  --font-variables-font-family-primary: "Swiza", Arial, sans-serif;
  --font-variables-font-family-secondary: "Suisse_Intl", Arial, sans-serif;
  --font-variables-font-family-primary-semi-bold: "Swiza", Arial, sans-serif;
  --font-variables-font-family-primary-bold: "Swiza", Arial, sans-serif;
}

body {
  word-break: break-word;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

.heading-primary {
  color: var(--global-colors-text-blue-700);
}

.heading-secondary, .greenhouse-field__title {
  color: var(--global-colors-text-white);
}

.heading-black {
  color: var(--global-colors-black);
}

.heading-blue {
  color: var(--global-colors-blue);
}

.text-secondary {
  color: var(--global-colors-text-white);
}

.text-grey {
  color: var(--global-colors-gray);
}
.text-grey p, .text-grey .supreme-greenhouse-jobs__location, .text-grey .greenhouse-field__location, .text-grey .supreme-greenhouse-jobs__title {
  color: var(--global-colors-gray);
}

.text-align-left {
  text-align: left;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.paragraph-large {
  font-size: var(--rem-125-rem);
  line-height: var(--rem-187-rem);
}

.full-width-div {
  width: 100%;
}

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

.mb-0 {
  margin-bottom: 0px;
}

.primary-btn-lg {
  font-family: var(--font-variables-font-family-primary);
  font-size: var(--rem-125-rem);
  font-weight: 500;
  line-height: var(--rem-187-rem);
  text-align: center;
  padding: 22px 62px 20px var(--rem-187-rem);
  min-height: 72px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-lg::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-187-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-lg:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-lg {
    font-size: var(--rem-112-rem);
    line-height: 26px;
  }
}

.primary-btn-md, .greenhouse-application-form__submit-btn, .greenhouse-job__apply-btn {
  font-family: var(--font-variables-font-family-primary);
  font-family: var(--font-variables-font-family-secondary);
  font-size: var(--rem-112-rem);
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 14px 62px 14px var(--rem-187-rem);
  min-height: 54px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-md::after, .greenhouse-application-form__submit-btn::after, .greenhouse-job__apply-btn::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-187-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-md:hover, .greenhouse-application-form__submit-btn:hover, .greenhouse-job__apply-btn:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-md, .greenhouse-application-form__submit-btn, .greenhouse-job__apply-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

.primary-btn-sm {
  font-family: var(--font-variables-font-family-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 7px 47px 7px var(--rem-125-rem);
  min-height: 40px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-sm::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-125-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-sm:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-sm {
    font-size: 16px;
    line-height: 22px;
  }
}

.secondary-btn-lg {
  font-family: var(--font-variables-font-family-primary);
  font-size: var(--rem-125-rem);
  font-weight: 500;
  line-height: var(--rem-187-rem);
  text-align: center;
  padding: 22px 62px 20px var(--rem-187-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-lg {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-lg::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-lg:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-lg {
    font-size: var(--rem-112-rem);
    line-height: 26px;
  }
}

.secondary-btn-md {
  font-family: var(--font-variables-font-family-primary);
  font-family: var(--font-variables-font-family-secondary);
  font-size: var(--rem-112-rem);
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 14px 62px 14px var(--rem-187-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-md {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-md::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-md:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-md {
    font-size: 16px;
    line-height: 22px;
  }
}

.secondary-btn-sm {
  font-family: var(--font-variables-font-family-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 7px 47px 7px var(--rem-125-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-sm {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-sm::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-sm:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-sm {
    font-size: 16px;
    line-height: 22px;
  }
}

.text_link_btn {
  font-size: var(--rem-125-rem);
  line-height: var(--rem-187-rem);
  font-weight: 500;
  color: var(--global-colors-black-100);
  position: relative;
  text-decoration: none;
  padding-right: 35px;
}
.text_link_btn::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/black-link-Icons.svg);
  width: var(--rem-125-rem);
  height: var(--rem-125-rem);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.internal-links a {
  color: var(--global-colors-june-bud);
  font-weight: 700;
}
.internal-links a:hover {
  color: var(--global-colors-primary-btn-hover);
}

.list-styling ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.list-styling ul li::before {
  content: "–";
  margin-right: 0.5em;
  color: inherit;
}

:root {
  --rem-0-rem: 0rem;
  --rem-062-rem: 0.625rem;
  --rem-093-rem: 0.9375rem;
  --rem-112-rem: 1.12rem; /* 18px */
  --rem-125-rem: 1.25rem; /* 20px */
  --rem-143-rem: 1.43rem; /* 23px */
  --rem-150-rem: 1.50rem;
  --rem-156-rem: 1.56rem; /* 25px */
  --rem-187-rem: 1.87rem;
  --rem-200-rem: 2.00rem; /* 32px */
  --rem-237-rem: 2.37rem; /* 38px */
  --rem-243-rem: 2.43rem; /* 39px */
  --rem-250-rem: 2.50rem; /* 40px */
  --rem-281-rem: 2.81rem; /* 45px */
  --rem-312-rem: 3.12rem; /* 50px */
  --rem-375-rem: 3.75rem; /* 60px */
  --rem-444-rem: 4.44rem; /* 70px */
  --rem-500-rem: 5.00rem; /* 80px */
  --rem-593-rem: 5.9375rem; /* 95px */
  --rem-625-rem: 6.25rem; /* 100px */
  --rem-750-rem: 7.5rem; /* 120px */
  --rem-906-rem: 9.06rem; /* 145px */
}

.section-padding-top {
  padding-top: var(--rem-750-rem);
}
@media (max-width: 767px) {
  .section-padding-top {
    padding-top: var(--rem-593-rem);
  }
}

.section-padding-bottom {
  padding-bottom: var(--rem-750-rem);
}
@media (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: var(--rem-593-rem);
  }
}

.spacing-primatives-x {
  margin-bottom: var(--rem-0-rem);
}

.spacing-primatives-xxxs {
  margin-bottom: var(--rem-062-rem);
}

.spacing-primatives-xxs {
  margin-bottom: var(--rem-112-rem);
}

.spacing-primatives-xs {
  margin-bottom: var(--rem-125-rem);
}

.spacing-primatives-xsm {
  margin-bottom: var(--rem-143-rem); /* 23px */
}
@media (max-width: 767px) {
  .spacing-primatives-xsm {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-sm {
  margin-bottom: var(--rem-156-rem);
}

.spacing-primatives-md, .greenhouse-field__title {
  margin-bottom: var(--rem-187-rem);
}

.spacing-primatives-lg {
  margin-bottom: var(--rem-237-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-lg {
    margin-bottom: var(--rem-200-rem);
  }
}

.spacing-primatives-xl {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xl {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-xxl {
  margin-bottom: var(--rem-281-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xxl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-3xl {
  margin-bottom: var(--rem-312-rem);
}

.spacing-primatives-4xl {
  margin-bottom: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-4xl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-5xl {
  margin-bottom: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-5xl {
    margin-bottom: var(--rem-250-rem);
  }
}

.spacing-primatives-6xl {
  margin-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-6xl {
    margin-bottom: var(--rem-375-rem);
  }
}

.light-blue-to-white-top-gradient {
  background: linear-gradient(180deg, var(--global-colors-bg-submenu-light-blue) 0%, var(--global-colors-text-white) 100%);
}

.light-blue-to-white-left-gradient {
  background: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
}

.white-light-gray-gradient {
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}

/* Desktop Header css */
html {
  position: relative;
}

.ct-inner-content {
  overflow-x: hidden;
}

.logged-in .mm-slideout {
  z-index: auto;
}

.desktop-header {
  z-index: 10;
  /* @include responsive(mobile){
  	z-index: auto;
  } */
}
.desktop-header .header-main-row {
  padding: 32px var(--rem-093-rem) var(--rem-062-rem);
  position: fixed;
}
@media (max-width: 992px) {
  .desktop-header .header-main-row {
    padding: 15px 10px;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(209, 209, 209, 0.28);
  }
}
.desktop-header .header-main-row .oxy-header-container {
  max-width: 1584px;
  padding: 7px 7px 7px 25px;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(0, 0, 0, 0.37);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.5s ease;
}
.desktop-header .header-main-row .oxy-header-container:hover {
  background: var(--global-colors-black);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .desktop-header .header-main-row .oxy-header-container:hover {
    background: transparent;
    border: none;
  }
}
@media (max-width: 1080px) {
  .desktop-header .header-main-row .oxy-header-container {
    padding: 7px var(--rem-062-rem) 7px 10px;
  }
}
@media (max-width: 992px) {
  .desktop-header .header-main-row .oxy-header-container {
    background: transparent;
    padding: 0px;
    border: none;
  }
}
.desktop-header .header-main-row .header-logo {
  width: 135px;
  height: 43px;
}
@media (max-width: 767px) {
  .desktop-header .header-main-row .header-logo .header-logo-img {
    display: block;
    width: 131px;
    height: auto;
  }
}
.desktop-header .header-main-row .header-logo .header-mobile-logo {
  display: none;
}
@media (max-width: 767px) {
  .desktop-header .header-main-row .header-logo .header-mobile-logo {
    display: none;
    width: 131px;
    height: auto;
  }
}
.desktop-header .header-main-row .oxy-header-center {
  justify-content: right;
}
.desktop-header .header-main-row .header-right-row {
  display: flex;
  align-items: flex-end;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu {
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu {
    padding-right: 10px;
  }
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list .menu-item > a {
  color: var(--global-colors-text-white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--font-variables-font-family-secondary);
}
@media (max-width: 1080px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list .menu-item > a {
    font-size: 16px;
    line-height: 24px;
  }
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children > a, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li > a {
  transition: background-color 0.5s ease, color 0.5s ease;
  padding: 14px 25px;
}
@media (max-width: 1280px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children > a, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li > a {
    padding: 14px 5px;
  }
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children:hover > a, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li:hover > a {
  background: var(--global-colors-black);
  color: var(--global-colors-orange);
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu {
  border-bottom-right-radius: var(--rem-125-rem);
  border-bottom-left-radius: var(--rem-125-rem);
  background: var(--global-colors-black);
  padding: var(--rem-062-rem) var(--rem-093-rem);
  min-width: 335px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu {
    min-width: 260px;
  }
}
@media (max-width: 992px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu {
    border: none;
  }
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu > li > a, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu > li > a {
  padding: var(--rem-062-rem);
  margin: 5px 0px;
  white-space: normal;
  color: var(--global-colors-text-white);
  font-weight: 400;
  line-height: 27px;
  position: relative;
  padding-right: 65px;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu > li > a::after, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu > li > a::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/05/btn-arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu > li > a::before, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu > li > a::before {
  content: "";
  width: 59px;
  height: 59px;
  position: absolute;
  right: -14px;
  top: 7px;
  background: var(--global-colors-pacific-blue);
  filter: blur(25px);
  transition: all 0.5s ease;
  opacity: 0;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu > li > a:hover::after, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu > li > a:hover::after {
  opacity: 1;
  right: 0px;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li.menu-item-has-children ul.sub-menu > li > a:hover::before, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list li ul.sub-menu > li > a:hover::before {
  opacity: 0.2;
}
.desktop-header .header-main-row .header-right-row .header-bottom-menu .header-main-menu .oxy-pro-menu-list .menu-item-level-0 .sub-menu {
  width: 419px;
}
@media (max-width: 1200px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .primary-btn-md.header-cta, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-application-form__submit-btn, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-job__apply-btn {
    padding: 14px 40px 14px 10px;
  }
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .primary-btn-md.header-cta::after, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-application-form__submit-btn::after, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-job__apply-btn::after {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .desktop-header .header-main-row .header-right-row .header-bottom-menu .primary-btn-md.header-cta, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-application-form__submit-btn, .desktop-header .header-main-row .header-right-row .header-bottom-menu .header-cta.greenhouse-job__apply-btn {
    display: none;
  }
}

.ct-section-inner-wrap {
  max-width: 1584px;
}

/* Mobile Menu CSS */
@media (max-width: 992px) {
  .mm-wrapper_blocking {
    overflow: auto;
  }
  .mm-wrapper_opening .desktop-header {
    z-index: 2;
  }
  .header_mobile_menu .oxy-pro-menu-mobile-open-icon {
    padding: 0px;
  }
  .header_mobile_menu .oxy-pro-menu-mobile-open-icon::after {
    content: url(/wp-content/uploads/2025/06/carta-ham-Menu.svg);
    width: 30px;
    height: 30px;
    -o-object-fit: none;
       object-fit: none;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .header_mobile_menu .oxy-pro-menu-mobile-open-icon::before {
    content: "MENU";
    color: #fff;
    top: 2px;
    position: relative;
  }
  .header_mobile_menu .oxy-pro-menu-mobile-open-icon svg {
    display: none;
  }
  ul.mm-listview li a > div {
    display: none;
  }
  div.mm-menu_navbar_top-4 {
    z-index: 9999;
  }
  .mm-menu_offcanvas.mm-menu_opened {
    width: 100%;
    max-width: 100%;
    z-index: 10;
  }
  .mm-menu_offcanvas.mm-menu_opened .mm-panel_opened-parent {
    opacity: 0;
  }
  .mm-menu_offcanvas.mm-menu_opened .mm-navbar_size-2::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/06/Mobile-Menu-bg.jpg);
    width: 100%;
    height: 100vh;
    display: block;
    background-size: cover;
  }
  .mm-btn.mm-btn_next {
    border: none;
    padding-right: 0px;
    pointer-events: all !important;
  }
  .mm-btn.mm-btn_next:after {
    border: 0px;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2025/06/Menu-right-Arrow-White.svg);
    -o-object-fit: none;
       object-fit: none;
    background-repeat: no-repeat;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .mm-btn.mm-btn_next:before {
    border: 0px;
  }
  .mm-btn.mm-btn_prev:before {
    transform: rotate(0deg);
    border: 0px;
    content: "";
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    top: -1px;
    left: 10px;
  }
  .mm-listitem {
    display: flex !important;
  }
  .mm-listitem:after {
    margin-left: -20px;
    border: none;
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    right: 0;
    bottom: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(209, 209, 209, 0.28);
  }
  .wpmm-header-image {
    padding: 0px;
    max-width: 135px;
    height: 43px;
    cursor: pointer;
  }
  a.mm-btn.mm-btn_close.mm-navbar__btn {
    width: var(--rem-187-rem);
    height: var(--rem-187-rem);
    right: 5px;
    top: 22px;
  }
  a.mm-btn.mm-btn_close.mm-navbar__btn:after {
    content: "";
    display: block;
    transform: rotate(0deg);
    border: unset;
    background: url(/wp-content/uploads/2025/06/Close-icon-carta.svg);
    -o-object-fit: none;
       object-fit: none;
    background-repeat: no-repeat;
    top: var(--rem-0-rem);
    width: var(--rem-187-rem);
    height: var(--rem-187-rem);
    right: var(--rem-0-rem);
    margin: var(--rem-0-rem);
  }
  a.mm-navbar__title {
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    top: 0px;
    position: relative;
    padding: 8px 40px;
  }
  .mm-navbar.mm-navbar_has-btns {
    background-color: var(--global-colors-black);
    height: 40px;
    display: none;
    position: relative;
    padding: 0px;
    margin: 0 15px;
    border-radius: 90px;
    z-index: 3;
  }
  .mm-navbar.mm-navbar_has-btns:before {
    transform: rotate(0deg);
    border: 0px;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2025/06/Back-Arrow.svg);
    -o-object-fit: none;
       object-fit: none;
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .mm-menu_opened .mm-navbars_top {
    z-index: auto;
  }
  .mm-menu_opened > .mm-panels {
    top: 45px;
    background: transparent;
    z-index: 2;
  }
  .mm-menu_opened > .mm-panels #mm-1 {
    top: 40px;
    background: transparent;
    z-index: 2;
  }
  .mm-menu_opened > .mm-panels #mm-1 .mm-listview li a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
  .mm-menu_opened > .mm-panels .mm-panel {
    background: transparent !important;
  }
  .mm-menu_opened > .mm-panels .mm-panel.mm-hidden {
    opacity: 0;
  }
  .mm-menu_opened > .mm-panels .mm-panel_opened {
    top: 79px;
    background: transparent;
    z-index: 2;
  }
  .mm-menu_opened > .mm-panels .mm-panel_opened .mm-listview li:first-child::after {
    display: none;
  }
  .mm-menu_opened > .mm-panels .mm-panel:not(:first-child) .mm-listview li:first-child a:first-child {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding-top: 20px;
  }
  .mm-menu_opened button.mm-tabstart, .mm-menu_opened button.mm-tabend {
    display: none;
  }
  .mm-menu_opened .mm-navbar_size-3 {
    height: 90px;
  }
  .mm-menu_opened a.mm-listitem__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 15px 40px 15px 15px;
    white-space: normal;
    font-family: var(--font-variables-font-family-primary);
    color: var(--global-colors-text-white);
  }
  .mm-menu_navbar_top-4 .mm-panels {
    top: calc(var(--mm-navbar-size) * 2.1);
  }
  .mm-menu_navbar_top-4 .mm-panels > .mm-panel:nth-child(n+2) {
    top: 40px;
  }
  li.mm-listitem:last-child:after {
    border-bottom: none;
    border-color: transparent;
  }
  .mm-panels > .mm-panel:first-child .mm-listview li.mm-listitem:first-child {
    border-top: 1px solid rgba(209, 209, 209, 0.28);
  }
  .mm-panels > .mm-panel:first-child .mm-listview li.mm-listitem:first-child::after {
    display: block;
  }
  .mm-panels > .mm-panel:first-child .mm-listview li.mm-listitem:nth-last-child(2):after {
    border-top: none;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:last-child {
    padding: 15px 15px 0px;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:last-child a.mm-listitem__text {
    pointer-events: all;
    border-radius: 100px;
    background: linear-gradient(92deg, #879C98 -22.51%, #CB672E 77.86%);
    max-width: -moz-fit-content;
    max-width: fit-content;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 15px 45px 15px 20px;
    font-family: var(--font-variables-font-family-primary);
    color: var(--global-colors-text-white);
    position: relative;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:last-child a.mm-listitem__text:before {
    content: "";
    position: absolute;
    background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
    width: 17px;
    height: var(--rem-125-rem);
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mm-panels > .mm-panel:first-child .mm-listitem:last-child a.mm-listitem__text:hover {
    background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
    box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
  }
  .mm-listitem_selected > .mm-listitem__text {
    background: transparent;
  }
  .mm-btn_close:after {
    display: none;
  }
  .mm-btn_close:before {
    display: none;
  }
  .mm-wrapper__blocker {
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .mm-wrapper_opened .mm-menu_opened .wpmm-header-image {
    max-width: 135px;
    height: 43px;
    top: 15px;
    bottom: 0px;
    left: 10px;
  }
  .mm-wrapper_opened .mm-menu_opened .mm-navbar_size-3 {
    height: 70px;
  }
  .mm-wrapper_opened .mm-menu_opened .mm-navbars_top {
    border-bottom: 1px solid var(--global-colors-gray-2510);
  }
  .mm-wrapper_opened .mm-menu_navbar_top-4 .mm-panels {
    top: calc(var(--mm-navbar-size) * 1.6);
  }
}
.oxy-modal-active .desktop-header .oxy-header-container .oxy-header-right .header-top-menu {
  z-index: 0;
}

body.logged-in .desktop-header {
  top: 0;
  position: absolute;
  width: 100%;
}

.mm-menu_opened > .mm-panels .mm-panel.mm-panel_opened:first-child {
  top: 40px;
}

.footer {
  margin-top: -40px;
  position: relative;
  z-index: 0;
}
.footer > .ct-section-inner-wrap {
  padding-top: 195px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .footer > .ct-section-inner-wrap {
    padding-left: var(--rem-093-rem);
    padding-right: var(--rem-093-rem);
  }
}
@media (max-width: 992px) {
  .footer > .ct-section-inner-wrap {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  .footer > .ct-section-inner-wrap {
    padding-top: 105px;
    padding-bottom: var(--rem-444-rem);
  }
}
.footer .footer-top-row-main-div {
  display: flex;
  flex-direction: row;
  gap: 184px;
  width: 100%;
  text-align: left;
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div {
    padding-bottom: 0px;
    gap: 0px;
    width: 100%;
    flex-direction: column;
  }
}
.footer .footer-top-row-main-div .footer-logo-div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 206px;
}
@media (max-width: 1400px) {
  .footer .footer-top-row-main-div .footer-logo-div {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div .footer-logo-div {
    width: 100%;
    text-align: left;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div .footer-logo-div .footer-contact-block {
    width: 100%;
  }
}
.footer .footer-top-row-main-div .footer-logo-div .footer-contact-block .footer-logo-img {
  width: 206px;
}
.footer .footer-top-row-main-div .footer-nav {
  display: flex;
  flex-direction: row;
  gap: 80px;
  width: 75%;
}
@media (max-width: 1440px) {
  .footer .footer-top-row-main-div .footer-nav {
    width: 77%;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div .footer-nav {
    width: 100%;
    gap: 0px;
    flex-direction: column;
  }
}
.footer .footer-top-row-main-div .footer-nav .footer-menu-div {
  padding-right: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 26.9%;
}
@media (max-width: 1080px) {
  .footer .footer-top-row-main-div .footer-nav .footer-menu-div {
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div .footer-nav .footer-menu-div {
    max-width: 100%;
    width: 100%;
    gap: 0px;
  }
}
.footer .footer-top-row-main-div .footer-nav .footer-menu-div .menu-footer-resources-menu-container {
  width: 169px;
}
@media (max-width: 992px) {
  .footer .footer-top-row-main-div .footer-nav .footer-menu-div .menu-footer-resources-menu-container {
    width: 100%;
  }
}
.footer .footer-bottom-row {
  padding-top: 196px;
  padding-bottom: 188px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.footer .footer-bottom-row::after {
  content: "";
  position: absolute;
  width: 320.506px;
  height: 100%;
  transform: rotate(-38.874deg);
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 24, 113, 0.14) -1.98%, rgba(0, 24, 113, 0.7) 100%);
  filter: blur(65px);
  top: 0;
}
@media (max-width: 767px) {
  .footer .footer-bottom-row::after {
    width: 87.163px;
    height: 236.812px;
    bottom: -52.36px;
  }
}
@media (max-width: 992px) {
  .footer .footer-bottom-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-top: var(--rem-625-rem);
    padding-bottom: var(--rem-625-rem);
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom-row {
    padding-top: var(--rem-250-rem);
    padding-bottom: var(--rem-250-rem);
  }
}
.footer .footer-bottom-row .footer-star-img {
  width: 489px;
}
@media (max-width: 767px) {
  .footer .footer-bottom-row .footer-star-img {
    display: none;
  }
}
.footer .footer-bottom-row .footer-star-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-bottom-row .footer-star-img-mobile {
    display: block;
    width: 173px;
  }
}
@media (max-width: 992px) {
  .footer .footer-menus .oxy-pro-menu-container {
    display: block;
    padding: 0;
    position: initial !important;
    background-color: var(--global-colors-transperent);
    overflow: hidden;
    visibility: visible !important;
  }
}
@media (min-width: 993px) {
  .footer .footer-menus .oxy-pro-menu-dropdown-icon-click-area {
    display: none !important;
  }
}
.footer .footer-menus .oxy-pro-menu-list .sub-menu {
  position: static;
  visibility: visible;
  white-space: normal;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .footer .footer-menus .oxy-pro-menu-list .sub-menu {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .oxy-pro-menu-list .sub-menu .menu-item {
    min-height: auto;
  }
}
.footer .footer-menus .oxy-pro-menu-list .sub-menu .menu-item a {
  font-size: 18px;
  line-height: 27px;
  color: var(--global-colors-text-white);
}
@media (max-width: 767px) {
  .footer .footer-menus .oxy-pro-menu-list .sub-menu .menu-item a {
    font-size: 16px;
    line-height: 24px;
    max-width: 319px;
  }
}
.footer .footer-menus .oxy-pro-menu-list .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .footer .footer-menus .oxy-pro-menu-list .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer .footer-menus .oxy-pro-menu-list .footer-menu-title > a {
  font-size: 28px;
  line-height: 36px;
  color: var(--global-colors-text-white);
  font-weight: 500;
  font-family: var(--font-variables-font-family-primary);
  pointer-events: none;
  white-space: normal;
}
@media (max-width: 992px) {
  .footer .footer-menus .oxy-pro-menu-list .footer-menu-title > a {
    justify-content: space-between !important;
    border-bottom: 1px solid var(--global-colors-tundora);
    padding: 8px 0px;
    pointer-events: all;
    margin-top: 20px;
    align-items: flex-start;
    cursor: pointer;
  }
  .footer .footer-menus .oxy-pro-menu-list .footer-menu-title > a:hover {
    border-color: var(--global-colors-tundora) !important;
  }
}
@media (max-width: 767px) {
  .footer .footer-menus .oxy-pro-menu-list .footer-menu-title > a {
    font-size: 20px;
    line-height: 28px;
  }
}
.footer .footer-menus .oxy-pro-menu-list .footer-menu-title.submenu-open > a {
  border-bottom: none;
}
.footer .footer-menus .menu-item-has-children {
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-menus .menu-item-has-children:hover > a {
  border-color: var(--global-colors-tundora) !important;
}
.footer .footer-menus .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area {
  position: relative;
}
.footer .footer-menus .menu-item-has-children > a .oxy-pro-menu-dropdown-icon-click-area::after {
  content: url(/wp-content/uploads/2025/05/dropdown-arrow.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  top: 60%;
  transform: translateY(-50%);
}
.footer .footer-menus .menu-item-has-children .sub-menu.is-open {
  margin-top: 10px;
}
.footer .footer-menus .menu-item-has-children .sub-menu.is-open .oxy-pro-menu-dropdown-icon-click-area {
  display: none;
}
.footer .footer-menus .menu-item-has-children .sub-menu.is-open .oxy-pro-menu-dropdown-icon-click-area::after {
  display: none;
}
@media (max-width: 992px) {
  .footer .footer-menus .menu-item-has-children ul {
    background-color: var(--global-colors-transperent) !important;
    border-top-style: none !important;
    padding: 0px 0px 32px;
    border-bottom: 1px solid var(--global-colors-tundora);
    margin-bottom: 0px;
  }
}
.footer .footer-menus .submenu-open > a {
  border-bottom: none;
}
.footer .footer-menus .submenu-open > a > .oxy-pro-menu-dropdown-icon-click-area::after {
  content: url(/wp-content/uploads/2025/05/dropdown-arrow.svg);
  transition: all 0.3s ease;
  transform: rotate(180deg);
  top: 0;
  right: 8px;
}
@media (max-width: 992px) {
  .footer .footer-menus .submenu-open:hover a {
    border-color: var(--global-colors-tundora) !important;
  }
}
.footer .footer-menus .menu-footer-enterprise-menu-container .menu-item-has-children > a {
  margin-top: 0px;
}
.footer .copyright-footer {
  width: 100%;
}
@media (max-width: 992px) {
  .footer .copyright-footer {
    padding: 0px 0px;
  }
}
.footer .copyright-footer .footer-pages {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 8px;
}
.footer .copyright-footer .footer-pages a {
  color: var(--global-colors-text-white);
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer .copyright-footer .footer-pages {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer .copyright-footer .footer-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }
}
.footer .copyright-footer .footer-pages .footer-company-details {
  display: flex;
  flex-direction: row;
  gap: 60px;
  max-width: 640px;
}
.footer .copyright-footer .footer-pages .footer-company-details .address {
  max-width: 250px;
}
@media (max-width: 992px) {
  .footer .copyright-footer .footer-pages .footer-company-details {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer .copyright-footer .footer-pages .footer-company-details {
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .copyright-footer .footer-pages .footer-company-details a, .footer .copyright-footer .footer-pages .footer-company-details p, .footer .copyright-footer .footer-pages .footer-company-details .supreme-greenhouse-jobs__location, .footer .copyright-footer .footer-pages .footer-company-details .greenhouse-field__location, .footer .copyright-footer .footer-pages .footer-company-details .supreme-greenhouse-jobs__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer .copyright-footer .footer-pages .oxy-back-to-top {
  position: relative;
  margin: 0;
}
.footer .copyright-footer .footer-pages .oxy-back-to-top .oxy-back-to-top_inner {
  flex-direction: row-reverse;
  gap: 10px;
}
.footer .copyright-footer .footer-pages .oxy-back-to-top .oxy-back-to-top_inner .oxy-back-to-top_icon {
  position: relative;
}
.footer .copyright-footer .footer-pages .oxy-back-to-top .oxy-back-to-top_inner .oxy-back-to-top_icon > svg {
  display: none;
}
.footer .copyright-footer .footer-pages .oxy-back-to-top .oxy-back-to-top_inner .oxy-back-to-top_icon::after {
  position: absolute;
  background-image: url(/wp-content/uploads/2025/05/btt-arrow.svg);
  content: "";
  height: 29.854px;
  width: 22.482px;
  background-repeat: no-repeat;
}
.footer .copyright-footer .footer-pages .oxy-back-to-top .oxy-back-to-top_inner span.oxy-back-to-top_text {
  color: var(--global-colors-text-white);
  margin-right: 20px;
}
@media (max-width: 992px) {
  .footer .oxy-pro-menu-mobile-close-icon,
  .footer .oxy-pro-menu-mobile-open-icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer .oxy-pro-menu-dropdown-icon-click-area svg.oxy-pro-menu-dropdown-icon {
    display: none;
  }
}

.home_hero_section {
  padding-top: 242px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .home_hero_section {
    padding-top: 104px;
    background-position: 70%;
    background-attachment: scroll;
  }
}
.home_hero_section_content_wrapper {
  max-width: 751px;
  gap: 222px;
}
@media (max-width: 767px) {
  .home_hero_section_content_wrapper {
    padding-bottom: var(--rem-187-rem);
    gap: 280px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_hero_section_content_wrapper_content {
    width: 100%;
  }
}
.home_hero_section_content_wrapper p, .home_hero_section_content_wrapper .supreme-greenhouse-jobs__location, .home_hero_section_content_wrapper .greenhouse-field__location, .home_hero_section_content_wrapper .supreme-greenhouse-jobs__title {
  color: var(--global-colors-gray);
}
.home_hero_section_content_wrapper_btn_wrapper {
  flex-direction: row;
  gap: 21px;
}
.home_hero_section_content_wrapper_btn_wrapper_icon {
  transform: rotate(180deg);
}

.accordian_label_text {
  font-family: var(--font-variables-font-family-primary);
}

.clinical_section {
  background-color: var(--global-colors-concrete);
  padding-bottom: 600px;
  position: relative;
}
@media (max-width: 1280px) {
  .clinical_section {
    padding-bottom: 370px;
  }
}
@media (max-width: 767px) {
  .clinical_section {
    padding-bottom: 301px;
  }
}
.clinical_section::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/Circular-gradient.svg);
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -170px;
  z-index: 1;
}
@media (min-width: 1921px) {
  .clinical_section::after {
    width: 100%;
    height: 780px;
    bottom: -16%;
    z-index: 1;
  }
}
@media (max-width: 1280px) {
  .clinical_section::after {
    height: 430px;
  }
}
@media (max-width: 992px) {
  .clinical_section::after {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .clinical_section::after {
    background: url(/wp-content/uploads/2025/06/Circular-gradient-mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.clinical_section_heading_wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clinical_section_heading_wrapper_heading {
    margin-bottom: var(--rem-250-rem);
  }
}
.clinical_section_research_wrapper {
  max-width: 1389px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--rem-312-rem);
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 992px) {
  .clinical_section_research_wrapper {
    gap: var(--rem-187-rem);
  }
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--rem-125-rem);
  }
}
.clinical_section_research_wrapper_infobox {
  padding: 78px var(--rem-375-rem);
  gap: var(--rem-156-rem);
  border-radius: var(--rem-125-rem);
  background-color: var(--global-colors-text-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 51, 73, 0.1);
  background-size: cover;
}
.clinical_section_research_wrapper_infobox_title {
  color: var(--global-colors-charcoal);
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper_infobox {
    padding: 40px var(--rem-125-rem);
  }
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper_infobox_icon {
    width: 82px;
  }
}
.clinical_section_research_wrapper_infobox_icon_desktop {
  display: block;
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper_infobox_icon_desktop {
    display: none;
  }
}
.clinical_section_research_wrapper_infobox_icon_mobile {
  display: none;
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper_infobox_icon_mobile {
    display: block;
    width: 82px;
  }
}
@media (max-width: 767px) {
  .clinical_section_research_wrapper_infobox_desc {
    display: none;
  }
}

.home_video_section > .ct-section-inner-wrap {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .home_video_section {
    display: none;
  }
}

.data_abstraction_section {
  position: relative;
}
.data_abstraction_section:before {
  background-image: url(/wp-content/uploads/2025/06/pattern-section-bg-scaled.jpg);
  background-size: 100%;
  background-position: top;
  content: "";
  width: 100%;
  top: 0;
  height: 476px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 992px) {
  .data_abstraction_section:before {
    width: 100%;
    top: -275px;
    height: 50%;
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .data_abstraction_section {
    padding-top: 0px;
  }
}
.data_abstraction_section .data_abstraction_section_wrapper {
  flex-direction: row;
  gap: 106px;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 767px) {
  .data_abstraction_section .data_abstraction_section_wrapper {
    flex-direction: column;
    gap: var(--rem-250-rem);
  }
}
.data_abstraction_section .data_abstraction_section_wrapper_video_wrapper {
  width: 37.2%;
}
@media (max-width: 767px) {
  .data_abstraction_section .data_abstraction_section_wrapper_video_wrapper {
    width: 100%;
  }
}
.data_abstraction_section .data_abstraction_section_wrapper_video_wrapper_video .hydrated {
  border-radius: var(--rem-112-rem);
}
.data_abstraction_section .data_abstraction_section_wrapper_content_wrapper {
  width: 49.25%;
  gap: var(--rem-250-rem);
  justify-content: space-between;
}
@media (max-width: 767px) {
  .data_abstraction_section .data_abstraction_section_wrapper_content_wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .data_abstraction_section .data_abstraction_section_wrapper_content_wrapper_content .ct-headline {
    margin-bottom: var(--rem-250-rem);
  }
}

.stats_section {
  position: relative;
}
@media (max-width: 767px) {
  .stats_section {
    overflow: hidden;
  }
}
.stats_section::before {
  content: "";
  position: absolute;
  border-radius: 892px;
  background: linear-gradient(53deg, rgba(0, 174, 199, 0) 33.73%, #00aec7 70.35%), rgba(116, 5, 249, 0.5);
  filter: blur(300px);
  width: 33%;
  height: 75%;
  display: block;
  top: -30%;
  right: -13%;
  z-index: -1;
}
@media (max-width: 767px) {
  .stats_section::before {
    width: 420px;
    height: 511px;
    right: -243px;
    top: -170px;
    border-radius: 511px;
    opacity: 0.7;
    filter: blur(150px);
  }
}
.stats_section_wrapper {
  flex-direction: row;
  width: 100%;
  gap: var(--rem-281-rem);
}
.stats_section_wrapper_img_wrapper {
  width: 46%;
  position: relative;
}
.stats_section_wrapper_img_wrapper:before {
  content: "";
  background: url(/wp-content/uploads/2025/06/stats-graphic.png);
  top: -80px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  height: 1007.863px;
  background-size: contain;
}
@media (max-width: 767px) {
  .stats_section_wrapper_img_wrapper {
    display: none;
  }
}
.stats_section_wrapper_stats_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 105px var(--rem-375-rem);
  width: 65%;
  padding-bottom: var(--rem-281-rem);
}
@media (max-width: 992px) {
  .stats_section_wrapper_stats_wrapper {
    width: 60%;
    gap: var(--rem-375-rem) var(--rem-250-rem);
  }
}
@media (max-width: 767px) {
  .stats_section_wrapper_stats_wrapper {
    width: 100%;
    gap: var(--rem-312-rem) var(--rem-187-rem);
    padding-bottom: var(--rem-0-rem);
  }
}
.stats_section_wrapper_stats_wrapper_stats_divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--global-colors-silver) 0%, var(--global-colors-silver) 58.17%, rgba(197, 197, 197, 0) 100%);
  margin: var(--rem-062-rem) var(--rem-0-rem);
}
@media (max-width: 767px) {
  .stats_section_wrapper_stats_wrapper_stats_divider {
    margin: 8px 0px;
  }
}

.voyager_section {
  background-color: var(--global-colors-bunker);
  padding-bottom: 84px;
  position: relative;
}
@media (max-width: 767px) {
  .voyager_section {
    padding-bottom: var(--rem-593-rem);
  }
}
.voyager_section::after {
  background: linear-gradient(180deg, rgba(0, 24, 113, 0) 9.11%, var(--global-colors-resolution-blue) 124.69%);
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 576.299px;
}
@media (max-width: 767px) {
  .voyager_section::after {
    display: none;
  }
}
.voyager_section_heading_text_wrapper {
  position: relative;
  z-index: 1;
  margin-top: -46px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .voyager_section_heading_text_wrapper {
    margin-bottom: var(--rem-125-rem);
    margin-top: -90px;
  }
}
.voyager_section_img_content_wrapper {
  flex-direction: row;
  position: relative;
  z-index: 1;
  gap: 26px;
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper {
    gap: 0px;
    width: 100%;
  }
}
.voyager_section_img_content_wrapper_img_wrapper {
  width: 40.8%;
  margin-top: 34px;
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_img_wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_img_wrapper {
    width: 100%;
    margin-top: 0px;
  }
}
.voyager_section_img_content_wrapper_img_wrapper .ct-image {
  border-radius: 20px;
  width: 646px;
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_img_wrapper_desktop_img {
    display: none;
  }
}
.voyager_section_img_content_wrapper_img_wrapper_mobile_img {
  display: none;
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_img_wrapper_mobile_img {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
}
.voyager_section_img_content_wrapper_logo_wrapper {
  width: 15.1%;
}
@media (max-width: 1280px) {
  .voyager_section_img_content_wrapper_logo_wrapper {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_logo_wrapper {
    width: 100%;
  }
}
.voyager_section_img_content_wrapper_logo_wrapper_desktop_img {
  width: 239px;
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_logo_wrapper_desktop_img {
    display: none;
  }
}
.voyager_section_img_content_wrapper_logo_wrapper_mobile_img {
  display: none;
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_logo_wrapper_mobile_img {
    display: block;
    width: 100%;
  }
}
.voyager_section_img_content_wrapper_content_wrapper {
  width: 40.7%;
  gap: 100px;
  margin-top: 105px;
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_content_wrapper {
    gap: 40px;
    margin-top: 0px;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_content_wrapper {
    width: 100%;
  }
}
.voyager_section_img_content_wrapper_content_wrapper_content {
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1280px) {
  .voyager_section_img_content_wrapper_content_wrapper_content {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_content_wrapper_content {
    gap: 10px;
  }
}
.voyager_section_img_content_wrapper_content_wrapper_content_heading_text {
  flex-direction: row;
  gap: 42px;
  padding-right: 20px;
}
@media (max-width: 1280px) {
  .voyager_section_img_content_wrapper_content_wrapper_content_heading_text {
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .voyager_section_img_content_wrapper_content_wrapper_content_heading_text {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_content_wrapper_content_heading_text {
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  .voyager_section_img_content_wrapper_content_wrapper_content_heading_text .ct-image {
    width: 19px;
  }
}
.voyager_section_img_content_wrapper_content_wrapper_content_heading_text .ct-headline {
  min-width: 216px;
}
.voyager_section_img_content_wrapper_content_wrapper_content .ct-text-block {
  opacity: 0.7;
  max-width: 319px;
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .voyager_section_img_content_wrapper_content_wrapper_content .ct-text-block {
    max-width: 100%;
  }
}

.case_study_section {
  padding-top: 27px;
  position: relative;
}
@media (max-width: 767px) {
  .case_study_section > .ct-section-inner-wrap {
    padding-left: var(--rem-0-rem);
    padding-right: var(--rem-0-rem);
  }
}
@media (max-width: 767px) {
  .case_study_section {
    padding-top: 0px;
  }
  .case_study_section::before {
    content: "";
    border-radius: 538.696px;
    opacity: 0.07;
    background: #f2c400;
    filter: blur(100px);
    width: 418.002px;
    height: 538.696px;
    transform: rotate(1.297deg);
    position: absolute;
    right: -258.084px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .case_study_section_title_div {
    padding: var(--rem-0-rem) var(--rem-093-rem);
  }
}
.case_study_section_case_study_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 44px;
}
@media (max-width: 992px) {
  .case_study_section_case_study_wrapper {
    gap: 30px 25px;
  }
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper {
    gap: 20px;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: var(--rem-0-rem) var(--rem-093-rem);
    padding-bottom: 20px;
  }
}
.case_study_section_case_study_wrapper_infobox {
  height: 100%;
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox {
    width: 330px;
    min-width: 330px;
  }
}
.case_study_section_case_study_wrapper_infobox_wrapper {
  overflow: hidden;
  max-width: 770px;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 20px;
  height: 100%;
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in {
  background-size: cover;
  width: 100%;
  justify-content: flex-end;
  background-repeat: no-repeat;
  position: relative;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-position: center;
}
@media (min-width: 768px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/06/Frame-1321314191.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    border-radius: 20px;
    background-size: cover;
    z-index: 1;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background: inherit;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    will-change: transform;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover::before {
    background: url(/wp-content/uploads/2025/06/Rectangle-324.svg);
    background-size: cover;
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover::before {
    background: url(/wp-content/uploads/2025/06/Frame-1321314191.svg);
    background-size: cover;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover::after {
    transform: scale(1.12);
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover::after {
    transform: none;
  }
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper {
  padding: 50px 90px 40px 48px;
  width: 100%;
  height: 100%;
  z-index: 1;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  gap: 150px;
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::after {
  content: "";
  background: url(/wp-content/uploads/2025/06/case-study-orange-hover.svg);
  width: 149.179px;
  height: 149.179px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  background-repeat: no-repeat;
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::before {
  content: "";
  border-radius: 355.201px;
  background: rgba(0, 174, 199, 0.6);
  filter: blur(100px);
  width: 355.201px;
  height: 350.896px;
  position: absolute;
  left: -34.246px;
  top: -69.077px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper {
    gap: 100px;
    padding: 45px 23px 24px 23px;
  }
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn {
  display: flex !important;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn {
    opacity: 1;
  }
}
.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/Case-study-btn-Arrows.svg);
  width: 40px;
  height: 40px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn:after {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .case_study_section_btn_wrapper {
    align-items: flex-start;
    margin-top: var(--rem-250-rem);
    padding: var(--rem-0-rem) var(--rem-093-rem);
  }
}

.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper_btn {
    opacity: 1;
  }
}

.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::after {
    opacity: 0;
  }
}

.case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::before {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in:hover .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper::before {
    opacity: 0;
  }
}

.home_newa_section {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.home_newa_section > .ct-section-inner-wrap {
  padding-bottom: 240px;
}
@media (max-width: 767px) {
  .home_newa_section > .ct-section-inner-wrap {
    padding-bottom: 100px;
  }
}
.home_newa_section > .ct-section-inner-wrap .home_news_btn_wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home_newa_section > .ct-section-inner-wrap .home_news_btn_wrapper {
    margin-top: 40px;
  }
}

.our-story-carousel-wrapper {
  width: 100%;
  position: relative;
  align-items: stretch;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper {
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-left: 10px;
  }
}
.our-story-carousel-wrapper .carousel-block-wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: all 0.5s ease;
  border-radius: 20px;
  border: 1px solid rgba(255, 254, 254, 0);
  align-items: stretch;
}
.our-story-carousel-wrapper .carousel-block-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper {
    min-height: 100%;
    background: var(--global-colors-text-white);
    max-width: 321px;
  }
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link {
  text-align: left;
  max-width: 512px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link {
    max-width: 100%;
  }
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .img-wrapper {
  min-height: 100%;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .img-wrapper .ct-image {
  border-radius: 20px 20px 0px 0px;
  transition: all 0.8s ease;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper {
  padding: 30px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper {
    min-height: auto;
  }
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper:before {
  content: "";
  position: absolute;
  background: #00aec7;
  right: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  width: 165px;
  height: 163px;
  filter: blur(100px);
  transform: translateY(-50%);
  z-index: -1;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .ct-headline {
  width: 100%;
  font-family: var(--font-variables-font-family-primary-bold);
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .ct-text-block {
  margin-bottom: var(--rem-0-rem);
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .ct-text-block span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .ct-text-block br {
  display: none;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .carousel-content-btn-wrapper {
  width: 100%;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .carousel-content-btn-wrapper {
    display: none;
  }
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .carousel-content-btn-wrapper::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2025/06/orange-gradient.svg);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease;
  opacity: 1;
}
.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link .carousel-content-wrapper .carousel-content-btn-wrapper .border-wrapper {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--global-colors-silver-100) 0%, rgba(200, 196, 196, 0) 100%);
  margin: var(--rem-062-rem) var(--rem-0-rem);
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon {
  top: unset;
  bottom: -137px;
  width: var(--rem-444-rem);
  height: var(--rem-444-rem);
  cursor: auto;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .oxy-carousel-builder_icon {
    display: none;
  }
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_prev {
  right: 85px;
  left: unset;
  background: url(/wp-content/uploads/2025/06/Arrow-with-circle-previous.svg);
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_prev:hover {
  background: url(/wp-content/uploads/2025/06/Arrow-prev-hover.svg);
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_next {
  right: 0px;
  background: url(/wp-content/uploads/2025/06/Arrow-with-circle-next.svg);
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_next:hover {
  background: url(/wp-content/uploads/2025/06/Arrow-next-hover.svg);
}
@media (max-width: 1400px) {
  .our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_next {
    right: 0px;
  }
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon > svg {
  height: 0px;
  width: 0px;
}
.our-story-carousel-wrapper .oxy-carousel-builder_icon.oxy-carousel-builder_icon_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.our-story-carousel-wrapper .flickity-slider {
  transform: translateX(0%);
}

.home-news-btn-wrapper {
  margin-top: var(--rem-187-rem);
}

.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover .carousel-content-wrapper .ct-headline {
  color: #011772;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover .carousel-content-wrapper .ct-headline {
    color: var(--global-colors-black);
  }
}

.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover .carousel-content-wrapper:before {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover .carousel-content-wrapper:before {
    opacity: 0;
  }
}

.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover .carousel-content-btn-wrapper {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover > .img-wrapper .ct-image {
  transform: scale(1.12);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .our-story-carousel-wrapper .carousel-block-wrapper > .ct-link:hover > .img-wrapper .ct-image {
    transform: none;
  }
}

.award_section_wrapper_single_column .text_link_btn:hover {
  color: #ff6720 !important;
  transition: all 0.8s ease;
}

.award_section_wrapper_single_column .text_link_btn {
  transition: all 0.8s ease;
}

.testimonial_section {
  padding-top: 132px;
}
@media (max-width: 767px) {
  .testimonial_section {
    background-image: none;
    padding-top: 95px;
  }
}
.testimonial_section_wrapper_testimonial_designation {
  max-width: 364px;
}
.testimonial_section_slides_wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .testimonial_section_slides_wrapper {
    margin-top: 28px;
  }
}
.testimonial_section_slides_wrapper_testimonials_wrapper_testimonial {
  gap: 30px;
}
.testimonial_section_slides_wrapper_testimonials_wrapper_testimonial .testimonial_section_wrapper_testimonial_name {
  margin-bottom: 4px;
}
.testimonial_section .testimonial-slider {
  position: relative;
  width: 100%;
  height: 780px;
}
@media (max-width: 767px) {
  .testimonial_section .testimonial-slider {
    height: auto;
    position: relative;
  }
}
.testimonial_section .testimonial {
  position: absolute;
  width: 50%;
  opacity: 0;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .testimonial_section .testimonial {
    width: 100%;
    transform: none;
    left: 100%;
    transform: none;
  }
}
.testimonial_section .testimonial.current {
  width: 50%;
  opacity: 1;
  transform: scale(1) translateY(-50%);
  z-index: 3;
  left: 0px;
  top: 50%;
  filter: none;
  transition: all 1.1s ease;
}
@media (max-width: 1280px) {
  .testimonial_section .testimonial.current {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .testimonial_section .testimonial.current {
    opacity: 1;
    transform: translateX(0);
    left: 0;
    z-index: 3;
    top: 0;
    width: 100%;
  }
}
.testimonial_section .testimonial.previous,
.testimonial_section .testimonial.inactive {
  width: 50%;
  opacity: 0.6;
  transition: all 1.1s ease;
  left: 65%;
  top: 5%;
  bottom: 100%;
  filter: blur(3.5px);
  z-index: 1;
}
@media (max-width: 1280px) {
  .testimonial_section .testimonial.previous,
  .testimonial_section .testimonial.inactive {
    left: 65%;
  }
}
@media (max-width: 767px) {
  .testimonial_section .testimonial.previous,
  .testimonial_section .testimonial.inactive {
    opacity: 0;
    transform: translateX(0);
    left: -100%;
    z-index: 1;
    filter: none;
    height: auto;
    width: 100%;
  }
}
.testimonial_section .testimonial.previous .testimonial_section_wrapper_testimonial_quote,
.testimonial_section .testimonial.inactive .testimonial_section_wrapper_testimonial_quote {
  font-size: 20px;
  line-height: 36px;
}
.testimonial_section .testimonial.inactive {
  opacity: 0;
}
.testimonial_section .testimonial.next {
  transition: all 1.1s ease;
  opacity: 0.8;
  transform: scale(1) translateY(-100%);
  left: 55%;
  top: 65%;
  filter: blur(3.5px);
  z-index: 2;
  width: 50%;
}
@media (max-width: 1280px) {
  .testimonial_section .testimonial.next {
    top: 90%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .testimonial_section .testimonial.next {
    opacity: 0;
    transform: translateX(100%);
    left: 100%;
    z-index: 2;
    top: 0;
    filter: none;
  }
}
.testimonial_section .testimonial.next .testimonial_section_wrapper_testimonial_quote {
  font-size: 20px;
  line-height: 36px;
  max-width: 86%;
}
.testimonial_section .testimonial_section_slides_wrapper_controls {
  bottom: 0px;
  position: absolute;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial_section .testimonial_section_slides_wrapper_controls {
    bottom: 35px;
    gap: 10px;
    position: unset;
    padding-top: 20px;
  }
}
.testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow {
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow {
    width: 47px;
    height: 47px;
    background-size: contain;
  }
}
.testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow.prev {
  background-image: url(/wp-content/uploads/2025/06/Arrow-with-circle-previous.svg);
}
.testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow.prev:hover {
  background-image: url(/wp-content/uploads/2025/06/Arrow-prev-hover.svg);
}
.testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow.next {
  background-image: url(/wp-content/uploads/2025/06/Arrow-with-circle-next.svg);
}
.testimonial_section .testimonial_section_slides_wrapper_controls .nav-arrow.next:hover {
  background-image: url(/wp-content/uploads/2025/06/Arrow-next-hover.svg);
}
.testimonial_section .testimonial_section_slides_wrapper_controls .testimonial-count {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .testimonial_section .testimonial_section_slides_wrapper_controls .testimonial-count {
    margin-left: 15px;
  }
}

.use_cases_hero_section {
  padding-top: 202px;
  background-color: var(--global-colors-black);
}
@media (max-width: 767px) {
  .use_cases_hero_section {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 104px;
    padding-bottom: 28px;
  }
}
.use_cases_hero_section_content_wrapper {
  max-width: 947px;
  z-index: 2;
}
@media (max-width: 767px) {
  .use_cases_hero_section_content_wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.use_cases_hero_section_content_wrapper_text {
  color: var(--global-colors-gray);
}

.product_overview_section {
  margin-bottom: 33px;
  position: relative;
}
@media (max-width: 992px) {
  .product_overview_section {
    margin-bottom: 0px;
  }
}
.product_overview_section::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/use-cases-doted-bg-scaled.jpg);
  position: absolute;
  width: 100%;
  top: 0;
  height: 700px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.product_overview_section_wrrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .product_overview_section_wrrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.product_overview_section_wrrapper_content_wrapper {
  width: 56.27%;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_content_wrapper {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .product_overview_section_wrrapper_content_wrapper {
    width: 100%;
    gap: 30px;
  }
}
.product_overview_section_wrrapper_content_wrapper_title_text .ct-headline {
  font-family: var(--font-variables-font-family-primary);
}
.product_overview_section_wrrapper_video_wrapper {
  width: 37.2%;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_video_wrapper {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .product_overview_section_wrrapper_video_wrapper {
    width: 100%;
  }
}
.product_overview_section_wrrapper_video_wrapper .hydrated {
  border-radius: 18px;
}
.product_overview_section_wrrapper_voyager_wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_voyager_wrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .product_overview_section_wrrapper_voyager_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.product_overview_section_wrrapper_voyager_wrapper_video_wrapper {
  width: 85%;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_voyager_wrapper_video_wrapper {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .product_overview_section_wrrapper_voyager_wrapper_video_wrapper {
    width: 100%;
  }
}
.product_overview_section_wrrapper_voyager_wrapper_video_wrapper .hydrated {
  border-radius: 18px;
}
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper {
  width: 49%;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_voyager_wrapper_content_wrapper {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .product_overview_section_wrrapper_voyager_wrapper_content_wrapper {
    width: 100%;
  }
}
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper_title_text_voyager {
  gap: 30px;
}
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper_title_text_voyager_img {
  width: 87px;
}
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper_title_text_voyager .ct-headline {
  margin-bottom: 0px;
  font-family: var(--font-variables-font-family-primary);
}
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper_title_text_voyager_bold_text {
  font-family: var(--font-variables-font-family-primary);
}

.full_width_section {
  background: var(--global-colors-text-white);
}
@media (max-width: 992px) {
  .full_width_section {
    padding-top: 0px;
  }
}
.full_width_section_content_wrapper .ct-text-block {
  max-width: 1171px;
}

.products_logo_section {
  background: var(--global-colors-text-white);
}
.products_logo_section_title_wrapper {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.products_logo_section_logo_wrapper {
  gap: 120px;
  margin: 0 auto;
  flex-direction: row;
}
.products_logo_section_logo_wrapper_logo_div img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 767px) {
  .products_logo_section_logo_wrapper_logo_div {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .products_logo_section_logo_wrapper {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .products_logo_section_logo_wrapper {
    gap: 40px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .products_logo_section_logo_wrapper {
    gap: 20px;
    flex-wrap: wrap;
    width: 60% !important;
    text-align: left;
    display: flex;
    align-self: center;
  }
}

.service_section {
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}
.service_section > .ct-section-inner-wrap {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-direction: row;
  gap: 104px;
}
@media (max-width: 992px) {
  .service_section > .ct-section-inner-wrap {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .service_section > .ct-section-inner-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.service_section > .ct-section-inner-wrap .service_section_content_wrapper {
  width: 50.5%;
}
@media (max-width: 767px) {
  .service_section > .ct-section-inner-wrap .service_section_content_wrapper {
    width: 100%;
  }
}
.service_section > .ct-section-inner-wrap .service_section_content_wrapper .ct-text-block {
  max-width: 647px;
}
@media (max-width: 767px) {
  .service_section > .ct-section-inner-wrap .service_section_content_wrapper .ct-text-block {
    max-width: 100%;
  }
}
.service_section > .ct-section-inner-wrap .service_section_video_wrapper {
  width: 45.4%;
}
@media (max-width: 767px) {
  .service_section > .ct-section-inner-wrap .service_section_video_wrapper {
    width: 100%;
  }
}
.service_section > .ct-section-inner-wrap .service_section_video_wrapper .ct-video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service_section > .ct-section-inner-wrap .service_section_video_wrapper .ct-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service_section > .ct-section-inner-wrap .service_section_video_wrapper .hydrated {
  border-radius: 20px;
}

.product_section {
  background: var(--global-colors-concrete);
}
.product_section_product_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .product_section_product_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product_section_product_wrapper_product {
  padding: var(--rem-375-rem) var(--rem-187-rem);
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(0, 51, 73, 0.1);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2025/06/clinical-research-bg-img.jpg);
}
.product_section_product_wrapper_product::before {
  content: "";
  position: absolute;
  filter: blur(50px);
  left: -45px;
  bottom: -146.528px;
  width: 200px;
  height: 200px;
  opacity: 0;
  background: var(--global-colors-orange);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.product_section_product_wrapper_product::after {
  content: "";
  position: absolute;
  filter: blur(50px);
  right: -47px;
  top: -65.236px;
  width: 154px;
  height: 152px;
  opacity: 0;
  background: var(--global-colors-pacific-blue);
  filter: blur(100px);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.product_section_product_wrapper_product_text_content {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 544px;
  padding-bottom: 33px;
}
.product_section_product_wrapper_product:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 51, 73, 0.2);
}
.product_section_product_wrapper_product:hover::before {
  opacity: 0.2;
}
.product_section_product_wrapper_product:hover::after {
  opacity: 0.3;
}
.product_section_product_wrapper_link_wrapper {
  position: relative;
  width: 100%;
  align-items: center;
}
.product_section_product_wrapper_link_wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(200, 196, 196, 0) 0%, #c8c4c4 53.37%, rgba(200, 196, 196, 0) 100%);
  width: 680px;
  height: 1px;
  background-repeat: no-repeat;
  top: 0;
  left: auto;
  right: auto;
  transition: all 0.5s ease;
  background-size: cover;
  opacity: 0;
}
.product_section_product_wrapper_link_wrapper > a {
  margin-top: 26px;
}

.product_section_product_wrapper_product:hover .product_section_product_wrapper_link_wrapper::before {
  opacity: 1;
}

.product_section_product_wrapper_link_wrapper .text_link_btn,
.product_overview_section_wrrapper_voyager_wrapper_content_wrapper .text_link_btn {
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-black);
}

.product_case_study_section {
  padding-bottom: 222px;
}
@media (max-width: 767px) {
  .product_case_study_section {
    padding-bottom: 95px;
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  .product_case_study_section {
    padding-top: 0px;
  }
}
.product_case_study_section_text_btn_wrapper {
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.product_case_study_section_text_btn_wrapper_text {
  width: 60%;
}
@media (max-width: 767px) {
  .product_case_study_section_text_btn_wrapper_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_case_study_section_text_btn_wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
}
.product_case_study_section_case_wrapper {
  width: 100%;
}
.product_case_study_section_case_wrapper .flickity-viewport {
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .flickity-viewport {
    overflow: visible !important;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box {
  width: 777px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box {
    width: 330px;
    overflow: visible;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main {
  background-size: cover !important;
  width: 100%;
  justify-content: flex-end;
  background-repeat: no-repeat;
  position: relative;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-position: center;
  overflow: hidden;
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/Frame-1321314191.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  border-radius: 20px;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main::before {
    content: "";
    position: absolute;
    top: -69.077px;
    left: -34.246px;
    width: 355.201px;
    height: 350.896px;
    border-radius: 355.201px;
    background: rgba(0, 174, 199, 0.6);
    filter: blur(100px);
    z-index: 1;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: inherit;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
  will-change: transform;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main::after {
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    will-change: transform;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(160.27% 112.86% at 72.15% 91.76%, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.6) 96.69%);
    z-index: 2;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover::before {
    background: url(/wp-content/uploads/2025/06/Rectangle-324.svg);
    background-size: cover;
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover::before {
    background: url(/wp-content/uploads/2025/06/Frame-1321314191.svg);
    background-size: cover;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover::after {
    transform: scale(1.12);
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover::after {
    transform: none;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper {
  padding: 50px 90px 40px 48px;
  width: 100%;
  height: 100%;
  z-index: 1;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  gap: 250px;
  text-align: left;
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper::after {
  content: "";
  background: url(/wp-content/uploads/2025/06/case-study-orange-hover.svg);
  width: 149.179px;
  height: 149.179px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
  background-repeat: no-repeat;
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper::before {
  content: "";
  border-radius: 355.201px;
  background: rgba(0, 174, 199, 0.6);
  filter: blur(100px);
  width: 355.201px;
  height: 350.896px;
  position: absolute;
  left: -34.246px;
  top: -69.077px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper {
    gap: 100px;
    padding: 45px 23px 24px 23px;
    z-index: 9;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper .see_case_btn {
  display: flex;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0;
  text-align: left;
  font-family: var(--font-variables-font-family-primary);
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper .see_case_btn {
    opacity: 1;
  }
}
.product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper .see_case_btn:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/Case-study-btn-Arrows.svg);
  width: 40px;
  height: 40px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main .product_case_study_content_wrapper .see_case_btn:after {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .product_case_study_section .flickity-viewport {
    margin-bottom: 20px;
  }
}
.product_case_study_section .oxy-carousel-builder_icon {
  top: unset;
  bottom: -137px;
  width: var(--rem-444-rem);
  height: var(--rem-444-rem);
  cursor: auto;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product_case_study_section .oxy-carousel-builder_icon {
    display: none;
  }
}
.product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_prev {
  right: unset;
  left: 0px;
  background: url(/wp-content/uploads/2025/06/Arrow-with-circle-previous.svg);
}
.product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_prev:hover {
  background: url(/wp-content/uploads/2025/06/Arrow-prev-hover.svg);
}
.product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_next {
  right: unset;
  left: 85px;
  background: url(/wp-content/uploads/2025/06/Arrow-with-circle-next.svg);
}
.product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_next:hover {
  background: url(/wp-content/uploads/2025/06/Arrow-next-hover.svg);
}
@media (max-width: 1400px) {
  .product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_next {
    right: 0px;
  }
}
.product_case_study_section .oxy-carousel-builder_icon > svg {
  height: 0px;
  width: 0px;
}
.product_case_study_section .oxy-carousel-builder_icon.oxy-carousel-builder_icon_disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper .see_case_btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper .see_case_btn {
    opacity: 1;
  }
}

.product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper::after {
    opacity: 0;
  }
}

.product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper::before {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .product_case_study_section_case_wrapper .case_study_carousel_box_main:hover .product_case_study_content_wrapper::before {
    opacity: 0;
  }
}

.product_cta_section_wrapper {
  flex-direction: row;
  gap: var(--rem-500-rem);
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product_cta_section_wrapper {
    gap: var(--rem-250-rem);
  }
}
@media (max-width: 767px) {
  .product_cta_section_wrapper {
    flex-direction: column-reverse;
    gap: var(--rem-187-rem);
    flex-direction: column !important;
  }
}
.product_cta_section_wrapper_text_content {
  width: 70%;
  justify-content: space-between;
  gap: var(--rem-187-rem);
}
@media (max-width: 767px) {
  .product_cta_section_wrapper_text_content {
    width: 100%;
    gap: 40px;
  }
}
.product_cta_section_wrapper_image_wrapper {
  width: 61%;
}
@media (max-width: 767px) {
  .product_cta_section_wrapper_image_wrapper {
    width: 100%;
  }
}
.product_cta_section_wrapper_image_wrapper .ct-image {
  border-radius: var(--rem-112-rem);
  width: 100%;
  height: auto;
}

.faq_section {
  position: relative;
  overflow: hidden;
}
.faq_section_wrapper {
  flex-direction: row;
  gap: 146px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .faq_section_wrapper {
    gap: var(--rem-500-rem);
  }
}
@media (max-width: 767px) {
  .faq_section_wrapper {
    flex-direction: column;
    gap: var(--rem-187-rem);
    width: 100%;
  }
}
.faq_section_wrapper_title_div {
  width: 380px;
}
.faq_section_wrapper_title_div::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/faq-bg.jpg);
  width: 416.337px;
  height: 616.72px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq_section_wrapper_title_div::after {
  content: "";
  position: absolute;
  background: var(--global-colors-amber);
  width: 513.339px;
  height: 661.56px;
  transform: rotate(-178.703deg);
  flex-shrink: 0;
  border-radius: 661.56px;
  opacity: 0.07;
  top: 0;
  left: 0;
  filter: blur(129.9499969482px);
}

.careers_opening_section {
  background-image: linear-gradient(180deg, var(--global-colors-blue-ice), var(--global-colors-text-white) 31.27%);
}
.careers_opening_section .oxy_shape_divider {
  top: 0px;
  bottom: unset;
}
@media (max-width: 767px) {
  .careers_opening_section svg.fl-builder-layer-align-top-center {
    height: 70px !important;
  }
}
.careers_opening_section .open_positions {
  width: 100%;
}
.careers_opening_section .open_positions_block {
  background-image: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
  border: 1px solid var(--global-colors-june-bud);
  width: 100%;
  gap: 50px;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.careers_opening_section .open_positions_block:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .careers_opening_section .open_positions_block {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
  }
}
@media (min-width: 768px) {
  .careers_opening_section .open_positions_block .secondary-btn-lg {
    border-color: var(--global-colors-transperent);
  }
}
.careers_opening_section .open_positions_block .ct-headline {
  color: var(--global-colors-text-black);
  transition: all 0.3s ease-in-out;
  text-align: left;
  margin-bottom: 5px;
}
.careers_opening_section .open_positions_block:hover {
  background: linear-gradient(93deg, var(--global-colors-text-white) 10.16%, var(--global-colors-blue-ice) 40.29%);
  border-color: var(--global-colors-blue-100);
  transition: all 0.5s ease-in-out;
}
.careers_opening_section .open_positions_block:hover .ct-headline {
  color: var(--global-colors-blue);
  transition: all 0.3s ease-in-out;
}
.careers_opening_section .open_positions_block:hover .secondary-btn-lg {
  background-color: var(--global-colors-june-bud);
  border-color: var(--global-colors-june-bud);
  color: var(--global-colors-text-black);
}
.careers_opening_section .open_positions_block-content {
  max-width: 741px;
  width: 60%;
}
@media (max-width: 767px) {
  .careers_opening_section .open_positions_block-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.careers_opening_section .open_positions_block-content a {
  text-decoration: none;
}
.careers_opening_section .open_positions_block-cta {
  padding: 10px;
}
@media (max-width: 767px) {
  .careers_opening_section .open_positions_block-cta {
    padding: 0px;
    align-self: flex-start;
  }
}
.careers_opening_section .open_positions_block-location {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.careers_opening_section .open_positions_block-location-text {
  color: var(--global-colors-black);
}
.careers_opening_section .open_positions_block-location-text:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid var(--global-colors-soft-gray);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .related-resource-section > .ct-headline {
    margin-bottom: 20px;
  }
}

.search-result-section {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .search-result-section {
    padding-top: 60px;
  }
}
.search-result-section .ct-shortcode {
  width: 100%;
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-heading {
  margin-bottom: var(--rem-250-rem);
  color: var(--global-colors-text-blue-700);
}
@media (max-width: 767px) {
  .search-result-section .ct-shortcode .search-listing-wrapper .search-heading {
    margin-bottom: var(--rem-125-rem);
  }
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div {
  width: 100%;
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div .search-block-link {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--global-colors-june-bud);
  background: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  transition: all 0.5s ease;
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div .search-block-link .result-heading {
  color: var(--global-colors-text-black);
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div .search-block-link:hover {
  border: 1px solid var(--global-colors-blue-100);
  background: linear-gradient(93deg, var(--global-colors-text-white) 10.16%, var(--global-colors-blue-ice) 40.29%);
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div .search-block-link:hover .result-heading {
  color: var(--global-colors-blue);
}
.search-result-section .ct-shortcode .search-listing-wrapper .search-results-div .search-block-link:not(:last-child) {
  margin-bottom: 15px;
}
.search-result-section .ct-shortcode .search-listing-wrapper p, .search-result-section .ct-shortcode .search-listing-wrapper .supreme-greenhouse-jobs__location, .search-result-section .ct-shortcode .search-listing-wrapper .greenhouse-field__location, .search-result-section .ct-shortcode .search-listing-wrapper .supreme-greenhouse-jobs__title {
  margin-bottom: 0px;
}

.product_main_div {
  width: 100%;
}
.product_main_div_products_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .product_main_div_products_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product_main_div_products_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.product_main_div_products_wrapper_product__div {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 9px 4px;
  width: 100%;
  border: 1px solid var(--global-colors-transperent);
  border-left-color: var(--global-colors-text-white);
  transition: all 0.5s ease;
  flex: 1;
  height: 100%;
  background: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
}
.product_main_div_products_wrapper_product__div_img {
  width: 100px;
}
.product_main_div_products_wrapper_product__div_product_title {
  text-align: left;
  max-width: 298px;
  flex-grow: 1;
}
.product_main_div_products_wrapper_product__div:hover {
  border: 1px solid var(--global-colors-blue-100);
  background: linear-gradient(96deg, var(--global-colors-text-white) 29.34%, var(--global-colors-blue-ice) 39.3%);
}
.product_main_div_products_wrapper_product__div:hover .product_main_div_products_wrapper_product__div_product_title {
  color: var(--global-colors-blue);
}
.product_main_div_products_wrapper_block {
  height: 100%;
  flex: 1;
}

.sticky_section {
  background: linear-gradient(90deg, var(--global-colors-blue) 3.7%, var(--global-colors-text-blue-800) 92.39%);
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .sticky_section {
    padding: 50px 0px;
    position: relative;
  }
}
.sticky_section_menu_div {
  max-width: 1020px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 992px) {
  .sticky_section_menu_div {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sticky_section_menu_div {
    gap: 15px;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sticky_section_menu_div_menu_item {
  padding: 9px 20px;
}
.sticky_section_menu_div_menu_item.active, .sticky_section_menu_div_menu_item:hover {
  background-color: var(--global-colors-june-bud);
}
.sticky_section_menu_div_menu_item.active .ct-text-block, .sticky_section_menu_div_menu_item:hover .ct-text-block {
  color: var(--global-colors-text-black);
}
@media (max-width: 992px) {
  .sticky_section_menu_div_menu_item {
    padding: 9px 5px;
  }
}
@media (max-width: 767px) {
  .sticky_section_menu_div_menu_item {
    padding: 9px 0px;
    width: 100%;
  }
}
.sticky_section_menu_div_menu_item_text {
  font-family: var(--font-variables-font-family-primary);
  margin-bottom: 0px;
}

.company_overview_hero {
  position: relative;
  background: linear-gradient(180deg, var(--global-colors-blue) 0%, var(--global-colors-text-blue-800) 100%);
}
.company_overview_hero > .ct-section-inner-wrap {
  position: relative;
  z-index: 1;
}
.company_overview_hero canvas {
  position: absolute;
  top: 0;
}
.company_overview_hero > a {
  display: none !important;
}
.company_overview_hero_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}
@media (max-width: 992px) {
  .company_overview_hero_main {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .company_overview_hero_main {
    gap: 30px;
    flex-direction: column;
  }
}
.company_overview_hero_main_content_wrapper {
  max-width: 58.5%;
}
@media (max-width: 767px) {
  .company_overview_hero_main_content_wrapper {
    max-width: 100%;
  }
}
.company_overview_hero_main_video_wrapper {
  cursor: pointer;
}
.company_overview_hero_main_video_wrapper img {
  width: 517px;
}
.company_overview_hero_experties_main {
  display: flex;
  flex-direction: row;
  padding-top: 97px;
  align-items: baseline;
  gap: 83px;
  max-width: 1369px;
}
@media (max-width: 1399px) {
  .company_overview_hero_experties_main {
    max-width: 100%;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .company_overview_hero_experties_main {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .company_overview_hero_experties_main {
    padding-top: 60px;
  }
}
.company_overview_hero_experties_main_content_wrapper {
  max-width: 35.8%;
}
@media (max-width: 992px) {
  .company_overview_hero_experties_main_content_wrapper {
    max-width: 100%;
  }
}
.company_overview_hero_experties_main_item_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1399px) {
  .company_overview_hero_experties_main_item_wrapper {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .company_overview_hero_experties_main_item_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.company_overview_hero_experties_main_item_wrapper_item {
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.company_overview_hero_experties_main_item_wrapper_item .ct-headline {
  margin-bottom: 8px;
}

.oxy-modal-backdrop .video-modal-popup {
  width: 66.4%;
  padding: 50px;
  background: rgba(1, 22, 66, 0.3);
  position: relative;
}
@media (max-width: 992px) {
  .oxy-modal-backdrop .video-modal-popup {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .oxy-modal-backdrop .video-modal-popup {
    width: 95%;
    padding: 30px;
  }
}
.oxy-modal-backdrop .video-modal-popup .modal-video {
  width: 100%;
}
.oxy-modal-backdrop .video-modal-popup .oxy-close-modal {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .oxy-modal-backdrop .video-modal-popup .oxy-close-modal img {
    width: 20px;
    height: 20px;
  }
}

.our_story_section {
  background-repeat: no-repeat;
  background-size: contain;
}
.our_story_section .services-parent-div .company_overview_service_box {
  gap: 33px;
}
@media (max-width: 767px) {
  .our_story_section .services-parent-div .company_overview_service_box {
    gap: 15px;
  }
}

.award_section > .ct-section-inner-wrap {
  max-width: 1360px;
}

.award_main_div {
  flex-direction: row;
  gap: 80px;
  align-items: center;
}
@media (max-width: 992px) {
  .award_main_div {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .award_main_div {
    gap: 30px;
    flex-direction: column;
  }
}
.award_main_div_img_wrapper {
  width: 48.9%;
}
.award_main_div_img_wrapper_img {
  width: 652px;
  height: auto;
}
@media (max-width: 767px) {
  .award_main_div_img_wrapper {
    width: 100%;
  }
}
.award_main_div_content_wrapper {
  width: 47%;
}
@media (max-width: 767px) {
  .award_main_div_content_wrapper {
    width: 100%;
  }
}

.value_section_heading_wrapper {
  width: 100%;
  align-items: center;
}
.value_section_value_main {
  background-color: var(--global-colors-bg-submenu-light-blue);
  padding: 38px 0px 40px;
}
@media (max-width: 767px) {
  .value_section_value_main {
    padding: 0px;
  }
}
.value_section_value_main_wrapper {
  padding: 0px 57px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 119px;
}
.value_section_value_main_wrapper_item .ct-headline {
  color: var(--global-colors-charcoal);
}
@media (max-width: 992px) {
  .value_section_value_main_wrapper {
    gap: 75px;
  }
}
@media (max-width: 767px) {
  .value_section_value_main_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 40px 30px;
  }
}
.value_section_value_main_wrapper_bg_img_wrapper {
  padding: 7px 0px;
}
@media (max-width: 767px) {
  .value_section_value_main_wrapper_bg_img_wrapper {
    padding: 0px;
  }
}

.team_cta_section {
  background: linear-gradient(1deg, var(--global-colors-text-white) 7.5%, var(--global-colors-blue-ice) 50.53%);
  padding-top: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .team_cta_section {
    padding-top: var(--rem-375-rem);
  }
}
.team_cta_section .oxy-shape-divider {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -185px;
  left: 0;
}
@media (max-width: 992px) {
  .team_cta_section .oxy-shape-divider {
    top: -127px;
  }
}
@media (max-width: 767px) {
  .team_cta_section .oxy-shape-divider {
    top: -97px;
  }
}
@media (max-width: 992px) {
  .team_cta_section .oxy-shape-divider svg {
    height: 130px !important;
  }
}
@media (max-width: 767px) {
  .team_cta_section .oxy-shape-divider svg {
    height: 100px !important;
  }
}
.team_cta_section .full_cta_div {
  flex-direction: row;
  width: 100%;
  gap: 233px;
}
.team_cta_section .full_cta_div > div {
  max-width: 498px;
  width: 100%;
}
@media (max-width: 992px) {
  .team_cta_section .full_cta_div > div {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .team_cta_section .full_cta_div {
    gap: 120px;
  }
}
@media (max-width: 992px) {
  .team_cta_section .full_cta_div {
    gap: 40px;
    flex-direction: column;
  }
}
.team_cta_section .full_cta_div .btn-div {
  flex-direction: row;
  gap: 20px;
}

.resource-hero-section {
  position: relative;
  background: linear-gradient(180deg, var(--global-colors-blue) 0%, var(--global-colors-text-blue-800) 100%);
}
.resource-hero-section > .ct-section-inner-wrap {
  z-index: 1;
  position: relative;
  padding-top: 140px;
}
@media (max-width: 767px) {
  .resource-hero-section > .ct-section-inner-wrap {
    padding-top: var(--rem-375-rem);
  }
}
.resource-hero-section canvas {
  position: absolute;
  top: 0;
}
.resource-hero-section > a {
  display: none !important;
}

.news_hero {
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .news_hero {
    padding-top: var(--rem-375-rem);
  }
}

.news_event_tab_div_content_wrapper .oxy-tab-content {
  padding: var(--rem-0-rem);
}
.news_event_tab_div_content_wrapper_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .news_event_tab_div_content_wrapper_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .news_event_tab_div_content_wrapper_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_event_tab_div_content_wrapper_lists .oxy-repeater-pages-wrap {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root .product_main_div_products_wrapper_block,
:root .resource-box,
:root .greenhouse-application-form__field-group {
  height: auto;
}

@media (max-width: 992px) {
  _::-webkit-full-page-media,
  _:future,
  :root .cta-section::before {
    background-size: 100% 57%;
    top: -4px;
  }
}
@media (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root .cta-section::before {
    background-size: 100% 28%;
    top: -4px;
  }
}
iframe {
  border-radius: 16px;
}

@media (max-width: 767px) {
  .case_study_section_case_study_wrapper_infobox {
    position: relative;
    overflow: hidden;
  }
  .case_study_section_case_study_wrapper_infobox::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 355.201px;
    height: 350.896px;
    background: url(/wp-content/uploads/2025/06/Group.png) no-repeat left center;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in {
    position: relative;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in::before {
    content: "";
    position: absolute;
    top: -69.077px;
    left: -34.246px;
    width: 355.201px;
    height: 350.896px;
    border-radius: 355.201px;
    background: rgba(0, 174, 199, 0.6);
    filter: blur(100px);
    z-index: 1;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(160.27% 112.86% at 72.15% 91.76%, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.6) 96.69%);
    z-index: 2;
    pointer-events: none;
    border-radius: 20px;
  }
  .case_study_section_case_study_wrapper_infobox_wrapper_zoom_in_content_wrapper {
    position: relative;
    z-index: 4;
    overflow: hidden;
  }
}
.home_hero_section_content_wrapper_btn_wrapper,
.oxy-back-to-top_inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.8s ease;
}
.home_hero_section_content_wrapper_btn_wrapper::before,
.oxy-back-to-top_inner::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 28px;
  background: var(--global-colors-pacific-blue);
  filter: blur(30px);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
  top: 7px;
  right: 28px;
  border-radius: 50%;
}
.home_hero_section_content_wrapper_btn_wrapper:hover::before,
.oxy-back-to-top_inner:hover::before {
  opacity: 1;
}
.home_hero_section_content_wrapper_btn_wrapper:hover .home_hero_section_content_wrapper_btn_wrapper_text,
.home_hero_section_content_wrapper_btn_wrapper:hover span.oxy-back-to-top_text,
.oxy-back-to-top_inner:hover .home_hero_section_content_wrapper_btn_wrapper_text,
.oxy-back-to-top_inner:hover span.oxy-back-to-top_text {
  color: #ff6720 !important;
  transition: all 0.8s ease;
}
.home_hero_section_content_wrapper_btn_wrapper .home_hero_section_content_wrapper_btn_wrapper_text,
.home_hero_section_content_wrapper_btn_wrapper .home_hero_section_content_wrapper_btn_wrapper_icon,
.home_hero_section_content_wrapper_btn_wrapper .oxy-back-to-top_text,
.home_hero_section_content_wrapper_btn_wrapper .oxy-back-to-top_icon,
.oxy-back-to-top_inner .home_hero_section_content_wrapper_btn_wrapper_text,
.oxy-back-to-top_inner .home_hero_section_content_wrapper_btn_wrapper_icon,
.oxy-back-to-top_inner .oxy-back-to-top_text,
.oxy-back-to-top_inner .oxy-back-to-top_icon {
  position: relative;
  z-index: 1;
}
.home_hero_section_content_wrapper_btn_wrapper .home_hero_section_content_wrapper_btn_wrapper_text,
.home_hero_section_content_wrapper_btn_wrapper span.oxy-back-to-top_text,
.oxy-back-to-top_inner .home_hero_section_content_wrapper_btn_wrapper_text,
.oxy-back-to-top_inner span.oxy-back-to-top_text {
  transition: all 0.8s ease !important;
}

footer a,
.ct-section.footer a {
  color: inherit;
  transition: color 0.8s ease;
}
footer a:hover,
.ct-section.footer a:hover {
  color: #ff6720 !important;
  transition: all 0.8s ease;
}

/* Apply overlay for use_cases_hero_section (case studies section) */
.use_cases_hero_section:after,
.resouces_hero_wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/2025/06/03CartaGradient-1.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}

.ct-section {
  position: relative;
}

/* Base slide style */
.testimonial {
  position: absolute;
  width: 746px;
  max-width: 100%;
  transition: top 0.8s ease, left 0.8s ease, transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial[data-position=current] {
  top: 52%;
  left: 0%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 3;
  filter: none;
  pointer-events: auto;
}

.testimonial[data-position=previous] {
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  filter: blur(3px);
  z-index: 2;
}

.testimonial[data-position=next] {
  top: 70%;
  left: 50%;
  transform: translate(-100%, -100%);
  opacity: 0.6;
  filter: blur(3px);
  z-index: 2;
}

.testimonial[data-position=hidden] {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.resouces_hero_wrapper .ct-section-inner-wrap {
  padding-top: 202px;
  padding-bottom: var(--rem-750-rem);
}
.resouces_hero_wrapper .ct-section-inner-wrap h1,
.resouces_hero_wrapper .ct-section-inner-wrap .ct-text-block {
  z-index: 9;
}
@media (max-width: 767px) {
  .resouces_hero_wrapper .ct-section-inner-wrap {
    padding-top: 104px;
    padding-bottom: 28px;
  }
}

.featured_section .resources_section_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.featured_section .oxy-repeater-pages-wrap {
  display: none;
}
.featured_section_heading {
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .featured_section_heading {
    margin-bottom: 40px;
  }
}

.resources_section_category_name,
.resources_section .load-more-btn-text {
  font-family: var(--font-variables-font-family-primary);
}
.resources_section_tabs_btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 767px) {
  .resources_section_tabs_btn {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.resources_section_tabs_btn .oxy-tab h6 {
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.resources_section_tabs_btn .tabs-1650-tab-active .tab-link-text {
  color: #074f71;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  text-shadow: 0 0 25px rgba(7, 79, 113, 0.2);
  text-decoration: none;
  font-weight: 500;
}
.resources_section_tabs_btn .tabs-1650-tab-active .tab-link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(91deg, #00d6f4 -17.51%, #074f71 70.41%);
}
.resources_section_link_wrapper {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
.resources_section_vertical-tab-section {
  width: 100%;
  display: block;
}
.resources_section_resources_tab_content {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .resources_section_resources_tab_content {
    margin-top: 20px;
  }
}
.resources_section_resources_tab_content .case_study_section_case_study_wrapper {
  overflow-x: hidden;
}
.resources_section_tab_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  gap: 60px 44px;
}
@media (max-width: 767px) {
  .resources_section_tab_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.resources_section_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(50% - 22px);
  max-width: calc(50% - 22px);
}
@media (max-width: 767px) {
  .resources_section_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
  }
}
.resources_section_anchor_link {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.resources_section_infobox {
  width: 100%;
  height: 100%;
}
.resources_section_content_div {
  gap: 193px;
}
@media (max-width: 992px) {
  .resources_section_content_div {
    gap: 101px;
  }
}
@media (max-width: 992px) {
  .resources_section_content_gap {
    gap: 101px;
  }
}
.resources_section .load-more-btn {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .resources_section .load-more-btn {
    margin-top: 40px;
  }
}
.resources_section .load-more-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.resources_section .load-more-btn .ct-fancy-icon {
  margin-right: 10px;
}
.resources_section .no-post-message {
  color: var(--global-colors-black);
}

.resources_section_tabs_btn .tab-link-text {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.resources_section_tabs_btn .tab-link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(91deg, #00d6f4 -17.51%, #074f71 70.41%);
  transition: width 0.4s ease;
}
.resources_section_tabs_btn .tabs-1650-tab-active .tab-link-text {
  color: #074f71;
  text-shadow: 0 0 25px rgba(7, 79, 113, 0.2);
}
.resources_section_tabs_btn .tabs-1650-tab-active .tab-link-text::after {
  width: 100%;
}
.resources_section_tabs_btn .tabs-1650-tab:not(.tabs-1650-tab-active):hover .tab-link-text {
  color: #074f71;
}
.resources_section_tabs_btn .tabs-1650-tab:not(.tabs-1650-tab-active):hover .tab-link-text::after {
  width: 100%;
}

.cta_section {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.cta_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 476px;
  background-image: url("/wp-content/uploads/2025/06/pattern.png");
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
  border-radius: 30px;
  opacity: 0.6;
}
.cta_section .cta_wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cta_section .cta_wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--rem-250-rem);
  }
}
.cta_section .cta_wrapper .cta_content {
  width: 892px;
  max-width: 100%;
  min-width: 50%;
}
.cta_section .cta_wrapper .cta_content_inner_div {
  width: 780px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cta_section .cta_wrapper .cta_content_inner_div h2 {
    margin-bottom: 40px;
  }
}
.cta_section .cta_wrapper .cta_video {
  width: 590px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cta_section .cta_wrapper .cta_video {
    width: 100%;
  }
}

.about_us_section {
  padding-top: 211px;
  position: relative;
  background-color: #101820;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about_us_section {
    padding-top: 104px;
  }
}
.about_us_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background-image: url(/wp-content/uploads/2025/06/Group-132.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.about_us_section_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 59px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .about_us_section_wrapper {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
}
.about_us_section_wrapper_content {
  gap: 30px;
  width: 746px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .about_us_section_wrapper_content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about_us_section_wrapper_content {
    width: 100%;
  }
}
.about_us_section_wrapper_content_text {
  width: 679px;
  color: var(--global-colors-gray);
}
@media (max-width: 1280px) {
  .about_us_section_wrapper_content_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_us_section_wrapper_content_text {
    width: 100%;
  }
}
.about_us_section_wrapper_video {
  width: 779px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .about_us_section_wrapper_video {
    width: 50%;
  }
}

.our_story {
  background-image: url(/wp-content/uploads/2025/06/Circular-gradient.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .our_story {
    margin-bottom: 0px;
  }
}
.our_story_wrapper {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 100px;
}
@media (max-width: 992px) {
  .our_story_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .our_story_wrapper {
    gap: 40px;
  }
}
.our_story_content_box {
  gap: 100px;
}
@media (max-width: 767px) {
  .our_story_content_box {
    gap: 40px;
  }
}
.our_story_content_box_inner_div {
  width: 780px;
  max-width: 100%;
  gap: 30px;
}
@media (max-width: 1400px) {
  .our_story_content_box_inner_div {
    width: 100%;
  }
}
.our_story_content_box .req-demo {
  min-height: unset !important;
}
.our_story_sliders_section {
  background-image: url(/wp-content/uploads/2025/06/Ellipse-22.png);
  background-size: cover;
  height: 100%;
  width: 724px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 15px -100px;
}
@media (max-width: 992px) {
  .our_story_sliders_section {
    width: 100%;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .our_story_sliders_section {
    background-size: cover;
  }
}
.our_story_sliders_section_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-size: contain;
}
@media (max-width: 992px) {
  .our_story_sliders_section_wrapper {
    height: 600px;
  }
}
.our_story_sliders_section_wrapper_slide {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  transform: scale(0.8) translateY(100%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
}
.our_story_sliders_section_wrapper .active {
  transform: translateY(0%) scale(1);
  opacity: 1;
  filter: none;
  z-index: 3;
  pointer-events: auto;
}
.our_story_sliders_section_wrapper .prev {
  transform: translateY(-100%) scale(0.9);
  opacity: 0.5;
  z-index: 2;
  left: 15px;
}
.our_story_sliders_section_wrapper .next {
  transform: translateY(100%) scale(0.9);
  opacity: 0.5;
  z-index: 2;
  left: 40px;
}
.our_story_sliders_section .slide-content {
  text-align: left;
  gap: 10px;
}
.our_story_sliders_section .slide-content h5 {
  font-weight: 600;
}
.our_story_sliders_section .dot-icon {
  width: 29px;
  height: 29px;
  background-image: url("/wp-content/uploads/2025/06/hotspot-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.our_story_sliders_section .our_story_sliders_section_wrapper_slide.prev .slide-inner,
.our_story_sliders_section .our_story_sliders_section_wrapper_slide.next .slide-inner {
  transform: translateX(10%);
  opacity: 0.6;
}
.our_story_sliders_section .our_story_sliders_section_wrapper_slide.prev .slide-inner::after,
.our_story_sliders_section .our_story_sliders_section_wrapper_slide.next .slide-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(220deg, #101820 37.97%, rgba(16, 24, 32, 0) 93.57%);
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.our_story_sliders_section .our_story_sliders_section_wrapper_slide.active .slide-inner::after {
  opacity: 0;
}
.our_story_sliders_section .nav-arrow {
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.our_story_sliders_section .nav-arrow:not(.disabled):hover img {
  content: url("/wp-content/uploads/2025/06/Arrow-next-hover.svg");
}
.our_story_sliders_section .nav-arrow.prev:not(.disabled):hover img {
  transform: rotate(180deg);
}
.our_story_sliders_section .nav-arrow.disabled img {
  opacity: 0.2;
  pointer-events: none;
}
.our_story_sliders_section .nav-arrow.disabled:hover img {
  content: url("/wp-content/uploads/2025/06/Arrow-next-hover.svg");
  opacity: 0.2;
  transform: none;
}
@media (max-width: 767px) {
  .our_story_sliders_section .our_story_sliders_section_btns {
    margin-top: 40px;
  }
}
.our_story_logo_section {
  padding-top: 100px;
}
.our_story_logo_section_logo_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_story_content_box_inner_div {
  text-align: left;
}

.our_vission_mission {
  position: relative;
  z-index: 0;
}
.our_vission_mission::before, .our_vission_mission::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
.our_vission_mission::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  min-width: 50%;
  height: 100%;
  min-height: 50%;
  background-image: url(/wp-content/uploads/2025/06/left-bottom-corner.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.our_vission_mission::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50%;
  min-width: 50%;
  background-image: url(/wp-content/uploads/2025/06/right-top-corner.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
}
.our_vission_mission_wrapper {
  display: flex;
  flex-direction: row;
  gap: 85px;
  width: 100%;
}
@media (max-width: 767px) {
  .our_vission_mission_wrapper {
    flex-direction: column !important;
    gap: 60px !important;
  }
}
.our_vission_mission_mission, .our_vission_mission_vission {
  width: 50%;
}
@media (max-width: 767px) {
  .our_vission_mission_mission, .our_vission_mission_vission {
    width: 100%;
  }
}
.our_vission_mission_mission_heading_tag, .our_vission_mission_mission_vission_tag, .our_vission_mission_vission_heading_tag, .our_vission_mission_vission_vission_tag {
  margin-bottom: 10px;
}
.our_vission_mission_mission_heading_title, .our_vission_mission_vission_heading_title {
  margin-bottom: 30px;
}

.lead_team_title {
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  max-width: 100%;
}
.lead_team_column {
  gap: 34px;
}
.lead_team_wrapper {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: flex-start;
}
.lead_team_wrapper_inner {
  text-align: left;
  flex-direction: row;
  display: flex;
  gap: 25px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .lead_team_wrapper_inner {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .lead_team_wrapper_inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lead_team_wrapper_inner {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lead_team_wrapper {
    width: 100%;
    flex-direction: column !important;
  }
}
.lead_team_parent_div {
  background-image: url(/wp-content/uploads/2025/06/clinical-research-bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  max-width: 100%;
  width: 224px;
  text-align: right;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 51, 73, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1080px) {
  .lead_team_parent_div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lead_team_parent_div:hover {
    width: 100%;
  }
}
.lead_team_parent_div:hover .lead_team_inner_div_team_info {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1080px) {
  .lead_team_parent_div:hover {
    width: 512px;
  }
}
.lead_team_inner_div {
  width: 512px;
  overflow: hidden;
  padding: 0px;
}
@media (max-width: 1080px) {
  .lead_team_inner_div {
    width: 100%;
    align-items: center;
  }
}
.lead_team_inner_div img {
  width: 512px;
}
.lead_team_inner_div_team_info {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.lead_team_general_leadership {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) -2.63%, #f2f2f2 28.73%);
}

.content_image_section_wrapper {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 104px;
  width: 100%;
}
@media (max-width: 767px) {
  .content_image_section_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
}
.content_image_section_content {
  width: 780px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content_image_section_content {
    width: 100%;
  }
}
.content_image_section_image {
  width: 700px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .content_image_section_image {
    width: 100%;
  }
}

.oxy-modal-backdrop .ct-modal {
  overflow-y: clip;
}

.investor_section {
  width: 100%;
  background-color: #f2f2f2;
}
.investor_section_wrapper {
  width: 100%;
  gap: 60px;
  flex-direction: column;
  display: flex;
  text-align: left;
  align-items: center;
}
@media (max-width: 767px) {
  .investor_section_wrapper {
    gap: 40px;
  }
}
.investor_section_wrapper_contents {
  width: 917px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.investor_section_wrapper_logos {
  width: 100%;
  max-width: 100%;
  gap: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.investor_section_wrapper_logos img {
  max-height: 60px;
  width: auto;
}
.investor_section_wrapper_inner {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.award_section_title {
  max-width: 100%;
}
.award_section_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .award_section_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
  }
}
.award_section_wrapper_single_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.award_section_wrapper_single_column_img {
  width: 240px;
  margin-bottom: 30px;
  max-width: 100%;
}
.award_section_wrapper_single_column_heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .award_section_wrapper_single_column_heading {
    margin-bottom: 15px;
  }
}
.award_section_wrapper_single_column_text {
  text-align: center;
}

.content_with_image_section_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 104px;
}
@media (max-width: 767px) {
  .content_with_image_section_wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.content_with_image_section_wrapper_image, .content_with_image_section_wrapper_content {
  width: 50%;
}
@media (max-width: 767px) {
  .content_with_image_section_wrapper_image, .content_with_image_section_wrapper_content {
    width: 100%;
  }
}
.content_with_image_section_wrapper_content_text {
  margin-bottom: 15px;
}

.team-member {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-member::before,
.team-member::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.team-member::before {
  width: 165px;
  height: 163px;
  background: #00aec7;
  filter: blur(100px);
  opacity: 0.3;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.team-member::after {
  width: 125px;
  height: 125px;
  background: #ff6720;
  filter: blur(50px);
  opacity: 0;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.team-member:hover::before {
  opacity: 0.3;
  top: auto;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.team-member:hover::after {
  opacity: 0.2;
}

.lead_team_inner_div img {
  z-index: 1;
}

.team_modal_section_wrapper {
  position: relative;
  overflow: hidden;
}
.team_modal_section_wrapper_icon {
  position: absolute;
}

.team_modal_section_wrapper::before,
.team_modal_section_wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}

/* 🔵 Bottom-left blue glow */
.team_modal_section_wrapper::before {
  width: 165px;
  height: 163px;
  background: #00aec7;
  opacity: 0.3;
  filter: blur(100px);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

/* 🟠 Top-right orange glow */
.team_modal_section_wrapper::after {
  width: 125px;
  height: 125px;
  background: #ff6720;
  opacity: 0.2;
  filter: blur(50px);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.team_modal_section_wrapper {
  overflow: hidden;
}

.team-modal-popup-wrapper {
  overflow-y: auto;
  max-height: 80vh;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .team-modal-popup .oxy-close-modal img {
    top: -30px !important;
    right: -30px !important;
    position: relative;
  }
}
.news_section {
  z-index: 2;
}

.news_hero_section_wrapper {
  max-width: 100%;
  min-width: 947px;
  width: 947px;
  gap: 30px;
}
.news_hero_section_wrapper_title {
  color: var(--global-colors-gray);
}

.news_section {
  z-index: 2;
}

.news_hero_section_wrapper {
  max-width: 100%;
  min-width: 947px;
  width: 947px;
  gap: 30px;
}
.news_hero_section_wrapper_title {
  color: var(--global-colors-gray);
}

.news_block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .news_block {
    flex-direction: column;
    gap: 20px;
  }
}
.news_block > .news_block_wrapper {
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  box-sizing: border-box;
}
.news_block > .news_block_wrapper:nth-child(1), .news_block > .news_block_wrapper:nth-child(2) {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .news_block > .news_block_wrapper:nth-child(1), .news_block > .news_block_wrapper:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .news_block > .news_block_wrapper {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .news_block > .news_block_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_block_wrapper {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.news_block_wrapper:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.news_block_wrapper_links_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.news_block_wrapper_links_wrapper_img_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news_block_wrapper_links_wrapper_img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  transition: all 0.5s ease-in-out;
}
.news_block_wrapper_links_wrapper_content_wrapper {
  width: 100%;
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_block_wrapper_links_wrapper_content_wrapper h3 {
  margin-bottom: 20px;
}
.news_block_wrapper_links_wrapper_content_wrapper h3 span {
  color: var(--global-colors-heading-color-1);
}
.news_block_wrapper_links_wrapper_content_wrapper .ct-text-block span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news_block_wrapper_links_wrapper_content_wrapper .news_arrow_btn {
  margin-top: 27px;
}
.news_block_wrapper_links_wrapper_content_wrapper_inner {
  text-align: left;
}
.news_block_wrapper_links_wrapper_content_wrapper_inner_heading span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.news_block_wrapper:hover .news_block_wrapper_links_wrapper_content_wrapper::before {
  opacity: 0.2;
}
.news_block_wrapper:hover .news_block_wrapper_links_wrapper_content_wrapper::after {
  opacity: 0.3;
}
.news_block_wrapper:hover .news_block_wrapper_links_wrapper_content_wrapper .hover-line {
  opacity: 1;
}
.news_block_wrapper:hover .news_block_wrapper_links_wrapper_content_wrapper_arrow {
  opacity: 1;
}
.news_block_wrapper:hover .news_block_wrapper_links_wrapper_content_wrapper_arrow_border {
  opacity: 1;
}
.news_block_wrapper:hover .news_block_wrapper_links_wrapper_img_wrapper .news_block_wrapper_links_wrapper_image_wrapper_img {
  transform: scale(1.12);
  transition: all 0.5s ease-in-out;
}
.news_block_wrapper_links_wrapper_content_wrapper_arrow {
  position: relative;
  z-index: 2;
  margin-top: 12px;
}
.news_block_wrapper_links_wrapper_content_wrapper_arrow_border {
  position: absolute;
  bottom: 80px;
  left: 20px;
  width: 100%;
  height: 1px;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
  background: linear-gradient(90deg, #c8c4c4 0%, rgba(200, 196, 196, 0) 100%);
}

.news_section .news_section_tabs_btn {
  gap: 60px;
}
@media (max-width: 767px) {
  .news_section .news_section_tabs_btn {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .news_section {
    padding-bottom: 95px;
  }
}

.press-release img {
  -o-object-fit: unset;
     object-fit: unset;
}

.tabs-content-div {
  overflow: visible !important;
}

.news_block_wrapper_links_wrapper_content_wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  overflow: hidden;
}
.news_block_wrapper_links_wrapper_content_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 125px;
  background: #ff6720;
  opacity: 0;
  filter: blur(50px);
  transform: translate(-50%, 50%);
  transition: opacity 0.4s ease;
  z-index: 0;
}
.news_block_wrapper_links_wrapper_content_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  height: 163px;
  background: #00aec7;
  opacity: 0;
  filter: blur(100px);
  transform: translate(50%, -50%);
  transition: opacity 0.4s ease;
  z-index: 0;
}
.news_block_wrapper_links_wrapper_content_wrapper .hover-line {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--global-colors-silver-100) 0%, rgba(200, 196, 196, 0) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.news_block_wrapper_links_wrapper_content_wrapper_arrow {
  display: flex;
  justify-content: center;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 2;
  position: relative;
}

.show-result-count {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .show-result-count {
    margin-top: 40px;
  }
}

.data_abstraction_section {
  z-index: 0;
}

/* Remove focus outline and border */
.team_modal_section_wrapper_icon:focus {
  outline: none;
  border: none;
}

/* Base styling for prev and next buttons */
.our_story_sliders_section_wrapper_slide.slide-inner.prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(220deg, #101820 37.97%, rgba(16, 24, 32, 0) 93.57%);
  z-index: 1;
}

.our_story_sliders_section_wrapper_slide.slide-inner.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(301deg, #101820 46.91%, rgba(16, 24, 32, 0.74) 62.11%, rgba(16, 24, 32, 0) 105.81%);
  z-index: 1;
}

.news_detail_content_area .ct-new-columns {
  display: block;
}
.news_detail_content_area_heading {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  width: 1324px;
  margin-bottom: 30px;
  padding-left: auto;
  padding-right: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .news_detail_content_area_heading {
    margin-bottom: 25px;
    gap: 15px;
  }
}
.news_detail_content_area_text_wrapper, .news_detail_content_area_heading_text_wrapper {
  width: 1324px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 25px;
  margin-bottom: 30px;
  padding-left: auto;
  padding-right: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .news_detail_content_area_text_wrapper, .news_detail_content_area_heading_text_wrapper {
    margin-bottom: 25px;
    gap: 15px;
  }
}
.news_detail_content_area .news_detail_content_area_heading h2 {
  font-weight: 400 !important;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .news_detail_content_area .news_detail_content_area_heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.news_detail_content_area_heading_text_wrapper:last-child {
  margin-bottom: 0px;
}

.single_detail_about_section {
  background-color: #f2f2f2;
}
.single_detail_about_section_wrapper {
  display: flex;
  flex-direction: row;
  gap: 214px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .single_detail_about_section_wrapper {
    flex-direction: column;
    width: 100%;
    gap: 60px;
  }
}
@media (max-width: 1400px) {
  .single_detail_about_section_wrapper {
    gap: 100px;
  }
}
.single_detail_about_section_wrapper_heading_text {
  display: flex;
  gap: 30px;
  width: 915px;
  max-width: 60%;
  text-align: left;
}
@media (max-width: 767px) {
  .single_detail_about_section_wrapper_heading_text {
    width: 100%;
    max-width: 100%;
  }
}
.single_detail_about_section_wrapper_media_contact {
  gap: 30px;
  width: 455px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .single_detail_about_section_wrapper_media_contact {
    width: 100%;
    max-width: 100%;
  }
}

.news_detail_content_area .ct-new-columns a,
.single_detail_about_section a:not(.ct-link-button) {
  transition: all 0.8s ease;
}
.news_detail_content_area .ct-new-columns a:hover,
.single_detail_about_section a:not(.ct-link-button):hover {
  color: #ff6720 !important;
  transition: all 0.8s ease;
}

.other_reads_section .ct-section-inner-wrap {
  padding-bottom: 0px;
}

html.wpmm-force-bg {
  background-color: transparent;
}

#video-2580-20 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0px !important;
}

.border-bottom-section {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media (max-width: 767px) {
  .home_newa_section .ct-section-inner-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home_newa_section .home_newa_section_heading_wrapper,
  .home_newa_section .home_news_btn_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_newa_section_heading_wrapper h2 {
    margin-bottom: 10px;
  }
}
.home_video_section iframe {
  border-radius: 0px;
}

.contact_us_section {
  position: relative;
  background-color: var(--global-colors-black);
}
.contact_us_section:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/2025/06/carta_contact_us_bg.png);
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}
.contact_us_section_wrapper {
  flex-direction: row;
  display: flex;
  gap: 115px;
  z-index: 1;
  padding-top: 102px;
}
@media (max-width: 992px) {
  .contact_us_section_wrapper {
    flex-direction: column;
    gap: 20px;
    padding-top: var(--rem-062-rem);
  }
}
.contact_us_section_wrapper_form {
  border-radius: 20px;
  background-image: url(/wp-content/uploads/2025/07/contact-bg-dotted-pattern.jpg);
  padding: var(--rem-375-rem) var(--rem-187-rem);
}
@media (max-width: 992px) {
  .contact_us_section_wrapper_form {
    padding: var(--rem-250-rem) var(--rem-125-rem);
  }
}
@media (max-width: 480px) {
  .contact_us_section_wrapper_form {
    padding-bottom: var(--rem-500-rem);
  }
}
.contact_us_section_wrapper_form .gform-body {
  position: relative;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container input,
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container select,
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container textarea {
  border: 1px solid var(--global-colors-gray);
  background: var(--global-colors-text-white);
  border-radius: 4px;
  padding: 6px 10px;
  min-height: 50px;
  font-family: var(--font-variables-font-family-secondary);
  font-size: 20px;
  line-height: 36px;
  color: var(--global-colors-grey-paragraph-text);
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container textarea {
  height: 180px !important;
  resize: none;
  width: 100% !important;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container textarea::-moz-placeholder {
  color: var(--global-colors-grey-paragraph-text);
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container textarea::placeholder {
  color: var(--global-colors-grey-paragraph-text);
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container select {
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .contact_us_section_wrapper_form .gform_wrapper.gravity-theme .ginput_container select {
    padding-right: 30px;
  }
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gfield_label {
  color: var(--global-colors-grey-paragraph-text);
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  position: absolute;
  top: 6px;
  left: 10px;
  pointer-events: none;
  z-index: 1;
  margin-bottom: 0;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px;
  grid-column-gap: 18px;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gfield_required {
  color: var(--global-colors-grey-paragraph-text);
  padding: 0;
  font-size: 15px;
  display: inline;
  position: relative;
  bottom: 2px;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gfield_validation_message {
  background: none;
  border: none;
  padding: 0 0px 0px 5px;
  color: #D20303;
  font-size: 16px;
  line-height: 26px;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_button {
  font-family: var(--font-variables-font-family-secondary);
  font-size: var(--rem-112-rem);
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 14px 62px 14px var(--rem-187-rem);
  min-height: 54px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: var(--global-colors-text-white);
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
  cursor: pointer;
  margin-bottom: var(--rem-0-rem);
  display: inline-block;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_button:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  padding-bottom: var(--rem-0-rem);
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  margin-top: 2px;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_footer:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/05/btn-arrow.svg);
  width: 17px;
  height: 20px;
  right: 0px;
  left: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  z-index: 0;
  pointer-events: none;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gfield_error input {
  border: 1px solid #D20303;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.contact_us_section_wrapper_form .gform_wrapper.gravity-theme .required_field_text {
  text-align: right;
  position: absolute;
  width: 50%;
  float: right;
  right: 0;
  bottom: -11.3%;
  color: var(--global-colors-black);
}
@media (max-width: 1024px) {
  .contact_us_section_wrapper_form .gform_wrapper.gravity-theme .required_field_text {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .contact_us_section_wrapper_form .gform_wrapper.gravity-theme .required_field_text {
    bottom: -16.4%;
    width: 100%;
  }
}
.contact_us_section_wrapper_form .gform_validation_error .required_field_text {
  bottom: -9% !important;
}
@media (max-width: 480px) {
  .contact_us_section_wrapper_form .gform_validation_error .required_field_text {
    bottom: -13% !important;
  }
}
.contact_us_section_wrapper_form .gfield {
  position: relative;
}
.contact_us_section_wrapper_form .gfield.has-value .ginput_container input,
.contact_us_section_wrapper_form .gfield.has-value .ginput_container select,
.contact_us_section_wrapper_form .gfield.has-value .ginput_container textarea, .contact_us_section_wrapper_form .gfield.is-focused .ginput_container input,
.contact_us_section_wrapper_form .gfield.is-focused .ginput_container select,
.contact_us_section_wrapper_form .gfield.is-focused .ginput_container textarea {
  box-shadow: 0px 0px 10px 0px rgba(1, 174, 199, 0.7);
  border: 1px solid #01AEC7;
  background: var(--global-colors-text-white);
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease;
}
.contact_us_section_wrapper_form .gfield.has-value .gfield_label, .contact_us_section_wrapper_form .gfield.is-focused .gfield_label {
  top: -10px;
  left: 0px;
  color: #fff;
  border-radius: 2px 2px 4px 0px;
  border-top: 1px solid #01AEC7;
  border-right: 1px solid #01AEC7;
  border-left: 1px solid #01AEC7;
  background: #01AEC7;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
}
.contact_us_section_wrapper_form .gfield.has-value .gfield_required, .contact_us_section_wrapper_form .gfield.is-focused .gfield_required {
  color: var(--global-colors-text-white);
  bottom: 0;
}
.contact_us_section_wrapper_form .ginput_container_select:before {
  content: url(/wp-content/uploads/2025/06/select-Icons.svg);
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 11px;
  right: 14px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact_us_section_wrapper_form .ginput_container_select:before {
    top: 15px;
  }
}
.contact_us_section_wrapper_form .ct-headline {
  font-weight: 400;
}
.contact_us_section_wrapper_form .gform_confirmation_message {
  text-align: center;
  font-family: var(--font-variables-font-family-primary);
  font-weight: 500;
}

.contact_us_section_wrapper_form .gfield--type-textarea label {
  display: none !important;
}

.contact_us_section_wrapper_form .gfield--type-textarea.has-value .gfield_label,
.contact_us_section_wrapper_form .gfield--type-textarea.is-focused .gfield_label {
  display: block !important;
}

.gform_footer .gform-loader {
  display: block !important;
}

.contact_testimonial_section {
  padding-top: var(--rem-750-rem);
  padding-bottom: 253px;
}
@media (max-width: 767px) {
  .contact_testimonial_section {
    padding-top: var(--rem-593-rem) !important;
    padding-bottom: 95px !important;
  }
}
.contact_testimonial_section .ct-section-inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contact_testimonial_section .ct-section-inner-wrap {
    display: block;
  }
}
.contact_testimonial_section_wrapper {
  position: relative;
  padding-bottom: var(--rem-375-rem);
}
.contact_testimonial_section_wrapper:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #C8C4C4 0%, rgba(200, 196, 196, 0) 100%);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  display: block;
}
@media (max-width: 767px) {
  .contact_testimonial_section_wrapper {
    padding-bottom: var(--rem-250-rem);
  }
}
.contact_testimonial_section_wrapper_profile {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: row;
}
.contact_testimonial_section_wrapper_profile_img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_testimonial_section_wrapper_profile_content .ct-headline {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font-variables-font-family-secondary);
}
@media (max-width: 767px) {
  .contact_testimonial_section_case_study_carousel {
    margin-top: var(--rem-250-rem);
  }
  .contact_testimonial_section_case_study_carousel .case_study_carousel {
    width: 512px !important;
    margin-right: 20px !important;
    margin-bottom: 10px;
    min-height: 100%;
    background: var(--global-colors-text-white);
    max-width: 310px;
    display: inline-block;
    white-space: normal;
  }
}
.contact_testimonial_section_case_study_carousel .oxy-carousel-builder_icon {
  bottom: -136px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_testimonial_section_case_study_carousel .oxy-carousel-builder_icon.oxy-carousel-builder_prev {
  right: 85px;
  left: unset;
}
.contact_testimonial_section_case_study_carousel .oxy-carousel-builder_icon.oxy-carousel-builder_next {
  right: 0;
  left: unset;
}
.contact_testimonial_section_case_study_carousel .oxy-carousel-builder .flickity-viewport {
  overflow: hidden !important;
  border-radius: 20px !important;
}
@media (max-width: 767px) {
  .contact_testimonial_section_case_study_carousel .oxy-carousel-builder .flickity-viewport {
    flex-wrap: nowrap;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    width: 100%;
    display: flex;
    border-radius: 0px !important;
  }
}
.contact_testimonial_section_case_study_carousel .case_study_carousel_box_main .product_case_study_content_wrapper {
  padding: 50px 90px 236px 48px;
  gap: 5px;
}
@media (max-width: 767px) {
  .contact_testimonial_section_case_study_carousel .case_study_carousel_box_main .product_case_study_content_wrapper {
    padding: 30px 30px 200px 30px;
  }
}

.team_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .team_main {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .team_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .team_main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team_main_wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team_main_wrapper:before {
  background: linear-gradient(143deg, var(--global-colors-text-white) -0.78%, var(--global-colors-light-steel-blue) 45.35%), var(--global-colors-quick-silver);
  display: block;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.team_main_wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background: linear-gradient(100deg, var(--global-colors-blue) 15.62%, var(--global-colors-text-blue-800) 88.7%);
  opacity: 0;
}
.team_main_wrapper:hover:after {
  opacity: 1;
}
.team_main_wrapper_item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-top: var(--rem-156-rem);
  z-index: 1;
}
.team_main_wrapper_item_person_img {
  width: 308px;
  transition: all 0.5s ease;
}
.team_main_wrapper_item_content_wrapper {
  display: flex;
  flex-direction: row;
  padding: 15px;
  background-color: var(--global-colors-text-white);
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 433px;
  position: absolute;
  bottom: 20px;
  right: 0;
  gap: 4px;
}
@media (max-width: 1440px) {
  .team_main_wrapper_item_content_wrapper {
    width: 95%;
  }
}
.team_main_wrapper_item_content_wrapper_text_col {
  max-width: 85%;
}
.team_main_wrapper_item_content_wrapper_text_col .ct-headline {
  margin-bottom: 4px;
}
.team_main_wrapper_item_content_wrapper_icon_col .ct-image {
  width: 100%;
}

.team_main_wrapper:hover .team_main_wrapper_item_person_img {
  transform: scale(1.12);
}

.team_modal {
  max-width: 898px;
}
@media (max-width: 767px) {
  .team_modal {
    height: 93%;
  }
}
.team_modal .pop_up_wrapper {
  flex-direction: row;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .team_modal .pop_up_wrapper {
    padding: 15px;
    flex-direction: column;
    position: relative;
    gap: 15px;
  }
}
.team_modal .pop_up_wrapper_img_col {
  width: 42%;
  background-size: cover;
}
@media (max-width: 767px) {
  .team_modal .pop_up_wrapper_img_col {
    width: 80%;
  }
}
.team_modal .pop_up_wrapper_img_col .team_main_wrapper {
  width: 100%;
}
.team_modal .pop_up_wrapper_img_col .team_main_wrapper_item {
  z-index: 1;
}
.team_modal .pop_up_wrapper_img_col .team_main_wrapper_item_person_img {
  transform: scale(1.14);
  cursor: default;
}
@media (max-width: 767px) {
  .team_modal .pop_up_wrapper_img_col .team_main_wrapper_item_person_img {
    transform: none;
    width: 100%;
  }
}
.team_modal .pop_up_wrapper_img_col .team_main_wrapper::after {
  opacity: 1;
  z-index: 0;
}
.team_modal .pop_up_wrapper_content_col {
  max-width: 48.2%;
}
@media (max-width: 767px) {
  .team_modal .pop_up_wrapper_content_col {
    max-width: 100%;
  }
}
.team_modal .pop_up_wrapper_content_col_social {
  flex-direction: row;
  gap: 10px;
  margin: var(--rem-112-rem) var(--rem-0-rem);
  cursor: default;
}
.team_modal .pop_up_wrapper_content_col_social .ct-link:focus-visible {
  outline: none;
}
.team_modal .pop_up_wrapper .oxy-close-modal {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .team_modal .pop_up_wrapper .oxy-close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.team_modal .pop_up_wrapper .oxy-close-modal img {
  cursor: pointer;
}

.team_modal .team_main_wrapper:hover:after {
  z-index: 0;
}

@media (max-width: 992px) {
  .oxy-modal-active .oxy-modal-backdrop {
    padding-left: var(--rem-125-rem);
    padding-right: var(--rem-125-rem);
  }
}

/* FAQ accordian */
.accordian-wrapper {
  width: 100%;
}
.accordian-wrapper .oxel_accordion {
  max-width: 1058px;
  margin: 0 auto;
}
.accordian-wrapper .oxel_accordion .oxel_accordion__content, .accordian-wrapper .oxel_accordion .greenhouse-job__content {
  position: relative;
  z-index: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0px;
}
.accordian-wrapper .oxel_accordion .oxel_accordion__content::before, .accordian-wrapper .oxel_accordion .greenhouse-job__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--global-colors-silver) 0%, var(--global-colors-silver) 58.17%, rgba(197, 197, 197, 0) 100%);
  left: 0;
  bottom: 0;
}
.accordian-wrapper .oxel_accordion .oxel_accordion__content > .ct-div-block, .accordian-wrapper .oxel_accordion .greenhouse-job__content > .ct-div-block {
  display: block;
  width: 100%;
  padding-right: 66px;
}
@media (max-width: 767px) {
  .accordian-wrapper .oxel_accordion .oxel_accordion__content > .ct-div-block, .accordian-wrapper .oxel_accordion .greenhouse-job__content > .ct-div-block {
    padding-right: var(--rem-156-rem);
  }
}
.accordian-wrapper .oxel_accordion .oxel_accordion__content .ct-text-block, .accordian-wrapper .oxel_accordion .greenhouse-job__content .ct-text-block {
  color: var(--global-colors-cod-gray);
  margin-bottom: var(--rem-156-rem);
}
.accordian-wrapper .oxel_accordion__row, .accordian-wrapper .greenhouse-job {
  transition: all 0.3s ease;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 25px;
  padding-top: 30px;
  background: var(--global-colors-transparent);
  position: relative;
}
.accordian-wrapper .oxel_accordion__row::before, .accordian-wrapper .greenhouse-job::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--global-colors-silver) 0%, var(--global-colors-silver) 58.17%, rgba(197, 197, 197, 0) 100%);
  left: 0;
  bottom: 0;
}
.accordian-wrapper .oxel_accordion__row.first-accordion-btn, .accordian-wrapper .first-accordion-btn.greenhouse-job {
  padding-top: 0px;
}
.accordian-wrapper .oxel_accordion__row .oxel_accordion__row__label, .accordian-wrapper .greenhouse-job .oxel_accordion__row__label {
  text-align: left;
  max-width: 932px;
}
.accordian-wrapper .oxel_accordion__row .oxel_accordion__row_left, .accordian-wrapper .greenhouse-job .oxel_accordion__row_left {
  max-width: 85%;
}
.accordian-wrapper .oxel_accordion__row .accordion_icon, .accordian-wrapper .greenhouse-job .accordion_icon {
  background: url(/wp-content/uploads/2025/06/Plus-icon.svg);
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
.accordian-wrapper .oxel_accordion__row.oxel_accordion__row--active::before, .accordian-wrapper .oxel_accordion__row--active.greenhouse-job::before {
  display: none;
}
.accordian-wrapper .oxel_accordion__row.oxel_accordion__row--active .accordion_icon, .accordian-wrapper .oxel_accordion__row--active.greenhouse-job .accordion_icon {
  background: url(/wp-content/uploads/2025/06/Minus-icon.svg);
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
.accordian-wrapper svg use {
  display: none;
}

.oxel_accordion__row--active + .oxel_accordion__content, .oxel_accordion__row--active + .greenhouse-job__content {
  max-height: 10000px;
}

.tab-title-div {
  max-width: 800px;
  align-self: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .tab-title-div {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab-title-div .tab-section-para-text {
  text-align: center;
}

.tab-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 992px) {
  .tab-div {
    flex-direction: column;
    padding: 18px 15px 30px;
  }
}
.tab-div .oxy-tabs-wrapper {
  position: relative;
  gap: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.tab-div .oxy-tabs-wrapper::before {
  background-image: linear-gradient(180deg, #0033a1, #001440 100%);
  position: absolute;
  left: -22px;
  top: -29px;
  width: 300px;
  height: 596px;
  z-index: 0;
  content: "";
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper::before {
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.tab-div .oxy-tabs-wrapper .disable-tab {
  display: none;
}
.tab-div .oxy-tabs-wrapper .oxy-tab {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
  padding-top: 0px;
  transition: all 0.5s ease;
  padding-left: 0px;
  padding-right: 0px;
  background-color: var(--global-colors-text-white);
}
@media (min-width: 993px) {
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active {
    transform: scaleX(1.1431);
  }
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-div-block, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 83%, var(--global-colors-june-bud) 50%) right;
    background-position: right;
    background-size: 100% 102% !important;
    border-right: none;
    box-shadow: inset 2px 0 0 0 var(--global-colors-june-bud), inset 0 2px 0 0 var(--global-colors-june-bud), inset 0 -2px 0 0 var(--global-colors-june-bud);
  }
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-div-block:before, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-div-block:before {
    width: 17%;
  }
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-div-block .ct-text-block, .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-div-block .ct-image, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-div-block .ct-text-block, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-div-block .ct-image {
    transform: scaleX(0.9);
  }
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-div-block .ct-image, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .oxy-tab:hover .ct-image, .tab-div .oxy-tabs-wrapper .oxy-tab.tab-active .ct-image {
    filter: none;
  }
}
.tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: var(--global-colors-text-white);
  width: 322px;
  padding: 18px 25px 18px 16px;
  border: 1px solid var(--global-colors-june-bud);
  background-size: 124% 102%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--global-colors-june-bud);
  position: absolute;
  left: 0;
  transition: 0.5s width;
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block {
    width: 100%;
  }
}
.tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block .tab-icon {
  filter: brightness(100%);
  transition: all 0.25s;
}
.tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block .ct-text-block {
  font-family: var(--font-variables-font-family-primary);
  color: var(--global-colors-black);
  line-height: 24px;
}
@media (max-width: 767px) {
  .tab-div .oxy-tabs-wrapper .oxy-tab .ct-div-block .ct-text-block {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.design-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 81%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.design-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.design-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.expert-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 79.5%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.expert-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.expert-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.manufacturing-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 74.5%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.manufacturing-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.manufacturing-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.packaging-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 70.5%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.packaging-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.packaging-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.process-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 78.5%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.process-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.process-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active.ivd-tab > .ct-div-block {
    background: linear-gradient(to left, var(--global-colors-text-white) 80.5%, var(--global-colors-june-bud) 50%) right;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
  }
  .tab-div .oxy-tabs-wrapper .tab-active.ivd-tab > .ct-div-block .ct-image {
    filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
  }
  .tab-div .oxy-tabs-wrapper .tab-active.ivd-tab > .ct-div-block .ct-text-block {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-wrapper .tab-active {
    border: 2px solid var(--global-colors-june-bud);
  }
}
.tab-div .main-tab-content {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: row;
  padding-left: 23px;
  position: relative;
}
@media (min-width: 993px) {
  .tab-div .main-tab-content .tab-content-img-div {
    position: absolute;
  }
  .tab-div .main-tab-content .tab-content-img-div::before {
    position: absolute;
    content: "";
    background: linear-gradient(254deg, rgba(0, 51, 161, 0) 46.5%, #0033A1 100%);
    background-blend-mode: hard-light, normal, normal;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 993px) {
  .tab-div .main-tab-content .tab-content-img-div .tab-content-img {
    width: 1074px;
    height: auto;
  }
}
.tab-div .main-tab-content .oxy-tab-content {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .tab-div .main-tab-content .oxy-tab-content {
    position: relative;
  }
}
.tab-div .main-tab-content .oxy-tab-content .tab-content-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 19px;
  padding: 30px 30px 30px 60px;
  max-width: 100%;
  background-color: var(--global-colors-text-white);
  position: relative;
}
@media (min-width: 993px) {
  .tab-div .main-tab-content .oxy-tab-content .tab-content-div {
    position: relative;
    margin-top: 240px;
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .tab-div .main-tab-content .oxy-tab-content .tab-content-div {
    padding: 30px 10px 30px 10px;
  }
}
.tab-div .main-tab-content .oxy-tab-content .tab-content-div .tab-content-heading-text {
  color: var(--global-colors-text-black);
  font-family: var(--font-variables-font-family-primary);
  line-height: 50px;
}
@media (max-width: 767px) {
  .tab-div .main-tab-content .oxy-tab-content .tab-content-div .tab-content-heading-text {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .tab-div .main-tab-content .oxy-tab-content .tab-content-div .ct-link-button {
    width: 100%;
    padding: 10px 7px;
  }
}

@media (min-width: 993px) and (min-width: 993px) {
  .oxy-tab-content {
    overflow: hidden;
  }
  @keyframes fade-in-zoom {
    0% {
      opacity: 0.9;
      transform: scale(0.97);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media (max-width: 992px) {
  .tab-div .oxy-tabs-contents-wrapper {
    display: contents !important;
  }
  .tab-div .oxy-tabs-wrapper {
    display: contents !important;
  }
  .tab-section > .ct-section-inner-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-section .oxy-tab {
    width: 100%;
    margin-top: 13px;
    padding: 15px;
  }
  .tab-section .oxy-tab-content {
    padding: 0px 0px;
    width: 100%;
    max-height: 10000px;
    transition: max-height 0.4s;
    overflow: hidden;
  }
  .tab-section .oxy-tab-content > * {
    transition: opacity 2s;
  }
  .tab-section .oxy-tab-content .tab-content-img-div {
    position: relative;
  }
  .tab-div .oxy-tabs-contents-content-hidden {
    display: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  .tab-div .disable-tab-content {
    display: none;
  }
  .tab-div .oxy-tabs-contents-content-hidden > * {
    opacity: 0 !important;
    transition: opacity 0.4s;
  }
}
.news_event_tab_div_tabs {
  z-index: 1;
  position: relative;
  margin-top: -74px;
  align-items: center;
  gap: var(--rem-093-rem);
}
@media (max-width: 992px) {
  .news_event_tab_div_tabs {
    margin-top: -73px;
  }
}
@media (max-width: 767px) {
  .news_event_tab_div_tabs {
    margin-top: -70px;
  }
}
.news_event_tab_div_tabs_item {
  padding: var(--rem-062-rem) var(--rem-250-rem);
  color: var(--global-colors-june-bud);
  border: 1px solid var(--global-colors-june-bud);
}
.news_event_tab_div_tabs_item.tabs-0831-tab-active {
  background-color: var(--global-colors-text-white);
  color: var(--global-colors-black);
  padding: var(--rem-093-rem) var(--rem-250-rem) var(--rem-156-rem) var(--rem-250-rem);
  border: none;
}
.news_event_tab_div_content_wrapper .load-more-wrapper {
  align-self: center;
  margin-top: 30px;
}
.news_event_tab_div_content_wrapper .load-more-wrapper .load-more-btn {
  display: flex;
  flex-direction: row;
  gap: 3px;
  cursor: pointer;
}
.news_event_tab_div_content_wrapper .load-more-wrapper .load-more-btn .load-more-btn-text {
  color: var(--global-colors-text-black);
}
.news_event_tab_div_content_wrapper .load-more-wrapper .load-more-btn .x-load-more-button-icon > svg {
  color: var(--global-colors-text-black);
}

.testimonial-slider_wrapper {
  width: 100%;
  max-width: 83%;
  margin-bottom: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-slider_wrapper:after {
  content: "";
  position: absolute;
  width: 119px;
  height: 83px;
  left: 26%;
  top: 5%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .testimonial-slider_wrapper:after {
    content: unset;
  }
}
@media (max-width: 1399px) {
  .testimonial-slider_wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper {
    margin-bottom: 46px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1023px;
  background-blend-mode: multiply, normal;
  padding: 40px 20px 145px 50px;
}
@media (max-width: 992px) {
  .testimonial-slider_wrapper .testimonial-bg-block {
    position: relative;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block {
    padding: 36px 24px 48px;
    align-items: center;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-block-heading {
  position: relative;
  margin-bottom: 27px;
  max-width: 30%;
}
@media (max-width: 992px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-block-heading {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .primary-cta-lg {
    width: 100%;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
  position: absolute;
  background-color: var(--global-colors-grey-cloud);
  padding: 40px 50px 47px;
  max-width: 69.5%;
  width: 100%;
  right: 0%;
  top: 80px;
  z-index: 0;
}
@media (max-width: 1440px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    right: 0px;
  }
}
@media (max-width: 992px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    max-width: 100%;
    position: relative;
    right: 0px;
    top: 0;
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    margin-top: 83px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider:after {
    content: "";
    position: absolute;
    width: 119px;
    height: 83px;
    left: -10px;
    top: -53px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider:after {
    width: 117.57px;
    height: 83px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider {
  padding: 0;
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider nav.unslider-nav {
  display: none;
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .testimonial-slider__slides {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .testimonial-slider__slides .testimonial_slides__comment {
  margin-bottom: 38px;
  text-align: left;
  color: var(--global-colors-text-black);
  font-weight: 700;
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .testimonial-slider__slides .testimonial_slides__comment {
    margin-bottom: 32px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .testimonial-slider__slides .testimonial_slides__client {
  margin-bottom: 0;
  width: 80%;
  text-align: left;
  color: var(--global-colors-text-black);
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .testimonial-slider__slides .testimonial_slides__client {
    width: 100%;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow {
  border-radius: 0;
  opacity: 1;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  padding: 9px 15px;
  align-items: center;
  border: 1px solid var(--global-colors-june-bud);
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow {
    position: relative;
    display: inline-flex;
    margin-top: 22px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow.next {
  left: auto;
  right: 0;
  top: unset;
  bottom: -7px;
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow.next {
    left: 52px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow.prev {
  left: auto;
  right: 50px;
  top: unset;
  bottom: -7px;
}
@media (max-width: 767px) {
  .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-arrow.prev {
    right: 38px;
  }
}
.testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider .unslider-wrap.unslider-carousel > li {
  padding: 0;
}

.ct-section.capability_overview_faq .testimonial-slider_wrapper:after {
  content: unset;
}
@media (max-width: 1400px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper {
    align-items: center;
  }
}
.ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block {
    width: 89%;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block {
    width: 100%;
    padding-left: 24px;
    padding-bottom: 40px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
.ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
  position: relative;
  max-width: 100%;
  top: 0px;
  margin-top: 0px;
}
@media (min-width: 1400px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    position: absolute;
    left: 156px;
    top: 80px;
    max-width: 1040px;
  }
}
@media (max-width: 1400px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    left: 14%;
    max-width: 97%;
  }
}
@media (max-width: 1399px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    left: 13%;
    max-width: 95%;
  }
}
@media (max-width: 992px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    left: 17%;
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider {
    left: 0px;
  }
}
@media (min-width: 993px) {
  .ct-section.capability_overview_faq .testimonial-slider_wrapper .testimonial-bg-block .testimonial-slider::after {
    content: "";
    position: absolute;
    width: 119px;
    height: 83px;
    left: -55px;
    top: -60px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
  }
}

body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 767px) {
  body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    font-size: 18px;
    line-height: 28px;
  }
}

p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
  color: var(--global-colors-grey-paragraph-text);
  margin-bottom: 15px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    margin-bottom: 20px;
  }
}

h1, h2, h3, h4, h5, h6, button {
  font-family: var(--font-variables-font-family-primary);
}

body, ul li {
  font-family: var(--font-variables-font-family-secondary);
}

p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title, .ct-text-block {
  font-family: var(--font-variables-font-family-secondary);
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

/*Font size utils*/
.f-size-6xl {
  font-size: clamp(55px, 7vw, 120px);
  line-height: 1.0667;
  font-weight: 500;
}

.f-size-5xl {
  font-size: clamp(45px, 7vw, 100px);
  line-height: 1.14;
  font-weight: 500;
}

.f-size-4xl, .greenhouse-field__title {
  font-size: clamp(40px, 5.5vw, 90px);
  line-height: 1.11;
  font-weight: 500;
}

.f-size-xxxl {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.25;
  font-weight: 500;
}

.f-size-xxl {
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.25;
  font-weight: 500;
}

.f-size-xl {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  font-weight: 500;
}

.f-size-lg {
  font-size: clamp(25px, 3.5vw, 34px);
  line-height: 1.12;
  font-weight: 500;
}

.f-size-md {
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.29;
  font-weight: 500;
}

.f-size-sm {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.5;
  font-weight: 400;
}

.f-size-xs {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
}

.f-size-xxs {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.62;
}

.f-size-xxxs {
  font-size: clamp(14px, 1vw, 14px);
  line-height: 1.57;
}

.paragraph-lg {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-r {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.paragraph-sm {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/*Font weight utils*/
.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .f-size-6xl {
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .f-size-5xl {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .f-size-4xl, .greenhouse-field__title {
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .f-size-xxxl {
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .f-size-xxl {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .f-size-xl {
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .f-size-lg {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .f-size-md {
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .f-size-sm {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .f-size-xs {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .f-size-xxs {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .f-size-xxxs {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .paragraph-lg {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body, p, .supreme-greenhouse-jobs__location, .greenhouse-field__location, .supreme-greenhouse-jobs__title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .paragraph-sm {
    line-height: 22px;
  }
}

@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza_B.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Swiza";
  src: url("/wp-content/uploads/fonts/Swiza_SB.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse_Intl";
  src: url("/wp-content/uploads/fonts/Suisse_Intl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Italic variant */
:root {
  --font-variables-font-family-primary: "Swiza", Arial, sans-serif;
  --font-variables-font-family-secondary: "Suisse_Intl", Arial, sans-serif;
  --font-variables-font-family-primary-semi-bold: "Swiza", Arial, sans-serif;
  --font-variables-font-family-primary-bold: "Swiza", Arial, sans-serif;
}

body {
  word-break: break-word;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

.heading-primary {
  color: var(--global-colors-text-blue-700);
}

.heading-secondary, .greenhouse-field__title {
  color: var(--global-colors-text-white);
}

.heading-black {
  color: var(--global-colors-black);
}

.heading-blue {
  color: var(--global-colors-blue);
}

.text-secondary {
  color: var(--global-colors-text-white);
}

.text-grey {
  color: var(--global-colors-gray);
}
.text-grey p, .text-grey .supreme-greenhouse-jobs__location, .text-grey .greenhouse-field__location, .text-grey .supreme-greenhouse-jobs__title {
  color: var(--global-colors-gray);
}

.text-align-left {
  text-align: left;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.paragraph-large {
  font-size: var(--rem-125-rem);
  line-height: var(--rem-187-rem);
}

.full-width-div {
  width: 100%;
}

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

.mb-0 {
  margin-bottom: 0px;
}

.primary-btn-lg {
  font-family: var(--font-variables-font-family-primary);
  font-size: var(--rem-125-rem);
  font-weight: 500;
  line-height: var(--rem-187-rem);
  text-align: center;
  padding: 22px 62px 20px var(--rem-187-rem);
  min-height: 72px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-lg::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-187-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-lg:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-lg {
    font-size: var(--rem-112-rem);
    line-height: 26px;
  }
}

.primary-btn-md, .greenhouse-application-form__submit-btn, .greenhouse-job__apply-btn {
  font-family: var(--font-variables-font-family-primary);
  font-family: var(--font-variables-font-family-secondary);
  font-size: var(--rem-112-rem);
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 14px 62px 14px var(--rem-187-rem);
  min-height: 54px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-md::after, .greenhouse-application-form__submit-btn::after, .greenhouse-job__apply-btn::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-187-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-md:hover, .greenhouse-application-form__submit-btn:hover, .greenhouse-job__apply-btn:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-md, .greenhouse-application-form__submit-btn, .greenhouse-job__apply-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

.primary-btn-sm {
  font-family: var(--font-variables-font-family-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 7px 47px 7px var(--rem-125-rem);
  min-height: 40px;
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, var(--global-colors-cascade) -14.39%, var(--global-colors-tuscany) 69.31%);
}
.primary-btn-sm::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: var(--rem-125-rem);
  right: var(--rem-125-rem);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.primary-btn-sm:hover {
  background: linear-gradient(90deg, var(--global-colors-sundance) -2.34%, var(--global-colors-orange) 107.54%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px var(--global-colors-sandy-brown);
}
@media (max-width: 767px) {
  .primary-btn-sm {
    font-size: 16px;
    line-height: 22px;
  }
}

.secondary-btn-lg {
  font-family: var(--font-variables-font-family-primary);
  font-size: var(--rem-125-rem);
  font-weight: 500;
  line-height: var(--rem-187-rem);
  text-align: center;
  padding: 22px 62px 20px var(--rem-187-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-lg {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-lg::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-lg:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-lg {
    font-size: var(--rem-112-rem);
    line-height: 26px;
  }
}

.secondary-btn-md {
  font-family: var(--font-variables-font-family-primary);
  font-family: var(--font-variables-font-family-secondary);
  font-size: var(--rem-112-rem);
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 14px 62px 14px var(--rem-187-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-md {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-md::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-md:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-md {
    font-size: 16px;
    line-height: 22px;
  }
}

.secondary-btn-sm {
  font-family: var(--font-variables-font-family-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  padding: 7px 47px 7px var(--rem-125-rem);
  border: unset;
  transition: 0.5s ease;
  position: relative;
  border-radius: 100px;
  color: white;
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
@media (max-width: 767px) {
  .secondary-btn-sm {
    padding: var(--rem-093-rem) 55px var(--rem-093-rem) 28px;
  }
}
.secondary-btn-sm::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2025/05/btn-arrow.svg");
  width: 17px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.secondary-btn-sm:hover {
  background: linear-gradient(87deg, #00D6F4 -5.76%, #001871 106%), linear-gradient(148deg, #00D6F4 6.73%, #074F71 78.2%);
  box-shadow: 0px 0px var(--rem-125-rem) 0px #5FE3F6;
}
@media (max-width: 767px) {
  .secondary-btn-sm {
    font-size: 16px;
    line-height: 22px;
  }
}

.text_link_btn {
  font-size: var(--rem-125-rem);
  line-height: var(--rem-187-rem);
  font-weight: 500;
  color: var(--global-colors-black-100);
  position: relative;
  text-decoration: none;
  padding-right: 35px;
}
.text_link_btn::before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2025/06/black-link-Icons.svg);
  width: var(--rem-125-rem);
  height: var(--rem-125-rem);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.internal-links a {
  color: var(--global-colors-june-bud);
  font-weight: 700;
}
.internal-links a:hover {
  color: var(--global-colors-primary-btn-hover);
}

.list-styling ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.list-styling ul li::before {
  content: "–";
  margin-right: 0.5em;
  color: inherit;
}

:root {
  --rem-0-rem: 0rem;
  --rem-062-rem: 0.625rem;
  --rem-093-rem: 0.9375rem;
  --rem-112-rem: 1.12rem; /* 18px */
  --rem-125-rem: 1.25rem; /* 20px */
  --rem-143-rem: 1.43rem; /* 23px */
  --rem-150-rem: 1.50rem;
  --rem-156-rem: 1.56rem; /* 25px */
  --rem-187-rem: 1.87rem;
  --rem-200-rem: 2.00rem; /* 32px */
  --rem-237-rem: 2.37rem; /* 38px */
  --rem-243-rem: 2.43rem; /* 39px */
  --rem-250-rem: 2.50rem; /* 40px */
  --rem-281-rem: 2.81rem; /* 45px */
  --rem-312-rem: 3.12rem; /* 50px */
  --rem-375-rem: 3.75rem; /* 60px */
  --rem-444-rem: 4.44rem; /* 70px */
  --rem-500-rem: 5.00rem; /* 80px */
  --rem-593-rem: 5.9375rem; /* 95px */
  --rem-625-rem: 6.25rem; /* 100px */
  --rem-750-rem: 7.5rem; /* 120px */
  --rem-906-rem: 9.06rem; /* 145px */
}

.section-padding-top {
  padding-top: var(--rem-750-rem);
}
@media (max-width: 767px) {
  .section-padding-top {
    padding-top: var(--rem-593-rem);
  }
}

.section-padding-bottom {
  padding-bottom: var(--rem-750-rem);
}
@media (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: var(--rem-593-rem);
  }
}

.spacing-primatives-x {
  margin-bottom: var(--rem-0-rem);
}

.spacing-primatives-xxxs {
  margin-bottom: var(--rem-062-rem);
}

.spacing-primatives-xxs {
  margin-bottom: var(--rem-112-rem);
}

.spacing-primatives-xs {
  margin-bottom: var(--rem-125-rem);
}

.spacing-primatives-xsm {
  margin-bottom: var(--rem-143-rem); /* 23px */
}
@media (max-width: 767px) {
  .spacing-primatives-xsm {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-sm {
  margin-bottom: var(--rem-156-rem);
}

.spacing-primatives-md, .greenhouse-field__title {
  margin-bottom: var(--rem-187-rem);
}

.spacing-primatives-lg {
  margin-bottom: var(--rem-237-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-lg {
    margin-bottom: var(--rem-200-rem);
  }
}

.spacing-primatives-xl {
  margin-bottom: var(--rem-250-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xl {
    margin-bottom: var(--rem-125-rem);
  }
}

.spacing-primatives-xxl {
  margin-bottom: var(--rem-281-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-xxl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-3xl {
  margin-bottom: var(--rem-312-rem);
}

.spacing-primatives-4xl {
  margin-bottom: var(--rem-375-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-4xl {
    margin-bottom: var(--rem-187-rem);
  }
}

.spacing-primatives-5xl {
  margin-bottom: var(--rem-500-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-5xl {
    margin-bottom: var(--rem-250-rem);
  }
}

.spacing-primatives-6xl {
  margin-bottom: var(--rem-625-rem);
}
@media (max-width: 767px) {
  .spacing-primatives-6xl {
    margin-bottom: var(--rem-375-rem);
  }
}

.light-blue-to-white-top-gradient {
  background: linear-gradient(180deg, var(--global-colors-bg-submenu-light-blue) 0%, var(--global-colors-text-white) 100%);
}

.light-blue-to-white-left-gradient {
  background: linear-gradient(92deg, var(--global-colors-text-white) 26.1%, var(--global-colors-blue-ice) 54.32%);
}

.white-light-gray-gradient {
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}

.oxy-supreme-greenhouse-jobs {
  width: 100%;
}

.supreme-greenhouse-jobs__title {
  font-weight: var(--font-weight-bold);
}
.supreme-greenhouse-jobs__notice, .supreme-greenhouse-jobs__error {
  margin-bottom: var(--spacing-xl);
}
.supreme-greenhouse-jobs__notice p, .supreme-greenhouse-jobs__notice .supreme-greenhouse-jobs__title, .supreme-greenhouse-jobs__notice .supreme-greenhouse-jobs__location, .supreme-greenhouse-jobs__notice .greenhouse-field__location, .supreme-greenhouse-jobs__error p, .supreme-greenhouse-jobs__error .supreme-greenhouse-jobs__title, .supreme-greenhouse-jobs__error .supreme-greenhouse-jobs__location, .supreme-greenhouse-jobs__error .greenhouse-field__location {
  margin: 0;
}
.supreme-greenhouse-jobs__notice a, .supreme-greenhouse-jobs__error a {
  color: inherit;
  text-decoration: underline;
}
.supreme-greenhouse-jobs__notice a:hover, .supreme-greenhouse-jobs__error a:hover {
  text-decoration: none;
}
.supreme-greenhouse-jobs__notice {
  background-color: var(--Grey);
  border: 1px solid var(--Border);
  color: var(--text-muted);
}
.supreme-greenhouse-jobs__error {
  border: 1px solid var(--Red);
  color: var(--Red);
}

.greenhouse-jobs__filters {
  display: flex;
  gap: var(--spacing-md);
}
@media (max-width: 992px) {
  .greenhouse-jobs__filters {
    flex-wrap: wrap;
  }
}

.greenhouse-filter {
  flex: 0 1 300px;
}
.greenhouse-filter label {
  display: block;
  margin-bottom: var(--spacing-xs);
  font-weight: 600;
  color: var(--Text-1);
  font-size: var(--f-size-sm);
}
.greenhouse-filter input,
.greenhouse-filter select {
  width: 100%;
  padding: var(--spacing-sm);
  border: 1px solid var(--Border);
  border-radius: var(--border-radius-border-radius-0);
  font-size: var(--f-size-md);
  background-color: var(--White);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.greenhouse-filter input:focus,
.greenhouse-filter select:focus {
  outline: none;
  border-color: var(--Blue);
  box-shadow: 0 0 0 2px var(--Blue-Light);
}

.greenhouse-department {
  margin-bottom: var(--spacing-3xl);
}
.greenhouse-department:last-child {
  margin-bottom: 0;
}
.greenhouse-department__title {
  padding-bottom: var(--spacing-sm);
  color: var(--Blue);
  font-weight: 700;
  font-size: var(--f-size-xl);
}

.greenhouse-job {
  margin-bottom: var(--spacing-md);
  border-radius: 20px;
  background: var(--White);
  box-shadow: 0px 4px 20px 0px rgba(0, 51, 73, 0.1);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.greenhouse-job:hover, .greenhouse-job[open] {
  box-shadow: 0px 15px 20px 0px rgba(0, 51, 73, 0.15);
  transition: all 0.3s ease-in-out;
}
.greenhouse-job--direct {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.greenhouse-job--direct:hover {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.greenhouse-job--direct:visited {
  color: inherit;
}
.greenhouse-job--direct .greenhouse-job__header {
  cursor: pointer;
}
.greenhouse-job__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--rem-125-rem);
  cursor: pointer;
  list-style: none;
}
.greenhouse-job__header::-webkit-details-marker {
  display: none;
}
.greenhouse-job__header::marker {
  display: none;
}
@media (max-width: 767px) {
  .greenhouse-job__header {
    padding: var(--spacing-md);
  }
}
.greenhouse-job__title-section {
  flex: 1;
}
.greenhouse-job__title {
  margin: 0 0 var(--spacing-xxxs) 0;
  font-size: var(--f-size-lg);
  font-weight: 700;
  color: var(--Heading-Heading-Color-1);
  line-height: 1.3;
}
@media (max-width: 767px) {
  .greenhouse-job__title {
    font-size: var(--f-size-md);
  }
}
.greenhouse-job__location {
  color: var(--text-muted);
  font-size: var(--f-size-sm);
}
.greenhouse-job__indicator {
  margin-left: var(--spacing-md);
  display: flex;
  padding: var(--spacing-xs) var(--spacing-xl) 11px var(--spacing-xl);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  border-radius: 100px;
}
.greenhouse-job__indicator-text {
  display: none;
  line-height: var(--rem-187-rem);
}
.greenhouse-job:hover:not([open]) .greenhouse-job__indicator {
  color: var(--White);
  background: linear-gradient(91deg, #00D6F4 -17.51%, #074F71 70.41%);
}
.greenhouse-job:hover:not([open]) .greenhouse-job__indicator-text {
  display: block;
}
.greenhouse-job__indicator-arrow {
  transition: transform 0.2s ease;
  width: 17px;
  height: 20px;
  fill: var(--text-muted);
}
.greenhouse-job[open] .greenhouse-job__indicator-arrow {
  transform: rotate(90deg);
}
.greenhouse-job__content {
  padding: var(--spacing-lg);
  border-top: 1px solid var(--Border);
}
@media (max-width: 767px) {
  .greenhouse-job__content {
    padding: 0 var(--spacing-md) var(--spacing-md);
  }
}
.greenhouse-job__meta {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 6px;
  font-size: 0.9rem;
}
.greenhouse-job__meta > div {
  margin-bottom: 0.5rem;
}
.greenhouse-job__meta > div:last-child {
  margin-bottom: 0;
}
.greenhouse-job__meta strong {
  color: var(--text-color, #333);
}
.greenhouse-job__description {
  margin-bottom: 2rem;
  line-height: 1.6;
  color: var(--text-color, #333);
}
.greenhouse-job__description h1,
.greenhouse-job__description h2,
.greenhouse-job__description h3,
.greenhouse-job__description h4,
.greenhouse-job__description h5,
.greenhouse-job__description h6 {
  margin: 1.5rem 0 1rem 0;
  color: var(--heading-color, #1a1a1a);
}
.greenhouse-job__description h1:first-child,
.greenhouse-job__description h2:first-child,
.greenhouse-job__description h3:first-child,
.greenhouse-job__description h4:first-child,
.greenhouse-job__description h5:first-child,
.greenhouse-job__description h6:first-child {
  margin-top: 0;
}
.greenhouse-job__description p, .greenhouse-job__description .supreme-greenhouse-jobs__title, .greenhouse-job__description .supreme-greenhouse-jobs__location, .greenhouse-job__description .greenhouse-field__location {
  margin-bottom: 1rem;
}
.greenhouse-job__description p:last-child, .greenhouse-job__description .supreme-greenhouse-jobs__title:last-child, .greenhouse-job__description .supreme-greenhouse-jobs__location:last-child, .greenhouse-job__description .greenhouse-field__location:last-child {
  margin-bottom: 0;
}
.greenhouse-job__description ul,
.greenhouse-job__description ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.greenhouse-job__description ul li,
.greenhouse-job__description ol li {
  margin-bottom: 0.5rem;
}
.greenhouse-job__description strong,
.greenhouse-job__description b {
  font-weight: 600;
}
.greenhouse-job__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .greenhouse-job__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .greenhouse-job__apply-btn {
    text-align: center;
  }
}
.greenhouse-job__iframe-container {
  margin-top: var(--spacing-lg);
  border: 1px solid var(--Border);
  border-radius: var(--border-radius-border-radius-mid);
  overflow: hidden;
}
.greenhouse-job__iframe {
  width: 100%;
  border: none;
  display: block;
}
.greenhouse-job__custom-form {
  margin-top: var(--spacing-lg);
  width: 100%;
}

.greenhouse-application-form {
  padding: var(--spacing-lg);
}
.greenhouse-application-form__title {
  margin: 0 0 var(--spacing-lg) 0;
  color: var(--Heading-Heading-Color-1);
}
@media (max-width: 767px) {
  .greenhouse-application-form {
    padding: var(--spacing-md);
  }
}
.greenhouse-application-form__field-group {
  margin-bottom: var(--spacing-xl);
}
.greenhouse-application-form__field-group-label {
  display: block;
  margin: 0 0 var(--spacing-md) 0;
  font-weight: 700;
  font-size: var(--f-size-lg);
  color: var(--Heading-Heading-Color-1);
}
.greenhouse-application-form__field-description {
  font-size: var(--f-size-sm);
  color: var(--text-muted);
  margin: 0 0 var(--spacing-lg) 0;
  line-height: 1.4;
}
.greenhouse-application-form__field {
  margin-bottom: var(--spacing-md);
  box-sizing: border-box;
}
.greenhouse-application-form__field:last-child {
  margin-bottom: 0;
}
.greenhouse-application-form__field label {
  display: block;
  margin-bottom: var(--spacing-xs);
  font-weight: 600;
  color: var(--Text-1);
}
.greenhouse-application-form__field input,
.greenhouse-application-form__field textarea,
.greenhouse-application-form__field select {
  width: 100%;
  padding: var(--spacing-sm);
  border: 1px solid var(--Border);
  background: white;
}
.greenhouse-application-form__field input:focus,
.greenhouse-application-form__field textarea:focus,
.greenhouse-application-form__field select:focus {
  outline: none;
  border-color: var(--Blue);
  box-shadow: 0 0 0 2px var(--Blue-Light);
}
.greenhouse-application-form__field input:required,
.greenhouse-application-form__field textarea:required,
.greenhouse-application-form__field select:required {
  box-shadow: none;
}
.greenhouse-application-form__field input.danger,
.greenhouse-application-form__field textarea.danger,
.greenhouse-application-form__field select.danger {
  border-color: var(--Red);
}
.greenhouse-application-form__field.has-error label {
  color: var(--Red);
}
.greenhouse-application-form__field textarea {
  resize: vertical;
  min-height: 120px;
}
.greenhouse-application-form__field input[type=file] {
  padding: 0.5rem;
}
.greenhouse-application-form__field input[type=hidden] {
  display: none;
}
.greenhouse-application-form__field select[multiple] {
  min-height: 120px;
}
.greenhouse-application-form__field:has(.greenhouse-application-form__field__checkbox-label:only-child) .greenhouse-application-form__checkbox-label {
  margin-bottom: 0;
}
.greenhouse-application-form__field__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.greenhouse-application-form__field__checkbox-label, .greenhouse-application-form__field__radio-label {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--spacing-xs);
  font-weight: normal;
  cursor: pointer;
}
.greenhouse-application-form__field__checkbox-label input[type=checkbox],
.greenhouse-application-form__field__checkbox-label input[type=radio], .greenhouse-application-form__field__radio-label input[type=checkbox],
.greenhouse-application-form__field__radio-label input[type=radio] {
  width: auto;
  margin-right: var(--spacing-xs);
  margin-top: var(--spacing-xxxs);
  flex-shrink: 0;
}
.greenhouse-application-form__field__checkbox-label:last-child, .greenhouse-application-form__field__radio-label:last-child {
  margin-bottom: 0;
}
.greenhouse-application-form__field__actions {
  margin-top: var(--spacing-xl);
  padding-top: var(--spacing-lg);
  border-top: 1px solid var(--Border);
}
.greenhouse-application-form__field__messages {
  margin-bottom: var(--spacing-md);
}
.greenhouse-application-form__field__messages:empty {
  margin-bottom: 0;
}
.greenhouse-application-form__submit-btn {
  background-color: var(--Blue);
  cursor: pointer;
}
.greenhouse-application-form__submit-btn:hover:not(:disabled) {
  background-color: var(--Dark-Blue);
  transform: translateY(-1px);
}
.greenhouse-application-form__submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.greenhouse-application-form__block {
  margin-bottom: var(--spacing-xl);
}

.single-job__header-content {
  z-index: 2;
}

.greenhouse-application-form__loading,
.greenhouse-application-form__error,
.greenhouse-application-form__success {
  padding: var(--spacing-md);
  border-radius: var(--border-radius-border-radius-0);
  margin: var(--spacing-md) 0;
}

.greenhouse-application-form__loading {
  background-color: var(--Grey);
  color: var(--text-muted);
}

.greenhouse-application-form__error {
  background-color: var(--Light-Blue);
  color: var(--Red);
  border: 1px solid var(--Red);
}

.greenhouse-application-form__success {
  background-color: var(--Light-Blue);
  color: var(--Blue);
  border: 1px solid var(--Blue);
}

.greenhouse-field__location {
  color: var(--White);
}

.greenhouse-file-field {
  margin-bottom: var(--spacing-md);
}
.greenhouse-file-field__options {
  display: flex;
  gap: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.greenhouse-file-field__btn {
  padding: 12px 24px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  background: white;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  flex: 1;
}
.greenhouse-file-field__btn:hover {
  background: #f5f5f5;
  border-color: #999;
}
.greenhouse-file-field__btn:focus {
  outline: none;
  border-color: var(--Blue);
  box-shadow: 0 0 0 2px var(--Blue-Light);
}
.greenhouse-file-field__btn--attach {
  color: var(--Blue);
}
.greenhouse-file-field__btn--attach:hover {
  background: var(--Blue-Light);
  border-color: var(--Blue);
}
.greenhouse-file-field__btn--manual {
  color: var(--Text-1);
}
.greenhouse-file-field__btn--save {
  background: var(--Blue);
  color: white;
  border-color: var(--Blue);
}
.greenhouse-file-field__btn--save:hover {
  background: var(--Dark-Blue);
  border-color: var(--Dark-Blue);
}
.greenhouse-file-field__btn--cancel {
  background: white;
  color: var(--text-muted);
}
.greenhouse-file-field__btn--cancel:hover {
  background: #f5f5f5;
}
.greenhouse-file-field__display {
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: var(--spacing-xs);
}
.greenhouse-file-field__file-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.greenhouse-file-field__file-icon {
  font-size: 16px;
  color: var(--Blue);
}
.greenhouse-file-field__file-name {
  flex: 1;
  font-size: 14px;
  color: var(--Text-1);
  font-weight: 500;
}
.greenhouse-file-field__remove-btn {
  background: none;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s ease;
}
.greenhouse-file-field__remove-btn:hover {
  color: var(--Red);
}
.greenhouse-file-field__remove-btn:focus {
  outline: none;
  color: var(--Red);
}
.greenhouse-file-field__manual textarea {
  width: 100%;
  padding: var(--spacing-sm);
  border: 1px solid var(--Border);
  border-radius: var(--border-radius-border-radius-0);
  font-size: var(--f-size-md);
  font-family: inherit;
  background-color: var(--White);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: vertical;
  min-height: 120px;
}
.greenhouse-file-field__manual textarea:focus {
  outline: none;
  border-color: var(--Blue);
  box-shadow: 0 0 0 2px var(--Blue-Light);
}
.greenhouse-file-field__manual-actions {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-sm);
  justify-content: flex-end;
}
.greenhouse-file-field__help {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 4px;
}

.single-job__description-wrapper {
  width: 1324px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .single-job__description-wrapper {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */