@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nunito Bold';
    src: url('../fonts/Nunito-ExtraBold.woff') format('woff'),
        url('../fonts/Nunito-ExtraBold.woff2') format('woff2');
}


body {
    background: #EC1C24;
    font-family: 'Nunito Bold';
    height: 1920px;
    margin: 0;
}

.how-to-apply-body {
    background-image: url('../images/how-to-apply-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 1920px;
}

.header-title {
    text-align: center;
    padding-top: 67.82px;
}

.header-title p {
    font-family: 'Nunito Bold';
    font-weight: 900;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    margin: 0;
    padding: 0;
}

.hta-content-box {
    height: 1496px;
    width: 841px;
    background-color: white;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    border: #FACD01 solid 16px;
    border-radius: 20px;
    box-shadow: 6px 6px 4px 0px #35353559;
    box-sizing: border-box;
}

.hta-content-box .hta-content {
    padding-top: 43.13px;
    padding-bottom: 43.13px;
    padding-left: 54.01px;
    padding-right: 54.01px;
    text-align: center;
    justify-self: center;
}

.hta-content-box .hta-content .step-title {
    background-color: #69BF4A;
    color: white;
    width: 217px;
    padding: 14px 30px 14px 30px;
    border-radius: 20px;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    justify-self: center;

}

.hta-content .title {
    font-size: 40px;
    font-weight: 800;
}

.hta-content .title p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hta-content .text {
    font-family: 'Nunito';
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}

.hta-content .text.bold {
    font-weight: bold;
}

.hta-content .text.text-small {
    font-size: 20px;
}

.hta-content .text.center {
    text-align: center;
}

ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 30px;
}

ul.custom-list li::before {
    content: "";
    background: url('../images/bullet.webp') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0.2em;
}

ul.arrow-list {
    list-style: none;
    padding-left: 0;
}

ul.arrow-list li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 40px;
}

ul.arrow-list li::before {
    content: "";
    background: url('../images/arrow.webp') no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0.2em;
}

.inner-list {
    padding-left: 50px;
}

.bottom-text {
    color: #EC1C24;
}

.bottom-text p {
    margin-top: 30px;
}


@media only screen and (min-width: 1081px) {
    .hta-content-box  {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
}

@media only screen and (max-width: 1080px) {
    .hta-content-box {
        margin-left: 8.29vw;
        margin-right: 8.29vw;
        width: fit-content;
    }
}

a {
    text-decoration: none;
}

.back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 6px 6px 4px 0px #35353559;
    font-family: 'Nunito Bold';
    font-size: 50px;
    font-weight: 900;
    color: #EC1C24;
    border-radius: 20px;
    height: 99px;
    width: 290px;
    gap: 17px;
    padding-top: 22px;
    padding-right: 58px;
    padding-bottom: 22px;
    padding-left: 58px;
}

.back-button img {
    height: 35px;
    width: 43.75px;
}

.footer-with-button {
    position: relative;
    top: 1531px;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-with-button > img {
    width: auto;
    height: 85px;
}