#sofw-lead-widget {
    position: fixed;
    z-index: 999999999;
    bottom: 100px;
    left: 30px;
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-variation-settings: normal;
}
@media (max-width: 480px) {
    #sofw-lead-widget {
        bottom: 50px;
        left: 8px;
    }
}
#sofw-lead-widget #lead-widget-container {
    position: relative;
}
#sofw-lead-widget button#contact-button {
    color: #B12029;
    padding: 14px 1px 11px 24px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 3.55px;
    box-shadow: rgba(25, 38, 57, 0.2) 0px 8px 25px, rgba(25, 38, 57, 0.07) 0px 4px 8px;
    display: block;
    display: none;
}
#sofw-lead-widget button#contact-button #contact-icon {
    border-radius: 50%;
    padding: 14px 10px;
    background-color: rgb(177, 32, 41);
}
#sofw-lead-widget #contact-block button#cta-1 {
    position: absolute;
    bottom: 1px;
    left: 0;
    left: 0;
    z-index: -1;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 28px;
    padding-bottom: 56px;
    background-color: #B12029;
    color: #fff;
    display: block;
    display: none;
}
#sofw-lead-widget #attention-block button {
    position: absolute;
    bottom: 94px;
    left: 0;
    z-index: -1;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.88px;
    white-space: nowrap;
    background-color: #B12029;
    color: #fff;
    box-shadow: rgba(25, 38, 57, 0.2) 0px 4px 8px, rgba(25, 38, 57, 0.07) 0px 4px 8px;
    width: 258px;
    padding: 8.5px 10px 7.5px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: block;
    display: none;
}
#sofw-lead-widget #attention-block button svg {
    position: relative;
    left: -2px;
    top: -1px;
}
#sofw-lead-widget #lead-widget-form-container {
    left: -10px;
    bottom: 48px;
}
#sofw-lead-widget .modal#sofw_lwModal {
    bottom: -100px;
    left: 0;
    width: 365px;
    min-height: 704px;
    top: auto;
    left: auto;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-header {
    align-items: start;
    background: linear-gradient(rgba(177, 32, 41, 0.8) 10%, #B12029 100%);
    color: #fff;
    padding-bottom: 78px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-header h1.modal-title {
    font-family: "Nunito Sans", sans-serif !important;
    text-transform: none !important;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    max-width: 250px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-header h1.modal-title strong {
    font-weight: 600;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog {
    width: 345px;
    margin: 0 auto 0.9rem;
    font-weight: 300;
    box-shadow: rgba(25, 38, 57, 0.03) 0px 8px 10px, rgba(25, 38, 57, 0.07) 0px 4px 8px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog .modal-content {
    -webkit-border-radius: 10px 10px 8px 8px;
    border-radius: 10px 10px 8px 8px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog .modal-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog .modal-body {
    background: linear-gradient(0deg, rgba(35, 50, 71, 0.06), rgba(35, 50, 71, 0.06)), #fff;
    padding-top: 76px;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog .modal-footer {
    font-size: 11px;
    border-top: none;
}
#sofw-lead-widget .modal#sofw_lwModal .modal-dialog .modal-footer a {
    color: #000;
    opacity: 0.6;
    text-decoration: none;
}
#sofw-lead-widget .modal#sofw_lwModal #close-icon {
    border-radius: 50%;
    padding: 10px;
    border: none;
    position: absolute;
    left: 10px;
    background-color: rgb(177, 32, 41);
}
#sofw-lead-widget .modal#sofw_lwModal #form {
    background-color: #fff;
    -webkit-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px;
    padding-top: 10px;
}
#sofw-lead-widget .modal#sofw_lwModal #ding {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #fff;
    float: right;
}
#sofw-lead-widget .modal#sofw_lwModal #logo {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -60px;
    text-align: center;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sofw-lead-widget .modal#sofw_lwModal #logo img {
    width: 48px;
}
#sofw-lead-widget .modal.show, #sofw-lead-widget .open {
    animation: sofw_lw_modalOpen 0.3s;
}
#sofw-lead-widget .close {
    animation: sofw_lw_modalClose 0.3s;
}
@keyframes sofw_lw_modalOpen {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
   }
    1% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
   }
    80% {
        opacity: 0.5;
   }
    90% {
        opacity: 0.75;
   }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1 !important;
   }
}
@keyframes sofw_lw_modalClose {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   }
    1% {
        opacity: 0.75;
   }
    80% {
        opacity: 0.5;
   }
    90% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
   }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
   }
}
@media (min-width: 601px) {
    #sofw-lead-widget .modal#sofw_lwModal {
        position: absolute;
   }
}
@media (max-width: 600px) {
    #sofw-lead-widget .modal#sofw_lwModal {
        bottom: 0;
        top: 0;
        left: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
   }
    #sofw-lead-widget .modal#sofw_lwModal .modal-dialog, #sofw-lead-widget .modal#sofw_lwModal .modal-content {
        height: 100% !important;
        width: 100%;
        margin: 0;
   }
    #sofw-lead-widget .modal#sofw_lwModal .modal-content, #sofw-lead-widget .modal#sofw_lwModal .modal-header, #sofw-lead-widget .modal#sofw_lwModal .modal-footer {
        border-radius: 0px !important;
   }
    #sofw-lead-widget #close-icon {
        display: none;
   }
}
#sofw-lead-widget .gform_wrapper .top_label div.ginput_container:not(.ginput_container_checkbox) {
    margin-top: 0px !important;
}
#sofw-lead-widget .gfield_label {
    display: none !important;
}
#sofw-lead-widget .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0px !important;
    padding: 0 0.6rem;
}
#sofw-lead-widget .gform_wrapper .ginput_container input, 
#sofw-lead-widget .gform_wrapper .ginput_container textarea {
    border-color: #efefef;
    border-top: none;
    border-left: none;
    border-left: none;
    padding-left: 0px !important;
    padding-left: 0px !important;
    font-size: 13px;
}
#sofw-lead-widget .gform_wrapper .gform_footer input.button, 
#sofw-lead-widget .gform_wrapper .gform_footer input[type=submit], 
#sofw-lead-widget .gform_wrapper .gform_page_footer input.button, 
#sofw-lead-widget .gform_wrapper .gform_page_footer input[type=submit] {
    padding: .6em 1.3em;
    color: #fff !important;
    text-shadow: none !important;
    background-color: #B12029 !important;
    background-image: none !important;
    border-color: #B12029 !important;
    border: 1px solid #B12029 !important;
    border-radius: 8px;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.04rem;
}
#sofw-lead-widget .gform_wrapper.gravity-theme #field_submit, 
#sofw-lead-widget .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}
#sofw-lead-widget .gform_wrapper.gravity-theme .gfield_checkbox label, 
#sofw-lead-widget .gform_wrapper.gravity-theme .gfield_radio label {
    color: #36393D;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
}
#sofw-lead-widget .gfield--type-checkbox {
    margin-top: 8px;
}