:root {
  --poto-footer-orange: #ff5500;
  --poto-footer-ink: #0b1423;
  --poto-footer-white: #fff;
}

.poto-footer {
  position: relative;
  overflow: visible;
  min-height: 521px;
  padding: 63px 5% 25px;
  background: var(--poto-footer-orange);
  color: var(--poto-footer-white);
  font-family: Inter, OpenSans, Arial, sans-serif;
}

.poto-shared-footer [data-poto-footer] {
  width: 100vw;
  margin-top: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

.poto-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.poto-footer__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  min-height: 433px;
  margin: 0 auto;
}

.poto-footer__signup {
  width: 380px;
  min-height: 547px;
  margin-top: -114px;
  padding: 34px;
  background: #000;
  color: var(--poto-footer-white);
}

.poto-footer__mailbox {
  display: block;
  width: 104px;
  height: 104px;
  margin-bottom: 28px;
  color: var(--poto-footer-white);
}

.poto-footer__mailbox svg {
  display: block;
  width: 100%;
  height: 100%;
}

.poto-footer__title {
  margin: 0 0 58px;
  color: var(--poto-footer-white);
  font-size: 46px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
}

.poto-footer__intro {
  margin-bottom: 28px;
}

.poto-footer__intro p {
  margin: 0 0 12px;
  color: var(--poto-footer-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.poto-footer__form {
  display: grid;
  gap: 10px;
}

.poto-footer__input {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  background: #000;
  color: var(--poto-footer-white);
  font: 500 14px/20px Inter, sans-serif;
  outline: none;
}

.poto-footer__input::placeholder {
  color: var(--poto-footer-white);
  opacity: 1;
}

.poto-footer__submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: var(--poto-footer-orange);
  color: var(--poto-footer-white);
  font: 400 14px/20px Inter, sans-serif;
  cursor: pointer;
}

.poto-footer__content {
  flex: 1;
  min-width: 0;
  padding: 0 57px;
}

.poto-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 85px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.poto-footer__nav a {
  color: var(--poto-footer-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.poto-footer__nav a.is-active {
  color: var(--poto-footer-ink);
}

.poto-footer__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  min-height: 200px;
  padding-top: 34px;
}

.poto-footer__label {
  margin: 0 0 18px;
  color: var(--poto-footer-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.poto-footer__address,
.poto-footer__email {
  margin: 0;
  color: var(--poto-footer-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.poto-footer__email {
  font-size: 22px;
  line-height: 1.2;
}

.poto-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}

.poto-footer__copyright {
  margin: 0;
  color: var(--poto-footer-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.poto-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.poto-footer__socials a {
  display: block;
  width: 48px;
  height: 48px;
}

.poto-footer__socials img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.poto-shared-footer .section-107.section-117 {
  display: none !important;
}

.w-webflow-badge {
  display: none !important;
}

@media (max-width: 991px) {
  .poto-footer {
    padding: 48px 24px 32px;
  }

  .poto-footer__inner {
    display: grid;
    gap: 28px;
    max-width: 720px;
  }

  .poto-footer__signup {
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .poto-footer__content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .poto-footer__title {
    font-size: 38px;
  }

  .poto-footer__nav,
  .poto-footer__bottom {
    gap: 18px;
    flex-wrap: wrap;
  }

  .poto-footer__details {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }

  .poto-footer__socials {
    flex-wrap: wrap;
  }
}
