body .custom--m-fixed-container {
    line-height: 1.5;
}

.custom--m-fixed-container.black {
    background: linear-gradient(transparent, rgba(0, 0, 0, .46) 64px, rgba(0, 0, 0, .7) 88px, rgba(0, 0, 0, .79) 128px, rgba(0, 0, 0, .8) 256px);
}

.custom--m-fixed-container {
    background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .46) 64px, hsla(0, 0%, 100%, .7) 88px, hsla(0, 0%, 100%, .79) 128px, hsla(0, 0%, 100%, .8) 256px);
    bottom: 0;
    left: 0;
    padding-top: 56px;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 100;
}

.custom--a-main.transparent {
    background-color: transparent;
}

.custom--a-main.not-full {
    min-height: 0 !important;
}

.custom--a-main {
    max-width: 640px;
    width: 100vw;
}

.flex.justify-center {
    justify-content: center;
}

.flex.align-center {
    align-items: center;
}

.flex {
    display: flex;
}

.custom--a-container[data-v-19389b5a] {
    padding: 20px;
}

.custom--a-button.gradient[data-v-07ffc648] {
    background: linear-gradient(180deg, #fff, #d5d5d5);
}

.fluid {
    width: 100%;
}

.custom--a-button-color[data-v-07ffc648]:after {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
}

.custom--a-button[data-v-07ffc648]:after {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
}

.custom--a-button[data-v-07ffc648] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-repeat: no-repeat !important;
    background-size: contain;
    border: none !important;
    cursor: pointer;
    font-size: .75rem;
    min-height: 40px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition-duration: .3s;
    transition-property: opacity, box-shadow, border-radius, padding, color;
    text-decoration: none;
}

.has-text-weight-semibold {
    font-weight: 600 !important;
}
.has-text-white {
    color: #fff !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.pointer-events-auto {
    pointer-events: auto;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

footer {
    display: none;
}

@media (max-width: 768px) {
    footer {
        display: block;
    }

    .footer_padding {
        height: 3em;
    }
}
