.elementor-256 .elementor-element.elementor-element-adc4c5f{padding:0px 0px 0px 0px;}/* Start custom CSS for section, class: .elementor-element-adc4c5f */.vw-footer {
  width: 100%;
  background: #050505;
  color: #fff;
  margin-top: 60px;
}

.vw-footer a {
  color: inherit;
  text-decoration: none;
}

.vw-footer-newsletter {
  padding: 54px 24px 50px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.vw-footer-newsletter h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vw-footer-newsletter p {
  max-width: 460px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.6;
}

.vw-footer-form {
  max-width: 520px;
  height: 52px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(255,255,255,0.42);
  background: transparent;
}

.vw-footer-form input {
  width: 100%;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.vw-footer-form input::placeholder {
  color: rgba(255,255,255,0.62);
}

.vw-footer-form button {
  min-width: 128px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,0.42);
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.vw-footer-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 28px 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

.vw-footer-col h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vw-footer-col a {
  display: block;
  width: fit-content;
  margin: 0 0 11px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.35;
}

.vw-footer-col a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vw-footer-logo {
  display: inline-flex !important;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 16px !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.vw-footer-logo span {
  font-weight: 700;
}

.vw-footer-logo em {
  font-style: italic;
  font-weight: 400;
}

.vw-footer-brand p {
  max-width: 280px;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.65;
}

.vw-footer-socials {
  display: flex;
  gap: 9px;
}

.vw-footer-socials a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  color: #fff;
  font-size: 0;
}

.vw-footer-socials a:hover {
  background: #fff;
  color: #111;
  text-decoration: none;
}

.vw-footer-socials svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vw-footer-bottom {
  min-height: 44px;
  padding: 13px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.62);
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .vw-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }
}

@media (max-width: 600px) {
  .vw-footer-newsletter {
    padding: 42px 18px 38px;
  }

  .vw-footer-form {
    height: auto;
    grid-template-columns: 1fr;
  }

  .vw-footer-form input {
    min-height: 50px;
  }

  .vw-footer-form button {
    min-height: 48px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.42);
  }

  .vw-footer-main {
    grid-template-columns: 1fr;
    padding: 38px 20px 34px;
  }

  .vw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
  }
}/* End custom CSS */