:root {
    --nftlc-white: #FFFFFF;
    --nftlc-forest: #00402A;
    --nftlc-green: #00A443;
    --nftlc-green-1: #007F33;
    --nftlc-sand: #FFF5EC;
    --nftlc-orange: #FF9E18;
    --nftlc-sand-7: #3A3735;
    --nftlc-border: rgba(0, 0, 0, 0.14);
}

#nftlc {
    width: 100%;
    max-width: 980px;
    margin: 20px auto;
    padding: 32px 16px 24px;
    box-sizing: border-box;
    overflow: hidden;
    color: var(--nftlc-forest) !important;
    text-align: left;
    border: 1px solid var(--nftlc-border);
    border-radius: 15px;
    background-color: var(--nftlc-white);
}

#nftlc * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "IberPangea" !important;
    font-style: normal;
    font-weight: normal;
}

#nftlc strong {
    font-family: "IberPangea smbold" !important;
    font-weight: normal;
}

#nftlc .nftlc__title {
    color: var(--nftlc-green-1) !important;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 0;
    text-wrap: balance;
    margin-bottom: 16px;
}

#nftlc .nftlc__title strong {
    color: var(--nftlc-green-1) !important;
    font-size: 30px;
    line-height: 1.13;
}

#nftlc .nftlc__intro {
    color: var(--nftlc-forest) !important;
    font-family: "IberPangea Text" !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    line-height: 20px;
    text-wrap: balance;
    margin-bottom: 8px;
}

#nftlc .nftlc__hero {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

#nftlc .nftlc__hero-img {
    display: block;
    width: 100%;
    max-width: 258px;
    height: auto;
}

#nftlc .nftlc__steps-list {
    display: grid;
    gap: 8px;
    list-style: none;
    counter-reset: none;
    margin-bottom: 16px;
}

#nftlc .nftlc__steps-list > li,
#nftlc .nftlc__uses-list > li {
    margin-bottom: 0 !important;
}

#nftlc .nftlc__steps-list > li:before,
#nftlc .nftlc__steps-list > li:after,
#nftlc .nftlc__uses-list > li:before,
#nftlc .nftlc__uses-list > li:after {
    content: none !important;
    display: none !important;
}

#nftlc .nftlc__stage {
    overflow: hidden;
    border: 1px solid var(--nftlc-border);
    border-radius: 15px;
    background-color: var(--nftlc-white);
}

#nftlc .nftlc__stage-title {
    display: flex;
    align-items: center;
    min-height: 33px;
    gap: 8px;
    padding: 8px 16px;
    color: var(--nftlc-white) !important;
    border-radius: 15px 15px 0 0;
    background-color: var(--nftlc-green-1);
}

#nftlc .nftlc__stage-title span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: var(--nftlc-forest) !important;
    font-family: "IberPangea smbold" !important;
    font-size: 15px;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--nftlc-white);
}

#nftlc .nftlc__stage-title strong {
    color: var(--nftlc-white) !important;
    font-family: "IberPangea Medium" !important;
    font-size: 18px;
    line-height: 1.22;
    text-wrap: balance;
}

#nftlc .nftlc__stage-text {
    padding: 16px;
    color: var(--nftlc-sand-7) !important;
    font-family: "IberPangeaText" !important;
    font-size: 16px;
    line-height: 1.25;
}

#nftlc .nftlc__uses-title {
    color: var(--nftlc-forest) !important;
    font-family: "IberPangea" !important;
    font-size: 24px;
    line-height: 1.16;
    text-wrap: balance;
    margin-bottom: 16px;
}

#nftlc .nftlc__uses {
    padding: 22px 13px 0;
    border-radius: 15px;
    background-color: var(--nftlc-sand);
}

#nftlc .nftlc__uses-list {
    display: grid;
    gap: 20px;
    list-style: none;
}

#nftlc .nftlc__use {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
}

#nftlc .nftlc__use-icon {
    display: block;
    width: 100%;
    max-width: 63px;
    height: auto;
}

#nftlc .nftlc__use-title {
    color: var(--nftlc-green-1) !important;
    font-family: "IberPangea smbold" !important;
    font-size: 19px;
    line-height: 1;
    text-wrap: balance;
    margin-bottom: 11px;
}

#nftlc .nftlc__use-text {
    color: var(--nftlc-forest) !important;
    font-family: "IberPangeaText" !important;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
}

#nftlc .nftlc__bottom {
    display: block;
    width: calc(100% + 26px);
    margin: 10px -13px 0;
}

#nftlc .nftlc__bottom-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

#nftlc .nftlc__source {
    color: var(--nftlc-forest) !important;
    font-family: "IberPangeaText" !important;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
    margin-top: 16px;
}

#nftlc .nftlc__source strong {
    color: var(--nftlc-forest) !important;
    font-family: "IberPangeaText" !important;
    font-size: 14px;
    line-height: 1.25;
    font-style: italic;
}

@media (min-width: 700px) {
    #nftlc {
        padding: 32px 24px 24px;
    }

    #nftlc .nftlc__title,
    #nftlc .nftlc__title strong {
        font-size: 32px;
        line-height: 1.125;
    }

    #nftlc .nftlc__title {
        margin-bottom: 24px;
    }

    #nftlc .nftlc__intro {
        margin-bottom: 24px;
    }

    #nftlc .nftlc__hero {
        margin-bottom: 12px;
    }

    #nftlc .nftlc__hero-img {
        max-width: 501px;
    }

    #nftlc .nftlc__steps-list {
        gap: 8px;
        margin-bottom: 24px;
    }

    #nftlc .nftlc__stage-title {
        min-height: 38px;
        gap: 10px;
    }

    #nftlc .nftlc__uses {
        padding: 28px 25px 0;
        border-radius: 15px;
    }

    #nftlc .nftlc__uses-list {
        gap: 18px;
    }

    #nftlc .nftlc__use {
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 18px;
    }

    #nftlc .nftlc__use-icon {
        max-width: 63px;
    }

    #nftlc .nftlc__bottom {
        width: calc(100% + 50px);
        margin: 6px -25px 0;
    }

    #nftlc .nftlc__source {
        margin-top: 24px;
    }
}
