/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end sedi's
 * @author niels mensink
 * @version 1.0.0
 * Copyright 2021. MIT licensed.
 */
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 300, 700, 600);
    a, body {
    color: #292b29;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::after, form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::before {
    top: 18;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
}
progress, sub, sup {
    vertical-align: baseline;
}
.main .content-area .content-title h1, body, form .form-row.no-margin>:first-child, form .textfield, p {
    margin: 0;
}
button, hr, input {
    overflow: visible;
}
* {
    box-sizing: border-box;
}
body {
    font-family: Geomanist, Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .05em;
}
h1, h3 {
    font-family: Recoleta, Georgia, serif;
    font-weight: 500;
    letter-spacing: .05em;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
h1 {
    line-height: 48px;
}
h3 {
    font-size: 6vw;
    line-height: 8vw;
}
.main {
    display: flex;
    flex-wrap: wrap;
 justify-content: flex-start;
    padding: 40px 20px;
}
@media (min-width:1025px) {
    .main {
    flex-wrap: nowrap;
}
}.main .content-area .content-title, .main .content-area .form .form-row {
    text-align: center;
}
.main .content-area .content-text {
    padding: 10px 0 16px;
    text-align: center;
}
.image-area {
    width: 100%;
    padding: 40px 0 0;
}
.image-area .background-image {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 470px;
    height: 380px;
    background-color: #e1e6e9;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.image-area .background-image .textarea {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("http://image.email.oetker.com/lib/fe3f117175640479701471/m/1/f0b833ee-cb01-446c-a45c-2110560025ec.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 20px;
}
body.confirmation main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 276px);
}
body.confirmation main .content-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body.confirmation main .content-area .big-checkmark {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
body.confirmation main .content-area .big-checkmark img {
    width: 50%}
form .error-txt {
    color: #e22c43;
    display: none;
}
form .error-txt.error-spacer {
    margin: 8px 0 0;
}
form .error-chk, form .error-rdo::before, form .show::before {
    box-shadow: 0 0 0 1px #d40c11!important;
    background-color: rgba(212, 5, 15, .1)!important;
}
form .unsub-txt {
    font-size: 14px;
    margin-bottom: 13px;
}
article, aside, details, figcaption, figure, footer, form .grid-chk-box .chk-box-row .container-chk-box input:checked~.checkmark:after, form .show, form input[type=submit]:focus, header, main, menu, nav, section, summary {
    display: block;
}
form .form-row, form .form-row .group-text {
    display: grid;
    grid-template-columns: 1fr;
}
form .form-row {
    margin: 0 0 17px;
}
form .form-row .radio-row, form .form-row>:first-child {
    margin: 0 0 16px;
}
@media (max-width:480px) {
    form .form-row>: first-child label:first-child {
    margin: 0 0 16px;
}
}form .divider {
    padding: 30px 0;
}
form .divider .divider-line {
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    display: block;
}
form .grid-chk-box .chk-box-row {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 0 16px;
}
@media (max-width:1209px) {
    form .grid-chk-box .chk-box-row {
    grid-auto-flow: dense;
}
}form .grid-chk-box .chk-box-row .container-chk-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
    padding: 4px 4vw 16px 6vw;
    cursor: pointer;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip {
    position: relative;
    display: inline-block;
    width: 20px;
    justify-self: center;
    cursor: help;
    margin-left: 5px;
}
@media only screen and (max-width:567px) {
    form .grid-chk-box .chk-box-row .container-chk-box .tooltip {
    justify-self: end;
}
}form .grid-chk-box .chk-box-row .container-chk-box .tooltip img {
    width: 20px;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext {
    position: absolute;
    display: flex;
    background-color: #fff5cc;
    color: #323232;
    text-align: left;
    border: 1px solid #fc0;
    padding: 20px;
    margin-top: -22px;
    margin-left: 0;
    z-index: 1;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::before {
    left: -26px;
    border-bottom: 13px solid #fc0;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::after {
    left: -25px;
    border-bottom: 13px solid #fff5cc;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip:hover~.tooltiptext {
    visibility: visible;
    opacity: 1;
}
form .grid-chk-box .chk-box-row label:first-child .tooltip~.tooltiptext {
    margin-left: 140px;
}
form .grid-chk-box .chk-box-row label:nth-child(2) .tooltip~.tooltiptext {
    margin-left: 250px;
}
form .grid-chk-box .chk-box-row label:nth-child(3) .tooltip~.tooltiptext {
    margin-left: 100px;
}
@media only screen and (max-width:480px) {
    form .grid-chk-box .chk-box-row label: first-child .tooltip~.tooltiptext, form .grid-chk-box .chk-box-row label:nth-child(2) .tooltip~.tooltiptext, form .grid-chk-box .chk-box-row label:nth-child(3) .tooltip~.tooltiptext {
    margin-left: 0;
    margin-top: 40px;
}
form .grid-chk-box .chk-box-row label:first-child .tooltip~.tooltiptext::before {
    left: 94px;
    top: -26px;
}
form .grid-chk-box .chk-box-row label:first-child .tooltip~.tooltiptext::after {
    left: 94px;
    top: -25px;
}
form .grid-chk-box .chk-box-row label:nth-child(2) .tooltip~.tooltiptext::before {
    left: 202px;
    top: -26px;
}
form .grid-chk-box .chk-box-row label:nth-child(2) .tooltip~.tooltiptext::after {
    left: 202px;
    top: -25px;
}
form .grid-chk-box .chk-box-row label:nth-child(3) .tooltip~.tooltiptext::before {
    left: 52px;
    top: -26px;
}
form .grid-chk-box .chk-box-row label:nth-child(3) .tooltip~.tooltiptext::after {
    left: 52px;
    top: -25px;
}
}form .grid-chk-box .chk-box-row .container-chk-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
form .grid-chk-box .chk-box-row .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-color: #fff;
    border: 2px solid #8d9c8c;
    border-radius: 4px;
    margin: -3px 12px 0 0;
}
form .grid-chk-box .chk-box-row .container-chk-box:hover input~.checkmark {
    background-color: #f7f7f7;
}
form .grid-chk-box .chk-box-row .container-chk-box input:checked~.checkmark {
    background-color: #8d9c8c;
    border-radius: 4px;
}
form .grid-chk-box .chk-box-row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
form .grid-chk-box .chk-box-row .container-chk-box .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
form .grid-chk-box .chk-box-row .error, form .grid-radio-box .error [type=radio]:not(:checked)+label, form .textfield input.error~span, form .textfield textarea.error~span {
    color: #e22c43;
}
form .grid-chk-box .chk-box-row .error span, form .grid-radio-box .error [type=radio]:not(:checked)+label:before {
    border: 2px solid #e22c43;
}
form .grid-chk-box .chk-box-row .disabled {
    pointer-events: none;
    color: #d4ded3;
}
form .grid-chk-box .chk-box-row .disabled span, form .grid-radio-box .disabled [type=radio]:not(:checked)+label:before {
    border: 2px solid #d4ded3;
}
form .chk-box .chk-box-row {
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
    gap: 30px;
}
form .chk-box .chk-box-row label {
    padding: 0;
     width:  40vw;
}
.footer-image .desktop, [hidden], form .chk-box input, template {
    display: none;
}
form .chk-box .inner-check {
    position: absolute;
    height: 10px;
    width: 10px;
    z-index: 99;
    max-height: 0;
    display: none;
}
form .chk-box input:checked+span img {
    box-shadow: 0 0 0 5px #8d9c8c;
    z-index: 9;
}
form .chk-box input:checked+span img+.inner-check {
    position: absolute;
    display: inline-block;
    top: -30px;
    right: 5px;
    width: 40px;
    z-index: 999;
    max-height: 40px;
    transform: scale(1);
}
@media only screen and (max-width:481px) {
    form .chk-box input: checked+span img+.inner-check {
    transform: scale(.75);
    top: -20px;
    right: 0;
}
}@media only screen and (min-width:482px) and (max-width:1024px) {
    form .chk-box input: checked+span img+.inner-check {
    transform: scale(.5);
    top: -20px;
    right: -10px;
}
}form .chk-box span {
    display: grid;
    position: relative;
    cursor: pointer;
}
form .chk-box span img {
    width: 100%}
form .chk-box span.draw {
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px transparent;
    color: transparent;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    transition: color .25s;
}
form .chk-box span.draw::after, form .chk-box span.draw::before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    border: 7px solid transparent;
    width: 0;
    height: 0;
}
form .chk-box span.draw::before {
    top: 0;
    left: 0;
}
form .chk-box span.draw::after {
    bottom: 0;
    right: 0;
}
@media only screen and (min-width:481px) {
form .chk-box span.draw:hover {
    color: #8d9c8c;
}
form .chk-box span.draw:hover::after, form .chk-box span.draw:hover::before {
    width: 100%;
    height: 100%}
form .chk-box span.draw:hover::before {
    border-top-color: #8d9c8c;
    border-right-color: #8d9c8c;
    transition: width .25s ease-out, height .25s ease-out .25s;
}
form .chk-box span.draw:hover::after {
    border-bottom-color: #8d9c8c;
    border-left-color: #8d9c8c;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}
}
form .grid-radio-box .radio-row {
    display: flex;
    justify-content: flex-start;
    padding: 0 4vw 0 6vw;
}
form .grid-radio-box [type=radio]:checked, form .grid-radio-box [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}
form .grid-radio-box [type=radio]:checked+label, form .grid-radio-box [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 28px;
    display: inline-block;
    color: #292b29;
}
form .grid-radio-box [type=radio]:checked+label:before, form .grid-radio-box [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #8d9c8c;
    border-radius: 100%;
    background: #fff;
}
form .grid-radio-box [type=radio]:checked+label:after, form .grid-radio-box [type=radio]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #8d9c8c;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s;
}
form .grid-radio-box [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
form .grid-radio-box [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
form .grid-radio-box [type=radio]:focus+label:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .12);
}
form .grid-radio-box [type=radio]:checked+label:before {
    box-shadow: none;
}
form .grid-radio-box [type=radio]:not(:checked)+label:before {
    background-color: #fff;
}
form .grid-radio-box .disabled {
    pointer-events: none;
}
form .grid-radio-box .disabled [type=radio]:not(:checked)+label {
    color: #d4ded3;
}
form .textfield .column {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
form .textfield label {
    position: relative;
    width: 100%}
@media only screen and (min-width:481px) {
    form .grid-chk-box .chk-box-row .container-chk-box {
    flex-direction: row;
    justify-content: flex-start;
    padding: 3px 25px 16px 35px;
}
form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::after, form .grid-chk-box .chk-box-row .container-chk-box .tooltip~.tooltiptext::before {
    transform: rotate(-90deg);
}
form .chk-box .chk-box-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0;
}
form .chk-box .chk-box-row label {
    padding: 0 40px 0 0;
    width: 25%}
form .grid-radio-box .radio-row {
    padding: 0;
}
form .textfield .column {
    flex-wrap: nowrap;
    max-width: 320px;
}
form .textfield label {
    padding-right: 10px;
}
}form .textfield input, form .textfield textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 0 2px #8d9c8c;
    border: none;
    border-radius: 20px;
    -webkit-appearance: none;
}
form .textfield input:focus, form .textfield textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #5a5e5a;
    border: 0;
}
form .textfield input:focus~span, form .textfield textarea:focus~span {
    font-size: 10px;
    color: #292b29;
    padding-top: 0;
    margin-top: -4px;
}
form .textfield input.error, form .textfield textarea.error {
    box-shadow: 0 0 0 2px #e22c43;
}
form .textfield input.disabled, form .textfield textarea.disabled {
    box-shadow: 0 0 0 2px #d4ded3;
    pointer-events: none;
}
form .textfield input::placeholder, form .textfield textarea::placeholder {
    opacity: 0;
}
form .textfield span {
    position: absolute;
    top: 1px;
    left: 20px;
    transform: translateY(12px);
    transition-duration: .3s;
    color: #c6c6c6;
}
form .textfield input:not(:placeholder-shown)+span, form .textfield label:focus-within>span {
    transform: translateY(0);
}
form input[type=submit] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
form input[type=submit]:focus+.submit-btn-border {
    border: 3px solid #5a5e5a;
}
form .submit-btn {
    padding-top: 30px;
}
form .submit-btn-border {
    display: inline-block;
    padding: 4px 5px;
    background: #8d9c8c;
    border-radius: 40px;
    cursor: pointer;
    border: 3px solid #8d9c8c;
}
[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}
form .submit-btn-border:hover {
    background-color: #5a5e5a;
    border: 3px solid #5a5e5a;
}
form .submit-btn-border.disabled {
    background: #d4ded3;
    border: 3px solid #d4ded3;
    pointer-events: none;
}
form .submit-btn-border .submit-label {
    display: inline-block;
    background: 0 0;
    color: #fff;
    padding: 8px 42px 6px;
    text-decoration: none;
    border-radius: 33px;
    cursor: pointer;
    font-weight: 700;
    transition: background-color .5s ease-out;
    border: 1px solid #fff;
    text-transform: uppercase;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
header {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 20px 160px;
    border-bottom: 2px solid #d8d8d8;
}
header .logo img {
    width: 124px;
}
footer {
    bottom: 0;
    width: 100%;
    font-family: Recoleta, sans-serif;
    text-align: center;
}
.footer-image img {
    display: block;
    width: 100%}
.footer-image .mobile {
    display: block;
    position: relative;
    margin-top: -4px;
    z-index: 1;
}
.footer-area {
    background: #d4ded3;
    display: flex;
    flex-direction: column-reverse;
    padding: 25px 20px 15px;
}
.footer-area .socials-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%}
.footer-area .socials-area .socials {
    display: flex;
    justify-content: space-evenly;
    width: 270px;
}
.footer-area .socials-area .socials .social {
    display: flex;
    padding: 10px;
}
.footer-area .socials-area .socials .social img {
    height: 20px;
}
.footer-area .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 30px;
}
.footer-area .footer-menu .copyright {
    width: 100%;
    padding: 10px;
}
.footer-area .footer-menu .menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.footer-area .footer-menu .menu .menu-item {
    padding: 5px 10px;
    width: 100%}
@media (min-width:481px) {
    h3 {
    font-size: 24px;
    line-height: 32px;
}
.main {
    padding: 40px 150px;
}
.main .content-area {
    padding: 20px;
}
.main .content-area .content-text, .main .content-area .content-title, .main .content-area .form .form-row, footer {
    text-align: left;
}
.image-area {
    padding: 20px;
    max-width: 510px;
}
.image-area .background-image {
    width: 470px;
}
form .grid-chk-box .chk-box-row .checkmark {
    position: absolute;
    margin: 0;
}
header {
    justify-content: flex-start;
}
.footer-image .desktop {
    display: block;
}
.footer-image .mobile {
    display: none;
}
.footer-area {
    flex-direction: column;
    padding: 25px 160px 15px 170px;
}
.footer-area .socials-area, .footer-area .socials-area .socials {
    justify-content: flex-end;
}
.footer-area .footer-menu {
    flex-direction: row;
    padding: 10px 0 0;
}
.footer-area .footer-menu .copyright {
    width: 340px;
}
.footer-area .footer-menu .menu .menu-item {
    width: auto;
}
}
.form-row .group-text {
    padding-bottom:  20px;
}
.form-row .chk-box .chk-box-row {
    margin-bottom:  30px;
}

form .chk-box span.draw::after, form .chk-box span.draw::before {
    box-sizing: content-box;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    width: 0;
    height: 0;
}
form .chk-box span.draw::before {
    top: -6px;
    left: -6px;
}
form .chk-box span.draw::after {
    bottom: -4px;
    right: -4px;
}