@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html,body {
    height: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size:1em;
    line-height:150%;
}
h1 {
    color:#00604b;
    font-size:2.7em;
    margin: 72px 0;
    font-weight:bold;
}

h2 {
    font-size:2em;
    margin: 36px 0 18px;
    text-align: left;
}
p {
    font-size:1.25em;
}
section {
    padding: 0 36px;
}
.logo {
    margin: 24px 36px;
}
.logo img {
    width: 240px;
    margin: 0;
}
.flag {
    margin: 0 36px;
}
.flag img {
    width: 100px;
    margin: 0;
}
.card-body {
    width:60vw;
}
.justify-content-left label.btn {
    margin-right:1em;
}
textarea {
    margin: 27px 0 0;
}
legend {
    margin:1em 0 2em;
}
legend span {
    padding:.5em 0 0;
    font-size: .9em;
    color:grey;
    margin-bottom:-.5em;
}
.survey {
    border: none;
}
.survey .card-footer {
    border: none;
    background-color: transparent;
    margin: 2em 0 0;
}
.nac-primary {
    border-radius: 6px;
    border-color: #00604b;
    background-color:#00604b;
    color:#FFFFFF;
    font-size:1.5em;
    padding:.5em 1em;
}
.nac-secondary {
    border-radius: 6px;
    border-color: #00604b;
    background-color:transparent;
    color:#00604b;
    font-size:1.5em;
    padding:.5em 1em;
}
.nac-primary:hover, .nac-primary:active, .nac-secondary:hover, .nac-secondary:active, .btn-check:hover+.nac-secondary, .btn-check:checked+.nac-secondary {
    background-color:#003d31;
    border-color:#003d31;
    color:#FFFFFF;
    cursour: pointer;
}
button:first-child {
    margin-right: 36px;
}

label.nac-secondary {
    font-size:1em;
    padding:.4em .5em;
    min-width:2.5em;
}
textarea {
    width: 100%;
}
progress[value] {
    -webkit-appearance: none;
    appearance: none;
    width:100%;
    height:4px;
}
progress[value]::-webkit-progress-bar {
    background-color:#e6e7e8;
    border-radius: 4px;
    box-shadow: none;
}
progress[value]::-webkit-progress-value {
    background-color:#19a683;
    border-radius: 4px;
    box-shadow: none;
}
footer {
    padding:36px;
    background-color:#00372b;
    color:rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 18px;
    margin: 72px 0 0;
}
footer .logo {
    text-align:right;
    margin: 0;
    min-width: 332px;
}
footer .logo img {
    width: 100px;
    margin: 0 0 0 9px;
}
footer .brand p {
    margin: 18px 0 0;
    padding: 0;
}
.lab {
  font-size: 1.5em;
}
.privacy a,
.privacy a:visited,
.privacy a:active {
    color: #FEFEFE;
    text-decoration: underline;
}

iframe {
        width: 1528px;
        height: 894px;
    }
@media screen and (max-width:1600px) {
    iframe {
        width: 1128px;
        height: 669px;
    }
}
@media screen and (max-width:1200px) {
    iframe {
        width: 888px;
        height: 534px;
    }
}
@media screen and (max-width:960px) {
    iframe {
        width: 768px;
        height: 467px;
    }
}

@media screen and (max-width:930px) {
    footer .d-flex {
        flex-wrap: wrap;
    }
    footer .copyright, footer .logo {
        text-align: center;
    }
    footer .logo {
        min-width:0;
    }
    .card-body {
        width:70vw;
    }
}
@media screen and (max-width:840px) {
    iframe {
        width: 720px;
        height: 424px;
    }
}
@media screen and (max-width: 720px) {
    #main .container {
        width: 100%;
    }
    header .logo img {
        width:180px;
    }
    header .flag img {
        width:80px;
    }
    .card-body {
        width:80vw;
    }
    iframe {
        width: 540px;
        height: 318px;
    }
}
@media screen and (max-width: 590px) {
    label.btn {
        padding: .2em .5em;
        font-size: 1em;
        line-height: 1em;
        min-width:0;
    }
    .rating lable.btn {
        padding: .1em;
    }
}
@media screen and (max-width:540px) {
    iframe {
        width: 480px;
        height: 283px;
    }
}
@media screen and (max-width:480px) {
    iframe {
        width: 410px;
        height: 241px;
    }
}
@media screen and (max-width:410px) {
    iframe {
        width: 375px;
        height: 220px;
    }
}