@media (min-width: 1000px) {
  .footer_menu {
    width: 18% !important;
  }
}

@media (max-width: 811px) {
  .footer_menu {
    text-decoration: none !important;
    display: flex !important;
    width: 16.625rem !important;
    flex-grow: 0;
    margin: 0 0 0.774rem;
    font-size: 0.625rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    align-content: center !important;
    flex-wrap: nowrap !important;
    color: #575757 !important;
  }

  .arison_footer_desktop {
    display: none;
  }

  .footer_menu span {
    margin: 0 !important;
    font-size: 0.475rem !important;
    font-weight: 300 !important;
    text-align: center !important;
    overflow: hidden !important;
    height: 0.875rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    position: relative !important;
    color: #575757 !important;
    top: 0.06rem !important;
  }

  .arison_footer_mobile {
    color: #575757;
    font-size: 0.625rem;
    padding: 0;
    display: flex;
    white-space: pre-wrap;
    position: relative;
    bottom: 0;
    left: 0;
    height: 6.063rem;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 999;
    overflow: hidden;
    border: 0.063rem solid silver;
  }

  .footer_menu_item {
    text-decoration: none !important;
    font-size: 0.625rem !important;
    margin-left: unset;
    /* font-weight: 300 !important; */
    text-align: center;
    color: #575757;
  }

  .all_right {
    margin: 0;
    line-height: unset;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer_sign_container {
    margin-bottom: 0.5784rem;
    font-size: 0.625rem !important;
    text-align: center !important;
  }

  .footer_sign_img {
    height: 1.136rem !important;
    margin: 0 0.25rem !important;
  }
}

@media (min-width: 811px) {
  .arison_footer_mobile {
    display: none;
  }

  .arison_footer_desktop {
    padding: 0 3.5rem;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    height: 4.018rem;
    width: 100%;
    background-color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 0.063rem solid silver;
  }

  .all_right {
    margin-left: 2rem;
    color: #575757;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: right;
  }

  .footer_menu_item {
    color: #595959;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 1.15rem;
    text-align: center;
  }
}

.footer_menu {
  display: flex;
  white-space: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 25%;
  color: #575757;
}

.footer_menu span {
  margin: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-align: center;
  overflow: hidden;
  height: 0.875rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  top: -0.1rem;
  color: #595959;
}

.footer_sign_container {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #575757;
}

.footer_sign_img {
  width: auto;
  height: 1.375rem;
  display: inline-flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  position: relative;
  bottom: 0.2rem;
}

.active_item {
  background-color: #fff0ff;
  color: #e6007a;
}
