/* ── Page wrapper ── */
.refund-e-1 {
    padding: 10px 10px 10px 10px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-b);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

/* ── Nav card ── */
.refund-e-2 {
    padding: 10px 10px 30px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-c);
    border-radius: 60px 60px 60px 60px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1400px;
    position: relative
}

/* Logo image */
.refund-e-33 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 876px;
    height: 151px;
    position: relative;
    max-width: 100%;
    max-height: none
}

/* Nav row */
.refund-e-41 {
    padding: 20px 0px 20px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--vId-color-token-c);
    border-radius: 60px 60px 60px 60px;
    z-index: 1000;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative
}

/* Logo text */
.refund-e-47 {
    font-family: var(--vId-font-token-a);
    font-size: 30px;
    font-weight: 700;
    color: var(--vId-color-token-d);
    line-height: 40px;
    padding: 0px;
    opacity: 100%;
    z-index: 1;
    width: 33%;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

/* Nav links container */
.refund-e-45 {
    padding: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1500;
    height: auto;
    width: 33%;
    display: flex;
    position: relative
}

/* Close button (mobile) */
.refund-e-49 {
    padding: 10px;
    flex-direction: column;
    height: 50px;
    width: 50px;
    display: none;
    position: relative
}

.refund-e-48 {
    color: #1a1a1a;
    width: 32px;
    height: fit-content;
    position: relative
}

/* Nav link items */
.refund-e-44,
.refund-e-42,
.refund-e-43,
.refund-e-53 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    padding: 15px 15px 15px 15px;
    opacity: 100%;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.refund-e-42:hover,
.refund-e-43:hover,
.refund-e-44:hover,
.refund-e-53:hover {
    color: var(--vId-color-token-a)
}

/* Hamburger (mobile) */
.refund-e-51 {
    padding: 10px;
    flex-direction: column;
    height: auto;
    width: fit-content;
    display: none;
    position: relative
}

.refund-e-50 {
    width: 30px;
    height: fit-content;
    position: relative
}

/* CTA button wrapper */
.refund-e-52 {
    padding: 0px;
    flex-direction: column;
    align-items: flex-end;
    height: auto;
    width: 33%;
    display: flex;
    position: relative
}

/* CTA button */
.refund-e-46 {
    padding: 10px 42px 10px 42px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid var(--vId-color-token-d);
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 700;
    color: var(--vId-color-token-d);
    line-height: 26px;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    position: relative;
    cursor: pointer
}

.refund-e-46:hover {
    background-color: var(--vId-color-token-a);
    color: #ffffff
}

/* ── Content section ── */
.refund-e-6 {
    padding: 100px 16px 100px;
    flex-direction: column;
    background-color: var(--vId-color-token-b);
    border-radius: 50px;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1350px;
    position: relative
}

.refund-e-5 {
    padding: 0px;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 20px;
    display: flex;
    max-width: 1000px;
    position: relative
}

.refund-e-4 {
    padding: 30px 0px 0px 0px;
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    position: relative
}

/* Page title */
.refund-e-3 {
    font-family: var(--vId-font-token-a);
    font-size: 56px;
    font-weight: 700;
    color: var(--vId-color-token-d);
    padding: 0px;
    text-align: center;
    line-height: 64px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
    margin-bottom: 40px
}

/* Content body */
.refund-e-31 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    line-height: 26px;
    padding: 0px 0px 20px 0px;
    opacity: 100%;
    z-index: 1;
    width: 100%;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.refund-e-31 p {
    margin-bottom: 12px;
    line-height: 26px
}

/* Last updated subtitle */
.refund-e-32 {
    font-family: var(--vId-font-token-b);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 60px
}

/* ── Footer ── */
.refund-e-34 {
    padding: 70px 16px 20px 16px;
    flex-direction: column;
    align-items: center;
    background-color: var(--vId-color-token-b);
    margin-left: auto;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: auto;
    max-width: 1980px;
    position: relative
}

.refund-e-39 {
    padding: 30px 0px 30px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative
}

.refund-e-35 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.refund-e-38 {
    padding: 0px;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    height: auto;
    width: fit-content;
    display: flex;
    position: relative
}

.refund-e-36,
.refund-e-37 {
    font-family: var(--vId-font-token-b);
    font-size: 16px;
    font-weight: 400;
    color: var(--vId-color-token-d);
    padding: 0px;
    line-height: 26px;
    opacity: 100%;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.refund-e-40 {
    font-family: var(--vId-font-token-a);
    font-size: 16px;
    font-weight: 400;
    color: #f6f6f6;
    line-height: 26px;
    padding: 0px 0px 20px 0px;
    opacity: 100%;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

/* ── Base resets (kept from original) ── */
* {
    line-height: 1
}

*,
*::before,
*::after {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: 300
}

a {
    color: inherit;
    text-decoration: inherit
}

.left { text-align: left }
.right { text-align: right }
.center { text-align: center; margin-left: auto; margin-right: auto }
.justify { text-align: justify }

.container {
    max-width: 1140px;
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width:576px) and (max-width:768px) { .container { max-width: 540px } }
@media (min-width:768px) and (max-width:992px) { .container { max-width: 720px } }
@media (min-width:992px) and (max-width:1200px) { .container { max-width: 960px } }

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    line-height: 1
}

body {
    font-size: 0;
    font-family: "Nunito Sans"
}

html { font-size: 100% }

input, textarea, select {
    min-height: 20px;
    border: 0;
    font-size: 16px
}

.headerOne, .headerTwo, .headerThree, .headerFour, .headerFive, .headerSix, .paragraph {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0.1rem 0;
    width: 100%
}

.lg-text-center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body { line-height: 1 }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }

a {
    text-decoration: none;
    display: inherit;
    height: inherit;
    width: initial;
    flex-direction: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    align-items: inherit;
    row-gap: inherit;
    -moz-column-gap: inherit;
         column-gap: inherit;
    -o-object-fit: inherit;
       object-fit: inherit
}

a, a:link, a:visited, a:focus, a:hover, a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

img { width: 100%; height: 100%; -o-object-fit: inherit; object-fit: inherit; border-radius: inherit }
video { width: 100%; height: 100%; -o-object-fit: inherit; object-fit: inherit; border-radius: inherit }

span { display: block }

p span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.paragraph span, .headerOne span, .headerTwo span, .headerThree span,
.headerFour span, .headerFive span, .headerSix span { display: inline }

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.paragraph a, .headerOne a, .headerTwo a, .headerThree a,
.headerFour a, .headerFive a, .headerSix a { color: inherit; display: inline }

p strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.paragraph strong, .headerOne strong, .headerTwo strong, .headerThree strong,
.headerFour strong, .headerFive strong, .headerSix strong { font-weight: 700 }

.paragraph { font-size: 18px; line-height: 28px; font-weight: 400 }

/* ── Mobile responsive ── */
@media (max-width:767px) {
    .refund-e-41 {
        padding: 20px 16px 20px 16px;
        position: relative
    }

    .refund-e-45 {
        padding: 20px 20px 20px 20px;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #F28D3C;
        min-height: 100vh;
        left: auto;
        width: 50%;
        display: none;
        position: fixed;
        top: 0px;
        right: 0px
    }

    .refund-e-45.open {
        display: flex
    }

    .refund-e-49 {
        display: flex
    }

    .refund-e-51 {
        display: flex
    }

    .refund-e-52 {
        display: none
    }

    .refund-e-33 {
        width: 100%;
        height: auto
    }

    .refund-e-3 {
        font-size: 36px;
        line-height: 46px
    }

    .refund-e-39 {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px
    }

    .refund-e-6 {
        padding: 60px 16px 60px
    }
}

@media (max-width:1199px) {}
