.elementor-863 .elementor-element.elementor-element-8d33d42{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 0px 6px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:6px;--border-left-width:0px;border-color:var( --e-global-color-text );--border-color:var( --e-global-color-text );--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-863 .elementor-element.elementor-element-ca4de24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-863 .elementor-element.elementor-element-5144d15 .elementor-heading-title{font-family:"Figtree", Sans-serif;font-size:50px;font-weight:900;line-height:1em;color:var( --e-global-color-text );}.elementor-863 .elementor-element.elementor-element-a1781db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-863 .elementor-element.elementor-element-93504e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-863 .elementor-element.elementor-element-ca4de24{--width:50%;}.elementor-863 .elementor-element.elementor-element-a1781db{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-863 .elementor-element.elementor-element-ca4de24{--width:100%;}.elementor-863 .elementor-element.elementor-element-a1781db{--width:100%;}}@media(max-width:1024px){.elementor-863 .elementor-element.elementor-element-8d33d42{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-863 .elementor-element.elementor-element-5144d15{text-align:center;}.elementor-863 .elementor-element.elementor-element-5144d15 .elementor-heading-title{font-size:60px;}.elementor-863 .elementor-element.elementor-element-e70e90d.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-863 .elementor-element.elementor-element-5144d15 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-e70e90d */.fp-legend-inline{
  display:flex;
  align-items:center;
  justify-content:flex-end; /* change to flex-start if needed */
  gap:28px;
  width:100%;
}

.fp-legend-inline__item{
  display:flex;
  align-items:center;
  gap:10px;
}

.fp-legend-inline__dot{
  width:22px;
  height:22px;
  min-width:22px;
  border-radius:50%;
  display:inline-block;
}

/* Colors aligned to your system */
.fp-legend-inline__dot--action{
  background:#2d78b9;
}

.fp-legend-inline__dot--handle{
  background:#10878d;
}

.fp-legend-inline__dot--milestone{
  background:#1f4974;
}

.fp-legend-inline__label{
  font-size:18px;
  font-weight:600;
  color:#17324d;
  line-height:1.2;
}

/* Mobile */
@media (max-width:767px){
  .fp-legend-inline{
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:16px 20px;
  }

  .fp-legend-inline__label{
    font-size:16px;
  }

  .fp-legend-inline__dot{
    width:18px;
    height:18px;
    min-width:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d8d3b0 */.fp-order-journey{
  --fp-blue:#1f4974;
  --fp-blue-2:#2d78b9;
  --fp-teal:#10878d;
  --fp-border-blue:#a8c7e7;
  --fp-border-teal:#98d4d6;
  --fp-fill:#eef4fa;
  --fp-fill-teal:#edf8f8;
  --fp-fill-milestone:#f2f5f8;
  --fp-line:#c9d6e2;
  --fp-text:#17324d;
  --fp-text-dark:#12263a;
  --fp-white:#ffffff;
  --fp-radius:16px;
  --fp-shadow:0 1px 0 rgba(18,38,58,.03);
}

.fp-order-journey{
  width:100%;
  color:var(--fp-text);
  font-family:inherit;
}

.fp-order-journey__inner{
  max-width:100%;
  margin:0 auto;
}

.fp-step{
  display:flex;
  align-items:center;
  gap:18px;
  width:100%;
  border:1.5px solid var(--fp-border-blue);
  border-left:6px solid var(--fp-blue-2);
  background:var(--fp-fill);
  border-radius:var(--fp-radius);
  padding:20px 24px 20px 20px;
  box-shadow:var(--fp-shadow);
  box-sizing:border-box;
}

.fp-step + .fp-step{
  margin-top:0;
}

.fp-step--handle{
  background:var(--fp-fill-teal);
  border-color:var(--fp-border-teal);
  border-left-color:var(--fp-teal);
}

.fp-step--milestone{
  background:var(--fp-fill-milestone);
  border-color:#c8d3df;
  border-left-color:var(--fp-blue);
}

.fp-step--production{
  background:var(--fp-blue);
  border-color:var(--fp-blue);
  border-left-color:var(--fp-teal);
  color:var(--fp-white);
}

.fp-step__badge{
  width:46px;
  min-width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--fp-blue-2);
  color:var(--fp-blue-2);
  background:transparent;
  font-size:15px;
  font-weight:700;
  line-height:1;
  letter-spacing:.04em;
  box-sizing:border-box;
}

.fp-step--handle .fp-step__badge{
  border-color:var(--fp-teal);
  color:var(--fp-teal);
}

.fp-step--milestone .fp-step__badge{
  border-color:var(--fp-blue);
  color:var(--fp-blue);
}

.fp-step--production .fp-step__badge{
  border-color:rgba(255,255,255,.5);
  color:var(--fp-white);
}

.fp-step__badge--check{
  font-size:24px;
  font-weight:700;
}

.fp-step__badge--dot span,
.fp-step__badge--dot-outline span{
  width:10px;
  height:10px;
  border-radius:50%;
  display:block;
  background:currentColor;
}

.fp-step__badge--dot-outline span{
  background:transparent;
  border:2px solid currentColor;
  width:12px;
  height:12px;
}

.fp-step__content{
  flex:1 1 auto;
  min-width:0;
}

.fp-step__eyebrow{
  margin:0 0 6px;
  font-size:12px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:700;
  color:var(--fp-blue-2);
}

.fp-step--handle .fp-step__eyebrow{
  color:var(--fp-teal);
}

.fp-step--milestone .fp-step__eyebrow{
  color:var(--fp-blue);
}

.fp-step--production .fp-step__eyebrow{
  color:#61c5c8;
}

.fp-step__title{
  margin:0 0 6px;
  font-size:30px;
  line-height:1.15;
  font-weight:700;
  color:var(--fp-text-dark);
}

.fp-step__text{
  margin:0;
  font-size:20px;
  line-height:1.45;
  color:rgba(23,50,77,.82);
}

.fp-step--production .fp-step__title,
.fp-step--production .fp-step__text{
  color:var(--fp-white);
}

.fp-step-arrow{
  position:relative;
  width:2px;
  height:36px;
  margin:10px auto;
  background:
    repeating-linear-gradient(
      to bottom,
      var(--fp-line) 0 8px,
      transparent 8px 14px
    );
}

.fp-step-arrow::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-1px;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid var(--fp-line);
}

.fp-step-arrow--wide{
  width:100%;
  height:38px;
  margin:14px 0;
  background:none;
}

.fp-step-arrow--wide::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  border-top:2px solid var(--fp-line);
}

.fp-step-arrow--wide::after{
  bottom:auto;
  top:18px;
  border-top:8px solid var(--fp-line);
}

.fp-order-complete{
  display:table;
  margin:20px auto 0;
  padding:14px 34px;
  border-radius:999px;
  background:var(--fp-blue);
  color:#fff;
  font-size:15px;
  line-height:1;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}

@media (max-width: 767px){
  .fp-step{
    gap:14px;
    padding:16px 16px 16px 14px;
    border-left-width:5px;
    border-radius:14px;
  }

  .fp-step__badge{
    width:40px;
    min-width:40px;
    height:40px;
    font-size:13px;
  }

  .fp-step__eyebrow{
    font-size:11px;
    letter-spacing:.18em;
  }

  .fp-step__title{
    font-size:22px;
  }

  .fp-step__text{
    font-size:16px;
    line-height:1.4;
  }

  .fp-step-arrow{
    height:28px;
    margin:8px auto;
  }

  .fp-order-complete{
    font-size:13px;
    padding:12px 24px;
  }
}
@media (max-width:600px){
  .fp-legend-inline{
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:14px;
  }

  .fp-legend-inline__item{
    width:100%;
  }

  .fp-legend-inline__label{
    font-size:16px;
  }

  .fp-legend-inline__dot{
    width:18px;
    height:18px;
    min-width:18px;
  }
}/* End custom CSS */