@font-face {
    font-family: source sans pro;
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/source-sans-pro/source-sans-pro-latin-700-normal.ttf') format('truetype');
}

@font-face {
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: Nunito;
    font-weight: bold;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
}

[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: #826CFF;
}

body {
    background-image: url("../resources/guide-bg.webp");
    background-position: center calc(100% + 3.125rem);
    background-size: 33.0625rem 18.3125rem;
    background-repeat: no-repeat;
}

* {
    box-sizing: border-box;
}

a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

#app {
    width: 100%;
    min-height: calc( 100vh - 2rem );
    padding-top: 1.0625rem;
}

#app .guide-content {
    width: 21.25rem;
    height: 16rem;
    padding: 0.6875rem 0.5625rem 1.625rem;
    margin: 0 auto;
    border-radius: 0.8125rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.125rem solid #EFD7EF;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.guide-content .guide-mark {
    width: 100%;
    font-family: source sans pro, 'sans-serif';
    font-size: 1.125rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: rgba(65, 55, 141, 0.6);
    text-align: left;
}

.guide-content .guide-title {
    font-family: Nunito, 'sans-serif';
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: "kern" on;
}

.guide-content .guide-subtitle {
    font-family: Nunito, 'sans-serif';
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: "kern" on;
    color: #AA74FF;
}

.guide-content .guide-btn {
    width: 14.6875rem;
    height: 3.75rem;
    border-radius: 7.375rem;
    background: linear-gradient(270deg, #B774FF 0%, #8A75FE 100%);


    font-family: Nunito, 'sans-serif';
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 150.25%;
    text-transform: uppercase;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

#app .interval {
    width: 100%;
    min-height: 250px;
    margin-top: 1.125rem;
}

footer {
    height: 2rem;
    color: #4c4c4c;
    padding: 0 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    border-top: 1px solid #3a3a3a;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4px 1fr;
}

footer a {
    color: #3a3a3a;
    text-align: center;
}
