.footer {
  position: relative;
  background: var(--footer-bottom-bg);
  padding: 20px 0;
  box-sizing: border-box;
}

.footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}

.footer .footer_row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 800px) {
  .footer .footer_row {
    flex-wrap: wrap;
  }
}

.footer .footer_col {
  box-sizing: border-box;
  text-align: center;
  min-width: 0;
  padding: 0 20px;
}

.footer .footer_col_1 {
  flex: 0 0 22%;
}

.footer .footer_col_2 {
  flex: 0 1 56%;
  padding: 30px 20px;
}

.footer .footer_col_3 {
  flex: 0 0 22%;
}

@media (max-width: 800px) {
  .footer .footer_col {
    flex: 0 0 100%;
    text-align: center;
    padding: 20px 10px;
  }
}

.footer .workplace_img {
  padding-top: 20px;
}

.footer .workplace_img img {
  width: 180px;
  height: auto;
  max-width: 100%;
}

.footer .atsi img.flag {
  height: 80px;
  padding-top: 5px;
  margin: 0 10px;
}

.footer .quip_img {
  margin: 30px 0 0;
}

.footer .quip_img img {
  width: 150px;
  max-width: 100%;
}

.footer .atsi_text {
  margin-top: 30px;
  font-size: 1.1em;
}

.footer .inclusive {
  padding: 30px 20px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer .inclusive img.flag {
  height: 30px;
}

.footer .footer_bottom {
  width: 100%;
  margin: 50px 0 30px;
  font-size: 0.9em;
  text-align: center;
}

