* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 800px) {
    html {
        font-size: 9px !important;
    }

    body > main > header > h3 {
        font-size: 1.6em !important;
    }

    span#who, span#what {
        display: block !important;
        margin: 0 auto !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 260px !important;
        min-width: 290px !important;
        font-size: 1.1em !important;
    }

    div#benefits > div {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    div#features div {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    div#badges > div {
        min-width: 160px;
        align-content: center;
    }

        div#badges > div:nth-child(1n+1) {
            display: flex;
            justify-content: end;
        }

        div#badges > div:nth-child(2n+0) > img {
            left: auto !important;
        }

    section#agents > div > h3 {
        min-width: 120px !important;

    }

    section#components div {
        min-width: 100% !important;
        max-width: auto !important;
    }

    div#benefits, div#features p {
        font-size: 1.5em;
    }

    .grecaptcha-badge {
        position: absolute !important;
    }
}

body {
    margin-bottom: 60px;
    background-color: #070d1d;
    color: #fff;
    min-width: 470px;
}

div.home-particles {
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

div.bloom {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #203975;
    -webkit-box-shadow: 0 0 100px 60px #203975,0 0 200px 80px #203975,0 0 400px 200px #203975,0 0 600px 300px #203975;
    box-shadow: 0 0 100px 60px #203975,0 0 200px 80px #203975,0 0 400px 200px #203975,0 0 600px 300px #203975;
    opacity: .5;
    z-index: 1;
}

img#prizms {
    position: relative;
    left: 0;
    top: 500px;
    width: 100%;
    margin-top: -400px;
}

body > header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    text-align: center;
    margin-top: 100px;
    padding: 0;
    mix-blend-mode: normal !important;
    position: relative;
    z-index: +100;
}

    body > header > h1 {
        font-family: Poppins;
        color: #00b4f3;
        font-size: 4rem;
        margin: 0;
    }

span.line {
    display: inline-block;
}

body > main {
    position: relative;
    z-index: +100;
    margin: 0 auto;
    max-width: 920px;
    text-align: center;
}

    body > main > header {
        margin-top: 50px;
    }

        body > main > header > h2 {
            font-family: Poppins;
            color: #fff;
            font-size: 3rem;
            margin: 0;
        }

        body > main > header > h3 {
            padding-top: 40px;
            padding-left: 80px;
            padding-right: 80px;
            padding-bottom: 50px;
            color: #00b4f3;
            font-size: 1.5rem;
            margin: 0;
            line-height: 1.5em;
            max-width: 830px;
            margin: 0 auto;
        }

        body > main > header > a {
            display: block;
            padding-bottom: 50px;
            color: rgba(49, 182, 79, 1);
            font-size: 1.8rem;
            margin: 0;
            font-weight: 700;
            text-decoration: none;
        }

            body > main > header > a:hover {
                color: rgba(49, 182, 79, 0.9);
            }

section#product {
    margin: 30px;
    margin-top: 220px;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #0047ab;
    font-family: 'Open Sans'
}

    section#product > h2 {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 3.5em;
        font-weight: 600;
        border-bottom: 5px solid white;
    }

    section#product > h3 {
        font-size: 2.5em;
        font-weight: 300;
        line-height: 1.2em;
    }

span#who {
    font-family: "Roboto Mono", 'Courier New', monospace;
    display: inline-block;
    background-color: black;
    width: 270px;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: center !important;
}

span#what {
    font-family: "Roboto Mono", 'Courier New', monospace;
    display: inline-block;
    background-color: black;
    width: 270px;
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: center !important;
}

span.space {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.3em;
}

div#benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

    div#benefits > div {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: start;
        background-color: #0047ab;
        padding: 20px;
        border-radius: 10px;
        text-align: left;
        max-width: 30%;
    }

        div#benefits > div > div {
            padding-left: 20px;
            position: relative;
            top: -3px;
            text-align: justify;
        }

            div#benefits > div > div h4 {
                display: inline;
            }

            div#benefits > div > div p {
                display: inline;
                font-weight: 300;
            }

div#features {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    border-top: 5px solid white;
    margin-top: 30px;
    padding-top: 30px;
    text-align: justify;
    font-size: 1.1em;
    font-weight: 300;
    flex-wrap: wrap;
}

    div#features div {
        max-width: 45%;
    }

div#badges {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    text-align: justify;
    font-size: 1.1em;
    font-weight: 300;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

    div#badges > div {
        flex: 0.5;
        position: relative;
    }

        div#badges > div > img {
            position: absolute;
            bottom: 0;
            left: 3%;
        }

    div#badges > a {
        flex: 1;
        background-color: black;
        text-align: center;
        color: rgba(49, 182, 79, 1);
        font-size: 1.5rem;
        margin: 0;
        font-weight: 700;
        text-decoration: none;
        display: block;
        line-height: 3.4em;
        max-width: 230px;
    }

        div#badges > a:hover {
            color: rgba(49, 182, 79, 0.9);
        }

section#components {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

    section#components div {
        max-width: 30%;
    }

    section#components h3 {
        font-family: Poppins;
        font-size: 1.5em;
        color: #00b4f3;
    }

    section#components div:nth-of-type(2) h3 {
        color: #00b4f3;
    }

    section#components div:last-of-type h3 {
        color: #00b4f3;
    }

    section#components p {
        font-size: 1.2em;
        line-height: 1.54em;
        font-weight: 400
    }

section#agents {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

    section#agents > h2 {
        color: #00b4f3;
        font-family: "Poppins";
    }

    section#agents > div {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }

        section#agents > div > h3 {
            font-weight: 400;
            background-color: white;
            border: 2px solid;
            border-radius: 10px;
            flex: 1;
            text-align: center;
            padding: 5px;
        }

h3#a-ca {
    color: #7f47d6;
    border-color: #7f47d6;
}

h3#a-ba {
    color: #3489ca;
    border-color: #3489ca;
}

h3#a-re {
    color: #31b64f;
    border-color: #31b64f;
}

h3#a-sa {
    color: #beb742;
    border-color: #beb742;
}

h3#a-se {
    color: #ca7823;
    border-color: #ca7823;
}

h3#a-td {
    color: #ca05d2;
    border-color: #ca05d2;
}

h3#a-dd {
    color: #ca1c28;
    border-color: #ca1c28;
}

section#customers > div {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap: wrap;
}

section#customers > h2 {
    color: #00b4f3;
    font-family: "Poppins";
}

section#customers img {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
}


a#request-access {
    color: #00b4f3;
    font-family: "Poppins";
    font-size: 1.8em;
}

form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

    form > input, form > textarea {
        border-radius: 8px;
        line-height: 2em;
        font-size: 1.5em;
        padding: 5px;
    }

    form > textarea {
        resize: vertical;
        min-height: 50px;
    }

    form > input[type=submit] {
        background-color: rgba(49, 182, 79, 1);
        color: white;
        font-family: Poppins;
        font-weight: 600;
        border: 1px solid rgba(49, 182, 79, 1);
        cursor: pointer;
        opacity: 1;
    }

        form > input[type=submit]:hover {
            opacity: 0.9;
        }

.validation-error {
    color: #ca7823;
}

.fail {
    color: #ca7823;
}

.success {
    color: rgba(49, 182, 79, 1);
}

a.link {
    color: #00b4f3;
    text-decoration: none;
}

    a.link:hover {
        color: cyan;
    }


footer {
    position: relative;
    z-index: +1000;
    margin-top: 40px;
    text-align: center;
}

    footer div {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        width: 50%;
        justify-content: space-around;
    }

    footer p {
        opacity: 0.7;
        line-height: 4em;
    }
