<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    font-size: 10px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    text-align: right;
}

.survey-header {
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    background-size: cover;
    padding-top: 0;
}

.header-mid {
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 7rem;
    max-width: 90%;
    border-bottom: 1px solid #E0E0E0;
}

.survey .container {
    background: #FFF;
    max-width: 90%;
    padding: 0;
    margin: 0;
}

.survey .descritpion {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.survey h1 {
    font-size: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.survey p {
    font-size: 2.5rem;
    text-align: justify;
}

.survey .form {
    margin-top: 4rem;
}

.survey .form-group {
    margin-bottom: 4rem;
}

    .survey .form-group label:not(.answer) {
        font-size: 3.2rem;
        font-weight: bold;
        display: block;
    }

.survey input[type="text"], .survey input[type="email"],
.survey input[type="text"]:focus, .survey input[type="email"]:focus,
.survey input[type="text"]:active, .survey input[type="email"]:active {
    max-width: 40rem;
    height: 5rem;
    border: none;
    background-image: linear-gradient(to right, #E0E0E0 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 14px 1px;
    background-repeat: repeat-x;
    box-shadow: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.survey input[type="radio"], .survey input[type="checkbox"] {
    height: 4rem;
    width: 4rem;
    border: none;
    box-shadow: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: inline-block;
}

.survey select {
    max-width: 40rem;
    height: 5rem;
    font-size: 2rem;
    background: #eee;
    border: NONE;
    border-radius: 0;
}

.form-option {
    display: flex;
    margin-top: 2rem;
}

.survey label.answer {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 2rem;
    line-height: 5rem;
}

.form-options {
    display: flex;
    flex-wrap: wrap;
}

    .form-options .form-option {
        display: block;
        margin-left: 4rem;
        margin-bottom: 2rem;
        text-align: center;
    }

.survey .form-options label.option {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: normal
}

.form-options .option img {
    width: 7rem;
    display: block;
}

.survey .form-options input[type="radio"], .survey .form-options input[type="checkbox"] {
    height: 2rem;
    width: 2rem;
    border: none;
    box-shadow: none;
    display: inline-block;
}

.survey .form-option.small {
    margin-bottom: 5rem;
}

    .survey .form-option.small input[type="radio"], .survey .form-option.small input[type="checkbox"] {
        height: 2rem;
        width: 2rem;
        border: none;
        box-shadow: none;
        display: inline-block;
    }

    .survey .form-option.small label.answer {
        font-size: 20px;
        line-height: 2rem;
        font-weight: normal;
    }

::-webkit-input-placeholder {
    font-size: 2rem;
    color: #E0E0E0;
}

:-ms-input-placeholder {
    font-size: 2rem;
    color: #E0E0E0;
}

::placeholder {
    font-size: 2rem;
    color: #E0E0E0;
}

.survey-footer {
    border-top: 1px solid #E0E0E0;
    padding-top: 2rem;
}

.survey button {
    float: left;
    font-size: 1.6rem;
    padding: 0.5rem 4rem;
    background: #072760;
}


@media(max-width: 990px) {
    html {
        font-size: 9.5px;
    }

    .header-mid {
        height: 6rem;
    }
}

@media(max-width: 768px) {
    html {
        font-size: 9px;
    }
}

@media(max-width: 600px) {
    html {
        font-size: 7.8px;
    }

    .header-mid {
        height: 5rem;
    }

    .survey .container {
        padding: 0 3rem;
    }

    .form-options .form-option {
        margin-left: 2rem;
    }

    .form-option {
        display: block
    }

    texareaa {
        width: 100%
    }

    .survey input[type="text"], .survey input[type="email"], .survey input[type="text"]:focus, .survey input[type="email"]:focus, .survey input[type="text"]:active, .survey input[type="email"]:active {
        max-width: unset;
        width: 100%;
    }
}

@media(max-width: 480px) {
    html {
        font-size: 7px;
    }

    .header-mid {
        height: 4rem;
    }

    .survey label.answer {
        font-size: 2.8rem;
    }
}


.form-footer a {
    float: right;
    font-size: 2.5rem;
}

.ltr h1, .ltr #survey-form label {
    text-align: left;
}

.ltr .form-footer a {
    float: left;
}

.ltr .survey button {
    float: right;
}

.form-group.col-12 {
    display: flex !important;
    justify-content: center !important;
    margin-top: 4rem !important;
}

label {
    display: flex;
    align-content: baseline;
    align-items: baseline;
    column-gap: 0.5rem;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
    position: static;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
    background-color: #DD1C22;
    border-color: #DD1C22;
}

.progress {
    display: none;
    border: 1px solid #ccc !important;
    height: 2rem !important;
}

.progressBar {
    background-color: #041B51 !important;
    color: white !important;
    font-size: 10pt;
    align-self: center;
    padding-right: .5rem;
}
</pre></body></html>