.braink-footer {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  height: auto;
  min-height: 30vh;
  margin: 0 auto;
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (6fr)[2];
  grid-template-columns: repeat(2, 6fr);
  grid-auto-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: visible;
}
.braink-footer .list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  list-style: none;
}
.braink-footer .list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 18.2px;
  color: #C6C6C6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .braink-footer .list--items {
    font-size: 15.68px;
    line-height: 20.384px;
  }
}
@media (min-width: 1024px) {
  .braink-footer .list--items {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (min-width: 1440px) {
  .braink-footer .list--items {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.braink-footer .list--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.braink-footer .list__item {
  margin-top: 1rem;
}
.braink-footer .list__item a {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 18.2px;
  color: #C6C6C6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .braink-footer .list__item a {
    font-size: 15.68px;
    line-height: 20.384px;
  }
}
@media (min-width: 1024px) {
  .braink-footer .list__item a {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (min-width: 1440px) {
  .braink-footer .list__item a {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.braink-footer .list__item--icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .braink-footer {
    padding-bottom: 1.5rem;
  }
  .braink-footer .list--icons {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .braink-footer {
    padding-bottom: 2vw;
  }
  .braink-footer .list--items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
  }
  .braink-footer .list--icons {
    gap: 1vw;
  }
  .braink-footer .list__item {
    margin-top: 0;
  }
  .braink-footer .list__item a {
    text-decoration: none;
    font-family: "Space Mono", monospace;
    font-size: 14px;
    line-height: 18.2px;
    color: #C6C6C6;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .braink-footer .list__item a {
    font-size: 15.68px;
    line-height: 20.384px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .braink-footer .list__item a {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .braink-footer .list__item a {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media (min-width: 1024px) {
  .braink-footer .list__item--icon img {
    width: 2vw;
    height: 2vw;
  }
}
@media (min-width: 1440px) {
  .braink-footer {
    min-height: 32vh;
  }
  .braink-footer .list--items {
    gap: 0.75vw;
  }
  .braink-footer .list__item--icon img {
    width: 36px;
    height: 36px;
  }
}