.gw-footer,
.gw-footer * {
  box-sizing: border-box;
}

.gw-footer {
  width: 100%;
  margin: 0;
  padding: 58px 24px 26px;
  background: #4f433c;
  color: #fff;
  font-family: inherit;
}

.gw-footer__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 52%) minmax(320px, 48%);
  gap: 44px;
  align-items: start;
}

.gw-footer h2,
.gw-footer p {
  margin: 0;
}

.gw-footer h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.gw-footer__brand h2 {
  margin-bottom: 28px;
  font-size: 26px;
}

.gw-footer__nav h2 {
  margin-bottom: 24px;
  font-size: 20px;
}

.gw-footer__item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 17px !important;
  color: rgba(255,255,255,.94);
  font-size: 16px;
  line-height: 1.55;
}

.gw-footer__icon {
  width: 24px;
  flex: 0 0 24px;
  text-align: center;
  color: rgba(255,255,255,.76);
  font-size: 20px;
  line-height: 1;
}

.gw-footer a {
  color: #fff;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.gw-footer a:hover,
.gw-footer a:focus-visible {
  color: #C5632C;
}

.gw-footer a:focus-visible {
  outline: 2px solid #C5632C;
  outline-offset: 4px;
  border-radius: 2px;
}

.gw-footer__nav {
  display: grid;
  align-content: start;
  justify-items: start;
  transform: translateX(-24px);
}

.gw-footer__nav a {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.gw-footer__arrow {
  color: #C5632C;
  font-size: 28px;
  font-weight: 300;
  line-height: .8;
  transform: translateY(-1px);
}

.gw-footer__nav a.is-current {
  color: #CFC8C3;
  font-weight: 700;
  pointer-events: none;
}

.gw-footer__nav a.is-current .gw-footer__arrow {
  color: #CFC8C3;
}

.gw-footer__bottom {
  width: min(1120px, 100%);
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.20);
  text-align: center;
  color: rgba(255,255,255,.90);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .gw-footer {
    padding: 36px 22px 22px;
  }

  .gw-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .gw-footer__brand h2 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .gw-footer__item {
    justify-content: center;
    font-size: 15px;
  }

  .gw-footer__nav {
    width: 100%;
    justify-items: stretch;
    transform: none;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .gw-footer__nav h2 {
    margin-bottom: 16px;
    text-align: center;
  }

  .gw-footer__nav a {
    grid-template-columns: 1fr 18px;
    gap: 10px;
    margin: 0;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    text-align: left;
    font-size: 15px;
  }

  .gw-footer__nav a .gw-footer__arrow {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  .gw-footer__nav a span:last-child {
    grid-column: 1;
    grid-row: 1;
  }

  .gw-footer__bottom {
    margin-top: 28px;
    padding-top: 20px;
    font-size: 13px;
  }
}
