<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap');



.gave-it-a-go-header {
background: #00AAA0;
    overflow: hidden;
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 20px;

}

.gave-it-a-go-header .header-pic {
    width: 120px;
    max-width: 260px;
    margin-bottom: -20px;
}

.gave-it-a-go-header .header-ttl {
    width: 250px;
    margin: 30px auto 0 auto;
}

.gave-it-a-go-header p {
    font-family: 'DroidSans', sans-serif;
    color: #fff;
    font-size: 14px;
}



.gave-it-a-go-seo {
    font-family: 'DroidSans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #61554d;
    text-align: center;
    padding: 25px 0;
    clear: both;
}

.gave-it-a-go-header h2{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;

}

.gave-it-a-go-seo span{
font-family: 'DroidSans Bold', sans-serif;
color: #639BFF;
}

.form-section{
    padding-bottom: 20px;
    padding: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: block;
    overflow: hidden;
    clear: both;
}

.form-section h2{
    text-align: center;
    font-family: 'DroidSans Bold', sans-serif;
    font-size: 18px;
    padding: 20px 10px 20px 10px;
    line-height: 1.2em;
    margin: 0;
}



#terms {
	margin-top: 20px;
	margin-bottom: 20px;
}
#terms h4{
	font-family: 'DroidSans Bold', sans-serif;
}

#terms h5{
	font-size:14px;
	font-family: 'DroidSans Bold', sans-serif;
	margin-left: -20px;
}

#terms ol{
	padding-left: 15px;
}


#terms li{
    font-size: 12.5px;
    line-height: 24px;
}

#terms p{
	font-size: 13px;
}

#intro-copy ul {
	margin-bottom: 20px;
}

@media all and (min-width:768px) {

    .gave-it-a-go-header {
        border-radius: 2px;
        display: flex;
        vertical-align: middle;
        align-items: center;
    }

    .gave-it-a-go-header .header-ttl {
        width: 80%;
        max-width: 450px;
        margin: 60px 0 0 0;
    }

    .gave-it-a-go-header .header-pic {

        margin-bottom: 0;
    }

    .gave-it-a-go-header h2{
     font-size: 50px;
    }

    .gave-it-a-go-header p {

        font-size: 18px;

    }

    .gave-it-a-go-header ul {
        margin: 30px 0 50px 0
    }


    .gave-it-a-go-header ul li {
        font: 20px;
    }

    .form-section{
        background-color: #00AAA0;
        border-radius: 2px;
    }

    .form-section h2{
        color: #fff;
        color: #fff;
    font-size: 28px;
    margin-top: 20px;
    padding-bottom: 0;
    }


}
</pre></body></html>