/* -------------------------------- 

Footer Styles

-------------------------------- */

footer {
  background: #000000;
  padding-top: 4em;
  color: #fff;
  padding-bottom: 3.5em;
  position: relative;
  z-index: 1;
  overflow: hidden;
	
}
a#de {
    padding-right: 3px;
}
@media only screen and (min-width: 992px) {
    footer {
        padding-top: 6.2em;
    }
}

footer img {
  width: 100%;
}
footer a {
  color: #fff;
}
.footer-inner, .footer-lower {
  display: flex;

  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  flex-direction: column;
}





.footer-lower {
    flex-wrap: wrap;
    align-items: center;
	font-size: .97em;
    font-family: "Roboto Condensed", sans-serif;
}

.footer-box-4 a {
    text-decoration: underline;
}
.footer-lower hr {
    border-top: solid 1px #fff;
    width: 100%;
    flex: 3 auto;
	margin-top: 3em;
    margin-bottom: 3em;
}
@media only screen and (min-width: 992px) {
.footer-lower hr {
	margin-top: 6.2em;
	 margin-bottom: 2.5em;
}
}




ul.copyright {
    flex: 1 auto;
    display: flex;
    gap: .5em;
    margin-bottom: 1.8em;
}
@media only screen and (min-width: 992px) {
ul.copyright {
   
    margin-bottom: 0em;
}
}
.footer-box-4 ul{
    display: flex;
    align-items: center;
    gap: 1em;
}

ul.copyright {
    flex: 1 auto;
    display: flex
;
    gap: .5em;
}








@media only screen and (min-width: 992px) {
  .footer-inner, .footer-lower {
    padding: 0 3em;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-box-3 {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-top: 3.5em;
 
}

@media only screen and (min-width: 992px) {
  .footer-box-3 {
    gap: 5em;
    justify-content: flex-end;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
img.seal {
  max-width: 16em;
  margin-bottom: 1.5em;
}
footer ul {
  padding-left: 0px;
}

.footer-logo-box ul {
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 2em;
}

@media only screen and (min-width: 992px) {
img.seal {
  max-width: 13em;
  
}
.footer-logo-box ul {
    font-size: .95em;
    line-height: 1.4em;
    margin-bottom: 1.9em;
   
}
	
}
footer li {
  list-style: none;
}
footer a.btn-green-grad.display-btn {
text-decoration: none;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 3em;
    padding: 1.1em 2em;
    border-radius: 50px;
}
@media only screen and (min-width: 992px) {
footer a.btn-green-grad.display-btn {
    
    font-size: .9em;
    margin-bottom: 2em;
   padding: .9em 1.6em;
   
	
}
}
footer a.btn-green-grad.display-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(45deg, #1F8D5A, #8AF1C1) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    border: 2px solid transparent;
 
}
footer a.btn-green-grad.display-btn:hover {
text-decoration: none;
    color: #000000;
    background: #fff;
   
}

footer a.btn-green-grad.display-btn:hover::before {
border: 2px solid #fff;
   
}

ul.social-link-container {
    font-size: 1.3em;
    display: flex;
    gap: 1.3em;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
ul.social-link-container {
   gap: .7em;   
}
}
.social-link-container svg {
    width: 1.3em;
    aspect-ratio: 1;
}

@media only screen and (min-width: 992px) {
.social-link-container  svg {
    width: .9em;

}
}
.social-link-container path {
   
    fill: #fff;
}
.social-link-container a:hover path {
   
    fill: #83ffc5;
}

@media only screen and (min-width: 992px) {
  ul.social-link-container {
    
    width: initial;
    margin: initial;
	  justify-content: left;
   
  }
}
.social-link-container li {
  display: inline;
}
.social-link-container img {
  width: 2em;

  filter: invert(13%) sepia(30%) saturate(3238%) hue-rotate(197deg)
    brightness(90%) contrast(99%);
}
h3.foot-header {
    font-size: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: -.8px;
	    margin-bottom: 1.3em;
}
@media only screen and (min-width: 992px) {
h3.foot-header {
	    margin-bottom: 0em;
}
}
ul.info-link-container {
    font-size: 1.1em;
}
.footer-box-3-inner {
  line-height: 1.5em;
  font-size: 0.9em;
}
@media only screen and (min-width: 992px) {
  .footer-box-3-inner {
    line-height: 2.5em;
  }
}

ul.info-link-container li {
    margin-bottom: 1.4em;
}
@media only screen and (min-width: 992px) {
ul.info-link-container li {
    margin-bottom: .1em;
}
}
.footer-box-4 {
  font-size: 0.9em;
}
.footer-box-4 p {
  margin-bottom: 0px;
}
footer a:hover {
    color: #83ffc5;
}