	

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info .tp-feature__text > p:not(:last-child) {
    margin-bottom: 57px;
}

.contact-info .tp-feature__text > p img {
    margin-right: 27px;
}

#m_s_195718858 > .tp_module:nth-child(2n) .content_button_link{
    background-color: #fff;
}

.contact-social > .tp_module:nth-child(2n) .content_button_link_container a {
    background: #fff !important;
}

.contact-social .content_button_link_container a {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: var(--tp-secondary);
}

#frm-action-110415883 {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

#frm-action-110415883 > .form-field-contact {
    width: calc(50% - 24px);
}

#frm-action-110415883 .form-field-contact:has(input[type="radio"]),
#frm-action-110415883 .form-field-contact:has(textarea) {
    width: 100%;
}


.form-field-contact textarea,
.form-field-contact > input {
    border-radius: 0;
    padding-left: 0;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none !important;
    color: #fff !important;
}

.form-field-contact > input::placeholder,
.form-field-contact > textarea::placeholder {
    color: #fff;
}

.form-field-contact textarea {
    height: 34px;
}

.form-contact .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23BA9862' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-contact .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

#id1574 {
    margin-bottom: 16px;
}

#id1544 {
    font-size: 15px;
    color: #011C2A;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-field-contact .bp_form_label_radio {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#frm-action-110415883 .bp_form_field:last-child {
    margin-left: auto;
}

#frm-action-110415883 .bp_form_field button {
    padding: 16px 52px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 15.171px 0 rgba(0, 0, 0, 0.12);
    font-size: 20px;
    color: var(--tp-secondary);
    border-radius: 6px;
    font-weight: 500;
    transition: all .4s;
}

#frm-action-110415883 .bp_form_field button:hover {
    background-color: var(--tp-primary);
    color: #fff;
    transition: all .4s;
}

#sc-279752400 {
    margin: 27px 0;
}

#btn_co_526128455 {
    padding: 0;
}

#m_526128455 .content_button_link_container {
    align-items: center;
    gap: 12px;
}

#m_526128455 .content_button_link_container svg {
    transition: all .3s;
}

#m_526128455 .content_button_link_container:hover svg {
    transform: translateX(6px);
    transition: all .4s;
}
#m_526128455 svg path {
    fill: #fff;
}

.map-container {
    border-radius: 0;
}

.tp_processing {
    padding-top: 10px;
}

.form-contact .bp_msg_show {
    display: block;
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 1200px) {
    #frm-action-110415883 > .form-field-contact {
        width: 100%;
    }
    #frm-action-110415883 {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-info {
        gap: 30px;
    }
    
    .contact-info .tp-feature__text > p:not(:last-child) {
        margin-bottom: 15px;
    }
    .contact-info .tp-feature__text > p img {
        margin-right: 8px;
    }
}
