.container-jdf-landpage-section-form-interested .row-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container-jdf-landpage-section-form-interested .row-primary .col-content {
    width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-jdf-landpage-section-form-interested .mt-24 {
    margin-top: 24px;
}

.container-jdf-landpage-section-form-interested .row-field-6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.container-jdf-landpage-section-form-interested .row-field-12 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 16px;
}

.container-jdf-landpage-section-form-interested .col-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    /* margin-top: 76px; */
}

.container-jdf-landpage-section-form-interested .col-header .line {
    background-color: #FFDE00;
    height: 4px;
    border-radius: 8px;
    margin-bottom: 4px;
    display: inline-block;
    width: 32px;
}

.container-jdf-landpage-section-form-interested .col-header .title {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.container-jdf-landpage-section-form-interested .col-title {
    display: flex;
    gap: 90px;
    flex-direction: row;
    margin-bottom: 16px;
}

.container-jdf-landpage-section-form-interested .col-title .title {
    color: #E5E6E6;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.container-jdf-landpage-section-form-interested .col-title .title.active {
    color: var(--e-global-color-primary);
}

.container-jdf-landpage-section-form-interested .col-form .col-field-6 {
    width: calc(50% - 12px);
}

.container-jdf-landpage-section-form-interested .col-form .col-field-12 {
    width: 100%;
}

.container-jdf-landpage-section-form-interested .col-form input[type="text"],
.container-jdf-landpage-section-form-interested .col-form input[type="email"],
.container-jdf-landpage-section-form-interested .col-form input[type="tel"] {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    height: 48px;
    padding: 12px;

    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--e-global-color-text);
}

.container-jdf-landpage-section-form-interested .col-form textarea {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--e-global-color-text);
    display: block;
    height: 135px;
}

.container-jdf-landpage-section-form-interested .col-form .ui-selectmenu-button {
    width: 100%;
    border: 2px solid rgba(84, 88, 90, 0.2);
    border-radius: 12px;
    background-color: transparent;
    padding: 10px 12px;
    box-sizing: border-box;
}

.container-jdf-landpage-section-form-interested .col-form .ui-icon {
    background-image: url('../images/arrow-bottom-select.png');
    width: 14px;
    height: 8px;
    margin-top: 8px;
    transition: 500ms all;
}

.container-jdf-landpage-section-form-interested .col-form .ui-selectmenu-button-open .ui-icon {
    transform: rotate(180deg);
    transition: 500ms all;
}

.container-jdf-landpage-section-form-interested .col-form .ui-selectmenu-text {
    opacity: .9;
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.selectmenu-jdf-landpage-section-form-interested {
    border-radius: 12px;
}

.selectmenu-jdf-landpage-section-form-interested .ui-state-active,
.selectmenu-jdf-landpage-section-form-interested .ui-widget-content .ui-state-active {
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    font-weight: normal;
    color: #fff;
}

.selectmenu-jdf-landpage-section-form-interested .ui-menu-item-wrapper {
    padding: 1em;
    border-radius: 12px;
    /* width: 90%; */
    margin: 0 auto;
}

.selectmenu-jdf-landpage-section-form-interested .ui-menu-item-wrapper.ui-state-active {
    background-color: var(--e-global-color-primary);
}

.selectmenu-jdf-landpage-section-form-interested ul.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 12px;
}

.selectmenu-jdf-landpage-section-form-interested .ui-state-disabled {
    display: none;
}

.container-jdf-landpage-section-form-interested .field-checkbox {
    display: flex;
    gap: 8px;
}

.container-jdf-landpage-section-form-interested .field-checkbox p {
    margin: 0;
    line-height: normal;
}

.container-jdf-landpage-section-form-interested .field-checkbox .label-lgpd-checkbox {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.container-jdf-landpage-section-form-interested .field-checkbox a {
    text-decoration: underline;
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.container-jdf-landpage-section-form-interested .field-button {
    display: flex;
    margin-top: 24px;
    flex-direction: row;
    justify-content: center;
}

.container-jdf-landpage-section-form-interested .button {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-landpage-section-form-interested .button:hover {
    opacity: 0.7;
}

.container-jdf-landpage-section-form-interested .button .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-landpage-section-form-interested .button .icon {
    display: flex;
}

.container-jdf-landpage-section-form-interested .buttons .btn {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-landpage-section-form-interested .buttons .btn:hover {
    opacity: 0.7;
}

.container-jdf-landpage-section-form-interested .buttons .btn .icon {
    display: flex;
}

.container-jdf-landpage-section-form-interested .buttons .btn .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-landpage-section-form-interested .button-submit button {
    display: flex;
    padding: 16px 32px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container-jdf-landpage-section-form-interested .button-submit button:hover,
.container-jdf-landpage-section-form-interested .button-submit button:active {
    opacity: .7;
}

.container-jdf-landpage-section-form-interested .button-submit button .text {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.container-jdf-landpage-section-form-interested .button-submit button .icon {
    display: flex;
}

.container-jdf-landpage-section-form-interested .field-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}




.container-jdf-landpage-section-form-interested .row-field-radio {
    display: flex;
    flex-direction: row;    
    gap: 12px;
}

.container-jdf-landpage-section-form-interested .row-field-radio .field-radio {
    display: flex;
    flex-direction: row;    
    gap: 10px;
}

.container-jdf-landpage-section-form-interested .row-field-radio .field-radio label {
    font-family: JD Sans Pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--e-global-color-text);
}

.container-jdf-landpage-section-form-interested .row-field-radio input[type="radio"] {
    accent-color: var(--e-global-color-primary);
    width: 20px;
    height: 20px;
    margin: 0;
}



.container-jdf-landpage-section-form-interested .row-field-checkbox {
    columns: 2;
}

.container-jdf-landpage-section-form-interested .row-field-checkbox .field-checkbox {
    display: flex;
    flex-direction: row;    
    gap: 10px;
    margin-bottom: 12px;
}

.container-jdf-landpage-section-form-interested .row-field-checkbox .field-checkbox label {
    font-family: JD Sans Pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--e-global-color-text);
}

.container-jdf-landpage-section-form-interested .row-field-checkbox input[type="checkbox"] {
    accent-color: var(--e-global-color-primary);
    width: 18px;
    height: 18px;
    margin: 0;
}

.container-jdf-landpage-section-form-interested .row-multifield,
.container-jdf-landpage-section-form-interested .row-field-multified {
    display: flex;
    flex-direction: column;    
    gap: 12px;
}

.container-jdf-landpage-section-form-interested .label-multifield {
    font-family: JD Sans Pro;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    color: var(--e-global-color-primary);
}

.container-jdf-landpage-section-form-interested .btn-add-multifield {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.container-jdf-landpage-section-form-interested .btn-add-multifield svg {
    display: block;
}

.container-jdf-landpage-section-form-interested .btn-add-multifield .text {
    font-family: JD Sans Pro;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: var(--e-global-color-text);
}

.container-jdf-landpage-section-form-interested .col-notification {
    padding: 16px;
    border-radius: 8px;
    max-width: 530px;
    border: 1px solid var(--alpha-orange-8, #FF5E4014);
    box-shadow: 0px 1px 2px 0px #19191C0A;
    background-color: #FFEFEC;
    margin: 24px auto 0;
}

.container-jdf-landpage-section-form-interested .col-notification.col-notification-sucess {
    background: linear-gradient(0deg, var(--background-white, #FFFFFF), var(--background-white, #FFFFFF)),
linear-gradient(0deg, var(--feedback-sucess-lighter, #E6FBF3), var(--feedback-sucess-lighter, #E6FBF3));
    border: 1px solid var(--alpha-green-8, #08D48B14);
    box-shadow: 0px 1px 2px 0px #19191C0A;

}

.container-jdf-landpage-section-form-interested .col-notification .row-notification {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.container-jdf-landpage-section-form-interested .col-notification .row-notification .title {
    font-family: JD Sans Pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #0D0D0E;
}

.container-jdf-landpage-section-form-interested .col-notification .row-notification .description {
    font-family: JD Sans Pro;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #4B4B53;
}

.container-jdf-landpage-section-form-interested .col-answer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
}

.container-jdf-landpage-section-form-interested .col-answer .buttons {
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: center;
}

.container-jdf-landpage-section-form-interested .col-answer .button-answer {
    display: flex;
    padding: 16px 32px;
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 4px;
    transition: 500ms all;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #54585A;
}

.container-jdf-landpage-section-form-interested .col-answer .button-answer:hover,
.container-jdf-landpage-section-form-interested .col-answer .button-answer:active {
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
    opacity: 1;
}

.container-jdf-landpage-section-form-interested .col-answer .title-answer {
    font-family: JD Sans Pro;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--e-global-color-text);
}

.container-jdf-landpage-section-form-interested .col-answer-no {
    display: none;
}

.container-jdf-landpage-section-form-interested .step {
    display: none;
}

@media(max-width: 1215px) {
    .container-jdf-landpage-section-form-interested .col-header {
        margin-bottom: 27px;
        margin-top: 0;
    }

    .container-jdf-landpage-section-form-interested .col-header .title {
        color: var(--e-global-color-primary);
        font-family: "JD Sans Pro";
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .container-jdf-landpage-section-form-interested .col-title {
        display: flex;
        gap: 48px;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .container-jdf-landpage-section-form-interested .col-title .title {
        color: #E5E6E6;
        font-family: "JD Sans Pro";
        font-size: 10px;
        font-weight: 700;
        line-height: 11px;
    }


    .container-jdf-landpage-section-form-interested .row-primary .col-content {
        width: 60%;
    }

    .container-jdf-landpage-section-form-interested .col-form .col-field-6 {
        width: 100%;
    }

    .container-jdf-landpage-section-form-interested .col-form input[type="text"],
    .container-jdf-landpage-section-form-interested .col-form input[type="email"],
    .container-jdf-landpage-section-form-interested .col-form input[type="tel"] {
        font-size: 14px;
    }

    .container-jdf-landpage-section-form-interested .col-form textarea {
        font-size: 14px;
    }

    .container-jdf-landpage-section-form-interested .col-form .ui-selectmenu-text {
        font-size: 14px;
    }

    .container-jdf-landpage-section-form-interested .field-checkbox .label-lgpd-checkbox,
    .container-jdf-landpage-section-form-interested .field-checkbox .label-lgpd-checkbox p {
        font-size: 14px;
    }

    .container-jdf-landpage-section-form-interested .field-buttons {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-top: 16px;
        gap: 24px;
    }

    .container-jdf-landpage-section-form-interested .button-submit button {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .container-jdf-landpage-section-form-interested .row-primary {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .container-jdf-landpage-section-form-interested .row-primary .col-content {
        width: 100%;
    }
}