:root {
  --junction-font-body: "Manrope", sans-serif;
  --junction-font-heading: "Manrope", sans-serif;
  --heading: var(--junction-font-heading);
  --heading-1: var(--junction-font-heading);
  --heading-2: var(--junction-font-heading);
  --heading-3: var(--junction-font-heading);
  --heading-4: var(--junction-font-heading);
  --heading-5: var(--junction-font-heading);
  --heading-6: var(--junction-font-heading);
  --junction-navy: #0b2e67;
  --junction-navy-hover: #164a9a;
  --junction-ink: #0a0f1f;
  --junction-night: #07111f;
  --junction-charcoal: #151515;
  --junction-charcoal-deep: #131313;
  --junction-charcoal-soft: #171717;
  --junction-slate: #475569;
  --junction-slate-soft: #64748b;
  --junction-line: rgba(11, 46, 103, 0.12);
  --junction-soft: #f8fafc;
  --junction-sky: #38bdf8;
  --junction-sky-soft: #7dd3fc;
  --junction-sky-wash: #ddf4ff;
  --junction-white: #ffffff;
  --junction-gradient: linear-gradient(90deg, var(--junction-navy) 0%, var(--junction-sky) 50%, var(--junction-navy) 100%);
  --junction-ui-gradient: linear-gradient(90deg, var(--junction-navy) 0%, var(--junction-navy-hover) 100%);
  --junction-eyebrow-light-bg-gradient: var(--junction-ui-gradient);
  --junction-eyebrow-dark-bg-gradient: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  --junction-pill-shadow:
    0 12px 28px rgba(15, 23, 42, 0.10),
    0 2px 8px rgba(32, 42, 181, 0.06);
  --base-color: var(--junction-navy);
  --hap-base-color: var(--junction-navy);
  --hap-gradient-color: var(--junction-ui-gradient);
}

body,
button,
input,
select,
textarea,
.elementor,
.hap-section-title p,
.hap-section-title .headline-title {
  font-family: var(--junction-font-body);
}

body {
  color: var(--junction-slate);
  background: var(--junction-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.headline,
.headline h1,
.headline h2,
.headline h3,
.headline-title {
  font-family: var(--junction-font-heading);
  letter-spacing: 0;
}

a {
  color: var(--junction-navy);
}

a:hover,
a:focus {
  color: var(--junction-navy-hover);
}

/* Contextual editorial links: keep body-copy anchors readable without overriding navigation, buttons, cards, tags, breadcrumbs or action links. */
:root {
  --junction-editorial-link-color: var(--junction-navy);
  --junction-editorial-link-hover-color: var(--junction-navy-hover);
  --junction-editorial-link-focus-outline-color: var(--junction-navy-hover);
  --junction-editorial-link-decoration-color: color-mix(in srgb, var(--junction-navy) 64%, transparent);
}

.junction-dark-chapter,
.pfr-dark-band {
  --junction-editorial-link-color: var(--junction-sky-soft);
  --junction-editorial-link-hover-color: var(--junction-sky);
  --junction-editorial-link-focus-outline-color: var(--junction-sky);
  --junction-editorial-link-decoration-color: color-mix(in srgb, var(--junction-sky-soft) 74%, transparent);
}

.elementor :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a {
  color: var(--junction-editorial-link-color);
  text-decoration-color: var(--junction-editorial-link-decoration-color);
  text-underline-offset: 0.16em;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease,
    text-decoration-thickness 180ms ease;
}

.junction-dark-chapter :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a,
.pfr-dark-band :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
}

.elementor :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a:hover,
.elementor :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a:focus {
  color: var(--junction-editorial-link-hover-color);
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.1em;
}

.elementor :where(
  .hap-section-title p,
  .elementor-widget-text-editor p,
  .elementor-widget-text-editor li,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body,
  .hap-testimonial-item .testimonial-desc,
  .junction-testimonial-component .testimonial-desc,
  .junction-project-highlights-section p,
  .junction-project-highlights-section li
) a:focus-visible {
  outline: 2px solid var(--junction-editorial-link-focus-outline-color);
  outline-offset: 3px;
  border-radius: 2px;
}

.hap-section-title .sub-title,
.hap-section-title .sub-title:before,
.hap-eyebrow,
.hap-eyebrow:before,
.hap-pricing-tab-btn .nav-tabs .nav-link.active .hap-price-btn-text,
.hap-service-item:hover .service-arrow a,
.hap-counter-item:before {
  color: var(--junction-navy);
  -webkit-text-fill-color: var(--junction-navy);
}

.junction-eyebrow,
.junction-eyebrow--light-bg .hap-section-title .sub-title,
.junction-eyebrow--dark-bg .hap-section-title .sub-title,
.junction-eyebrow--light-bg.junction-recognition-component .junction-recognition-section__subtitle,
.junction-eyebrow--dark-bg.junction-recognition-component .junction-recognition-section__subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 25px;
  font-family: var(--junction-eyebrow-font-family, var(--junction-font-heading));
  font-size: var(--junction-eyebrow-font-size, 16px);
  font-weight: var(--junction-eyebrow-font-weight, 700);
  line-height: var(--junction-eyebrow-line-height, 1.25);
  letter-spacing: var(--junction-eyebrow-letter-spacing, 0);
  text-transform: var(--junction-eyebrow-text-transform, uppercase);
  font-style: var(--junction-eyebrow-font-style, normal);
}

.junction-eyebrow:before,
.junction-eyebrow--light-bg .hap-section-title .sub-title:before,
.junction-eyebrow--dark-bg .hap-section-title .sub-title:before,
.junction-eyebrow--light-bg.junction-recognition-component .junction-recognition-section__subtitle:before,
.junction-eyebrow--dark-bg.junction-recognition-component .junction-recognition-section__subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f666";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.95em;
  font-weight: 900;
  line-height: 1.25;
}

.junction-eyebrow,
.junction-eyebrow:before,
.junction-eyebrow--light-bg .hap-section-title .sub-title,
.junction-eyebrow--light-bg .hap-section-title .sub-title:before,
.junction-eyebrow--dark-bg .hap-section-title .sub-title,
.junction-eyebrow--dark-bg .hap-section-title .sub-title:before,
.junction-eyebrow--light-bg.junction-recognition-component .junction-recognition-section__subtitle,
.junction-eyebrow--light-bg.junction-recognition-component .junction-recognition-section__subtitle:before,
.junction-eyebrow--dark-bg.junction-recognition-component .junction-recognition-section__subtitle,
.junction-eyebrow--dark-bg.junction-recognition-component .junction-recognition-section__subtitle:before {
  background: var(--junction-eyebrow-accent);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-eyebrow-fallback);
  -webkit-text-fill-color: transparent;
}

.junction-eyebrow--light-bg,
.junction-eyebrow.junction-eyebrow--light-bg {
  --junction-eyebrow-accent: var(--junction-eyebrow-light-bg-gradient);
  --junction-eyebrow-fallback: var(--junction-navy);
}

.junction-eyebrow--dark-bg,
.junction-eyebrow.junction-eyebrow--dark-bg {
  --junction-eyebrow-accent: var(--junction-eyebrow-dark-bg-gradient);
  --junction-eyebrow-fallback: var(--junction-sky-soft);
}

.junction-eyebrow-widget {
  --junction-eyebrow-accent: var(--junction-eyebrow-dark-bg-gradient);
  --junction-eyebrow-fallback: var(--junction-sky-soft);
  display: block;
}

.junction-eyebrow-widget .sub-title {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-left: 25px;
  font-family: var(--junction-eyebrow-font-family, var(--junction-font-heading));
  font-size: var(--junction-eyebrow-font-size, 16px);
  font-weight: var(--junction-eyebrow-font-weight, 700);
  line-height: var(--junction-eyebrow-line-height, 1.25);
  letter-spacing: var(--junction-eyebrow-letter-spacing, 0);
  text-transform: var(--junction-eyebrow-text-transform, uppercase);
  font-style: var(--junction-eyebrow-font-style, normal);
  background: var(--junction-eyebrow-accent);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-eyebrow-fallback);
  -webkit-text-fill-color: transparent;
}

.junction-eyebrow-widget .sub-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f666";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.95em;
  font-weight: 900;
  line-height: 1.25;
  background: var(--junction-eyebrow-accent);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-eyebrow-fallback);
  -webkit-text-fill-color: transparent;
}

.junction-eyebrow-widget--global-light-gradient {
  --junction-eyebrow-accent: var(--junction-eyebrow-dark-bg-gradient);
  --junction-eyebrow-fallback: var(--junction-sky-soft);
}

.junction-eyebrow-widget--global-dark-gradient {
  --junction-eyebrow-accent: var(--junction-eyebrow-light-bg-gradient);
  --junction-eyebrow-fallback: var(--junction-navy);
}

.junction-eyebrow-widget--solid .sub-title,
.junction-eyebrow-widget--solid .sub-title:before {
  background: none;
  color: var(--junction-eyebrow-solid-color, var(--junction-sky-soft));
  -webkit-text-fill-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .junction-eyebrow-widget .wow {
    visibility: visible;
    animation: none;
  }
}

.pfr-purpose-editorial .elementor-widget-wrap {
  overflow: visible;
}

.elementor-widget-junction-build-purpose {
  position: relative;
  z-index: 2;
}

.hap-btn a,
.bi-btn-1 a,
.hap-contact-form button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: var(--junction-white) !important;
  -webkit-text-fill-color: var(--junction-white);
  background: var(--junction-gradient) !important;
  background-size: 200% 100% !important;
  background-position: 0% 50% !important;
  transition: background-position 200ms linear, color 200ms linear;
}

.hap-btn a:hover,
.hap-btn a:focus-visible,
.bi-btn-1 a:hover,
.bi-btn-1 a:focus-visible,
.hap-contact-form button:hover,
.hap-contact-form button:focus-visible {
  color: var(--junction-white) !important;
  -webkit-text-fill-color: var(--junction-white);
  background-position: 120% 50% !important;
}

.hap-btn a i,
.bi-btn-1 a i,
.hap-contact-form button i,
.hap-contact-form button:after {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.hap-btn a:hover i,
.hap-btn a:focus-visible i,
.bi-btn-1 a:hover i,
.bi-btn-1 a:focus-visible i,
.hap-contact-form button:hover i,
.hap-contact-form button:focus-visible i,
.hap-contact-form button:hover:after,
.hap-contact-form button:focus-visible:after {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.hap-btn a:before,
.hap-btn a:after,
.bi-btn-1 a:before,
.bi-btn-1 a:after {
  display: none !important;
}

.back-top-btn,
.back-top-btn:hover,
.back-top-btn:focus-visible,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.wc-block-grid__product-onsale,
.product .onsale,
.product-badge,
.product-badge-new,
.new-badge,
.new-tag,
.status-badge,
.header-cart-btn > span,
.bi-header-section .bi-header-cta-btn-grp .cart-btn span,
.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn span,
.cart-count-bubble,
.mini-cart-count,
.site-header-cart .count,
.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
  color: var(--junction-white) !important;
  -webkit-text-fill-color: var(--junction-white);
  background: var(--junction-ui-gradient) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.back-top-btn:hover,
.back-top-btn:focus-visible {
  background: var(--junction-ui-gradient) !important;
}

.back-top-btn i,
.back-top-btn svg,
.back-top-btn:hover i,
.back-top-btn:hover svg {
  color: var(--junction-white) !important;
  fill: currentColor;
}

.elementor-element-7b110ef .hap-header-top-area {
  background: linear-gradient(90deg, var(--junction-navy) 0%, var(--junction-sky) 100%);
}

.elementor-element-7b110ef .hap-header-top-area a,
.elementor-element-7b110ef .hap-header-top-area li {
  color: var(--junction-white) !important;
}

.elementor-element-7b110ef .hap-header-top-area i,
.elementor-element-7b110ef .hap-header-menu-navigation i {
  color: inherit;
}

.elementor-element-7b110ef .hap-header-top-area .junction-header-socials {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.elementor-element-7b110ef .hap-header-top-area .junction-header-socials > a {
  display: inline-flex;
  align-items: center;
  color: var(--junction-white) !important;
  font-size: 15px;
  line-height: 1;
  margin-left: 30px;
  text-decoration: none;
}

.elementor-element-7b110ef .hap-header-top-area .junction-header-socials > a:first-child {
  margin-left: 0;
}

.elementor-element-7b110ef .hap-header-top-area .junction-header-socials > a:hover,
.elementor-element-7b110ef .hap-header-top-area .junction-header-socials > a:focus-visible {
  color: var(--junction-white) !important;
}

.elementor-element-7b110ef .hap-header-top-area .junction-header-x-logo {
  display: block;
  width: 0.95em;
  height: 0.95em;
  fill: currentColor;
}

.elementor-element-7b110ef .junction-header-mobile-socials > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.elementor-element-7b110ef .junction-header-mobile-socials .junction-header-x-logo {
  display: block;
  width: 0.95em;
  height: 0.95em;
  fill: currentColor;
}

.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation li a {
  color: var(--junction-navy) !important;
  outline: none;
  position: relative;
  z-index: 1;
}

.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li > a::before {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  z-index: auto;
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  opacity: 0;
  content: "";
  transform: scaleX(0.7);
  transform-origin: left center;
  transition: opacity 200ms linear, transform 200ms linear, background-color 200ms linear;
}

.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li:hover > a,
.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li > a:focus-visible {
  color: var(--junction-navy-hover) !important;
}

.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-item > a,
.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-parent > a,
.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-ancestor > a {
  color: var(--junction-navy) !important;
  font-weight: 800;
}

.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-item > a::before,
.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-parent > a::before,
.elementor-element-7b110ef .hap-header-menu-navigation .main-navigation > ul > li.current-menu-ancestor > a::before {
  background: var(--junction-sky);
  opacity: 1;
  transform: scaleX(1);
}

.elementor-element-7b110ef .hap-header-section.white-bg-header #main-nav > li.dropdown::after,
.elementor-element-7b110ef .hap-header-section.white-bg-header #main-nav > li.dropdown.current-menu-item::after,
.elementor-element-7b110ef .hap-header-section.white-bg-header #main-nav > li.dropdown.current-menu-parent::after,
.elementor-element-7b110ef .hap-header-section.white-bg-header #main-nav > li.dropdown.current-menu-ancestor::after {
  color: var(--junction-navy);
}

.elementor-element-7b110ef .hap-header-menu-navigation .hap-header-cta-btn-grp button,
.elementor-element-7b110ef .hap-header-menu-navigation .hap-header-cta-btn-grp .cart-btn {
  color: var(--junction-navy);
}

.elementor-element-7b110ef .hap-header-menu-navigation .hap-search-btn button {
  background: transparent !important;
  transform: translateY(0) scale(1);
  transition: color 180ms ease, transform 180ms ease;
}

.elementor-element-7b110ef .hap-header-menu-navigation .hap-search-btn button:hover,
.elementor-element-7b110ef .hap-header-menu-navigation .hap-search-btn button:focus-visible {
  color: var(--junction-navy-hover);
  background: transparent !important;
  transform: translateY(-1px) scale(1.05);
}

.elementor-element-7b110ef .hap-header-menu-navigation .hap-search-btn button i,
.elementor-element-7b110ef .hap-header-menu-navigation .hap-search-btn button svg {
  color: inherit;
  fill: currentColor;
}

.elementor-element-7b110ef .hap-header-menu-navigation .hap-header-cta-btn-grp .cart-btn span {
  color: var(--junction-white) !important;
  -webkit-text-fill-color: var(--junction-white);
  background: var(--junction-ui-gradient) !important;
  background-size: 100% 100% !important;
}

.elementor-element-7b110ef .hap-header-section .main-navigation .dropdown-menu {
  left: 50%;
  min-width: 262px;
  width: 262px;
  padding: 12px 10px;
  border: 1px solid var(--junction-line);
  border-radius: 8px;
  background: var(--junction-white);
  box-shadow: 0 16px 40px rgba(10, 15, 31, 0.1), 0 2px 8px rgba(10, 15, 31, 0.04);
  visibility: hidden;
  opacity: 0;
  transform: translateX(calc(-50% - 5px)) translateY(6px);
  transform-origin: 50% 0 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.elementor-element-7b110ef .hap-header-section .main-navigation > ul > li.dropdown:hover > .dropdown-menu,
.elementor-element-7b110ef .hap-header-section .main-navigation > ul > li.dropdown:focus-within > .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  clip: inherit;
  transform: translateX(calc(-50% - 5px)) translateY(0) !important;
}

.elementor-element-7b110ef .hap-header-section .main-navigation > ul > li.dropdown:hover > .dropdown-menu *,
.elementor-element-7b110ef .hap-header-section .main-navigation > ul > li.dropdown:focus-within > .dropdown-menu * {
  visibility: visible !important;
}

.elementor-element-7b110ef .hap-header-section .main-navigation .dropdown-menu li {
  border-radius: 6px;
}

.elementor-element-7b110ef .hap-header-section .main-navigation .navbar-nav .dropdown-menu a {
  padding: 10px 14px !important;
  border-radius: 6px;
  color: var(--junction-navy) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 200ms linear;
}

.elementor-element-7b110ef .hap-header-section .main-navigation .navbar-nav .dropdown-menu a:hover,
.elementor-element-7b110ef .hap-header-section .main-navigation .navbar-nav .dropdown-menu a:focus-visible {
  background: transparent;
  color: var(--junction-navy-hover) !important;
}

.elementor-element-7b110ef .hap-header-section .main-navigation a:focus-visible,
.elementor-element-7b110ef .hap-header-section button:focus-visible,
.elementor-element-7b110ef .mobile_menu a:focus-visible,
.elementor-element-7b110ef .mobile_menu button:focus-visible,
.elementor-element-7b110ef .mobile_menu .dropdown-btn:focus-visible,
.elementor-element-7b110ef .mobile_menu_close:focus-visible,
.elementor-element-7b110ef .mobile_menu_button:focus-visible {
  outline: 2px solid var(--junction-sky);
  outline-offset: 3px;
}

.elementor-element-7b110ef .mobile_menu_button {
  color: var(--junction-navy);
}

.elementor-element-7b110ef .mobile_menu_content {
  background: var(--junction-night);
}

.elementor-element-7b110ef .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  border-radius: 6px;
  color: var(--junction-soft);
  font-family: var(--junction-font-body);
  font-weight: 700;
}

.elementor-element-7b110ef .mobile_menu_content .mobile-main-navigation .navbar-nav li a:hover,
.elementor-element-7b110ef .mobile_menu_content .mobile-main-navigation .navbar-nav li a:focus-visible,
.elementor-element-7b110ef .mobile_menu_content .mobile-main-navigation .navbar-nav li.current-menu-item > a {
  color: var(--junction-sky-soft);
}

.elementor-element-7b110ef .mobile_menu .dropdown .dropdown-btn,
.elementor-element-7b110ef .mobile_menu .mobile_menu_close {
  color: var(--junction-sky-soft);
}

.elementor-3018 .elementor-element-e553d04 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-e553d04 .hap-section-title .sub-title:before {
  background: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-e553d04 .hap-section-title .headline-title {
  font-size: 48px !important;
  line-height: 1.08em !important;
  text-transform: none !important;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-e553d04 .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.1em !important;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-e553d04 .hap-section-title .headline-title {
    font-size: 36px !important;
    line-height: 1.12em !important;
  }
}

.elementor-3018 .elementor-element-56bd868 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-56bd868 .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo {
  width: 25%;
  height: 104px;
  padding: 0 26px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(4n) {
  border-right: 0;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(n+5) {
  border-bottom: 0;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  opacity: 0.72;
  filter: grayscale(1);
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(1) img {
  max-width: 132px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(2) img {
  max-width: 138px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(3) img {
  max-width: 44px;
  max-height: 44px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(4) img {
  max-width: 150px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(5) img {
  max-width: 116px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(6) img {
  max-width: 142px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(7) img {
  max-width: 134px;
}

.elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(8) img {
  max-width: 116px;
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo {
    width: 50%;
    padding: 0 18px;
  }

  .elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(4n) {
    border-right: 1px solid #f1f1f1;
  }

  .elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(2n) {
    border-right: 0;
  }

  .elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(n+5) {
    border-bottom: 1px solid #f1f1f1;
  }

  .elementor-3018 .elementor-element-56bd868 .hap-sponsor-logo-area .sponsor-logo:nth-child(n+7) {
    border-bottom: 0;
  }
}

.elementor-3018 .elementor-element-893c7ea .hap-section-title .sub-title,
.elementor-3018 .elementor-element-893c7ea .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-d51ba71 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-d51ba71 .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-d51ba71 .hap-section-title .headline-title {
  color: #0f172a;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-btn .nav-tabs .nav-link .hap-price-btn-text {
  color: #0f172a;
  font-family: var(--junction-font-body) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: none;
  -webkit-text-fill-color: #0f172a;
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .plan-price {
  background: var(--junction-navy) !important;
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
  color: var(--junction-white);
  font-family: var(--junction-font-heading) !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.18em;
  text-transform: none;
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .price-plan-title span {
  color: var(--junction-soft);
  display: block;
  font-family: var(--junction-font-body) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
  text-transform: none;
  -webkit-text-fill-color: var(--junction-soft);
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .plan-price h4 {
  color: var(--junction-white);
  font-family: var(--junction-font-body) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  -webkit-text-fill-color: var(--junction-white);
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .plan-price span {
  display: none;
}

.elementor-3018 .elementor-element-0214470 .hap-pricing-list-area li {
  color: #1f2937;
  font-family: var(--junction-font-body) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35em;
  text-transform: none;
  -webkit-text-fill-color: #1f2937;
}

.elementor-3018 .elementor-element-c121aac .hap-section-title .sub-title,
.elementor-3018 .elementor-element-c121aac .hap-section-title .sub-title:before,
.elementor-3018 .elementor-element-b2246b5 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-b2246b5 .hap-section-title .sub-title:before {
  background: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-c121aac .hap-section-title .headline-title {
  color: var(--junction-white);
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
}

.elementor-3018 .elementor-element-c121aac .hap-section-title p {
  color: #cbd5e1;
  font-family: var(--junction-font-body) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  text-transform: none;
}

.elementor-3018 .elementor-element-ee455d0 .hap-skill-progress-item .skill-text h3 {
  font-family: var(--junction-font-heading) !important;
  text-transform: none;
}

.elementor-3018 .elementor-element-ee455d0 .hap-skill-progress-item .skill-text p {
  color: #cbd5e1;
  font-family: var(--junction-font-body) !important;
}

.elementor-3018 .elementor-element-b2246b5 .hap-section-title .headline-title,
.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button span,
.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-body,
.junction-faq-title .hap-section-title .headline-title,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button span,
.junction-faq-accordion .hap-faq-accordion-area .accordion-body {
  text-transform: none !important;
}

.elementor-3018 .elementor-element-b2246b5 > .elementor-widget-container,
.junction-faq-title > .elementor-widget-container {
  margin: 0 0 20px 0 !important;
}

.elementor-3018 .elementor-element-b2246b5 .hap-section-title .sub-title {
  font-family: var(--junction-font-heading) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25em !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.junction-faq-title .hap-section-title .sub-title {
  font-family: var(--junction-font-heading) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25em !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-b2246b5 .hap-section-title .headline-title,
.junction-faq-title .hap-section-title .headline-title {
  color: var(--junction-white) !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.12em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-item,
.junction-faq-accordion .hap-faq-accordion-area .accordion-item {
  border-color: #334155 !important;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button {
  color: var(--junction-white) !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-widget-bi-accordion-two .hap-faq-accordion-area .accordion-button {
  padding-right: 52px !important;
  position: relative;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button span,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button span {
  color: var(--junction-white) !important;
  -webkit-text-fill-color: var(--junction-white) !important;
}

.elementor-widget-bi-accordion-two .hap-faq-accordion-area .accordion-button span {
  display: block;
  max-width: 100%;
  min-width: 0;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button:not(.collapsed) span,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button:not(.collapsed) span {
  background: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: var(--junction-sky-soft) !important;
  -webkit-text-fill-color: transparent !important;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-body,
.junction-faq-accordion .hap-faq-accordion-area .accordion-body {
  color: #cbd5e1 !important;
  font-family: var(--junction-font-body) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65em !important;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-body p,
.junction-faq-accordion .hap-faq-accordion-area .accordion-body p {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button::after,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button::after {
  top: 6px;
  right: 5px;
  background-image: none !important;
  color: #373737 !important;
  -webkit-text-fill-color: #373737 !important;
}

.elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button:not(.collapsed)::after,
.junction-faq-accordion .hap-faq-accordion-area .accordion-button:not(.collapsed)::after {
  background-color: transparent !important;
  background-image: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: var(--junction-sky-soft) !important;
  -webkit-text-fill-color: transparent !important;
}

.junction-faq-accordion--light-bg .hap-faq-accordion-area .accordion-button:not(.collapsed) span,
.junction-faq-accordion--light-bg .hap-faq-accordion-area .accordion-button:not(.collapsed)::after {
  background: var(--junction-eyebrow-light-bg-gradient) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: var(--junction-navy) !important;
  -webkit-text-fill-color: transparent !important;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-d51ba71 .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-c121aac .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-b2246b5 .hap-section-title .headline-title,
  .junction-faq-title .hap-section-title .headline-title {
    font-size: 40px !important;
    line-height: 1.12em !important;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-d51ba71 .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .elementor-3018 .elementor-element-0214470 .hap-pricing-tab-img-price .plan-price-title .plan-price h4,
  .elementor-3018 .elementor-element-0214470 .hap-pricing-list-area li {
    font-size: 16px;
  }

  .elementor-3018 .elementor-element-c121aac .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-c121aac .hap-section-title p {
    font-size: 16px;
    line-height: 1.6em;
  }

  .elementor-3018 .elementor-element-b2246b5 > .elementor-widget-container,
  .junction-faq-title > .elementor-widget-container {
    margin: 0 0 10px 0 !important;
  }

  .elementor-3018 .elementor-element-b2246b5 .hap-section-title .headline-title,
  .junction-faq-title .hap-section-title .headline-title {
    font-size: 32px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-button,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-button {
    font-size: 18px !important;
  }

  .elementor-3018 .elementor-element-20f7643 .hap-faq-accordion-area .accordion-body,
  .junction-faq-accordion .hap-faq-accordion-area .accordion-body {
    font-size: 15px !important;
  }
}

.elementor-3018 .elementor-element-3a2accc .hap-section-title .sub-title,
.elementor-3018 .elementor-element-3a2accc .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-3a2accc .hap-section-title .headline-title {
  color: #0f172a !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-0e07ff2 .hap-portfolio-item .project-text h3 a,
.elementor-3018 .elementor-element-84aaaff .hap-portfolio-item .project-text h3 a,
.elementor-3018 .elementor-element-b2f0081 .hap-portfolio-item .project-text h3 a,
.elementor-3018 .elementor-element-21ece72 .hap-portfolio-item .project-text h3 a,
.elementor-3018 .elementor-element-23933d5 .hap-portfolio-item .project-text h3 a {
  color: #0f172a;
  font-family: var(--junction-font-heading) !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: none;
  letter-spacing: 0;
}

.elementor-3018 .elementor-element-0e07ff2 .hap-portfolio-item:hover .project-text h3 a,
.elementor-3018 .elementor-element-84aaaff .hap-portfolio-item:hover .project-text h3 a,
.elementor-3018 .elementor-element-b2f0081 .hap-portfolio-item:hover .project-text h3 a,
.elementor-3018 .elementor-element-21ece72 .hap-portfolio-item:hover .project-text h3 a,
.elementor-3018 .elementor-element-23933d5 .hap-portfolio-item:hover .project-text h3 a {
  color: var(--junction-white);
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-3a2accc .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-3a2accc .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-0e07ff2 .hap-portfolio-item .project-text h3 a,
  .elementor-3018 .elementor-element-84aaaff .hap-portfolio-item .project-text h3 a,
  .elementor-3018 .elementor-element-b2f0081 .hap-portfolio-item .project-text h3 a,
  .elementor-3018 .elementor-element-21ece72 .hap-portfolio-item .project-text h3 a,
  .elementor-3018 .elementor-element-23933d5 .hap-portfolio-item .project-text h3 a {
    font-size: 18px;
    line-height: 1.28em;
  }
}

.elementor-3018 .elementor-element-7f4d2a1 > .elementor-widget-container,
.junction-testimonial-title > .elementor-widget-container {
  margin: 0 0 45px 0;
}

.elementor-3018 .elementor-element-7f4d2a1 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-7f4d2a1 .hap-section-title .sub-title:before,
.junction-testimonial-title .hap-section-title .sub-title,
.junction-testimonial-title .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-7f4d2a1 .hap-section-title .headline-title,
.junction-testimonial-title .hap-section-title .headline-title {
  color: #0f172a !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-slider,
.junction-testimonial-component .hap-testimonial-slider {
  max-width: 1120px;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item,
.junction-testimonial-component .hap-testimonial-item {
  overflow: visible;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-img,
.junction-testimonial-component .hap-testimonial-item .testimoial-img {
  flex: 0 0 148px;
  width: 148px;
  height: 148px;
  margin-right: 24px;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-img img,
.junction-testimonial-component .hap-testimonial-item .testimoial-img img {
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(11, 46, 103, 0.12);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author {
  max-width: 880px;
  padding: 52px 72px;
  border-radius: 72px;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author:before,
.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author:after,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author:before,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author:after {
  border-radius: 72px;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author .testimonial-desc,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author .testimonial-desc {
  color: #0d0d0d;
  font-family: var(--junction-font-body) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.48em !important;
  margin-bottom: 22px;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author .testimonial-desc strong,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author .testimonial-desc strong {
  color: #0f172a;
  font-weight: 700;
}

.elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author .testimonial-author h3,
.junction-testimonial-component .hap-testimonial-item .testimoial-text-author .testimonial-author h3 {
  font-family: var(--junction-font-heading) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.elementor-3018 .elementor-element-84bfe7e .testimonial-author span,
.junction-testimonial-component .testimonial-author span {
  font-family: var(--junction-font-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-7f4d2a1 .hap-section-title .headline-title,
  .junction-testimonial-title .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author .testimonial-desc,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author .testimonial-desc {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }
}

@media (max-width: 991px) {
  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-img,
  .junction-testimonial-component .hap-testimonial-item .testimoial-img {
    flex-basis: 132px;
    width: 132px;
    height: 132px;
    margin: 0 auto 24px;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author {
    max-width: 100%;
    padding: 44px 42px;
    border-radius: 48px;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author:before,
  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author:after,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author:before,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author:after {
    border-radius: 48px;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-7f4d2a1 .hap-section-title .headline-title,
  .junction-testimonial-title .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author .testimonial-desc,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author .testimonial-desc {
    font-size: 15px !important;
    line-height: 1.52em !important;
  }
}

@media (max-width: 680px) {
  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-img,
  .junction-testimonial-component .hap-testimonial-item .testimoial-img {
    flex-basis: 112px;
    width: 112px;
    height: 112px;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-img img,
  .junction-testimonial-component .hap-testimonial-item .testimoial-img img {
    padding: 15px;
  }

  .elementor-3018 .elementor-element-84bfe7e .hap-testimonial-item .testimoial-text-author,
  .junction-testimonial-component .hap-testimonial-item .testimoial-text-author {
    max-width: calc(100% - 24px);
    padding: 34px 22px;
    border-radius: 24px;
  }
}

.elementor-3018 .elementor-element-04697bc .hap-section-title .sub-title,
.elementor-3018 .elementor-element-04697bc .hap-section-title .sub-title:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-04697bc .hap-section-title .headline-title {
  color: #0f172a !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-04697bc .hap-section-title p {
  color: #1f2937 !important;
  font-family: var(--junction-font-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55em !important;
  max-width: 820px;
  margin: 18px auto 0;
  text-transform: none !important;
}

.elementor-3018 .junction-project-highlights-content {
  padding-top: 20px;
}

.elementor-3018 .junction-project-highlights-content > .elementor-container {
  align-items: stretch;
}

.elementor-3018 .junction-project-highlights-card-wrapper > .elementor-widget-wrap {
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 30px;
  max-width: 402px;
}

.elementor-3018 .elementor-element-jphcol1.junction-project-highlights-card-wrapper {
  animation-delay: 200ms;
  animation-duration: 1000ms;
}

.elementor-3018 .elementor-element-jphcol2.junction-project-highlights-card-wrapper {
  animation-delay: 300ms;
  animation-duration: 1000ms;
}

.elementor-3018 .elementor-element-jphcol3.junction-project-highlights-card-wrapper {
  animation-delay: 400ms;
  animation-duration: 1000ms;
}

.elementor-3018 .junction-project-highlights-image {
  margin-bottom: 25px;
  width: 100%;
}

.elementor-3018 .junction-project-highlights-image .elementor-widget-container {
  border-radius: 10px;
  max-width: 380px;
  overflow: hidden;
}

.elementor-3018 .junction-project-highlights-image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 500ms ease;
}

.elementor-3018 .junction-project-highlights-card-wrapper:hover .junction-project-highlights-image img {
  transform: scale(1.05);
}

.elementor-3018 .junction-project-highlights-heading,
.elementor-3018 .junction-project-highlights-description {
  max-width: 360px;
  width: 100%;
}

.elementor-3018 .junction-project-highlights-heading {
  margin-bottom: 0;
}

.elementor-3018 .junction-project-highlights-heading .elementor-heading-title {
  color: #0f172a !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.18em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .junction-project-highlights-description p {
  color: #475569;
  font-family: var(--junction-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin: 14px 0 0;
  text-transform: none;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-04697bc .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-04697bc .hap-section-title p {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-04697bc .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-04697bc .hap-section-title p {
    font-size: 16px !important;
  }

  .elementor-3018 .junction-project-highlights-image img {
    height: 220px;
  }

  .elementor-3018 .junction-project-highlights-heading .elementor-heading-title {
    font-size: 22px !important;
  }
}

.elementor-3018 .elementor-element-2d1fe2a .hap-section-title .sub-title,
.elementor-3018 .elementor-element-2d1fe2a .hap-section-title .sub-title:before {
  background: linear-gradient(90deg, #f8fafc 0%, #7dd3fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f8fafc;
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-2d1fe2a .hap-section-title .headline-title,
.junction-contact-title .hap-section-title .headline-title {
  color: #fff !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.elementor-3018 .elementor-element-2d1fe2a .hap-section-title p,
.junction-contact-title .hap-section-title p {
  color: #cbd5e1 !important;
  font-family: var(--junction-font-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.65em !important;
  text-transform: none !important;
}

.elementor-3018 .elementor-element-a31b56f .elementor-icon-list-icon {
  display: none;
}

.elementor-3018 .elementor-element-a31b56f .elementor-icon-list-text,
.junction-contact-links .elementor-icon-list-text {
  color: #cbd5e1 !important;
  font-family: var(--junction-font-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.55em !important;
  text-transform: none !important;
}

.elementor-3018 .elementor-element-c0042b0 .hap-contact-form input,
.elementor-3018 .elementor-element-c0042b0 .hap-contact-form select,
.elementor-3018 .elementor-element-c0042b0 .hap-contact-form textarea,
.elementor-3018 .elementor-element-c0042b0 .hap-contact-form button,
.junction-contact-form .hap-contact-form input,
.junction-contact-form .hap-contact-form select,
.junction-contact-form .hap-contact-form textarea,
.junction-contact-form .hap-contact-form button {
  font-family: var(--junction-font-body) !important;
}

.elementor-3018 .elementor-element-c0042b0 .hap-contact-form .hap-contact-select:before,
.junction-contact-form .hap-contact-form .hap-contact-select:before {
  color: #0b2e67;
  background-color: #ddf4ff;
  pointer-events: none;
}

.elementor-3018 .elementor-element-c0042b0 .hap-contact-form button,
.junction-contact-form .hap-contact-form button {
  text-transform: none !important;
}

.elementor-3018 .elementor-element-c0042b0 .hap-contact-form button:after,
.junction-contact-form .hap-contact-form button:after {
  content: "\f061";
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transform: rotate(-45deg);
  transition: all 200ms linear 0ms;
}

.elementor-3018 .elementor-element-c0042b0 .hap-contact-form button:hover:after,
.elementor-3018 .elementor-element-c0042b0 .hap-contact-form button:focus-visible:after,
.junction-contact-form .hap-contact-form button:hover:after,
.junction-contact-form .hap-contact-form button:focus-visible:after {
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-2d1fe2a .hap-section-title .headline-title,
  .junction-contact-title .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-2d1fe2a .hap-section-title p,
  .junction-contact-title .hap-section-title p {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-2d1fe2a .hap-section-title .headline-title,
  .junction-contact-title .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-2d1fe2a .hap-section-title p,
  .junction-contact-title .hap-section-title p {
    font-size: 16px !important;
  }
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px 0 82px;
  text-align: center;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section__intro {
  max-width: 820px;
  margin: 0 auto 46px;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section__subtitle {
  margin-bottom: 16px;
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section__subtitle:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section h2 {
  margin: 0;
  color: #0a0f1f;
  font-family: var(--junction-font-heading);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-section__assets {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 244px;
  padding: 34px 34px 32px;
  border: 1px solid rgba(11, 46, 103, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 15, 31, 0.06);
  text-align: center;
  transition: border-color 200ms linear, transform 200ms linear, box-shadow 200ms linear;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card:hover,
.elementor-3018 .elementor-element-jstrust .junction-recognition-card:focus-visible {
  border-color: rgba(11, 46, 103, 0.28);
  box-shadow: 0 22px 54px rgba(10, 15, 31, 0.1);
  transform: translateY(-2px);
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #0b2e67;
  font-family: var(--junction-font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card img {
  display: block;
  max-width: 100%;
  height: auto;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--standard img {
  width: 260px;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside img {
  width: 214px;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card__copy {
  display: block;
  max-width: 360px;
  margin-top: 22px;
  color: #475569;
  font-family: var(--junction-font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside .junction-recognition-card__copy {
  color: #0b2e67;
  font-weight: 700;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 230px);
  gap: 34px;
  align-items: center;
  justify-items: center;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside .junction-recognition-card__media {
  display: block;
  width: 100%;
  max-width: 230px;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside .junction-recognition-card__body {
  display: block;
  width: 100%;
}

.elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside .junction-recognition-card__eyebrow {
  color: #0a0f1f;
}

.junction-faq-title .hap-section-title .sub-title,
.junction-faq-title .hap-section-title .sub-title:before,
.junction-recognition-component .junction-recognition-section__subtitle,
.junction-recognition-component .junction-recognition-section__subtitle:before {
  background: var(--junction-ui-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-navy);
  -webkit-text-fill-color: transparent;
}

.junction-faq-title .hap-section-title .headline-title,
.junction-recognition-section .hap-section-title .headline-title {
  color: #0f172a !important;
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.junction-faq-accordion .hap-faq-accordion-area .accordion-item {
  border-color: rgba(15, 23, 42, 0.16) !important;
}

.junction-faq-accordion .hap-faq-accordion-area .accordion-button {
  color: #111827 !important;
}

.junction-faq-accordion .hap-faq-accordion-area .accordion-button span {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}

.junction-faq-accordion .hap-faq-accordion-area .accordion-body,
.junction-faq-accordion .hap-faq-accordion-area .accordion-body p {
  color: var(--junction-slate) !important;
}

.junction-recognition-component .junction-recognition-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px 0 82px;
  text-align: center;
}

.junction-trusted-partnerships {
  width: 100%;
  padding: 0 10px;
  background: #fff;
  box-sizing: border-box;
}

.junction-trusted-partnerships.junction-recognition-component .junction-recognition-section__assets.junction-recognition-section__assets--single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.junction-trusted-partnerships .junction-recognition-section__assets > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.junction-trusted-partnerships .junction-recognition-section__assets > .elementor-container > .elementor-column {
  width: 100% !important;
}

.junction-recognition-component .junction-recognition-section__intro {
  max-width: 820px;
  margin: 0 auto 46px;
}

.junction-recognition-section .junction-recognition-section__intro.elementor-widget-bin-section-title {
  max-width: 920px;
}

.junction-recognition-component .junction-recognition-section__subtitle {
  margin-bottom: 16px;
}

.junction-recognition-component .junction-recognition-section h2 {
  margin: 0;
  color: #0a0f1f;
  font-family: var(--junction-font-heading);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.junction-recognition-component .junction-recognition-section__assets {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
}

.junction-recognition-section .junction-recognition-section__assets.elementor-section {
  display: block;
}

.junction-recognition-section__assets > .elementor-container {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}

.junction-recognition-section__assets--single > .elementor-container {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.junction-recognition-section__assets > .elementor-container > .elementor-column {
  width: auto !important;
  min-width: 0;
}

.junction-recognition-section__assets .elementor-widget-wrap {
  align-content: stretch;
  align-items: stretch;
  padding: 0 !important;
}

.junction-recognition-section__assets .elementor-widget-junction-recognition-card,
.junction-recognition-section__assets .elementor-widget-junction-recognition-card > .elementor-widget-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.junction-recognition-component .junction-recognition-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 244px;
  padding: 34px 34px 32px;
  border: 1px solid rgba(11, 46, 103, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 15, 31, 0.06);
  text-align: center;
  transition: border-color 200ms linear, transform 200ms linear, box-shadow 200ms linear;
}

.junction-recognition-section .junction-recognition-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.junction-recognition-component .junction-recognition-card:hover,
.junction-recognition-component .junction-recognition-card:focus-visible {
  border-color: rgba(11, 46, 103, 0.28);
  box-shadow: 0 22px 54px rgba(10, 15, 31, 0.1);
  transform: translateY(-2px);
}

.junction-recognition-component .junction-recognition-card__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #0b2e67;
  font-family: var(--junction-font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.junction-recognition-component .junction-recognition-card img {
  display: block;
  max-width: 100%;
  height: auto;
}

.junction-recognition-component .junction-recognition-card--standard img {
  width: 260px;
}

.junction-recognition-component .junction-recognition-card--media-aside img {
  width: 214px;
}

.junction-recognition-component .junction-recognition-card__copy {
  display: block;
  max-width: 360px;
  margin-top: 22px;
  color: #475569;
  font-family: var(--junction-font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

.junction-recognition-component .junction-recognition-card--media-aside .junction-recognition-card__copy {
  color: #0b2e67;
  font-weight: 700;
}

.junction-recognition-card--media-aside .junction-recognition-card__copy {
  max-width: none;
  white-space: nowrap;
}

.junction-recognition-component .junction-recognition-card--media-aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 230px);
  gap: 34px;
  align-items: center;
  justify-items: center;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.junction-recognition-component .junction-recognition-card--media-aside .junction-recognition-card__media {
  display: block;
  width: 100%;
  max-width: 230px;
}

.junction-recognition-component .junction-recognition-card--media-aside .junction-recognition-card__body {
  display: block;
  width: 100%;
}

.junction-recognition-component .junction-recognition-card--media-aside .junction-recognition-card__eyebrow {
  color: #0a0f1f;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-jstrust .junction-recognition-section h2 {
    font-size: 44px;
    line-height: 1.12;
  }

  .junction-faq-title .hap-section-title .headline-title,
  .junction-recognition-section .hap-section-title .headline-title,
  .junction-recognition-component .junction-recognition-section h2 {
    font-size: 44px !important;
    line-height: 1.12 !important;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-section__assets {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .junction-recognition-component .junction-recognition-section__assets {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .junction-recognition-section__assets > .elementor-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  }

  .junction-recognition-component .junction-recognition-card--media-aside {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-jstrust .junction-recognition-section {
    padding: 30px 0 66px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-section__intro {
    margin-bottom: 34px;
  }

  .junction-recognition-component .junction-recognition-section {
    padding: 30px 0 66px;
  }

  .junction-recognition-component .junction-recognition-section__intro {
    margin-bottom: 34px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-section h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .junction-faq-title .hap-section-title .headline-title,
  .junction-recognition-section .hap-section-title .headline-title,
  .junction-recognition-component .junction-recognition-section h2 {
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-section__assets {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .junction-recognition-component .junction-recognition-section__assets {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .junction-recognition-section__assets > .elementor-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-card {
    min-height: 0;
    padding: 28px 22px 26px;
  }

  .junction-recognition-component .junction-recognition-card {
    min-height: 0;
    padding: 28px 22px 26px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-card--media-aside img {
    width: 210px;
  }

  .junction-recognition-component .junction-recognition-card--media-aside {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .junction-recognition-component .junction-recognition-card--media-aside img {
    width: 210px;
  }

  .elementor-3018 .elementor-element-jstrust .junction-recognition-card__copy {
    font-size: 16px;
  }

  .junction-recognition-component .junction-recognition-card__copy {
    font-size: 16px;
  }

  .junction-recognition-card--media-aside .junction-recognition-card__copy {
    white-space: normal;
  }
}

.elementor-3018 .elementor-element-893c7ea .hap-section-title .headline-title,
.elementor-3018 .elementor-element-893c7ea .hap-section-title p,
.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3,
.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3 a,
.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-description {
  text-transform: none !important;
}

.elementor-3018 .elementor-element-893c7ea .hap-section-title .headline-title {
  color: #0f172a;
  font-family: var(--junction-font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

.junction-about-visual.hap-about-img-area .about-img,
.junction-about-visual .hap-about-img-area .about-img {
  position: relative;
  z-index: 1;
}

.junction-about-visual.hap-about-img-area .about-shape1,
.junction-about-visual.hap-about-img-area .about-shape2,
.junction-about-visual .hap-about-img-area .about-shape1,
.junction-about-visual .hap-about-img-area .about-shape2 {
  z-index: -1;
  pointer-events: none;
}

.junction-about-visual.hap-about-img-area .about-shape1,
.junction-about-visual .hap-about-img-area .about-shape1 {
  top: 37%;
  left: -44%;
  transform: translateY(-50%);
}

.junction-about-visual.hap-about-img-area .about-shape1 img,
.junction-about-visual .hap-about-img-area .about-shape1 img {
  display: block;
  width: 430px;
  max-width: none;
  height: auto;
}

.junction-about-visual.hap-about-img-area .about-shape2,
.junction-about-visual .hap-about-img-area .about-shape2 {
  top: 96px;
  right: -18px;
}

.junction-about-visual.hap-about-img-area .about-shape2 img,
.junction-about-visual .hap-about-img-area .about-shape2 img {
  display: block;
  width: 260px;
  max-width: none;
  height: auto;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-img-area .about-exp {
  z-index: 3;
}

@media (min-width: 1025px) {
  .pfr-intro-inner--editorial .pfr-purpose-editorial {
    --pfr-purpose-media-x: clamp(-52px, calc(-8px - (100vw - 1180px) * 0.235), -8px);
    --pfr-purpose-media-y: clamp(46px, calc(304px - 16.1vw), 84px);
    --pfr-purpose-heading-y: clamp(40px, calc(298px - 16.1vw), 78px);
    align-items: start;
  }

  .elementor .pfr-intro-inner--editorial .pfr-purpose-editorial > figure.pfr-purpose-media.junction-about-visual {
    justify-self: start;
    width: 100%;
    margin-inline-start: var(--pfr-purpose-media-x);
    margin-top: var(--pfr-purpose-media-y);
  }

  .pfr-intro-inner--editorial .pfr-purpose-editorial > .pfr-section-heading {
    padding-top: var(--pfr-purpose-heading-y);
  }
}

.elementor-3018 .elementor-element-893c7ea .hap-section-title p {
  color: var(--junction-slate);
  font-family: var(--junction-font-body);
  font-size: 18px;
  line-height: 1.65em;
  padding-top: 17px;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-area {
  align-items: stretch;
  max-width: 720px;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-area:before {
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  background-color: rgba(203, 213, 225, 0.42);
  transform: none;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-area:after {
  top: 0;
  left: 50%;
  height: 100%;
  background-color: rgba(203, 213, 225, 0.42);
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item {
  align-items: flex-start !important;
  gap: 14px;
  min-height: 178px;
  margin-bottom: 0;
  padding: 0 26px 36px 0;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item:nth-child(2n) {
  padding-left: 32px;
  padding-right: 0;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item:nth-child(n+3) {
  padding-top: 36px;
  padding-bottom: 0;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-icon {
  flex: 0 0 58px;
  width: 58px;
  margin-right: 0;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-icon img {
  display: block;
  width: 58px;
  height: 58px;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text {
  flex: 1 1 auto;
  min-width: 0;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3,
.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3 a {
  color: #1f2937;
  font-family: var(--junction-font-heading);
  font-size: 20px;
  line-height: 1.25em;
  max-width: 240px;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3 a {
  display: block;
  pointer-events: none;
  cursor: default;
}

.elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-description {
  color: var(--junction-slate-soft);
  font-family: var(--junction-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55em;
  margin: 8px 0 0;
  max-width: 240px;
}

.elementor-3018 .elementor-element-893c7ea .hap-btn {
  margin-top: 50px;
}

@media (min-width: 1151px) {
  .elementor-3018 .elementor-element-893c7ea .hap-btn {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-893c7ea .hap-section-title .headline-title {
    font-size: 36px;
    line-height: 1.14em;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-section-title p {
    font-size: 16px;
    line-height: 1.6em;
  }

  .junction-about-visual.hap-about-img-area .about-shape1 img,
  .junction-about-visual .hap-about-img-area .about-shape1 img {
    width: 320px;
  }

  .junction-about-visual.hap-about-img-area .about-shape2 img,
  .junction-about-visual .hap-about-img-area .about-shape2 img {
    width: 210px;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-area:before,
  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-area:after {
    display: none;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-area {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item,
  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item:nth-child(2n),
  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item:nth-child(n+3) {
    min-height: 0;
    margin-bottom: 28px;
    padding: 0;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item {
    gap: 12px;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-icon {
    flex-basis: 44px;
    width: 44px;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-icon img {
    width: 44px;
    height: 44px;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text {
    max-width: calc(100vw - 120px);
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3,
  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-text h3 a {
    max-width: none;
  }

  .elementor-3018 .elementor-element-893c7ea .hap-about-feature-item .feature-description {
    max-width: calc(100vw - 120px);
  }
}

.elementor-3018 .elementor-element-46a1f50 .hap-section-title .sub-title,
.elementor-3018 .elementor-element-46a1f50 .hap-section-title .sub-title:before {
  background: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-sky-soft);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-19a6aac .hap-service-scroll-text-area .hap-section-title .sub-title,
.elementor-3018 .elementor-element-19a6aac .hap-service-scroll-text-area .hap-section-title .sub-title:before {
  background: linear-gradient(90deg, var(--junction-soft) 0%, var(--junction-sky-soft) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--junction-sky-soft);
  -webkit-text-fill-color: transparent;
}

.elementor-3018 .elementor-element-46a1f50 .hap-section-title .headline-title {
  font-family: var(--junction-font-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
}

.elementor-3018 .elementor-element-c66379b > .elementor-container {
  position: relative;
  z-index: 2;
}

.elementor-3018 .elementor-element-f297900 .hap-service-content {
  padding-top: 90px;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item {
  margin-bottom: 50px;
  padding-bottom: 35px;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-icon {
  margin-right: 20px;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-icon i {
  color: var(--junction-white);
  -webkit-text-fill-color: var(--junction-white);
  font-size: 42px;
  line-height: 1;
  background: none;
  transition: color 220ms ease, -webkit-text-fill-color 220ms ease;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-title h3 {
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
  color: var(--junction-white);
  -webkit-text-fill-color: var(--junction-white);
  font-family: var(--junction-font-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08em;
  text-transform: none;
  background: none;
  transition: color 220ms ease, -webkit-text-fill-color 220ms ease;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-title h3 a {
  color: inherit;
  -webkit-text-fill-color: inherit;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-title span {
  color: rgba(248, 250, 252, 0.76);
  -webkit-text-fill-color: rgba(248, 250, 252, 0.76);
  font-family: var(--junction-font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55em;
  text-transform: none !important;
  background: none;
  transition: color 220ms ease, -webkit-text-fill-color 220ms ease;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .hap-service-category-arrow {
  min-width: 330px;
  justify-content: flex-end;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-category {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-end;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-category a {
  margin: 0;
  padding: 8px 17px;
  color: var(--junction-white);
  -webkit-text-fill-color: var(--junction-white);
  font-family: var(--junction-font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-category a:before {
  background: var(--junction-ui-gradient);
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-arrow {
  margin-left: 56px;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-arrow a {
  color: var(--junction-white);
  -webkit-text-fill-color: var(--junction-white);
  font-size: 42px;
  transition: color 220ms ease, -webkit-text-fill-color 220ms ease, transform 220ms ease;
}

.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-icon i,
.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-title h3,
.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-title h3 a {
  color: var(--junction-sky-soft);
  -webkit-text-fill-color: var(--junction-sky-soft);
}

.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-title span {
  color: rgba(248, 250, 252, 0.88);
  -webkit-text-fill-color: rgba(248, 250, 252, 0.88);
}

.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-arrow a {
  color: var(--junction-sky-soft);
  -webkit-text-fill-color: var(--junction-sky-soft);
}

.elementor-3018 .elementor-element-f297900 .hap-service-item .service-hover,
.elementor-3018 .elementor-element-f297900 .hap-service-item:hover .service-hover {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 1024px) {
  .elementor-3018 .elementor-element-46a1f50 .hap-section-title .headline-title {
    font-size: 44px !important;
    line-height: 1.12em !important;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .service-title h3 {
    font-size: 38px;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .hap-service-category-arrow {
    min-width: 260px;
  }
}

@media (max-width: 680px) {
  .elementor-3018 .elementor-element-f297900 .hap-service-item .hap-service-category-arrow {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .service-category {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .elementor-3018 .elementor-element-46a1f50 .hap-section-title .headline-title {
    font-size: 34px !important;
    line-height: 1.14em !important;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .service-title h3 {
    font-size: 30px;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .service-title span {
    font-size: 14px;
  }

  .elementor-3018 .elementor-element-f297900 .hap-service-item .service-category a {
    font-size: 12px;
  }
}

.junction-site-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #d9d9d6;
  font-family: var(--junction-font-body);
  background: var(--junction-charcoal-deep);
}

.junction-site-footer__main {
  position: relative;
  padding: clamp(68px, 7vw, 100px) 0;
  background-image: linear-gradient(180deg, var(--junction-charcoal-soft) 0%, var(--junction-charcoal) 48%, var(--junction-charcoal-deep) 100%);
  background-color: var(--junction-charcoal);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.junction-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.junction-site-footer__logo {
  display: inline-block;
  margin-bottom: 24px;
}

.junction-site-footer__logo img {
  display: block;
  width: min(250px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.junction-site-footer__brand p {
  max-width: 360px;
  margin: 0 0 22px;
  color: #d9d9d6;
  font-size: 16px;
  line-height: 1.65;
}

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

.junction-site-footer__contact li,
.junction-site-footer__contact a,
.junction-site-footer__nav a {
  color: #e7e7e3;
}

.junction-site-footer__contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.5;
}

.junction-site-footer__contact i {
  width: 18px;
  margin-top: 4px;
  color: var(--junction-sky);
}

.junction-site-footer__nav h2 {
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--junction-white);
  font-family: var(--junction-font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.junction-site-footer__nav li {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.junction-site-footer__nav li:last-child {
  border-bottom: 0;
}

.junction-site-footer__nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.junction-site-footer a:hover,
.junction-site-footer a:focus {
  color: var(--junction-sky);
}

.junction-site-footer__legal {
  padding: 12px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #111111;
  text-align: center;
}

.junction-site-footer__legal p {
  margin: 0;
  color: var(--junction-white);
  font-size: 15px;
  line-height: 1.65;
}

.junction-site-footer__legal a {
  color: var(--junction-white);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pfr-capability .pfr-tech-grid {
  margin-top: clamp(40px, 3vw, 48px);
}

.pfr-project--pomona {
  padding-top: clamp(20px, 2vw, 36px) !important;
}

.pfr-project--pomona .pfr-section-heading {
  max-width: 780px;
}

.pfr-project--pomona .pfr-project-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(34px, 4.5vw, 62px);
  align-items: center;
  max-width: 1180px;
  margin: clamp(48px, 4vw, 64px) auto 0;
}

.pfr-project--pomona .pfr-project-visual {
  min-width: 0;
  margin: 0;
}

.pfr-project--pomona .pfr-project-image {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.pfr-project--pomona .pfr-project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pfr-project--pomona .pfr-project-panel {
  min-width: 0;
}

.pfr-project--pomona .pfr-project-panel h3 {
  margin: 12px 0 14px;
  color: #0d0d0d;
  font-family: var(--heading-3);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
}

.pfr-project--pomona .pfr-project-panel p {
  margin: 0;
}

.pfr-project--pomona .pfr-project-panel .pfr-list {
  margin-top: 20px;
}

@media (max-width: 880px) {
  .pfr-project--pomona .pfr-project-feature {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .pfr-project--pomona .pfr-project-panel h3 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .junction-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .junction-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .junction-site-footer__main {
    padding: 58px 0;
  }

  .pfr-project--pomona {
    padding-top: 54px !important;
  }

  .pfr-project--pomona .pfr-project-feature {
    gap: 28px;
    margin-top: 42px;
  }

  .pfr-project--pomona .pfr-project-panel h3 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pfr-section .wow,
  .pfr-section .animated,
  .junction-project-highlights-section .wow,
  .junction-project-highlights-section .animated,
  .junction-recognition-component .wow,
  .junction-recognition-component .animated {
    visibility: visible !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .junction-recognition-component .headline-title,
  .junction-recognition-component .headline-title * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .pfr-hero-panel .headline-title div,
  .pfr-hero-panel .bins-text p div {
    opacity: 1 !important;
    transform: none !important;
  }
}

.pfr-section .elementor-widget-junction-pillar-card,
.pfr-section .elementor-widget-junction-pillar-card > .elementor-widget-container {
  display: contents;
}

.pfr-purpose-editorial.elementor-section,
.pfr-card-grid.elementor-section,
.pfr-dark-grid.elementor-section,
.pfr-process-grid.elementor-section,
.pfr-tech-grid.elementor-section,
.pfr-project-feature.elementor-section {
  display: block;
}

/* Bounded shared pill shadow replaces larger Haptic/component shadows after the oversized Ecommerce shadow caused repeatable Chromium full-viewport repaint flashes. */
.pfr-bridge,
.hap-sponsor-content {
  box-shadow: var(--junction-pill-shadow);
}

.pfr-bridge.elementor-section {
  width: min(1120px, calc(100vw - 48px));
}

.pfr-bridge.elementor-section > .elementor-container,
.pfr-purpose-editorial.elementor-section > .elementor-container,
.pfr-card-grid.elementor-section > .elementor-container,
.pfr-dark-grid.elementor-section > .elementor-container,
.pfr-process-grid.elementor-section > .elementor-container,
.pfr-tech-grid.elementor-section > .elementor-container,
.pfr-project-feature.elementor-section > .elementor-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.pfr-bridge.elementor-section > .elementor-container {
  grid-column: 1 / -1;
  justify-self: stretch;
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.pfr-bridge--segmented.elementor-section > .elementor-container {
  grid-template-columns: minmax(250px, 25%) minmax(0, 75%);
  gap: 0;
  align-items: stretch;
  min-height: 200px;
}

@media (min-width: 1025px) {
  .pfr-bridge--balanced.elementor-section > .elementor-container {
    grid-template-columns: minmax(320px, 32%) minmax(0, 68%);
  }

  .pfr-bridge--balanced .pfr-bridge-lead {
    max-width: none;
  }
}

.pfr-bridge .pfr-bridge-lead .hap-section-title .headline-title {
  width: auto !important;
  max-width: none !important;
  margin: 6px 0 0 !important;
  color: #0d0d0d !important;
  font-family: var(--heading-3) !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.pfr-bridge.elementor-section > .elementor-container > .elementor-column,
.pfr-purpose-editorial.elementor-section > .elementor-container > .elementor-column,
.pfr-card-grid.elementor-section > .elementor-container > .elementor-column,
.pfr-dark-grid.elementor-section > .elementor-container > .elementor-column,
.pfr-process-grid.elementor-section > .elementor-container > .elementor-column,
.pfr-tech-grid.elementor-section > .elementor-container > .elementor-column,
.pfr-project-feature.elementor-section > .elementor-container > .elementor-column {
  width: auto !important;
  min-width: 0;
}

.pfr-bridge.elementor-section .elementor-widget-wrap,
.pfr-purpose-editorial.elementor-section .elementor-widget-wrap,
.pfr-card-grid.elementor-section .elementor-widget-wrap,
.pfr-dark-grid.elementor-section .elementor-widget-wrap,
.pfr-process-grid.elementor-section .elementor-widget-wrap,
.pfr-tech-grid.elementor-section .elementor-widget-wrap,
.pfr-project-feature.elementor-section .elementor-widget-wrap {
  align-content: stretch;
  align-items: stretch;
  padding: 0 !important;
}

.pfr-purpose-editorial.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}

.pfr-card-grid.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
}

.pfr-dark-grid.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pfr-process-grid.elementor-section > .elementor-container,
.pfr-tech-grid.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.pfr-about-work-grid.elementor-section > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pfr-about-capability-grid.elementor-section > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pfr-project-feature.elementor-section > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(34px, 4.5vw, 62px);
  align-items: center;
}

.pfr-card-grid .elementor-widget-junction-pillar-card,
.pfr-card-grid .elementor-widget-junction-pillar-card > .elementor-widget-container,
.pfr-dark-grid .elementor-widget-junction-pillar-card,
.pfr-dark-grid .elementor-widget-junction-pillar-card > .elementor-widget-container,
.pfr-process-grid .elementor-widget-junction-pillar-card,
.pfr-process-grid .elementor-widget-junction-pillar-card > .elementor-widget-container,
.pfr-tech-grid .elementor-widget-junction-pillar-card,
.pfr-tech-grid .elementor-widget-junction-pillar-card > .elementor-widget-container,
.pfr-project-feature .elementor-widget-junction-pillar-card,
.pfr-project-feature .elementor-widget-junction-pillar-card > .elementor-widget-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.pfr-card-grid .pfr-card,
.pfr-dark-grid .pfr-dark-card,
.pfr-process-grid .pfr-card,
.pfr-tech-grid .pfr-dark-card,
.pfr-project-feature .pfr-card {
  width: 100%;
  height: 100%;
}

.pfr-about-capability-grid .pfr-card {
  width: 100%;
  height: 100%;
}

.pfr-about-capability-grid .pfr-card h3 a {
  color: inherit;
}

.elementor-887 .pfr-hero-copy {
  max-width: 680px;
}

.elementor-887 .pfr-hero-copy p,
.elementor-887 .junction-hero-description p {
  font-size: 17px;
  line-height: 1.68;
}

.elementor-887 .pfr-about-work-grid .pfr-dark-card p {
  color: rgba(226, 232, 240, 0.82);
  font-size: 15px;
  line-height: 1.64;
}

.elementor-887 .pfr-process {
  padding-top: clamp(88px, 8vw, 132px);
  padding-bottom: clamp(92px, 8.4vw, 138px);
}

.elementor-887 .pfr-process-callout {
  margin-bottom: clamp(34px, 3.8vw, 52px) !important;
}

.elementor-887 .pfr-process-callout .hap-section-title .headline-title {
  margin-bottom: 18px !important;
}

.elementor-887 .pfr-process-callout .hap-section-title p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .elementor-887 .pfr-hero-copy {
    max-width: 620px;
  }

  .elementor-887 .pfr-hero-copy p,
  .elementor-887 .junction-hero-description p {
    font-size: 16px;
    line-height: 1.66;
  }

  .elementor-887 .pfr-about-work-grid .pfr-dark-card p {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .elementor-887 .pfr-process {
    padding-top: 92px;
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .elementor-887 .pfr-hero-copy p,
  .elementor-887 .junction-hero-description p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .elementor-887 .pfr-about-work-grid .pfr-dark-card p {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .elementor-887 .pfr-process {
    padding-top: 76px;
    padding-bottom: 80px;
  }

  .elementor-887 .pfr-process-callout {
    margin-bottom: 28px !important;
  }

  .elementor-887 .pfr-process-callout .hap-section-title .headline-title {
    margin-bottom: 14px !important;
  }
}

@supports (grid-template-rows: subgrid) and (selector(:has(*))) {
  @media (min-width: 768px) {
    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section:has(.elementor-widget-junction-pillar-card .pfr-tech-chip-list) > .elementor-container > .elementor-column,
    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section:has(.elementor-widget-junction-pillar-card .pfr-tech-chip-list) .elementor-widget-wrap,
    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section:has(.elementor-widget-junction-pillar-card .pfr-tech-chip-list) .elementor-widget-junction-pillar-card,
    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section:has(.elementor-widget-junction-pillar-card .pfr-tech-chip-list) .elementor-widget-junction-pillar-card > .elementor-widget-container {
      display: contents;
    }

    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section .elementor-widget-junction-pillar-card article.pfr-card:has(> .pfr-tech-chip-list),
    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section .elementor-widget-junction-pillar-card article.pfr-dark-card:has(> .pfr-tech-chip-list) {
      display: grid;
      grid-row: span 4;
      grid-template-rows: subgrid;
      row-gap: 0;
      align-content: start;
    }

    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section .elementor-widget-junction-pillar-card article:is(.pfr-card, .pfr-dark-card):has(> .pfr-list):has(> .pfr-tech-chip-list) {
      grid-row: span 5;
    }

    :where(
      .pfr-card-grid,
      .pfr-dark-grid,
      .pfr-process-grid,
      .pfr-tech-grid,
      .pfr-project-feature
    ).elementor-section .elementor-widget-junction-pillar-card article:is(.pfr-card, .pfr-dark-card) > .pfr-tech-chip-list {
      grid-row: -1;
      align-self: start;
    }
  }
}

.pfr-purpose-media.elementor-widget-image,
.elementor-widget-junction-build-purpose {
  aspect-ratio: 1.12 / 1;
}

.pfr-purpose-media.elementor-widget-image .elementor-widget-container,
.pfr-purpose-media.elementor-widget-image .elementor-widget-container a,
.elementor-widget-junction-build-purpose > .elementor-widget-container,
.elementor-widget-junction-build-purpose .junction-build-purpose {
  display: block;
  height: 100%;
}

.pfr-purpose-media.elementor-widget-image img,
.junction-build-purpose .about-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: #07111f;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.pfr-hero-panel > .elementor-container {
  width: 100%;
}

@media (max-width: 1024px) {
  .pfr-hero-panel > .elementor-container {
    padding-right: clamp(16px, 4vw, 32px);
    padding-left: clamp(16px, 4vw, 32px);
  }
}

.pfr-hero-panel .elementor-widget-heading,
.pfr-hero-panel .elementor-widget-text-editor,
.pfr-hero-panel .elementor-widget-button,
.pfr-hero-panel .elementor-widget-junction-eyebrow,
.pfr-hero-panel .elementor-widget-junction-hero-heading,
.pfr-hero-panel .elementor-widget-junction-hero-description,
.pfr-hero-panel .elementor-widget-junction-hero-cta,
.pfr-hero-panel .elementor-widget-junction-breadcrumb,
.pfr-hero-panel .elementor-widget-junction-pillar-tags {
  position: relative;
  z-index: 1;
}

.junction-breadcrumb {
  margin: 18px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.junction-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.junction-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.junction-breadcrumb__item + .junction-breadcrumb__item::before {
  content: "/";
  margin: 0 9px;
  color: rgba(125, 211, 252, 0.72);
  font-weight: 500;
}

.junction-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 160ms ease;
}

.junction-breadcrumb a:hover,
.junction-breadcrumb a:focus-visible {
  color: #ffffff;
}

.junction-breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, 0.94);
}

.pfr-hero-tags--after-breadcrumb > .elementor-widget-container {
  padding-top: 10px;
}

.pfr-hero-panel .pfr-hero-tags--after-breadcrumb .pfr-hero-meta {
  margin-top: 0 !important;
}

.pfr-hero-copy .elementor-widget-container,
.pfr-hero-copy p,
.junction-hero-description p {
  max-width: inherit;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.pfr-hero-panel .hap-btn .elementor-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.pfr-bridge-lead .hap-section-title,
.pfr-section-heading .hap-section-title,
.pfr-process-callout .hap-section-title,
.junction-recognition-section__intro .hap-section-title {
  max-width: inherit;
}

.pfr-bridge-lead .hap-section-title {
  display: block;
}

.pfr-bridge-lead .hap-section-title p,
.junction-recognition-section__intro .hap-section-title p {
  display: none;
}

.pfr-bridge-lead .sub-title,
.pfr-section-heading .sub-title,
.pfr-process-callout .sub-title {
  display: inline-block;
}

.pfr-purpose-media.elementor-widget-image,
.elementor-widget-junction-build-purpose {
  margin: 0;
}

.elementor-widget-junction-build-purpose {
  width: 100%;
}

.pfr-purpose-media.elementor-widget-image .elementor-widget-container,
.elementor-widget-junction-build-purpose > .elementor-widget-container {
  position: relative;
}

.junction-build-purpose.hap-about-img-area {
  position: relative !important;
  inset: auto;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.junction-build-purpose .about-img {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.junction-build-purpose .about-shape1,
.junction-build-purpose .about-shape2 {
  z-index: -1;
  line-height: 0;
  pointer-events: none;
}

.junction-build-purpose .about-shape1 {
  top: 37%;
  left: -44%;
  transform: translateY(-50%);
}

.junction-build-purpose .about-shape1 img {
  display: block;
  width: 430px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.junction-build-purpose .about-shape2 {
  top: 96px;
  right: -18px;
}

.junction-build-purpose .about-shape2 img {
  display: block;
  width: 260px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.pfr-purpose-media.elementor-widget-image img,
.junction-build-purpose .about-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .pfr-hero-tags--after-breadcrumb > .elementor-widget-container {
    padding-top: 4px;
  }

  .pfr-purpose-editorial .elementor-widget-junction-build-purpose {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .junction-build-purpose__shape--hide-tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .pfr-hero-tags--after-breadcrumb > .elementor-widget-container {
    padding-top: 0;
  }

  .junction-build-purpose__shape--hide-mobile {
    display: none;
  }

  .junction-build-purpose .about-shape1 img {
    width: 320px;
  }

  .junction-build-purpose .about-shape2 img {
    width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .junction-build-purpose.wow,
  .junction-build-purpose.animated {
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wow,
  .animated,
  .elementor-invisible,
  .tx-split-text,
  .tx-split-text *,
  .bins-text p,
  .bins-text p *,
  .headline-title,
  .headline-title *,
  .split-line,
  .hap-header-section,
  .tx-animation-style1,
  .bi-img-animation,
  .hap-img-animation,
  .add-class,
  .portfolio-img,
  .portfolio-img img,
  [data-animation],
  .junction-hero-heading,
  .junction-hero-heading *,
  .junction-eyebrow-widget,
  .junction-eyebrow-widget *,
  .junction-hero-cta,
  .junction-hero-cta *,
  .junction-sponsor-pill,
  .junction-sponsor-pill *,
  .junction-build-purpose,
  .junction-build-purpose *,
  .junction-project-highlights-section,
  .junction-project-highlights-section *,
  .junction-testimonial-component,
  .junction-testimonial-component *,
  .junction-faq-accordion,
  .junction-faq-accordion *,
  .junction-recognition-component,
  .junction-recognition-component *,
  .junction-contact-form,
  .junction-contact-form * {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    clip-path: none !important;
  }

  .elementor-invisible {
    visibility: visible !important;
  }

  .cursor {
    transform: none !important;
  }
}

.pfr-project-feature > .elementor-container {
  width: 100%;
}

.pfr-project-visual.elementor-widget-image,
.pfr-project-image.elementor-widget-image {
  margin: 0;
}

.pfr-project-visual.elementor-widget-image img,
.pfr-project-image.elementor-widget-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pfr-project-panel.elementor-widget-junction-pillar-card {
  min-width: 0;
}

.pfr-project-panel .pfr-card {
  min-width: 0;
}

@media (min-width: 768px) {
  .elementor-5234 .pfr-mollie-referral .pfr-project-feature > .elementor-container {
    align-items: stretch;
  }

  .elementor-5234 .pfr-mollie-referral .pfr-project-feature > .elementor-container > .elementor-column,
  .elementor-5234 .pfr-mollie-referral .pfr-project-feature .elementor-widget-wrap,
  .elementor-5234 .pfr-mollie-referral .pfr-project-feature .elementor-widget-junction-pillar-card,
  .elementor-5234 .pfr-mollie-referral .pfr-project-feature .elementor-widget-junction-pillar-card > .elementor-widget-container {
    height: 100%;
  }

  .elementor-5234 .pfr-mollie-referral .pfr-project-feature .pfr-card {
    height: 100%;
  }
}

.junction-recognition-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px 0 82px;
  text-align: center;
}

.junction-recognition-section .junction-recognition-section__intro {
  max-width: 920px;
  margin: 0 auto 46px;
}

.junction-recognition-section .junction-recognition-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 244px;
  padding: 34px 34px 32px;
  border: 1px solid rgba(11, 46, 103, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 15, 31, 0.06);
  text-align: center;
  transition: border-color 200ms linear, transform 200ms linear, box-shadow 200ms linear;
}

.junction-recognition-section .junction-recognition-card:hover,
.junction-recognition-section .junction-recognition-card:focus-visible {
  border-color: rgba(11, 46, 103, 0.28);
  box-shadow: 0 22px 54px rgba(10, 15, 31, 0.1);
  transform: translateY(-2px);
}

.junction-recognition-section .junction-recognition-card__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #0b2e67;
  font-family: var(--junction-font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.junction-recognition-section .junction-recognition-card img {
  display: block;
  max-width: 100%;
  height: auto;
}

.junction-recognition-section .junction-recognition-card--standard img {
  width: 260px;
}

.junction-recognition-section .junction-recognition-card--media-aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 230px);
  gap: 34px;
  align-items: center;
  justify-items: center;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.junction-recognition-section .junction-recognition-card--media-aside img {
  width: 214px;
}

.junction-recognition-section .junction-recognition-card__copy {
  display: block;
  max-width: 360px;
  margin-top: 22px;
  color: #475569;
  font-family: var(--junction-font-body);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

.junction-recognition-section .junction-recognition-card--media-aside .junction-recognition-card__body {
  display: block;
  width: 100%;
}

.junction-recognition-section .junction-recognition-card--media-aside .junction-recognition-card__media {
  display: block;
  width: 100%;
  max-width: 230px;
}

.junction-recognition-section .junction-recognition-card--media-aside .junction-recognition-card__eyebrow {
  color: #0a0f1f;
}

.junction-recognition-section .junction-recognition-card--media-aside .junction-recognition-card__copy {
  max-width: none;
  color: #0b2e67;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .pfr-bridge.elementor-section > .elementor-container,
  .pfr-bridge--segmented.elementor-section > .elementor-container,
  .pfr-purpose-editorial.elementor-section > .elementor-container,
  .pfr-card-grid.elementor-section > .elementor-container,
  .pfr-dark-grid.elementor-section > .elementor-container {
    grid-template-columns: 1fr;
  }

  .pfr-bridge--segmented.elementor-section > .elementor-container {
    gap: 24px;
    min-height: 0;
  }

  .pfr-bridge--segmented .pfr-bridge-meta-grid {
    min-height: 200px;
  }

  .junction-recognition-section .junction-recognition-card--media-aside {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  }
}

@media (max-width: 880px) {
  .pfr-project-feature.elementor-section > .elementor-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pfr-purpose-editorial.elementor-section > .elementor-container,
  .pfr-process-grid.elementor-section > .elementor-container,
  .pfr-tech-grid.elementor-section > .elementor-container,
  .pfr-project-feature.elementor-section > .elementor-container {
    grid-template-columns: 1fr;
  }

  .pfr-purpose-media.elementor-widget-image,
  .elementor-widget-junction-build-purpose {
    aspect-ratio: 4 / 3;
  }

  .junction-recognition-section {
    padding: 30px 0 66px;
  }

  .junction-recognition-section .junction-recognition-section__intro {
    margin-bottom: 34px;
  }

  .junction-recognition-section .junction-recognition-card {
    min-height: 0;
    padding: 28px 22px 26px;
  }

  .junction-recognition-section .junction-recognition-card--media-aside {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .junction-recognition-section .junction-recognition-card--media-aside img {
    width: 210px;
  }

  .junction-recognition-section .junction-recognition-card__copy {
    font-size: 16px;
  }

  .junction-recognition-section .junction-recognition-card--media-aside .junction-recognition-card__copy {
    white-space: normal;
  }
}
