.page[data-v-3bc00ce8] {
    /* min-height: 100vh; */
    background-size: cover;
    position: relative;
    z-index: 999;
}

.page .headers[data-v-3bc00ce8] {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 8.5rem;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page .headers.fixed[data-v-3bc00ce8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page .footer[data-v-3bc00ce8] {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 8.5rem;
    z-index: 2;
}

.page .content-container[data-v-3bc00ce8] {
    width: 100%;
    position: relative;
    flex-grow: 1;
    padding-top: 0.6rem;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page .content-container .content-scroll[data-v-3bc00ce8] {
    padding-bottom: 0.24rem;
}

.page .back-top[data-v-3bc00ce8] {
    position: absolute;
    bottom: 3rem;
    right: 0.1rem;
    z-index: 99;
    width: 1.4rem;
    height: 1.6rem;
}
