#v6hdr ~ .wrapper {
    padding-top: 0;
}

.v2l_dsc-root {
    background: #f6fbfe;
}

.v2l_dsc-root .sp-sec {
    padding: 42px 0;
    background: transparent;
}

.v2l_dsc-root .sp-sec--alt {
    background: transparent;
}

.v2l_dsc-root .v2l_coupons {
    padding-top: 60px;
}

.v2l_dsc-root .v2l_coupons-row,
.v2l_dsc-root .v2l_dsc-pfgrid {
    max-width: none;
}

.v2l_dsc-root .v2l_coupons-row {
    align-items: stretch;
    gap: 18px;
    margin-top: 4px;
}

.v2l_dsc-root .v2l_coupons-eyebrow::before,
.v2l_dsc-root .v2l_coupons-eyebrow::after {
    background: var(--primary);
}

.v2l_cpn {
    position: relative;
    display: flex;
    flex: 1 1 300px;
    min-width: 0;
    min-height: 134px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--cl-line);
    border-radius: 8px;
    box-shadow: 0 24px 56px -42px rgba(48, 75, 101, .5);
    transition: transform .16s ease, box-shadow .16s ease;
}

.v2l_cpn:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 62px -40px rgba(48, 75, 101, .55);
}

.v2l_cpn-stub {
    display: grid;
    flex: 0 0 132px;
    place-content: center;
    gap: 1px;
    padding: 16px 10px;
    text-align: center;
    background: color-mix(in srgb, var(--primary) 8%, #fff);
    border-right: 2px dashed color-mix(in srgb, var(--primary) 32%, #fff);
}

.v2l_cpn-stub-tag,
.v2l_cpn-off {
    color: var(--faint);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.v2l_cpn-stub-tag {
    margin-bottom: 5px;
    color: var(--primary);
}

.v2l_cpn-val {
    color: var(--primary);
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.v2l_cpn-notch {
    position: absolute;
    left: 132px;
    z-index: 1;
    width: 18px;
    height: 18px;
    background: #f6fbfe;
    border-radius: 50%;
    transform: translateX(-50%);
}

.v2l_cpn-notch--t {
    top: -9px;
}

.v2l_cpn-notch--b {
    bottom: -9px;
}

.v2l_cpn-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    gap: 12px;
    padding: 20px 22px 20px 28px;
}

.v2l_cpn-cond {
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.v2l_cpn-act {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.v2l_cpn-code {
    max-width: 100%;
    padding: 8px 13px;
    overflow-wrap: anywhere;
    color: var(--navy);
    background: #f4f8fb;
    border-radius: 8px;
    font-family: ui-monospace, "SFMono-Regular", Menlo, "Courier New", monospace;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.v2l_cpn-reveal {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 7%, #fff);
    border: 1px dashed color-mix(in srgb, var(--primary) 42%, var(--cl-line));
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    transition: background .14s, border-color .14s, transform .14s;
}

.v2l_cpn-reveal:hover {
    background: color-mix(in srgb, var(--primary) 13%, #fff);
    border-color: var(--primary);
    transform: translateY(-1px);
}

.v2l_cpn-reveal svg {
    width: 15px;
    height: 15px;
}

.v2l_cpn-reveal-lock,
.v2l_cpn-reveal-go {
    display: inline-flex;
}

.v2l_cpn-reveal-go {
    opacity: .7;
}

.v2l_coupons-empty {
    width: 100%;
    margin: 0;
    color: var(--muted);
    text-align: center;
}

.v2l_dsc-note {
    font-weight: 500;
}

.v2l_dsc-stripsec {
    padding-top: 0 !important;
}

.dsc-promo {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 26px 30px;
    background: #fff;
    border: 1px solid var(--cl-line);
    border-radius: 8px;
    box-shadow: 0 24px 60px -42px rgba(48, 75, 101, .45);
}

.dsc-promo-ic,
.dsc-step-ic {
    display: grid;
    flex: none;
    place-items: center;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 11%, #fff);
    border-radius: 8px;
}

.dsc-promo-ic {
    width: 60px;
    height: 60px;
}

.dsc-promo-ic svg {
    width: 30px;
    height: 30px;
}

.dsc-promo-txt {
    flex: 1;
    min-width: 0;
}

.dsc-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    padding: 5px 12px;
    color: #137e60;
    background: #e7f6ef;
    border: 1px solid #cdeadd;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dsc-promo-tag svg {
    width: 13px;
    height: 13px;
}

.dsc-promo-t {
    margin: 0 0 4px;
    color: var(--navy);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.dsc-promo-d {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.dsc-promo-btn {
    display: inline-flex;
    flex: none;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    color: #fff;
    background: var(--primary);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .14s ease;
}

.dsc-promo-btn:hover {
    transform: translateY(-2px);
}

.dsc-promo-btn svg {
    width: 16px;
    height: 16px;
}

.v2l_dsc-root #how-flag .cl-head {
    margin-bottom: 40px;
}

.dsc-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.dsc-step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 26px 28px 24px;
    background: #fff;
    border: 1px solid var(--cl-line);
    border-radius: 8px;
    box-shadow: 0 24px 56px -42px rgba(48, 75, 101, .5);
    transition: transform .16s ease, box-shadow .16s ease;
}

.dsc-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 62px -40px rgba(48, 75, 101, .55);
}

.dsc-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dsc-step-ic {
    width: 52px;
    height: 52px;
}

.dsc-step-ic svg {
    width: 26px;
    height: 26px;
}

.dsc-step-n {
    display: grid;
    flex: none;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--primary);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
}

.dsc-step-t {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.dsc-step-d {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.dsc-step-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.dsc-step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.5;
}

.dsc-step-chk {
    display: grid;
    flex: none;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 12%, #fff);
    border-radius: 6px;
}

.dsc-step-chk svg {
    width: 12px;
    height: 12px;
}

.dsc-step-mail {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    max-width: 100%;
    margin-top: auto;
    padding: 9px 13px;
    overflow-wrap: anywhere;
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 9%, #fff);
    border: 1px solid color-mix(in srgb, var(--primary) 18%, #fff);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.dsc-step-mail svg {
    flex: none;
    width: 15px;
    height: 15px;
}

.v2l_dsc-gift {
    background: var(--primary);
    border-radius: 8px;
}

.v2l_dsc-gifttxt h2 {
    margin: 0 0 6px;
    color: inherit;
    font-size: 20px;
}

.v2l_dsc-gifttxt p {
    margin: 0;
}

.v2l_dsc-order .cl-head {
    margin-bottom: 28px;
}

@media (max-width: 820px) {
    .dsc-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .dsc-promo {
        flex-direction: column;
        align-items: flex-start;
    }

    .dsc-promo-btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .v2l_cpn {
        flex-direction: column;
    }

    .v2l_cpn-stub {
        flex-basis: auto;
        border-right: 0;
        border-bottom: 2px dashed color-mix(in srgb, var(--primary) 32%, #fff);
    }

    .v2l_cpn-notch {
        top: auto;
        bottom: 0;
        left: auto;
        transform: translateY(50%);
    }

    .v2l_cpn-notch--t {
        left: -9px;
    }

    .v2l_cpn-notch--b {
        right: -9px;
    }

    .v2l_cpn-body {
        padding: 20px;
    }

    .dsc-step,
    .dsc-promo {
        padding: 22px 18px;
    }
}
