@font-face {
  font-family: "PD Footer";
  src: url("_kage/framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "PD Footer";
  src: url("_kage/framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "PD Footer";
  src: url("_kage/framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

footer[data-framer-name="Footer"],
footer.pd-case-footer {
  display: none !important;
}

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

.pd-uniform-footer {
  position: relative;
  width: 100%;
  min-height: max(900px, 100svh);
  padding: 0 clamp(24px, 2.1vw, 64px) 24px;
  overflow: hidden;
  color: #0a0a0a;
  background: #f5f5f5;
  font-family: "PD Footer", "Helvetica Neue", sans-serif;
  letter-spacing: -.045em;
}

.pd-uniform-footer a {
  color: inherit;
  text-decoration: none;
}

.pd-uniform-footer__main {
  display: grid;
  min-height: 49svh;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(20px, 2vw, 58px);
  padding-top: clamp(150px, 18svh, 310px);
}

.pd-uniform-footer__column {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: clamp(70px, 10svh, 170px);
  align-content: start;
}

.pd-uniform-footer__contact {
  grid-column: 1 / span 6;
}

.pd-uniform-footer__navigation {
  grid-column: 7 / span 3;
}

.pd-uniform-footer__social {
  grid-column: 10 / -1;
}

.pd-uniform-footer__mark {
  color: rgba(10, 10, 10, .32);
  font-size: clamp(28px, 2vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.pd-uniform-footer__content {
  align-self: start;
  padding-bottom: 0;
}

.pd-uniform-footer__email {
  display: inline-flex;
  align-items: center;
  gap: .25em;
  max-width: 100%;
  padding-bottom: .14em;
  border-bottom: 2px solid currentColor;
  font-size: clamp(27px, 2vw, 58px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: 1;
}

.pd-uniform-footer__email-plus {
  display: grid;
  width: .72em;
  height: .72em;
  flex: 0 0 .72em;
  place-items: center;
  border-radius: 50%;
  color: #f5f5f5;
  background: #0a0a0a;
  font-size: .7em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.pd-uniform-footer__label {
  margin: 0 0 clamp(18px, 2vw, 36px);
  color: rgba(10, 10, 10, .58);
  font-size: clamp(14px, 1vw, 28px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.pd-uniform-footer__links {
  display: grid;
  gap: clamp(10px, .8vw, 22px);
}

.pd-uniform-footer__links a {
  width: max-content;
  font-size: clamp(22px, 1.55vw, 44px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.08;
}

.pd-uniform-footer__links a:hover,
.pd-uniform-footer__email:hover {
  opacity: .56;
}

.pd-uniform-footer__external {
  color: rgba(10, 10, 10, .32);
  font-size: .7em;
  vertical-align: .2em;
}

.pd-uniform-footer__brand {
  width: 48%;
  margin: clamp(20px, 3svh, 52px) 0 0 auto;
  font-size: clamp(62px, 7.5vw, 220px);
  font-weight: 600;
  letter-spacing: -.085em;
  line-height: .82;
}

.pd-uniform-footer__brand sup {
  display: inline-block;
  margin-left: .04em;
  font-size: .25em;
  letter-spacing: 0;
  vertical-align: 1.9em;
}

.pd-uniform-footer__bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(180px, 24svh, 360px);
  padding-top: 20px;
  border-top: 1px solid rgba(10, 10, 10, .18);
  color: rgba(10, 10, 10, .58);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.pd-uniform-footer__legal {
  display: flex;
  gap: 22px;
}

@media (min-width: 810px) and (max-width: 1099.98px) {
  .pd-uniform-footer__email {
    font-size: clamp(21px, 2.6vw, 24px);
  }
}

@media (max-width: 809.98px) {
  .pd-uniform-footer {
    min-height: 0;
    padding: 84px 20px 20px;
  }

  .pd-uniform-footer__main {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 76px 22px;
    padding: 0;
  }

  .pd-uniform-footer__column {
    display: block;
  }

  .pd-uniform-footer__contact {
    grid-column: 1 / -1;
  }

  .pd-uniform-footer__navigation,
  .pd-uniform-footer__social {
    grid-column: auto;
  }

  .pd-uniform-footer__mark {
    display: block;
    margin-bottom: 54px;
    font-size: 30px;
  }

  .pd-uniform-footer__content {
    padding: 0;
  }

  .pd-uniform-footer__email {
    gap: 7px;
    width: 100%;
    font-size: clamp(18px, 5.3vw, 25px);
    overflow-wrap: anywhere;
  }

  .pd-uniform-footer__label {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .pd-uniform-footer__links {
    gap: 10px;
  }

  .pd-uniform-footer__links a {
    font-size: 27px;
  }

  .pd-uniform-footer__brand {
    width: 100%;
    margin-top: 118px;
    font-size: clamp(52px, 13.6vw, 82px);
    line-height: .84;
  }

  .pd-uniform-footer__bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
    padding-top: 18px;
    font-size: 12px;
  }
}
