footer {
    overflow-x: hidden;
    position: relative;
}
footer::after {
    content: "";
    display: block;
    position: absolute;
    top: -17%;
    width: 50vw;
    height: 150vh;
    background: radial-gradient( circle at center, #140025 0%, #130025 30%, #000 55%, #000 100% );
    border-radius: 1rem 50% 50% 1rem;
    left: -31vw;
}
@media (min-width: 993px) and (max-width: 1750px) {
footer::after {
    width: 100vw;
}
}
@media (min-width: 993px) and (max-width: 1250px) {
footer::after {
    height: 100vh;
}
}
@media screen and (max-width:992px) {
footer::after {
    width: 100vw;
    height: 64vh;
    top: 25%;
}
}
footer .top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 1;
}
footer .top .left {
    color: var(--white);
    font-family: var(--font);
    font-size: var(--size-96);
    font-style: normal;
    font-weight: 200;
    line-height: 104%;
    letter-spacing: 4.8px;
    text-align: left;
    width: fit-content;
    /* opacity: 0.8; */
}
footer .top .left span {
    font-weight: 700;
}
footer .top .right {
    color: var(--white);
    font-family: var(--font);
    font-size: var(--size-96);
    font-style: normal;
    font-weight: 200;
    line-height: 104%;
    letter-spacing: 4.8px;
    text-align: right;
    width: fit-content;
}
footer .middle_line {
    content: "";
    background: var(--white);
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    max-width: 220px;
    margin-bottom: 22px;
}

footer .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--space-4xl);
    position: relative;
    z-index: 1;
    opacity: 0.8;
}

footer .links a {
    color: var(--white);
    font-family: var(--font-second);
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-underline-position: from-font;
}

.footer_logo {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
}

.footer_logo img {
    display: block;
    width: 100%;
    height: auto;
}
footer .form_map {
    margin: var(--space-4xl) 0;
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    position: relative;
    z-index: 1;
}

footer .form {
    width: 100%;
}

footer .form_map iframe,
footer .google-map {
    width: 100%;
    height: 100%;
    min-height: 365px;
    /* max-width: 727px; */
    border: none;
}
#wpforms-25 .wpforms-field-container,
#wpforms-25 fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#wpforms-25 .wpforms-field-label,
#wpforms-25 legend.wpforms-field-label,
#wpforms-25 .wpforms-field-sublabel,
#wpforms-25-field_5-container {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    z-index: 10;
}
#wpforms-25 .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space-sm);
}
#wpforms-25-field_1-container {
    grid-column: 1 / 3;
}
#wpforms-25-field_2-container {
    grid-column: 1;
}
#wpforms-25-field_4-container {
    grid-column: 2;
}
#wpforms-25-field_3-container {
    grid-column: 1 / 3;
}

#wpforms-25 .wpforms-field-name .wpforms-field-row {
    display: flex;
    gap: var(--space-sm);
}
#wpforms-25 .wpforms-field-row-block {
    flex: 1;
}
#wpforms-25 .wpforms-field-row-block {
    position: relative;
    padding-inline: 0;
}
#wpforms-25 .wpforms-field {
    position: relative;
}
#wpforms-25 input {
    margin-bottom: 1rem;
}
#wpforms-25 input[type="text"],
#wpforms-25 input[type="email"],
#wpforms-25 textarea {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--grey);
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    padding: var(--space-2xs) 0 !important;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    position: relative;
    z-index: 2;
}
#wpforms-25 input::placeholder,
#wpforms-25 textarea::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}
#wpforms-25 .floating-placeholder {
    position: absolute;
    top: var(--space-2xs);
    left: 0;
    color: var(--grey);
    font-family: var(--font);
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    pointer-events: none;
    z-index: 10;
    transition: top 0.25s ease, font-size 0.25s ease, line-height 0.25s ease, opacity 0.25s ease;
}

#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1) {
    left: 0;
}

#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2) {
    left: calc(50% + (var(--space-sm) / 2));
}

#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1).is-active,
#wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2).is-active,
#wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container) .floating-placeholder.is-active {
    top: -14px;
    font-size: 16px;
    line-height: 100%;
    opacity: 0.7;
}

#wpforms-25 .wpforms-field input.has-value,
#wpforms-25 .wpforms-field textarea.has-value {
    padding-top: 18px !important;
    color: var(--white);
}

#wpforms-25-field_2-container::after,
#wpforms-25-field_3-container::after,
#wpforms-25-field_4-container::after,
#wpforms-25 .wpforms-field-row-block::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--grey-two);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    margin-bottom: 1rem;
    z-index: 1;
}

#wpforms-25 textarea {
    resize: none;
    height: 100px;
    width: 100%;
}

#wpforms-25 .wpforms-submit-container {
    margin-top: 30px;
}
#wpforms-submit-25 {
    color: #0F0;
    font-family: var(--font-second);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    padding-left: 0;
    position: relative;
    z-index: 1;
}
#wpforms-submit-25.all_field {
    color: var(--green);
    opacity: 1;
    transform: translateY(-3px);
}
.wpforms-container .wpforms-field .wpforms-field-row::before,
.wpforms-container .wpforms-field .wpforms-field-row::after {
    display: none !important;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 30px;
}
.footer_bottom a {
    text-decoration: none;
}
.footer_bottom p {
    width: 100%;
    color: var(--white);
    font-family: var(--font-second);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}
.footer_bottom .two {
    text-align: center;
}
.footer_bottom .three {
    width: 100%;
    text-align: right;
}

@media (min-width: 1651px) and (max-width: 1800px) {
    footer .middle_line {
        max-width: 100px;
    }
}
@media (min-width: 1601px) and (max-width: 1650px) {
    footer .middle_line {
        max-width: 50px;
    }
}
@media (min-width: 1301px) and (max-width: 1600px) {
    footer .middle_line {
        margin-bottom: 15px;
    }
}
@media (min-width: 668px) and (max-width: 1300px) {
    footer .middle_line {
        margin-bottom: 10px;
        max-width: 12vw;
    }
}
@media screen and (max-width:667px) and (orientation: portrait) {
    footer .top {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    footer .middle_line {
        height: 1px;
        background: var(--grey-two);
        margin-bottom: 0px;
        max-width: 100%;
    }
    footer .top .right {
        text-align: left;
    }
    footer .links {
        margin-top: var(--space-2xl);
    }
    footer .links a {
        font-size: 16px;
    }
    footer .form {
        margin: 0;
    }
    footer .form_map {
        flex-direction: column;
        margin: var(--space-2lg) 0 80px 0;
        gap: var(--space-sm2);
    }
    #wpforms-25 .wpforms-field-container {
        grid-template-columns: 1fr;
    }
    #wpforms-25-field_1-container,
    #wpforms-25-field_2-container,
    #wpforms-25-field_4-container,
    #wpforms-25-field_3-container {
        grid-column: 1;
    }
    #wpforms-25 input[type="text"],
    #wpforms-25 input[type="email"],
    #wpforms-25 textarea,
    #wpforms-25 .wpforms-field-name .wpforms-field-row {
        width: 100% !important;
        max-width: 100% !important;
    }
    #wpforms-25 .wpforms-field-name .wpforms-field-row {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column;
        gap: 0;
    }
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1) {
        left: 0;
    }
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2) {
        left: 0;
        top: auto;
        bottom: 63px;
    }
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1).is-active,
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2).is-active {
        top: -12px;
        font-size: 14px;
        line-height: 100%;
        opacity: 0.7;
    }
    /* footer .form_map iframe,
    footer .google-map {
        max-width: 100%;
    } */
    footer .google-map {
        height: 0;
        min-height: initial;
        padding-bottom: 60%;
        position: relative;
        margin-inline: -25px;
        width: calc(100% + 50px);        
    }
    footer .google-map iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        min-height: inherit;
    }
    .footer_bottom {
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
    .footer_bottom p.one,
    .footer_bottom .three {
        text-align: center;
    }
    #wpforms-25 .floating-placeholder {
        font-size: 24px;
    }

    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container) .floating-placeholder.is-active {
        top: -12px;
        font-size: 14px;
    }

    #wpforms-25 .wpforms-one-half {
        width: 100%;
        padding: 15px 0;
    }

}

@media (max-width: 650px) {
    footer .links {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: start;
        gap: 15px;
        margin-top: var(--space-2lg);
        margin-inline: 30px;
    }
    #wpforms-25 input[type="text"],
    #wpforms-25 input[type="email"],
    #wpforms-25 textarea {
        font-size: 24px;
    }
    #wpforms-25 .floating-placeholder {
        top: 8px;
        font-size: 24px;
    }
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(1).is-active,
    #wpforms-25-field_1-container > .floating-placeholder:nth-of-type(2).is-active {
        top: -10px;
        font-size: 13px;
    }
    #wpforms-25 .wpforms-field:not(#wpforms-25-field_1-container) .floating-placeholder.is-active {
        top: -10px;
        font-size: 13px;
    }
    #wpforms-submit-25 {
        font-size: 26px;
    }
}