body {
    background: radial-gradient(50% 50% at 50% 50%, rgba(26, 110, 176, 0.84) 0%, #1A6EB0 100%);
    display: grid;
}

body, h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    font-family: "Clash Display";
    font-style: normal;
}

.container-fluid * {
    padding: 0;
    margin: 0;
}

.container-fluid {
    width: 100vw;
    max-width: 450px;
    /*height: 100vh;*/
    padding: 0 20px;
    grid-row: 1;
    grid-column: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
}

.logo {
    margin-top: 50px;
    margin-bottom: 10px;
}

.btn-prev-container {
    width: 100%;
    display: flex;
    justify-content: start;
}

.btn-prev {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: rgba(241, 241, 241, 0.10);
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.main {
    width: 100%;
    height: auto;
    flex: 1 0 0;
}

.page-indicator {
    width: 325px;
    height: 5px;
    /* margin: 92px 0 24px 0; */
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.page-indicator .page-line {
    width: 75px;
    height: 5px;
    border-radius: 5px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.20);
}

.page-indicator .page-line.active {
    background-color: #8AC1EA;
}

.btn-next {
    margin-bottom: 41px;
    padding: 16px 0;
    width: 325px;
    background-color: #FFF;
    border-radius: 8px;
    color: #1A6EB0;

    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
}

.btn-next:hover {
    background-color: #FFF;
    color: #1A6EB0;
}

.pre-footer {
    margin-bottom: 30px;

    font-size: 8px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}

.footer {
    margin-bottom: 50px;

    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.footer a {
    color: #FFF;
    text-decoration: underline !important;
}

.radio-container input[type="radio"] {
    display: none;
}

.action-figure .radio-mark {
     border: 1px solid #266fae
}
.radio-mark {
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.action-figure .radio-container input[type="radio"] + .radio-mark::after {
    background-color: #266fae;
    border: 1px solid #266fae;
}
.radio-container input[type="radio"] + .radio-mark::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    transition: opacity .25s;
}


.radio-container input[type="radio"]:checked + .radio-mark::after {
    opacity: 1;
}

.w-90 {
    width: 90%;
}

.final .main .img-container {
    background-image: url("../img/sprinkles.svg");
    background-repeat: repeat-y;
    background-position: top center;
    animation: scrollDown 3s linear infinite;
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
}

img#action-figure-img {
    height: 380px!important;
}

@font-face {
    font-family: "Clash Display";
    src: url(ClashDisplay.ttf);
}
