.banner[data-v-5da7b23d] {
    background-color: #ff7800;
    padding: 12px 10px;
    text-align: center
}

@media (max-width:799px) {
    .banner[data-v-5da7b23d] {
        margin: 0 -16px
    }
}
.layout-header[data-v-1fe5e188] {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 80px;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
    transition: .4s;
    width: 100%;
    z-index: 100
}

.layout-header.show[data-v-1fe5e188] {
    top: 0;
    transition: .4s
}

.layout-header .header-container[data-v-1fe5e188] {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 80px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 20px;
    width: 100%
}

@media (max-width:799px) {
    .layout-header .header-container[data-v-1fe5e188] {
        padding: 0
    }
}

.layout-header .header-container .title[data-v-1fe5e188] {
    color: #ff7800;
    font-family: IBMPlexMono-Bold;
    font-size: 30px;
    font-weight: 700
}

@media (max-width:799px) {
    .layout-header .header-container .title[data-v-1fe5e188] {
        font-size: 30px;
        scale: .8;
        transform-origin: left
    }
}

.layout-header .header-container .links[data-v-1fe5e188],
.layout-header .header-container .links .link-item[data-v-1fe5e188] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.layout-header .header-container .links .link-item[data-v-1fe5e188] {
    align-items: flex-start;
    color: #fff;
    cursor: pointer;
    font-family: IBMPlexMono-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: 0;
    margin: 0 10px;
    opacity: 1;
    text-align: right;
    text-transform: uppercase
}

@media (max-width:799px) {
    .layout-header .header-container .links .link-item[data-v-1fe5e188] {
        font-size: 14px;
        margin: 0 4px
    }
}

.layout-header .header-container .links .link-item .icon[data-v-1fe5e188] {
    height: 36px;
    margin-left: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 36px
}

@media (max-width:799px) {
    .layout-header .header-container .links .link-item .icon[data-v-1fe5e188] {
        height: 20px;
        margin-left: 4px;
        width: 20px
    }
}
a {
    color: #fff !important;
    display: inline;
    margin-left: 8px;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.default-layout {
    height: auto;
    min-height: 100vh;
    width: 100%
}

@media (max-width:799px) {
    .default-layout {
        padding: 0 16px
    }
}
@keyframes box-d47ca4b9 {
    0% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.cursor-box[data-v-d47ca4b9] {
    animation: box-d47ca4b9 1s;
    animation-iteration-count: infinite;
    border-radius: 1px;
    display: inline-block;
    transform: translateY(2px)
}
.code[data-v-560ff176] {
    background: linear-gradient(90deg, transparent 5%, #ff7800 0);
    border: 0;
    box-shadow: 6px 0 0 #ff7800;
    height: 100%;
    outline: transparent;
    position: relative;
    width: 100%
}

.code[data-v-560ff176] {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
    animation: glicpth-560ff176 1s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2);
    bottom: 0;
    -webkit-clip-path: var(--slice-0);
    clip-path: var(--slice-0);
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-shadow: -3px -3px 0 #f8f005, 3px 3px 0 #ff7800;
    top: 0
}

.code.code-2[data-v-560ff176] {
    left: 20px;
    top: -20px
}

@keyframes glicpth-560ff176 {
    0% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        transform: translate(10px, 5px)
    }

    10% {
        -webkit-clip-path: var(--slice-5);
        clip-path: var(--slice-5);
        transform: translate(10px, 10px)
    }

    20% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        transform: translate(-10px, -10px)
    }

    30% {
        -webkit-clip-path: var(--slice-4);
        clip-path: var(--slice-4);
        transform: translateY(10px)
    }

    40% {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        transform: translate(5px, 10px)
    }

    50% {
        -webkit-clip-path: var(--slice-2);
        clip-path: var(--slice-2);
        transform: translate(10px, 5px)
    }

    60% {
        -webkit-clip-path: var(--slice-5);
        clip-path: var(--slice-5);
        transform: translateY(5px)
    }

    70% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        transform: translate(10px, 10px)
    }

    80% {
        -webkit-clip-path: var(--slice-0);
        clip-path: var(--slice-0);
        transform: translate(10px, 5px)
    }

    90% {
        -webkit-clip-path: var(--slice-1);
        clip-path: var(--slice-1);
        transform: translate(10px)
    }

    to {
        -webkit-clip-path: var(--slice-3);
        clip-path: var(--slice-3);
        transform: translate(10px, 5px)
    }
}

.desc[data-v-560ff176] {
    color: #fff;
    font-family: IBMPlexMono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 13px;
    opacity: 1;
    text-align: left;
    text-wrap: pretty
}

@media (max-width:799px) {
    .desc[data-v-560ff176] {
        font-size: 15px;
        margin-top: 10px;
        width: 100%
    }
}

.video-card[data-v-560ff176] {
    height: 800px;
    position: absolute;
    top: 300px;
    width: min(100%, 1000px);
    z-index: -1
}

@media (max-width:799px) {
    .video-card[data-v-560ff176] {
        height: 400px
    }
}

.home-introduction[data-v-560ff176] {
    align-items: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 700px;
    position: relative;
    width: 100%
}

.home-introduction .infos[data-v-560ff176] {
    width: 722px
}

@media (max-width:799px) {
    .home-introduction .infos[data-v-560ff176] {
        width: auto
    }
}

.home-introduction .infos .title[data-v-560ff176] {
    color: #ff7800;
    font-family: IBMPlexMono-Bold;
    font-size: 100px;
    font-weight: 700
}

@media (max-width:799px) {
    .home-introduction .infos .title[data-v-560ff176] {
        font-size: 44px
    }
}

.home-introduction .infos .tip[data-v-560ff176] {
    color: #fff;
    font-family: IBMPlexMono;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    height: 82px;
    letter-spacing: 0;
    margin-top: 16px;
    opacity: 1;
    text-align: left
}

@media (max-width:799px) {
    .home-introduction .infos .tip[data-v-560ff176] {
        font-size: 20px;
        height: 25px
    }
}



.home-introduction .links .link-item[data-v-560ff176] {
    align-items: center;
    align-items: flex-start;
    color: #ff7800;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: IBMPlexMono-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    justify-content: flex-end;
    letter-spacing: 0;
    margin-bottom: 14px;
    opacity: 1;
    text-align: right;
    text-transform: uppercase
}

@media (max-width:799px) {
    .home-introduction .links .link-item[data-v-560ff176] {
        font-size: 12px;
        margin-bottom: 7px
    }
}

.home-introduction .links .link-item .icon[data-v-560ff176] {
    height: 50px;
    margin-left: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px
}

@media (max-width:799px) {
    .home-introduction .links .link-item .icon[data-v-560ff176] {
        height: 25px;
        margin-left: 7px;
        width: 25px
    }
}

.home-table[data-v-22fa2ee4] {
    width: 100%
}

.home-table .title[data-v-22fa2ee4] {
    color: #fff;
    font-family: IBMPlexMono-Bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 30px;
    opacity: 1;
    text-align: left
}

@media (max-width:799px) {
    .home-table .title[data-v-22fa2ee4] {
        font-size: 30px;
        line-height: 30px
    }
}

.home-table .table[data-v-22fa2ee4] {
    align-items: center;
    align-items: flex-start;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.home-table .table .side[data-v-22fa2ee4] {
    background-color: #282828;
    width: 423px
}

.home-table .table .side.side-0[data-v-22fa2ee4] {
    background-color: #282828;
    margin-top: 0
}

.home-table .table .side.side-1[data-v-22fa2ee4] {
    background-color: #5d3c1e
}

.home-table .table .side.side-2[data-v-22fa2ee4] {
    background-color: #995213
}

.home-table .table .side.side-3[data-v-22fa2ee4] {
    background-color: #e56e05
}

@media (max-width:799px) {
    .home-table .table .side[data-v-22fa2ee4] {
        background-color: transparent !important;
        width: 100%
    }
}

.home-table .table .side .side-item[data-v-22fa2ee4] {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 116px;
    justify-content: center;
    justify-content: flex-start;
    padding: 10px 10px 0 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

@media (max-width:799px) {
    .home-table .table .side .side-item[data-v-22fa2ee4] {
        height: 58px;
        padding: 5px 0 0
    }
}

.home-table .table .side .side-item[data-v-22fa2ee4]:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:799px) {
    .home-table .table .side .side-item[data-v-22fa2ee4]:before {
        background-color: transparent
    }
}

.home-table .table .side .side-item .wrapper[data-v-22fa2ee4] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    justify-content: flex-start;
    padding-left: 25px;
    width: 100%;
    z-index: 1
}

@media (max-width:799px) {
    .home-table .table .side .side-item .wrapper[data-v-22fa2ee4] {
        height: 53px;
        padding-left: 10px
    }
}

.home-table .table .side .side-item .wrapper[data-v-22fa2ee4] g {
    mix-blend-mode: overlay
}

.home-table .table .side .side-item .wrapper[data-v-22fa2ee4] svg {
    height: 48px !important;
    width: 48px !important
}

@media (max-width:799px) {
    .home-table .table .side .side-item .wrapper[data-v-22fa2ee4] svg {
        height: 20px !important;
        width: 20px !important
    }
}

.home-table .table .side .side-item .wrapper .label[data-v-22fa2ee4] {
    color: #fff;
    font-family: IBMPlexMono;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 60px;
    margin-left: 23px;
    mix-blend-mode: overlay;
    text-align: left;
    z-index: 1
}

@media (max-width:799px) {
    .home-table .table .side .side-item .wrapper .label[data-v-22fa2ee4] {
        font-size: 15px;
        line-height: 30px;
        margin-left: 11px
    }
}

.home-table .table .side .side-item .wrapper.wrapper-0[data-v-22fa2ee4] {
    background-color: #282828;
    margin-top: 0
}

.home-table .table .side .side-item .wrapper.wrapper-1[data-v-22fa2ee4] {
    background-color: #5d3c1e
}

.home-table .table .side .side-item .wrapper.wrapper-2[data-v-22fa2ee4] {
    background-color: #995213
}

.home-table .table .side .side-item .wrapper.wrapper-3[data-v-22fa2ee4] {
    background-color: #e56e05
}

.home-table .table .side .side-item.first[data-v-22fa2ee4] {
    height: 106px !important;
    padding: 0 10px 0 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.first[data-v-22fa2ee4] {
        height: 53px !important;
        padding: 0
    }
}

.home-table .table .side .side-item.first.activeTop[data-v-22fa2ee4] {
    height: 116px !important;
    padding: 0 10px 10px 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.first.activeTop[data-v-22fa2ee4] {
        height: 58px !important;
        padding: 0 0 5px
    }
}

.home-table .table .side .side-item.first.activeTop[data-v-22fa2ee4]:before {
    border-radius: 0 0 8px 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.first.activeTop[data-v-22fa2ee4]:before {
        border-radius: 8px
    }
}

.home-table .table .side .side-item.activeTop[data-v-22fa2ee4] {
    height: 126px;
    padding: 10px 10px 10px 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.activeTop[data-v-22fa2ee4] {
        height: 63px;
        padding: 5px 0
    }
}

.home-table .table .side .side-item.activeTop[data-v-22fa2ee4]:before {
    border-radius: 0 0 8px 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.activeTop[data-v-22fa2ee4]:before {
        border-radius: 8px
    }
}

.home-table .table .side .side-item.activeBottom[data-v-22fa2ee4]:before {
    border-radius: 0 8px 0 0
}

@media (max-width:799px) {
    .home-table .table .side .side-item.activeBottom[data-v-22fa2ee4]:before {
        border-radius: 8px
    }
}

.home-table .table .side .side-item.active[data-v-22fa2ee4] {
    border-radius: 0 8px 8px 0;
    height: 106px;
    padding: 0;
    width: 100%
}

.home-table .table .side .side-item.active.end[data-v-22fa2ee4] :after {
    background-color: #e56e05;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 20px
}

@media (max-width:799px) {
    .home-table .table .side .side-item.active.end[data-v-22fa2ee4] :after {
        display: none
    }

    .home-table .table .side .side-item.active[data-v-22fa2ee4] {
        align-items: center;
        align-items: flex-start;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        height: auto !important;
        justify-content: center;
        justify-content: flex-start
    }
}

.home-table .table .side .side-item.active .wrapper[data-v-22fa2ee4] {
    border-radius: 8px 0 0 8px
}

@media (max-width:799px) {
    .home-table .table .side .side-item.active .wrapper[data-v-22fa2ee4] {
        border-radius: 8px 8px 0 0
    }
}

.home-table .table .side .side-item.active .wrapper .label[data-v-22fa2ee4] {
    mix-blend-mode: inherit
}

.home-table .table .side .side-item.active .wrapper[data-v-22fa2ee4] g {
    mix-blend-mode: inherit
}

@media (max-width:799px) {
    .home-table .table .side .side-item.active .content[data-v-22fa2ee4] {
        border-radius: 0 0 8px 8px !important
    }
}

.home-table .table .content[data-v-22fa2ee4] {
    background-color: #282828;
    border-radius: 8px;
    color: #fff;
    font-family: IBMPlexMono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    min-height: 454px;
    opacity: 1;
    padding: 27px 36px;
    text-align: left;
    width: calc(100% - 423px)
}

@media (max-width:799px) {
    .home-table .table .content[data-v-22fa2ee4] {
        font-size: 15px;
        height: auto;
        line-height: 21px;
        min-height: auto;
        padding: 10px;
        width: 100%
    }

    .home-table .table .content.desktop[data-v-22fa2ee4] {
        display: none
    }
}

.home-table .table .content.isFirstOfActive[data-v-22fa2ee4] {
    border-radius: 0 8px 8px 8px
}

.home-table .table .content.isEndOfActive[data-v-22fa2ee4] {
    border-radius: 8px 8px 8px 8px
}

.home-table .table .content.wrapper-0[data-v-22fa2ee4] {
    background-color: #282828;
    margin-top: 0
}

.home-table .table .content.wrapper-1[data-v-22fa2ee4] {
    background-color: #5d3c1e
}

.home-table .table .content.wrapper-2[data-v-22fa2ee4] {
    background-color: #995213
}

.home-table .table .content.wrapper-3[data-v-22fa2ee4] {
    background-color: #e56e05
}

.home-architecture[data-v-0c192486] {
    width: 100%
}

.home-architecture .title[data-v-0c192486] {
    color: #ff7800;
    font-family: IBMPlexMono-Bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 60px;
    opacity: 1;
    text-align: left
}

@media (max-width:799px) {
    .home-architecture .title[data-v-0c192486] {
        font-size: 30px;
        line-height: 30px
    }
}

.home-architecture .content[data-v-0c192486] {
    align-items: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
    margin-top: 79px;
    width: 100%
}

@media (max-width:799px) {
    .home-architecture .content[data-v-0c192486] {
        margin-top: 34px
    }
}

.home-architecture .content .process[data-v-0c192486],
.home-architecture .content .process img[data-v-0c192486] {
    height: 100%;
    max-height: 665px;
    width: 100%
}

.home-architecture .content .process .process-item[data-v-0c192486] {
    background-color: #1a1a1a;
    border-radius: 8px;
    height: 215px;
    margin-bottom: 10px;
    opacity: 1;
    width: 100%
}

.home-architecture .content .des-content[data-v-0c192486] {
    margin-top: 88px;
    width: 100%
}

@media (max-width:799px) {
    .home-architecture .content .des-content[data-v-0c192486] {
        margin-top: 34px
    }
}

.home-architecture .content .des-content .des-item[data-v-0c192486] {
    color: #fff;
    font-family: IBMPlexMono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 40px;
    opacity: 1;
    text-align: left;
    width: 100%
}

@media (max-width:799px) {
    .home-architecture .content .des-content .des-item[data-v-0c192486] {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px
    }
}

.home-architecture .content .des-content .des-item .label[data-v-0c192486] {
    color: #ff7800;
    font-family: IBMPlexMono-Bold;
    font-weight: 700
}

.home-architecture .content .go-btn[data-v-0c192486] {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: IBMPlexMono-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    height: 106px;
    justify-content: space-between;
    letter-spacing: 0;
    opacity: 1;
    padding: 0 30px;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media (max-width:799px) {
    .home-architecture .content .go-btn[data-v-0c192486] {
        font-size: 15px;
        height: 53px;
        padding: 0 19px
    }
}

.home-footer[data-v-e98937e6] {
    padding-bottom: 100px;
    width: 100%
}

@media (max-width:799px) {
    .home-footer[data-v-e98937e6] {
        padding-bottom: 50px
    }
}

.home-footer .links[data-v-e98937e6],
.home-footer .links .link-item[data-v-e98937e6] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.home-footer .links .link-item[data-v-e98937e6] {
    align-items: flex-start;
    color: #ff7800;
    cursor: pointer;
    font-family: IBMPlexMono-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: 0;
    margin: 0 24px;
    opacity: 1;
    text-align: right;
    text-transform: uppercase
}

@media (max-width:799px) {
    .home-footer .links .link-item[data-v-e98937e6] {
        font-size: 12px;
        margin: 0 22px
    }
}

.home-footer .links .link-item .icon[data-v-e98937e6] {
    height: 50px;
    margin-left: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px
}

.home-footer .links .link-item .icon.x[data-v-e98937e6] {
    height: 45px;
    width: 45px
}

@media (max-width:799px) {
    .home-footer .links .link-item .icon[data-v-e98937e6] {
        height: 25px;
        margin-left: 7px;
        width: 25px
    }

    .home-footer .links .link-item .icon.x[data-v-e98937e6] {
        height: 22px;
        width: 22px
    }
}

.index-page[data-v-9faebe97] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    width: 100%
}

.index-page .background-img[data-v-9faebe97] {
    height: 959.993px;
    position: absolute;
    top: 360px;
    width: 905px;
    z-index: -1
}

@media (max-width:799px) {
    .index-page .background-img[data-v-9faebe97] {
        height: auto;
        top: 480px;
        width: 100%
    }
}

.index-page .index-container[data-v-9faebe97] {
    margin: 0 auto;
    max-width: 1520px;
    padding: 133px 20px 0;
    width: 100%
}

@media (max-width:799px) {
    .index-page .index-container[data-v-9faebe97] {
        padding: 80px 0 0
    }
}

.index-page .index-container .home-table[data-v-9faebe97] {
    margin-bottom: 311px
}

@media (max-width:799px) {
    .index-page .index-container .home-table[data-v-9faebe97] {
        margin-bottom: 120px;
        margin-top: 276px
    }
}

.index-page .index-container .footer[data-v-9faebe97] {
    margin-top: 100px
}

@charset "UTF-8";

@font-face {
    font-family: IBMPlexMono-Bold;
    src: url("IBMPlexMono-Bold.2G3pxpXK.ttf") format("truetype")
}

@font-face {
    font-family: IBMPlexMono;
    src: url("IBMPlexMono-Regular.Qr8HzeZa.ttf") format("truetype")
}

html {
    min-height: 100%
}

body,
html {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    background-color: #000;
    color: #fff;
    font-family: IBMPlexMono, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    min-height: 100vh;
    overflow-y: scroll;
    position: relative;
    text-rendering: optimizeSpeed
}

@media (max-width:799px) {
    body {
        background-color: #000
    }
}

#__layout,
#__nuxt {
    height: auto;
    min-height: 100vh;
    width: 100%
}

* {
    box-sizing: border-box
}

@media (max-width:799px) {

    a,
    button,
    div {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #ff7800;
    text-decoration: none
}

p {
    margin: 0
}

.v-popper--theme-menu .v-popper-wrapper:before {
    background: linear-gradient(90deg, red, orange);
    bottom: 0;
    content: "";
    left: 0;
    margin: 2px;
    /* !importanté */
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.v-popper--theme-menu .v-popper__inner {
    background: linear-gradient(90deg, #888, #ff7800) !important;
    border: none !important;
    border-radius: 8px !important;
    color: #000;
    padding: 2px;
    position: relative
}

.v-popper--theme-menu .v-popper__inner .dropdown-menu {
    background: #000;
    border-radius: 6px !important;
    padding: 10px 20px
}

.v-popper--theme-menu .v-popper__inner .link-item {
    align-items: center;
    align-items: flex-start;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: IBMPlexMono-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    justify-content: flex-end;
    letter-spacing: 0;
    margin: 10px 0;
    opacity: 1;
    text-align: right;
    text-transform: uppercase
}

@media (max-width:799px) {
    .v-popper--theme-menu .v-popper__inner .link-item {
        font-size: 12px;
        margin: 0 4px
    }
}

.v-popper--theme-menu.v-popper__popper--hidden {
    opacity: 0;
    transition: opacity .15s, visibility .15s;
    visibility: hidden
}

.v-popper--theme-menu.v-popper__popper--shown {
    opacity: 1;
    transition: opacity .15s;
    visibility: visible
}

.v-popper--theme-menu .v-popper__arrow-inner {
    border-color: #fff;
    visibility: hidden !important
}

.v-popper--theme-menu .v-popper__arrow-outer {
    border-color: #ddd;
    visibility: hidden !important
}

.resize-observer[data-v-b329ee4c] {
    background-color: transparent;
    border: none;
    opacity: 0
}

.resize-observer[data-v-b329ee4c],
.resize-observer[data-v-b329ee4c] object {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.v-popper__popper {
    left: 0;
    outline: none;
    top: 0;
    z-index: 10000
}

.v-popper__popper.v-popper__popper--hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s, visibility .15s;
    visibility: hidden
}

.v-popper__popper.v-popper__popper--shown {
    opacity: 1;
    transition: opacity .15s;
    visibility: visible
}

.v-popper__popper.v-popper__popper--skip-transition,
.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper {
    transition: none !important
}

.v-popper__backdrop {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-popper__inner {
    box-sizing: border-box;
    overflow-y: auto;
    position: relative
}

.v-popper__inner>div {
    max-height: inherit;
    max-width: inherit;
    position: relative;
    z-index: 1
}

.v-popper__arrow-container {
    height: 10px;
    position: absolute;
    width: 10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,
.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,
.v-popper__arrow-outer {
    border-style: solid;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.v-popper__arrow-inner {
    border-width: 7px;
    visibility: hidden
}

.v-popper__arrow-outer {
    border-width: 6px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    left: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    left: -1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-top-width: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    top: -4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    top: -1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-left-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    left: -4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
    left: -2px
}

.v-popper--theme-tooltip .v-popper__inner {
    background: rgba(0, 0, 0, .8);
    border-radius: 6px;
    color: #fff;
    padding: 7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
    border-color: #000c
}

.v-popper--theme-dropdown .v-popper__inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 30px #0000001a;
    color: #000
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
    border-color: #fff;
    visibility: visible
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
    border-color: #ddd
}