footer {
     padding-bottom: 0px!important;
}
.sr-footer-04 {
     position: relative;
}

@media (min-width: 768px) {

     .footer-form {
          max-width: 450px;
     }
     .sr-footer-nav .container {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;

     }
}


.sr-footer-04 .button__container {
     position: absolute;
     bottom: 15px;
     right: 15px;
     height: 3rem;
     width: 3rem;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 5px;
}

.sr-footer-04 .button__container:hover {
     filter: brightness(1.2);
}

.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-wrap: wrap;
     column-gap: 3.125rem;
     row-gap: 1rem;
     flex-direction: column;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul:has(.hs-menu-children-wrapper) {
     column-gap: 3.125rem;
     row-gap: 3.125rem;
}

.sr-footer-04 .menu-wrapper {
     padding: 2rem 0;
}




.sr-footer-04 .social {
     list-style: none;
     padding: 0;
}

.sr-footer-04 .social li {
     display: inline-block;
     text-align: center;
}

.sr-footer-04 .social li a {
     border-bottom: none;
     font-size: 1.4em;
}

.sr-footer-04 ul.social li {
     display: inline-block;
     margin: 0.5rem
}

.sr-footer-04 ul.social li i {
     border-radius: 50%;
     width: 31px;
     height: 31px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: inherit;
}

.sr-footer-04 .footer-logo {
     margin-bottom: .8rem;
}

.sr-footer-04 ul.hs-menu-children-wrapper {
     font-size: .875rem;
     line-height: 1;
     list-style-type: none;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 8px;
     margin-top: 8px;
}

.sr-footer-04 .row.footer-row {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     flex-direction: row-reverse;
}

.sr-footer-04 .footer-logo-social img {
     max-width: 100%;
     height: auto;
}

.sr-footer-04 .footer-logo-social a:not(:hover) {
     color: inherit;
}

.sr-footer-04 ul:has(.hs-menu-children-wrapper) li.hs-menu-depth-1>a {
     font-weight: 700;
}
.sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li {
     min-width: 150px;
}

@media only screen and (max-width: 768px) {
     .sr-footer-04 ul.social li {
          margin-right: 1rem;
          margin-left: 0;
     }

     .row.footer-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
     }

     .sr-footer-04 .social {
          padding-bottom: 2rem;
          padding-top: 0;
     }

     .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li, .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul li a {
          line-height: 3;
     }
     .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li,
     .sr-footer-04 .sr-footer-nav .hs-menu-wrapper>ul:has(.hs-menu-children-wrapper) li a {
          line-height: 1.5;
     }
}


.sr-footer-04 input.hs-button.primary.large {
     border-radius: 5px;
     border: 2px solid var(--tertiary);
     background: transparent;
     font-weight: 500;
     color: var(--tertiary);
     letter-spacing: 10%;
}

.sr-footer-04 input.hs-button.primary.large:hover {
     background: var(--tertiary);
     color: #fff;
}

@media (max-width: 990px) {
     .sr-footer-04 .sr-footer-nav .hs-menu-wrapper > ul {
          flex-direction: row;
     }

     @media (min-width: 1200px) {
          .footer-logo-social {
               margin-top: -2rem;
          }
     }

     .footer-copy > p {
          margin-bottom: 0px;
     }

     .sr-footer-04 .social i:hover, .sr-footer-04 .social i:hover svg, .sr-footer-04 .social i:hover svg g, .sr-footer-04 .social i:hover svg g path {
          background-color: var(--tertiary)!important;
     }

     .footer-slogan .small-text {
          font-size: 16px;
     }

     .sr-footer-nav li a {
          font-size: 20px;
     }