@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/**
 * Shared Embla Carousel Styles
 * Unified navigation arrows and dots styling for all carousels
 */
.embla {
  position: relative;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  gap: 1.5rem;
}

.embla__navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  padding-top: 16px;
  margin-bottom: 32px;
}
.embla__navigation--hidden {
  display: none;
}

.embla__button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  color: #09090B;
  cursor: pointer;
  transition: all 0.2s;
}
.embla__button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.embla__button svg {
  width: 16px;
  height: 16px;
}
.embla__button--hidden {
  display: none;
}

.embla__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.embla__dots--hidden {
  display: none;
}

.embla__dot {
  width: 8px;
  height: 8px;
  background-color: rgba(24, 24, 27, 0.3019607843);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.embla__dot:hover {
  background-color: #A2A4A3;
}
.embla__dot--selected {
  background-color: #18181B !important;
}

.embla[data-items="1"] .embla__navigation,
.embla[data-items="1"] .embla__dots {
  display: none;
}

@media (min-width: 768px) {
  .embla[data-items="2"] .embla__navigation,
  .embla[data-items="2"] .embla__dots {
    display: none;
  }
}

@media (min-width: 1140px) {
  .embla[data-items="3"] .embla__navigation,
  .embla[data-items="3"] .embla__dots {
    display: none;
  }
}

.hoekstra-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 161px;
  width: fit-content;
  box-sizing: border-box;
  white-space: nowrap;
}
.hoekstra-button__text {
  line-height: 18px;
}
.hoekstra-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hoekstra-button__icon svg {
  width: 16px;
  height: 16px;
}
.hoekstra-button--dark.hoekstra-button--primary {
  background-color: #8EA604;
  color: #101820;
  border-color: #8EA604;
}
.hoekstra-button--dark.hoekstra-button--primary:hover {
  background-color: #809410;
  border-color: #809410;
  text-decoration: underline;
}
.hoekstra-button--dark.hoekstra-button--secondary {
  background-color: transparent;
  color: #8EA604;
  border-color: #8EA604;
}
.hoekstra-button--dark.hoekstra-button--secondary:hover {
  background-color: #809410;
  color: #101820;
  text-decoration: underline;
}
.hoekstra-button--light.hoekstra-button--primary {
  background-color: #1A535C;
  color: #ffffff;
  border-color: #1A535C;
}
.hoekstra-button--light.hoekstra-button--primary:hover {
  background-color: #07272C;
  border-color: #07272C;
  text-decoration: underline;
}
.hoekstra-button--light.hoekstra-button--secondary {
  background-color: transparent;
  color: #1A535C;
  border-color: #1A535C;
}
.hoekstra-button--light.hoekstra-button--secondary:hover {
  background-color: #07272C;
  color: #ffffff;
  text-decoration: underline;
}

.button-group {
  display: inline-flex;
  gap: 16px;
}

.card-component {
  display: flex;
  flex-direction: column;
}
.card-component .card-image {
  width: 100%;
  overflow: hidden;
}
.card-component .card-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.card-component .card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
}
.card-component .card-title {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}
@media (min-width: 768px) {
  .card-component .card-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }
}
.card-component .card-description {
  color: #F5F5F5;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .card-component .card-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-component .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 28px;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .card-component .card-link {
    font-size: 18px;
  }
}
.card-component .card-link:hover {
  opacity: 0.7;
}
.card-component .card-link .card-link-arrow {
  width: 16px;
  height: 16px;
}
.card-component--carousel {
  max-width: 286px;
  border: none;
}
.card-component--carousel .card-image {
  border-radius: 1rem;
}
.card-component--carousel .card-image img {
  height: 286px;
}
.card-component--carousel .card-content {
  padding: 1.5rem 0;
}
.card-component--carousel .card-title {
  color: #18181B;
  text-transform: uppercase;
}
.card-component--carousel .card-description {
  color: #18181B;
}
.card-component--carousel .card-link {
  color: #1A535C;
}
.card-component--grid {
  width: 100%;
  background: #101820;
  border-radius: 12px;
  overflow: hidden;
}
.card-component--grid .card-image img {
  height: 250px;
}
.card-component--grid .card-content {
  padding: 32px;
  gap: 8px;
}
.card-component--grid .card-title {
  color: #ffffff;
}
.card-component--grid .card-description {
  color: #F5F5F5;
}
.card-component--grid .card-link {
  color: #8EA604;
}

/**
 * Testimonial Card Component Styles
 */
.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 12px;
  min-width: 0;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

.testimonial-card__quote {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #61676B;
}

.testimonial-card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.testimonial-card__headshot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-card__author-info {
  display: flex;
  flex-direction: column;
}

.testimonial-card__name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  color: #09090B;
}

.testimonial-card__title-company {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  color: #50585E;
}

section {
  box-sizing: border-box;
  padding: 64px 32px;
}
@media (min-width: 768px) {
  section {
    padding: 96px 32px;
  }
}

ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

h3 {
  font-family: "Roboto", sans-serif;
}

/**
 * Hero Component Styles
 * Supports both Homepage Hero (full background) and Regular Hero (split layout)
 */
.hero-component {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hero-component.bg-navy {
  background-color: #12355B;
}
.hero-component.bg-dark-teal {
  background-color: #1A535C;
}
.hero-component.bg-lime-green {
  background-color: #8EA604;
}
.hero-component.bg-jet-black {
  background-color: #101820;
}
.hero-component.bg-bus-blue {
  background-color: #1864D3;
}
.hero-component.bg-leasing-orange {
  background-color: #ED8B00;
}
.hero-component.bg-company-gray {
  background-color: #61676B;
}
.hero-component.bg-dark-gray {
  background-color: #A2A4A3;
}
.hero-component.bg-light-gray {
  background-color: #DADCDE;
}
.hero-component.bg-lightest-gray {
  background-color: #F5F5F5;
}
.hero-component.bg-graphite {
  background-color: #232323;
}
.hero-component.bg-sunshine {
  background-color: #F0F2A6;
}
.hero-component.bg-sky-blue {
  background-color: #8EE3EF;
}
.hero-component.bg-mint-green {
  background-color: #60D394;
}
.hero-component.bg-white {
  background-color: #ffffff;
}
.hero-component.text-navy {
  color: #12355B;
}
.hero-component.text-dark-teal {
  color: #1A535C;
}
.hero-component.text-lime-green {
  color: #8EA604;
}
.hero-component.text-jet-black {
  color: #101820;
}
.hero-component.text-bus-blue {
  color: #1864D3;
}
.hero-component.text-leasing-orange {
  color: #ED8B00;
}
.hero-component.text-company-gray {
  color: #61676B;
}
.hero-component.text-dark-gray {
  color: #A2A4A3;
}
.hero-component.text-light-gray {
  color: #DADCDE;
}
.hero-component.text-lightest-gray {
  color: #F5F5F5;
}
.hero-component.text-graphite {
  color: #232323;
}
.hero-component.text-sunshine {
  color: #F0F2A6;
}
.hero-component.text-sky-blue {
  color: #8EE3EF;
}
.hero-component.text-mint-green {
  color: #60D394;
}
.hero-component.text-white {
  color: #ffffff;
}
.hero-component {
  /**
   * Homepage Hero - Full viewport with background image
   */
}
.hero-component.hero-type-homepage {
  justify-content: flex-start;
  padding: 2rem 0;
  min-height: 880px;
}
@media (max-width: 768px) {
  .hero-component.hero-type-homepage {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage {
    flex-direction: row;
    padding: 11rem 0;
  }
}
.hero-component.hero-type-homepage .hero-heading {
  max-width: 720px;
}
.hero-component.hero-type-homepage .hero-text-content {
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-text-content {
    padding: 2rem;
    width: auto;
    max-width: none;
  }
}
.hero-component.hero-type-homepage .hero-text {
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hero-component.hero-type-homepage .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-component.hero-type-homepage .hero-content {
    flex-direction: row;
    align-items: center;
    padding: 0 2rem;
    margin-top: 0;
  }
}
.hero-component.hero-type-homepage .hexagon-decoration {
  width: 52.8472222222vw;
  height: 52.8472222222vw;
  max-width: 1280px;
  max-height: 1200px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-component.hero-type-homepage .hexagon-decoration {
    display: none;
  }
}
.hero-component.hero-type-homepage .hexagon-decoration.hex-bottom-right {
  right: -450px;
  bottom: -325px;
}
.hero-component {
  /**
   * Regular Hero - Split layout with text and image side-by-side
   */
}
.hero-component.hero-type-regular {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular {
    justify-content: flex-start;
    padding: 144px 0 96px 0;
  }
}
.hero-component.hero-type-regular .hero-heading {
  max-width: 640px;
}
.hero-component.hero-type-regular .hero-content {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 1280px;
  padding: 2rem;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 4rem;
    margin-top: 0;
  }
}
.hero-component.hero-type-regular .hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-image-wrapper {
    flex: 0 1 480px;
    min-width: 0;
  }
}
.hero-component.hero-type-regular .hero-side-image {
  width: 100%;
  height: 311px;
  object-fit: cover;
  object-position: 25% center;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hero-side-image {
    height: 538px;
  }
}
.hero-component.hero-type-regular .hexagon-decoration {
  width: 761px;
  height: 761px;
  z-index: 1;
}
.hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
  right: -440px;
  bottom: -480px;
}
@media (min-width: 768px) {
  .hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
    right: -550px;
    bottom: -200px;
  }
}
@media (min-width: 920px) {
  .hero-component.hero-type-regular .hexagon-decoration.hex-bottom-right {
    right: -450px;
    bottom: -200px;
  }
}
.hero-component {
  /**
   * Shared Elements
   */
}
.hero-component .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-component .hero-background--video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #12355B;
}
.hero-component .hero-background--video video {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.hero-component .hero-text-content {
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-component .hero-text-content {
    text-align: left;
  }
}
.hero-component .hero-text {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .hero-component .hero-text {
    padding: 0;
  }
}
.hero-component .hero-eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #F5F5F5;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-component .hero-eyebrow {
    font-size: 16px;
    text-align: left;
  }
}
.hero-component .hero-heading {
  color: #ffffff;
  font-size: 52px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-component .hero-heading {
    font-size: 72px;
    line-height: 78px;
    letter-spacing: 1px;
    text-align: left;
    padding: 12px 0 24px 0;
  }
}
.hero-component .hero-description {
  max-width: 580px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 26px;
  color: #F5F5F5;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-component .hero-description {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }
}
.hero-component .hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.hero-component .hero-buttons .hoekstra-button {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-component .hero-buttons {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: auto;
  }
}
.hero-component .hexagon-decoration {
  position: absolute;
  pointer-events: none;
}
.hero-component .hexagon-decoration svg {
  width: 100%;
  height: 100%;
}

/**
 * Navigation Component Styles
 */
.nav-component {
  background: #101820;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}
.nav-component.nav-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-component.nav-landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.nav-component.nav-landing.nav-scrolled {
  background: #101820;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nav-component .nav-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
@media (max-width: 1104px) {
  .nav-component .nav-container {
    padding: 1rem;
  }
}
.nav-component .nav-logo {
  display: flex;
  align-items: center;
}
.nav-component .nav-logo img {
  max-height: 50px;
  width: auto;
}
.nav-component .nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.nav-component .nav-toggle svg {
  width: 16px;
  height: 16px;
  display: block;
}
.nav-component .nav-toggle .hamburger-icon {
  display: block;
}
.nav-component .nav-toggle .close-icon {
  display: none;
}
.nav-component .nav-toggle.active .hamburger-icon {
  display: none;
}
.nav-component .nav-toggle.active .close-icon {
  display: block;
}
@media (max-width: 1104px) {
  .nav-component .nav-toggle {
    display: flex;
  }
}
.nav-component .nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1104px) {
  .nav-component .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    height: calc(100dvh - 100%);
    background: #ffffff;
    flex-direction: column;
    padding: 24px 16px 32px 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .nav-component .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.nav-component .nav-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
  font-size: inherit;
}
@media (max-width: 1104px) {
  .nav-component .nav-list {
    flex-direction: column;
    width: 100%;
    gap: 24px;
    align-items: flex-start;
  }
}
.nav-component .nav-item > a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.nav-component .nav-item > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #8EA604;
}
.nav-component .nav-item.has-dropdown > a {
  cursor: pointer;
}
.nav-component .nav-item.dropdown-open > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #8EA604;
}
@media (max-width: 1104px) {
  .nav-component .nav-item {
    width: 100%;
  }
  .nav-component .nav-item > a {
    display: flex;
    padding: 0;
    border-bottom: none;
    color: #101820;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .nav-component .nav-item.has-dropdown > a {
    justify-content: space-between;
  }
}
.nav-component .dropdown-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-component .dropdown-chevron svg {
  width: 11px;
  height: 7px;
  display: block;
}
.nav-component .dropdown-chevron .chevron-up {
  display: none;
}
.nav-component .dropdown-chevron .chevron-down {
  display: block;
}
@media (min-width: 1105px) {
  .nav-component .dropdown-chevron {
    font-size: 0.75rem;
  }
}
.nav-component .nav-item.dropdown-open .dropdown-chevron .chevron-up {
  display: block;
}
.nav-component .nav-item.dropdown-open .dropdown-chevron .chevron-down {
  display: none;
}
.nav-component .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  display: none;
}
@media (max-width: 1104px) {
  .nav-component .dropdown-container {
    position: static;
    box-shadow: none;
    border-top: none;
    background: transparent;
  }
}
.nav-component .nav-item.dropdown-open .dropdown-container {
  display: block;
}
.nav-component .dropdown-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1104px) {
  .nav-component .dropdown-content {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 1rem;
  }
}
.nav-component .dropdown-links {
  display: flex;
  gap: 2rem;
  flex: 1;
}
@media (max-width: 1104px) {
  .nav-component .dropdown-links {
    flex-direction: column;
    gap: 1rem;
  }
}
.nav-component .dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: nowrap;
}
.nav-component .dropdown-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #8EA604;
}
.nav-component .dropdown-link .external-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: #1A535C;
}
@media (max-width: 1104px) {
  .nav-component .dropdown-link {
    color: #101820;
    padding-left: 16px;
    gap: 8px;
  }
  .nav-component .dropdown-link .external-icon {
    width: 8px;
    height: 8px;
    color: #1A535C;
  }
}
.nav-component .dropdown-question {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #232323;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
}
.nav-component .dropdown-question:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #8EA604;
}
@media (max-width: 1104px) {
  .nav-component .dropdown-question {
    padding-left: 16px;
    white-space: normal;
    color: #101820;
  }
}
.nav-component .mega-menu-groups {
  display: flex;
  gap: 3rem;
  flex: 1;
}
@media (max-width: 1104px) {
  .nav-component .mega-menu-groups {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.nav-component .mega-menu-group {
  flex: 1;
}
.nav-component .mega-menu-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 1rem;
}
.nav-component .mega-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/**
 * Footer Component Styles
 */
.footer-component {
  background-color: #101820;
  color: #ffffff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 761 761' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.035 7.76123C169.339 0.0800206 185.731 0.0800207 199.035 7.76123L331.57 84.2798C344.874 91.9609 353.07 106.157 353.07 121.519V274.558C353.07 289.92 344.874 304.116 331.57 311.797L199.035 388.316C185.939 395.877 169.851 395.995 156.661 388.67L156.035 388.316L23.5 311.797C10.1958 304.116 2.00011 289.92 2 274.558V121.519C2.0001 106.157 10.1958 91.9609 23.5 84.2798L156.035 7.76123Z' stroke='%23DADCDE' stroke-opacity='0.4' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 800px auto;
}
@media (max-width: 768px) {
  .footer-component {
    background-position: left -120px bottom -620px;
  }
}
@media (min-width: 769px) {
  .footer-component {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 280' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.035 7.76123C169.339 0.0800206 185.731 0.0800207 199.035 7.76123L331.57 84.2798C344.874 91.9609 353.07 106.157 353.07 121.519V274.558C353.07 289.92 344.874 304.116 331.57 311.797L199.035 388.316C185.939 395.877 169.851 395.995 156.661 388.67L156.035 388.316L23.5 311.797C10.1958 304.116 2.00011 289.92 2 274.558V121.519C2.0001 106.157 10.1958 91.9609 23.5 84.2798L156.035 7.76123Z' stroke='%23DADCDE' stroke-opacity='0.4' stroke-width='4'/%3E%3C/svg%3E");
    background-position: left -280px top 40px;
    background-size: 1200px auto;
  }
}
@media (min-width: 1349px) {
  .footer-component {
    background-position: left -260px top 40px;
  }
}
@media (min-width: 1378px) {
  .footer-component {
    background-position: left -240px top 40px;
  }
}
@media (min-width: 1450px) {
  .footer-component {
    background-position: left -210px top 40px;
  }
}
@media (min-width: 1770px) {
  .footer-component {
    background-position: left -70px top 40px;
  }
}
.footer-component p, .footer-component h3 {
  margin: 0;
}
.footer-component a {
  color: #F5F5F5;
  text-decoration: none;
}
.footer-component .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-component .footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #8EA604;
}
@media (max-width: 768px) {
  .footer-component .footer-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-component .footer-company-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer-component .footer-company-info {
    color: #F5F5F5;
  }
}
@media (max-width: 768px) {
  .footer-component .footer-company-info a {
    color: #F5F5F5;
  }
}
.footer-component .footer-company-info .footer-logo img {
  max-height: 60px;
  width: auto;
  display: block;
}
.footer-component .footer-social a {
  display: inline-block;
  color: #ffffff;
  margin-right: 0.5rem;
}
.footer-component .footer-social a img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.footer-component .footer-social a:hover img {
  opacity: 0.7;
}
.footer-component .footer-link-columns-wrapper {
  display: contents;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .footer-component .footer-link-columns-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-component .footer-link-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  padding: 0;
}
.footer-component .footer-link-column .footer-column-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.footer-component .footer-link-column .footer-column-heading a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: color 0.3s ease;
}
.footer-component .footer-link-column .footer-column-heading a:hover {
  color: #8EA604;
}
.footer-component .footer-link-column .footer-link-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-component .footer-link-column .footer-link-list a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.3s ease;
}
.footer-component .footer-link-column .footer-link-list a:not(.external-link) {
  font-weight: 600;
}
.footer-component .footer-link-column .footer-link-list a:hover {
  color: #8EA604;
}
.footer-component .footer-link-column .footer-link-list a .external-icon {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(71%) sepia(61%) saturate(434%) hue-rotate(26deg) brightness(95%) contrast(88%);
}
@media (max-width: 768px) {
  .footer-component .footer-link-column .footer-link-list a {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .footer-component .footer-link-column .footer-link-list a.external-link {
    padding-left: 16px;
    font-weight: 400;
  }
}
.footer-component .footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  gap: 48px;
}
@media (max-width: 768px) {
  .footer-component .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 20px;
    border-top: 1px solid #8EA604;
  }
}
.footer-component .footer-legal .footer-copyright p {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-copyright p {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
  }
}
.footer-component .footer-legal .footer-legal-links {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-legal-links {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.footer-component .footer-legal .footer-legal-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}
.footer-component .footer-legal .footer-legal-links a:hover {
  color: #8EA604;
}
@media (max-width: 768px) {
  .footer-component .footer-legal .footer-legal-links a {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
  }
}
.footer-component .hexagon-decoration.hex-bottom-right {
  position: absolute;
  bottom: -1050px;
  left: -80px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer-component .hexagon-decoration.hex-bottom-right {
    display: none;
  }
}

.full-width-text {
  width: 100%;
  overflow-x: hidden;
}
.full-width-text__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.full-width-text__eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .full-width-text__eyebrow {
    font-size: 16px;
    line-height: 24px;
  }
}
.full-width-text__heading {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 10px 0 8px 0;
}
@media (min-width: 768px) {
  .full-width-text__heading {
    font-size: 58px;
    line-height: 64px;
    margin: 12px 0 24px 0;
  }
}
.full-width-text h3 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .full-width-text h3 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
.full-width-text__body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.full-width-text__body p:empty {
  display: none;
}
.full-width-text__body p {
  margin: 0;
}
.full-width-text__body a {
  text-decoration: underline;
}
.full-width-text__body a:hover {
  text-decoration: none;
}
.full-width-text__body ul,
.full-width-text__body ol {
  margin: 0;
  padding-left: 24px;
}
.full-width-text__body li {
  margin-bottom: 8px;
}
.full-width-text__body li:last-child {
  margin-bottom: 0;
}
.full-width-text__buttons {
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .full-width-text__buttons {
    display: flex;
    flex-direction: column;
  }
  .full-width-text__buttons .hoekstra-button {
    width: 100%;
    box-sizing: border-box;
  }
}
.full-width-text--dark .full-width-text__eyebrow {
  color: #F5F5F5;
}
.full-width-text--dark .full-width-text__heading {
  color: #ffffff;
}
.full-width-text--dark .full-width-text__body {
  color: #F5F5F5;
}
.full-width-text--dark .full-width-text__body a {
  color: #8EA604;
}
.full-width-text--light .full-width-text__eyebrow {
  color: #1A535C;
}
.full-width-text--light .full-width-text__heading {
  color: #101820;
}
.full-width-text--light .full-width-text__body {
  color: #61676B;
}
.full-width-text--light .full-width-text__body a {
  color: #1A535C;
}
.full-width-text--center .full-width-text__container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-width-text--center .full-width-text__content {
  text-align: center;
}
.full-width-text--center .full-width-text__buttons {
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-text--center .full-width-text__buttons {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .full-width-text--center .full-width-text__buttons {
    margin-top: 32px;
  }
}
.full-width-text--left .full-width-text__content {
  text-align: left;
}
.full-width-text--left .full-width-text__heading {
  max-width: 800px;
}
@media (max-width: 768px) {
  .full-width-text--left .full-width-text__buttons {
    width: 100%;
  }
  .full-width-text--left .full-width-text__buttons .hoekstra-button {
    width: 100%;
    display: flex;
    box-sizing: border-box;
  }
}
.full-width-text--buttons-bottom .full-width-text__container {
  flex-direction: column;
}
.full-width-text--buttons-bottom .full-width-text__buttons {
  align-self: flex-start;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-text--buttons-bottom .full-width-text__buttons {
    margin-top: 32px;
    width: fit-content;
  }
}
.full-width-text--buttons-bottom.full-width-text--center .full-width-text__buttons {
  align-self: center;
}
.full-width-text--buttons-side .full-width-text__container {
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .full-width-text--buttons-side .full-width-text__container {
    flex-direction: column;
    gap: 32px;
  }
}
.full-width-text--buttons-side .full-width-text__content {
  flex: 1;
  max-width: 768px;
  margin-bottom: 0;
}
.full-width-text--buttons-side .full-width-text__buttons {
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .full-width-text--buttons-side .full-width-text__buttons {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .full-width-text--buttons-side .full-width-text__buttons {
    width: 100%;
    max-width: 100%;
  }
  .full-width-text--buttons-side .full-width-text__buttons > div {
    width: 100%;
  }
  .full-width-text--buttons-side .full-width-text__buttons .hoekstra-button {
    width: 100%;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
  }
}
.full-width-text--buttons-side.full-width-text--center .full-width-text__container {
  flex-direction: column;
  justify-content: center;
}
.full-width-text--buttons-side.full-width-text--center .full-width-text__buttons {
  align-self: center;
  width: 100%;
}
.full-width-text--buttons-align-top.full-width-text--buttons-side .full-width-text__container {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .full-width-text--buttons-align-top.full-width-text--buttons-side .full-width-text__buttons {
    margin-top: 56px;
  }
}
.full-width-text--buttons-align-center.full-width-text--buttons-side .full-width-text__container {
  align-items: center;
}
@media (max-width: 768px) {
  .full-width-text--buttons-align-center.full-width-text--buttons-side .full-width-text__container {
    align-items: flex-start;
  }
}
.full-width-text--buttons-align-bottom.full-width-text--buttons-side .full-width-text__container {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .full-width-text--buttons-align-bottom.full-width-text--buttons-side .full-width-text__container {
    align-items: flex-start;
  }
}
.full-width-text--nested .full-width-text__container {
  padding: 0;
}
.full-width-text--nested .full-width-text__body {
  max-width: 768px;
}
.full-width-text--nested.full-width-text--center .full-width-text__body {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Fifty-Fifty Component Styles
 */
.fifty-fifty-component {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fifty-fifty-component .fifty-fifty-content {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 480px) {
  .fifty-fifty-component .fifty-fifty-content {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  .fifty-fifty-component .fifty-fifty-content {
    padding-bottom: 4rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty-component .fifty-fifty-content {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    padding: 0 32px;
  }
}
.fifty-fifty-component .fifty-fifty-text-content {
  display: flex;
  flex-direction: column;
  max-width: 512px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fifty-fifty-component .fifty-fifty-text-content {
    margin-top: 0;
    flex: 1 1 50%;
    max-width: none;
  }
}
.fifty-fifty-component .fifty-fifty-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .fifty-fifty-component .fifty-fifty-image-container {
    flex: 1 1 50%;
    min-width: 0;
  }
}
.fifty-fifty-component .fifty-fifty-image {
  border-radius: 10px;
  width: 100%;
  max-width: 512px;
  height: auto;
  aspect-ratio: 280/311;
  object-fit: cover;
  object-position: 25% center;
}
@media (min-width: 768px) {
  .fifty-fifty-component .fifty-fifty-image {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.fifty-fifty-component .fifty-fifty-eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .fifty-fifty-component .fifty-fifty-eyebrow {
    font-size: 16px;
  }
}
.fifty-fifty-component .fifty-fifty-heading {
  font-size: 54px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
  text-align: left;
  padding: 24px 0;
  margin: 0;
  max-width: 512px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .fifty-fifty-component .fifty-fifty-heading {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: 1px;
    text-align: left;
    padding: 12px 0 24px 0;
  }
}
.fifty-fifty-component .fifty-fifty-body {
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .fifty-fifty-component .fifty-fifty-body {
    font-size: 18px;
    line-height: 32px;
  }
}
.fifty-fifty-component .fifty-fifty-body > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fifty-fifty-component .fifty-fifty-body > div p:empty {
  display: none;
}
.fifty-fifty-component .fifty-fifty-body > div p {
  margin: 0;
}
.fifty-fifty-component .fifty-fifty-body > div ul, .fifty-fifty-component .fifty-fifty-body > div ol {
  margin: 0;
  margin-left: 1.5rem;
}
.fifty-fifty-component .fifty-fifty-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.fifty-fifty-component .fifty-fifty-buttons .hoekstra-button {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media (min-width: 1024px) {
  .fifty-fifty-component .fifty-fifty-buttons {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    gap: 24px;
  }
  .fifty-fifty-component .fifty-fifty-buttons .hoekstra-button {
    width: fit-content;
    min-width: 161px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.fifty-fifty-component.fifty-fifty-image-left .fifty-fifty-content {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-image-left .fifty-fifty-content {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-component.fifty-fifty-image-right .fifty-fifty-content {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-image-right .fifty-fifty-content {
    flex-direction: row;
  }
}
.fifty-fifty-component.fifty-fifty-mobile-top .fifty-fifty-content {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-mobile-top .fifty-fifty-content {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-mobile-top.fifty-fifty-image-left .fifty-fifty-content {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-component.fifty-fifty-mobile-bottom .fifty-fifty-content {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-mobile-bottom .fifty-fifty-content {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .fifty-fifty-component.fifty-fifty-mobile-bottom.fifty-fifty-image-left .fifty-fifty-content {
    flex-direction: row-reverse;
  }
}
.fifty-fifty-component.fifty-fifty--dark {
  background-color: #101820;
  color: #ffffff;
}
.fifty-fifty-component.fifty-fifty--dark .fifty-fifty-eyebrow {
  color: #F5F5F5;
}
.fifty-fifty-component.fifty-fifty--dark .fifty-fifty-heading {
  color: #ffffff;
}
.fifty-fifty-component.fifty-fifty--dark .fifty-fifty-body {
  color: #ffffff;
}
.fifty-fifty-component.fifty-fifty--dark .fifty-fifty-body ul li::marker {
  color: #8EA604;
}
.fifty-fifty-component.fifty-fifty--dark .fifty-fifty-body ol li::marker {
  color: #8EA604;
}
.fifty-fifty-component.fifty-fifty--light {
  background-color: #ffffff;
  color: #101820;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-eyebrow {
  color: #1A535C;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-heading {
  color: #101820;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-body {
  color: #61676B;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-body ul {
  color: #101820;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-body ul li::marker {
  color: #1A535C;
}
.fifty-fifty-component.fifty-fifty--light .fifty-fifty-body ol li::marker {
  color: #1A535C;
}

.cta-call-out-component {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.cta-call-out-component .cta-call-out-content {
  display: flex;
  max-width: 1280px;
  justify-content: center;
  gap: 0;
  background: #F5F5F5;
  margin: 0 auto;
  flex-direction: column;
  min-height: 412px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-content {
    flex-direction: row;
    border-radius: 8px;
  }
}
.cta-call-out-component .cta-call-out-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 24px;
  flex: 1;
  min-width: 0;
  padding: 24px 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-text-content {
    flex: 0 0 50%;
    padding: 64px;
  }
}
.cta-call-out-component .cta-call-out-eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: #1A535C;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-eyebrow {
    font-size: 16px;
  }
}
.cta-call-out-component .cta-call-out-heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  color: #101820;
  padding-top: 12px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-heading {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.cta-call-out-component .cta-call-out-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #61676B;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-body {
    font-size: 18px;
    line-height: 28px;
  }
}
.cta-call-out-component .cta-call-out-body p {
  margin: 0;
}
.cta-call-out-component .cta-call-out-buttons.cta-call-out-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cta-call-out-component .cta-call-out-buttons.cta-call-out-buttons .hoekstra-button {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
@media (min-width: 1024px) {
  .cta-call-out-component .cta-call-out-buttons.cta-call-out-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cta-call-out-component .cta-call-out-buttons.cta-call-out-buttons .hoekstra-button {
    width: auto;
    flex: 1 1 auto;
    min-width: fit-content;
  }
}
.cta-call-out-component .cta-call-out-image-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cta-call-out-component .cta-call-out-image-container {
    flex: 0 0 50%;
    min-height: 412px;
  }
}
@media (min-width: 768px) {
  .cta-call-out-component.cta-call-out-desktop-left .cta-call-out-content {
    flex-direction: row-reverse;
  }
  .cta-call-out-component.cta-call-out-desktop-left .cta-call-out-image-container {
    border-radius: 8px 0 0 8px;
  }
}
@media (min-width: 768px) {
  .cta-call-out-component.cta-call-out-desktop-right .cta-call-out-content {
    flex-direction: row;
  }
  .cta-call-out-component.cta-call-out-desktop-right .cta-call-out-image-container {
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 767px) {
  .cta-call-out-component.cta-call-out-mobile-bottom .cta-call-out-content {
    flex-direction: column;
  }
  .cta-call-out-component.cta-call-out-mobile-bottom .cta-call-out-image-container {
    border-radius: 0 0 12px 12px;
  }
}
@media (max-width: 767px) {
  .cta-call-out-component.cta-call-out-mobile-top .cta-call-out-content {
    flex-direction: column-reverse;
  }
  .cta-call-out-component.cta-call-out-mobile-top .cta-call-out-image-container {
    border-radius: 12px 12px 0 0;
  }
}

/**
 * Form Module Styles
 * Desktop: Two columns (text left, form right)
 * Mobile: Stacked (text then form)
 */
.form-module {
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.form-module__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  box-sizing: border-box;
}
@media (min-width: 540px) {
  .form-module__container {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .form-module__container {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.form-module__text-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .form-module__text-column {
    position: sticky;
    top: 2rem;
    padding-right: 2rem;
  }
}

.form-module__eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1A535C;
  margin: 0;
}
@media (min-width: 768px) {
  .form-module__eyebrow {
    font-size: 16px;
    line-height: 24px;
  }
}

.form-module__heading {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 500;
  color: #101820;
  margin: 0;
}
@media (min-width: 768px) {
  .form-module__heading {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}

.form-module__text-block {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  color: #61676B;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .form-module__text-block {
    font-size: 18px;
    line-height: 32px;
  }
}
.form-module__text-block a {
  color: #61676B;
}
.form-module__text-block p {
  margin: 0 0 0.75rem 0;
}
.form-module__text-block p:last-child {
  margin-bottom: 0;
}
.form-module__text-block ul, .form-module__text-block ol {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
}
.form-module__text-block ul li, .form-module__text-block ol li {
  margin-bottom: 0.5rem;
}
.form-module__text-block strong {
  font-weight: 700;
}
.form-module__text-block em {
  font-style: italic;
}

.form-module__form-column {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  min-width: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-module__form-column {
    overflow-y: auto;
    max-width: 478px;
  }
  .form-module__form-column::-webkit-scrollbar {
    width: 8px;
  }
  .form-module__form-column::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 4px;
  }
  .form-module__form-column::-webkit-scrollbar-thumb {
    background: #DADCDE;
    border-radius: 4px;
  }
  .form-module__form-column::-webkit-scrollbar-thumb:hover {
    background: #A2A4A3;
  }
}

.form-module__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  width: 100%;
}

.form-module__form-embed *,
.form-module__form-embed *::before,
.form-module__form-embed *::after,
.form-module__form-shortcode *,
.form-module__form-shortcode *::before,
.form-module__form-shortcode *::after {
  box-sizing: border-box;
}
.form-module__form-embed,
.form-module__form-shortcode {
  overflow: hidden;
}
.form-module__form-embed form,
.form-module__form-shortcode form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form-module__form-embed .form-field,
.form-module__form-embed .gfield,
.form-module__form-embed .wpforms-field,
.form-module__form-shortcode .form-field,
.form-module__form-shortcode .gfield,
.form-module__form-shortcode .wpforms-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-module__form-embed label,
.form-module__form-shortcode label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #09090B;
}
.form-module__form-embed label.optional::after, .form-module__form-embed label[data-optional]::after,
.form-module__form-shortcode label.optional::after,
.form-module__form-shortcode label[data-optional]::after {
  content: " (Optional)";
  font-weight: 400;
  color: #71717A;
}
.form-module__form-embed input[type=text],
.form-module__form-embed input[type=email],
.form-module__form-embed input[type=tel],
.form-module__form-embed input[type=url],
.form-module__form-embed input[type=number],
.form-module__form-embed textarea,
.form-module__form-embed select,
.form-module__form-shortcode input[type=text],
.form-module__form-shortcode input[type=email],
.form-module__form-shortcode input[type=tel],
.form-module__form-shortcode input[type=url],
.form-module__form-shortcode input[type=number],
.form-module__form-shortcode textarea,
.form-module__form-shortcode select {
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0.75rem 1rem;
  border: 2px solid #DADCDE;
  border-radius: 4px;
  background-color: #ffffff;
  color: #09090B;
  transition: border-color 0.2s;
}
.form-module__form-embed input[type=text]:focus,
.form-module__form-embed input[type=email]:focus,
.form-module__form-embed input[type=tel]:focus,
.form-module__form-embed input[type=url]:focus,
.form-module__form-embed input[type=number]:focus,
.form-module__form-embed textarea:focus,
.form-module__form-embed select:focus,
.form-module__form-shortcode input[type=text]:focus,
.form-module__form-shortcode input[type=email]:focus,
.form-module__form-shortcode input[type=tel]:focus,
.form-module__form-shortcode input[type=url]:focus,
.form-module__form-shortcode input[type=number]:focus,
.form-module__form-shortcode textarea:focus,
.form-module__form-shortcode select:focus {
  outline: none;
  border-color: #1864D3;
}
.form-module__form-embed input[type=text]::placeholder,
.form-module__form-embed input[type=email]::placeholder,
.form-module__form-embed input[type=tel]::placeholder,
.form-module__form-embed input[type=url]::placeholder,
.form-module__form-embed input[type=number]::placeholder,
.form-module__form-embed textarea::placeholder,
.form-module__form-embed select::placeholder,
.form-module__form-shortcode input[type=text]::placeholder,
.form-module__form-shortcode input[type=email]::placeholder,
.form-module__form-shortcode input[type=tel]::placeholder,
.form-module__form-shortcode input[type=url]::placeholder,
.form-module__form-shortcode input[type=number]::placeholder,
.form-module__form-shortcode textarea::placeholder,
.form-module__form-shortcode select::placeholder {
  color: #71717A;
}
.form-module__form-embed input[type=text].error, .form-module__form-embed input[type=text].invalid, .form-module__form-embed input[type=text][aria-invalid=true],
.form-module__form-embed input[type=email].error,
.form-module__form-embed input[type=email].invalid,
.form-module__form-embed input[type=email][aria-invalid=true],
.form-module__form-embed input[type=tel].error,
.form-module__form-embed input[type=tel].invalid,
.form-module__form-embed input[type=tel][aria-invalid=true],
.form-module__form-embed input[type=url].error,
.form-module__form-embed input[type=url].invalid,
.form-module__form-embed input[type=url][aria-invalid=true],
.form-module__form-embed input[type=number].error,
.form-module__form-embed input[type=number].invalid,
.form-module__form-embed input[type=number][aria-invalid=true],
.form-module__form-embed textarea.error,
.form-module__form-embed textarea.invalid,
.form-module__form-embed textarea[aria-invalid=true],
.form-module__form-embed select.error,
.form-module__form-embed select.invalid,
.form-module__form-embed select[aria-invalid=true],
.form-module__form-shortcode input[type=text].error,
.form-module__form-shortcode input[type=text].invalid,
.form-module__form-shortcode input[type=text][aria-invalid=true],
.form-module__form-shortcode input[type=email].error,
.form-module__form-shortcode input[type=email].invalid,
.form-module__form-shortcode input[type=email][aria-invalid=true],
.form-module__form-shortcode input[type=tel].error,
.form-module__form-shortcode input[type=tel].invalid,
.form-module__form-shortcode input[type=tel][aria-invalid=true],
.form-module__form-shortcode input[type=url].error,
.form-module__form-shortcode input[type=url].invalid,
.form-module__form-shortcode input[type=url][aria-invalid=true],
.form-module__form-shortcode input[type=number].error,
.form-module__form-shortcode input[type=number].invalid,
.form-module__form-shortcode input[type=number][aria-invalid=true],
.form-module__form-shortcode textarea.error,
.form-module__form-shortcode textarea.invalid,
.form-module__form-shortcode textarea[aria-invalid=true],
.form-module__form-shortcode select.error,
.form-module__form-shortcode select.invalid,
.form-module__form-shortcode select[aria-invalid=true] {
  border-color: #dc2626;
  background-color: #fef2f2;
}
.form-module__form-embed textarea,
.form-module__form-shortcode textarea {
  min-height: 120px;
  resize: vertical;
}
.form-module__form-embed .error-message,
.form-module__form-embed .validation_error,
.form-module__form-embed .gfield_error,
.form-module__form-embed .wpforms-error,
.form-module__form-shortcode .error-message,
.form-module__form-shortcode .validation_error,
.form-module__form-shortcode .gfield_error,
.form-module__form-shortcode .wpforms-error {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #dc2626;
  margin-top: 0.25rem;
}
.form-module__form-embed button[type=submit],
.form-module__form-embed input[type=submit],
.form-module__form-embed .submit-button,
.form-module__form-shortcode button[type=submit],
.form-module__form-shortcode input[type=submit],
.form-module__form-shortcode .submit-button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  background-color: #1864D3;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.form-module__form-embed button[type=submit]:disabled,
.form-module__form-embed input[type=submit]:disabled,
.form-module__form-embed .submit-button:disabled,
.form-module__form-shortcode button[type=submit]:disabled,
.form-module__form-shortcode input[type=submit]:disabled,
.form-module__form-shortcode .submit-button:disabled {
  background-color: #DADCDE;
  cursor: not-allowed;
}

.form-module__privacy-note {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #71717A;
  padding-top: 1rem;
  border-top: 1px solid #DADCDE;
}

.form-module__privacy-link {
  color: #1864D3;
  text-decoration: underline;
  transition: color 0.2s;
}

@media (max-width: 1023px) {
  .form-module {
    padding: 3rem 0;
  }
  .form-module__text-column {
    margin-bottom: 2rem;
  }
}
.form-module__form-embed .gform_wrapper .gform_required_legend {
  display: none;
}
.form-module__form-embed .gform_wrapper form {
  margin: 0 auto;
  padding: 24px 16px;
  background-color: #F5F5F5;
  border-radius: 12px;
}
@media (min-width: 540px) {
  .form-module__form-embed .gform_wrapper form {
    padding: 40px 24px;
  }
}
.form-module__form-embed .gform_wrapper form .gfield_required_asterisk {
  display: none;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields .gform_validation_container {
  position: absolute;
  left: -9999px;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #101820;
}
@media (min-width: 768px) {
  .form-module__form-embed .gform_wrapper form .gform-body .gform_fields label {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields fieldset {
  border: none;
  padding: 0;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields fieldset legend {
  display: none;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields fieldset div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields fieldset div span {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields .gfield {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
}
.form-module__form-embed .gform_wrapper form .gform-body .gform_fields .gfield input, .form-module__form-embed .gform_wrapper form .gform-body .gform_fields .gfield select, .form-module__form-embed .gform_wrapper form .gform-body .gform_fields .gfield textarea {
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #61676B;
}
.form-module__form-embed .gform_wrapper form .gform-footer input[type=submit] {
  margin: 8px 0 12px 0;
  background-color: #1A535C;
  width: 100%;
  height: 36px;
  border-radius: 6px;
  padding: 6px 16px;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FAFAFA;
}

.form-module__form-wrapper .form-module__privacy-note {
  color: #61676B;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.form-module__form-wrapper .form-module__privacy-note a {
  text-decoration: underline;
  color: #61676B;
}

.accordion-component {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}
.accordion-component .accordion-header {
  display: flex;
  flex-direction: column;
}
.accordion-component .accordion-header__eyebrow {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #1A535C;
  margin: 0;
}
@media (min-width: 768px) {
  .accordion-component .accordion-header__eyebrow {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordion-component .accordion-header__heading {
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #101820;
  margin: 10px 0 8px 0;
  max-width: 800px;
}
@media (min-width: 768px) {
  .accordion-component .accordion-header__heading {
    font-size: 58px;
    line-height: 64px;
    margin: 12px 0 24px 0;
  }
}
.accordion-component .accordion-header__body-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .accordion-component .accordion-header__body-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}
.accordion-component .accordion-header__body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #61676B;
  flex: 1;
  max-width: 768px;
}
.accordion-component .accordion-header__body p {
  margin: 0;
}
.accordion-component .accordion-header__body a {
  color: #1A535C;
  text-decoration: underline;
}
.accordion-component .accordion-header__body a:hover {
  text-decoration: none;
}
.accordion-component .accordion-header__buttons {
  flex-shrink: 0;
  display: inline-flex;
  gap: 16px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .accordion-component .accordion-header__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .accordion-component .accordion-header__buttons .hoekstra-button {
    width: 100%;
    box-sizing: border-box;
  }
}
.accordion-component .accordion-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .accordion-component .accordion-container {
    padding: 0 32px 48px 32px;
  }
}
.accordion-component .accordion-content-wrapper {
  display: flex;
  gap: 112px;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .accordion-component .accordion-content-wrapper {
    flex-direction: column;
  }
}
.accordion-component .accordion-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  width: 100%;
}
.accordion-component .accordion-items .accordion-item {
  width: 100%;
  border-top: 2px solid #F5F5F5;
  padding: 0 8px;
}
.accordion-component .accordion-items .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  list-style: none;
  padding: 20px 0;
}
.accordion-component .accordion-items .accordion-item .accordion-title::-webkit-details-marker {
  display: none;
}
.accordion-component .accordion-items .accordion-item .accordion-title .accordion-title-text {
  font-family: "Roboto", sans-serif;
  color: #101820;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .accordion-component .accordion-items .accordion-item .accordion-title .accordion-title-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
  }
}
.accordion-component .accordion-items .accordion-item .accordion-title .accordion-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1rem;
}
.accordion-component .accordion-items .accordion-item .accordion-title .accordion-chevron svg {
  width: 10px;
  height: 6px;
}
.accordion-component .accordion-items .accordion-item .accordion-title .accordion-chevron .accordion-chevron-up {
  display: none;
}
.accordion-component .accordion-items .accordion-item .accordion-title .accordion-chevron .accordion-chevron-down {
  display: block;
}
.accordion-component .accordion-items .accordion-item .accordion-content {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #71717A;
  padding: 12px 0 16px 0;
}
.accordion-component .accordion-items .accordion-item .accordion-content p {
  margin: 0;
}
@media (min-width: 768px) {
  .accordion-component .accordion-items .accordion-item .accordion-content {
    font-size: 15px;
    line-height: 18px;
  }
}
.accordion-component .accordion-items .accordion-item .accordion-content ul, .accordion-component .accordion-items .accordion-item .accordion-content ol {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.accordion-component .accordion-items .accordion-item .accordion-content ul li, .accordion-component .accordion-items .accordion-item .accordion-content ol li {
  margin-bottom: 0.25rem;
}
.accordion-component .accordion-items .accordion-item .accordion-content a {
  color: #1A535C;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.accordion-component .accordion-items .accordion-item .accordion-content a:hover {
  opacity: 0.8;
}
.accordion-component .accordion-items .accordion-item .accordion-content strong, .accordion-component .accordion-items .accordion-item .accordion-content b {
  font-weight: 700;
}
.accordion-component .accordion-items .accordion-item .accordion-content em, .accordion-component .accordion-items .accordion-item .accordion-content i {
  font-style: italic;
}
.accordion-component .accordion-items .accordion-item[open] .accordion-chevron .accordion-chevron-up {
  display: block;
}
.accordion-component .accordion-items .accordion-item[open] .accordion-chevron .accordion-chevron-down {
  display: none;
}
.accordion-component .accordion-image {
  flex: 1;
  max-width: 704px;
}
@media (max-width: 980px) {
  .accordion-component .accordion-image {
    display: none;
  }
}
.accordion-component .accordion-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.accordion-component.accordion-full-width {
  max-width: 100%;
}
@media (min-width: 981px) {
  .accordion-component.accordion-with-image .accordion-content-wrapper {
    display: flex;
    gap: 112px;
    align-items: flex-start;
  }
}
@media (min-width: 981px) {
  .accordion-component.accordion-with-image .accordion-items {
    flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (min-width: 981px) {
  .accordion-component.accordion-with-image .accordion-image {
    flex: 1;
    max-width: calc(100% - 400px - 112px);
  }
}

.horizontal-tabs-component {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.horizontal-tabs-component .horizontal-tabs-container {
  max-width: 1280px;
  margin: 0 auto;
}
.horizontal-tabs-component .tabs-navigation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 3rem;
  justify-items: center;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }
}
.horizontal-tabs-component .tabs-navigation .tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-navigation .tab-button {
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.horizontal-tabs-component .tabs-navigation .tab-button .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.horizontal-tabs-component .tabs-navigation .tab-button .tab-icon svg {
  width: 16px;
  height: 16px;
}
.horizontal-tabs-component .tabs-navigation .tab-button .tab-label {
  white-space: normal;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .horizontal-tabs-component .tabs-navigation .tab-button {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.horizontal-tabs-component .tabs-panels {
  position: relative;
}
.horizontal-tabs-component .tabs-panels .tab-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.horizontal-tabs-component .tabs-panels .tab-panel.active {
  display: block;
}
.horizontal-tabs-component .tabs-panels .tab-panel__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 24px;
  overflow: hidden;
  min-height: 412px;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__content {
    padding: 64px;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__text-content {
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__text-content {
    flex: 1 1 50%;
    min-width: 0;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  margin: 0;
  color: #101820;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__title {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #61676B;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__description {
    font-size: 18px;
    line-height: 28px;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__description p {
  margin: 0 0 1em 0;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description p:last-child {
  margin-bottom: 0;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description ul, .horizontal-tabs-component .tabs-panels .tab-panel__description ol {
  margin: 0 0 1em 1.5rem;
  padding: 0;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description ul:last-child, .horizontal-tabs-component .tabs-panels .tab-panel__description ol:last-child {
  margin-bottom: 0;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description a {
  color: #1A535C;
  text-decoration: underline;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description a:hover {
  text-decoration: none;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description strong, .horizontal-tabs-component .tabs-panels .tab-panel__description b {
  font-weight: 700;
}
.horizontal-tabs-component .tabs-panels .tab-panel__description em, .horizontal-tabs-component .tabs-panels .tab-panel__description i {
  font-style: italic;
}
.horizontal-tabs-component .tabs-panels .tab-panel__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
  width: 100%;
}
.horizontal-tabs-component .tabs-panels .tab-panel__buttons .hoekstra-button {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media (min-width: 768px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__buttons {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: auto;
  }
  .horizontal-tabs-component .tabs-panels .tab-panel__buttons .hoekstra-button {
    width: auto;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__buttons > div {
  display: contents;
}
.horizontal-tabs-component .tabs-panels .tab-panel__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  flex: 0 0 auto;
}
.horizontal-tabs-component .tabs-panels .tab-panel__image-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 1024px) {
  .horizontal-tabs-component .tabs-panels .tab-panel__image-container {
    width: 50%;
    min-width: 0;
  }
}
.horizontal-tabs-component .tabs-panels .tab-panel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .horizontal-tabs-component .tabs-panels .tab-panel--image-left .tab-panel__content {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .horizontal-tabs-component .tabs-panels .tab-panel--image-right .tab-panel__content {
    flex-direction: row;
    align-items: center;
  }
}
.horizontal-tabs-component--dark {
  background-color: #101820;
  color: #ffffff;
}
.horizontal-tabs-component--dark .tabs-navigation .tab-button {
  color: #DADCDE;
  border-bottom: 2px solid transparent;
}
.horizontal-tabs-component--dark .tabs-navigation .tab-button .tab-icon {
  color: #8EA604;
}
.horizontal-tabs-component--dark .tabs-navigation .tab-button.active {
  color: #ffffff;
  border-bottom: 2px solid #8EA604;
}
.horizontal-tabs-component--dark .tabs-navigation .tab-button:hover:not(.active) {
  color: #ffffff;
}
.horizontal-tabs-component--dark .full-width-text .full-width-text__eyebrow {
  color: #F5F5F5;
}
.horizontal-tabs-component--dark .full-width-text .full-width-text__heading {
  color: #ffffff;
}
.horizontal-tabs-component--dark .full-width-text .full-width-text__body {
  color: #F5F5F5;
}
.horizontal-tabs-component--light {
  background-color: #ffffff;
  color: #101820;
}
.horizontal-tabs-component--light .tabs-navigation .tab-button {
  color: #101820;
  border-bottom: 2px solid transparent;
}
.horizontal-tabs-component--light .tabs-navigation .tab-button .tab-icon {
  color: #1A535C;
}
.horizontal-tabs-component--light .tabs-navigation .tab-button.active {
  color: #61676B;
  border-bottom: 2px solid #1A535C;
}
.horizontal-tabs-component--light .tabs-navigation .tab-button:hover:not(.active) {
  color: #61676B;
}
.horizontal-tabs-component--light .full-width-text .full-width-text__eyebrow {
  color: #1A535C;
}
.horizontal-tabs-component--light .full-width-text .full-width-text__heading {
  color: #101820;
}
.horizontal-tabs-component--light .full-width-text .full-width-text__body {
  color: #61676B;
}
.horizontal-tabs-component .full-width-text {
  margin-bottom: 2rem;
}
.horizontal-tabs-component-empty {
  padding: 4rem 2rem;
  text-align: center;
  background: #f7f7f7;
  border: 2px dashed #ccc;
  border-radius: 8px;
}
.horizontal-tabs-component-empty p {
  margin: 0;
  color: #666;
  font-size: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Value Props Styles
 * Flexible grid layout with icon cards
 * Desktop: 3 columns adaptive (3, 4, 5, 6 items)
 * Mobile: 1 column
 */
.value-props {
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.value-props__container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .value-props__container {
    padding: 0 16px;
  }
}

.value-props__container > .full-width-text {
  margin-bottom: 0;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DADCDE;
}
@media (max-width: 1023px) {
  .value-props__container > .full-width-text {
    padding-bottom: 2rem;
    border-bottom: none;
  }
}

.value-props__features {
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .value-props__features {
    padding-top: 2rem;
  }
}

.value-props__grid {
  display: grid;
  gap: 24px 82px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .value-props__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .value-props__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .value-props__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .value-props__grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .value-props__grid--5 .value-props__card:nth-child(4),
  .value-props__grid--5 .value-props__card:nth-child(5) {
    grid-column: span 1;
  }
  .value-props__grid--5 .value-props__card:nth-child(4) {
    grid-column-start: 1;
  }
  .value-props__grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.value-props__card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.value-props__card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F5;
  border-radius: 50%;
  color: #1A535C;
}
.value-props__card-icon svg {
  width: 20px;
  height: 20px;
}

.value-props__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .value-props__card-content {
    gap: 0;
  }
}

.value-props__card-title {
  color: #09090B;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}
@media (min-width: 768px) {
  .value-props__card-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }
}

.value-props__card-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #61676B;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .value-props__card-description {
    font-size: 15px;
    line-height: 18px;
  }
}

/**
 * Card Carousel Styles
 * Using Embla Carousel - 4 per view desktop, 1 per view mobile
 */
.card-carousel {
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.card-carousel__container {
  max-width: 1280px;
  margin: 0 auto;
}

.card-carousel__embla {
  position: relative;
}

.card-carousel__viewport {
  overflow: hidden;
}

.card-carousel__container-slides {
  display: flex;
  gap: 1.5rem;
}

.card-carousel__slide {
  flex: 0 0 85%;
  min-width: 0;
}
@media (min-width: 768px) {
  .card-carousel__slide {
    flex: 0 0 calc((100% - 1.5rem) / 2.15);
  }
}
@media (min-width: 1024px) {
  .card-carousel__slide {
    flex: 0 0 calc((100% - 4.5rem) / 4.15);
  }
}

.card-carousel__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.card-carousel__card-image {
  width: 100%;
  height: 288px;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .card-carousel__card-image {
    height: 384px;
  }
}
.card-carousel__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.card-carousel__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.card-carousel__card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #09090B;
  margin: 0;
  text-transform: uppercase;
}

.card-carousel__card-description {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #61676B;
  flex: 1;
}
.card-carousel__card-description p {
  margin: 0 0 0.75rem 0;
}
.card-carousel__card-description p:last-child {
  margin-bottom: 0;
}
.card-carousel__card-description a {
  color: #1A535C;
  text-decoration: underline;
  transition: color 0.2s;
}
.card-carousel__card-description a::after {
  content: " →";
}

.card-carousel__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A535C;
  text-decoration: underline;
  transition: color 0.2s;
  margin-top: auto;
  padding-top: 4px;
}
.card-carousel__card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.card-carousel__card-link:hover {
  color: rgb(37.2372881356, 118.8728813559, 131.7627118644);
}
.card-carousel__card-link:hover svg {
  transform: translateX(4px);
}

.card-grid-component {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
.card-grid-component .card-grid-container {
  max-width: 1280px;
  margin: 0 auto;
}
.card-grid-component .card-grid-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  justify-content: flex-start;
}
.card-grid-component .card-grid-cards--2-col .card-component {
  width: 100%;
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--2-col .card-component {
    width: calc(50% - 12px);
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--2-col.card-grid-cards--odd {
    justify-content: flex-start;
  }
}
.card-grid-component .card-grid-cards--3-col .card-component {
  width: 100%;
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col .card-component {
    width: calc(33.333% - 16px);
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col.card-grid-cards--last-1 {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col.card-grid-cards--last-2 {
    justify-content: flex-start;
  }
}
.card-grid-component .card-grid-cards .card-component {
  display: flex;
  flex-direction: column;
}

/**
 * Testimonial Carousel Styles
 * Always carousel - CSS hides navigation/dots based on item count
 */
.testimonial-carousel {
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

.testimonial-carousel__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .testimonial-carousel__container {
    padding: 0 16px;
  }
}

.testimonial-carousel__container > .full-width-text {
  margin-bottom: 24px;
}
.testimonial-carousel__container > .full-width-text .full-width-text__eyebrow {
  color: #1A535C !important;
}
.testimonial-carousel__container > .full-width-text .full-width-text__heading {
  color: #101820 !important;
}
.testimonial-carousel__container > .full-width-text .full-width-text__body {
  color: #61676B !important;
}
.testimonial-carousel__container > .full-width-text .full-width-text__body a {
  color: #1A535C !important;
}

.testimonial-carousel__navigation.embla__navigation {
  padding-top: 0;
}

.testimonial-carousel__embla {
  position: relative;
}

.testimonial-carousel__viewport {
  overflow: hidden;
}

.testimonial-carousel__container-slides {
  display: flex;
}

.testimonial-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .testimonial-carousel__slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .testimonial-carousel__slide {
    flex: 0 0 33.333%;
  }
}
.testimonial-carousel__slide .testimonial-card {
  height: 100%;
  margin-right: 1.5rem;
}
.testimonial-carousel__slide:last-child .testimonial-card {
  margin-right: 0;
}

@media (min-width: 768px) {
  .testimonial-carousel--two-cards .testimonial-carousel__slide {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .testimonial-carousel--two-cards .testimonial-carousel__slide {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

section {
  padding: 64px 32px;
}
@media (min-width: 768px) {
  section {
    padding: 96px 32px;
  }
}

/*# sourceMappingURL=main.css.map */
