@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    background: #f5f5f5;
    margin: 0px;
    padding: 0px;
    font-family: 'Helvitica', sans-serif;
    font-size: 22px;
    color: rgb(45, 45, 45);
    font-weight: 500;
    text-align: center;
}

.container {
    max-width: 880px;
    margin: auto;
}

.button-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 40%);
}

.logo {
    max-width: 200px;
    height: auto;
    width: 100%;
}

.header-line a {
    color: #000;
    text-decoration: none;
}
h3{
    font-size: 18px;
    font-weight: 800;
}

.header-line a:hover {
    color: #2d2d2de3;
    text-decoration: none;
}

.header-line span,
.red {
    color: red;
}

img {
    max-width: 100%;
}

.button {
    background-color: #e9a800;
    color: #FFFFFF;
    font-size: 1.7337rem;
    font-family: Arial;
    font-weight: 700;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    margin: auto;
}

.main {
    max-width: 500px;
    margin: auto;
}

footer {
    margin-top: 20px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    color: #8f8d9b;
}

.policy {
    display: block;
    padding: 10px;
    font-size: 13px;
}

.policy a {
    color: #000;
    text-decoration: none;
}

.top {
    background: #004aa2;
    text-align: left;
    padding: 10px;
}

.center {
    text-align: center;
}

.main p img {
    max-width: 100%;
}

.top img {
    padding: 5px;
}

.cta {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.button-cta {
    max-width: 860px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.button-cta a {
    background-color: #e9a800;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .button-cta a {
        background-color: #e9a800;
        color: #FFFFFF;
        font-size: 18px;
        padding: 5px;
        text-decoration: none;
        border-radius: 5px;
        display: block;
        margin: 10px;
    }
}

/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2021 | 15:50:52 */

a {
    text-decoration: none !important;
}

.question {
    text-align: center;
}

.hidden {
    display: none;
}

.inlineBlock {
    display: inline-block;
}

.cta_btn {
    text-align: center;
    background-color: #1a97ee;
    border-radius: 9px;
    padding: 15px 0px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none !important;
    display: block;
}

.cta_btn:hover {
    color: white;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    cursor: pointer;
}

.boxme {
    text-align: center;
    padding: 10px 7px;
    background-color: #fff;
    border-top: 5px solid #00007c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease;
}

.survey {
    text-align: center;
}

.loading {
    font-size: 24px;
    font-weight: bold;
}

.qualifyHeadline {
    font-size: 22px;
    font-weight: bold;
    color: #2fbdaa;
    margin-bottom: 2px;
}

.loadingCopy {
    font-size: 22px;
    margin-bottom: 25px;
}

#q2,
#loading1,
#loading2,
#loading3,
#qualify {
    display: none;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in;
    animation-duration: .5s;
}

.fade-out {
    animation: fade-out;
    animation-duration: .5s;
}