html {
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    cursor: default;
    min-height: 100vh;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    color: #000;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * App
 */
.green-btn {
    background: #08BF2D;
}

.red-btn {
    background: #BF0808;
}

.app {
    /*margin: 0 auto;*/
    width: 100%;
    /*max-width: 768px;*/
    background: #ffffff;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 100vh;
}

.app > .container {
    width: 100%;
    padding: 40px 0;
}

.app > .header {
    display: flex;
    width: 100%;
    padding: 40px 20px 20px 20px;
    align-items: center;
    gap: 0;
    flex-direction: row;
    background: #fff;
}

.app > .header > .container {
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.app > .header .header-logo img {
    max-width: 72px;
    width: 100%;
    height: auto;
}

.app > .section {
    width: 100%;
    padding: 0 20px;
}

.app > .section > .container {
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app > .section.horizontal > .container {
    flex-direction: row;
}

.app > .section > .container > .title {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .section > .container > .subtitle {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app > .section-banner {
    background: #EFF6FF;
}

.app > .section-banner > .container > .title {
    margin-top: 11px;
}

.app > .section-banner > .container > .subtitle {
    margin-top: 8px;
    max-width: 300px;
}

.app > .section-banner > .container > .quotes-btn {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    margin-top: 12px;
    border-radius: 4px;
    background: #494EF5;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .section-banner > .container > .quotes-img {
    width: 100%;
    max-width: 319px;
    height: 180px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: -1px 4px 8px -1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.app > .section-banner > .container > .quotes-img > img {
    width: 100%;
    height: auto;
}

.app > .section-banner > .container > .question-title {
    width: 100%;
    max-width: 336px;
    margin-top: 12px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .section-banner > .container > .question-option {
    width: 100%;
    max-width: 336px;
    padding: 18px;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #C1C1C1;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.app > .section-banner > .container > .question-option > .question-option-btn {
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .section-banner > .container > .question-option > .question-information {
    width: 100%;
    margin-top: 12px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app > .section-banner > .container > .question-option.option-no{
    margin-bottom: 32px;
}

.app > .section-features > .container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.app > .section-features {
    padding-top: 20px;
    padding-bottom: 20px;
}

.app > .section-features > .container > .feature {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100px;
}

.app > .section-features > .container > .feature img {
    width: 100%;
    max-width: 61px;
    height: auto;
}

.app > .section-features > .container > .feature .description {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .footer {
    width: 100%;
    padding: 20px;
    background: #F3F6F9;
    margin-top: auto;
}

.app > .footer > .container > .copyright {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}






