#information-information {
    --delivery-ink: #202723;
    --delivery-muted: #647068;
    --delivery-line: #dce5da;
    --delivery-soft: #f3f7ef;
    --delivery-green: #84c843;
    --delivery-green-dark: #467721;
    --delivery-blue: #2c96c9;
    --delivery-yellow: #f5c44c;
    color: var(--delivery-ink);
}

#information-information.container {
    width: 100% !important;
    max-width: none !important;
}

#information-information .breadcrumb {
    max-width: 1180px;
    margin: 22px auto 0;
}

#information-information #content > .content {
    max-width: none;
    padding-bottom: 0;
}

#information-information #content > .content > h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.delivery-page,
.delivery-page * {
    box-sizing: border-box;
}

.delivery-page {
    overflow-x: clip;
    overflow-y: visible;
    color: var(--delivery-ink);
}

.delivery-page a {
    color: inherit;
}

.delivery-shell {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.delivery-eyebrow {
    margin: 0 0 10px;
    color: var(--delivery-green-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.delivery-hero {
    position: relative;
    min-height: 500px;
    margin-top: 20px;
    overflow: hidden;
    background: #253129;
}

.delivery-hero__image,
.delivery-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.delivery-hero__image {
    object-fit: cover;
    object-position: 50% 58%;
    transition: transform 900ms ease;
}

.delivery-hero:hover .delivery-hero__image {
    transform: scale(1.025);
}

.delivery-hero__shade {
    background: rgba(20, 30, 24, 0.72);
}

.delivery-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    padding-top: 52px;
    padding-bottom: 48px;
    color: #fff;
}

.delivery-hero .delivery-eyebrow {
    color: #bde98d;
}

.delivery-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.08;
}

.delivery-hero__lead {
    max-width: 690px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.55;
}

.delivery-hero__actions,
.delivery-pickup__actions,
.delivery-contact__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.delivery-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.delivery-button:hover {
    transform: translateY(-2px);
}

.delivery-button:focus-visible,
.delivery-nav a:focus-visible,
.delivery-segments button:focus-visible,
.delivery-faq summary:focus-visible {
    outline: 3px solid rgba(44, 150, 201, 0.35);
    outline-offset: 3px;
}

.delivery-button--primary {
    background: var(--delivery-green);
    color: #16300a !important;
}

.delivery-button--primary:hover {
    background: #93d650;
}

.delivery-button--light {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.delivery-button--outline {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff !important;
}

.delivery-hero__facts {
    display: grid;
    width: min(720px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 32px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.delivery-hero__facts div {
    padding: 16px 20px 0 0;
}

.delivery-hero__facts dt {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.delivery-hero__facts dd {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 800;
}

.delivery-nav {
    border-bottom: 1px solid var(--delivery-line);
    background: #fff;
}

.delivery-nav__inner {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
}

.delivery-nav__inner::-webkit-scrollbar {
    display: none;
}

.delivery-nav a {
    flex: 0 0 auto;
    color: #4d5a52;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.delivery-nav a:hover {
    color: var(--delivery-green-dark);
}

.delivery-section {
    padding-top: 72px;
    padding-bottom: 72px;
    scroll-margin-top: 20px;
}

.delivery-section--tinted,
.delivery-section--process,
.delivery-section--faq {
    background: var(--delivery-soft);
}

.delivery-section__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 34px;
}

.delivery-section__head h2,
.delivery-pickup h2,
.delivery-regions h2,
.delivery-contact h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.delivery-section__head > p,
.delivery-regions > div > p,
.delivery-pickup > div > div > p {
    margin: 0;
    color: var(--delivery-muted);
    font-size: 15px;
    line-height: 1.65;
}

.delivery-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--delivery-line);
    border-bottom: 1px solid var(--delivery-line);
}

.delivery-method {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    padding: 30px 32px 30px 0;
}

.delivery-method + .delivery-method {
    border-left: 1px solid var(--delivery-line);
    padding-right: 0;
    padding-left: 32px;
}

.delivery-method__icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 6px;
    background: #eaf5df;
    color: var(--delivery-green-dark);
    transition: transform 220ms ease;
}

.delivery-method:hover .delivery-method__icon {
    transform: translateY(-4px);
}

.delivery-method__icon svg {
    width: 34px;
    height: 34px;
}

.delivery-method__label {
    margin: 0 0 5px;
    color: var(--delivery-green-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.delivery-method h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.delivery-method > div > p:last-child {
    margin: 12px 0 0;
    color: var(--delivery-muted);
    font-size: 14px;
    line-height: 1.6;
}

.delivery-method ul {
    grid-column: 2;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-method li {
    position: relative;
    padding-left: 18px;
    color: #455149;
    font-size: 14px;
    line-height: 1.45;
}

.delivery-method li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--delivery-green);
    content: '';
}

.delivery-tariff-wrap {
    overflow-x: auto;
    border: 1px solid var(--delivery-line);
    border-radius: 8px;
    background: #fff;
}

.delivery-tariff-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.delivery-tariff-table th,
.delivery-tariff-table td {
    padding: 18px 22px;
    border-bottom: 1px solid var(--delivery-line);
    text-align: left;
}

.delivery-tariff-table th {
    background: #eaf2e4;
    color: #53604f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.delivery-tariff-table td {
    font-size: 15px;
    font-weight: 700;
    transition: background-color 180ms ease;
}

.delivery-tariff-table tr:hover td {
    background: #f8fbf5;
}

.delivery-tariff-table tbody tr:last-child td {
    border-bottom: 0;
}

.delivery-tariff-table td strong,
.delivery-tariff-table td span {
    display: block;
}

.delivery-tariff-table td span {
    margin-top: 3px;
    color: var(--delivery-muted);
    font-size: 12px;
    font-weight: 500;
}

.delivery-note {
    margin: 18px 0 0;
    color: #566158;
    font-size: 13px;
    line-height: 1.6;
}

.delivery-calculator {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
    overflow: hidden;
    border: 1px solid var(--delivery-line);
    border-radius: 8px;
    background: #fff;
}

.delivery-calculator__controls,
.delivery-calculator__result {
    padding: 34px;
}

.delivery-calculator fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

.delivery-calculator legend,
.delivery-distance > span:first-child {
    display: block;
    margin-bottom: 10px;
    color: #4d5a52;
    font-size: 13px;
    font-weight: 800;
}

.delivery-segments {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.delivery-segments button {
    min-height: 48px;
    border: 1px solid var(--delivery-line);
    border-radius: 5px;
    background: #fff;
    color: #4e5952;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.delivery-segments button:hover,
.delivery-segments button.is-active {
    border-color: var(--delivery-green);
    background: #eff8e8;
    color: #315c16;
}

.delivery-distance {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 16px;
    margin-top: 28px;
}

.delivery-distance > span:first-child {
    margin: 0;
}

.delivery-distance__input {
    display: flex;
    align-items: center;
    gap: 6px;
}

.delivery-distance__input input {
    width: 92px;
    height: 46px;
    border: 1px solid var(--delivery-line);
    border-radius: 5px;
    background: #f8faf7;
    padding: 8px 12px;
    color: var(--delivery-ink);
    font: inherit;
    font-size: 18px;
    font-weight: 800;
}

.delivery-distance__input b {
    color: var(--delivery-muted);
    font-size: 13px;
}

.delivery-distance__range {
    width: 100%;
    margin: 18px 0 0;
    accent-color: var(--delivery-green-dark);
}

.delivery-calculator__hint {
    margin: 9px 0 0;
    color: var(--delivery-muted);
    font-size: 12px;
}

.delivery-calculator__result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #27362d;
    color: #fff;
}

.delivery-route {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
}

.delivery-route__point {
    display: grid;
    justify-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
}

.delivery-route__point i {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--delivery-green);
}

.delivery-route__line {
    position: relative;
    height: 2px;
    border-top: 2px dashed rgba(255, 255, 255, 0.35);
}

.delivery-route__line i {
    position: absolute;
    top: -16px;
    left: var(--delivery-truck-position, 15%);
    width: 32px;
    height: 24px;
    color: var(--delivery-yellow);
    transform: translateX(-50%);
    transition: left 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.delivery-route__line svg {
    width: 32px;
    height: 24px;
}

.delivery-calculator__result > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 700;
}

.delivery-calculator__result > strong {
    display: block;
    margin-top: 5px;
    font-size: 36px;
    line-height: 1.2;
}

.delivery-calculator__result > span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.delivery-calculator__result .delivery-button {
    align-self: flex-start;
    margin-top: 24px;
}

.delivery-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-process li {
    position: relative;
    padding: 0 22px 0 0;
}

.delivery-process li:not(:last-child)::after {
    position: absolute;
    top: 18px;
    right: 12px;
    left: 48px;
    border-top: 1px solid #cbd9c6;
    content: '';
}

.delivery-process li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #b9d3aa;
    border-radius: 50%;
    background: var(--delivery-soft);
    color: var(--delivery-green-dark);
    font-size: 13px;
    font-weight: 800;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.delivery-process li:hover > span {
    background: var(--delivery-green);
    color: #153008;
    transform: translateY(-3px);
}

.delivery-process h3 {
    margin: 18px 0 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.delivery-process p {
    margin: 0;
    color: var(--delivery-muted);
    font-size: 13px;
    line-height: 1.55;
}

.delivery-pickup {
    background: #27362d;
    color: #fff;
    scroll-margin-top: 20px;
}

.delivery-pickup__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.65fr);
    gap: 70px;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.delivery-pickup .delivery-eyebrow,
.delivery-contact .delivery-eyebrow {
    color: #bde98d;
}

.delivery-pickup > .delivery-shell > div:first-child > p {
    max-width: 660px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.65;
}

.delivery-pickup__checklist {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    padding-left: 34px;
}

.delivery-pickup__checklist h3 {
    margin: 0 0 18px;
    font-size: 17px;
}

.delivery-pickup__checklist ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-pickup__checklist li {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.45;
}

.delivery-pickup__checklist span {
    color: var(--delivery-green);
    font-weight: 900;
}

.delivery-regions {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.75fr);
    gap: 72px;
    align-items: center;
}

.delivery-regions > div > p:last-child {
    margin-top: 18px;
}

.delivery-regions ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    border-top: 1px solid var(--delivery-line);
    padding: 0;
    list-style: none;
}

.delivery-regions li {
    border-bottom: 1px solid var(--delivery-line);
    padding: 14px 8px 14px 0;
    color: #455149;
    font-size: 14px;
    font-weight: 700;
}

.delivery-regions li::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--delivery-green);
    content: '';
}

.delivery-faq {
    border-top: 1px solid #cfdbca;
}

.delivery-faq details {
    border-bottom: 1px solid #cfdbca;
}

.delivery-faq summary {
    position: relative;
    padding: 20px 52px 20px 0;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.delivery-faq summary::-webkit-details-marker {
    display: none;
}

.delivery-faq summary::after {
    position: absolute;
    top: 18px;
    right: 8px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #bfd3b4;
    border-radius: 50%;
    color: var(--delivery-green-dark);
    content: '+';
    font-size: 20px;
    font-weight: 500;
    transition: transform 180ms ease;
}

.delivery-faq details[open] summary::after {
    transform: rotate(45deg);
}

.delivery-faq details p {
    max-width: 850px;
    margin: -4px 0 20px;
    color: var(--delivery-muted);
    font-size: 14px;
    line-height: 1.65;
}

.delivery-contact {
    background: #202723;
    color: #fff;
}

.delivery-contact__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.delivery-contact__actions {
    justify-content: flex-end;
    margin: 0;
}

[data-delivery-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

[data-delivery-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 991px) {
    .delivery-section__head,
    .delivery-calculator,
    .delivery-pickup__inner,
    .delivery-regions,
    .delivery-contact__inner {
        grid-template-columns: 1fr;
    }

    .delivery-methods {
        grid-template-columns: 1fr;
    }

    .delivery-method,
    .delivery-method + .delivery-method {
        padding: 28px 0;
    }

    .delivery-method + .delivery-method {
        border-top: 1px solid var(--delivery-line);
        border-left: 0;
    }

    .delivery-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .delivery-process li:not(:last-child)::after {
        display: none;
    }

    .delivery-pickup__checklist {
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        border-left: 0;
        padding-top: 28px;
        padding-left: 0;
    }

    .delivery-contact__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .delivery-shell {
        width: min(100% - 28px, 1180px);
    }

    #information-information .breadcrumb {
        margin-right: 14px;
        margin-left: 14px;
    }

    .delivery-hero,
    .delivery-hero__content {
        min-height: 570px;
    }

    .delivery-hero {
        margin-top: 12px;
    }

    .delivery-hero__image {
        object-position: 57% 50%;
    }

    .delivery-hero__shade {
        background: rgba(20, 30, 24, 0.77);
    }

    .delivery-hero__content {
        justify-content: flex-end;
        padding-top: 36px;
        padding-bottom: 32px;
    }

    .delivery-hero h1 {
        font-size: 34px;
        line-height: 1.1;
    }

    .delivery-hero__lead {
        font-size: 16px;
    }

    .delivery-hero__actions .delivery-button,
    .delivery-pickup__actions .delivery-button,
    .delivery-contact__actions .delivery-button {
        width: 100%;
    }

    .delivery-hero__facts {
        grid-template-columns: 1fr 1fr;
    }

    .delivery-hero__facts div:last-child {
        grid-column: 1 / -1;
    }

    .delivery-nav__inner {
        gap: 20px;
    }

    .delivery-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .delivery-section__head {
        gap: 14px;
        margin-bottom: 28px;
    }

    .delivery-section__head h2,
    .delivery-pickup h2,
    .delivery-regions h2,
    .delivery-contact h2 {
        font-size: 28px;
    }

    .delivery-method {
        grid-template-columns: 52px 1fr;
        gap: 14px;
    }

    .delivery-method__icon {
        width: 48px;
        height: 48px;
    }

    .delivery-method__icon svg {
        width: 30px;
        height: 30px;
    }

    .delivery-method h3 {
        font-size: 19px;
    }

    .delivery-calculator__controls,
    .delivery-calculator__result {
        padding: 24px 18px;
    }

    .delivery-segments {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .delivery-calculator__result > strong {
        font-size: 31px;
    }

    .delivery-process {
        grid-template-columns: 1fr;
    }

    .delivery-process li {
        display: grid;
        grid-template-columns: 36px 1fr;
        gap: 14px;
        padding: 0;
    }

    .delivery-process h3 {
        margin-top: 0;
    }

    .delivery-pickup__inner {
        gap: 32px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .delivery-regions {
        gap: 28px;
    }

    .delivery-regions ul {
        grid-template-columns: 1fr;
    }

    .delivery-contact__inner {
        gap: 26px;
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .delivery-hero__image,
    .delivery-button,
    .delivery-method__icon,
    .delivery-route__line i,
    .delivery-process li > span,
    .delivery-faq summary::after,
    [data-delivery-reveal] {
        transition: none !important;
    }

    [data-delivery-reveal] {
        opacity: 1;
        transform: none;
    }
}
