@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.wrapper {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #F2F0EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 24px;
}

.top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.top .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .title {
  max-width: 1266px;
  width: 100%;
  margin-right: 16px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.top .wrapper .points {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.top .wrapper .points svg {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}
.top .wrapper .points svg:last-child {
  margin-right: 0;
}
@media (max-width: 1250px) {
  .top .wrapper .title {
    font-size: 58px;
  }
}
@media (max-width: 1000px) {
  .top .wrapper .title {
    font-size: 55px;
  }
  .top .wrapper .points {
    display: none;
  }
}
@media (max-width: 850px) {
  .top .wrapper .title {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  .top .wrapper .title {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  .top .wrapper .title {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .top {
    padding-top: 48px;
  }
}

.description {
  padding-top: 8px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
}
.description .wrapper p {
  display: block;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 850px) {
  .description .wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .description {
    padding-bottom: 48px;
  }
}

.privacy {
  padding-top: 60px;
  padding-bottom: 100px;
}
.privacy .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.privacy .wrapper .privacy_left {
  max-width: 335px;
  width: 100%;
}
.privacy .wrapper .privacy_left .item {
  cursor: pointer;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.5;
  margin-bottom: 16px;
}
.privacy .wrapper .privacy_left .active {
  opacity: 1;
}
@media (max-width: 1050px) {
  .privacy .wrapper .privacy_left {
    max-width: 250px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 950px) {
  .privacy .wrapper .privacy_left {
    display: none;
  }
}
.privacy .wrapper .privacy_content {
  max-width: 975px;
  width: 100%;
}
.privacy .wrapper .privacy_content h2 {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(22, 24, 21, 0.15);
  width: 100%;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: block;
}
.privacy .wrapper .privacy_content #h1 {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.privacy .wrapper .privacy_content p, .privacy .wrapper .privacy_content a {
  text-decoration: none;
  display: block;
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.privacy .wrapper .privacy_content p {
  margin-bottom: 9px;
}
@media (max-width: 950px) {
  .privacy {
    padding-top: 48px;
    padding-bottom: 95px;
  }
}

/*# sourceMappingURL=privacy-policy.css.map */
