body {
    background: #faf5f0;
    font-size: 20px;
    line-height: 30px;
    font-family: PMNCaeciliaSans Head
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PMNCaeciliaSans Head;
    line-height: 1.4
}
._scroll_hidden {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.business_phone {
    margin: 0!important;
}
#gform_submit_button_1:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
#terms {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.7);
    z-index: 99999;
}
.overlay#terms {
    display: none;
}
.overlay#terms .modal {
    position: relative;
    display: block;
    margin: 5vh auto;
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
}
.overlay#terms #close {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.overlay#terms .modal iframe {
    width: 100%;
    height: 90vh;
    min-height: 500px;
}

#open_terms {
    cursor: pointer;
    text-decoration: underline;
}

.section_description {
    text-align: left;
    font: 20px/30px PMNCaeciliaSans Head;$
    font-weight: 400;
    color: #534435
}

.section_main_image img {
    z-index: 3
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#container {
    flex: 1 0 auto;
}

#colophon {
    background: #28ad84;
    padding: 30px 0 30px;
    margin: 40px 0 0 0;
    color: #fff
}

.case-name,
.case-title {
    display: inline-block
}

.case-title {
    font: 18px/27px PMNCaeciliaSans Head;
    font-weight: 400;
    color: #534435
}

.case-name {
    text-decoration: underline;
    font: 18px/27px PMNCaeciliaSans Head;
    font-weight: 700;
    color: #534435
}

.hero_sec {
    border-radius: 0 0 0 260px;
    margin-top: -110px;
    min-height: 92px
}

.banner_wrapper {
    display: flex;
    align-items: center
}

.banner_wrapper:not(.nominheight) {
    height: 80vh
}

.banner_top_title {
    font: 28px/38px PMNCaeciliaSans Head;
    font-weight: 400;
    color: #faf5f0;
    padding-bottom: 12px
}

.banner_desc {
    font: 50px/72px PMNCaeciliaSans Head;
    font-weight: 700;
    color: #fff
}

.hero_sec_wb .banner_top_title {
    font: 50px/72px PMNCaeciliaSans Head;
    font-weight: 700;
    color: #534435
}

.hero_sec_wb .banner_desc {
    font: 28px/38px PMNCaeciliaSans Head;
    font-weight: 400;
    color: #534435
}

.hero_sec_wb .banner_wrapper_small {
    padding: 38px 0 46px
}

.copyright_message,
footer {
    flex: 0 0 auto;
}
.footer_menu {
    display: inline-block;
    text-align: center
}

.footer_menu li {
    display: inline-block
}

.footer_menu li a {
    color: #fff;
    text-decoration: none;
    font: 18px/27px PMNCaeciliaSans Head;
    font-weight: 700;
    margin: 0 10px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}

.copyright_message {
    font: 18px/27px PMNCaeciliaSans Head
}

.gform_body ul {
    list-style: none
}

input[type=email],
input[type=url],
input[type=text],
textarea {
    width: 220px;
    padding: 10px 10px 12px 15px!important;
    font: 19px/33px PMNCaeciliaSans Head!important;
    font-weight: 700!important;
    color: #534435;
    border-radius: 20px;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    outline: 0
}

.gfield {
    position: relative;
    display: inline-block;
    width: 100%
}

.gfield input {
    transition: .1s all linear;
    width: 100%
}

label.gfield_label {
    top: -18px;
    left: 0;
    font: 23px/33px PMNCaeciliaSans Head;
    font-weight: 700!important;
    color: #534435;
    transition: .1s all linear;
    cursor: text
}

.gfield input:-internal-autofill-selected {
    background-color: transparent!important
}

.ginput_container_checkbox ul li {
    display: flex
}

.ginput_container_checkbox ul li input {
    margin-right: 5px
}

.gform_save_link {
    text-decoration: none!important
}

.form_wrapper {
    background: #fff;
    padding: 40px;
    margin-top: 40px
}

input[type=email],
input[type=url],
input[type=text],
textarea {
    border: 1px solid #dadada
}

.gform_save_link,
.gform_wrapper .gform_page_footer input[type=button],
.gform_wrapper .gform_page_footer input[type=submit] {
    border: 2px solid #28ad84;
    border-radius: 20px 20px 0 20px;
    text-align: center;
    font: 23px/27px PMNCaeciliaSans Head;
    font-weight: 700;
    color: #28ad84;
    padding: 10px 16px;
    background: #fff;
    transition: .5s all ease;
    cursor: pointer;
    outline: 0
}

.gform_wrapper .gform_page_footer input[type=button].gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit] {
    background: #28ad84;
    color: #fff
}

.gform_wrapper .gform_page_footer input[type=button].gform_next_button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #27bb8d;
    border-color: #30ce9d;
    color: #fff;
    transition: .5s all ease;
    outline: 0
}

.gform_save_link:hover,
.gform_wrapper .gform_page_footer input[type=button].gform_previous_button:hover {
    background: #28ad84;
    color: #fff;
    transition: .5s all ease;
    outline: 0
}

.gform_wrapper .gform_footer input[type=submit] {
    font: 22px/30px PMNCaeciliaSans Head!important;
    font-weight: 700!important;
    color: #fff!important;
    padding: 10px 30px!important;
    border: 3px solid #fff!important;
    border-radius: 40px 40px 0 40px;
    background: 0 0
}

input[type=checkbox],
input[type=radio] {
    filter: hue-rotate(310deg);
    cursor: pointer
}

.gform_wrapper .validation_message {
    font-weight: 400!important
}

li.gfield.gfield_error {
    border-top: 0!important;
    border-bottom: 0!important;
    background-color: rgb(255 223 224 / 0%) !important;
}
.gfield_description {
    font: 14px/19px PMNCaeciliaSans Head!important;
    font-weight: 400!important;
}

div.validation_error {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 25px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}