.landing-form__container {
    background-color: #F7F6F0;
    border: 1px solid #E1DDC8;
    border-radius: 8px;
    padding: 23px 13px 35px 22px;
}

.landing-form__container .col-2 {
    margin-top: 40px;
    margin-left: 10px;
}

.tweak-input {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
}

.tweak-input label {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}

.tweak-input input {
    outline: none
}

.tweak-input input:focus, .tweak-input input:active {
    border-color: #F8B32A !important;
    box-shadow: 0 0 7px #F8B32A !important;
}

.tweak-input input:hover {
    border-color: #0E7083;
}

.tweak-input input:disabled {
    pointer-events: none;
    border-color: #E6DEDE;
    color: #F7F6F0;
}

.tweak-input input[type="text"] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6c6c6c;
    border: 1px solid #86B7C1;
}

.tweak-input input[type="email"] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #6c6c6c;
    border: 1px solid #86B7C1;
}

.tweak-input select {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #6c6c6c;
    border: 1px solid #86B7C1;
    outline: none;
}

ul.tweak-checkboxes li {
    display: flex;
    align-items: flex-start;
}

.button.subscribe {
    display: block;
    width: 100%;
}

.button.subscribe:after {
    color: #f2b449;
}

ul.tweak-checkboxes li p,
a {
    font-size: 14px;
    color: #000000;
}

/* popup */
.mc-field-group {
    position: relative;
}

.mc-field-group .tipPopup__wrapper {
    display: none;
    padding: 30px;
    background-color: #f2b449;
    position: absolute;
    bottom: 40px;
    margin-right: auto;
    margin-left: 0;
    right: 0;
    min-width: 300px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 720px) {
    .mc-field-group .tipPopup__wrapper {
        padding: 15px;
        font-size: 12px;
    }
}

.mc-field-group .tipPopup__wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #f2b449 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    margin-left: auto;
    right: 0;
    margin-right: 0;
}

.mc-field-group.withPopup .tipPopup__container:hover .tipPopup__wrapper {
    display: block;
    z-index: 5;
}


.mc-field-group .tipPopup__container::after {
    content: "\f05a";
    margin-left: 2px;
    margin-top: 3px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: top;
    color: #0E7083;
}

.tweak-input__tips {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tweak-input__tips #twErrorRequired {
    font-size: 14px;
    line-height: 1.5;
}

.tweak-input__tips input {
    width: 85%;
}

.tweak-input__tips select {
    width: 89%;
}


.tweak-input__tips span {
    position: relative;
    width: 20px;
    margin-left: 10px;
}
@media (max-width: 720px){
    .tweak-input__tips span {
        position: absolute;
        right: 0;
    }
}

.tweak__additional-text {
    margin-top: 20px;
    text-align: center;
}

.tweak__additional-text p {
    color: #000;
    font-size: 14px;
}

.tweak__privacy {
    margin-top: 20px;
}


.tweak__privacy {
    margin-top: 20px;
}

.tweak__privacy p {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.tweak__privacy h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.tweak__privacy a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

#mc-embedded-subscribe:disabled {
    /*opacity: 0.5;*/
    pointer-events: none;
}

#mc-embedded-subscribe:disabled:hover {
    background-color: #fff;
    color: #f2b449;
}


/* Validation */
.tweak-input__tips.error input {
    border: solid 1px #ff4a4a;
}

.landing-form__container .form-control {
    position: relative;
    width: 100%;
}

.landing-form__container .col-1 {
    width: 100%;
    max-width: 280px;
}

@media (max-width: 769px) {
    .landing-form__container .col-1 {
        max-width: 100%
    }
}

.landing-form__container .clear .button.white.border.yellow {
    background-color: #0E7083;
    color: white;
}

.landing-form__container .clear .button.white.border.yellow:hover {
    background-color: #f2b449;
}

#twErrorRequired {
    display: none;
}

#twErrorRequired.active {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

#twErrorRequired.active p {
    display: inline-block;
    color: #E80000;
    font-size: 14px;
    margin-bottom: 5px;
}

.twErrorRequiredWrong {
    position: relative;
    padding-left: 14px;
}

.twErrorRequiredWrong::before {
    content: 'x';
    position: absolute;
    font-size: 16px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #E80000;
    width: 12px;
    font-family: 'Droid Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tweak-checkboxes {
    max-width: 280px;
    width: 100%;
}

.tweak-checkboxes input[type="checkbox"] {
    display: grid;
    place-content: center;
}

.tweak-checkboxes input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    /*transform: scale(0);*/
    transition: 120ms transform ease-in-out;
}

.tweak-checkboxes input[type="checkbox"] {
    position: relative;
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin-right: 10px;

    font: inherit;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #86B7C1;
    border-radius: 0;
    transform: translateY(-0.075em);
    flex-shrink: 0;
    display: grid;
    transition: all .3s ease;
    place-content: center;
}

.tweak-checkboxes input[type="checkbox"]::before {
    opacity: 0;
    transition: all .3s ease;
    content: "\f00c";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: top;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    width: auto;
    height: auto;
}

.tweak-checkboxes input[type="checkbox"]:checked{
    background-color: #0E7083;
    border-color: #0E7083;
}
.tweak-checkboxes input[type="checkbox"]:checked::before {
    opacity: 1;
}

.tweak-checkboxes input[type="checkbox"]:focus {
    outline: none;
}

@media (max-width: 769px) {

    .landing-form__container {
        margin-top: 30px;
    }

    .tweak-input__tips select {
        width: 86.2%;
    }
}