.accespro-index-index .page-title-wrapper .page-title {
    margin-bottom: 2rem;
}

.accespro-index-index .page-title-wrapper .description {
    font-size: 1.8rem;
}

#accespro-form-container .form__title {
    font-family: 'Abril Fatface', sans-serif;
    font-size: 3.5rem;
    color: black;
    text-align: center;
    margin: 7rem 0 2.5rem;
}

#accespro-form-container .selector__container {
    margin-bottom: 3rem;
}

#accespro-form-container .selector {
    display: flex;
    flex-direction: row;
    margin: auto auto 2rem;
    width: 66%;
    background-color: white;
    border-radius: 80px;
    padding: 2px;
}

#accespro-form-container .selector.selected {
    background-color: rgba(188, 82, 33, 0.05);
    border: 2px solid #bc5221;
    padding: 0;
}

#accespro-form-container .selector input {
    display: none;
}

#accespro-form-container .slector__radio-container,
#accespro-form-container .selector__text-container {
    display: flex;
    flex-direction: column;
    width: auto;
}

#accespro-form-container .slector__radio-container {
    justify-content: center;
    align-items: center;
    margin: 0 2rem;
}

#accespro-form-container .selector .selector__radio {
    text-align: right;
    display:grid;
    align-items: center;
    justify-items: right;
}

#accespro-form-container .selector .selector__radio-proxy {
    display: inline-block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    border: 2px solid black;
    border-radius: 80px;
    position: relative;
    vertical-align: text-bottom;
}

#accespro-form-container .selector .selector__radio-proxy:before {
    content: "";
    display: none;
    height: 12px;
    width: 12px;
    background: #bc5221;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 80px;
}

#accespro-form-container .selector:has(input[type="radio"]:checked) .selector__radio-proxy:before {
    display: block;
}

#accespro-form-container .selector__text-container {
    padding: 2rem 0;
    margin-right: 2rem;
}

#accespro-form-container .selector .selector__title {
    font-family: 'Abril Fatface', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #bc5221;
    text-align: left;
    padding-bottom: .5rem;
}

#accespro-form-container .selector .selector__description {
    padding-top: .5rem;
    font-size: 1.8rem;
}

#accespro-form-container .form__container {
    width: 66%;
    margin: auto;
}

#accespro-form-container .fieldset .legend {
    font-family: 'Abril Fatface', sans-serif;
    font-size: 3rem;
    color: black;
}

#accespro-form-container .form__container {
    margin-top: 0px;
}

#accespro-form-container .fieldset .field {
    display: flex;
    flex-direction: column;
}

#accespro-form-container .fieldset .field .label {
    font-size: 2rem;
    padding-left: 3rem;
    color: black;
}

#accespro-form-container form .fieldset > .field.required > .label::after {
    font-size: 2rem;
    margin: 0;
    color: #bc5221;
}

#accespro-form-container .fieldset .field .control select,
#accespro-form-container .fieldset .field .control textarea,
#accespro-form-container .fieldset .field .control input {
    font-size: 2rem;
    height: calc(2rem + 32px);
    border: unset;
    border-radius: 80px;
    padding: 16px 24px;
}

#accespro-form-container .fieldset .field .control p {
    padding-left: 24px;
}

#accespro-form-container .actions-toolbar {
    margin: 0;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 840px) {
    #accespro-form-container .selector__container {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 840px) {
    #accespro-form-container .form__container {
        width: 100%;
    }

    #accespro-form-container .selector {
        width: 100%;
    }
}
