.vls-lcl .fcl-hero {
    background: linear-gradient(90deg, rgb(0 24 113 / 53%) 0%, rgb(0 24 113 / 26%) 40%, rgb(0 24 113 / 0%) 100%), url(../img/lcl/hero.webp);
    background-position: center;
    background-size: cover;
}
.vls-air .fcl-hero {
    background: linear-gradient(90deg, rgb(0 24 113 / 53%) 0%, rgb(0 24 113 / 26%) 40%, rgb(0 24 113 / 0%) 100%), url(../img/air/hero.webp);
    background-position: center;
    background-size: cover;
}
.fcl-approach .fcl-section-eyebrow {
    color: var(--vls-cyan);
}
.fcl-hero .fcl-section-eyebrow::before {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    margin-top: 6px;
}
.fcl-hero {
    background: url("../img/fcl/hero.webp");
    background-position: center;
    background-size: cover;
    color: var(--vls-white);
    min-height: 500px;
    overflow: hidden;
    padding: 84px 44px 44px;
    position: relative;
}
.fcl-hero__inner {
    max-width: 700px;
}
.fcl-hero__copy {
    max-width: 700px;
}
.fcl-hero__copy h1 {
    color: var(--vls-white);
    font-size: 52px;
    font-weight: 900;
    line-height: 52px;
    margin-top: 16px;
    letter-spacing: -1.5px;
}
.fcl-hero__copy>p:last-of-type {
    color: #FFFFFFE5;
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
    max-width: 591px;
    font-weight: 400;
}
.fcl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 33px;
}
.fcl-feature,
.fcl-pillars,
.fcl-copy-block,
.fcl-benefits,
.fcl-compare,
.fcl-ideal {
    padding-left: 44px;
    padding-right: 44px;
}
.fcl-booking {
    background: var(--vls-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fcl-booking__intro {
    background: var(--vls-white);
    padding: 60px 0 0 56px;
}
.fcl-booking-right {
    display: flex;
    flex-direction: column;
}
.fcl-booking__intro h2,
.fcl-feature__inner h2,
.fcl-pillars__inner h2,
.fcl-copy-block__inner h2,
.fcl-benefits__inner h2,
.fcl-compare__head h2,
.fcl-ideal__head h2 {
    color: var(--vls-blue);
    font-size: 36px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 10px;
}
.fcl-booking__content h2 {
    font-weight: 900;
    font-size: 22px;
    line-height: 25.3px;
    letter-spacing: -0.3px;
    color: var(--vls-blue);
}
.fcl-booking__intro p:last-child,
.fcl-feature__inner>p:last-of-type,
.fcl-copy-block__inner p,
.fcl-ideal__head p:last-child,
.fcl-booking__content p:last-child {
    color: var(--vls-subtext-grey);
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    max-width: 607px;
}
.fcl-quote-card {
    background: var(--vls-grey-bg);
    color: var(--vls-blue);
    padding: 48px 56px 56px;
}
.fcl-quote-card__lead {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    max-width: 599px;
}
.fcl-quote-form {
    margin-top: 28px;
}
.fcl-quote-form__row,
.fcl-quote-form__split {
    display: grid;
    gap: 16px;
}
.fcl-quote-form__row--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fcl-quote-form__row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}
.fcl-quote-form__row--top {
    align-items: end;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
}
.fcl-quote-form__split {
    grid-template-columns: 1fr 1fr;
    margin-top: 26px;
}
.fcl-form-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 20px 20px;
}
.fcl-form-panel--cargo {
    margin-top: 16px;
}
.fcl-form-panel__label {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.fcl-form-panel__choices {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 16px;
}
.fcl-form-panel__choices--stacked {
    align-items: start;
    grid-template-columns: 1fr;
}
.fcl-form-panel__choices span,
.fcl-field span {
    display: block;
    font-size: 13px;
    line-height: 19px;
}
.fcl-choice-group {
    display: inline-flex;
    gap: 8px;
}
.fcl-choice-group button {
    background: var(--vls-grey-bg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    min-width: 57px;
    padding: 0 14px;
}
.fcl-choice-group button.is-active {
    background: var(--vls-cyan);
}
.fcl-field {
    display: grid;
    gap: 9px;
}
.fcl-field__control {
    align-items: center;
    border: 1px solid rgb(0 0 0 / 10%);
    display: flex;
    font-size: 13px;
    height: 42px;
    justify-content: space-between;
    padding: 0 14px;
}
.fcl-field__control--empty {
    color: transparent;
}
.fcl-field__control--with-tabs span {
    flex: 1;
}
.fcl-field__control--with-tabs b,
.fcl-field__control--with-tabs em {
    font-style: normal;
    font-weight: 600;
    margin-left: 12px;
}
.fcl-field__control--with-tabs em {
    color: rgba(255, 255, 255, 0.55);
}
.fcl-field--sm {
    grid-column: span 1;
}
.fcl-field--md {
    grid-column: span 1;
}
.fcl-field--lg {
    grid-column: span 1;
}
.fcl-quote-form__submit {
    background: var(--vls-red);
    border: 0;
    color: var(--vls-white);
    font-size: 13px;
    font-weight: 700;
    height: 48px;
    margin-top: 18px;
    width: 100%;
}
.fcl-feature {
    background: var(--vls-blue);
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-feature__inner,
.fcl-pillars__inner,
.fcl-copy-block__inner,
.fcl-benefits__inner,
.fcl-compare__inner,
.fcl-ideal__inner {
    margin: 0 auto;
}
.fcl-feature .fcl-section-eyebrow,
.fcl-feature__inner h2,
.fcl-feature__inner>p:last-of-type,
.fcl-feature__inner blockquote {
    color: var(--vls-white);
}
.fcl-feature .fcl-section-eyebrow {
    color: var(--vls-cyan);
}
.fcl-feature__inner>p:last-of-type {
    color: #FFFFFF8C;
}
.fcl-feature__inner blockquote {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13.5px;
    line-height: 24px;
    margin: 44px 0 0;
    width: 100%;
    font-style: italic;
    border: 2px solid #FFFFFF1A;
    border-left: 2px solid var(--vls-cyan);
    padding: 20px 22px;
    background: #FFFFFF0D;
}
.fcl-pillars {
    background: var(--vls-wild-sand);
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-pillars__intro,
.fcl-benefits__intro {
    color: var(--vls-subtext-grey);
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    max-width: 801px;
}
.fcl-dual-copy {
    background: var(--vls-white);
}
.fcl-dual-copy__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
}
.fcl-dual-copy__card {
    background: var(--vls-white);
    padding: 42px 56px 46px;
}
.fcl-dual-copy__card--soft {
    background: var(--vls-wild-sand);
}
.fcl-dual-copy__card-head {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 100%;
}
.fcl-dual-copy__icon {
    background: rgba(0, 24, 113, 0.06);
    border: 1px solid rgba(0, 24, 113, 0.12);
    display: block;
    height: 52px;
    width: 52px;
    padding: 15px;
    justify-content: center;
    align-items: center;
}
.fcl-dual-copy__icon--soft {
    background: var(--vls-white);
}
.fcl-dual-copy__card h2 {
    color: var(--vls-blue);
    font-size: 26px;
    font-weight: 900;
    line-height: 27.5px;
    margin: 0;
    max-width: 608px;
}
.fcl-dual-copy__card p {
    color: var(--vls-subtext-grey);
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    max-width: 608px;
}
.fcl-approach {
    background: var(--vls-white);
}
.fcl-approach__panel {
    background: var(--vls-blue);
    padding: 44px;
}
.fcl-approach__inner {
    margin: 0 auto;
    padding: 40px 0 30px;
}
.fcl-approach h2 {
    color: var(--vls-white);
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    margin-top: 10px;
    max-width: 801px;
}
.fcl-approach>p,
.fcl-approach__inner>p:last-of-type {
    color: #FFFFFF8C;
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    max-width: 801px;
}
.fcl-approach__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 36px;
}
.fcl-approach__card {
    display: grid;
    grid-template-columns: 40px 40px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.fcl-approach__number {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: rgba(78, 111, 205, 0.55);
}
.fcl-approach__icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #37c7e8;
}
.fcl-approach__card:nth-child(3) .fcl-approach__icon {
    color: #ff3b30;
}
.fcl-approach__content h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.fcl-approach__content p {
    margin: 0;
    max-width: 330px;
    font-size: 11.5px;
    line-height: 18px;
    color: #FFFFFF73;
}
.fcl-copy-block {
    background: var(--vls-blue);
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-copy-block__inner h2 {
    color: var(--vls-white);
    max-width: 100%;
}
.fcl-copy-block__inner p {
    color: #FFFFFF8C;
    max-width: 800px;
}
.fcl-copy-block--light {
    background: var(--vls-white);
}
.fcl-copy-block--light .fcl-copy-block__inner {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 1fr;
}
.fcl-copy-block--light .fcl-copy-block__inner h2,
.fcl-copy-block--light .fcl-copy-block__inner p {
    color: var(--vls-blue);
}
.fcl-copy-block--light .fcl-copy-block__inner p {
    color: var(--vls-subtext-grey);
    max-width: 607px;
}
.fcl-copy-block__content {
    padding: 40px;
}
.fcl-copy-block__media {
    background: linear-gradient(140deg, rgba(78, 195, 224, 0.2), rgba(0, 24, 113, 0.9)), url("../img/home/home_banner.webp");
    background-position: center;
    background-size: cover;
    min-height: 387px;
}
.fcl-copy-block__media--air {
    background: linear-gradient(140deg, rgba(0, 24, 113, 0.2), rgba(0, 24, 113, 0.1)), url("../img/air/faster-smarter.webp");
    background-position: center;
    background-size: cover;
}
.fcl-copy-block--compact {
    padding: 90px 40px;
    position: relative;
    overflow: hidden;
}
.fcl-copy-block--compact img.globe {
    position: absolute;
    right: 60px;
    top: 50px;
}
.fcl-benefits {
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-benefits__grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 25px;
}
.fcl-benefits__grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fcl-benefit-card {
    background: var(--vls-cyan);
    color: var(--vls-white);
    min-height: 200px;
    padding: 28px 26px 24px;
    position: relative;
}
.fcl-benefit-card.blue {
    background: var(--vls-blue);
}
.fcl-benefit-card.red {
    background: var(--vls-red);
}
.fcl-benefit-card.cyan {
    background: var(--vls-cyan);
}
.fcl-benefit-card.grey {
    background: var(--vls-grey-bg);
}
.fcl-benefit-card.green {
    background: var(--vls-green);
}
.fcl-benefit-card span {
    background: #FFFFFF1A;
    display: block;
    height: 44px;
    width: 44px;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
}
.fcl-benefit-card h3 {
    color: var(--vls-white);
    font-size: 17px;
    font-weight: 900;
    line-height: 21px;
    margin-top: 26px;
    letter-spacing: -0.2px;
}
.fcl-benefit-card p {
    color: var(--vls-white);
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    margin-top: 10px;
    letter-spacing: .5px;
}
.fcl-benefit-card.grey h3 {
    color: var(--vls-blue);
}
.fcl-benefit-card.grey p {
    color: var(--vls-blue);
}
.fcl-benefit-card.grey span {
    background: var(--vls-white);
}
.fcl-compare {
    background: var(--vls-white);
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-compare__inner {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: 214px 1fr;
}
.fcl-compare__head h2 {
    margin-top: 10px;
}
.fcl-compare__cards {
    display: grid;
    gap: 0;
}
.fcl-compare__cards article {
    background: var(--vls-grey-bg);
    min-height: 90px;
    padding: 24px 20px;
}
.fcl-compare__cards article.blue {
    background: var(--vls-blue);
}
.fcl-compare__cards article p {
    color: var(--vls-subtext-grey);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.fcl-compare__cards article.blue p {
    color: var(--vls-cyan);
}
.fcl-compare__cards article h3 {
    color: var(--vls-blue);
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-top: 10px;
}
.fcl-compare__cards article.blue h3 {
    color: var(--vls-white);
}
.fcl-feature--tech {
    background: linear-gradient(90deg, rgb(0 24 113 / 60%) 0%, rgb(0 24 113 / 60%) 106%, rgb(0 24 113 / 60%) 100%), url(../img/fcl/smart-fcl.webp);
    background-position: 0 73%;
    padding-bottom: 76px;
    padding-top: 76px;
    background-repeat: no-repeat;
    background-size: cover;
}
.vls-air .fcl-feature--tech {
    background: linear-gradient(90deg, rgb(0 24 113 / 60%) 0%, rgb(0 24 113 / 60%) 106%, rgb(0 24 113 / 60%) 100%), url("../img/air/smarter-air.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fcl-ideal {
    background: var(--vls-wild-sand);
    padding-bottom: 80px;
    padding-top: 80px;
}
.fcl-ideal__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 25px;
    gap: 4px;
}
.lcl-ideal__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.fcl-ideal__grid article {
    border-right: 1px solid rgba(0, 24, 113, 0.08);
    min-height: 140px;
    padding: 12px 22px;
}
.fcl-ideal__grid article.blue {
    background: var(--vls-blue);
}
.fcl-ideal__grid article.red {
    background: var(--vls-red);
}
.fcl-ideal__grid article.cyan {
    background: var(--vls-cyan);
}
.fcl-ideal__grid article.white {
    background: var(--vls-white);
}
.fcl-ideal__grid article.green {
    background: var(--vls-green);
}
.fcl-ideal__grid article:last-child {
    border-right: 0;
}
.fcl-ideal__grid strong {
    color: #FFFFFF1F;
    display: block;
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    text-align: right;
}
.fcl-ideal__grid .white strong {
    color: #0018711F;
}
.fcl-ideal__grid p {
    color: var(--vls-white);
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin-top: 16px;
    max-width: 274px;
}
.fcl-ideal__grid .white p {
    color: var(--vls-blue);
}
.cfs-hero {
    background: #06223d;
    height: 480px;
    position: relative;
}
.cfs-hero__media {
    /*background: url("../img/cfs/cfs-hero.webp");*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/cfs/cfs1.webp);
    background-position: center;
    background-size: cover;
    inset: 0;
    position: absolute;
}
.cfs-hero__body {
    color: var(--vls-white);
    left: 44px;
    max-width: 1050px;
    position: absolute;
    top: 100px;
    z-index: 1;
}
.cfs-hero__boxes {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(3, 44.41379547119158px);
    grid-template-rows: repeat(5, 44.41379547119158px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.cfs-hero__boxes span {
    display: block;
    height: 44.41379547119158px;
    opacity: 1;
    transform: rotate(-180deg);
    width: 44.41379547119158px;
}
.cfs-hero__boxes span:nth-child(1),
.cfs-hero__boxes span:nth-child(2),
.cfs-hero__boxes span:nth-child(3) {
    grid-row: 1;
}
.cfs-hero__boxes span:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}
.cfs-hero__boxes span:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}
.cfs-hero__boxes span:nth-child(6) {
    grid-column: 3;
    grid-row: 3;
}
.cfs-hero__boxes span:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
}
.cfs-hero__boxes span:nth-child(8) {
    grid-column: 3;
    grid-row: 4;
}
.cfs-hero__boxes span:nth-child(9) {
    grid-column: 3;
    grid-row: 5;
}
.cfs-hero__boxes span:nth-child(1),
.cfs-hero__boxes span:nth-child(6) {
    background: var(--vls-red);
}
.cfs-hero__boxes span:nth-child(2),
.cfs-hero__boxes span:nth-child(8) {
    background: var(--vls-green);
}
.cfs-hero__boxes span:nth-child(3),
.cfs-hero__boxes span:nth-child(7) {
    background: var(--vls-blue);
}
.cfs-hero__boxes span:nth-child(4) {
    background: var(--vls-light);
}
.cfs-hero__boxes span:nth-child(5),
.cfs-hero__boxes span:nth-child(9) {
    background: var(--vls-cyan);
}
.cfs-hero__body h1 {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 52px;
    letter-spacing: -1.5px;
    max-width: 1100px;
    vertical-align: middle;
}
.cfs-hero__eyebrow {
    align-items: center;
    color: #4EC3E0;
    display: flex;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    gap: 14px;
    letter-spacing: 2.8px;
    position: relative;
    text-transform: uppercase;
    top: -12px;
    font-size: 10.5px;
    line-height: 100%;
}
.cfs-hero__eyebrow::before {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    width: 24px;
}
.cfs-hero__body p:not(.cfs-hero__eyebrow) {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.75px;
    margin-top: 16px;
    color: #FFFFFFE5;
    max-width: 50%;
    letter-spacing: 0%;
}
.inland-network__features {
    width: 150%;
}
.lcl-network__quote {
    color: rgba(255, 255, 255, 0.82);
    margin: 25px 0 0;
    width: 100%;
    border: 2px solid #FFFFFF1A;
    border-left: 2px solid var(--vls-cyan);
    padding: 20px 22px;
}
.cfs-performance {
    background: var(--vls-blue);
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    padding: 80px 44px 78px;
}
.cfs-performance__copy {
    max-width: 700px;
}
.cfs-performance__eyebrow {
    color: var(--vls-cyan);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: 100%;
    text-transform: uppercase;
}
.cfs-performance__copy h2 {
    color: var(--vls-white);
    font-weight: 900;
    margin-bottom: 28px;
    max-width: 1200px;
    width: 640px;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
}
.cfs-performance__copy>p:not(.cfs-performance__eyebrow) {
    color: #FFFFFF8C;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.cfs-performance__quote {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid var(--vls-cyan);
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin: 40px 0 0;
    padding: 22px 24px;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 22.95px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.cfs-performance__grid {
    align-self: center;
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
}
.cfs-performance__card {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 1;
    padding: 24px 22px;
}
.cfs-performance__icon {
    background: var(--vls-red);
    height: 42px;
    margin-bottom: 22px;
    position: relative;
    width: 42px;
}
.cfs-performance__icon::before {
    color: var(--vls-white);
    font-size: 22px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cfs-performance__card h3 {
    color: var(--vls-white);
    font-weight: 700;
    margin: 0;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}
.cfs-performance__icon::before {
    border: 2px solid var(--vls-white);
    border-radius: 4px;
    color: transparent;
    content: "";
    font-size: 0;
    height: 16px;
    line-height: 0;
    width: 16px;
}
.cfs-performance__card:nth-child(1) .cfs-performance__icon::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: none;
    background: url("../img/cfs/icon/secure.svg");
}
.cfs-performance__card:nth-child(2) .cfs-performance__icon::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: none;
    background: url("../img/cfs/icon/solas-vgm.svg");
}
.cfs-performance__card:nth-child(3) .cfs-performance__icon::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: none;
    background: url("../img/cfs/icon/barcode-based.svg");
}
.cfs-performance__card:nth-child(4) .cfs-performance__icon::before {
    content: "";
    position: absolute;
    inset: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: none;
    background: url("../img/cfs/icon/specialized.svg");
}
.cfs-hazardous__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 90px;
    row-gap: 0;
    border-top: 1px solid rgba(0, 24, 113, 0.08);
    border-top: none;
}
.cfs-hazardous__features div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 676px;
    height: 71px;
    padding-top: 16px;
    padding-bottom: 16px;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 24, 113, 0.08);
    box-sizing: border-box;
    margin-right: -100;
    font-weight: 700;
    font-style: Bold;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.cfs-hazardous__features div p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.cfs-hazardous__features div::before {
    content: "";
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 24, 113, 0.12);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.cfs-hazardous__features div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 24, 113, 0.08);
    border-radius: 999px;
}
.cfs-hazardous__features h4 {
    color: var(--vls-blue);
    font-weight: 700;
    font-style: Bold;
    font-size: 13.5px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}
.cfs-hazardous__features p {
    display: none;
}
.cfs-value-added {
    padding: 90px 44px 85px;
}
.cfs-value-added__header {
    max-width: 1180px;
    margin-bottom: 55px;
}
.cfs-value-added__header h2 {
    color: var(--vls-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    margin: 0 0 22px;
}
.cfs-value-added__header p {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #4f4f4f;
    max-width: 800px;
    letter-spacing: 0%;
}
.cfs-value-added__header p strong {
    color: var(--vls-blue);
    font-weight: 700;
}
.cfs-value-added__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    max-width: 100%;
}
.cfs-value-added__card {
    min-height: 100px;
    padding: 34px 26px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    border-radius: 0;
}
.cfs-value-added__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 28px;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-value-added__card h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 900;
    margin: 0;
    width: 209px;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.2px;
    width: 100%;
}
.cfs-value-added__card--blue {
    background: var(--vls-blue);
}
.cfs-value-added__card--blue h3 {
    color: #fff;
}
.cfs-value-added__card--blue .cfs-value-added__icon {
    background-image: url("../img/cfs/icon/inventory-storage.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-value-added__card--red {
    background: var(--vls-red);
}
.cfs-value-added__card--red h3 {
    color: #fff;
}
.cfs-value-added__card--red .cfs-value-added__icon {
    background-image: url("../img/cfs/icon/transloading.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-value-added__card--cyan {
    background: var(--vls-cyan);
}
.cfs-value-added__card--cyan h3 {
    color: #fff;
}
.cfs-value-added__card--cyan .cfs-value-added__icon {
    background-image: url("../img/cfs/icon/cargo-consolidation.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-value-added__card--light {
    background: #ECE7E1;
}
.cfs-value-added__card--light h3 {
    color: var(--vls-blue);
}
.cfs-value-added__card--light .cfs-value-added__icon {
    background-image: url("../img/cfs/icon/packing.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-value-added__card--green {
    background: var(--vls-green);
}
.cfs-value-added__card--green h3 {
    color: #fff;
}
.cfs-value-added__card--green .cfs-value-added__icon {
    background-image: url("../img/cfs/icon/gateway.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.cfs-digital {
    padding: 80px 44px 80px;
    background: var(--vls-blue);
}
.cfs-digital__copy {
    max-width: 1380px;
}
.cfs-digital__copy h2 {
    color: #FFFFFF;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    margin: 0 0 26px;
    max-width: 664px;
}
.cfs-digital__copy>p {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.2px;
    max-width: 788px;
    margin-bottom: 42px;
}
.cfs-digital__features {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.cfs-digital__features li {
    position: relative;
    display: block;
    padding: 26px 24px 26px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid #4EC3E0;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13.5px;
    font-style: italic;
    font-weight: 400;
    line-height: 22.95px;
    border-radius: 0;
    letter-spacing: 0%;
}
.cfs-digital__features li::before {
    display: none;
}
.cfs-compliance {
    padding: 80px 44px 80px;
    background: #f5f3ef;
}
.cfs-compliance__copy {
    max-width: 1380px;
}
.cfs-compliance__copy h2 {
    color: var(--vls-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    margin: 0 0 24px;
}
.cfs-compliance__copy p {
    color: #4f4f4f;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    max-width: 860px;
    margin-bottom: 42px;
}
.cfs-compliance__features {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 640px;
}
.cfs-compliance__features li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 14px 0 14px 26px;
    color: var(--vls-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    border-bottom: 1px solid rgba(0, 24, 113, 0.08);
    width: 71%;
    max-width: 640px;
    box-sizing: border-box;
}
.cfs-compliance__features li:last-child {
    border-bottom: none;
}
.cfs-compliance__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--vls-red);
}
.cfs-compliance__features li:nth-child(2)::before {
    background: #4EC3E0;
}
.cfs-compliance__features li:nth-child(3)::before {
    background: #6ABF4B;
}
.cfs-solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--vls-white);
    align-items: stretch;
}
.cfs-solution__content {
    padding: 72px 56px 72px 46px;
    display: flex;
    flex-direction: column;
}
.cfs-solution__content h2 {
    color: var(--vls-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    margin: 0 0 24px;
    max-width: 600px;
}
.cfs-solution__content>p {
    color: #1f1f1f;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24.75px;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 583px;
    margin-bottom: 38px;
}
.cfs-solution__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 610px;
}
.cfs-solution__highlights li {
    position: relative;
    border-left: 4px solid var(--vls-cyan);
    padding: 24px 22px;
    color: #4f4f4f;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13.5px;
    line-height: 22.95px;
    letter-spacing: 0;
    vertical-align: middle;
}
.cfs-solution__highlights li::before {
    display: none;
}
.cfs-solution__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.cfs-performance .cfs-performance__eyebrow {
    margin-bottom: 20px;
}
.customs-hero__media {
    /*background: url("../img/customs/customs.webp");*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/customs/customs.webp");
    background-position: center;
    background-size: cover;
}
.customs-network__features li {
    width: 110%;
}
.customs-performance__card:nth-child(1) .customs-performance__icon::before {
    background: url("../img/customs/icon/work.svg");
}
.customs-performance__card:nth-child(2) .customs-performance__icon::before {
    background: url("../img/customs/icon/leverage.svg");
}
.customs-performance__card:nth-child(3) .customs-performance__icon::before {
    background: url("../img/customs/icon/access.svg");
}
.customs-hazardous__copy>p {
    width: 55%;
}
.customs-hazardous {
    background: #ffffff45;
    border-left: 4px solid var(--vls-cyan);
    color: #4f4f4f;
    padding: 22px 28px;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: -35px;
    margin-bottom: 80px;
    font-style: italic;
}
.customs-value-added {
    background: var(--vls-white);
}
.customs-value-added__header p {
    max-width: 700px;
}
.customs-value-added__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.customs-value-added__card {
    color: #fff;
    border-right: 3px solid #f5f3ef;
}
.customs-value-added__card--red .customs-value-added__icon--red {
    background-image: url("../img/customs/icon/air.svg");
}
.customs-value-added__card--cyan .customs-value-added__icon--cyan {
    background-image: url("../img/customs/icon/inland.svg");
}
.hazardous-hero__media {
    /*background: url("../img/hazardous/hazardous.webp");*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hazardous/hazardous.webp");
    background-position: center;
    background-size: cover;
}
.hazardous-hero__body {
    max-width: 70%;
}
.hazardous-hero__body p:not(.hazardous-hero__eyebrow) {
    width: 55%;
}
.hazardous-network__copy p {
    width: 60%;
}
.hazardous-network_quote {
    padding: 15px 28px;
    margin: 38px 0 0;
}
.hazard-class-section {
    background: #ffffff;
    padding: 80px 0 70px;
    font-family: "Poppins", sans-serif;
}
.hazard-eyebrow {
    font-family: "Font 1", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2.8px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--vls-red);
    display: inline-block;
}
.hazard-title {
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: var(--vls-blue);
}
.hazard-desc {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #444444;
}
.hazard-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.hazard-box {
    height: 189px;
    padding: 32px 26px 28px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.hazard-icon {
    position: relative;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    font-size: 0;
    color: transparent;
}
.hazard-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hazard-box:nth-child(1) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-two.svg");
}
.hazard-box:nth-child(2) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-three.svg");
}
.hazard-box:nth-child(3) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-four.svg");
}
.hazard-box:nth-child(4) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-five.svg");
}
.hazard-box:nth-child(5) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-six.one.svg");
}
.hazard-box:nth-child(6) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-eight.svg");
}
.hazard-box:nth-child(7) .hazard-icon::before {
    background-image: url("../img/hazardous/icon/class-nine.svg");
}
.hazard-box span {
    display: inline-block;
    font-size: 9.5px;
    line-height: 100%;
    letter-spacing: 1.5px;
    font-weight: 700;
    padding: 3px 12px;
    margin-bottom: 28px;
}
.hazard-box h3 {
    font-size: 17px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -0.2px;
    margin: 0;
}
.hazard-blue {
    background: var(--vls-blue);
    color: #ffffff;
}
.hazard-red {
    background: var(--vls-red);
    color: #ffffff;
}
.hazard-cyan {
    background: var(--vls-cyan);
    color: #ffffff;
}
.hazard-green {
    background: var(--vls-green);
    color: #ffffff;
}
.hazard-cream {
    background: var(--vls-grey-bg);
    color: var(--vls-blue);
}
.hazard-blue .hazard-icon,
.hazard-blue span {
    background: rgba(255, 255, 255, 0.08);
}
.hazard-red .hazard-icon,
.hazard-red span {
    background: rgba(255, 255, 255, 0.12);
}
.hazard-cyan .hazard-icon,
.hazard-cyan span {
    background: rgba(255, 255, 255, 0.12);
}
.hazard-green .hazard-icon,
.hazard-green span {
    background: rgba(255, 255, 255, 0.12);
}
.hazard-cream .hazard-icon,
.hazard-cream span {
    background: #ffffff;
}
.hazardous-hazardous__features div:nth-child(1)::before {
    background-image: url("../img/hazardous/icon/in-depth.svg");
}
.hazardous-hazardous__features div:nth-child(2)::before {
    background-image: url("../img/hazardous/icon/product.svg");
}
.hazardous-value-added__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
}
.hazardous-value-added__grid .cfs-value-added__card {
    width: 100%;
    min-height: 170px;
    padding: 30px 28px;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}
.hazardous-value-added__grid .cfs-value-added__card:nth-child(3) h3 {
    max-width: 420px;
}
.hazardous-value-added__card--red .hazardous-value-added__icon {
    background-image: url("../img/hazardous/icon/fcl.svg");
}
.hazardous-value-added__card--cyan .hazardous-value-added__icon {
    background-image: url("../img/hazardous/icon/air.svg");
}
.hazardous-value-added__card--green .hazardous-value-added__icon {
    background-image: url("../img/hazardous/icon/cfs.svg");
}
.hazardous-digital {
    background: var(--vls-blue);
    padding: 80px 0;
    min-height: 440px;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.hazardous-digital__eyebrow {
    font-family: "Font 1", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 2.8px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--vls-cyan);
}
.hazardous-digital__title {
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: #ffffff;
    width: 105%;
}
.hazardous-digital__text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.62);
}
.hazardous-digital__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.hazardous-digital__card {
    min-height: 126px;
    padding: 24px 22px;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
    border-bottom: 2px solid rgba(0, 0, 0, 0.18);
}
.hazardous-digital__icon {
    width: 40px;
    height: 40px;
    background: var(--vls-red);
    position: relative;
    margin-bottom: 16px;
}
.hazardous-digital__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hazardous-digital__card h3 {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}
.hazardous-digital__card:nth-child(1) .hazardous-digital__icon::before {
    background-image: url("../img/hazardous/icon/monitor.svg");
}
.hazardous-digital__card:nth-child(2) .hazardous-digital__icon::before {
    background-image: url("../img/hazardous/icon/reduce.svg");
}
.hazardous-digital__card:nth-child(3) .hazardous-digital__icon::before {
    background-image: url("../img/hazardous/icon/improve.svg");
}
.hazardous-digital__card:nth-child(4) .hazardous-digital__icon::before {
    background-image: url("../img/hazardous/icon/gain-better.svg");
}
.hazardous-solution__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hazardous-solution__content h2 {
    width: 150%;
}
.hazardous-solution__content p {
    width: 100%;
}
.hazardous-final-cta p {
    max-width: 525px;
}
.hazard-class-section .hazard-eyebrow {
    margin-bottom: 14px;
}
.hazard-class-section .hazard-title {
    margin-bottom: 14px;
}
.hazard-class-section .hazard-desc {
    margin-bottom: 30px;
}
.hazardous-digital .hazardous-digital__eyebrow {
    margin-bottom: 14px;
}
.hazardous-digital .hazardous-digital__title {
    margin-bottom: 22px;
}
.hazardous-digital .hazardous-digital__text {
    margin-bottom: 0;
}
.inland-hero__media {
    /*background: url("../img/inland/inland-solutions.webp");*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/inland/inland1.webp");
    background-position: center;
    background-size: cover;
}
.inland-hero__body h1 {
    width: 75%;
}
.inland-hero__body p:not(.cfs-hero__eyebrow) {
    max-width: 71%;
}
.inland-performance__card:nth-child(1) .inland-performance__icon::before {
    background: url(../img/inland/icon/end.svg);
}
.inland-performance__card:nth-child(2) .inland-performance__icon::before {
    background: url(../img/inland/icon/pre.svg);
}
.inland-performance__card:nth-child(3) .inland-performance__icon::before {
    background: url(../img/inland/icon/seamless.svg);
}
.inland-performance__card:nth-child(4) .inland-performance__icon::before {
    background: url(../img/inland/icon/reliable.svg);
}
.inland-network__features li {
    width: 147%;
}
.inland-value-added__header p {
    max-width: 786px;
}
.inland-value-added__card--blue .inland-value-added__icon {
    background-image: url(../img/inland/icon/book-door.svg);
}
.inland-value-added__card--red .inland-value-added__icon {
    background-image: url(../img/inland/icon/integrate.svg);
}
.inland-value-added__card--cyan .inland-value-added__icon {
    background-image: url(../img/inland/icon/mange.svg);
}
.inland-value-added__card--blue p {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 13px;
    width: 88%;
}
.inland-value-added__card--r p {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 13px;
    width: 88%;
}
.inland-value-added__card--c p {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 13px;
    width: 88%;
}
.inland-value-added__card--light p {
    color: var(--vls-blue);
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 13px;
    width: 88%;
}
.inland-value-added__card--green p {
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 13px;
    width: 88%;
}
.inland-value-added__card--blue .inland-value-added__icon {
    background-image: url(../img/inland/icon/end.svg);
}
.inland-value-added__card--r .inland-value-added__icon {
    background-image: url(../img/inland/icon/flexibility.svg);
}
.inland-value-added__card--c .inland-value-added__icon {
    background-image: url(../img/inland/icon/efficiency.svg);
}
.inland-value-added__card--light .inland-value-added__icon {
    background-image: url(../img/inland/icon/reliability.svg);
}
.inland-value-added__card--green .inland-value-added__icon {
    background-image: url(../img/inland/icon/mange.svg);
}
.inland-value-added {
    background: var(--vls-grey-bg);
}
.inland-performance__copy h2 {
    width: 73%;
}
.inland-performance__copy>p:not(.cfs-performance__eyebrow) {
    width: 90%;
}
.cfs-performance__card:nth-child(1) .land-performance__icon::before {
    background: url(../img/inland/icon/end.svg);
}
.cfs-performance__card:nth-child(2) .land-performance__icon::before {
    background: url(../img/inland/icon/execute.svg);
}
.cfs-performance__card:nth-child(3) .land-performance__icon::before {
    background: url(../img/inland/icon/track.svg);
}
.cfs-performance__card:nth-child(4) .land-performance__icon::before {
    background: url(../img/inland/icon/customize.svg);
}
.inland-performance__quote {
    color: #444444;
    background: #4EC3E00D;
}
.inland-network_quote {
    background-color: var(--vls-white);
}
.ipi-hero__media {
    /*background: url(../img/ipi/ipi.webp);*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/ipi/ipi.webp");
    background-position: center;
    background-size: cover;
}
.ipi-hero__body h1 {
    width: 85%;
}
.ipi-hero__body p:not(.cfs-hero__eyebrow) {
    max-width: 73%;
}
.ipi-performance__card h3 {
    width: 108%;
}
.ipi-performance__card h3 {
    width: 110%;
}
.cfs-performance__card:nth-child(1) .ipi-performance__icon::before {
    background: url(../img/ipi/icon/flexible.svg);
}
.cfs-performance__card:nth-child(2) .ipi-performance__icon::before {
    background: url(../img/ipi/icon/cost.svg);
}
.cfs-performance__card:nth-child(3) .ipi-performance__icon::before {
    background: url(../img/ipi/icon/ability.svg);
}
.cfs-performance__card:nth-child(4) .ipi-performance__icon::before {
    background: url(../img/ipi/icon/last-minute.svg);
}
.ipi-value-added {
    background: #F8F5F0;
}
.ipi-performance__copy h2 {
    width: 78%;
}
.cfs-performance__card:nth-child(1) .ipii-performance__icon::before {
    background: url(../img/ipi/icon/optimize.svg);
}
.cfs-performance__card:nth-child(2) .ipii-performance__icon::before {
    background: url(../img/ipi/icon/improve.svg);
}
.cfs-performance__card:nth-child(3) .ipii-performance__icon::before {
    background: url(../img/ipi/icon/anticipate.svg);
}
.cfs-performance__card:nth-child(4) .ipii-performance__icon::before {
    background: url(../img/ipi/icon/reduce.svg);
}
.ipi-performance__card h3 {
    width: 113%;
}
.ipi-ideal__grid p {
    margin-top: 16px;
}
.ipi-ideal__head h2 {
    margin-top: 10px;
}
.ipi-network__features {
    margin-top: 10px;
}
.ipi-final-cta h2 {
    margin-top: 10px;
    max-width: 604px;
}
.lcl-started-panel {
    background: #f4f1ed;
    height: 100%;
    min-height: 610px;
    overflow: hidden;
    padding: 56px 44px 46px;
    position: relative;
}
.vls-lcl #lcl-booking,
.vls-fcl #fcl-booking,
.vls-air #air-booking {
    align-items: stretch;
    min-height: 610px;
}
.vls-lcl #lcl-booking .fcl-booking-right,
.vls-fcl #fcl-booking .fcl-booking-right,
.vls-air #air-booking .fcl-booking-right {
    background: #ffffff;
    gap: 62px;
    justify-content: flex-start;
    padding: 72px 56px 0;
}
.vls-lcl #lcl-booking .fcl-booking__intro,
.vls-fcl #fcl-booking .fcl-booking__intro,
.vls-air #air-booking .fcl-booking__intro {
    padding: 0;
}
.vls-lcl #lcl-booking .fcl-section-eyebrow,
.vls-fcl #fcl-booking .fcl-section-eyebrow,
.vls-air #air-booking .fcl-section-eyebrow {
    color: #e8372f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
    margin: 0 0 14px;
}
.vls-lcl #lcl-booking .fcl-booking__intro h2,
.vls-fcl #fcl-booking .fcl-booking__intro h2,
.vls-air #air-booking .fcl-booking__intro h2 {
    color: #001871;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
}
.vls-lcl #lcl-booking .fcl-booking__content h2,
.vls-fcl #fcl-booking .fcl-booking__content h2,
.vls-air #air-booking .fcl-booking__content h2 {
    font-size: 23px;
    line-height: 1.2;
}
.vls-lcl #lcl-booking .fcl-booking__intro p:last-child,
.vls-lcl #lcl-booking .fcl-booking__content p:last-child,
.vls-fcl #fcl-booking .fcl-booking__intro p:last-child,
.vls-fcl #fcl-booking .fcl-booking__content p:last-child,
.vls-air #air-booking .fcl-booking__intro p:last-child,
.vls-air #air-booking .fcl-booking__content p:last-child {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    max-width: 610px;
}
.lcl-started-panel__content {
    max-width: 376px;
    position: relative;
    z-index: 2;
}
.lcl-started-panel h2 {
    color: #001871;
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
    margin: 0 0 36px;
    position: relative;
    letter-spacing:-0.5px;
}
.lcl-started-panel h2::after {
    background: #001871;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 102px;
}
.lcl-started-panel__content > p {
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    margin: 0 0 20px;
    letter-spacing: 0%;
}
.lcl-started-panel__steps {
    display: grid;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
.lcl-started-panel__steps li,
.lcl-started-panel__steps li a {
    align-items: center;
    border-bottom: 1px solid #ddd8d1;
    color: #001871;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 16px;
    height: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
}
.lcl-started-panel__steps li:last-child {
    border-bottom: 0;
}
.lcl-started-panel__dot {
    border-radius: 999px;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
}
.lcl-started-panel__dot--red {
    background: #e53935;
}
.lcl-started-panel__dot--cyan {
    background: #4ec3e0;
}
.lcl-started-panel__dot--green {
    background: #6abf4b;
}
.lcl-started-panel__dot--grey {
    background: #b7b8b9;
}
.lcl-started-panel__button {
    align-items: center;
    background: #e8372f;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 12px;
    height: 48px;
    justify-content: center;
    min-width: 235px;
    padding: 0 24px;
    text-decoration: none;
line-height: 100%;
letter-spacing: 0.4px;
}
.lcl-started-panel__button:hover,
.lcl-started-panel__button:focus {
    background: #d92f26;
    color: #ffffff;
}
.lcl-started-panel__button img {
    flex: 0 0 14px;
    height: 14px;
    width: 14px;
}
.lcl-started-panel__map {
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 200px;
    z-index: 1;
}
.lcl-started-panel__map img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.cfs-network .home-eyebrow {
    color: var(--vls-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.8px;
    line-height: 100%;
}
.cfs-hazardous .home-eyebrow {
    color: var(--vls-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 100%;
}
.fcl-pillars__list {
    display: grid;
    gap: 0;
    margin-top: 46px;
    grid-template-columns: repeat(2, 1fr);
}
.fcl-pillars__list article {
    align-items: center;
    border-bottom: 1px solid rgba(0, 24, 113, 0.12);
    display: flex;
    gap: 18px;
    min-height: 79px;
}
.fcl-pillars__list article:last-child {
    border-bottom: 0;
}
.fcl-pillars__list span {
    background: var(--vls-white);
    border: 1px solid rgba(0, 24, 113, 0.1);
    flex: 0 0 42px;
    height: 42px;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
}
.fcl-pillars__list span>img {
    width: 17px;
}
.fcl-pillars__list strong {
    color: var(--vls-blue);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 21px;
}
.cfs-network {
    background: var(--vls-white);
    padding: 70px 44px 60px;
}
.cfs-network__copy {
    max-width: none;
}
.cfs-network__copy h2 {
    color: var(--vls-blue);
    font-weight: 900;
    margin-bottom: 24px;
    margin-top: 14px;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    vertical-align: middle;
}
.cfs-network__copy p {
    color: #4f4f4f;
    font-size: 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.cfs-network__copy p strong {
    color: var(--vls-blue);
    font-weight: 700;
}
.cfs-network__features {
    list-style: none;
    margin: 46px 0 0;
    max-width: 500px;
    padding: 0;
}
.cfs-network__features li {
    align-items: center;
    border-bottom: 1px solid rgba(0, 24, 113, 0.12);
    color: var(--vls-blue);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    min-height: 54px;
    padding-left: 34px;
    position: relative;
}
.cfs-network__features li:last-child {
    border-bottom: none;
}
.lcl-started-panel__steps li{
    padding-left: 34px;
}
.lcl-started-panel__steps li:last-child a {
    border-bottom: none;
}
.cfs-network__features li::before,
.lcl-started-panel__steps li::before {
    content: "✓";
    color: var(--vls-red);
    font-weight: 700;
    left: 0;
    position: absolute;
}
.cfs-network__features li::before,
.lcl-started-panel__steps li::before {
    background: var(--vls-red);
    border-radius: 50%;
    color: transparent;
    content: "";
    height: 10px;
    width: 10px;
}
.cfs-network__features li:nth-child(2)::before,
.lcl-started-panel__steps li:nth-child(2)::before {
    background: var(--vls-cyan);
}
.cfs-network__features li:nth-child(3)::before,
.lcl-started-panel__steps li:nth-child(3)::before {
    background: var(--vls-green);
}
.cfs-network__features li:nth-child(4)::before,
.lcl-started-panel__steps li:nth-child(4)::before {
    background: #C0C0C0;
}
.cfs-network__quote {
    background: rgba(78, 195, 224, 0.08);
    border-left: 4px solid var(--vls-cyan);
    color: #4f4f4f;
    font-weight: 400;
    font-style: Italic;
    font-size: 13.5px;
    line-height: 22.95px;
    letter-spacing: 0%;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 20px;
    border-left-width: 3px;
    margin-top: 50px;
}
.cfs-hazardous {
    background: #f5f3ef;
    padding-top: 60px;
    padding-right: 44px;
    padding-bottom: 10px;
    padding-left: 44px;
}
.cfs-hazardous__copy h2 {
    color: var(--vls-blue);
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 37.8px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    margin: 10px 0 18px;
    max-width: none;
    width: 100%;
    font-family: 1;
}
.cfs-hazardous__copy>p {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #4f4f4f;
    max-width: 794px;
    margin-bottom: 55px;
    font-style: Regular;
}
.customs-network__copy>p {
    width: 64%;
}
.hazardous-hazardous__copy>p {
    max-width: 800px;
}
.hazard-network__quote {
    padding: 15px 28px;
    background: #ffffff47;
    margin-top: -35px;
    margin-bottom: 60px;
}
.lcl .icon-box {
    background-image: url("../img/about/icon/lcl.svg");
}
.fcl .icon-box {
    background-image: url("../img/about/icon/fcl.svg");
}
.inland .icon-box {
    background-image: url("../img/about/icon/inland.svg");
}
.cfs .icon-box {
    background-image: url("../img/about/icon/cfs.svg");
}
.hazardous .icon-box {
    background-image: url("../img/about/icon/hazardous.svg");
}
.customs .icon-box {
    background-image: url("../img/about/icon/customs.svg");
}
.fcl-approach__panel .cfs-network__quote{
    color: rgba(255, 255, 255, 0.82);
}
.hazardous-network__quote {
    border-left: 4px solid #EF9F27;
    background: #FFFFFF14;
    color: #FFFFFF;
}