.contact-section {
    padding-bottom: 80px;
}

.contact-main {
    max-width: 1570px;
    margin-bottom: 50px;
}

.contact-btns {
    margin-top: 120px;
}

.contact-section form li {
    padding: 0 !important;
    margin: 0;
}

.contact-section form li::before,
.contact-section p:empty,
.contact-section label.zf-labelName:empty,
.contact-section li:empty {
    display: none;
}

.contact-section .zf-nameWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.contact-section .zf-nameWrapper span {
    width: 48%;
}

.contact-section .zf-tempFrmWrapper,
.contact-section .zf-termsMsg {
    margin-bottom: 30px;
}

.contact-section .zf-nameWrapper span:nth-child(2) {
    margin-left: 4%;
}

.contact-section label.zf-labelName {
    padding-bottom: 10px;
    display: block;
}

.contact-section em.zf-important,
.contact-section .zf-errorMessage {
    color: #ff0000 !important;
}

.contact-section .zf-nameWrapper span label {
    padding-top: 8px;
    font-size: 18px;
}

.contact-section .zf-termsMsg a:hover {
    color: var(--reddish-orange) !important;
}

.contact-section span.zf-multiAttType,
.contact-section .zf-termsAccept {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-section span.zf-multiAttType:not(:last-child) {
    margin-right: 20px;
}

.contact-section .zf-frmTitle {
    margin-bottom: 30px;
}

.contact-img {
    width: 470px;
    height: 470px;
}

.wuu-section {
    border-top: 30px solid var(--medium-light-blue);
    padding: 60px 0 130px;
    position: relative;
}

.wuu-section::before {
    content: "";
    background-image: url(../images/contact-bg-pattern.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wuu-img {
    width: 400px;
    height: 400px;
}

.wuu-section .accordion-button {
    font-size: 40px;
    margin-bottom: 15px;
}

.wuu-section .accordion-item {
    margin-bottom: 35px;
}

.tlb-wrap {
    margin-top: 30px;
}

.tlb-wrap .h5 {
    margin-bottom: 30px;
}

.tlb-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tlb-logos a {
    display: inline-block;
    margin-bottom: 20px;
}

.tlb-logos a:not(:last-child) {
    margin-right: 40px;
}

.better-section {
    overflow: hidden;
}

.better-section .draw-svg {
    width: 600px;
}

.better-section .draw-svg svg {
    width: 650px;
    height: 650px;
    transform: translateY(-50%);
}

@-webkit-keyframes line-2 {
    0% {
        stroke-dashoffset: 2000;
    }

    50% {
        stroke: rgb(146 41 52 / 50%);
    }

    100% {
        stroke-dashoffset: 0;
        stroke: rgb(146 41 52 / 50%);
    }
}

@keyframes line-2 {
    0% {
        stroke-dashoffset: 2000;
    }

    50% {
        stroke: rgb(146 41 52 / 50%);
    }

    100% {
        stroke-dashoffset: 0;
        stroke: rgb(146 41 52 / 50%);
    }
}

.see-section::after {
    display: none;
}

.contact-csc span {
    min-width: 335px;
    display: inline-block;
}

.contact-csc {
    font-size: 40px;
}

@media (min-width: 768px) {

    .contact-section .row,
    .wuu-section .row {
        margin-inline: -25px;
    }

    .contact-section .row>*,
    .wuu-section .row>* {
        padding-inline: 25px;
    }

    .wuu-section .accordion {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
    }

    .wuu-section .accordion-item,
    .wuu-section .accordion-flush>.accordion-item:first-child,
    .wuu-section .accordion-flush>.accordion-item:last-child {
        border: 0;
    }

    .wuu-section .accordion-button::after {
        display: none;
    }

    .wuu-section .accordion-button {
        pointer-events: none;
    }

    .wuu-section .accordion-button,
    .wuu-section .accordion-body {
        padding: 0;
    }

    .wuu-section .collapse:not(.show) {
        display: block;
    }

    .contact-section .zf-templateWrapper textarea,
    .gform_legacy_markup_wrapper textarea {
        min-height: 224px;
    }

    .better-section {
        height: 190px;
    }

    .two-columns .gfield_checkbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .two-columns .gchoice:nth-child(even) {
        margin-left: 8px !important;
    }
}

@media (min-width: 1500px) {
    .wuu-section .accordion {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1800px) {
    .wuu-img {
        transform: translateX(-15px);
    }
}

@media (max-width: 1799px) {
    .contact-img {
        width: 400px;
        height: 400px;
    }

    .wuu-img {
        width: 300px;
        height: 300px;
    }

    .wuu-section .accordion-button {
        font-size: 35px;
    }

    .tlb-logos a:not(:last-child) {
        margin-right: 30px;
    }

    .contact-csc {
        font-size: 30px;
    }

    .contact-csc span {
        min-width: 250px;
    }
}

@media (max-width: 1499px) {
    .contact-img {
        width: 350px;
        height: 350px;
    }

    .contact-section .zf-nameWrapper span label {
        font-size: 16px;
    }

    .wuu-section .accordion-button {
        font-size: 30px;
    }

    .wuu-img {
        width: 250px;
        height: 250px;
    }

    .contact-csc {
        font-size: 25px;
    }

    .contact-csc span {
        min-width: 210px;
    }
}

@media (max-width: 1199px) {
    .contact-row .row [class*="col-"]:has(.contact-img) {
        order: -1;
    }

    .contact-row .row [class*="col-"]:has(.contact-img),
    .wuu-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .contact-row {
        flex-direction: column-reverse;
    }

    .contact-btns {
        margin-top: 50px;
    }

    .wuu-section .accordion-button {
        font-size: 26px;
    }

    .contact-section+.see-section {
        margin-top: 50px;
    }

    .contact-csc {
        font-size: 20px;
    }

    .contact-csc span {
        min-width: 165px;
    }

    .contact-csc .h4 {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    .contact-img {
        width: 260px;
        height: 260px;
    }

    .contact-row .row [class*="col-"]:has(.contact-img),
    .contact-btns {
        display: none;
    }

    .contact-section .zf-nameWrapper span label {
        font-size: 14px;
    }

    .contact-section .zf-tempFrmWrapper,
    .contact-section .zf-termsMsg {
        margin-bottom: 20px;
    }

    .contact-section .zf-nameWrapper span {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-section .zf-nameWrapper span:nth-child(2),
    .wuu-section .accordion-item,
    .wuu-section .accordion-button {
        margin: 0;
    }

    .contact-section .zf-nameWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-main {
        margin-bottom: 30px;
    }

    .contact-section {
        padding-bottom: 60px;
    }

    .wuu-section {
        padding-bottom: 200px;
    }

    .contact-csc,
    .wuu-section .accordion-button {
        font-size: 16px;
    }

    .wuu-section .accordion {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .tlb-wrap .h5,
    .contact-section .zf-frmTitle {
        margin-bottom: 20px;
        font-size: 30px !important;
    }

    .tlb-wrap {
        margin-top: 75px;
    }

    .tlb-logos a:not(:last-child) {
        margin-right: 20px;
    }

    .tlb-logos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tlb-logos img {
        max-width: 100%;
        max-height: 80px;
    }

    .contact-section label.zf-labelName {
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: "brother-1816", sans-serif;
        font-weight: 400;
        font-style: italic;
    }

    .contact-section .zf-checkbox label.zf-labelName {
        padding-bottom: 10px;
    }

    .contact-section input:not(input[type="checkbox"], input[type="radio"])::-webkit-input-placeholder,
    .contact-section textarea::-webkit-input-placeholder {
        color: var(--white);
    }

    .contact-section input:not(input[type="checkbox"], input[type="radio"])::-moz-placeholder,
    .contact-section textarea::-moz-placeholder {
        color: var(--white);
    }

    .contact-section input:not(input[type="checkbox"], input[type="radio"]):-ms-input-placeholder,
    .contact-section textarea:-ms-input-placeholder {
        color: var(--white);
    }

    .contact-section+.see-section {
        margin-top: 140px;
    }

    .contact-csc span {
        min-width: 135px;
    }

    .contact-csc .h4 {
        margin-top: 30px;
    }
}