.socials-QjyxBb9Q {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 28px);
    list-style: none;
    row-gap: 20px;
    width: 100%
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .socials-QjyxBb9Q {
            grid-template-columns: repeat(8, 28px);
            justify-content: end
        }
    }
}

@container (min-width: 768px) {
    .socials-QjyxBb9Q {
        grid-template-columns: repeat(8, 28px);
        justify-content: end
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .socials-QjyxBb9Q {
            grid-template-columns: repeat(auto-fill, 28px);
            justify-content: start
        }
    }
}

@container (min-width: 1024px) {
    .socials-QjyxBb9Q {
        grid-template-columns: repeat(auto-fill, 28px);
        justify-content: start
    }
}

.socialsItem-QjyxBb9Q {
    margin: -6px;
    padding: 6px
}

.footerLinks-GMVQ1XqH {
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
    position: relative;
    z-index: 1
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .footerLinks-GMVQ1XqH {
            display: flex;
            justify-content: space-between;
            width: 100%
        }
    }
}

@container (min-width: 768px) {
    .footerLinks-GMVQ1XqH {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .footerLinks-GMVQ1XqH {
            margin-top: 0
        }
    }
}

@container (min-width: 1024px) {
    .footerLinks-GMVQ1XqH {
        margin-top: 0
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1440px) {
        .footerLinks-GMVQ1XqH {
            padding-right: 40px
        }
    }
}

@container (min-width: 1440px) {
    .footerLinks-GMVQ1XqH {
        padding-right: 40px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1920px) {
        .footerLinks-GMVQ1XqH {
            padding-right: 80px
        }
    }
}

@container (min-width: 1920px) {
    .footerLinks-GMVQ1XqH {
        padding-right: 80px
    }
}

.footerLinksGroup-GMVQ1XqH {
    gap: 20px
}

.footerLinksColumn-GMVQ1XqH,
.footerLinksGroup-GMVQ1XqH {
    display: flex;
    flex-direction: column
}

.footerLinksColumnTitle-GMVQ1XqH {
    color: var(--color-cold-gray-550);
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    --ui-lib-typography-line-height: 16px;
    line-height: var(--ui-lib-typography-line-height);
    --ui-lib-typography-font-size: 12px;
    font-size: var(--ui-lib-typography-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: uppercase
}

.footerLinksColumnList-GMVQ1XqH {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 8px;
    row-gap: 4px
}

.footerLinksColumnListItem-GMVQ1XqH {
    clear: left;
    float: left;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    margin: -1px -8px;
    padding: 1px 8px;
    --ui-lib-typography-font-size: 14px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 18px;
    color: var(--color-content-primary-neutral-bold);
    line-height: var(--ui-lib-typography-line-height);
    fill: var(--color-content-primary-neutral-bold);
    border-radius: 4px
}

.footerLinksColumnListItem-GMVQ1XqH:visited {
    color: var(--color-content-primary-neutral-bold);
    fill: var(--color-content-primary-neutral-bold)
}

@media (any-hover:hover) {
    .footerLinksColumnListItem-GMVQ1XqH:hover {
        color: var(--color-content-secondary-neutral-bold);
        fill: var(--color-content-secondary-neutral-bold)
    }
}

.footerLinksColumnListItem-GMVQ1XqH:active {
    color: var(--color-content-secondary-neutral-bold);
    fill: var(--color-content-secondary-neutral-bold)
}

.footerLinksColumnListItem-GMVQ1XqH:focus {
    outline: auto;
    outline-offset: 2px
}

.footerLinksColumnListItem-GMVQ1XqH:focus-visible {
    outline: auto;
    outline-offset: 2px
}

.footerLinksColumnListItem-GMVQ1XqH:focus:not(:focus-visible) {
    outline: none
}

.footerLinksColumnListItem-GMVQ1XqH {
    outline: none;
    overflow: visible;
    position: relative
}

.footerLinksColumnListItem-GMVQ1XqH:focus {
    outline: none
}

.footerLinksColumnListItem-GMVQ1XqH:focus-visible {
    outline: none
}

.footerLinksColumnListItem-GMVQ1XqH:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.footerLinksColumnListItem-GMVQ1XqH:focus:after {
    display: block
}

.footerLinksColumnListItem-GMVQ1XqH:focus-visible:after {
    display: block
}

.footerLinksColumnListItem-GMVQ1XqH:focus:not(:focus-visible):after {
    display: none
}

.footerLinksColumnListItem-GMVQ1XqH:after {
    border-color: var(--color-focus-outline-color-blue)
}

.footerLinksColumnListItem-GMVQ1XqH:after {
    border-radius: 6px
}

@media (any-hover:hover) {
    .footerLinksColumnListItem-GMVQ1XqH:hover {
        background-color: var(--color-container-fill-primary-neutral-extra-light)
    }
}

.footerLinksColumnListItem-GMVQ1XqH:active {
    background-color: var(--color-container-fill-primary-neutral-light)
}

.footerLinksColumnListItem-GMVQ1XqH.activePathname-GMVQ1XqH {
    color: var(--color-link-primary-default)
}

.showMobile-GMVQ1XqH {
    display: flex
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .showMobile-GMVQ1XqH {
            display: none
        }
    }
}

@container (min-width: 768px) {
    .showMobile-GMVQ1XqH {
        display: none
    }
}

.showTablet-GMVQ1XqH {
    display: none
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .showTablet-GMVQ1XqH {
            display: flex
        }
    }
}

@container (min-width: 768px) {
    .showTablet-GMVQ1XqH {
        display: flex
    }
}

[data-theme=light] {
    --_0-aXG3: url(rocket-flight-phone-light.74883ebf14e8670b1070.jpg);
    --_1-aXG3: 60%;
    --_2-aXG3: 60%;
    --_3-aXG3: 60%;
    --_4-aXG3: url(rocket-flight-desktop-light.a30b9eae342bd65c680e.jpg);
    --_5-aXG3: url(rocket-flight-desktop-light.a30b9eae342bd65c680e.jpg)
}

[data-theme=dark] {
    --_0-aXG3: url(rocket-flight-phone-dark.bdf6b29f4731a583bc5b.jpg);
    --_1-aXG3: 40%;
    --_2-aXG3: 100%;
    --_3-aXG3: 100%;
    --_4-aXG3: url('/img/rocket-flight-desktop-dark.a35fd4b04715b0db637e.jpg');
    --_5-aXG3: url('/img/rocket-flight-desktop-dark.a35fd4b04715b0db637e.jpg')
}

.root-uKAlzXxC {
    container-type: inline-size
}

.separator-uKAlzXxC {
    border: none;
    border-top: 1px solid var(--color-divider);
    height: 0;
    margin: 0;
    width: 100%
}

.container-uKAlzXxC {
    overflow-x: clip;
    position: relative;
    --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*20px + var(--side-gap-mode-fixed, 0)*20px);
    --adaptive-mf-container-max-width: 2360px;
    padding-left: var(--adaptive-mf-container-padding);
    padding-right: var(--adaptive-mf-container-padding)
}

@media (min-width:1024px) {
    .container-uKAlzXxC {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*32px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1440px) {
    .container-uKAlzXxC {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*40px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:1920px) {
    .container-uKAlzXxC {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*100px + var(--side-gap-mode-fixed, 0)*20px)
    }
}

@media (min-width:2560px) {
    .container-uKAlzXxC {
        --adaptive-mf-container-padding: calc(var(--side-gap-mode-adaptive, 1)*(100vw - var(--adaptive-mf-container-max-width))/2 + var(--side-gap-mode-fixed, 0)*20px);
        margin-left: auto;
        margin-right: auto;
        max-width: var(--adaptive-mf-container-max-width)
    }
}

.content-uKAlzXxC {
    margin: 0 auto;
    padding: 32px 0;
    position: relative;
    z-index: 2
}

@supports not (container-type:inline-size) {
    @media (min-width:568px) {
        .content-uKAlzXxC {
            padding-bottom: 0
        }
    }
}

@container (min-width: 568px) {
    .content-uKAlzXxC {
        padding-bottom: 0
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .content-uKAlzXxC {
            display: flex;
            gap: 24px
        }
    }
}

@container (min-width: 1024px) {
    .content-uKAlzXxC {
        display: flex;
        gap: 24px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1280px) {
        .content-uKAlzXxC {
            gap: 40px
        }
    }
}

@container (min-width: 1280px) {
    .content-uKAlzXxC {
        gap: 40px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1440px) {
        .content-uKAlzXxC {
            gap: 80px;
            padding-top: 48px
        }
    }
}

@container (min-width: 1440px) {
    .content-uKAlzXxC {
        gap: 80px;
        padding-top: 48px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1920px) {
        .content-uKAlzXxC {
            gap: 120px
        }
    }
}

@container (min-width: 1920px) {
    .content-uKAlzXxC {
        gap: 120px
    }
}

.logoWrapper-uKAlzXxC {
    display: block;
    height: 54px;
    outline: none;
    overflow: visible;
    position: relative;
    width: 162px
}

.logoWrapper-uKAlzXxC:focus {
    outline: none
}

.logoWrapper-uKAlzXxC:focus-visible {
    outline: none
}

.logoWrapper-uKAlzXxC:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 20px);
    left: -10px;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
    z-index: 1
}

.logoWrapper-uKAlzXxC:focus:after {
    display: block
}

.logoWrapper-uKAlzXxC:focus-visible:after {
    display: block
}

.logoWrapper-uKAlzXxC:focus:not(:focus-visible):after {
    display: none
}

.logoWrapper-uKAlzXxC:after {
    border-color: var(--color-focus-outline-color-blue)
}

.logoWrapper-uKAlzXxC:after {
    border-radius: 10px
}

.logoWrapper-uKAlzXxC.logoExpert-uKAlzXxC {
    width: 202px
}

.logoWrapper-uKAlzXxC.logoExpert-uKAlzXxC .logo-uKAlzXxC {
    -webkit-mask-image: url(tradingview-with-text-logo-pro.a264d0e4813360aa17e1.svg);
    mask-image: url(tradingview-with-text-logo-pro.a264d0e4813360aa17e1.svg)
}

.logo-uKAlzXxC {
    background-color: var(--color-content-primary-neutral-bold);
    -webkit-mask: url(tradingview-with-text-logo.6e2e37594ee4de0b1c9c.svg) center;
    mask: url(tradingview-with-text-logo.6e2e37594ee4de0b1c9c.svg) center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.logo-uKAlzXxC,
.logoIcon-uKAlzXxC {
    display: block;
    height: 100%;
    width: 100%
}

.logoIcon-uKAlzXxC svg {
    color: var(--color-content-primary-neutral-bold)
}

.logoSocials-uKAlzXxC {
    display: grid;
    gap: 22px
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .logoSocials-uKAlzXxC {
            grid-template-columns: repeat(2, 1fr);
            margin-right: 6px
        }
    }
}

@container (min-width: 768px) {
    .logoSocials-uKAlzXxC {
        grid-template-columns: repeat(2, 1fr);
        margin-right: 6px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .logoSocials-uKAlzXxC {
            grid-template-columns: auto;
            margin-right: 0;
            width: 226px
        }
    }
}

@container (min-width: 1024px) {
    .logoSocials-uKAlzXxC {
        grid-template-columns: auto;
        margin-right: 0;
        width: 226px
    }
}

.copyrightContainer-uKAlzXxC {
    margin-top: 22px
}

.copyrightContainer-uKAlzXxC .languageButton-uKAlzXxC {
    margin-left: -12px
}

.copyright-uKAlzXxC {
    color: var(--color-content-primary-neutral);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
    --ui-lib-typography-font-size: 12px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 400;
    --ui-lib-typography-line-height: 16px;
    line-height: var(--ui-lib-typography-line-height)
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .copyright-uKAlzXxC {
            width: 226px
        }
    }
}

@container (min-width: 1024px) {
    .copyright-uKAlzXxC {
        width: 226px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1280px) {
        .copyright-uKAlzXxC {
            width: 310px
        }
    }
}

@container (min-width: 1280px) {
    .copyright-uKAlzXxC {
        width: 310px
    }
}

.textLink-uKAlzXxC {
    color: var(--color-link-primary-default);
    fill: var(--color-link-primary-default)
}

.textLink-uKAlzXxC:visited {
    color: var(--color-link-primary-default);
    fill: var(--color-link-primary-default)
}

@media (any-hover:hover) {
    .textLink-uKAlzXxC:hover {
        color: var(--color-link-primary-hover);
        fill: var(--color-link-primary-hover)
    }
}

.textLink-uKAlzXxC:active {
    color: var(--color-link-primary-active);
    fill: var(--color-link-primary-active)
}

.textLink-uKAlzXxC:focus {
    outline: auto;
    outline-offset: 2px
}

.textLink-uKAlzXxC:focus-visible {
    outline: auto;
    outline-offset: 2px
}

.textLink-uKAlzXxC:focus:not(:focus-visible) {
    outline: none
}

@media (any-hover:hover) {
    .textLink-uKAlzXxC:hover {
        text-decoration: underline
    }
}

.backgroundImage-uKAlzXxC {
    background-image: var(--_0-aXG3);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    display: none;
    display: block;
    height: 510px;
    left: -239px;
    opacity: var(--_1-aXG3);
    pointer-events: none;
    position: absolute;
    width: 700px;
    z-index: 0
}

.backgroundImage-uKAlzXxC:after,
.backgroundImage-uKAlzXxC:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1
}

[data-theme=dark] .backgroundImage-uKAlzXxC {
    &:after {
        background: linear-gradient(180deg, #000, transparent 140px), linear-gradient(90deg, transparent, #000);
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        background-size: 100% 140px, 80px 100%;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }
}

[data-theme=dark] .backgroundImage-uKAlzXxC:before {
    background: linear-gradient(0deg, #000, transparent 100px), linear-gradient(90deg, #000, transparent);
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100px, 140px 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

@supports not (container-type:inline-size) {
    @media (min-width:568px) {
        .backgroundImage-uKAlzXxC {
            bottom: 10px;
            left: -151px;
            opacity: var(--_2-aXG3)
        }
    }
}

@container (min-width: 568px) {
    .backgroundImage-uKAlzXxC {
        bottom: 10px;
        left: -151px;
        opacity: var(--_3-aXG3)
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .backgroundImage-uKAlzXxC {
            bottom: 30px;
            left: auto;
            opacity: 100%;
            right: -160px
        }
    }
}

@container (min-width: 768px) {
    .backgroundImage-uKAlzXxC {
        bottom: 30px;
        left: auto;
        opacity: 100%;
        right: -160px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1024px) {
        .backgroundImage-uKAlzXxC {
            bottom: 50px
        }
    }
}

@container (min-width: 1024px) {
    .backgroundImage-uKAlzXxC {
        bottom: 50px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1280px) {
        .backgroundImage-uKAlzXxC {
            bottom: 70px;
            right: -50px
        }
    }
}

@container (min-width: 1280px) {
    .backgroundImage-uKAlzXxC {
        bottom: 70px;
        right: -50px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1440px) {
        .backgroundImage-uKAlzXxC {
            background-image: var(--_4-aXG3);
            bottom: 80px;
            height: 715px;
            right: -130px;
            width: 980px
        }
    }
}

@container (min-width: 1440px) {
    .backgroundImage-uKAlzXxC {
        background-image: var(--_5-aXG3);
        bottom: 80px;
        height: 715px;
        right: -130px;
        width: 980px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1920px) {
        .backgroundImage-uKAlzXxC {
            bottom: 120px;
            right: -30px
        }
    }
}

@container (min-width: 1920px) {
    .backgroundImage-uKAlzXxC {
        bottom: 120px;
        right: -30px
    }
}

@media (min-width:2560px) {
    .backgroundImage-uKAlzXxC {
        bottom: 160px;
        right: calc(var(--adaptive-mf-container-padding) - 105px)
    }
}

.lookFirstContainer-uKAlzXxC {
    display: none;
    --negative-margin: 20px
}

@supports not (container-type:inline-size) {
    @media (min-width:568px) {
        .lookFirstContainer-uKAlzXxC {
            display: block;
            margin-top: 16px;
            margin-inline: calc(var(--negative-margin)*-1);
            overflow: hidden;
            padding-bottom: calc(7.13172% + var(--negative-margin)*2/14.02186);
            position: relative;
            view-timeline: --footer-lookfirstanimation block 100% 0;
            z-index: 2
        }
    }
}

@container (min-width: 568px) {
    .lookFirstContainer-uKAlzXxC {
        display: block;
        margin-top: 16px;
        margin-inline: calc(var(--negative-margin)*-1);
        overflow: hidden;
        padding-bottom: calc(7.13172% + var(--negative-margin)*2/14.02186);
        position: relative;
        view-timeline: --footer-lookfirstanimation block 100% 0;
        z-index: 2
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:768px) {
        .lookFirstContainer-uKAlzXxC {
            margin-top: 24px
        }
    }
}

@container (min-width: 768px) {
    .lookFirstContainer-uKAlzXxC {
        margin-top: 24px
    }
}

@media (min-width:1024px) {
    .lookFirstContainer-uKAlzXxC {
        --negative-margin: 32px
    }
}

@media (min-width:1440px) {
    .lookFirstContainer-uKAlzXxC {
        --negative-margin: 40px
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1440px) {
        .lookFirstContainer-uKAlzXxC {
            margin-top: 32px
        }
    }
}

@container (min-width: 1440px) {
    .lookFirstContainer-uKAlzXxC {
        margin-top: 32px
    }
}

@media (min-width:1920px) {
    .lookFirstContainer-uKAlzXxC {
        --negative-margin: 100px
    }
}

.lookFirstImg-uKAlzXxC {
    height: 100%;
    inset: 0;
    position: absolute;
    transform-origin: top;
    width: 100%
}

@supports (animation-timeline:--footer-lookfirstanimation) {
    .lookFirstImg-uKAlzXxC {
        animation: lookFirstAnimation-uKAlzXxC 1ms linear;
        animation-timeline: --footer-lookfirstanimation
    }
}

.darkImg-uKAlzXxC {
    display: none
}

.lightImg-uKAlzXxC,
html.theme-dark .darkImg-uKAlzXxC {
    display: block
}

html.theme-dark .lightImg-uKAlzXxC {
    display: none
}

@keyframes lookFirstAnimation-uKAlzXxC {
    0% {
        opacity: 0;
        transform: scaleY(0)
    }

    20% {
        opacity: 0
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

.pepeContainer-uKAlzXxC {
    display: none;
    visibility: hidden
}

@supports not (container-type:inline-size) {
    @media (min-width:1280px) {
        .pepeContainer-uKAlzXxC {
            bottom: 0;
            height: 60%;
            isolation: isolate;
            left: 50%;
            position: absolute;
            transform: translate(-45%, 100%)
        }
    }
}

@container (min-width: 1280px) {
    .pepeContainer-uKAlzXxC {
        bottom: 0;
        height: 60%;
        isolation: isolate;
        left: 50%;
        position: absolute;
        transform: translate(-45%, 100%)
    }
}

@supports not (container-type:inline-size) {
    @media (min-width:1280px) {
        .animatePepe-uKAlzXxC {
            animation: pepe-fly-uKAlzXxC 5s ease-in-out;
            animation-delay: 10s;
            display: block
        }
    }
}

@container (min-width: 1280px) {
    .animatePepe-uKAlzXxC {
        animation: pepe-fly-uKAlzXxC 5s ease-in-out;
        animation-delay: 10s;
        display: block
    }
}

.iconPepe-uKAlzXxC {
    display: inline-block
}

.iconPepe-uKAlzXxC,
.iconPepe-uKAlzXxC svg {
    height: 100%;
    width: 100%
}

@keyframes pepe-fly-uKAlzXxC {
    0% {
        transform: translate(-45%, 100%);
        visibility: visible
    }

    20% {
        transform: translate(-45%, -50%)
    }

    35% {
        transform: translate(-45%, calc(-50% + 10px))
    }

    50% {
        transform: translate(-45%, calc(-50% - 10px))
    }

    65% {
        transform: translate(-45%, -50%)
    }

    80% {
        transform: translate(-45%, calc(-50% - 10px))
    }

    to {
        transform: translate(-45%, 100%)
    }
}

.pepeLauncher-uKAlzXxC {
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}