body {
    background: #FFF;
    padding: 15px;
    height: 100vh;
    margin: 0px;

    @media (min-width: 768px) {
        padding: 30px;
    }
}

html {
    padding: 0px;
    margin: 0px;
}

.hero {
    background: #FFC428;
    border-radius: 25px;
    height: calc(100% - 60px);
    width: 100%;
    display: inline-block;
}

.hero__left {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.hero__left--inner {
    position: absolute;
    top: 49%;
    left: 50%;
    width: 600px;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 100%;
}

.hero__right {
    width: 44%;
    height: 100%;
    display: none;
    float: right;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.hero__right--inner {
    position: absolute;
    top: 52%;
    left: 36%;
    transform: translate(-50%, -50%);
}

@font-face {
    font-family: Roger;
}

h1, h2, h3, p, a {
    color: #2C2453;
}

h1 {
    /*font-family: Roger;*/
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 0px;
    margin-top: 20px;

    /*font-family: National Park;*/
    font-family: "National Park", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -3px;

    @media (min-width: 768px) {
        font-size: 80px;
        line-height: 80px;

        /*font-family: National Park;*/
        letter-spacing: -6px;
    }
}


h2 {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 0px;

    @media (min-width: 768px) {
        font-size: 28px;
    }
}

p {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;

    @media (min-width: 768px) {
        max-width: 600px;
        font-size: 22px;
        line-height: 28px;
    }

}

a {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    color: #362D9E;
}


.highlight {
    font-weight: 600;
}

.form {
    display: inline-block;
    width: 290px;
    text-align: center;
    margin: 0 auto;

    @media (min-width: 768px) {
        width: 480px;
    }
}


.flash-message {
    margin: 0 auto 20px auto;
    background: #655CD2;
    border-radius: 12px;
    width: 290px;

    @media (min-width: 768px) {
        width: 480px;
    }
}
.flash-message p {
    padding: 15px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #fff;
}

.form__input {
    background: #FCFCFC;
    height: 50px;
    border-radius: 12px 0 0 12px;
    border: 0px;
    width: 180px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    padding: 0 15px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;

    @media (min-width: 768px) {
        width: 300px;
        height: 70px;
        padding: 0 30px;
        font-size: 20px;
    }
}

.form__input:focus {
    outline: 0 !important;
    background: #F5F5F5;
}

.form__submit {
    background: #655CD2;
    color: #FCFCFC;
    height: 50px;
    border-radius: 0 12px 12px 0;
    border: 0px;
    width: 80px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer;
    transition: all 0.1s ease-in-out;

    @media (min-width: 768px) {
        width: 120px;
        height: 70px;
        font-size: 20px;
    }
}

.form__submit:hover {
    background: #5045DD;
}


.form__dual {
    display: inline-block;
    width: 290px;

    @media (min-width: 768px) {
        width: 480px;
    }
}

.clear {
    clear: both;
    display: block;
}


@media only screen and (min-width: 1200px) {

    .hero__left {
        width: 56%;
    }

    .hero__right {
        display: inline-block;
    }

}

.footer {
    text-align: center;
    margin-top: 15px;
}

a.footer-link {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

a.footer-link:hover {
    color: #5045DD;
}

.content {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.content__inner {
    max-width: 700px;
    text-align: left;
    margin-top: 40px;
}


.content__p {
    max-width: 700px;
    text-align: left;
    font-weight: 300;
}

ul li {
    text-align: left;
    font-weight: 300;
    font-family: "Figtree", sans-serif;
    font-size: 18px;

    @media (min-width: 768px) {
        font-size: 22px;
        line-height: 28px;
    }
}



.form-error-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0.5rem 0;
}

.form-error-list li {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    color: #e74c3c;
    padding: 0.25rem 0;
    display: block;
    list-style-image: none;
    list-style: none;
}
