body {
    background: #b5c3b7;
    color: #190415;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    padding: 20px;
}
header {
    text-align: center;

    margin: 0 auto;
}
footer {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .links {
    display: flex;
    gap: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #190415;
}

.no-scroll {
    overflow: hidden;
}
section {
    padding-bottom: 30px;
}
.divider {
    border-bottom: 3px solid #190415;
}
.waiting-consent {
    /* overflow: hidden; */
    /* opacity: 0; */
    display: none;
}
.wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.form-container {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
}
.checkbox-option label {
    margin-left: 5px;
}

.checkbox-option {
    font-weight: 400;
    margin-left: 15px;
}
h4 {
    margin-bottom: 8px;
}
.checkbox-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    flex: 1;
    min-width: 70px;
    text-align: left;
    padding-right: 20px;
}

.checkbox-group input,
.form-group input,
.form-group textarea {
    /* flex: 2; */
    padding: 10px;
    margin: 5px 0;
    background: #fefbed;
    border: 2px solid #190415;
    border-radius: 5px;
    font-size: 16px;

    width: 70%;
}

.form-container button {
    padding: 10px 20px;
    margin-top: 10px;
}
.wrapper-submit {
    text-align: center;
}
.consent-text {
    font-size: 13px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}
.consent-text label {
    padding-left: 10px;
}
.brand {
    font-weight: bold;
}
.secondary {
    opacity: 0.8;
}
.submit {
    background: #190415;
    border: 2px solid #190415;
    border-radius: 5px;
    color: #b5c3b7;
    font-weight: bold;
    width: 250px;
    font-size: 16px;
    transition: 0.5s;
}
.submit:hover {
    background: #b5c3b7;
    border: 2px solid #190415;
    color: #190415;
    cursor: pointer;
}
p {
    line-height: 1.5em;
    text-align: justify;
}
a {
    color: #190415;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #190415;
    transition: 0.5s;
    text-decoration: underline;
}
@media (max-width: 600px) {
    .wrapper {
        width: auto;
    }
    .form-container {
        width: auto;
    }
    .wrapper {
        width: auto;
        margin: 0 auto;
    }
    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group label {
        /* min-width: 150px; */
        text-align: left;
        padding: 0px;
    }
    .form-group label,
    .form-group input,
    .form-group textarea {
        flex: 1 100%;
        margin: 5px 0;
        width: 90%;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .links {
        flex-direction: column;
        margin-top: 10px;
    }
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #190415;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: #190415;
}

.overlay {
    /* display: none; */
    overflow: hidden;
    /* height: 100vh;
	width: 100vw; */
    position: fixed;
    background: #b5c3b7;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    height: 100vh;
}
.overlay.is-consent-end {
    display: none;
}
.overlay.is-consent {
    opacity: 0;
}
.overlay-wrapper {
    margin: 0 auto;
    width: 350px;
    text-align: center;
    padding-top: 10vh;
}

.overlay header img {
    z-index: 100;
    position: absolute;
    top: 500px;
    left: 500px;
}
.age-consent-box {
    /* width: 300px; */
    /* height: 300px; */
    background: #190415;
    color: #b5c3b7;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: #190415;
    /* text-align: left; */
    padding: 30px;
}
.age-consent-box p {
    text-align: center;
}
.age-consent-box h2 {
    color: color(display-p3 0.992 0.984 0.929);
}
.consent-agree {
    background: #b5c3b7;
    border: 2px solid #b5c3b7;
    border-radius: 5px;
    color: #190415;
    font-weight: bold;
    width: 250px;
    font-size: 16px;
    padding: 10px;
    transition: 0.5s;
    margin-bottom: 20px;
}
.consent-agree:hover {
    background: #190415;
    border: 2px solid #b5c3b7;
    color: #b5c3b7;
    cursor: pointer;
}
.consent-disagree {
    background: #190415;
    border: 2px solid #b5c3b7;
    border-radius: 5px;
    color: #b5c3b7;
    font-weight: bold;
    width: 250px;
    font-size: 16px;
    padding: 10px;
    transition: 0.5s;
    margin-bottom: 20px;
}
.consent-disagree:hover {
    background: #b5c3b7;
    border: 2px solid #b5c3b7;
    color: #190415;
    cursor: pointer;
}
.development {
    background: yellow;
    color: black;
    padding: 10px 40px;
    /* opacity: 0.7; */
}

@media (max-width: 400px) {
    .overlay-wrapper {
        margin: 15px;
        width: auto;
    }

    .consent-agree,
    .consent-disagree {
        width: 90%;
    }
}
/* input[type="checkbox"] {
					appearance: none;
					-webkit-appearance: none;
					display: flex;
					align-content: center;
					justify-content: center;
					font-size: 2rem;
					padding: 0.1rem;
					border: 0.25rem solid #190415;
					 border-radius: 0.5rem;
				} */
/* input[type="checkbox"]::before {
					content: "";
					width: 10px;
					height: 10px;
					clip-path: polygon(
						20% 0%,
						0% 20%,
						30% 50%,
						0% 80%,
						20% 100%,
						50% 70%,
						80% 100%,
						100% 80%,
						70% 50%,
						100% 20%,
						80% 0%,
						50% 30%
					);
					transform: scale(0);
					background-color: #190415;
				}
				input[type="checkbox"]:checked::before {
					transform: scale(1);
				} */
