.section--footer__form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section--footer__form form .hs-fieldtype-phonenumber input[type=tel],
.section--footer__form form .hs-fieldtype-text input[type=email],
.section--footer__form form .hs-fieldtype-text input[type=number],
.section--footer__form form .hs-fieldtype-text input[type=password],
.section--footer__form form .hs-fieldtype-text input[type=tel],
.section--footer__form form .hs-fieldtype-text input[type=text] {
  border-radius: 5px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-color: #fff !important;
}
.section--footer__form .hs-form .legal-consent-container {
  margin-bottom: 1.5rem;
}
.section--footer__form .hs-form .legal-consent-container .hs-richtext p {
  font-size: .75rem;
  font-weight: 400;
  margin: 0;
}


.footer__column {
  height: 100%;
}
.footer__left {
  padding: 2rem;
  background-color: var(--bz-secondary);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__left > * {
  margin-top: 0;
  margin-bottom: 0;
}
.footer__title {
  color: inherit;
}
.footer__content {
  font-size: 1rem;
}
.footer__content *:last-child {
  margin-bottom: 0;
}
.footer__info-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;

  font-size: 1rem;
}
.footer__info-menu ul li {
  width: 49%;
}
.footer__info-menu ul li a {
  color: inherit;
  text-decoration: none;
}

.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__social-links a {
  display: inline-block;
}
.footer__social-links a svg {
  height: 18px;
  fill: #fff;
}

.footer__right {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__right > * {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-items-footer {
}

.footer__right .footer__info {
  font-size: 1rem;
}
.footer__right .footer__info *:last-child {
  margin-bottom: 0;
}


.footer__menu--column input.footer_menu_arrow {
  display: none;
}
.footer__menu--column .footer__menu-title {
  font-weight: 900;
  text-transform: uppercase;
}
.footer__menu--column .menu-row ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.footer__menu--column .menu-row ul li {}
.footer__menu--column .menu-row ul li a {
  color: inherit;
  text-decoration: none;
}
.footer__menu--column .menu-row ul li a:hover {
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .footer__menu--column .menu-row {
    display: none;
    margin-left: 1.75rem;
  }
  .footer__menu--column .footer__menu-title:before {
    content: '\f054';
    margin-right: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    line-height: 1;
  }
  .footer__menu--column .footer_menu_arrow:checked ~ .footer__menu-title:before {
    content: '\f078';
  }
  .footer__menu--column .footer_menu_arrow:checked ~ .menu-row {
    display: block;
  }
}


{# /* -- Footer Form --*/

.section--footer_form .hs-form {
  display: flex;
}

.section--footer_form .hs-form input[type="text"] {
  border-radius: 5px;
}

.section--footer_form .hs-form .hs-form-required,
.section--footer_form .hs-form label {
  color: #fff;
}

.section--footer_form .hs-form fieldset {
  width: 87% !important;
}

.section--footer .hs-button--primary,
.section--footer input.hs-button {
  margin-top: 1.5rem !important;
}

/* -- Footer Left CSS -- */

.footer__social-links {
  margin: 1rem 0;
}

.footer__social-links a {
  padding-right: .5rem;
  fill: #fff;
}

.footer__social-links svg {
  height: 18px;
}

.footer__menu-title {
  font-weight: 900;
  margin-top: 0 !important;
}

.footer__info-menu li {
  width: 50%;
}

.footer__info-menu a,
.footer__content {
  text-decoration: none !important;
  font-size: 14px !important;
}

/* -- Footer Right CSS -- */

.footer__right-content-menu {
  margin-bottom: 1rem;
}

.footer__info p {
  font-size: 10px !important;
}

.menu-group .hs-menu-wrapper ul {
  display: block !important;
}

.menu-group .hs-menu-item.hs-menu-depth-1 a {
  text-decoration: none;
  font-size: 14px;
}

.menu-group .hs-menu-item.hs-menu-depth-1 a:hover,
.footer__info-menu .hs-menu-item.hs-menu-depth-1 a:hover,
.footer__social-links a:hover {
  opacity:0.5;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
}


.section--footer .menu-group.col3 {
  width: calc(27% - 1rem);
}

.section--footer .footer_menu_arrow {
  display: none;
}

/* --- JS classes--- */

.footer__right-content-menu .footer__row-list {
  display: flex;
  width: calc(100% - 1.5rem);
}

/* --- Responsive--- */



@media (max-width:480px) {

  .footer__left,
  .footer__right {
    width: 100% !important;
    margin-top: 2rem;
  }

  .menu-group {
    width: 100% !important;
  }
}


/* --- purple footer form --- */

.section--footer_form .form__container.bg--secondary .hs-form .hs-form-required,
.section--footer_form .form__container.bg--secondary .hs-form label,
.section--footer_form .form__container.bg--secondary .footer_form_title *{
  color: #fff;
}
.section--footer_form .form__container.bg--secondary .hs-form input[type="text"],
.section--footer_form .form__container.bg--secondary .hs-form input[type="email"] {
  border: 1px solid #ffffff !important;
}


/* --- white footer form --- */

.section--footer_form.section--footer_form--white .hs-form .hs-form-required,
.section--footer_form.section--footer_form--white .hs-form label,
.section--footer_form.section--footer_form--white .footer_form_title *{
  color: #000;
}
.section--footer_form.section--footer_form--white .hs-form input[type="text"],
.section--footer_form.section--footer_form--white .hs-form input[type="email"] {
  border: 1px solid #AFAFAF !important;
}

  @media (max-width:680px){
    .section--footer .menu-group.col3 {
      width: 100% !important;
    }
  }


  #}



