.home-hero {
    background: #06223d;
    height: 540px;
    position: relative;
}
.home-hero__media {
    overflow: hidden;
    inset: 0;
    position: absolute;
}
.home-hero__fallback,
.home-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-hero__fallback {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.home-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 24 113 / 23%) 0%, rgba(0, 24, 113, 0.2) 35%, rgba(0, 24, 113, 0.06) 68%);
}
.home-hero__video {
    position: relative;
    z-index: 0;
}
.home-hero__media.is-video-ready .home-hero__fallback {
    opacity: 0;
    pointer-events: none;
}
.home-hero__body {
    color: var(--vls-white);
    left: 44px;
    max-width: 58%;
    position: absolute;
    top: 110px;
    z-index: 1;
}
.home-hero__body h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 62px;
    letter-spacing: -1.5px;
}
.home-hero__title {
    margin: 0;
}
.home-hero__title-mask {
    display: block;
    overflow: hidden;
    height: 146px;
}
.home-hero__title-track {
    display: block;
    transition: transform 0.6s ease;
    will-change: transform;
}
.home-hero__title-line {
    display: flex;
    align-items: center;
    min-height: 146px;
}
.home-hero__body p {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 10px;
    color: #FFFFFFE5;
}
.home-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}
.home-hero__foot {
    bottom: 21px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    left: 44px;
    line-height: 16px;
    position: absolute;
    z-index: 1;
    letter-spacing: 2;
    text-transform: uppercase;
    font-weight: 600;
}
.home-trust-strip {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    display: flex;
    gap: 24px;
    padding: 22px 44px;
}
.home-trust-strip>p {
    flex: 0 0 190px;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.home-trust-strip>p>span {
    color: var(--vls-red);
}
.home-trust-strip__stats {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
}
.home-trust-strip__stats div,
.home-proof-grid div {
    text-align: center;
}
.home-trust-strip__stats strong,
.home-proof-grid strong {
    color: var(--vls-blue);
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
}
.home-trust-strip__stats strong span,
.home-proof-grid strong span {
    color: var(--vls-red);
    font-size: 14px;
    vertical-align: super;
    font-weight: bolder;
}
.home-trust-strip__stats small,
.home-proof-grid small {
    color: var(--vls-subtext-grey);
    display: block;
    font-size: 9px;
    line-height: 15px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .8;
}
.home-journey {
    background: #f4f1eb;
    padding: 54px 44px 74px;
}
.home-shipment-tabs {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
    padding-top: 10px;
}
.home-shipment-tabs__item {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #888888;
    cursor: pointer;
    display: inline-flex;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    line-height: 1;
    min-height: 34px;
    padding: 0 0 14px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.home-shipment-tabs__item img {
    display: block;
    height: 14px;
    width: 14px;
}
.home-shipment-tabs__step {
    align-items: center;
    background: #e7e1d8;
    border-radius: 999px;
    color: #a3a3a3;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    width: 18px;
}
.home-shipment-tabs__item.is-active {
    border-bottom-color: #ef3e33;
    color: #001a78;
}
.home-shipment-tabs__item.is-active img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(96%) saturate(3356%) hue-rotate(226deg) brightness(84%) contrast(110%);
}
.home-shipment-tabs__item.is-active .home-shipment-tabs__step {
    background: #ef3e33;
    color: #ffffff;
}
.home-journey__intro {
    margin-bottom: 38px;
}
.home-journey__intro p {
    color: var(--vls-subtext-grey);
    font-size: 13.5px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
}
.home-shipment-board {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 536px;
}
.home-shipment-panel[hidden] {
    display: none !important;
}
.home-service-match>p {
    color: var(--vls-subtext-grey);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 16px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.home-service-match a {
    color: var(--vls-blue);
    display: block;
    min-height: 68px;
    padding: 13px 38px 13px 0;
    position: relative;
    text-decoration: none;
}
.home-service-match a:not(:nth-last-child(2)) {
    border-bottom: 1px solid rgba(0, 24, 113, 0.1);
}
.home-service-match a::after {
    content: url(/static/img/home/icon/right-arrow-grey.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-service-match small a::after {
    display: none;
    content: none;
}
.home-service-match strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.home-service-match span {
    color: var(--vls-subtext-grey);
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 400;
}
.home-service-match small {
    color: var(--vls-subtext-grey);
    display: block;
    font-size: 12px;
    line-height: 19px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 24, 113, 0.1);
    width: 100%;
}
.home-service-match small>strong {
    color: var(--vls-red);
    display: inline;
    font-size: inherit;
}
.home-service-match small a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0 !important;
    display: inline;
    padding: 0;
    position: static;
}
.home-lcl-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 607px;
}
.home-lcl-feature__copy {
    padding: 71px 48px 51px 44px;
}
.home-lcl-feature__copy>h2 {
    margin-top: 9px;
    max-width: 628px;
}
.home-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    gap: 2px;
}
.home-proof-grid div {
    background: var(--vls-grey-bg);
    padding: 16px 18px;
    text-align: left;
}
.home-proof-grid small {
    text-align: left;
}
.home-lcl-feature .vls-home-btn {
    margin-top: 25px;
}
.home-lcl-feature .vls-home-btn img {
    height: 14px;
    margin-left: 8px;
}
.home-network .vls-home-btn img {
    height: 14px;
    margin-left: 8px;
}
.home-lcl-feature__visual {
    min-height: 607px;
    position: relative;
}
.home-lcl-feature__visual img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.home-lcl-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 192px;
    height: 192px;
    transform: translate(-50%, -50%);
    background: rgba(230, 51, 42, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    box-sizing: border-box;
}
.home-lcl-badge strong {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #e6332a;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    padding: 0 10px;
    letter-spacing: -1px;
}
.home-lcl-badge span {
    font-size: 18.32px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3.54px;
    text-transform: uppercase;
    width: 140px;
}
.home-network {
    align-items: center;
    background: var(--vls-blue);
    display: grid;
    gap: 210px;
    grid-template-columns: 1fr 1fr;
    min-height: 655px;
    padding: 72px 44px;
}
.home-network__copy {
    max-width: 880px;
}
.home-network .vls-home-btn--secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: var(--vls-white);
    margin-top: 50px;
}
.home-service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    min-width: 0;
    scroll-snap-align: start;
}
.home-service-card {
    background: var(--vls-grey-bg);
    height: 100%;
    min-height: 194px;
    padding: 30px 24px;
    display: block;
}
.home-service-card i {
    background: var(--vls-red);
    display: block;
    height: 4px;
    width: 36px;
}
.home-service-card strong {
    color: var(--vls-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 18px;
    display: block;
}
.home-service-card span {
    color: var(--vls-subtext-grey);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}
.home-journey__intro h2,
.home-section-row h2,
.home-lcl-feature h2,
.home-network h2,
.home-final-cta h2 {
    color: var(--vls-blue);
    font-size: 36px;
    font-weight: 900;
    line-height: 38px;
}
.home-final-cta h2 {
    color: var(--vls-white);
}
.home-shipment-left {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.home-shipment-panels {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}
.home-shipment-left,
.home-shipment-panels,
.home-shipment-panel,
.home-quote-chooser,
.home-track-shipment,
.home-track-shipment__lookup,
.home-shipment-dummy,
.home-shipment-dummy__card,
.home-service-match {
    height: 100%;
}
.home-service-match {
    background: var(--vls-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 48px 40px 56px;
    margin-top: 44px;
    height: calc(100% - 44px);
}
.home-network__copy h2 {
    color: var(--vls-white);
    margin-top: 14px;
    max-width: 360px;
}
