.a {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  color: inherit;
  min-width: 103px;
}
.a,
.a1,
.a2,
.a3 {
  display: inline-block;
}
.a1 {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  color: inherit;
  min-width: 70px;
}
.a2,
.a3 {
  min-width: 115px;
}
.a2,
.a3,
.a4 {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  color: inherit;
}
.footer-inner,
.footer-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
.footer-parent {
  justify-content: flex-start;
  gap: 15.8px;
}
.footer-inner {
  align-self: stretch;
  justify-content: center;
  padding: 0 var(--padding-xl) 0 21px;
  box-sizing: border-box;
}
.supported-by1 {
  position: relative;
  font-weight: 500;
  white-space: pre-wrap;
  display: inline-block;
  min-width: 85px;
}
.supported-by-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 13px 0 12px;
}
.logotype-firebrigade-icon {
  width: 110px;
  height: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.footer,
.supported-by {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  color: var(--w-color-black);
  font-family: 'Roboto', sans-serif;
  /* font-family: var(--font-inter); */
}
.supported-by {
  align-self: stretch;
  align-items: center;
  gap: 4px;
  /* font-size: 12px; */
}
.footer {
  background-color: #FFFFFF;
  /* max-width: 100%;
  align-items: flex-end;
  padding: var(--padding-5xl) 0 2px;
  box-sizing: border-box;
  gap: 23px;
  line-height: normal;
  letter-spacing: normal;
  font-size: var(--font-size-base); */


  left: 0;
  bottom: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 32px;
}
@media screen and (max-width: 696px) {
  .footer-parent {
    flex-wrap: wrap;
  }
}
