@font-face {
  font-family: 'Satoshi';
  src: url("../../fonts/Satoshi-Regular.woff2") format("woff2"), url("../../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url("../../fonts/Satoshi-Bold.woff2") format("woff2"), url("../../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Satoshi', sans-serif;
}

.ihc-pp-hero {
  background-image: url(../../img/need-help/hero-section.png);
  height: 20rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #DDDFD2;
  padding: 2rem;
}

.ihc-pp-hero .ihc-pp-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  max-width: 45%;
}

.ihc-pp-hero .ihc-pp-hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  font-family: 'Satoshi-Black', sans-serif;
  color: #16154D;
}

.ihc-pp-hero .ihc-pp-hero-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.ihc-pp-hero .ihc-pp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.ihc-pp-hero .ihc-pp-nav .ihc-pp-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ihc-pp-hero .ihc-pp-nav .ihc-pp-nav-items .ihc-pp-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border: 1px solid #DDDFD2;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 7rem;
  height: 7rem;
}

.ihc-pp-hero .ihc-pp-nav .ihc-pp-nav-items .ihc-pp-nav-item .ihc-pp-nav-item-icon {
  height: 2rem;
  width: 2rem;
}

.ihc-pp-hero .ihc-pp-nav .ihc-pp-nav-items .ihc-pp-nav-item .ihc-pp-nav-item-text {
  font-size: .65rem;
  font-weight: 700;
  text-align: center;
  height: 1.5rem;
}

.ihc-pp-content {
  padding: 2rem 4rem;
  margin: 0 auto;
  max-width: 70%;
  margin-top: 2rem;
  margin-bottom: 10rem;
}

.ihc-pp-content .ihc-pp-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.ihc-pp-content .ihc-pp-content-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.ihc-pp-content .ihc-pp-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.ihc-pp-content .ihc-pp-content-container .ihc-pp-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.ihc-pp-content .ihc-pp-content-container .ihc-pp-content-item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.ihc-pp-content .ihc-pp-content-container .ihc-pp-content-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding-left: 1rem;
}

.ihc-pp-content .ihc-pp-content-container .ihc-pp-content-item .item-sub-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.ihc-pp-content .ihc-pp-content-container .ihc-pp-content-item a {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.ihc-pp-nav-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ihc-pp-nav-item-icon i {
  height: 2rem;
  width: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-security-measures {
  background-image: url(../../icons/privacy-policy/icon-security-measures.svg);
}

.icon-data-sharing-disclosure {
  background-image: url(../../icons/privacy-policy/icon-data-sharing-disclosure.svg);
}

.icon-your-rights {
  background-image: url(../../icons/privacy-policy/icon-your-rights.svg);
}

.icon-changes-to-this-policy {
  background-image: url(../../icons/privacy-policy/icon-changes-to-this-policy.svg);
}
/*# sourceMappingURL=privacy-policy.css.map */