.PressHomepageFooter {
  position: relative;
  width: 100%;
  z-index: 4;
  color: #000;
  background: #fff;
  font-size: 17px;
  padding-top: var(--bodyMargin);
  -webkit-font-smoothing: antialiased;
  border-radius: 2px
}

.PressHomepageFooter a {
  text-decoration: underline
}

.PressHomepageFooter__close {
  position: sticky;
  padding: var(--bodyMargin);
  top: var(--bodyMargin);
  cursor: pointer;
  z-index: 2
}

.PressHomepageFooter__title {
  position: relative;
  font-family: Ivar Headline;
  font-style: italic;
  line-height: 1.55;
  font-size: 16px;
  letter-spacing: .04rem;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 8px
}

.PressHomepageFooter__block {
  position: relative;
  padding: 0 6vw 0 14vw;
  border-radius: 2px
}

@media (min-width:1100px) {
  .PressHomepageFooter__block {
    padding: 0 14vw
  }
}

.PressHomepageFooter ::-moz-selection {
  background: #000;
  color: #fff
}

.PressHomepageFooter ::selection {
  background: #000;
  color: #fff
}

.PressHomepageFooter a {
  color: var(--background)
}

.PressHomepageFooter__copyContainer {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 100px;
  line-height: 1.3
}

@media (min-width:900px) {
  .PressHomepageFooter__copyContainer {
    font-size: 25px;
    padding-right: 25%
  }
}

.PressHomepageFooter__copy:first-of-type {
  margin-bottom: 40px
}

.PressHomepageFooter__signupCopy {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px
}

.PressHomepageFooter__legal {
  font-size: 14px;
  margin-bottom: 20px
}

.PressHomepageFooter__contact {
  margin-top: 30px
}

@media (min-width:900px) {
  .PressHomepageFooter__contact {
    text-align: right;
    margin-top: 0
  }
}

.PressHomepageFooter__social {
  display: flex;
  align-items: center;
  margin-top: 30px
}

.PressHomepageFooter__socialIcon {
  margin-right: 20px;
  cursor: pointer
}

.PressHomepageFooter__footer {
  margin: 80px 40px 0;
  padding-top: 12px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(0, 0, 0, .25)
}

@media (min-width:900px) {
  .PressHomepageFooter__footer {
    margin-top: 150px;
    display: flex;
    justify-content: space-between
  }
}

@media (min-width:1100px) {
  .PressHomepageFooter__footer {
    margin: 180px 14vw 0
  }
}

.PressHomepageFooter__legal {
  max-width: 470px;
  line-height: 1.4
}
