.footer-agromar-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    container-type: inline-size;
}
.footer-agromar-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-agromar-1 .content-wrapper .upper-box {
    width: 100%;
    height: 8rem;
}
.footer-agromar-1 .content-wrapper .bottom-box {
    width: 100%;
    background-color: #380d06;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-agromar-1 .content-wrapper .bottom-box .bottom-content {
    width: 100%;
    max-width: 94.5rem;
    padding: 3.5rem 0 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.footer-agromar-1 .content-wrapper .bottom-box .bottom-content .sticker {
    position: absolute;
    top: -6.25rem;
    width: 14.5rem;
    height: 12.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    > p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: white;
    font-weight: 400;
    padding-top: 6.375rem;
    max-width: 20.5rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part {
    display: flex;
    gap: 3.25rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part
    .column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part
    .column
    > h4 {
    color: rgba(252, 241, 217, 0.45);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part
    .column
    .links {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    row-gap: 1.5rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part
    .column
    .links
    > a {
    font-size: 1rem;
    text-decoration: none;
    color: white;
    font-weight: 400;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .router-part
    .products
    .links {
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .contact-part {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .contact-part
    > h4 {
    color: rgba(252, 241, 217, 0.45);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .contact-part
    .contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .contact-part
    .contact-info
    .contact-item {
    align-items: center;
    display: flex;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: white;
    font-weight: 500;
    list-style-type: none;
    text-decoration: none;
}
.footer-agromar-1
    .content-wrapper
    .bottom-box
    .bottom-content
    .main-footer-part
    .contact-part
    .contact-info
    .contact-item
    > img {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.footer-agromar-1 .content-wrapper .bottom-box .bottom-content .credits {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgba(252, 241, 217, 0.5);
}
.footer-agromar-1 .content-wrapper .bottom-box .bottom-content .credits > a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgba(252, 241, 217, 0.5);
    list-style-type: none;
    text-decoration: none;
}

@media (max-width: 100rem) {
    .footer-agromar-1 .content-wrapper .upper-box {
        height: 9rem;
    }
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content {
        max-width: unset;
        padding: 9rem 6rem 3rem;
        gap: 4.25rem;
    }
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content .sticker {
        top: -7rem;
        transform: translateX(-50%);
        left: 50%;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part {
        flex-direction: column;
        width: 100%;
        justify-content: unset;
        gap: 4rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        > p {
        padding-top: 0;
        max-width: 80%;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part {
        gap: 3.5rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .column {
        gap: 2.5rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .column
        .links {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .products
        .links {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .contact-part {
        gap: 3rem;
    }
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content .credits {
        flex-wrap: wrap;
        gap: 1rem;
        font-size: 0.875rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .credits
        > a {
        font-size: 0.875rem;
    }
}
@media (max-width: 45rem) {
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content {
        padding: 13.75rem 1.25rem 2.25rem;
        gap: 5.25rem;
    }
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content .sticker {
        top: -6rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part {
        gap: 3rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .column {
        gap: 1.5rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .column
        .links {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .router-part
        .products
        .links {
        grid-template-columns: 1fr 1fr;
    }
    .footer-agromar-1
        .content-wrapper
        .bottom-box
        .bottom-content
        .main-footer-part
        .contact-part {
        gap: 2rem;
    }
    .footer-agromar-1 .content-wrapper .bottom-box .bottom-content .credits {
        flex-direction: column;
        gap: 1rem;
    }
}
