:root {
  --peleman-blue: #0040c1;
  --peleman-blue-soft: color-mix(in oklch, var(--peleman-blue) 10%, white);
  --peleman-paper: oklch(97.5% 0.004 265);
  --peleman-ink: oklch(16% 0.006 265);
  --peleman-border: rgba(17, 17, 17, 0.07);
  --peleman-shadow: 0 14px 34px rgba(17, 17, 17, 0.055);
  --peleman-frame: oklch(98% 0.004 265);
  --peleman-chrome: oklch(92.5% 0.006 265);
  --peleman-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.peleman-wordmark,
.logo_footer-wordmark {
  padding-left: 0 !important;
}

.peleman-wordmark::before,
.logo_footer-wordmark::before {
  content: none !important;
  display: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--peleman-blue) !important;
  outline-offset: 3px;
}

.button,
.nav-link,
.footer_nav-link,
.social-link,
.tool-picker_tab,
.home2_process_card,
.tabs-link {
  transition:
    background-color 180ms var(--peleman-ease),
    border-color 180ms var(--peleman-ease),
    box-shadow 180ms var(--peleman-ease),
    color 180ms var(--peleman-ease),
    transform 180ms var(--peleman-ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 64, 193, 0.14);
}

.button.is-secondary:hover,
.button.is-secondary:focus-visible {
  border-color: rgba(0, 64, 193, 0.28) !important;
  color: var(--peleman-blue) !important;
  background: var(--peleman-blue-soft) !important;
}

.nav-link:hover,
.nav-link:focus-visible,
.footer_nav-link:hover,
.footer_nav-link:focus-visible {
  color: var(--peleman-blue) !important;
}

.social-link {
  display: inline-flex !important;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.social-link:hover,
.social-link:focus-visible {
  background: var(--peleman-blue);
}

.social-link:hover .social-link-image,
.social-link:focus-visible .social-link-image {
  filter: brightness(0) invert(1);
}

.form_input:focus,
.form_input:focus-visible,
.textarea:focus,
.textarea:focus-visible,
select:focus,
select:focus-visible {
  border-color: rgba(0, 64, 193, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(0, 64, 193, 0.12);
}

.project_card_left,
.project-top2,
.services_list_top,
.section_service_image,
.project_gallery_grid .w-inline-block,
.project_overview_author-box,
.about_hero_grid,
.about_mision_wrapper {
  background: var(--peleman-paper);
}

.project_card_left,
.project-top2,
.services_list_top {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  overflow: hidden;
}

.section_home2_projects .project-top2,
.section_projects3_hero .project_card_left,
.section_prejects3_list .project_card_left {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 2.15rem 0.7rem 0.7rem;
  border: 1px solid var(--peleman-border);
  border-radius: 8px;
  background:
    linear-gradient(var(--peleman-chrome) 0 2.15rem, var(--peleman-frame) 2.15rem) !important;
  box-shadow: var(--peleman-shadow);
}

.section_home2_projects .project-top2 {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section_home2_projects .project-top2::before,
.section_projects3_hero .project_card_left::before,
.section_prejects3_list .project_card_left::before {
  content: "";
  position: absolute;
  top: 0.82rem;
  left: 0.9rem;
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.5);
  box-shadow:
    0.74rem 0 0 rgba(17, 17, 17, 0.28),
    1.48rem 0 0 rgba(17, 17, 17, 0.16);
}

.project_card_image,
.project-image2 {
  object-fit: cover !important;
  object-position: top center !important;
  background: var(--peleman-paper);
  border-radius: 6px;
  filter: saturate(0.68) contrast(1.03) !important;
  transition:
    filter 220ms var(--peleman-ease),
    transform 220ms var(--peleman-ease);
}

.services_list_image,
.section_service_image,
.project_gallery_image,
.project_overview_author-image,
.about_hero_image {
  object-fit: contain !important;
  object-position: top center !important;
  background: var(--peleman-paper);
}

.project_card_image,
.project-image2,
.services_list_image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
}

.section_home2_projects .project-card2:hover .project-image2,
.section_projects3_hero .project_card_grid:hover .project_card_image,
.section_prejects3_list .project_card_grid:hover .project_card_image {
  filter: saturate(0.94) contrast(1.04) !important;
}

.section_home2_projects .project-logo2 {
  display: none !important;
}

.section_home2_projects .project-bottom3 {
  border-top: 1px solid rgba(17, 17, 17, 0.055) !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  box-shadow: none !important;
}

.project_card_video,
.project-video2 {
  display: none !important;
  visibility: hidden !important;
}

.project_gallery_grid,
.project_gallery_grid.is-showcase {
  align-items: start;
}

.project_gallery_grid .w-inline-block {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  transition:
    border-color 180ms var(--peleman-ease),
    box-shadow 180ms var(--peleman-ease),
    transform 180ms var(--peleman-ease);
}

.project_gallery_grid .w-inline-block:hover,
.project_gallery_grid .w-inline-block:focus-visible {
  border-color: rgba(0, 64, 193, 0.18);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.07);
  transform: translateY(-1px);
}

.project_gallery_image {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 16 / 9;
}

.project_overview_author-image {
  width: 100% !important;
  height: 100% !important;
}

.tool-picker_tab:hover,
.tool-picker_tab:focus-visible {
  border-color: rgba(0, 64, 193, 0.22) !important;
  background: var(--peleman-blue-soft) !important;
}

.tool-picker_tab.is-active {
  border-color: rgba(0, 64, 193, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 64, 193, 0.18);
}

.tool-roi_range {
  accent-color: var(--peleman-blue);
}

.section_service_image {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height: auto !important;
  max-height: 42rem;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.services_list_top {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.section_contact2_form {
  overflow: hidden;
  border: 1px solid var(--peleman-border);
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.12), transparent 48%),
    var(--peleman-paper) !important;
}

.section_contact2_video {
  display: none !important;
}

.section_contact2_left {
  border: 1px solid rgba(17, 17, 17, 0.07);
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.055);
}

.section_contact2_left,
.home2_banner_left {
  color: var(--peleman-ink) !important;
}

.section_contact2_left .peleman-wordmark.is-banner,
.home2_banner_left .peleman-wordmark.is-banner {
  color: var(--peleman-ink) !important;
}

.section_contact2_left .peleman-wordmark-dot,
.home2_banner_left .peleman-wordmark-dot {
  color: var(--peleman-blue) !important;
}

.project-card2,
.project_card_grid,
.project_card_right {
  overflow: hidden;
}

.project_card_grid {
  grid-column-gap: clamp(0.85rem, 1.6vw, 1.25rem) !important;
  grid-row-gap: clamp(0.75rem, 1.5vw, 1rem) !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr) !important;
  align-items: stretch !important;
  min-height: 0 !important;
  margin-bottom: 0;
}

.project_card_top:not(.is-white) img.icon-height-medium {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.project_card_top img.icon-height-medium {
  width: 2.35rem !important;
  height: 2.35rem !important;
  border-radius: 999px;
  transition:
    opacity 180ms var(--peleman-ease),
    transform 180ms var(--peleman-ease);
}

.project_card_grid:hover .project_card_top img.icon-height-medium {
  opacity: 1;
  transform: rotate(90deg);
}

.project_card_bottom.is-white {
  background: #fff !important;
}

.project_card_box {
  grid-row-gap: clamp(1.25rem, 2.4vw, 2rem) !important;
}

.project_card_right {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.project_card_top,
.project_card_bottom {
  min-height: 0 !important;
  padding: clamp(1rem, 2vw, 1.55rem) !important;
}

.project_card_top {
  border-bottom: 1px solid rgba(17, 17, 17, 0.055);
}

.project_card_data {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.1rem, 1.9vw, 1.6rem);
  min-height: 0 !important;
}

.project_card_data .heading-style-h5 {
  max-width: 34rem;
  font-size: clamp(1.18rem, 1.65vw, 1.7rem);
  line-height: 1.18;
}

/* CTA acts as a footer button pinned to the bottom of the info card. */
.project_card_data .button {
  margin-top: auto;
  align-self: stretch;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  background: #fff !important;
  color: var(--peleman-ink) !important;
  box-shadow: none !important;
  font-weight: 500;
}

.project_card_data .cta-arrow {
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 200ms var(--peleman-ease);
}

.project_card_metrics {
  grid-column-gap: clamp(1rem, 2vw, 2rem) !important;
  grid-row-gap: 0.85rem !important;
  align-items: start;
}

.project_card_item .heading-style-h6 {
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  line-height: 1.3;
}

.project_card_logo {
  display: none !important;
}

.section_projects3_hero .project_card_left,
.section_prejects3_list .project_card_left {
  border-radius: 8px;
}

/* Whole case card is one link. Lift + accent the CTA on hover so it reads as
   an obviously clickable unit. */
.project_card_link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 240ms var(--peleman-ease);
}

.project_card_link:hover {
  transform: translateY(-4px);
}

.project_card_link:focus-visible {
  outline: 2px solid var(--peleman-blue);
  outline-offset: 5px;
}

.project_card_link:hover .project_card_image {
  filter: saturate(1) contrast(1.04) !important;
}

.project_card_link:hover .project_card_data .button {
  background: var(--peleman-blue) !important;
  border-color: var(--peleman-blue) !important;
  color: #fff !important;
  transform: none !important;
}

.project_card_link:hover .project_card_data .cta-arrow {
  transform: translateX(4px);
}

.project_card_link:hover .project_card_top img.icon-height-medium {
  opacity: 1;
  transform: rotate(90deg);
}

/* Tighten the gap between the first (hero) card and the rest now that the
   divider is gone, so every card is spaced evenly. */
.section_projects3_hero .padding-section-medium {
  padding-bottom: 0 !important;
}

.section_prejects3_list .padding-section-medium {
  padding-top: clamp(1.25rem, 2.4vw, 2rem) !important;
}

.projects3_intro {
  margin-top: clamp(0.75rem, 1.5vw, 1.1rem);
  max-width: 42rem;
  color: rgba(17, 17, 17, 0.6);
}

.services_list_image {
  padding: 0.75rem;
}

.section_about_hero .padding-section-medium {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

.section_about_hero .spacer-large {
  padding-top: clamp(2rem, 4vw, 3rem) !important;
}

.about_hero_grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 2vw, 1.25rem) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border: 1px solid rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.about_hero_image,
.about_hero_portrait {
  align-self: start;
  grid-area: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 8px;
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.about_hero_identity {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: stretch !important;
  background: transparent;
  border: 0;
  padding: 0;
}

.about_identity_card {
  position: relative;
  display: grid;
  min-height: 0;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.38), transparent 46%),
    #111;
}

.about_identity_card::after {
  content: "";
  position: absolute;
  inset: auto -10% -36% auto;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 64, 193, 0.28);
}

.about_identity_header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.peleman-wordmark.is-about-card {
  color: #fff;
  font-size: clamp(2.25rem, 5.4vw, 4.75rem);
  z-index: 1;
}

.about_identity_person {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.45rem 0.65rem 0.45rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.about_identity_person img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(1);
}

.about_identity_person span,
.about_identity_person strong {
  display: block;
  line-height: 1.1;
}

.about_identity_person span {
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.about_identity_person strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.about_identity_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.about_identity_grid div {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 0.85rem;
}

.about_identity_grid span {
  display: block;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Space Mono", monospace;
  font-size: 0.72rem;
}

.about_identity_grid strong {
  display: block;
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 600;
  line-height: 1.1;
}

.about_hero_portrait {
  height: 100% !important;
  min-height: clamp(20rem, 38vw, 34rem) !important;
  object-fit: cover !important;
  object-position: center 35% !important;
  filter: grayscale(1);
  padding: 0;
}

.about_mision_visual {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.about_mision_visual div {
  display: flex;
  min-height: 6rem;
  align-items: flex-end;
  border-radius: 8px;
  padding: 1rem;
  color: #111;
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.14), transparent 48%),
    rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.services_hero_right .section_services_box {
  position: relative;
  display: grid !important;
  align-content: center;
  min-height: 20rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.12), transparent 48%),
    var(--peleman-paper) !important;
  box-shadow: none !important;
}

.services_hero_right .section_services_box::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
  width: min(42%, 13rem);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(0, 64, 193, 0.22);
  background:
    radial-gradient(circle at 35% 35%, rgba(0, 64, 193, 0.2), transparent 34%),
    repeating-linear-gradient(
      45deg,
      rgba(17, 17, 17, 0.06) 0 1px,
      transparent 1px 12px
    );
}

.services_hero_right .highlight_marquee-group,
.services_hero_right .highlight_marquee-texts {
  width: auto !important;
  transform: none !important;
  animation: none !important;
}

.services_hero_right .highlight_marquee-group + .highlight_marquee-group {
  display: none !important;
}

.services_hero_right .highlight_marquee-texts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.services_hero_right .highlight_marquee-item {
  width: auto !important;
  min-width: 0 !important;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}

.services_hero_right .highlight_marquee-item .heading-style-h4 {
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 1.1;
  white-space: normal;
}

.services_hero_right .highlight_marquee-item img {
  width: 1.4rem;
  height: 1.4rem;
  object-fit: contain;
}

.about_team_image,
.about_team_list img.icon-1x1-large {
  display: none !important;
  visibility: hidden !important;
}

.about_team_card {
  min-height: 15rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.11), transparent 44%),
    var(--peleman-paper);
}

.about_team_card::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: auto;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, rgba(0, 64, 193, 0.22), rgba(17, 17, 17, 0.03));
  background-size:
    2.4rem 2.4rem,
    2.4rem 2.4rem,
    100% 100%;
}

.section_about_mision {
  color: #f7f7f7;
  background: #111 !important;
}

.section_about_mision .text-style-muted60 {
  color: rgba(247, 247, 247, 0.72) !important;
}

.section_about_mision .about_mision_wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.045) !important;
}

.section_about_mision .about_mision_copy {
  display: grid;
  gap: 1rem;
}

.section_about_mision .about_mision_sign {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section_about_mision .about_mision_signature {
  width: 2.1rem;
  height: 2.1rem;
  flex: 0 0 auto;
}

.section_about_mision .about_mision_visual {
  margin-top: 0;
}

.section_about_mision .about_mision_visual.is-choices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section_about_mision .about_mision_visual div {
  display: grid;
  place-items: center;
  gap: 0.75rem;
  min-height: 7rem;
  color: #f7f7f7;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.24), transparent 52%),
    rgba(255, 255, 255, 0.06);
}

.section_about_mision .about_mision_visual img {
  width: 1.8rem;
  height: 1.8rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.about_team_list-item::before {
  content: "";
  flex: 0 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: var(--peleman-blue);
}

.section_about_team .about_team_card {
  position: relative;
  display: grid;
  min-height: 11.5rem;
  grid-template-rows: auto 1fr;
  align-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.25rem, 2vw, 1.6rem);
  color: var(--peleman-ink) !important;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(135deg, rgba(0, 64, 193, 0.075), transparent 44%),
    #f7f7f7 !important;
  box-shadow: none !important;
}

.section_about_team .about_team_card::before {
  color: var(--peleman-blue);
  font-family: "Space Mono", monospace;
  font-size: 0.82rem;
  line-height: 1;
}

.section_about_team .about_team_card:nth-child(1)::before {
  content: "01";
}

.section_about_team .about_team_card:nth-child(2)::before {
  content: "02";
}

.section_about_team .about_team_card:nth-child(3)::before {
  content: "03";
}

.section_about_team .about_team_card:nth-child(4)::before {
  content: "04";
}

.section_about_team .about_team_card > img.icon-height-medium {
  display: none !important;
}

.section_about_team .about_team_info {
  align-self: end;
  color: var(--peleman-ink) !important;
}

.section_about_team .about_team_info > div:first-child {
  color: var(--peleman-ink) !important;
  font-weight: 500;
}

.section_about_team .about_team_info .text-style-muted60 {
  color: rgba(17, 17, 17, 0.58) !important;
}

.section_about_team .about_team_card::after {
  content: none !important;
  display: none !important;
}

.section_home2_hero {
  min-height: clamp(34rem, 74vh, 43rem) !important;
}

.section_home2_hero .padding-section-small {
  padding-top: clamp(1.5rem, 3vw, 2.5rem) !important;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.section_home2_hero h1 {
  max-width: 17ch;
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 0.96;
}

.section_home2_hero .home2_hero_top .max-width-small {
  max-width: 33rem;
}

.text-nowrap {
  white-space: nowrap;
}

.talk-person {
  position: relative;
  display: block !important;
  width: 4.75rem;
  height: 4.75rem;
  min-height: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  padding: 0 !important;
  background: var(--peleman-paper);
}

.talk-person-image {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  object-fit: cover !important;
  object-position: center center !important;
  filter: grayscale(1);
}

.talk-person .noise {
  display: none !important;
}

.talk-box {
  grid-template-columns: 4.75rem minmax(0, 1fr) !important;
  align-items: center !important;
}

.section_home2_hero .home2_hero_grid {
  align-items: stretch !important;
  min-height: clamp(31rem, 68vh, 39rem) !important;
}

.section_home2_hero .talk-box.is-vertical {
  align-self: center !important;
  justify-self: end;
  grid-template-columns: 5.8rem minmax(0, 1fr) !important;
  width: min(100%, 28rem);
  margin-left: auto;
  margin-bottom: 0;
  padding: 0.55rem 0.75rem 0.55rem 0.55rem !important;
}

.nav-projects {
  display: none !important;
}

.navbar .nav-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(13, 15, 22, 0.72) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transition:
    background-color 220ms var(--peleman-ease),
    box-shadow 220ms var(--peleman-ease);
}

.section_home2_hero .talk-person {
  width: 5.8rem;
  height: 5.8rem;
}

.section_home2_hero .talk-copy {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem;
}

@keyframes peleman-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.section_home2_about .highlight_marquee {
  overflow: hidden;
}

.section_home2_about .highlight_marquee-group {
  flex: 0 0 auto;
  width: max-content;
  animation: peleman-marquee 24s linear infinite;
  will-change: transform;
}

.section_home2_about .highlight_marquee:hover .highlight_marquee-group {
  animation-play-state: paused;
}

.home2_process_top {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

#peleman-process {
  scroll-margin-top: 8rem;
}

.home2_process_top img.icon-height-small {
  display: block !important;
  visibility: visible !important;
  width: 2.1rem !important;
  height: 2.1rem !important;
  flex: 0 0 auto;
  padding: 0.45rem;
  border-radius: 999px;
  background: var(--peleman-blue-soft);
  opacity: 1 !important;
}

.home2_process_card.is-active .home2_process_top img.icon-height-small {
  filter: brightness(0) invert(1);
}

.section_home2_pricing {
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section_home2_pricing + .section_home2_banner {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.home2_banner_info {
  grid-column-gap: clamp(0.75rem, 1.4vw, 1rem) !important;
  grid-row-gap: clamp(0.75rem, 1.4vw, 1rem) !important;
}

.section_home2_testimonials .home2_testimonials_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(0.75rem, 1.6vw, 1rem) !important;
}

.section_home2_testimonials .reason-card {
  min-height: 0 !important;
  aspect-ratio: auto !important;
  color: var(--peleman-ink) !important;
  border: 1px solid var(--peleman-border);
  border-radius: 8px;
  background: var(--peleman-frame) !important;
  box-shadow: none !important;
}

.reason-card .home2_testimonials_top,
.reason-card .home2_testimonials_bottom {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  color: inherit !important;
}

.reason-card .home2_testimonials_top {
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.055);
}

.reason-card_number {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--peleman-blue);
  background: var(--peleman-blue-soft);
  font-size: 0.8rem;
  font-weight: 600;
}

.reason-card .text-style-muted60 {
  color: rgba(17, 17, 17, 0.58) !important;
}

h1,
h2,
h3,
.heading-style-h2,
.heading-style-h3,
.heading-style-h4 {
  text-wrap: balance;
}

.section_home2_hero {
  background-color: #07090f !important;
}

button.nav-menu-button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.pricing_top {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.pricing_support .button {
  width: max-content;
}

.footer .text-color-secondary {
  color: rgba(17, 17, 17, 0.62) !important;
}

.footer_buy .heading-style-h4 {
  line-height: 1.3;
}

.home2_process_card.is-active .text-style-badge {
  color: rgba(255, 255, 255, 0.92);
}

button.home2_process_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.25rem;
  height: auto !important;
  min-height: 0 !important;
}

.project-bottom3_text {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.project-bottom3_text .text-style-muted60 {
  color: rgba(17, 17, 17, 0.6);
}

.section_home2_projects .home2_projects_grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 2.18fr) !important;
  grid-column-gap: clamp(1.5rem, 3.5vw, 3rem) !important;
}

.section_home2_projects .header-right.is-sticky {
  align-self: start;
  gap: 0.85rem;
}

.home2_projects_intro {
  max-width: 22rem;
  margin-top: 0.35rem;
  color: rgba(17, 17, 17, 0.6);
}

.home2_projects_cta {
  width: max-content;
  margin-top: 0.4rem;
}

.section_home2_projects .home2_projects_box {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-column-gap: clamp(0.75rem, 1.6vw, 1.1rem) !important;
  grid-row-gap: clamp(1rem, 2vw, 1.5rem) !important;
}

.section_home2_projects .project-image2 {
  filter: saturate(0.9) contrast(1.02) !important;
}

@media (max-width: 991px) {
  .w-nav.peleman-nav-open .nav-menu.w-nav-menu {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    height: auto !important;
    min-height: 0 !important;
    bottom: auto !important;
    max-height: calc(100vh - 88px);
    overflow: auto;
    padding: 0.75rem 1.25rem 1.5rem;
    background: #fff;
    border-top: 1px solid rgba(17, 17, 17, 0.07);
    box-shadow: 0 22px 34px rgba(17, 17, 17, 0.12);
  }

  .nav-menu .nav-link {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 2.9rem;
    padding: 0.7rem 0.25rem !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    font-size: 1.05rem;
    text-align: left;
  }

  .nav-menu .nav-project {
    width: 100%;
  }

  .nav-menu .nav-links-buttons {
    width: 100%;
    margin-top: 1rem;
  }

  .nav-menu .nav-links-buttons .button {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (pointer: coarse) {
  .button,
  .nav-link,
  .footer_nav-link,
  .tool-picker_tab,
  .tabs-link,
  .home2_process_card {
    min-height: 2.75rem;
  }
}

@media (max-width: 991px) {
  .section_home2_projects .home2_projects_grid {
    grid-template-columns: 1fr !important;
  }

  .section_home2_projects .header-right.is-sticky {
    position: static !important;
  }

  .home2_projects_intro {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .section_home2_projects .home2_projects_box {
    grid-template-columns: 1fr !important;
  }

  .project_gallery_grid,
  .project_gallery_grid.is-showcase {
    grid-template-columns: 1fr !important;
  }

  .project_card_grid {
    grid-template-columns: 1fr !important;
  }

  .about_hero_grid {
    grid-template-columns: 1fr !important;
  }

  .about_identity_header {
    align-items: flex-start;
    flex-direction: column;
  }

  .about_identity_grid,
  .about_mision_visual {
    grid-template-columns: 1fr !important;
  }

  .talk-box,
  .section_home2_hero .talk-box.is-vertical {
    grid-template-columns: 4rem minmax(0, 1fr) !important;
  }

  .section_home2_hero .talk-box.is-vertical {
    align-self: start !important;
    margin-bottom: 0;
    width: 100%;
  }

  .section_home2_hero {
    min-height: auto !important;
  }

  .section_home2_hero .home2_hero_grid {
    min-height: auto !important;
  }

  .section_home2_hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .section_home2_hero h1 .text-nowrap {
    white-space: normal;
  }

  .section_home2_hero .home2_hero_bottom {
    display: none !important;
  }

  .about_identity_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .section_home2_testimonials .home2_testimonials_grid {
    grid-template-columns: 1fr !important;
  }

  .talk-person,
  .section_home2_hero .talk-person {
    width: 4rem;
    height: 4rem;
  }

  .section_service_image {
    padding: 1rem;
  }

  .services_hero_right .section_services_box {
    min-height: 14rem;
  }
}
