.nextnewsletter {
    background: var(--lightblue);
}

.nl-form-body {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 90%;
    margin-left: 5%;
}

.nextnewsletter hr {
    margin: 35px auto;
}

.nextnewsleader-header {
    margin: 0 20%;
    padding-top: 20px;
    width: 60%;
}

.nextnewsleader-header img {
    max-width: 100%;
    height: auto;
}

.nl-form-body .element {
    display: flex;
    justify-content: start;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}

#optin_form {
    position: relative;
    padding: 20px;
}

#optin_form input {
    padding: 10px 0 10px 10px;
}

#optin_form input[type="text"] {
    border: var(--blue) solid 1px;
    background: var(--lightblue);
    width: 100%;
    border-radius: 4px;
}

#optin_form input[type="checkbox"] {
    border-radius: 0;
    position: relative;
    top: 0.45rem;
    height: fit-content;
}

#optin_form select {
    border: var(--blue) solid 1px;
    background: var(--lightblue);
    width: 400px;
    border-radius: 4px;
    padding: 10px 0 10px 10px;
}

#optin_form .element.mandatory .validation {
    display: none;
}

#optin_form .element.mandatory.invalid input[type="text"] {
    border-color: var(--red);
    border-width: 2px;
}

#optin_form .element.mandatory.invalid .validation {
    display: block;
    font-weight: 700;
    color: var(--red);
}

#optin_form p {
    color: #1F1F1E;
}

.nextnewsletter p.descr {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.9;
    position: absolute;
    bottom: 4.5rem;
}

.element .second {
    flex: auto;
}

#fa_12 .privacy-text p {
    font-size: 16px;
}

#fa_5 {
    text-align: center;
    justify-content: center;
}

#fa_7 {
    margin-top: 30px;
    justify-content: space-between;
}

#fa_7 .first,
#fa_8 .first,
#fa_9 .first,
#fa_14 .first {
    width: 100%;
}

#fa_7 .second,
#fa_14 .second {
    flex: none;
    flex-grow: 0.3;
    width: 100%;
}

#fa_7 .second select {
    width: 100%;
}

#fa_7 .first label,
#fa_11 .first label {
    padding-top: 11px;
    font-weight: 700;
}

#fa_10 {
    flex-direction: column;
}

#fa_11 {
    flex-direction: column;
    margin-bottom: 10px;
}

#fa_11 label {
    font-size: 14px;
    text-align: left;
}

#fa_11 .second>div,
#fa_12 .second>div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: justify;
}

#fa_12 p,
#fa_13 .formassi_element_paragraph {
    font-size: 14px;
}

#fa_14 .second {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#fa_14 button {
    background: var(--blue);
    padding: 10px;
    font-weight: 400;
    border: none;
    color: #fff;
    border-radius: 4px;
}

#fa_8 .first label,
#fa_9 .first label,
#fa_10 .first label,
#fa_14 .first label {
    width: 100%;
    font-weight: 700;
}

div.contentcontainer[data-container-identifier="container_10_80_10"] div .frame-header *:last-child {
    margin-top: 30px;
}