<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes scroll-down-arrow-animation {
    0% {
        -webkit-transform: translateY(-1vw);
        transform: translateY(-1vw);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes scroll-down-arrow-animation {
    0% {
        -webkit-transform: translateY(-1vw);
        transform: translateY(-1vw);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

.button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: inherit;
    font-size: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    width: 100%;
}

a.button {
    text-decoration: none;
}

.button-group {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-group &gt; .button + .button {
    margin-left: 16px;
    margin-left: calc(16px + (52 - 16) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    .button-group &gt; .button + .button {
        margin-left: 16px;
    }
}
@media (min-width: 1024px) {
    .button-group &gt; .button + .button {
        margin-left: 52px;
    }
}
@media (min-width: 1024px) {
    .button-group &gt; .button + .button {
        margin-left: 70px;
        margin-left: calc(52.5px + (70 - 52.5) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .button-group &gt; .button + .button {
        margin-left: 52.5px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    .button-group &gt; .button + .button {
        margin-left: 70px;
    }
}
@media all and (max-width: 600px) {
    .button-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.button {
    color: #ffffff;
    background: #3170b7;
    border: none;
    border-radius: 4px;
    font-family: "SimplyCricket-Bold", sans-serif;
    font-size: 12px;
    height: 32px;
    width: 96px;
    border-radius: calc(4px + (6 - 4) * ((100vw - 320px) / (1024 - 320)));
    font-size: calc(12px + (12 - 12) * ((100vw - 320px) / (1024 - 320)));
    height: calc(32px + (36 - 32) * ((100vw - 320px) / (1024 - 320)));
    width: calc(96px + (105 - 96) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    .button {
        border-radius: 4px;
    }
}
@media (min-width: 1024px) {
    .button {
        border-radius: 6px;
    }
}
@media (max-width: 320px) {
    .button {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    .button {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .button {
        height: 32px;
    }
}
@media (min-width: 1024px) {
    .button {
        height: 36px;
    }
}
@media (max-width: 320px) {
    .button {
        width: 96px;
    }
}
@media (min-width: 1024px) {
    .button {
        width: 105px;
    }
}
@media (min-width: 1024px) {
    .button {
        border-radius: 8px;
        font-size: 16px;
        height: 48px;
        width: 140px;
        border-radius: calc(6px + (8 - 6) * ((100vw - 1024px) / (1920 - 1024)));
        font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024)));
        height: calc(36px + (48 - 36) * ((100vw - 1024px) / (1920 - 1024)));
        width: calc(105px + (140 - 105) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .button {
        border-radius: 6px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    .button {
        border-radius: 8px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .button {
        font-size: 12px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    .button {
        font-size: 16px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .button {
        height: 36px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    .button {
        height: 48px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .button {
        width: 105px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    .button {
        width: 140px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

*:focus {
    outline: 2px solid #3170b7;
}

@font-face {
    font-family: "SimplyCricket-Book";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Book.ttf") format("ttf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Book.otf") format("otf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Book.woff") format("woff");
}

@font-face {
    font-family: "SimplyCricket-Medium";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Medium.ttf") format("ttf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Medium.otf") format("otf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Medium.woff") format("woff");
}

@font-face {
    font-family: "SimplyCricket-Demibold";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Demibold.ttf") format("ttf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Demibold.otf") format("otf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Demibold.woff") format("woff");
}

@font-face {
    font-family: "SimplyCricket-Bold";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Bold.ttf") format("ttf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Bold.otf") format("otf"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "SimplyCricket-Black";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Black.woff") format("woff"),
        url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket-Black.otf") format("otf");
}

@font-face {
    font-family: "SimplyCricket-Cond";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket_Cond_Book.ttf") format("ttf");
}

@font-face {
    font-family: "SimplyCricket-Cond-Bold";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket_Cond_Bold.ttf") format("ttf");
}

@font-face {
    font-family: "SimplyCricket-Cond-Demi";
    src: url("https://smartactivator.blob.core.windows.net/saassets/d3005a6b-63bd-4725-a3d9-c1192673c344/5264cebe-65ba-4fbe-8de4-907afa44307c/SimplyCricket_Cond_Demibold.ttf") format("ttf");
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    color: #000000;
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2rem;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 750px) {
    html,
    body {
        font-size: 16px;
    }
}

body {
    padding-top: 75px;
}
@media all and (min-width: 950px) {
    body {
        padding-top: 0;
    }
}

img,
button,
label {
    display: block;
}

h1,
h2 {
    font-family: SimplyCricket-Bold, Arial, sans-serif;
    color: white;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 2%;
}

h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}
h2 strong {
    font-family: SimplyCricket-Bold, Arial, sans-serif;
}

p {
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    color: black;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

button {
    margin: 0.5rem 0 1.5rem 0;
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.25rem;
    background: #3170b7;
    border: 0;
    padding: 1rem;
    border-radius: 7px;
    float: right;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
}
button:focus,
button:hover {
    outline: none;
    background-color: #11508d;
}
@media all and (min-width: 750px) {
    button {
        width: 140px;
    }
}

.hide {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.invalid {
    border: 1px solid #cf292a !important;
}

.legal {
    font-size: 0.8rem;
    line-height: 1rem;
}
.legal span {
    text-decoration: underline;
}

.gray {
    color: #6b6b6b;
}

.green {
    color: #5da544;
}

.bold {
    font-family: "SimplyCricket-DemiBold", Arial, sans-serif !important;
}

.superbold {
    font-family: "SimplyCricket-Bold", Arial, sans-serif !important;
}

.center {
    text-align: center;
}

main {
    display: none;
    width: 100%;
    overflow: auto;
}
main.active {
    display: block;
    background-color: #5da544;
}
main.active.thanks,
main.active.sorry {
    background-color: white;
}
main form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
}
main form h2 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 1.5rem;
}
main form label {
    width: 100%;
    font-family: "SimplyCricket-Book", Arial, sans-serif;
    font-size: 1.35rem;
    line-height: 2rem;
    margin-bottom: 3px;
}
main form .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0.75rem;
    width: 80%;
    max-width: 600px;
}
main form .input.half {
    width: 100%;
}
main form .input input,
main form .input select,
main form .input textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #dbdbdb;
    color: #000000;
    font-size: 1.25rem;
    padding: 0.65rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    margin-bottom: 5px;
}
main form .input select {
    font-family: Arial, sans-serif;
    background: #ffffff url("dropdown.png") no-repeat calc(100% - 1rem) 50%;
    background-size: auto 50%;
}
main form .input textarea {
    height: 15rem;
}
main .check {
    margin: 0.5rem 0 0;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
main .check label {
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
}
main .check input[type="checkbox"] {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    border-radius: 7px;
    -webkit-appearance: none;
    padding: 0;
}
main .check input[type="checkbox"]:checked {
    background: #3170b7 url("check.png") no-repeat center center;
    background-size: 65% auto;
    border: 1px solid #3170b7;
}

.modal {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3rem;
}
.modal.flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.modal .modalText {
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    padding: 3rem;
}
.modal .modalText p {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
}

.logo-slider {
    --image-size: 80px;
    border: none;
    padding: 20px;
    overflow: hidden;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.logo-slider:hover .track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.logo-slider a:focus {
    outline: none;
}
.logo-slider .track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 125%;
}
.logo-slider img {
    display: block;
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
}
@media (max-width: 1200px) {
    .logo-slider {
        --image-size: 70px;
        --image-size: min(max(70px, 11vw), 80px);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0.75rem;
}
@media all and (min-width: 750px) {
    .wrap {
        width: 90%;
    }
}

header {
    width: 100%;
    position: fixed;
    height: 75px;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    z-index: 2000;
}
@media all and (min-width: 950px) {
    header {
        position: relative;
        height: auto;
    }
}
header p,
header a {
    font-family: "SimplyCricket-DemiBold", Arial, sans-serif;
    line-height: 1.5rem;
    text-decoration: none;
}
header a {
    padding: 1.75rem 1rem;
}
@media all and (min-width: 950px) {
    header a {
        padding: 1rem;
    }
}
header .topBorder {
    background-color: #404041;
    height: 10px;
}
@media all and (min-width: 950px) {
    header .topBorder {
        display: none;
    }
}
header .mobileNav {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: calc(100vh - 75px);
}
header .mobileNav.show {
    display: block;
}
header .mobileNav .mobileWrap {
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    height: calc(100vh - 75px);
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 75px;
    right: 0;
    font-size: 1rem;
    background-color: #404041;
    padding-bottom: 75px;
}
header .mobileNav p,
header .mobileNav a {
    color: #ffffff;
}
header .mobileNav a {
    display: block;
    width: 100%;
    border-left: 2px solid #1f1f1f;
}
header .mobileNav .acctWrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #1f1f1f;
}
header .mobileNav .acctWrap p {
    margin-left: 10px;
}
header .mobileNav .linksWrap {
    background-color: #ffffff;
}
header .mobileNav .linksWrap a {
    width: 100%;
    color: #000000;
    border-left: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
}
header .grayNav {
    display: none;
    background-color: #404041;
    width: 100%;
    position: relative;
    top: 0;
    border-left: 0;
}
header .grayNav .wrap {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .grayNav p,
header .grayNav a {
    color: #ffffff;
    font-size: 0.8rem;
}
header .grayNav a:hover {
    background-color: #616161;
}
header .grayNav img {
    width: 20px;
}
header .grayNav .acctWrap {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .grayNav .acctWrap p {
    margin-left: 10px;
}
header .grayNav .linksWrap {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (min-width: 950px) {
    header .grayNav {
        display: block;
    }
}
header .whiteNav {
    height: 65px;
}
header .whiteNav .wrap {
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .whiteNav .logo {
    height: 30px;
    width: auto;
}
header .whiteNav .linksWrap {
    width: 65%;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .whiteNav .linksWrap a {
    width: 20%;
    color: #000000;
    padding: 1rem 0.25rem;
    text-align: center;
}
header .whiteNav .linksWrap a:hover {
    color: #3170b7;
}
@media all and (min-width: 950px) {
    header .whiteNav .linksWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
header .whiteNav .mobileMenu {
    height: 30px;
    width: auto;
}
@media all and (min-width: 950px) {
    header .whiteNav .mobileMenu {
        display: none;
    }
}

main .wrap {
    background-color: #5da544;
    padding-top: 2rem;
}

main form {
    margin: 4% auto;
}

main .thanks-wrapper {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    max-width: 583px;
}
main .thanks-wrapper .thanksImg {
    width: 100%;
    padding-left: 1rem;
    padding-top: 1rem;
}
main .thanks-wrapper h3 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 1rem 0;
}
main .thanks-wrapper h3 span {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
}
main .thanks-wrapper .money {
    margin: 0 auto;
    width: 30%;
    margin-bottom: -7%;
}
main .thanks-wrapper .thanks-cta {
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.25rem;
    background: #5da544;
    border: 0;
    padding: 1rem;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
main .thanks-wrapper &gt; .scroll-down-arrow {
    top: 90%;
    display: none;
    left: 50%;
    max-width: 2vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
}
@media (min-width: 1024px) {
    main .thanks-wrapper &gt; .scroll-down-arrow {
        display: block;
    }
}
main .thanks-wrapper &gt; .scroll-down-arrow &gt; img {
    -webkit-animation: scroll-down-arrow-animation 1.5s infinite;
    animation: scroll-down-arrow-animation 1.5s infinite;
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: auto;
}

main .sorry-wrapper {
    background-color: white;
    width: 90%;
    margin: 0 auto;
    max-width: 583px;
}
main .sorry-wrapper .sorry-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
main .sorry-wrapper .sorry-left {
    width: 50%;
    margin-top: 2rem;
}
main .sorry-wrapper .sorry-left h1 {
    color: #5da544;
    font-size: 3rem;
    line-height: 3.5rem;
}
main .sorry-wrapper .sorry-left p {
    font-size: 1.25rem;
    line-height: 1.8rem;
}
main .sorry-wrapper .sorry-right {
    width: 50%;
}
main .sorry-wrapper .sorryImg {
    width: 100%;
    padding-top: 3rem;
}
main .sorry-wrapper h3 {
    text-align: center;
    line-height: 1.5rem;
    margin: 1rem 0;
}
main .sorry-wrapper h3 span {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
}
main .sorry-wrapper .money {
    margin: 0 auto;
    width: 70%;
    margin-bottom: -7%;
}
main .sorry-wrapper .sorry-cta {
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.25rem;
    background: #5da544;
    border: 0;
    padding: 1rem;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
main .sorry-wrapper &gt; .scroll-down-arrow {
    top: 90%;
    display: none;
    left: 50%;
    max-width: 2vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
}
@media (min-width: 1024px) {
    main .sorry-wrapper &gt; .scroll-down-arrow {
        display: block;
    }
}
main .sorry-wrapper &gt; .scroll-down-arrow &gt; img {
    -webkit-animation: scroll-down-arrow-animation 1.5s infinite;
    animation: scroll-down-arrow-animation 1.5s infinite;
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: auto;
}

main .heroImg-wrapper-thanks {
    background: #011208;
}
main .heroImg-wrapper-thanks .heroImg.thanks {
    background: transparent url("hero_bg_sorry_thank_you.jpg") no-repeat center center;
    background-size: cover;
    height: 256px;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #404041;
    height: calc(256px + (480 - 256) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 256px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 480px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 640px;
        max-width: 1294px;
        height: calc(480px + (640 - 480) * ((100vw - 1024px) / (1920 - 1024)));
        max-width: calc(970.5px + (1294 - 970.5) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 480px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 640px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        max-width: 970.5px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
        max-width: 1294px;
    }
}
main .heroImg-wrapper-thanks .heroImg.thanks .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
    color: #000000;
    font-family: "SimplyCricket-Bold", sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-size: calc(32px + (81 - 32) * ((100vw - 320px) / (1024 - 320)));
    line-height: calc(32px + (96 - 32) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        font-size: 32px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        font-size: 81px;
    }
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        line-height: 32px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        line-height: 96px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        font-size: 108px;
        line-height: normal;
        line-height: initial;
        font-size: calc(81px + (108 - 81) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        font-size: 81px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
        font-size: 108px;
    }
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
    color: #ffffff;
    font-family: "SimplyCricket-Demibold", sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-size: calc(12px + (21 - 12) * ((100vw - 320px) / (1024 - 320)));
    line-height: calc(16px + (32 - 16) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        font-size: 21px;
    }
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        line-height: 16px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        line-height: 32px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        font-size: 108px;
        line-height: normal;
        line-height: initial;
        font-size: calc(21px + (28 - 21) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        font-size: 21px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
        font-size: 28px;
    }
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
    font-family: "SimplyCricket-Medium", sans-serif;
    font-size: 10px;
    margin-top: 16px;
    font-size: calc(10px + (18 - 10) * ((100vw - 320px) / (1024 - 320)));
    margin-top: calc(16px + (40 - 16) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        font-size: 10px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        margin-top: 16px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        margin-top: 40px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        font-size: 24px;
        line-height: normal;
        line-height: initial;
        margin-top: 54px;
        font-size: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024)));
        margin-top: calc(40.5px + (54 - 40.5) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        font-size: 18px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        font-size: 24px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        margin-top: 40.5px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
        margin-top: 54px;
    }
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
    margin-top: 8px;
    margin-top: calc(8px + (21 - 8) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
        margin-top: 8px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
        margin-top: 21px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
        margin-top: 28px;
        margin-top: calc(21px + (28 - 21) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
        margin-top: 21px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
        margin-top: 28px;
    }
}
main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
    margin-top: 16px;
    margin-top: calc(16px + (48 - 16) * ((100vw - 320px) / (1024 - 320)));
}
@media (max-width: 320px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
        margin-top: 16px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
        margin-top: 48px;
    }
}
@media (min-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
        margin-top: 66px;
        margin-top: calc(49.5px + (66 - 49.5) * ((100vw - 1024px) / (1920 - 1024)));
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
        margin-top: 49.5px;
    }
}
@media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
        margin-top: 66px;
    }
}

main .instructionWrap {
    margin-bottom: 2rem;
}
main .instructionWrap h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
main .instructionWrap p {
    margin-bottom: 1rem;
}

main hr {
    width: 100%;
    margin: 1.5rem 0;
}

main .rules-heading {
    color: white;
}

main .officialRules {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 1rem;
    border-radius: 7px;
    border: 1px solid #dbdbdb;
    color: #000000;
    padding: 0.65rem 0.75rem;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
}
main .officialRules p,
main .officialRules li {
    font-family: "SimplyCricket-Book", Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
main .officialRules p strong {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
}

footer {
    clear: both;
    width: 100%;
    background-color: #404041;
    padding: 2rem 0 4rem;
    font-size: 0.75rem;
}
footer p {
    font-family: "SimplyCricket-Book", Arial, sans-serif;
    color: #ffffff;
}
@media all and (min-width: 750px) {
    footer .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .legal {
    width: 40%;
    margin: 1rem auto 2rem;
    text-align: justify;
    font-family: "SimplyCricket-Cond", Arial, sans-serif;
}
footer .legal span {
    text-decoration: none;
}
footer .legal .sub {
    font-size: 0.55rem;
}
footer .legal .bold {
    font-weight: 700;
}
footer .legal .underline {
    text-decoration: underline;
}
@media all and (min-width: 750px) {
    footer .legal {
        margin: 1rem 0;
        text-align: justify;
    }
}
@media all and (orientation: landscape) and (max-width: 900px) {
    footer .legal {
        font-size: 0.7rem;
    }
}
@media all and (max-width: 750px) {
    footer .legal {
        width: 100%;
    }
}
footer .linksWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
footer .linksWrap a {
    color: #ffffff;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
}
@media all and (min-width: 750px) {
    footer .linksWrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 25%;
    }
}
footer .socialWrap {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (min-width: 750px) {
    footer .socialWrap {
        width: 40%;
        max-width: none;
        margin: 0;
    }
}
footer .socialWrap p {
    font-family: "SimplyCricket-DemiBold", Arial, sans-serif;
    font-size: 1.15rem;
    margin: 0 auto;
    padding-right: 8px;
}
footer .socialWrap .tagline {
    font-size: 1.5rem;
    text-align: center;
    margin: 2rem auto;
    width: 100%;
}
@media all and (min-width: 750px) {
    footer .socialWrap .tagline {
        margin: 0 0 1rem;
    }
}
footer .socialWrap .socialLinks {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5% auto;
}
footer .socialWrap .socialLinks a {
    width: 13%;
}
footer .socialWrap .socialLinks a img {
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5da544;
    border-radius: 5px;
}

.flexend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto 0.75rem;
    width: 80%;
    max-width: 600px;
}

.error {
    width: 100%;
    position: relative;
    border-top: 7px solid #cf292a;
    margin-top: 10px;
    padding: 0.5rem;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.error span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #cf292a;
    top: -15px;
    left: 15px;
}
.error p {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    color: #cf292a;
}

.offerWrap &gt; .wrap {
    padding: 0;
    width: auto;
    width: initial;
    max-width: none;
    max-width: initial;
}
.offerWrap &gt; .wrap &gt; a {
    display: block;
    font-size: 0;
    line-height: 0;
}
.offerWrap &gt; .wrap &gt; a &gt; img {
    width: 100%;
}

.scroll-down-arrow {
    top: 70%;
    display: none;
    left: 50%;
    max-width: 2vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
}
@media (min-width: 1024px) {
    .scroll-down-arrow {
        display: block;
    }
}
.scroll-down-arrow img {
    -webkit-animation: scroll-down-arrow-animation 1.5s infinite;
    animation: scroll-down-arrow-animation 1.5s infinite;
    cursor: pointer;
    display: block;
    max-width: 100%;
    height: auto;
}

.privacy {
    display: block;
    text-align: center;
    width: 90%;
    color: #000000;
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 auto 4rem;
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
    max-width: 125px;
}

.button-group {
    padding: 1rem 0 1rem 0;
}
@media all and (max-width: 900px) {
    .button-group {
        padding: 0.5rem 0 1rem 0;
    }
}

@media all and (max-width: 600px) {
    .HBCU {
        text-align: center;
    }
}

.HBCU-content {
    margin-left: auto;
    margin-right: auto;
}
@media all and (min-width: 1025px) {
    .HBCU-content {
        width: 90%;
        margin-left: 4rem;
    }
}
@media all and (min-width: 1500px) {
    .HBCU-content {
        width: 70%;
        margin-left: 6rem;
    }
}
@media all and (max-width: 1024px) {
    .HBCU-content {
        width: 90%;
        margin-left: 4rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-content {
        margin: 0 auto;
    }
}

.HBCU-title {
    color: #60a630;
    font-family: SimplyCricket-Black;
}
@media all and (min-width: 1500px) {
    .HBCU-title {
        font-size: 5rem;
    }
}
@media all and (max-width: 1499px) {
    .HBCU-title {
        font-size: 4rem;
    }
}
@media all and (max-width: 1024px) {
    .HBCU-title {
        margin-top: 2rem;
        font-size: 3rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-title {
        margin-top: 2rem;
        font-size: 3.5rem;
    }
}

.HBCU-subtitle {
    font-family: SimplyCricket-Demibold;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media all and (min-width: 1025px) {
    .HBCU-subtitle {
        padding-top: 2rem;
        padding-bottom: 2rem;
        line-height: 2rem;
        font-size: 1.5rem;
    }
}
@media all and (max-width: 1024px) {
    .HBCU-subtitle {
        padding-top: 2rem;
        padding-bottom: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-subtitle {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}

.HBCU-subtitle2 {
    font-family: SimplyCricket-Medium;
    padding-bottom: 1rem;
}
@media all and (min-width: 1025px) {
    .HBCU-subtitle2 {
        line-height: 2rem;
        font-size: 1.5rem;
    }
}
@media all and (max-width: 1024px) {
    .HBCU-subtitle2 {
        font-size: 1rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-subtitle2 {
        font-size: 1rem;
        line-height: 2rem;
    }
}

.HBCU-img {
    width: 100%;
}
@media all and (max-width: 900px) {
    .HBCU-img {
        margin-left: 2rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-img {
        margin: 0 auto;
    }
}
@media all and (min-width: 750px) and (max-width: 795) {
    .HBCU-img {
        width: 106%;
    }
}

.HBCU-offer {
    font-size: 0.6rem;
}
@media all and (min-width: 1200px) {
    .HBCU-offer {
        font-size: 0.8rem;
    }
}
@media all and (max-width: 1024px) {
    .HBCU-offer {
        font-size: 0.5rem;
    }
}
@media all and (max-width: 600px) {
    .HBCU-offer {
        line-height: 1rem;
        font-size: 0.6rem;
        padding-bottom: 1rem;
    }
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.row {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (min-width: 1000px) {
    .row {
        max-height: 800px;
    }
}
@media all and (max-width: 600px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.National {
    background-color: white;
    padding-bottom: 0.5rem;
}
.National .header {
    width: 90%;
    margin: 0 auto;
    max-width: 583px;
    padding-top: 1rem;
}
.National .header h1 {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    text-align: center;
    color: #5da544;
    font-size: 5.5rem;
    line-height: 5rem;
}
.National .header h2 {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    text-align: center;
    color: black;
    font-size: 2.7rem;
    line-height: 2.7rem;
}
.National .header h3 {
    font-family: "SimplyCricket-Bold", Arial, sans-serif;
    text-align: center;
    color: #5da544;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.National .header sub {
    font-size: 0.6rem;
}
.National .header p {
    font-size: 1.3rem;
    line-height: 1.6rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.National .header p.legal {
    font-family: "SimplyCricket-Cond", Arial, sans-serif;
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 5px auto;
}
.National .header p.small {
    font-family: "SimplyCricket-Cond", Arial, sans-serif;
    font-size: 0.7rem;
    line-height: 0.9rem;
}
.National .header-image {
    padding-top: 2rem;
    width: 100%;
}
.National .header-cta {
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.25rem;
    background: #5da544;
    border: 0;
    padding: 1rem;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.words {
    -webkit-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    transform: skewX(12deg);
}
@media all and (min-width: 1900px) {
    .words {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1299px) {
    .words {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (min-width: 1300px) and (max-width: 1899px) {
    .words {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1024px) {
    .words {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 600px) {
    .words {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 90%;
    }
}
@media all and (max-width: 768px) and (min-height: 1024px) {
    .words {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.over1920 {
    display: none;
}
@media all and (min-width: 700px) {
    .over1920 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media all and (min-width: 699px) {
    .under1920 {
        display: none;
    }
}

.temp {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.temp-subtitle {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.temp-title {
    text-align: center;
    color: #5da544;
    font-size: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.splash {
    padding-top: 0;
}
.splash main {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.splash main img {
    width: 100%;
    margin-bottom: 1rem;
}
.splash main p {
    width: 90%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 auto 1.5rem;
    font-family: "SimplyCricket-Medium", Arial, sans-serif;
    text-align: center;
}
.splash main p.green {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.splash main p:last-child {
    max-width: 700px;
    margin-bottom: 2rem;
}

/*# sourceMappingURL=app-national.css.map */
</pre></body></html>