.footer-v1 {

  text-align: left;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 28px;
  display: flex;
}







.footer-bottom {

  border-top: 1px solid var(--gainsboro);
  width: 100%;
  color: var(--light-slate-grey);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-bottom-text-left {

  text-align: left;
  flex: 1;
}

.footer-bottom-link {

  color: var(--black-2);
  display: block;
}

.footer-bottom-link:hover {

  text-decoration: underline;
}

.footer-bottom-link-right {

  color: var(--black-2);
  margin-right: 24px;
  display: block;
}

.footer-bottom-link-right:hover {

  text-decoration: underline;
}

.footer-grey-link {

  clear: none;
  color: var(--dim-grey);
  display: block;
}

.footer-grey-link:hover {

  text-decoration: underline;
}

.footer-grey-link.w--current {

  color: var(--dim-grey);
  font-size: 14px;
}

















.footer-big-subscribe-form {

  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}































.prex-logo-footer {

  font-size: 18px;
  font-weight: 700;
}

.footer-v1-logo-column-2023 {

  width: 20%;
  padding: 40px 15px 64px;
}

.footer-feature {

  margin-top: 0;
}

.footer-grey-text {

  color: var(--dim-grey);
}









.form-success.footer-big-subscribe-success {

  padding-top: 8px;
}

.form-error.footer-big-subscribe-error {

  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .footer-v1 {

    padding-top: 12px;
  }

  

  .footer-bottom {

    margin-left: 8px;
    margin-right: 8px;
  }

  

  

  

  

  

  

  

  

  

  .footer-v1-logo-column-2023 {

    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  

  .footer-bottom {

    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {

    flex: 0 auto;
    width: 100%;
  }

  .footer-bottom-link-right {

    flex: 0 auto;
  }

  

  

  

  

  

  

  

  

  

  .footer-v1-logo-column-2023 {

    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-v1 {

    padding-top: 0;
  }

  

  .footer-bottom {

    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bottom-text-left {

    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-grey-link {

    color: var(--dim-grey);
  }

  

  

  

  

  

  .footer-big-subscribe-form {

    flex-direction: column;
    align-items: stretch;
  }

  

  

  

  

  

  

  

  .footer-v1-logo-column-2023 {

    width: 100%;
    padding-bottom: 10px;
  }

  .footer-feature {

    margin-bottom: 0;
  }
}



@media screen and (max-width: 479px) {
  

  

  .form-error.footer-big-subscribe-error {

    margin-top: 0;
  }
}
