
<style>


.aw-footer, .aw-footer * {
  box-sizing: border-box;
}

.aw-footer a {

}

.aw-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.aw-footer__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid 
#e5e5e5;
}

.aw-footer__utility-logo {
  display: flex;
  justify-content: flex-start;
}

.aw-footer__utility-logo img {
  max-width: 225px;
  height: auto;
  display: block;
}

.aw-footer__utility-address {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  color: 
#1a1a1a;
  padding-left: 24px;
  border-left: 1px solid 
#cccccc;
}

.aw-footer__utility-address p {
  margin: 0;
}

.aw-footer__powered-by {
  width: 100%;
  background-color:
#262626;
  color:
#ffffff;
}

.aw-footer__powered-by-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
}

.aw-footer__powered-by-label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.aw-footer__powered-by-label span {
  font-size: 12px;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}

.aw-footer__powered-by-label img {
  height: 40px;
  display: block;
}

.aw-footer__powered-by-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.aw-footer__copyright {
  font-size: 13px;
  color:
#cccccc;
}
.aw-footer__legal-links a {
  color: inherit;

}


.aw-footer__legal-links {
  font-size: 13px;
  color:
#cccccc;

}

.aw-footer__legal-links a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .aw-footer__utility,
  .aw-footer__powered-by-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .aw-footer__utility-address {
    text-align: left;
    border-left: none;
    padding-left: 0;
  }

  .aw-footer__powered-by-text {
    align-items: flex-start;
  }
}

</style>
