/*!
Theme Name: HUB 46.6
Theme URI: https://www.ergopix.com/
Author: Ergopix
Author URI: https://www.ergopix.com/
Description: 
Version: 1.0.0
*/

:root {
  /* Colors */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-yellow-400: #fdf06f;
  --color-light-beige: #f7ece2;
  --color-violet-500: #725587;
  --color-sage: #959989;
  --color-palesage: #a7bcb5;
  --color-platinum: #e8e1dc;
  --color-green: #41ad49;
  --color-peach: #f47c4d;
  --color-light-pink: #f49ec4;

  /* Font Families */
  --ff-kobe: "Kobe", sans-serif;
  --ff-ppfragment: "PPfragment", sans-serif;
  --ff-barlow: "barlow", sans-serif;

  --fs-display: 78px;
  --fs-h1: 55px;
  --fs-h2: 50px;
  --fs-h3: 44px;
  --fs-h4: 30px;
  --fs-h5: 25px;
  --fs-h6: 18px;
  --fs-body-lg: 20px;
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-micro: 12px;
  --fs-navbar: 30px;
  --fs-text-lg: 26px;
  --fs-caption: 24px;
  --fs-subtitle: 22px;
  --fs-cta: 36px;
  --fs-title-big: 38px;

  --site-max: 1680px;
  --site-padding: 50px;
  --site-bg-color: rgb(232 225 220 / 60%);

  --bs-navbar-color: var(--color-black);

  --body-text-line-height: 1.2;
}

html {
  scroll-padding-top: calc(var(--site-padding) * 2);
}

body {
  font-family: var(--ff-barlow);
  font-size: var(--fs-body);
  color: var(--color-black);
  line-height: var(--body-text-line-height);
  background: var(--site-bg-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-kobe);
  font-weight: 700;
}

h1,
.h1 {
  font-size: var(--fs-h1);
}

h2,
.h2 {
  font-size: var(--fs-h2);
}

h3,
.h3 {
  font-size: var(--fs-h3);
}

h4,
.h4 {
  font-size: var(--fs-h4);
}

h5,
.h5 {
  font-size: var(--fs-h5);
}

h6,
.h6 {
  font-size: var(--fs-h6);
}

b,
strong {
  font-weight: 600;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

.fs-text-big {
  font-size: var(--fs-h4) !important;
}

.fs-display {
  font-size: var(--fs-display);
  font-family: var(--ff-kobe);
}

.fs-title-big {
  font-size: var(--fs-title-big) !important;
  line-height: 0.95;
}

.lead {
  font-size: var(--fs-body-lg);
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  --bs-btn-line-height: var(--body-text-line-height);
}

.bg-platinum {
  background-color: var(--color-platinum);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-yellow {
  background-color: var(--color-yellow-400);
}

.bg-yellow {
  background-color: var(--color-yellow-400);
}

.bg-palesage {
  background-color: var(--color-palesage);
}

.bg-peach {
  background-color: var(--color-peach);
}

.bg-light-pink {
  background-color: var(--color-light-pink);
}

.bg-sage {
  background-color: var(--color-sage);
}

.bg-violet {
  background-color: var(--color-violet-500);
}

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

.spacer {
  padding-top: calc(var(--site-padding) * 1.5);
}

.pb-big {
  padding-bottom: calc(var(--site-padding) * 6) !important;
}

.container-fluid:not(.g-0),
.row:not(.g-0) {
  --bs-gutter-x: calc(var(--site-padding) * 1);
}

.site-wrapper {
  max-width: var(--site-max);
  margin: 0 auto;
  background: var(--color-white);
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* right: calc(50% - var(--site-max) / 2 + 20px); */
  display: none;
  background: var(--color-black) url(images/chevron_up.svg) no-repeat center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
  z-index: 9999;
  width: 40px;
  height: 40px;
}

header {
  padding-top: var(--site-padding);
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  position: relative;
}

header .navbar-brand img {
  max-width: 750px;
}

header .navbar-brand-icon img {
  width: 140px;
}

.navbar {
  font-size: var(--fs-navbar);
  --bs-navbar-color: var(--color-black);
  padding-top: calc(var(--site-padding) * 0.5);
  padding-bottom: calc(var(--site-padding) * 0.75);
}

.navbar .custom-language-switcher {
  margin-left: auto;
  padding-right: 20px;
}

.navbar .custom-language-switcher span {
  font-weight: 600;
}

.navbar-nav {
  gap: var(--site-padding);
}

.navbar .menu-item {
  transition: all 0.3s ease;
}

.navbar .menu-item .a {
  line-height: 1;
}

.navbar .menu-item.current-menu-item {
  font-weight: 600;
}

/*================================================================== 
Marquee Styles
==================================================================*/
/* The main container that crops the content */
.marquee-container {
  width: 100%;
  overflow: hidden;
  /* CRITICAL: This hides the content that scrolls out of view */
  position: relative;
  aspect-ratio: 127 / 38;
}

/* The wrapper that holds all items and scrolls */
.marquee-content {
  display: flex;
  /* Lays out items in a single row */
  width: max-content;
  /* Ensures the container is wide enough for all items */
  gap: 5px;
  /* Space between items */

  /* The Animation! */
  animation: marquee-scroll 25s linear infinite;
  animation-delay: 1s;
  height: 100%;
}

/* Pause the animation on hover for better user experience */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/* The animation keyframes */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    /* This moves the content to the left by half its total width, */
    /* creating a perfect loop with the duplicated content. */
    transform: translateX(-50%);
  }
}

/* Styling for the individual items and images */
.marquee-item {
  flex-shrink: 0;
  /* Prevents items from shrinking */
  position: relative;
}

.marquee-item img:not(.logo-icon) {
  width: auto;
  display: block;
}

.marquee-item img.logo-icon {
  height: 110px;
  width: auto;
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  z-index: 10;
}

.marquee-item img.logo-icon.right-positioned {
  right: 1.5rem;
  left: auto;
}

/* --- ADD THESE NEW RULES FOR THE STATIC LAYOUT --- */

/* --- CSS For Static Layout (Full Screen Width) --- */

/* 1. The content wrapper settings */
.marquee-container.static .marquee-content {
  animation: none;
  /* Turn off the animation */
  display: flex;
  /* Use flexbox to align items */
  width: 100%;
  /* Ensure the wrapper uses the full screen width */
}

/* 2. The item settings */
.marquee-container.static .marquee-item {
  /* Allow items to grow and shrink to fill the space */
  flex: 1 1 auto;

  /* A key fix to prevent images from overflowing their container */
  min-width: 0;
}

/* 3. The image settings */
.marquee-container.static .marquee-item img:not(.logo-icon) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/*================================================================== 
End Marquee Styles
==================================================================*/

.section-callout {
  padding: var(--site-padding) var(--site-padding);
}

.section-callout h4 {
  font-family: var(--ff-kobe);
}

.section-callout .text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: var(--fs-h4);
}

.section-cta {
  font-size: var(--fs-cta);
  background: var(--color-violet-500);
  color: var(--color-white);
  padding: calc(var(--site-padding) * 2) 0;
  position: relative;
  line-height: 0.95;
}

.section-cta .section-inner {
  max-width: 1310px;
  margin: 0 auto;
}

.section-cta .text {
  text-align: center;
  max-width: 878px;
  text-wrap: balance;
  text-wrap: pretty;
  position: relative;
}

.section-cta .text p:last-child {
  margin-bottom: 0;
}

.section-cta .btn {
  --bs-btn-font-size: calc(var(--fs-cta) * 1);
  --bs-btn-bg: var(--color-white);
  --bs-btn-hover-bg: var(--color-white);
  --bs-btn-color: var(--color-violet-500);
  --bs-btn-hover-color: var(--color-violet-500);
  --bs-btn-padding-y: 1.25rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-border-radius: 15px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 444px;
  color: var(--color-violet-500);
  font-family: var(--ff-kobe);
  text-wrap: balance;
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  line-height: 0.95;
}

.section-cta .white-label {
  font-size: var(--fs-h5);
  position: absolute;
  left: 50%;
  bottom: 120%;
  background: var(--color-palesage);
  max-width: 1000px;
  padding: calc(var(--site-padding) * 0.75) var(--site-padding)
    var(--site-padding);
  border-radius: 12px;
  transform: translateX(-50%) translateY(-20%);
  color: var(--color-black);
  width: 80%;
}

.section-services {
  padding: calc(var(--site-padding) * 1.5) var(--site-padding);
}

.section-services .service-item {
  max-width: 483px;
  text-wrap: balance;
}

.section-services .service-item h5 {
  text-wrap: auto;
}

.section-services .service-icon {
  width: 100%;
  max-width: 187px;
  display: block;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.25s linear;
}

.section-services .service-icon.service-icon-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.section-services .service-item:hover .service-icon.service-icon-hover {
  opacity: 1;
}

.section-services .service-item:hover .service-icon:not(.service-icon-hover) {
  opacity: 0;
}

.section-services .service-item h3 {
  font-weight: 600;
}

.section-services .service-item p {
  font-size: var(--fs-subtitle);
}

.section-services .service-item p:last-child {
  margin-bottom: 0;
}

.section-synergy {
  padding-top: calc(var(--site-padding) * 2.5);
  padding-bottom: calc(
    var(--fs-h4) * var(--body-text-line-height) * 3 + var(--fs-h4) * 2 +
      var(--site-padding) * 1
  );
}

.section-synergy .wrapper {
  max-width: 918px;
}

.section-synergy .title-box {
  font-size: var(--fs-h2);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
  background: var(--color-sage);
  color: var(--color-white);
  padding: calc(var(--site-padding) * 0.5) var(--site-padding);
  max-width: 1244px;
  margin: 0 auto 2em;
  text-transform: uppercase;
}

.section-synergy .diagram-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.section-synergy h2:not(.title-box) {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}

.section-synergy h2:not(.title-box) span {
  display: inline-block;
  background: var(--color-white);
  flex-shrink: 0;
}

.section-synergy h2:not(.title-box) img {
  transform: translateY(-20%);
  max-width: 570px;
}

.section-synergy h2:not(.title-box)::before,
.section-synergy h2:not(.title-box)::after {
  content: "";
  position: static;
  height: 2px;
  background-color: var(--color-black);
  width: 100%;
}

.section-synergy .subtitle {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: var(--color-sage);
  text-align: center;
  font-weight: 700;
  font-size: var(--fs-subtitle);
  display: inline-block;
  background: var(--color-white);
}

.section-synergy .diagram-items-wrapper {
  position: relative;
}

.section-synergy .diagram-items-wrapper:first-child {
  margin-left: -90px;
}

.section-synergy .diagram-items-wrapper:last-child {
  margin-right: -90px;
}

.section-synergy .diagram-items-group {
  gap: var(--site-padding);
}

.section-synergy .diagram-item {
  text-align: center;
  width: 180px;
}

.synergy-box {
  border: 2px solid var(--color-black);
  padding: 24px 16px;
  position: relative;
  background-color: var(--color-white);
  width: 100%;
  font-family: var(--ff-kobe);
  font-size: 78px;
}

.synergy-box .title {
  line-height: 1;
}

.synergy-box .number {
  border-top: 2px solid var(--color-black);
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  line-height: 1;
}

.synergy-box .icon {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(-20%);
  width: 100px;
  height: 100px;
}

.synergy-box .icon img {
  display: block;
}

.synergy-box .icon.left-positioned {
  left: auto;
  right: 100%;
  transform: translateY(-50%) translateX(20%);
}

.diagram-items-wrapper .description-text {
  text-transform: uppercase;
  font-size: var(--fs-text-lg);
  text-align: center;
  width: max-content;
  max-width: 378px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  padding: 1em 0;
}

.synergy-box .arrow {
  position: absolute;
  height: 77px;
  width: 2px;
  background: var(--color-black);
  top: -133px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.synergy-box .arrow::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 12px solid var(--color-black);
  transform: translateX(-4px);
}

.section-labs-comparison {
  padding: calc(var(--site-padding) * 1.5) 0;
}

.section-labs-comparison .row > [class*="col-"] {
  padding-top: var(--site-padding);
  position: relative;
}

.section-labs-comparison .labs-logo {
  padding-top: calc(var(--fs-h3) * var(--body-text-line-height) * 2);
  position: relative;
}

.section-labs-comparison .vertical-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 4px;
  bottom: 0;
  background: var(--color-white);
  top: 0;
}

.section-labs-comparison .labs-logo img {
  width: 85%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  animation: spin 60s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-labs-comparison .lab-logo {
  padding-top: var(--site-padding);
  margin-top: auto;
}

.section-labs-comparison .lab-logo img {
  width: 65px;
}

.section-labs-comparison .lab-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-labs-comparison .lab-box .lab-title {
  text-transform: uppercase;
}

.section-labs-comparison .lab-box .lab-title span {
  visibility: hidden;
}

.section-labs-comparison .lab-features {
  font-size: var(--fs-h5);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-wrap: balance;
}

.section-expertise {
  padding: calc(var(--site-padding) * 1.5) var(--site-padding);
  font-size: var(--fs-subtitle);
  line-height: 1.25;
}

.section-expertise img {
  width: 140px;
  display: inline-block;
}

.section-text {
  font-size: var(--fs-h3);
  padding: calc(var(--site-padding) * 1.5) var(--site-padding);
}

.section-text.bg-green,
.section-text.bg-violet,
.section-text.bg-sage {
  color: var(--color-white);
}

.section-text .subtitle {
  font-weight: normal;
  margin-bottom: 0;
  text-transform: none;
}

.section-text .text {
  max-width: 1500px;
  margin: 0 auto;
  text-wrap: balance;
  font-size: var(--fs-text-lg);
}

.section-text.fs-text-big .text {
  font-size: var(--fs-h4);
}

.section-text .text h3 {
  margin-bottom: 0.5em;
}

.section-text .text p:last-child,
.section-text .text h3:last-child {
  margin-bottom: 0;
}

.section-text .text p {
  margin-bottom: 1em;
}

.section-columns {
  font-size: var(--fs-h5);
  padding-top: calc(var(--site-padding) * 1.5);
  padding-bottom: calc(var(--site-padding) * 1.5);
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.section-columns h5 {
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

.sticker-box {
  border-radius: 50%;
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  overflow: hidden;
}

.has-sticker-transform .sticker-box {
  transform: translateX(70%);
}

.sticker-box .circle {
  width: 100%;
}

.sticker-box .content {
  text-align: center;
  font-size: var(--fs-h4);
  font-weight: 700;
  padding: 0 1rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  font-family: var(--ff-kobe);
  text-wrap: balance;
}

.sticker-box .content img {
  height: 90px;
  width: auto;
  margin-bottom: 1rem;
}

.sticker-box .content span {
  display: block;
  width: fit-content;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  font-size: var(--fs-h5);
  text-transform: uppercase;
  height: 100%;
}

.grid-item .icon {
  height: 150px;
  width: auto;
  margin-bottom: 1.5rem;
}

.grid-item h4 {
  margin-bottom: 1rem;
}

.grid-item .text {
  max-width: 600px;
  font-size: var(--fs-subtitle);
}

.grid-item h4::after {
  content: "";
  display: block;
  width: 15px;
  border-top: 4px solid var(--color-black);
  margin: 0.7rem auto;
}

.section-form {
  padding: calc(var(--site-padding) * 2) var(--site-padding) var(--site-padding);
  font-size: var(--fs-h5);
}

.section-form .section-inner {
  max-width: 1200px;
}

.section-form input[type="text"],
.section-form input[type="email"],
.section-form textarea,
.section-contact input[type="text"],
.section-contact input[type="email"],
.section-contact textarea {
  border: none;
  background: var(--color-white);
  border-radius: 0;
  width: 100%;
  padding: 2px 5px;
  outline: none;
}

.section-form .form-field,
.section-contact .form-field {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}

.section-form .form-field:last-child,
.section-contact .form-field:last-child {
  margin-bottom: 0;
}

.section-form .form-wrapper,
.section-contact .form-wrapper {
  background: var(--color-platinum);
  padding: 1em;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.section-form .form-field label,
.section-contact .form-field label {
  width: 240px;
  flex-shrink: 0;
}

.section-form [type="submit"],
.section-contact [type="submit"] {
  display: inline-block;
  padding: 0 0.5em 0.25em;
  font-weight: 500;
  background: transparent;
  border: 2px solid var(--color-black);
  margin-top: calc(1em - 0.5rem);
}

.section-blurb-list {
  padding: calc(var(--site-padding) * 1.5) var(--site-padding);
  font-size: var(--fs-h5);
}

.section-blurb-list .list {
  display: flex;
  flex-direction: column;
  gap: var(--site-padding);
  max-width: 800px;
}

.section-blurb-list .list .item h5 {
  font-size: calc(var(--fs-h5) + 1px);
}

.section-blurb-list .list .item-icon {
  display: block;
  margin-bottom: 0.5em;
  width: 80px;
}

.section-contact {
  padding: calc(var(--site-padding) * 1.5) var(--site-padding);
  font-size: var(--fs-h5);
}

.section-contact p {
  max-width: 960px;
}

.site-footer {
  background: var(--color-platinum);
  padding: calc(var(--site-padding) * 1.5) var(--site-padding)
    var(--site-padding);
}

.site-footer .footer-logo img {
  max-width: 510px;
  display: inline-block;
}

.site-footer .tagline {
  white-space: nowrap;
  font-size: calc(var(--fs-navbar) * 0.9);
  font-family: var(--ff-kobe);
  display: inline-block;
}

.site-footer .footer-nav,
.site-footer .newsletter-form {
  font-family: var(--ff-kobe);
}

.site-footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-nav ul a,
.site-footer .newsletter-form {
  font-size: var(--fs-h5);
}

.site-footer .s {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-bottom: 1em;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: var(--color-black) !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em;
  font-size: 1rem;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  display: block;
  margin: 0.25em 0;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 form .wpcf7-spinner {
  position: absolute;
  display: none;
}

.wpcf7 form.submitting {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 1599.98px) {
  :root {
    --fs-display: 58px;
    --fs-h1: 45px;
    --fs-h2: 40px;
    --fs-h3: 34px;
    --fs-h4: 28px;
    --fs-h5: 22px;
    --fs-h6: 18px;
    --fs-body-lg: 20px;
    --fs-body: 16px;
    --fs-body-sm: 14px;
    --fs-micro: 12px;
    --fs-navbar: 25px;
    --fs-caption: 21px;
    --fs-subtitle: 20px;
    --fs-cta: 32px;
  }

  header .navbar-brand img {
    max-width: 600px;
  }

  header .navbar-brand-icon img {
    width: 96px;
  }

  .navbar .custom-language-switcher {
    padding-right: 8px;
  }

  .synergy-box .arrow {
    top: -130px;
  }

  .grid-item .icon {
    height: 70px;
  }

  .marquee-item img.logo-icon {
    height: 80px;
  }

  .section-services .service-icon {
    max-width: 150px;
  }

  .section-form .form-field label,
  .section-contact .form-field label {
    width: 130px;
  }

  .site-footer .footer-logo img {
    max-width: 300px;
  }
}

@media screen and (max-width: 1399.98px) {
  :root {
    --site-padding: 30px;
  }
  .section-synergy .wrapper {
    max-width: 800px;
  }
  .sticker-box .content img {
    height: 56px;
  }
}

@media screen and (max-width: 1279.98px) {
  :root {
    --fs-display: 48px;
    --fs-h1: 45px;
    --fs-h2: 40px;
    --fs-h3: 30px;
    --fs-h4: 26px;
    --fs-h5: 22px;
    --fs-h6: 18px;
    --fs-body-lg: 20px;
    --fs-text-lg: 24px;
    --fs-body: 16px;
    --fs-body-sm: 14px;
    --fs-micro: 12px;
    --fs-navbar: 22px;
    --fs-caption: 21px;
    --fs-subtitle: 20px;
    --fs-cta: 28px;
  }

  header .navbar-brand-icon img {
    width: 86px;
  }

  .section-synergy .wrapper {
    max-width: 600px;
  }

  .section-synergy h2:not(.title-box) img {
    max-width: 450px;
  }

  .synergy-box .arrow {
    top: -124px;
  }

  .synergy-box .icon {
    width: 80px;
    height: 80px;
  }

  .section-expertise img {
    width: 100px;
    display: inline-block;
  }
}

@media screen and (max-width: 1199.98px) {
  :root {
    --fs-cta: 24px;
  }
  .navbar-nav {
    gap: calc(var(--site-padding) / 2);
  }
  .section-cta .text {
    max-width: 618px;
  }
  .section-synergy .diagram-items-wrapper:first-child {
    margin-left: -62px;
  }
  .section-synergy .diagram-items-wrapper:last-child {
    margin-right: -62px;
  }
  .section-synergy .diagram-item {
    width: 124px;
  }
  .synergy-box {
    font-size: 46px;
  }
  .sticker-box {
    max-width: 300px;
  }
  .synergy-box .icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 991.98px) {
  :root {
    --fs-display: 40px;
    --fs-h1: 38px;
    --fs-h2: 32px;
    --fs-h3: 28px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --fs-h6: 18px;
    --fs-body-lg: 20px;
    --fs-text-lg: 18px;
    --fs-body: 16px;
    --fs-body-sm: 14px;
    --fs-micro: 12px;
    --fs-navbar: 22px;
    --fs-caption: 18px;
    --fs-subtitle: 16px;
    --fs-cta: 22px;
    --fs-title-big: 26px;
  }

  .container-fluid:not(.g-0),
  .row:not(.g-0) {
    --bs-gutter-x: calc(var(--site-padding) * 0.5);
  }

  header {
    padding-bottom: var(--site-padding);
  }

  header .navbar-brand img {
    max-width: 70%;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-nav {
    padding: var(--site-padding) 0;
    margin-top: var(--site-padding);
  }

  .navbar-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .navbar-toggler-icon {
    background: url(images/more.png) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
  }

  .section-cta .text {
    max-width: 478px;
  }

  .section-synergy .diagram-item {
    width: 120px;
  }

  .section-synergy .diagram-items-wrapper:first-child {
    margin-left: -60px;
  }

  .section-synergy .diagram-items-wrapper:last-child {
    margin-right: -60px;
  }

  .section-synergy .wrapper {
    max-width: 400px;
  }

  .diagram-items-wrapper .description-text{
    max-width: 320px;
  }

  .synergy-box .arrow {
    top: -109px;
  }

  .section-synergy h2:not(.title-box) img {
    max-width: 280px;
  }

  .synergy-box .icon {
    width: 60px;
    height: 60px;
  }

  .marquee-item img.logo-icon {
    height: 58px;
  }

  .grid-item .icon {
    margin-bottom: 1rem;
  }

  .sticker-box {
    max-width: 260px;
  }

  .sticker-box .content {
    font-size: var(--fs-h5);
  }

  .site-footer .footer-logo {
    margin-bottom: 2em;
  }

  .site-footer .newsletter-form {
    margin-top: 2em;
    margin-bottom: 0 !important;
    width: 300px;
  }

  .site-footer .footer-logo img {
    max-width: 60%;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .section-labs-comparison .lab-features {
    max-width: none;
  }
  .section-labs-comparison .labs-logo {
    padding-top: 0;
  }
  .section-labs-comparison .labs-logo img {
    width: 250px;
  }
  .section-labs-comparison .vertical-line {
    display: none;
  }
  .section-blurb-list .list {
    gap: 3rem;
  }
  .section-form .form-wrapper,
  .section-contact .form-wrapper {
    display: block;
  }
  .diagram-items-wrapper .description-text {
    position: relative;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
  .synergy-box .arrow {
    display: none;
  }
  .section-synergy .diagram-items-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-synergy .diagram-item {
    margin: 0 auto;
  }
  .section-synergy {
    padding-bottom: calc(var(--site-padding) * 2.5);
  }
  .section-labs-comparison .lab-box {
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  :root {
    --fs-display: 40px;
    --fs-h1: 32px;
    --fs-h2: 26px;
    --fs-h3: 22px;
    --fs-h4: 20px;
    --fs-h5: 18px;
    --fs-h6: 16px;
    --fs-body-lg: 18px;
    --fs-body: 16px;
    --fs-body-sm: 14px;
    --fs-micro: 12px;
    --fs-navbar: 18px;
    --fs-caption: 18px;
    --fs-subtitle: 16px;
    --fs-cta: 18px;
    --site-padding: 15px;
  }
  .pb-big {
    padding-bottom: calc(var(--site-padding) * 16) !important;
  }
  .section-text,
  .section-callout {
    font-size: var(--fs-h5);
  }
  .section-text,
  .section-services,
  .section-synergy,
  .section-blurb-list,
  .section-expertise {
    padding-top: calc(var(--site-padding) * 3);
    padding-bottom: calc(var(--site-padding) * 3);
  }

  .section-cta {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
  }

  .section-labs-comparison .row > [class*="col-"] {
    padding-top: calc(var(--site-padding) * 2.5);
  }
  .section-synergy .wrapper {
    max-width: 280px;
  }
  .diagram-items-wrapper .description-text {
    max-width: 100%;
  }
  .synergy-box .icon {
    width: 40px;
    height: 40px;
    transform: translateY(-50%) translateX(-60%);
  }
  .synergy-box .icon.left-positioned {
    transform: translateY(-50%) translateX(60%);
  }

  .marquee-container.static .marquee-item:last-child {
    display: none;
  }

  .marquee-container {
    aspect-ratio: 127 / 68;
  }

  .marquee-item img.logo-icon {
    height: 36px;
    bottom: 10px;
    left: 10px;
  }
  .marquee-item img.logo-icon.right-positioned {
    right: 10px;
  }
  .section-form .form-field label,
  .section-contact .form-field label {
    width: 110px;
  }

  .grid-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sticker-box {
    max-width: 220px;
  }

  .site-footer {
    padding-top: calc(var(--site-padding) * 3);
  }
  .site-footer .footer-logo img {
    max-width: 100%;
  }
  .site-footer .tagline {
    font-size: 14px;
  }
  .site-footer .newsletter-form {
    width: 260px;
  }
}
