#footer-container {
  color: #ffffff;
}
#footer-container .footer-content {
  background-color: #011516;
}
#footer-container .footer-content .footer-content-container {
  padding: 8.125rem 0 3.75rem;
  display: flex;
  gap: 18rem;
}
@media screen and (max-width: 1200px) {
  #footer-container .footer-content .footer-content-container {
    padding: 5rem 0 2rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 992px) {
  #footer-container .footer-content .footer-content-container {
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
  }
}
#footer-container .footer-content .footer-content-container .footer-login-links {
  flex-grow: 1;
}
#footer-container .footer-content .footer-content-container .footer-login-links .login-btn {
  margin-bottom: 2.125rem;
  padding: 0 1.625rem;
  background-color: #FFD9B6;
  height: 38px;
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}
#footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  #footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
#footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
  #footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container .footer-links {
    width: 100%;
  }
}
#footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container .footer-links li {
  margin-bottom: 0.5rem;
}
#footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container .footer-links li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
#footer-container .footer-content .footer-content-container .footer-login-links .footer-links-container .footer-links li a:hover {
  color: #d4af37;
}
#footer-container .footer-content .footer-content-container .newsletter {
  width: 100%;
  max-width: 370px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  #footer-container .footer-content .footer-content-container .newsletter {
    max-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  #footer-container .footer-content .footer-content-container .newsletter {
    max-width: 400px;
  }
}
#footer-container .footer-content .footer-content-container .newsletter .footer-title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.54;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #footer-container .footer-content .footer-content-container .newsletter .footer-title {
    margin-bottom: 1.8rem;
  }
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-input {
  margin-bottom: 3.875rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #2b3530;
  font-size: 1rem;
  height: 47px;
  width: 100%;
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-input::placeholder {
  color: #d9d9d9;
}
@media screen and (max-width: 1200px) {
  #footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-input {
    margin-bottom: 3rem;
  }
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-btn {
  all: unset;
  margin-bottom: 1.375rem;
  font-size: 1.5rem;
  line-height: 1.54;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-btn:hover {
  transform: translateY(-2px);
  color: #d4af37;
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-checkbox .checkbox-input {
  margin: 0;
  border: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: block;
  flex-shrink: 0;
}
#footer-container .footer-content .footer-content-container .newsletter .newsletter-form .newsletter-checkbox .checkbox-label {
  font-size: 1rem;
  line-height: 1.5625;
  color: #828282;
}
#footer-container .footer-bottom {
  border-top: 1px solid #EFEFEF;
  background-color: #011516;
}
#footer-container .footer-bottom .footer-bottom-content {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #footer-container .footer-bottom .footer-bottom-content {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
#footer-container .footer-bottom .footer-bottom-content .copyright {
  margin: 0;
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  #footer-container .footer-bottom .footer-bottom-content .copyright {
    width: 100%;
    text-align: center;
  }
}
#footer-container .footer-bottom .footer-bottom-content .social-media {
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 500px) {
  #footer-container .footer-bottom .footer-bottom-content .social-media {
    width: 100%;
    justify-content: center;
  }
}
#footer-container .footer-bottom .footer-bottom-content .social-media .social-link {
  color: #ffffff;
  text-decoration: none;
}
#footer-container .footer-bottom .footer-bottom-content .social-media .social-link svg {
  width: 30px;
  height: 30px;
}
