.elementor-30378 .elementor-element.elementor-element-2220b92{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-30378 .elementor-element.elementor-element-1d6cf75{width:var( --container-widget-width, 98.431% );max-width:98.431%;--container-widget-width:98.431%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-1d6cf75 *//* ==========================================================
   GLOBAL
========================================================== */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* ==========================================================
   CUSTOM HEADER
========================================================== */

.tn-header-custom {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  z-index: 9999;

  background: rgba(0, 0, 0, 0.18);

  font-family: "Source Sans Pro", sans-serif;
}

.tn-header-inner {
  width: 100%;
  min-height: 105px;

  padding: 18px 34px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tn-header-logo {
  display: block;
}

.tn-header-logo img {
  display: block;

  width: 150px;
  max-width: 100%;

  height: auto;
}

.tn-header-nav-custom ul {
  display: flex;
  align-items: center;

  gap: 34px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.tn-header-nav-custom a {
  color: #ffffff;

  text-decoration: none;

  font-size: 14px;
  line-height: 1;

  font-weight: 600;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  transition: color 0.25s ease;
}

.tn-header-nav-custom a:hover {
  color: #ffc400;
}

.tn-menu-toggle {
  display: none;
}

/* GRACO 250 HERO */

.graco250-hero {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  min-height: 760px;

  margin-left: -50vw;

  overflow: hidden;

  background: #000000;

  color: #ffffff;

  font-family: "Source Sans Pro", sans-serif;
}

.graco250-hero *,
.graco250-hero *::before,
.graco250-hero *::after {
  box-sizing: border-box;
}


/* HERO MEDIA */

.graco250-hero-media {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 0;

  overflow: hidden;
}

.graco250-hero-video {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  pointer-events: none;
}

.graco250-hero-video-desktop {
  display: block;

  object-position: center center;
}

.graco250-hero-video-mobile {
  display: none;
}


/* HERO OVERLAY */

.graco250-hero-overlay {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.96) 0%,
      rgba(0,0,0,.88) 25%,
      rgba(0,0,0,.52) 48%,
      rgba(0,0,0,.10) 72%,
      rgba(0,0,0,.05) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.12) 0%,
      rgba(0,0,0,.08) 68%,
      rgba(0,0,0,.72) 100%
    );
}


/* INNER */

.graco250-hero-inner {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1480px;

  min-height: 760px;

  margin: 0 auto;

  padding:
    118px 42px 118px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}


/* HERO COPY */

.graco250-hero-copy {
  width: 100%;
  max-width: 620px;
}

.graco250-hero-product {
  margin:
    0 0 18px;

  color: #ffffff;

  font-size: 18px;
  line-height: 1;

  font-weight: 800;

  letter-spacing: .22em;

  text-transform: uppercase;
}

.graco250-hero-copy h1 {
  margin: 0;

  color: #ffffff;

  font-size: 92px;
  line-height: .88;

  font-weight: 900;

  letter-spacing: -.055em;

  text-transform: uppercase;

  text-shadow:
    0 6px 28px rgba(0,0,0,.45);
}

.graco250-hero-copy h1 span {
  color: #ffc400;

  text-shadow:
    0 0 22px rgba(255,196,0,.12);
}

.graco250-hero-intro {
  margin:
    24px 0 0;

  color: rgba(255,255,255,.92);

  font-size: 21px;
  line-height: 1.45;

  font-weight: 600;
}


/* HERO BUTTONS */

.graco250-hero-buttons {
  display: flex;

  align-items: center;

  gap: 14px;

  margin-top: 30px;
}

.graco250-hero-btn {
  min-width: 220px;
  min-height: 58px;

  padding:
    0 22px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 18px;

  border-radius: 5px;

  font-size: 15px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .02em;

  text-decoration: none;

  text-transform: uppercase;

  transition:
    transform .24s ease,
    background .24s ease,
    color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.graco250-hero-btn b {
  font-size: 24px;
  line-height: 1;

  transition:
    transform .24s ease;
}


/* PRIMARY BUTTON */

.graco250-hero-btn-primary {
  border:
    1px solid #ffc400;

  background: #ffc400;

  color: #111111;

  box-shadow:
    0 10px 24px rgba(255,196,0,.16);
}

.graco250-hero-btn-primary:hover {
  transform:
    translateY(-3px);

  background: #ffffff;

  border-color: #ffffff;

  color: #111111;
}


/* SECONDARY BUTTON */

.graco250-hero-btn-secondary {
  border:
    1px solid rgba(255,196,0,.82);

  background:
    rgba(0,0,0,.48);

  color: #ffffff;
}

.graco250-hero-btn-secondary:hover {
  transform:
    translateY(-3px);

  background: #ffc400;

  border-color: #ffc400;

  color: #111111;

  box-shadow:
    0 10px 24px rgba(255,196,0,.16);
}

.graco250-hero-btn:hover b {
  transform:
    translateX(6px);
}


/* FEATURE BAR */

.graco250-hero-features {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  border:
    1px solid rgba(255,255,255,.22);

  background:
    rgba(0,0,0,.66);

  box-shadow:
    0 14px 34px rgba(0,0,0,.28);
}


/* FEATURE */

.graco250-hero-feature {
  position: relative;

  min-height: 88px;

  padding:
    14px 20px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 15px;
}

.graco250-hero-feature +
.graco250-hero-feature {
  border-left:
    1px solid rgba(255,255,255,.18);
}


/* FEATURE ICON */

.graco250-hero-feature-icon {
  flex:
    0 0 54px;

  width: 54px;
  height: 54px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.graco250-hero-feature-icon img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  filter:
    drop-shadow(
      0 0 8px rgba(255,196,0,.12)
    );

  transition:
    transform .30s ease,
    filter .30s ease;
}

.graco250-hero-feature:hover
.graco250-hero-feature-icon img {
  transform:
    scale(1.08);

  filter:
    drop-shadow(
      0 0 12px rgba(255,196,0,.34)
    );
}


/* FEATURE COPY */

.graco250-hero-feature-copy {
  min-width: 0;
}

.graco250-hero-feature-copy strong {
  display: block;

  margin-bottom: 4px;

  color: #ffc400;

  font-size: 16px;
  line-height: 1.05;

  font-weight: 900;

  text-transform: uppercase;
}

.graco250-hero-feature-copy span {
  display: block;

  color: #ffffff;

  font-size: 13px;
  line-height: 1.1;

  font-weight: 800;

  letter-spacing: .02em;

  text-transform: uppercase;
}


/* TABLET */

@media screen and (max-width: 1100px) {

  .graco250-hero {
    min-height: 700px;
  }

  .graco250-hero-inner {
    min-height: 700px;

    padding:
      104px 30px 92px;
  }

  .graco250-hero-copy h1 {
    font-size: 76px;
  }

  .graco250-hero-features {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .graco250-hero-feature:nth-child(3) {
    border-left: 0;

    border-top:
      1px solid rgba(255,255,255,.18);
  }

  .graco250-hero-feature:nth-child(4) {
    border-top:
      1px solid rgba(255,255,255,.18);
  }

}


/* MOBILE */

@media screen and (max-width: 767px) {

  .graco250-hero {
    left: 0;

    width: 100%;
    max-width: 100%;

    min-height: 800px;

    margin-left: 0;
  }


  /* MOBILE VIDEO */

  .graco250-hero-video-desktop {
    display: none;
  }

  .graco250-hero-video-mobile {
    display: block;

    object-position: center center;
  }


  /* MOBILE OVERLAY */

  .graco250-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.74) 0%,
        rgba(0,0,0,.40) 34%,
        rgba(0,0,0,.24) 54%,
        rgba(0,0,0,.76) 74%,
        rgba(0,0,0,.96) 100%
      );
  }


  .graco250-hero-inner {
    min-height: 800px;

    padding:
      92px 16px 18px;

    justify-content: space-between;
  }


  /* MOBILE COPY */

  .graco250-hero-copy {
    max-width: 100%;

    text-align: center;
  }

  .graco250-hero-product {
    margin-bottom: 12px;

    font-size: 12px;

    letter-spacing: .17em;
  }

  .graco250-hero-copy h1 {
    font-size: 54px;
    line-height: .90;
  }

  .graco250-hero-intro {
    margin-top: 16px;

    font-size: 16px;
    line-height: 1.35;
  }


  /* MOBILE BUTTONS */

  .graco250-hero-buttons {
    max-width: 390px;

    margin:
      22px auto 0;

    gap: 9px;
  }

  .graco250-hero-btn {
    min-width: 0;
    min-height: 50px;

    flex: 1;

    padding:
      0 13px;

    gap: 8px;

    font-size: 11px;
  }

  .graco250-hero-btn b {
    font-size: 19px;
  }


  /* MOBILE FEATURE BAR */

  .graco250-hero-features {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    margin-top: 34px;

    background:
      rgba(0,0,0,.78);
  }

  .graco250-hero-feature {
    min-height: 76px;

    padding:
      10px 9px;

    gap: 9px;
  }

  .graco250-hero-feature:nth-child(3) {
    border-left: 0;

    border-top:
      1px solid rgba(255,255,255,.18);
  }

  .graco250-hero-feature:nth-child(4) {
    border-top:
      1px solid rgba(255,255,255,.18);
  }

  .graco250-hero-feature-icon {
    flex-basis: 40px;

    width: 40px;
    height: 40px;
  }

  .graco250-hero-feature-copy strong {
    font-size: 11px;
  }

  .graco250-hero-feature-copy span {
    font-size: 10px;
  }

}


/* SMALL MOBILE */

@media screen and (max-width: 390px) {

  .graco250-hero-copy h1 {
    font-size: 48px;
  }

  .graco250-hero-btn {
    font-size: 10px;
  }

  .graco250-hero-feature-icon {
    flex-basis: 36px;

    width: 36px;
    height: 36px;
  }

  .graco250-hero-feature-copy strong {
    font-size: 10px;
  }

  .graco250-hero-feature-copy span {
    font-size: 9px;
  }

}

/* SECTION 2 - COMPLETE SYSTEM */

.graco250-system {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;

  overflow: hidden;

  background: #ffffff;

  color: #111111;

  font-family: "Source Sans Pro", sans-serif;
}

.graco250-system *,
.graco250-system *::before,
.graco250-system *::after {
  box-sizing: border-box;
}


/* BACKGROUND IMAGE */

.graco250-system-bg {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 0;

  background-image:
    url("https://www.traqnology-na.com/wp-content/uploads/2026/08/250sect2_image2.png");

  background-repeat: no-repeat;

  background-position:
    center 42%;

  background-size:
    47% auto;
}


/* OVERLAY */

.graco250-system-overlay {
  display: none;
}


/* INNER */

.graco250-system-inner {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1480px;

  min-height: 760px;

  margin: 0 auto;

  padding:
    46px 40px 34px;
}


/* HEADING */

.graco250-system-heading {
  position: relative;

  z-index: 10;

  width: 100%;
  max-width: 570px;

  margin:
    0 0 8px;

  text-align: left;
}


/* KICKER */

.graco250-system-kicker {
  display: flex;

  align-items: center;
  justify-content: flex-start;

  gap: 12px;

  margin-bottom: 11px;
}

.graco250-system-kicker span {
  display: block;

  width: 42px;
  height: 2px;

  background: #ffc400;
}

.graco250-system-kicker p {
  margin: 0;

  color: #111111;

  font-size: 13px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .16em;

  text-transform: uppercase;
}


/* MAIN HEADING */

.graco250-system-heading h2 {
  margin: 0;

  color: #111111;

  font-size: 46px;
  line-height: .96;

  font-weight: 900;

  letter-spacing: -.035em;

  text-transform: uppercase;
}

.graco250-system-heading h2 span {
  display: block;

  color: #ffc400;
}


/* CALLOUT STAGE */

.graco250-system-stage {
  position: relative;

  width: 100%;
  height: 590px;

  margin: 0 auto;
}


/* CALLOUT */

.graco250-callout {
  position: absolute;

  z-index: 6;

  display: flex;

  align-items: center;
}


/* CALLOUT BOX */

.graco250-callout-copy {
  position: relative;

  width: 220px;

  padding:
    12px 15px 13px;

  border-left:
    3px solid #ffc400;

  background:
    rgba(5,5,5,.94);

  box-shadow:
    0 9px 22px rgba(0,0,0,.20);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


/* CALLOUT TITLE */

.graco250-callout-copy h3 {
  margin:
    0 0 5px;

  color: #ffc400;

  font-size: 15px;
  line-height: 1.05;

  font-weight: 900;

  letter-spacing: .01em;

  text-transform: uppercase;
}


/* CALLOUT DESCRIPTION */

.graco250-callout-copy p {
  margin: 0;

  color: #ffffff;

  font-size: 11px;
  line-height: 1.3;

  font-weight: 600;
}


/* CALLOUT HOVER */

.graco250-callout:hover
.graco250-callout-copy {
  transform:
    translateY(-2px);

  box-shadow:
    0 10px 24px rgba(0,0,0,.24),
    0 0 16px rgba(255,196,0,.10);
}


/* CONNECTOR LINE */

.graco250-callout-line {
  display: block;

  height: 2px;

  background: #ffc400;

  box-shadow:
    0 0 5px rgba(255,196,0,.25);
}


/* CONNECTOR DOT */

.graco250-callout-dot {
  display: block;

  flex:
    0 0 9px;

  width: 9px;
  height: 9px;

  border:
    2px solid #ffc400;

  border-radius: 50%;

  background: #111111;

  box-shadow:
    0 0 8px rgba(255,196,0,.55);
}


/* HYDRAULIC STEERING - OLD GPS POSITION */

.graco250-callout-steering {
  top: 5%;
  left: 25%;
}

.graco250-callout-steering
.graco250-callout-line {
  width: 115px;
}


/* SEAT KIT - OLD STEERING POSITION */

.graco250-callout-seat {
  top: 29%;
  left: 5%;
}

.graco250-callout-seat
.graco250-callout-line {
  width: 135px;
}


/* GRACO LINELAZER 250 - OLD SEAT POSITION */

.graco250-callout-machine {
  top: 62%;
  left: 15%;
}

.graco250-callout-machine
.graco250-callout-line {
  width: 120px;
}


/* GPS RECEIVER - TOP RIGHT */

.graco250-callout-gps {
  top: -25%;
  right: 21%;
  left: auto;
}


/* REVERSE GPS CONNECTOR DIRECTION */

.graco250-callout-gps
.graco250-callout-copy {
  order: 3;

  border-left: 0;

  border-right:
    3px solid #ffc400;

  text-align: right;
}

.graco250-callout-gps
.graco250-callout-line {
  order: 2;

  width: 115px;
}

.graco250-callout-gps
.graco250-callout-dot {
  order: 1;
}


/* IPAD AND STRIPETRAQ */

.graco250-callout-ipad {
  top: -8%;
  right: 10%;
}

.graco250-callout-ipad
.graco250-callout-line {
  width: 120px;
}


/* STEERING CONTROLLER AND ECU */

.graco250-callout-controller {
  top: 30%;
  right: 10%;
}

.graco250-callout-controller
.graco250-callout-line {
  width: 135px;
}


/* PAINT CONTROL */

.graco250-callout-paint {
  top: 78%;
  right: 12%;
}

.graco250-callout-paint
.graco250-callout-line {
  width: 130px;
}


/* RIGHT SIDE CALLOUT BOXES */

.graco250-callout-ipad
.graco250-callout-copy,
.graco250-callout-controller
.graco250-callout-copy,
.graco250-callout-paint
.graco250-callout-copy {
  border-left: 0;

  border-right:
    3px solid #ffc400;

  background:
    rgba(5,5,5,.94);

  text-align: right;
}


/* TABLET */

@media screen and (max-width: 1100px) {

  .graco250-system-inner {
    min-height: 690px;

    padding:
      40px 24px 30px;
  }

  .graco250-system-bg {
    background-position:
      center 40%;

    background-size:
      68% auto;
  }

  .graco250-system-heading {
    max-width: 500px;
  }

  .graco250-system-heading h2 {
    font-size: 39px;
  }

  .graco250-system-stage {
    height: 525px;
  }

  .graco250-callout-copy {
    width: 180px;

    padding:
      10px 12px;
  }

  .graco250-callout-copy h3 {
    font-size: 12px;
  }

  .graco250-callout-copy p {
    font-size: 10px;
  }

  .graco250-callout-gps
  .graco250-callout-line,
  .graco250-callout-steering
  .graco250-callout-line,
  .graco250-callout-seat
  .graco250-callout-line,
  .graco250-callout-machine
  .graco250-callout-line,
  .graco250-callout-ipad
  .graco250-callout-line,
  .graco250-callout-controller
  .graco250-callout-line,
  .graco250-callout-paint
  .graco250-callout-line {
    width: 65px;
  }

}


/* MOBILE */

@media screen and (max-width: 767px) {

  .graco250-system {
    left: 0;

    width: 100%;
    max-width: 100%;

    margin-left: 0;
  }


  /* MOBILE IMAGE */

  .graco250-system-bg {
    background-position:
      center 175px;

    background-size:
      90% auto;
  }


  /* MOBILE INNER */

  .graco250-system-inner {
    min-height: 0;

    padding:
      32px 14px 34px;
  }


  /* MOBILE HEADING */

  .graco250-system-heading {
    max-width: 340px;

    margin:
      0 0 12px;

    text-align: left;
  }

  .graco250-system-kicker {
    justify-content: flex-start;
  }

  .graco250-system-kicker span {
    width: 30px;
  }

  .graco250-system-kicker p {
    font-size: 10px;
  }

  .graco250-system-heading h2 {
    font-size: 30px;
  }


  /* MOBILE STAGE */

  .graco250-system-stage {
    height: auto;

    padding-top: 350px;

    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;
  }


  /* MOBILE CALLOUTS */

  .graco250-callout {
    position: relative;

    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    display: block;
  }


  /* RESET GPS ORDER ON MOBILE */

  .graco250-callout-gps
  .graco250-callout-copy {
    order: initial;
  }


  /* MOBILE BOXES */

  .graco250-callout-copy,
  .graco250-callout-gps
  .graco250-callout-copy,
  .graco250-callout-ipad
  .graco250-callout-copy,
  .graco250-callout-controller
  .graco250-callout-copy,
  .graco250-callout-paint
  .graco250-callout-copy {
    width: 100%;
    height: 100%;

    min-height: 78px;

    padding:
      10px;

    border-left:
      2px solid #ffc400;

    border-right: 0;

    background: #090909;

    text-align: left;

    box-shadow:
      0 5px 12px rgba(0,0,0,.12);
  }

  .graco250-callout-copy h3 {
    font-size: 11px;
  }

  .graco250-callout-copy p {
    font-size: 9px;
    line-height: 1.3;
  }


  /* HIDE CONNECTORS ON MOBILE */

  .graco250-callout-line,
  .graco250-callout-dot {
    display: none;
  }

}


/* SMALL MOBILE */

@media screen and (max-width: 390px) {

  .graco250-system-bg {
    background-position:
      center 170px;

    background-size:
      94% auto;
  }

  .graco250-system-stage {
    padding-top: 315px;
  }

  .graco250-system-heading h2 {
    font-size: 27px;
  }

  .graco250-callout-copy h3 {
    font-size: 10px;
  }

  .graco250-callout-copy p {
    font-size: 9px;
  }

}

/* SECTION 3 - GPS CONVERSION */

.graco250-conversion {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;

  overflow: hidden;

  background:
    linear-gradient(
      120deg,
      #070707 0%,
      #0d0d0d 55%,
      #121212 100%
    );

  color: #ffffff;

  font-family: "Source Sans Pro", sans-serif;
}

.graco250-conversion *,
.graco250-conversion *::before,
.graco250-conversion *::after {
  box-sizing: border-box;
}


/* INNER */

.graco250-conversion-inner {
  position: relative;

  width: 100%;
  max-width: 1320px;

  margin: 0 auto;

  padding:
    70px 42px 72px;
}


/* MAIN LAYOUT */

.graco250-conversion-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 390px;

  gap: 80px;

  align-items: center;
}


/* LEFT CONTENT */

.graco250-conversion-content {
  width: 100%;
  max-width: 730px;
}


/* KICKER */

.graco250-conversion-kicker {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 14px;
}

.graco250-conversion-kicker span {
  display: block;

  width: 42px;
  height: 2px;

  background: #ffc400;
}

.graco250-conversion-kicker p {
  margin: 0;

  color: #ffc400;

  font-size: 13px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .17em;

  text-transform: uppercase;
}


/* HEADING */

.graco250-conversion h2 {
  max-width: 700px;

  margin:
    0 0 18px;

  color: #ffffff;

  font-size: 49px;
  line-height: .96;

  font-weight: 900;

  letter-spacing: -.035em;

  text-transform: uppercase;
}

.graco250-conversion h2 span {
  display: block;

  color: #ffc400;
}


/* INTRO */

.graco250-conversion-intro {
  max-width: 650px;

  margin:
    0 0 32px;

  color:
    rgba(255,255,255,.72);

  font-size: 17px;
  line-height: 1.5;

  font-weight: 500;
}


/* STEPS */

.graco250-conversion-steps {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap:
    10px;
}


/* STEP */

.graco250-conversion-step {
  position: relative;

  display: grid;

  grid-template-columns:
    76px minmax(0, 1fr);

  align-items: center;

  min-height: 104px;

  padding:
    12px 14px;

  border:
    1px solid rgba(255,255,255,.10);

  background:
    rgba(255,255,255,.035);

  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}


/* HOVER */

.graco250-conversion-step:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(255,196,0,.50);

  background:
    rgba(255,196,0,.045);
}


/* ICON */

.graco250-conversion-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
}

.graco250-conversion-icon img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transition:
    transform .3s ease,
    filter .3s ease;
}


/* ICON HOVER */

.graco250-conversion-step:hover
.graco250-conversion-icon img {
  transform:
    scale(1.08);

  filter:
    drop-shadow(
      0 0 9px rgba(255,196,0,.28)
    );
}


/* STEP COPY */

.graco250-conversion-step-copy {
  min-width: 0;
}


/* NUMBER */

.graco250-conversion-number {
  display: block;

  margin-bottom: 3px;

  color: #ffc400;

  font-size: 10px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .14em;
}


/* STEP HEADING */

.graco250-conversion-step h3 {
  margin:
    0 0 4px;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.1;

  font-weight: 900;

  text-transform: uppercase;
}


/* STEP DESCRIPTION */

.graco250-conversion-step p {
  margin: 0;

  color:
    rgba(255,255,255,.64);

  font-size: 11px;
  line-height: 1.3;

  font-weight: 600;
}


/* VIDEO COLUMN */

.graco250-conversion-video-column {
  width: 100%;
  max-width: 390px;

  justify-self: end;
}


/* VIDEO SHELL */

.graco250-conversion-video-shell {
  position: relative;

  width: 100%;

  aspect-ratio: 9 / 16;

  overflow: hidden;

  border:
    1px solid rgba(255,196,0,.34);

  background: #000000;

  box-shadow:
    0 24px 55px rgba(0,0,0,.48),
    0 0 32px rgba(255,196,0,.06);
}


/* VIDEO */

.graco250-conversion-video-shell iframe {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 0;
}


/* VIDEO YELLOW DETAIL */

.graco250-conversion-video-shell::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  z-index: 3;

  width: 74px;
  height: 4px;

  background: #ffc400;

  pointer-events: none;
}


/* VIDEO CAPTION */

.graco250-conversion-video-caption {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-top: 13px;
}

.graco250-conversion-video-caption span {
  display: block;

  width: 28px;
  height: 2px;

  background: #ffc400;
}

.graco250-conversion-video-caption p {
  margin: 0;

  color:
    rgba(255,255,255,.60);

  font-size: 10px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .15em;

  text-transform: uppercase;
}


/* TABLET */

@media screen and (max-width: 1100px) {

  .graco250-conversion-inner {
    padding:
      60px 28px;
  }

  .graco250-conversion-layout {
    grid-template-columns:
      minmax(0, 1fr) 330px;

    gap: 45px;
  }

  .graco250-conversion h2 {
    font-size: 41px;
  }

  .graco250-conversion-intro {
    font-size: 15px;
  }

  .graco250-conversion-step {
    grid-template-columns:
      62px minmax(0, 1fr);

    min-height: 96px;
  }

  .graco250-conversion-icon {
    width: 52px;
    height: 52px;
  }

  .graco250-conversion-video-column {
    max-width: 330px;
  }

}


/* MOBILE */

@media screen and (max-width: 767px) {

  .graco250-conversion {
    left: 0;

    width: 100%;
    max-width: 100%;

    margin-left: 0;
  }


  /* MOBILE INNER */

  .graco250-conversion-inner {
    padding:
      42px 16px 46px;
  }


  /* STACK CONTENT */

  .graco250-conversion-layout {
    display: flex;

    flex-direction: column;

    gap: 34px;
  }


  /* HEADING */

  .graco250-conversion-kicker {
    margin-bottom: 11px;
  }

  .graco250-conversion-kicker span {
    width: 30px;
  }

  .graco250-conversion-kicker p {
    font-size: 10px;
  }

  .graco250-conversion h2 {
    margin-bottom: 14px;

    font-size: 31px;
  }

  .graco250-conversion-intro {
    margin-bottom: 23px;

    font-size: 14px;
    line-height: 1.45;
  }


  /* KEEP ICONS CONDENSED */

  .graco250-conversion-steps {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 7px;
  }

  .graco250-conversion-step {
    display: block;

    min-height: 142px;

    padding:
      11px 10px;
  }

  .graco250-conversion-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 7px;
  }

  .graco250-conversion-number {
    font-size: 9px;
  }

  .graco250-conversion-step h3 {
    font-size: 12px;
  }

  .graco250-conversion-step p {
    font-size: 10px;
  }


  /* MOBILE VIDEO */

  .graco250-conversion-video-column {
    width: 100%;
    max-width: 315px;

    margin: 0 auto;

    justify-self: auto;
  }

}


/* SMALL MOBILE */

@media screen and (max-width: 390px) {

  .graco250-conversion h2 {
    font-size: 28px;
  }

  .graco250-conversion-video-column {
    max-width: 285px;
  }

}

/* SECTIONS 1-3 - TRUE FULL WIDTH FIX */


/* FULL VIEWPORT WIDTH */

.graco250-hero,
.graco250-system,
.graco250-conversion {
  position: relative;

  width: 100vw;
  max-width: none;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  left: auto;
  right: auto;

  overflow: hidden;
}


/* MATCH INNER CONTENT ALIGNMENT */

.graco250-hero-inner,
.graco250-system-inner,
.graco250-conversion-inner {
  width: 100%;
  max-width: 1320px;

  margin-left: auto;
  margin-right: auto;

  padding-left: 42px;
  padding-right: 42px;
}


/* SECTION 3 - MATCH VIDEO TO CONTENT HEIGHT */

.graco250-conversion-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 350px;

  gap: 70px;

  align-items: stretch;
}


/* LEFT CONTENT */

.graco250-conversion-content {
  width: 100%;
  max-width: 730px;
}


/* VIDEO COLUMN */

.graco250-conversion-video-column {
  width: 100%;
  max-width: 350px;

  height: 100%;

  justify-self: end;

  display: flex;

  flex-direction: column;
}


/* VIDEO SHELL */

.graco250-conversion-video-shell {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 0;

  flex: 1;

  aspect-ratio: auto;

  overflow: hidden;

  border:
    1px solid rgba(255,196,0,.34);

  background: #000000;

  box-shadow:
    0 24px 55px rgba(0,0,0,.48),
    0 0 32px rgba(255,196,0,.06);
}


/* VIDEO */

.graco250-conversion-video-shell iframe {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 0;
}


/* VIDEO CAPTION */

.graco250-conversion-video-caption {
  display: flex;

  align-items: center;

  gap: 14px;

  margin-top: 16px;
}


/* CAPTION LINE */

.graco250-conversion-video-caption span {
  display: block;

  width: 42px;
  height: 3px;

  background: #ffc400;
}


/* CAPTION TEXT */

.graco250-conversion-video-caption p {
  margin: 0;

  color:
    rgba(255,255,255,.72);

  font-size: 15px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .15em;

  text-transform: uppercase;
}


/* TABLET */

@media screen and (max-width: 1100px) {

  .graco250-hero-inner,
  .graco250-system-inner,
  .graco250-conversion-inner {
    max-width: 100%;

    padding-left: 28px;
    padding-right: 28px;
  }

  .graco250-conversion-layout {
    grid-template-columns:
      minmax(0, 1fr) 310px;

    gap: 42px;
  }

  .graco250-conversion-video-column {
    max-width: 310px;
  }

}


/* MOBILE */

@media screen and (max-width: 767px) {

  .graco250-hero,
  .graco250-system,
  .graco250-conversion {
    width: 100vw;
    max-width: none;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    left: auto;
    right: auto;
  }


  /* INNER SPACING */

  .graco250-hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .graco250-system-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .graco250-conversion-inner {
    padding-left: 16px;
    padding-right: 16px;
  }


  /* SECTION 3 STACK */

  .graco250-conversion-layout {
    display: flex;

    flex-direction: column;

    gap: 34px;
  }


  /* MOBILE VIDEO */

  .graco250-conversion-video-column {
    width: 100%;
    max-width: 315px;

    height: auto;

    margin-left: auto;
    margin-right: auto;
  }

  .graco250-conversion-video-shell {
    width: 100%;
    height: auto;

    aspect-ratio: 9 / 16;

    flex: none;
  }


  /* MOBILE CAPTION */

  .graco250-conversion-video-caption {
    gap: 10px;

    margin-top: 13px;
  }

  .graco250-conversion-video-caption span {
    width: 34px;
    height: 2px;
  }

  .graco250-conversion-video-caption p {
    font-size: 13px;
  }

}

/* SECTION 4 - WHY THE 250 */

.graco250-why {
  position: relative;

  width: 100%;
  max-width: 100%;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 82%,
      #f4f4f4 100%
    );

  color: #111111;

  font-family: "Source Sans Pro", sans-serif;
}

.graco250-why::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: 0;
  left: 0;

  height: 90px;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(0,0,0,.04) 100%
    );
}

.graco250-why *,
.graco250-why *::before,
.graco250-why *::after {
  box-sizing: border-box;
}


/* INNER */

.graco250-why-inner {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1320px;

  min-height: 560px;

  margin: 0 auto;

  padding:
    58px 42px 48px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 520px;

  gap: 38px;

  align-items: center;
}


/* LEFT CONTENT */

.graco250-why-content {
  min-width: 0;
}


/* KICKER */

.graco250-why-kicker {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 14px;
}

.graco250-why-kicker span {
  width: 40px;
  height: 2px;

  background: #ffc400;
}

.graco250-why-kicker p {
  margin: 0;

  color: #111111;

  font-size: 13px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .15em;

  text-transform: uppercase;
}


/* HEADING */

.graco250-why h2 {
  max-width: 900px;

  margin:
    0 0 34px;

  color: #111111;

  font-size: 48px;
  line-height: .96;

  font-weight: 900;

  letter-spacing: -.035em;

  text-transform: uppercase;
}

.graco250-why h2 span {
  display: block;

  color: #ffc400;

  white-space: nowrap;
}


/* BENEFITS GRID */

.graco250-why-benefits {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 0;
}


/* BENEFIT */

.graco250-why-benefit {
  position: relative;

  min-width: 0;

  padding:
    0 20px;

  text-align: center;
}

.graco250-why-benefit:first-child {
  padding-left: 0;
}

.graco250-why-benefit:last-child {
  padding-right: 0;
}

.graco250-why-benefit +
.graco250-why-benefit {
  border-left:
    1px solid rgba(0,0,0,.16);
}


/* ICON */

.graco250-why-icon {
  width: 84px;
  height: 84px;

  margin:
    0 auto 14px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.graco250-why-icon img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transition:
    transform .28s ease,
    filter .28s ease;
}

.graco250-why-benefit:hover
.graco250-why-icon img {
  transform:
    scale(1.07);

  filter:
    drop-shadow(
      0 0 10px rgba(255,196,0,.18)
    );
}


/* BENEFIT HEADINGS */

.graco250-why-benefit h3 {
  margin:
    0 0 9px;

  color: #111111;

  font-size: 16px;
  line-height: 1.08;

  font-weight: 900;

  text-transform: uppercase;
}


/* BENEFIT COPY */

.graco250-why-benefit p {
  margin: 0;

  color: #555555;

  font-size: 12px;
  line-height: 1.4;

  font-weight: 500;
}


/* MACHINE */

.graco250-why-machine {
  position: relative;

  min-width: 0;

  display: flex;

  align-items: center;
  justify-content: center;
}

.graco250-why-machine::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 4%;

  width: 82%;
  height: 34px;

  border-radius: 50%;

  background:
    rgba(0,0,0,.13);

  filter:
    blur(18px);

  transform:
    translateX(-50%);

  z-index: 0;
}

.graco250-why-machine img {
  position: relative;

  z-index: 1;

  display: block;

  width: 95%;
  max-width: 95%;

  height: auto;

  object-fit: contain;

  transform:
    translateX(2%);

  transition:
    transform .45s ease,
    filter .35s ease;
}

.graco250-why-machine:hover img {
  transform:
    translateX(2%)
    scale(1.025);

  filter:
    drop-shadow(
      0 8px 12px rgba(0,0,0,.10)
    );
}


/* TABLET */

@media screen and (max-width: 1100px) {

  .graco250-why-inner {
    grid-template-columns:
      minmax(0, 1fr) 420px;

    gap: 26px;

    padding:
      50px 28px 44px;
  }

  .graco250-why h2 {
    font-size: 40px;
  }

  .graco250-why-benefit {
    padding:
      0 12px;
  }

  .graco250-why-icon {
    width: 68px;
    height: 68px;
  }

  .graco250-why-benefit h3 {
    font-size: 13px;
  }

  .graco250-why-benefit p {
    font-size: 10px;
  }

}


/* MOBILE */

@media screen and (max-width: 767px) {

  .graco250-why-inner {
    display: flex;

    flex-direction: column;

    min-height: 0;

    padding:
      40px 16px 44px;
  }


  /* HEADING */

  .graco250-why-kicker {
    justify-content: center;
  }

  .graco250-why-kicker span {
    width: 28px;
  }

  .graco250-why-kicker p {
    font-size: 10px;
  }

  .graco250-why h2 {
  max-width: 100%;

  margin:
    0 auto 26px;

  font-size: 28px;
  line-height: .98;

  text-align: center;
}

.graco250-why h2 span {
  white-space: nowrap;
}


  /* MACHINE FIRST ON MOBILE */

  .graco250-why-machine {
    order: 1;

    width: 100%;

    margin-bottom: 26px;
  }

  .graco250-why-content {
    display: contents;
  }

  .graco250-why-kicker,
  .graco250-why h2 {
    order: 0;
  }

  .graco250-why-benefits {
    order: 2;
  }

  .graco250-why-machine img {
    width: 92%;
    max-width: 92%;

    transform: none;
  }


  /* BENEFITS */

  .graco250-why-benefits {
    width: 100%;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 0;
  }

  .graco250-why-benefit {
    min-height: 155px;

    padding:
      16px 12px;
  }

  .graco250-why-benefit:first-child {
    padding-left: 12px;
  }

  .graco250-why-benefit:last-child {
    padding-right: 12px;
  }

  .graco250-why-benefit:nth-child(3) {
    border-left: 0;

    border-top:
      1px solid rgba(0,0,0,.14);
  }

  .graco250-why-benefit:nth-child(4) {
    border-top:
      1px solid rgba(0,0,0,.14);
  }

  .graco250-why-icon {
    width: 60px;
    height: 60px;

    margin-bottom: 10px;
  }

  .graco250-why-benefit h3 {
    font-size: 13px;
  }

  .graco250-why-benefit p {
    font-size: 10px;
  }

}


/* SMALL MOBILE */

@media screen and (max-width: 390px) {

  .graco250-why h2 {
    font-size: 28px;
  }

  .graco250-why-benefit {
    min-height: 148px;
  }

}

/* ==========================================================
   CONVERSION VS NEW
========================================================== */

.g250-paths {
  position: relative;

  width: 100%;
  max-width: 100%;

  margin: 0;

  overflow: hidden;

  background: #050505;

  color: #ffffff;

  font-family: "Source Sans Pro", Arial, sans-serif;
}

.g250-paths *,
.g250-paths *::before,
.g250-paths *::after {
  box-sizing: border-box;
}


/* ==========================================================
   BACKGROUND
========================================================== */

.g250-paths-background {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 0;

  background-image:
    url("https://www.traqnology-na.com/wp-content/uploads/2026/08/sect7_background.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  opacity: .46;
}


.g250-paths-overlay {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background:
    linear-gradient(
      180deg,
      rgba(3,5,7,.0) 0%,
      rgba(3,5,7,.78) 42%,
      rgba(3,5,7,.90) 100%
    );
}


/* ==========================================================
   INNER
========================================================== */

.g250-paths-inner {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1500px;

  margin: 0 auto;

  padding:
    64px 42px 54px;
}


/* ==========================================================
   HEADING
========================================================== */

.g250-paths-heading {
  margin-bottom: 32px;
}


.g250-paths-kicker {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 12px;
}


.g250-paths-kicker span {
  width: 44px;
  height: 3px;

  background: #ffc400;
}


.g250-paths-kicker p {
  margin: 0;

  color: #ffc400;

  font-size: 12px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .18em;

  text-transform: uppercase;
}


/* HEADING LAYOUT */

.g250-paths-heading-layout {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 60px;
}


.g250-paths-title {
  max-width: 900px;
}


.g250-paths-title h2 {
  margin: 0;

  color: #ffffff;

  font-size: 58px;
  line-height: .91;

  font-weight: 900;

  letter-spacing: -.04em;

  text-transform: uppercase;
}


.g250-paths-title h2 span {
  display: block;

  color: #ffc400;
}


.g250-paths-title > p {
  max-width: 760px;

  margin:
    16px 0 0;

  color: rgba(255,255,255,.68);

  font-size: 17px;
  line-height: 1.45;
}


/* RIGHT MESSAGE */

.g250-paths-side-message {
  flex:
    0 0 235px;

  padding-left: 24px;

  border-left:
    1px solid rgba(255,255,255,.38);
}


.g250-paths-side-message > span {
  display: block;

  width: 48px;
  height: 3px;

  margin-bottom: 12px;

  background: #ffc400;
}


.g250-paths-side-message p {
  margin: 0;

  color: rgba(255,255,255,.82);

  font-size: 13px;
  line-height: 1.55;

  font-weight: 900;

  letter-spacing: .13em;
}


.g250-paths-side-message strong {
  color: #ffc400;
}


/* ==========================================================
   GRID
========================================================== */

.g250-paths-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 20px;
}


/* ==========================================================
   CARD
========================================================== */

.g250-path-card {
  position: relative;

  min-width: 0;
  min-height: 510px;

  overflow: hidden;

  border:
    1px solid rgba(255,196,0,.72);

  background:
    linear-gradient(
      135deg,
      #08090a 0%,
      #101214 100%
    );

  box-shadow:
    0 18px 40px rgba(0,0,0,.26);

  transition:
    transform .30s ease,
    border-color .30s ease,
    box-shadow .30s ease;
}


.g250-path-card:hover {
  transform:
    translateY(-5px);

  border-color: #ffc400;

  box-shadow:
    0 24px 48px rgba(0,0,0,.34),
    0 0 20px rgba(255,196,0,.07);
}


/* CARD SHADE */

.g250-path-card-shade {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background:
  linear-gradient(
    90deg,
    rgba(4,5,6,.70) 0%,
    rgba(4,5,6,.55) 38%,
    rgba(4,5,6,.18) 62%,
    rgba(4,5,6,0) 100%
  );
  
}


/* ==========================================================
   COPY
========================================================== */

.g250-path-copy {
  position: relative;

  z-index: 4;

  width: 54%;

  padding:
    28px 10px 28px 28px;
}


.g250-path-label {
  margin-bottom: 9px;

  color: rgba(255,255,255,.48);

  font-size: 9px;

  font-weight: 900;

  letter-spacing: .16em;

  text-transform: uppercase;
}


.g250-path-copy h3 {
  margin:
    0 0 13px;

  color: #ffffff;

  font-size: 34px;
  line-height: .96;

  font-weight: 900;

  letter-spacing: -.025em;

  text-transform: uppercase;
}


.g250-path-copy h3 span {
  display: block;

  color: #ffc400;
}


.g250-path-copy h4 {
  margin:
    0 0 5px;

  color: #ffffff;

  font-size: 16px;
  line-height: 1.2;

  font-weight: 800;
}


.g250-path-intro {
  max-width: 340px;

  margin:
    0 0 18px;

  color: rgba(255,255,255,.68);

  font-size: 13px;
  line-height: 1.45;
}


/* ==========================================================
   FEATURES
========================================================== */

.g250-path-features {
  margin:
    0 0 22px;

  padding: 0;

  list-style: none;
}


.g250-path-features li {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-bottom: 8px;

  color: rgba(255,255,255,.88);

  font-size: 13px;
  line-height: 1.25;

  font-weight: 600;
}


.g250-path-features li > span {
  flex:
    0 0 20px;

  width: 20px;
  height: 20px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffc400;

  color: #111111;

  font-size: 12px;

  font-weight: 900;
}


/* ==========================================================
   PRODUCT IMAGE
========================================================== */

.g250-path-machine {
  position: absolute;

  z-index: 2;

  right: -2%;
  bottom: 2%;

  width: 55%;
  height: 80%;

  display: flex;

  align-items: flex-end;
  justify-content: center;
}


.g250-path-machine img {
  display: block;

  width: 100%;
  max-width: 100%;

  height: auto;
  max-height: 100%;

  object-fit: contain;

  object-position: center bottom;

  filter:
    drop-shadow(
      0 15px 24px rgba(0,0,0,.45)
    );

  transition:
    transform .45s ease;
}


.g250-path-card:hover
.g250-path-machine img {
  transform:
    scale(1.035);
}


/* EXISTING MACHINE */

.g250-path-existing
.g250-path-machine {
  right: -1%;

  width: 54%;
}


/* NEW MACHINE */

.g250-path-new
.g250-path-machine {
  right: -4%;

  width: 58%;
}


/* ==========================================================
   BADGE
========================================================== */

.g250-path-badge {
  position: absolute;

  z-index: 6;

  top: 14px;
  right: 0;

  min-width: 205px;

  padding:
    9px 18px 10px 26px;

  background: #ffc400;

  color: #111111;

  clip-path:
    polygon(
      12% 0,
      100% 0,
      100% 100%,
      0 100%
    );
}


.g250-path-badge strong,
.g250-path-badge span {
  display: block;

  font-size: 10px;
  line-height: 1.2;

  font-weight: 900;

  letter-spacing: .06em;

  text-transform: uppercase;
}


/* ==========================================================
   CTA
========================================================== */

.g250-path-button {
  position: relative;

  z-index: 7;

  min-width: 235px;
  min-height: 52px;

  padding:
    0 20px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 18px;

  border: 0;

  background: #ffc400;

  color: #111111;

  font-family: "Source Sans Pro", Arial, sans-serif;

  font-size: 13px;
  line-height: 1;

  font-weight: 900;

  text-transform: uppercase;

  cursor: pointer;

  box-shadow:
    0 10px 24px rgba(255,196,0,.12);

  transition:
    background .22s ease,
    color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}


.g250-path-button b {
  font-size: 22px;
  line-height: 1;

  transition:
    transform .22s ease;
}


.g250-path-button:hover {
  transform:
    translateY(-2px);

  background: #ffffff;

  color: #111111;

  box-shadow:
    0 14px 28px rgba(0,0,0,.30);
}


.g250-path-button:hover b {
  transform:
    translateX(5px);
}


/* ==========================================================
   BOTTOM STATEMENT
========================================================== */

.g250-paths-statement {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 10px;

  margin-top: 30px;

  text-align: center;
}


.g250-paths-statement > span {
  width: 60px;
  height: 3px;

  background: #ffc400;
}


.g250-paths-statement p {
  margin: 0;

  color: #ffffff;

  font-size: 19px;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.g250-paths-statement strong {
  color: #ffc400;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1100px) {

  .g250-paths-inner {
    padding:
      54px 26px 48px;
  }


  .g250-paths-title h2 {
    font-size: 48px;
  }


  .g250-paths-side-message {
    flex-basis: 190px;
  }


  .g250-path-card {
    min-height: 485px;
  }


  .g250-path-copy {
    width: 58%;

    padding:
      24px 8px 24px 22px;
  }


  .g250-path-copy h3 {
    font-size: 29px;
  }


  .g250-path-machine {
    width: 51%;
  }


  .g250-path-new
  .g250-path-machine {
    width: 55%;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .g250-paths-inner {
    padding:
      42px 16px 44px;
  }


  /* HEADING */

  .g250-paths-heading-layout {
    display: block;
  }


  .g250-paths-title h2 {
    font-size: 36px;
    line-height: .94;
  }


  .g250-paths-title > p {
    font-size: 13px;
  }


  .g250-paths-side-message {
    display: none;
  }


  /* CARDS */

  .g250-paths-grid {
    grid-template-columns:
      1fr;

    gap: 16px;
  }


  .g250-path-card {
    min-height: 560px;
  }


  .g250-path-copy {
    width: 100%;

    padding:
      24px 20px 245px;
  }


  .g250-path-copy h3 {
    max-width: 300px;

    font-size: 30px;
  }


  .g250-path-intro {
    max-width: 100%;
  }


  /* MACHINE BOTTOM */

  .g250-path-machine,
  .g250-path-existing
  .g250-path-machine,
  .g250-path-new
  .g250-path-machine {
    right: 50%;
    bottom: 10px;

    width: 72%;
    height: 245px;

    transform:
      translateX(50%);
  }


  .g250-path-card:hover
  .g250-path-machine img {
    transform: none;
  }


  /* SHADE */

  .g250-path-card-shade {
    background:
      linear-gradient(
        180deg,
        rgba(4,5,6,.98) 0%,
        rgba(4,5,6,.94) 58%,
        rgba(4,5,6,.26) 82%,
        rgba(4,5,6,.08) 100%
      );
  }


  /* BADGE */

  .g250-path-badge {
    top: 10px;

    min-width: 165px;

    padding:
      7px 12px 8px 22px;
  }


  .g250-path-badge strong,
  .g250-path-badge span {
    font-size: 8px;
  }


  /* BUTTON */

  .g250-path-button {
    min-width: 0;
    width: 100%;
  }


  /* STATEMENT */

  .g250-paths-statement p {
    font-size: 15px;
  }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media screen and (max-width: 390px) {

  .g250-paths-title h2 {
    font-size: 32px;
  }


  .g250-path-card {
    min-height: 575px;
  }


  .g250-path-copy {
    padding-bottom: 235px;
  }


  .g250-path-machine,
  .g250-path-existing
  .g250-path-machine,
  .g250-path-new
  .g250-path-machine {
    width: 82%;
    height: 230px;
  }

}

/* ==========================================================
   SECTION 5 - GRACO 250 CONFIGURATOR
   WHITE SECTION / BLACK CONFIGURATOR CARDS
========================================================== */

.graco250-configurator {
  position: relative;

  width: 100%;
  max-width: 100%;

  margin-left: 0;
  margin-right: 0;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f7f7 100%
    );

  color: #111111;

  font-family: "Source Sans Pro", sans-serif;
}

.graco250-configurator *,
.graco250-configurator *::before,
.graco250-configurator *::after {
  box-sizing: border-box;
}


/* ==========================================================
   INNER
========================================================== */

.graco250-configurator-inner {
  width: 100%;
  max-width: 1320px;

  margin: 0 auto;

  padding:
    64px 42px 72px;
}


/* ==========================================================
   HEADING
========================================================== */

.graco250-configurator-heading {
  max-width: 720px;

  margin-bottom: 30px;
}


/* KICKER */

.graco250-configurator-kicker {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 12px;
}

.graco250-configurator-kicker span {
  width: 42px;
  height: 2px;

  background: #ffc400;
}

.graco250-configurator-kicker p {
  margin: 0;

  color: #111111;

  font-size: 12px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: .16em;

  text-transform: uppercase;
}


/* MAIN HEADING */

.graco250-configurator-heading h2 {
  margin: 0;

  color: #111111;

  font-size: 50px;
  line-height: .96;

  font-weight: 900;

  letter-spacing: -.035em;

  text-transform: uppercase;
}

.graco250-configurator-heading h2 span {
  display: block;

  color: #ffc400;
}

.graco250-configurator-heading > p {
  max-width: 620px;

  margin:
    15px 0 0;

  color: #5b5b5b;

  font-size: 16px;
  line-height: 1.5;
}


/* ==========================================================
   PROGRESS
========================================================== */

.graco250-configurator-progress {
  display: flex;

  align-items: center;

  width: 100%;

  margin-bottom: 32px;
}

.graco250-configurator-progress-step {
  display: flex;

  align-items: center;

  gap: 8px;

  color: #777777;
}

.graco250-configurator-progress-step span {
  width: 30px;
  height: 30px;

  display: flex;

  align-items: center;
  justify-content: center;

  border:
    1px solid #c9c9c9;

  border-radius: 50%;

  background: #ffffff;

  color: #555555;

  font-size: 10px;

  font-weight: 900;
}

.graco250-configurator-progress-step small {
  font-size: 10px;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}

.graco250-configurator-progress-step.is-active,
.graco250-configurator-progress-step.is-done {
  color: #111111;
}

.graco250-configurator-progress-step.is-active span,
.graco250-configurator-progress-step.is-done span {
  border-color: #ffc400;

  background: #ffc400;

  color: #111111;
}

.graco250-configurator-progress-line {
  flex: 1;

  height: 1px;

  margin:
    0 12px;

  background: #d8d8d8;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.graco250-configurator-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 380px;

  gap: 28px;

  align-items: start;
}


/* ==========================================================
   BUILDER - KEEP BLACK
========================================================== */

.graco250-configurator-builder {
  min-width: 0;

  padding:
    26px;

  border:
    1px solid #262626;

  background:
    linear-gradient(
      145deg,
      #090909,
      #111318
    );

  color: #ffffff;

  box-shadow:
    0 16px 36px rgba(0,0,0,.12);
}


/* STEP LABEL */

.graco250-configurator-step-label {
  margin-bottom: 8px;

  color: #ffc400;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: .14em;

  text-transform: uppercase;
}


/* QUESTION */

.graco250-configurator-builder h3 {
  margin:
    0 0 8px;

  color: #ffffff;

  font-size: 28px;
  line-height: 1;

  font-weight: 900;

  text-transform: uppercase;
}

.graco250-configurator-question-intro {
  max-width: 680px;

  margin:
    0 0 24px;

  color: rgba(255,255,255,.70);

  font-size: 14px;
  line-height: 1.45;

  font-weight: 500;
}


/* ==========================================================
   OPTIONS
========================================================== */

.graco250-configurator-options {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}


/* OPTION CARD - KEEP BLACK */

.graco250-configurator-option {
  position: relative;

  min-height: 150px;

  padding:
    20px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
  justify-content: space-between;

  border:
    1px solid rgba(255,255,255,.16);

  background:
    linear-gradient(
      145deg,
      #101010,
      #181818
    );

  color: #ffffff;

  text-align: left;

  cursor: pointer;

  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.graco250-configurator-option:hover {
  transform:
    translateY(-3px);

  border-color: #ffc400;

  background:
    linear-gradient(
      145deg,
      #171717,
      #1e1b10
    );

  box-shadow:
    0 12px 26px rgba(0,0,0,.22),
    0 0 18px rgba(255,196,0,.08);
}

.graco250-configurator-option.is-selected {
  border-color: #ffc400;

  background:
    linear-gradient(
      145deg,
      #171717,
      #211d0e
    );
}


/* OPTION TITLE */

.graco250-configurator-option h4 {
  margin:
    0 0 10px;

  color: #ffffff;

  font-size: 21px;
  line-height: 1.05;

  font-weight: 900;

  letter-spacing: -.01em;

  text-transform: uppercase;
}


/* OPTION DESCRIPTION */

.graco250-configurator-option p {
  margin: 0;

  color: rgba(255,255,255,.82);

  font-size: 14px;
  line-height: 1.4;

  font-weight: 700;
}


/* OPTION ACTION */

.graco250-configurator-option span {
  margin-top: 18px;

  color: #ffc400;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: .04em;

  text-transform: uppercase;
}


/* DISABLED OPTION */

.graco250-configurator-option.is-disabled {
  opacity: .45;

  cursor: default;
}

.graco250-configurator-option.is-disabled:hover {
  transform: none;

  border-color:
    rgba(255,255,255,.16);

  background:
    linear-gradient(
      145deg,
      #101010,
      #181818
    );

  box-shadow: none;
}


/* ==========================================================
   COMPONENT DISPLAY
========================================================== */

.graco250-configurator-components {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}


/* COMPONENT CARD - KEEP BLACK */

.graco250-configurator-component {
  padding:
    16px;

  border:
    1px solid rgba(255,255,255,.14);

  background: #101010;

  color: #ffffff;
}


/* COMPONENT PRODUCT IMAGE */

.graco250-configurator-component-image {
  width: 100%;
  height: 180px;

  margin-bottom: 14px;

  padding:
    12px;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: #ffffff;

  border:
    1px solid rgba(0,0,0,.10);

  box-shadow:
    0 8px 18px rgba(0,0,0,.15);
}

.graco250-configurator-component-image img {
  display: block;

  max-width: 94%;
  max-height: 94%;

  width: auto;
  height: auto;

  object-fit: contain;
}


/* COMPONENT TITLE */

.graco250-configurator-component h4 {
  margin:
    0 0 5px;

  color: #ffc400;

  font-size: 16px;
  line-height: 1.1;

  font-weight: 900;

  text-transform: uppercase;
}


/* COMPONENT DESCRIPTION */

.graco250-configurator-component p {
  margin: 0;

  color: rgba(255,255,255,.70);

  font-size: 12px;
  line-height: 1.4;
}


/* ==========================================================
   NAVIGATION
========================================================== */

.graco250-configurator-nav {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 12px;

  margin-top: 22px;
}

.graco250-configurator-nav button {
  min-height: 44px;

  padding:
    0 17px;

  border:
    1px solid rgba(255,255,255,.30);

  background: transparent;

  color: #ffffff;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: .03em;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    border-color .2s ease,
    color .2s ease,
    background .2s ease;
}

.graco250-configurator-nav button:hover {
  border-color: #ffc400;

  color: #ffc400;
}

.graco250-configurator-nav button:disabled {
  opacity: .25;

  cursor: default;
}

.graco250-configurator-nav button:disabled:hover {
  border-color:
    rgba(255,255,255,.30);

  color: #ffffff;
}

.graco250-configurator-restart {
  border-color:
    rgba(255,196,0,.60);
}


/* ==========================================================
   SUMMARY - KEEP BLACK
========================================================== */

.graco250-configurator-summary {
  position: sticky;

  top: 120px;

  padding:
    22px;

  border:
    1px solid #262626;

  border-top:
    3px solid #ffc400;

  background:
    linear-gradient(
      145deg,
      #090909,
      #111318
    );

  color: #ffffff;

  box-shadow:
    0 18px 38px rgba(0,0,0,.16);
}


/* SUMMARY KICKER */

.graco250-configurator-summary-kicker {
  margin-bottom: 12px;

  color: #ffc400;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: .14em;

  text-transform: uppercase;
}


/* ==========================================================
   MAIN LIVE PRODUCT IMAGE
========================================================== */

.graco250-configurator-image-shell {
  width: 100%;
  height: 235px;

  margin-bottom: 16px;

  padding:
    12px;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: #ffffff;

  border:
    1px solid rgba(0,0,0,.10);

  box-shadow:
    0 8px 20px rgba(0,0,0,.18);
}

.graco250-configurator-image-shell img {
  display: block;

  max-width: 94%;
  max-height: 94%;

  width: auto;
  height: auto;

  object-fit: contain;

  transition:
    opacity .25s ease,
    transform .25s ease;
}


/* ==========================================================
   BUILD NAME
========================================================== */

.graco250-configurator-build-name h4 {
  margin:
    0 0 5px;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.1;

  font-weight: 900;

  text-transform: uppercase;
}

.graco250-configurator-build-name p {
  margin:
    0 0 16px;

  color: rgba(255,255,255,.58);

  font-size: 11px;
  line-height: 1.35;

  font-weight: 600;
}


/* ==========================================================
   INCLUDED ITEMS
========================================================== */

.graco250-configurator-included {
  margin-bottom: 16px;
}

.graco250-configurator-included-item {
  padding:
    7px 0;

  border-top:
    1px solid rgba(255,255,255,.10);

  color: rgba(255,255,255,.82);

  font-size: 11px;
  line-height: 1.25;

  font-weight: 600;
}

.graco250-configurator-included-item::before {
  content: "✓";

  margin-right: 8px;

  color: #ffc400;

  font-weight: 900;
}


/* ==========================================================
   PRICE
========================================================== */

.graco250-configurator-price {
  padding:
    16px 0;

  border-top:
    1px solid rgba(255,255,255,.18);

  border-bottom:
    1px solid rgba(255,255,255,.18);
}

.graco250-configurator-price span {
  display: block;

  margin-bottom: 5px;

  color: rgba(255,255,255,.55);

  font-size: 10px;

  font-weight: 900;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.graco250-configurator-price strong {
  display: block;

  color: #ffc400;

  font-size: 34px;
  line-height: 1;

  font-weight: 900;
}


/* ==========================================================
   FINANCING - WHITE CARDS
========================================================== */

.graco250-configurator-financing {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 8px;

  margin-top: 14px;
}

.graco250-configurator-financing > div {
  min-width: 0;

  padding:
    12px;

  background: #ffffff;

  border:
    1px solid rgba(0,0,0,.10);

  box-shadow:
    0 6px 16px rgba(0,0,0,.18);
}


/* FINANCING LABEL */

.graco250-configurator-financing span {
  display: block;

  margin-bottom: 5px;

  color: #555555;

  font-size: 8px;
  line-height: 1.1;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* FINANCING VALUE */

.graco250-configurator-financing strong {
  display: block;

  color: #111111;

  font-size: 14px;
  line-height: 1.15;

  font-weight: 900;
}


/* ==========================================================
   REQUEST BUILD
========================================================== */

.graco250-configurator-request {
  width: 100%;
  min-height: 54px;

  margin-top: 16px;

  padding:
    0 18px;

  border: 0;

  background: #ffc400;

  color: #111111;

  font-size: 13px;

  font-weight: 900;

  letter-spacing: .02em;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    transform .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.graco250-configurator-request:hover {
  transform:
    translateY(-2px);

  background: #ffd21a;

  box-shadow:
    0 10px 22px rgba(255,196,0,.18);
}

.graco250-configurator-request:disabled {
  opacity: .35;

  cursor: default;

  transform: none;

  box-shadow: none;
}


/* FINANCING NOTE */

.graco250-configurator-note {
  margin:
    8px 0 0;

  color: rgba(255,255,255,.45);

  font-size: 9px;
  line-height: 1.35;

  text-align: center;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1050px) {

  .graco250-configurator-inner {
    padding:
      56px 28px 64px;
  }

  .graco250-configurator-layout {
    grid-template-columns:
      minmax(0, 1fr) 330px;

    gap: 20px;
  }

  .graco250-configurator-heading h2 {
    font-size: 42px;
  }

  .graco250-configurator-builder {
    padding:
      22px;
  }

  .graco250-configurator-image-shell {
    height: 210px;
  }

  .graco250-configurator-component-image {
    height: 155px;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .graco250-configurator {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;
  }


  /* INNER */

  .graco250-configurator-inner {
    padding:
      42px 16px 48px;
  }


  /* HEADING */

  .graco250-configurator-heading {
    margin-bottom: 24px;
  }

  .graco250-configurator-kicker span {
    width: 30px;
  }

  .graco250-configurator-kicker p {
    font-size: 10px;
  }

  .graco250-configurator-heading h2 {
    font-size: 32px;
    line-height: .98;
  }

  .graco250-configurator-heading > p {
    font-size: 13px;
  }


  /* PROGRESS */

  .graco250-configurator-progress {
    overflow-x: auto;

    margin-bottom: 24px;

    padding-bottom: 8px;
  }

  .graco250-configurator-progress-step {
    flex:
      0 0 auto;
  }

  .graco250-configurator-progress-step small {
    display: none;
  }

  .graco250-configurator-progress-line {
    flex:
      0 0 25px;

    margin:
      0 7px;
  }


  /* LAYOUT */

  .graco250-configurator-layout {
    display: block;
  }


  /* BUILDER */

  .graco250-configurator-builder {
    padding:
      18px 14px;
  }

  .graco250-configurator-builder h3 {
    font-size: 23px;
  }

  .graco250-configurator-question-intro {
    font-size: 12px;
  }


  /* OPTIONS */

  .graco250-configurator-options,
  .graco250-configurator-components {
    grid-template-columns:
      1fr;
  }

  .graco250-configurator-option {
    min-height: 130px;

    padding:
      18px;
  }

  .graco250-configurator-option h4 {
    font-size: 19px;
  }

  .graco250-configurator-option p {
    font-size: 13px;
  }


  /* COMPONENT IMAGE */

  .graco250-configurator-component-image {
    height: 190px;
  }


  /* NAVIGATION */

  .graco250-configurator-nav {
    margin-top: 18px;
  }

  .graco250-configurator-nav button {
    min-height: 42px;

    padding:
      0 13px;

    font-size: 10px;
  }


  /* SUMMARY */

  .graco250-configurator-summary {
    position: relative;

    top: auto;

    margin-top: 18px;

    padding:
      18px;
  }


  /* MAIN PRODUCT IMAGE */

  .graco250-configurator-image-shell {
    height: 230px;
  }


  /* PRICE */

  .graco250-configurator-price strong {
    font-size: 31px;
  }


  /* FINANCING */

  .graco250-configurator-financing > div {
    padding:
      11px 9px;
  }

  .graco250-configurator-financing strong {
    font-size: 13px;
  }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media screen and (max-width: 390px) {

  .graco250-configurator-inner {
    padding-left: 13px;
    padding-right: 13px;
  }

  .graco250-configurator-heading h2 {
    font-size: 29px;
  }

  .graco250-configurator-builder h3 {
    font-size: 21px;
  }

  .graco250-configurator-option h4 {
    font-size: 18px;
  }

  .graco250-configurator-image-shell {
    height: 205px;
  }

  .graco250-configurator-component-image {
    height: 175px;
  }

  .graco250-configurator-financing {
    gap: 6px;
  }

  .graco250-configurator-financing strong {
    font-size: 12px;
  }

}


/* ==========================================================
   POPUP CLOSE BUTTON
========================================================== */

.contact-popup .close-popup {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 20;

  width: 42px;
  height: 42px;

  padding: 0;
  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  appearance: none;
  -webkit-appearance: none;

  background: transparent;

  border: 0;

  outline: 0;

  box-shadow: none;

  color: #ffffff;

  font-family: Arial, sans-serif;

  font-size: 38px;
  line-height: 1;

  font-weight: 300;

  cursor: pointer;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.contact-popup .close-popup::before,
.contact-popup .close-popup::after {
  display: none;
  content: none;
}

.contact-popup .close-popup:hover,
.contact-popup .close-popup:focus,
.contact-popup .close-popup:active {
  background: transparent;

  border: 0;

  outline: 0;

  box-shadow: none;

  color: #ffc400;

  transform: rotate(90deg) scale(1.08);
}


/* ==========================================================
   POPUP CONTENT
========================================================== */

.tn-popup-content {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  min-height: 520px;
}


/* LEFT */

.tn-popup-left {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 56px 42px;

  color: #ffffff;

  text-align: left;
}

.tn-popup-kicker {
  margin-bottom: 14px;

  color: #ffc400;

  font-size: 13px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}

.tn-popup-left h2 {
  margin: 0 0 16px;

  color: #ffffff;

  font-size: 52px;
  line-height: 0.95;

  letter-spacing: -0.04em;

  font-weight: 900;
}

.tn-popup-left p {
  max-width: 300px;

  margin: 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: 16px;
  line-height: 1.55;
}


/* ==========================================================
   CONTACT FORM
========================================================== */

#tn-contact-form-holder {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 56px 42px;

  text-align: center;
}

#tn-contact-form-holder .wpcf7 {
  width: 100%;
  max-width: 420px;
}

#tn-contact-form-holder p {
  margin-top: 0;
  margin-bottom: 14px;
}

#tn-contact-form-holder input,
#tn-contact-form-holder textarea,
#tn-contact-form-holder select {
  width: 100%;

  padding: 14px 16px;

  background: #ffffff;

  color: #000000;

  border: 1px solid rgba(0, 0, 0, 0.18);

  border-radius: 4px;

  font-family: "Source Sans Pro", sans-serif;

  font-size: 15px;

  outline: none;
}

#tn-contact-form-holder input:focus,
#tn-contact-form-holder textarea:focus,
#tn-contact-form-holder select:focus {
  border-color: #ffc400;

  box-shadow:
    0 0 0 2px rgba(255, 196, 0, 0.12);
}

#tn-contact-form-holder textarea {
  min-height: 110px;

  resize: vertical;
}

#tn-contact-form-holder input::placeholder,
#tn-contact-form-holder textarea::placeholder {
  color: rgba(0, 0, 0, 0.58);
}


/* ==========================================================
   REQUEST MORE INFORMATION BUTTON
   TRAQNOLOGY GREEN
========================================================== */

#tn-contact-form-holder .wpcf7-submit {
  width: auto;

  min-width: 220px;
  height: 54px;

  margin: 10px auto 0;

  padding: 0 24px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  background: #5dc13c;

  border: 2px solid #5dc13c;

  border-radius: 5px;

  color: #000000;

  font-family: "Source Sans Pro", sans-serif;

  font-size: 14px;
  line-height: 1;

  font-weight: 900;

  letter-spacing: 0.025em;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#tn-contact-form-holder .wpcf7-submit:hover {
  background: #6fd14b;

  border-color: #6fd14b;

  color: #000000;

  transform: translateY(-2px);

  box-shadow:
    0 10px 24px rgba(93, 193, 60, 0.28);
}


/* ==========================================================
   HIDE ORIGINAL CONTACT FORM LOCATION
========================================================== */

.elementor-element.tn-contact-form-source {
  display: none;
}


/* ==========================================================
   FOOTER
========================================================== */

.tn-footer {
  position: relative;

  overflow: hidden;

  padding-top: 70px;

  color: #ffffff;

  font-family: "Source Sans Pro", sans-serif;

  background-color: #05070b;

  background-image:
    url("https://www.traqnology-na.com/wp-content/uploads/2026/04/pavement_triangle_ORANGE.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* Dark overlay */

.tn-footer::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background: rgba(5, 7, 11, 0.6);
}


/* StripeTraq yellow atmospheric fade */

.tn-footer::after {
  content: "";

  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 2;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 196, 0, 0.09) 0%,
      rgba(255, 196, 0, 0) 46%
    ),
    linear-gradient(
      90deg,
      rgba(5, 7, 11, 0.96) 0%,
      rgba(5, 7, 11, 0.70) 16%,
      rgba(5, 7, 11, 0.18) 50%,
      rgba(5, 7, 11, 0.70) 84%,
      rgba(5, 7, 11, 0.96) 100%
    );
}

.tn-footer-container,
.tn-footer-bottom {
  position: relative;

  z-index: 3;
}


/* ==========================================================
   FOOTER COLUMNS
========================================================== */

.tn-footer-container {
  width: 92%;
  max-width: 1400px;

  margin: 0 auto;

  padding-bottom: 50px;

  display: grid;

  grid-template-columns: 1.4fr 1fr 1fr 1fr;

  gap: 60px;
}

.tn-footer-logo {
  display: block;

  width: 150px;
  max-width: 100%;

  height: auto;

  margin-bottom: 24px;
}

.tn-footer-brand p {
  max-width: 300px;

  margin: 0;

  color: #bfc3c8;

  line-height: 1.8;
}

.tn-footer-col h3 {
  position: relative;

  margin: 0 0 28px;

  color: #ffc400;

  font-size: 16px;

  font-weight: 900;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.tn-footer-col h3::after {
  content: "";

  display: block;

  width: 45px;
  height: 2px;

  margin-top: 12px;

  background: #ffc400;
}

.tn-footer-col ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.tn-footer-col li {
  margin-bottom: 18px;
}

.tn-footer-col a {
  color: #ffffff;

  text-decoration: none;

  transition: color 0.25s ease;
}

.tn-footer-col a:hover {
  color: #ffc400;
}


/* ==========================================================
   FOOTER BOTTOM
========================================================== */

.tn-footer-bottom {
  width: 92%;
  max-width: 1400px;

  margin: 0 auto;

  padding: 30px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  flex-wrap: wrap;
}

.tn-footer-copy,
.tn-footer-links a {
  color: #a6adb6;

  text-decoration: none;
}

.tn-footer-links a:hover {
  color: #ffc400;
}


/* ==========================================================
   SOCIAL ICONS
========================================================== */

.tn-social {
  display: flex;

  align-items: center;

  gap: 14px;
}

.tn-social a {
  width: 42px;
  height: 42px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.15);

  border-radius: 50%;

  color: #ffffff;

  text-decoration: none;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.tn-social a:hover {
  background: #ffc400;

  border-color: #ffc400;

  color: #05070b;

  transform: translateY(-3px);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

  .stripetraq-hero {
    min-height: 700px;
  }

  .stripetraq-hero-inner {
    padding: 0 36px 44px;
  }

  .stripetraq-hero-content {
    width: 590px;
  }

  .stripetraq-hero-content h1 {
    font-size: 56px;
  }

  .stripetraq-hero-markets {
    font-size: 16px;
  }

  .tn-footer-container {
    grid-template-columns: 1fr 1fr;

    gap: 40px;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

  /* ------------------------------------------
     HEADER
  ------------------------------------------ */

  .tn-header-custom {
    display: none;
  }


  /* ------------------------------------------
     HERO
  ------------------------------------------ */

  .stripetraq-hero {
    left: 0;

    width: 100%;
    max-width: 100%;

    margin-left: 0;

    min-height: 720px;

    align-items: flex-end;
  }

  .stripetraq-desktop-video {
    display: none;
  }

  .stripetraq-mobile-video {
    display: block;
  }

  .stripetraq-hero-video {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
  }

  .stripetraq-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.15) 34%,
        rgba(0, 0, 0, 0.52) 68%,
        rgba(0, 0, 0, 0.86) 100%
      );
  }

  .stripetraq-hero-inner {
    width: 100%;

    padding: 0 20px 28px;

    display: block;
  }

  .stripetraq-hero-content {
    width: 100%;
    max-width: 100%;
  }

  .stripetraq-hero-logo {
    width: 175px;
    max-width: 62%;

    margin-bottom: 14px;
  }

  .stripetraq-hero-content h1 {
    font-size: 38px;
    line-height: 0.95;

    letter-spacing: -0.04em;
  }

  .stripetraq-hero-content h1::after {
    width: 250px;

    margin-top: 12px;
  }

  .stripetraq-hero-markets {
    gap: 8px;

    margin-top: 12px;

    font-size: 11px;

    letter-spacing: 0.055em;
  }

  .stripetraq-hero-markets i {
    width: 4px;
    height: 4px;
  }

  .stripetraq-hero-buttons {
    width: 100%;

    gap: 10px;

    margin-top: 22px;
  }

  .stripetraq-btn {
    width: calc(50% - 5px);

    min-width: 0;

    height: 48px;

    padding: 0 10px;

    font-size: 11px;
  }

  .stripetraq-btn span {
    margin-left: 8px;

    font-size: 18px;
  }

  .stripetraq-made-usa {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .stripetraq-made-usa img {
    width: 36px;
    height: 36px;
  }

  .stripetraq-made-usa span {
    font-size: 10px;
  }

  .stripetraq-made-usa strong {
    font-size: 12px;
  }


  /* ------------------------------------------
     CONTACT POPUP
  ------------------------------------------ */

  .contact-popup {
    padding: 14px;
  }

  .contact-popup-inner {
    width: 100%;

    min-height: 0;

    max-height: 94vh;

    overflow-y: auto;
  }

  .tn-popup-content {
    display: block;

    min-height: 0;
  }

  .tn-popup-left {
    padding: 44px 24px 12px;

    align-items: center;

    text-align: center;
  }

  .tn-popup-kicker {
    font-size: 11px;
  }

  .tn-popup-left h2 {
    font-size: 36px;
  }

  .tn-popup-left p {
    max-width: 320px;

    font-size: 14px;
  }

  #tn-contact-form-holder {
    padding: 18px 24px 34px;
  }

  #tn-contact-form-holder .wpcf7-submit {
    width: 100%;

    min-width: 0;
  }

  .contact-popup .close-popup {
    top: 10px;
    right: 10px;
  }


  /* ------------------------------------------
     FOOTER
  ------------------------------------------ */

  .tn-footer {
    padding-top: 52px;

    background-position: center center;
  }

  .tn-footer-container {
    width: 88%;

    grid-template-columns: 1fr;

    gap: 34px;

    padding-bottom: 38px;
  }

  .tn-footer-col h3 {
    margin-bottom: 18px;
  }

  .tn-footer-col li {
    margin-bottom: 12px;
  }

  .tn-footer-bottom {
    width: 88%;

    padding: 24px 0;

    flex-direction: column;

    text-align: center;
  }

  .tn-social {
    justify-content: center;
  }

}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

  .stripetraq-hero-content h1 {
    font-size: 34px;
  }

  .stripetraq-hero-markets {
    font-size: 10px;
  }

  .stripetraq-btn {
    height: 46px;

    padding: 0 8px;

    font-size: 10px;
  }

  .tn-popup-left h2 {
    font-size: 32px;
  }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .stripetraq-hero-content,
  .stripetraq-made-usa,
  .stripetraq-btn,
  .contact-popup .close-popup,
  #tn-contact-form-holder .wpcf7-submit,
  .tn-social a {
    transition: none;
  }

}

/* ==========================================================
   POPUP VISIBILITY CONTROL
========================================================== */

/* CONTACT POPUP - HIDDEN BY DEFAULT */

#contact-popup {
  display: none;
}

#contact-popup.open {
  display: flex;
}


/* GRACO 250 BUILD REQUEST POPUP - HIDDEN BY DEFAULT */

#g250-build-popup,
.g250-build-popup {
  display: none;
}

#g250-build-popup.is-open,
.g250-build-popup.is-open {
  display: flex;
}


/* PREVENT HIDDEN POPUPS FROM TAKING PAGE SPACE */

#contact-popup[aria-hidden="true"],
#g250-build-popup[aria-hidden="true"],
.g250-build-popup[aria-hidden="true"] {
  display: none;
}

/* ==========================================================
   POPUP SYSTEM - RESTORE VISIBILITY CONTROL
========================================================== */


/* ==========================================================
   CONTACT POPUP
========================================================== */

.contact-popup {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  z-index: 99999;

  display: none;

  align-items: center;
  justify-content: center;

  padding: 20px;

  background:
    rgba(0,0,0,.78);

  font-family:
    "Source Sans Pro",
    sans-serif;
}


/* OPEN CONTACT POPUP */

.contact-popup.open {
  display: flex;
}


/* CONTACT POPUP INNER */

.contact-popup-inner {
  position: relative;

  width: 92%;
  max-width: 900px;

  min-height: 520px;

  padding: 0;

  overflow: hidden;

  border-radius: 8px;

  background-color: #090909;

  background-image:
    url("https://www.traqnology-na.com/wp-content/uploads/2026/04/pavement_triangle_ORANGE.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  box-shadow:
    0 28px 80px rgba(0,0,0,.52);
}


/* CONTACT POPUP DARK OVERLAY */

.contact-popup-inner::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.84) 0%,
      rgba(0,0,0,.66) 48%,
      rgba(0,0,0,.58) 100%
    );

  pointer-events: none;
}


/* ==========================================================
   GRACO 250 BUILD REQUEST POPUP
========================================================== */

.g250-build-popup {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  min-height: 100%;

  z-index: 100000;

  display: none;

  align-items: center;
  justify-content: center;

  padding: 30px;

  background:
    rgba(0,0,0,.82);

  font-family:
    "Source Sans Pro",
    sans-serif;

  overflow-y: auto;
}


/* OPEN BUILD POPUP */

.g250-build-popup.is-open {
  display: flex;
}


/* BUILD POPUP DIALOG */

.g250-build-popup-dialog {
  position: relative;

  width: 100%;
  max-width: 760px;

  margin: auto;

  padding: 34px;

  background: #111318;

  border-top:
    4px solid #ffc400;

  box-shadow:
    0 30px 80px rgba(0,0,0,.50);

  color: #ffffff;
}


/* BUILD POPUP CLOSE */

.g250-build-popup-close {
  position: absolute;

  top: 14px;
  right: 16px;

  z-index: 20;

  width: 38px;
  height: 38px;

  padding: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 0;

  background: transparent;

  color: #ffffff;

  font-size: 30px;
  line-height: 1;

  font-weight: 300;

  cursor: pointer;
}

.g250-build-popup-close:hover {
  background: transparent;

  color: #ffc400;
}


/* ==========================================================
   BUILD POPUP HEADER
========================================================== */

.g250-build-popup-header {
  padding-right: 40px;

  margin-bottom: 20px;
}

.g250-build-popup-kicker {
  margin-bottom: 8px;

  color: #ffc400;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.g250-build-popup-header h2 {
  margin: 0;

  color: #ffffff;

  font-size: 36px;
  line-height: .95;

  font-weight: 900;

  text-transform: uppercase;
}

.g250-build-popup-header h2 span {
  color: #ffc400;
}

.g250-build-popup-header p {
  margin:
    10px 0 0;

  color:
    rgba(255,255,255,.65);

  font-size: 14px;
  line-height: 1.4;
}


/* ==========================================================
   BUILD SUMMARY
========================================================== */

.g250-build-popup-summary {
  margin-bottom: 24px;

  padding:
    16px 18px;

  background: #ffffff;

  color: #111111;

  border-left:
    4px solid #ffc400;
}

.g250-build-popup-summary-title {
  margin-bottom: 10px;

  color: #111111;

  font-size: 16px;

  font-weight: 900;

  text-transform: uppercase;
}

.g250-build-popup-summary-row {
  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding:
    5px 0;

  border-bottom:
    1px solid #e6e6e6;

  font-size: 12px;
}

.g250-build-popup-summary-row:last-child {
  border-bottom: 0;
}

.g250-build-popup-summary-row span {
  color: #666666;

  font-weight: 700;
}

.g250-build-popup-summary-row strong {
  color: #111111;

  font-weight: 900;

  text-align: right;
}

.g250-build-popup-summary-price strong {
  color: #b38600;

  font-size: 17px;
}


/* ==========================================================
   BUILD POPUP FORM
========================================================== */

.g250-build-popup-form {
  color: #ffffff;
}

.g250-build-popup-form label {
  display: block;

  margin-bottom: 14px;

  color: #ffffff;

  font-size: 12px;

  font-weight: 800;
}

.g250-build-popup-form input[type="text"],
.g250-build-popup-form input[type="email"],
.g250-build-popup-form input[type="tel"],
.g250-build-popup-form textarea {
  width: 100%;

  margin-top: 6px;

  padding:
    11px 12px;

  border:
    1px solid rgba(255,255,255,.18);

  background: #ffffff;

  color: #111111;

  font-family:
    "Source Sans Pro",
    sans-serif;

  font-size: 14px;
}

.g250-build-popup-form textarea {
  min-height: 100px;

  resize: vertical;
}


/* SUBMIT */

.g250-build-popup-form input[type="submit"] {
  width: 100%;
  min-height: 54px;

  margin-top: 6px;

  padding:
    0 22px;

  border: 0;

  background: #5dc13c;

  color: #111111;

  font-size: 13px;

  font-weight: 900;

  text-transform: uppercase;

  cursor: pointer;
}

.g250-build-popup-form input[type="submit"]:hover {
  background: #6bd348;
}


/* ==========================================================
   EXTRA SAFETY
========================================================== */

.contact-popup[aria-hidden="true"] {
  display: none;
}

.g250-build-popup[aria-hidden="true"] {
  display: none;
}

.contact-popup[aria-hidden="false"].open {
  display: flex;
}

.g250-build-popup[aria-hidden="false"].is-open {
  display: flex;
}


/* ==========================================================
   MOBILE
========================================================== */

@media screen and (max-width: 767px) {

  .contact-popup {
    padding: 14px;
  }

  .contact-popup-inner {
    width: 100%;

    min-height: 0;
    max-height: 94vh;

    overflow-y: auto;
  }

  .g250-build-popup {
    align-items: flex-start;

    padding:
      16px 12px;
  }

  .g250-build-popup-dialog {
    padding:
      26px 18px 22px;
  }

  .g250-build-popup-header h2 {
    font-size: 29px;
  }

  .g250-build-popup-summary-row {
    display: block;
  }

  .g250-build-popup-summary-row strong {
    display: block;

    margin-top: 2px;

    text-align: left;
  }

}/* End custom CSS */
/* Start custom CSS *//* =========================
   CLEAN HEADER (PAGE 27782)
   ========================= */
/* NAV TEXT + HAMBURGER COLOR */
body.page-id-27782 #main-nav .elementor-nav-menu a,
body.page-id-27782 #main-nav .elementor-item,
body.page-id-27782 #main-nav .elementor-menu-toggle,
body.page-id-27782 #main-nav .elementor-menu-toggle i {
  color: #fff;
  fill: #fff;
}
body.page-id-27782 {
  background: #000;
  overflow-x: hidden;
}

/* HEADER BASE */
body.page-id-27782 #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

/* REMOVE ADMIN BAR OFFSET (for testing) */
body.page-id-27782.admin-bar #main-nav {
  top: 0;
}

/* CONTAINER */
body.page-id-27782 #main-nav .elementor-container {
  min-height: 72px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* LOGO CENTERED */
body.page-id-27782 #main-nav .elementor-widget-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* HAMBURGER POSITION */
@media (max-width: 767px) {
  body.page-id-27782 #main-nav .elementor-menu-toggle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
  }
}

/* REMOVE DUPLICATE TOGGLES */
@media (max-width: 767px) {
  body.page-id-27782 #main-nav .elementor-widget-nav-menu .elementor-menu-toggle {
    display: block;
  }

  /* hide any extra ones (if they exist) */
  body.page-id-27782 #main-nav .elementor-menu-toggle:not(:first-of-type) {
    display: none;
  }
}

/* DROPDOWN FULL WIDTH */
body.page-id-27782 #main-nav .elementor-nav-menu--dropdown {
  width: 100%;
  left: 0;
  top: 100%;
}
/* =========================
   HERO TEXT + BUTTONS
========================= */

body.page-id-27782 .tn-hero-title {
  margin: 0 0 20px 0;
  color: #ffffff;
  letter-spacing: -3px;
  line-height: 0.9;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 900px;
}

body.page-id-27782 .tn-hero-title span {
  display: block;
}

body.page-id-27782 .tn-hero-title .tn-green {
  color: #5dc13c;
}

body.page-id-27782 .tn-hero-subline {
  margin: 0 0 12px 0;
  max-width: 680px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 600;
  color: #ffffff;
}

body.page-id-27782 .tn-hero-description {
  margin: 0 0 30px 0;
  max-width: 720px;
  font-size: 20px;
  line-height: 1.45;
  color: #ffffff;
}

/* BASE BUTTON */
body.page-id-27782 .tn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  padding: 0 18px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

/* CONTACT FORM BUTTON: green by default */
body.page-id-27782 .tn-btn-contact {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000000;
}

/* CONTACT FORM HOVER: clear */
body.page-id-27782 .tn-btn-contact:hover {
  background: transparent;
  border-color: #5dc13c;
  color: #ffffff;
  transform: translateY(-1px);
}

/* SECOND BUTTON: clear by default */
body.page-id-27782 .tn-btn-secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/* SECOND BUTTON HOVER: green */
body.page-id-27782 .tn-btn-secondary:hover {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000000;
  transform: translateY(-1px);
}

/* TABLET */
@media (max-width: 1024px) {
  body.page-id-27782 .tn-hero-title {
    font-size: 58px;
    letter-spacing: -2px;
  }

  body.page-id-27782 .tn-hero-subline {
    font-size: 24px;
  }

  body.page-id-27782 .tn-hero-description {
    font-size: 18px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  body.page-id-27782 .tn-hero-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }

  body.page-id-27782 .tn-hero-subline {
    font-size: 20px;
  }

  body.page-id-27782 .tn-hero-description {
    font-size: 16px;
  }

  body.page-id-27782 .tn-btn {
    width: calc(50% - 5px);
    min-width: 0;
    height: 48px;
    font-size: 12px;
  }
}

/* CONTACT BUTTON */
.tn-btn-contact {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
}

.tn-btn-contact:hover {
  background: transparent;
  border-color: #5dc13c;
  color: #ffffff;
  transform: translateY(-1px);
}

/* SECONDARY BUTTON */
.tn-btn-secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.tn-btn-secondary:hover {
  background: #5dc13c;
  border-color: #5dc13c;
  color: #000;
  transform: translateY(-1px);
}

/* =========================
   SECTION 2 - PROBLEM FULL SCREEN
========================= */

#tnProblemSection {
  width: 100%;
  min-height: 100vh;
  background: #050505;
  color: #ffffff;
  padding: 110px 56px 70px 56px;
  box-sizing: border-box;
  overflow: hidden;
}

.tn-problem-inner {
  max-width: 1500px;
  height: 100%;
  min-height: calc(100vh - 180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* LEFT TEXT */
.tn-problem-left {
  width: 42%;
  max-width: 620px;
}

.tn-problem-kicker {
  color: #5dc13c;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
}

.tn-problem-left h2 {
  margin: 0 0 24px 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -2px;
  font-weight: 900;
}

.tn-problem-red {
  color: #ff3b3b;
  display: block;
}

.tn-problem-left p {
  margin: 0;
  max-width: 460px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/* RIGHT IMAGE AREA */
.tn-problem-right {
  width: 58%;
}

.tn-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

/* CARD */
.tn-problem-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: visible;
}

/* IMAGE TILE */
.tn-problem-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.08) brightness(0.78);
}

/* TEXT UNDER IMAGE */
.tn-problem-card-text {
  padding-top: 14px;
}

.tn-problem-card-text h3 {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 800;
}

.tn-problem-card-text p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

/* TABLET */
@media (max-width: 1024px) {
  #tnProblemSection {
    padding: 90px 34px 80px 34px;
  }

  .tn-problem-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }

  .tn-problem-left,
  .tn-problem-right {
    width: 100%;
    max-width: none;
  }

  .tn-problem-left h2 {
    font-size: 44px;
  }

  .tn-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tn-problem-card img {
    height: 220px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  #tnProblemSection {
    padding: 78px 22px 70px 22px;
  }

  .tn-problem-left h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .tn-problem-left p {
    font-size: 16px;
  }

  .tn-problem-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .tn-problem-card img {
    height: 210px;
  }
}

.tn-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #ff3b30; /* red */
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.tn-x::before,
.tn-x::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #ff3b30;
}

.tn-x::before {
  transform: rotate(45deg);
}

.tn-x::after {
  transform: rotate(-45deg);
}

/* MOBILE FIX - STOP ELEMENTOR WRAPPER FROM CLIPPING SECTION 6 */
@media screen and (max-width: 767px) {
  .elementor-element-1d6cf75,
  .elementor-element-1d6cf75 .elementor-widget-container,
  .elementor-element-dc3d0d5,
  .elementor-element-dc3d0d5 .elementor-widget-wrap,
  .elementor-section,
  .elementor-container,
  .elementor-column {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .sportstraq-results {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .sportstraq-applications {
    display: block;
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 50;
  }

  .sportstraq-applications .application-card {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}/* End custom CSS */