.page[data-v-3bc00ce8] {
    min-height: 100vh;
    background-size: cover
}

.page .headers[data-v-3bc00ce8] {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 8.5rem;
    z-index: 100;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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: .6rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.page .content-container .content-scroll[data-v-3bc00ce8] {
    padding-bottom: .24rem
}

.page .back-top[data-v-3bc00ce8] {
    position: absolute;
    bottom: 3rem;
    right: .1rem;
    z-index: 99;
    width: 1.4rem;
    height: 1.6rem
}