* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    border: none;
    color: #425563;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    font-family: "Rubik", sans-serif
}

*:focus {
    outline: none
}

html,
body {
    height: 100%;
    background-color: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fjalla One", sans-serif
}

.bg-gray {
    background-color: #f5f6f7
}

section {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    align-items: center
}

section h1 {
    font-size: 35px;
    line-height: 48px;
    max-width: 830px;
    width: 95%;
    text-align: center;
    margin-bottom: 35px
}

img {
    max-width: 95%;
    height: auto
}

@media all and (max-width: 767px) {
    section h1 {
        font-size: 22px
    }
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

header.orange {
    height: 70px;
    background-color: #ff6900
}

@media all and (max-width: 767px) {
    header.top {
        height: 60px
    }

    header.top a {
        display: flex;
        justify-content: center;
        align-items: center
    }

    header.top img {
        max-width: 160px
    }

    header.orange {
        height: 40px
    }
}

a.convert {
    background-color: #ff6900;
    height: 70px;
    border-radius: 4px;
    color: #fff;
    font-family: "Fjalla one", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 20px
}

a.convert::after {
    content: "";
    background-image: url(right-chevron.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: 20px;
    display: inline-block;
    width: 20px;
    height: 30px;
    background-size: 16px
}

@media all and (max-width: 767px) {
    a.convert.sticky {
        position: sticky;
        bottom: 5px
    }
}

@media all and (max-width: 500px) {
    a.convert {
        font-size: 22px
    }
}

.default-form label {
    color: #7d8d9a;
    font-size: 22px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-flow: column nowrap
}

.default-form label.less {
    max-width: 300px;
    width: 95%
}

.default-form label.right {
    margin-right: 20px
}

.default-form label input {
    background-color: #fff;
    font-size: 16px;
    height: 70px;
    border-radius: 6px;
    margin-top: 5px;
    text-indent: 15px
}

.default-form label input.gray {
    background-color: #f5f6f7
}

.default-form {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 95%;
    max-width: 600px;
    margin-bottom: 20px
}

@media all and (max-width: 600px) {
    .default-form {
        align-items: center;
        width: 100vw;
        padding: 20px;
        background-color: #f5f6f7;
        bottom: 0px;
        position: absolute;
        margin-bottom: 0px
    }

    .default-form label input.gray {
        background-color: #fff
    }

    .default-form label.right {
        margin-right: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        max-width: 180px
    }

    .default-form label.right input {
        height: 40px
    }

    .default-form a.convert {
        max-width: 125px;
        height: 40px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 0px
    }

    .default-form a.convert::after {
        margin-left: 10px;
        background-size: 7px
    }
}

footer {
    width: 100%;
    display: flex;
    flex-flow: column nowrap
}

footer .top,
footer .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .top {
    background-color: #dee2e6;
}

footer .bottom {
    background-color: #425563
}

footer .bottom img {
    height: 60px;
    width: auto
}

footer .bottom img:not(:last-child) {
    margin-right: 20px
}

footer #legal {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 0;
    background-color: #425563
}

footer #legal p {
    margin-bottom: 20px;
    color: #f5f6f7
}

footer #legal a {
    color: #f5f6f7;
    text-decoration: underline
}

footer #legal a:first-child {
    margin-right: 10px
}

#reviewContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 750px;
    width: 95%
}

#reviewContainer .review {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 50px;
    width: 320px
}

#reviewContainer .review:nth-child(odd) {
    margin-right: 100px
}

#reviewContainer .review img {
    margin-bottom: 15px;
    height: 200px;
    width: 200px;
    border-radius: 200px
}

#reviewContainer .review h3 {
    font-size: 28px;
    margin-bottom: 10px
}

#reviewContainer .review .date {
    font-size: 18px;
    margin-bottom: 10px
}

#reviewContainer .review .saving {
    font-size: 22px
}

#reviewContainer .review .dollar {
    font-size: inherit;
    font-weight: 500
}

#reviewContainer .review .dollar::before {
    content: "$";
    font-size: inherit;
    color: inherit;
    font-weight: inherit
}

.star-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.star-container .small-icon {
    height: 20px !important;
    width: 20px !important
}

.star-container .small-icon:not(:last-child) {
    margin-right: 10px
}

p.subheading {
    width: 95%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 750px
}

#headlineContent {
    max-width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

#headlineContent h1,
#headlineContent p {
    max-width: 750px;
    text-align: center;
    width: 95%
}

#headlineContent p {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px
}

@media all and (max-width: 775px) {
    #firstSection {
        padding-bottom: 0px !important
    }

    #reviewContainer {
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start
    }

    #reviewContainer .review:nth-child(odd) {
        margin-right: 0px
    }

    #reviewContainer .review img {
        height: 100px;
        width: 100px;
        border-radius: 100px
    }

    #reviewContainer .review h3 {
        font-size: 22px
    }

    #reviewContainer .review .date {
        font-size: 12px
    }

    #reviewContainer .review .saving {
        font-size: 14px
    }

    p.subheading {
        font-size: 13px
    }

    #headlineContent h1 {
        line-height: 28px;
        margin-bottom: 10px;
        text-align: center;
        max-width: 95%
    }

    #headlineContent p {
        font-size: 13px;
        margin-bottom: 15px;
        text-align: center;
        max-width: 95%
    }

    #headlineContent p.dollar {
        font-size: inherit;
        line-height: inherit;
        color: #ff6900;
        font-weight: 500
    }
}

/*# sourceMappingURL=style.css.map */
.hide {
    display: none;
}
