@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #faefb2;

  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.p-i-header.is-open .p-i-header-background {
  left: 0;
}
.p-i-header-button-wrapper {
  margin-left: auto;
}
.p-i-header-icon {
  display: none;
}

.p-i-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.p-i-navigation-list.is-open {
  right: 0;
}
.p-i-header-icon-menu {
  display: block;
}

.p-i-header-icon-button.is-open .p-i-header-icon-menu {
  display: none;
}

.p-i-header-icon-button.is-open .p-i-header-icon-close {
  display: block;
}

.p-i-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: #faefb2;
}

.p-i-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #faefb2;
}
.p-i-header.is-open .p-i-header-background {
  left: 0;
}
.p-i-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-i-header-icon-menu {
  display: block;
}

.p-i-header-icon-button.is-open .p-i-header-icon-menu {
  display: none;
}

.p-i-header-icon-button.is-open .p-i-header-icon-close {
  display: block;
}

.p-i-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 24px;
  position: relative;
}

.p-i-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 32px;

  gap: 50px;
  background: #faefb2;
}

.p-i-navigation-list.is-open {
  right: 0;
}

.p-i-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #010101;
  font-family: Chakra Petch;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

.p-i-navigation-link:hover,
.p-i-navigatioт-link:focus {
  color: #594c38;
  transform: scale(1.1);
}
.p-i-home-img {
  width: 199px;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
.p-i-home-img:hover,
.p-i-home-img:focus {
  color: #594c38;
  transform: scale(1.1);
}
.p-i-header.is-open {
  background-color: transparent;
}

.p-i-navigation-img {
  display: none;
}
.p-i-header-terms {
  background-color: transparent;
}
@media screen and (min-width: 1197px) {
  .p-i-navigation-img {
    display: block;
    margin-right: 220px;
  }
  .p-i-header-terms {
    background-color: transparent;
    margin: 0 30px;
  }
  .p-i-policy-terms-header-icon-menu {
    display: none;
  }
  .p-i-header-button-wrapper {
    display: none;
  }
  .p-i-header {
    width: 100%;
    height: 103px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .p-i-header-icon-button {
    display: none;
  }
  .p-i-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .p-i-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 50px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .p-i-navigation-link {
  }
  .p-i-home-img {
    width: 199px;
    margin-top: 0px;
    margin-left: 110px;
    transition: all 0.3s ease-in-out;
  }

  .p-i-navigation-item-desk {
    display: none;
  }
}

.p-i-home-container {
  width: 375px;
  padding: 96px 24px 50px;
  margin: auto;
}

.p-i-home-title {
  font-family: Chakra Petch;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}

.p-i-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 19px;
}

@media screen and (min-width: 1197px) {
  .p-i-home-container {
    width: 1440px;
    height: 945px;
    background-image: url("/img/Frame\ 66.png");
    padding: 250px 554px 0px 64px;
  }

  .p-i-home-title {
    font-family: Chakra Petch;
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: 0px;
  }

  .p-i-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    gap: 19px;
    padding-top: 40px;
  }
}
.p-i-about {
  background: #594c38;
}
.p-i-about-container {
  width: 375px;
  padding: 50px 24px;
  margin: auto;
}
.p-i-about-title {
  font-family: Chakra Petch;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
}
.p-i-about-texts {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 20px;
}
.p-i-about-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.p-i-about-item {
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 24px;
  padding: 19px;
}
.p-i-about-text-bold {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}

.p-i-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  padding-top: 16px;
}

@media screen and (min-width: 1197px) {
  .p-i-about-container {
    width: 1440px;
    padding: 64px;
  }
  .p-i-about-title {
    font-family: Chakra Petch;
    font-weight: 500;
    font-style: Medium;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
  }
  .p-i-about-texts {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    padding-top: 40px;
  }
  .p-i-about-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 40px 138px 0;
  }
  .p-i-about-item {
    width: 518px;
    height: 167px;

    border-radius: 24px;
    padding: 24px 34px;
  }
  .p-i-about-item-two {
    margin-left: 518px;
  }
  .p-i-about-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: left;
  }

  .p-i-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;

    padding-top: 16px;
  }
}

.p-i-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.p-i-why-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-i-why-item {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.p-i-why-img {
  width: 190px;
}

@media screen and (min-width: 1197px) {
  .p-i-why-container {
    width: 1440px;
    padding: 100px 64px 0;
    flex-direction: row-reverse;
    gap: 94px;
  }
  .p-i-why-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-i-why-item {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .p-i-why-img {
    width: 333px;
  }
}
.p-i-uniqueness-container {
  padding-bottom: 50px;
}
@media screen and (min-width: 1197px) {
  .p-i-uniqueness-container {
    flex-direction: row;
    padding-bottom: 50px;
  }
  .p-i-about-title-two {
    font-family: Chakra Petch;
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: 0px;
    width: 767px;
  }
}
.p-i-how {
  background: #594c38;
}
.p-i-how-container {
  margin: auto;
  width: 375px;
  padding: 50px 24px;
}
.p-i-how-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-i-how-item {
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;

  border-radius: 24px;
  border-width: 1px;
  padding: 20px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
}

@media screen and (min-width: 1197px) {
  .p-i-how-container {
    margin: auto;
    width: 1440px;
    padding: 64px;
  }
  .p-i-how-list {
    padding: 40px 118px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .p-i-how-item {
    width: 518px;
    height: 132px;
    padding: 24px 40px;
    border-radius: 24px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
  }
}

.p-i-policy-terms-container {
  padding: 50px 8px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  color: #000000;
}

.p-i-policy-terms-container h1 {
  margin-bottom: 36px;
  font-family: Chakra Petch;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
}
.p-i-policy-terms-container h3 {
  margin: 20px 0 10px;
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.p-i-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}
.p-i-policy-terms-container a {
  color: inherit;

  text-decoration: none;
}
@media screen and (min-width: 1197px) {
  .p-i-policy-terms-container {
    padding: 100px 40px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .p-i-policy-terms-container h1 {
    font-family: Chakra Petch;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
    margin-bottom: 61px;
  }
  .p-i-policy-terms-container h3 {
    margin: 30px 0 10px;
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .p-i-policy-terms-container p {
  }
}

.p-i-footer-container {
  width: 375px;
  padding: 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.p-i-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.p-i-footer-wrapper-two {
  flex-direction: column;
  gap: 30px;
}
.p-i-footer-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.p-i-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Chakra Petch;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

@media screen and (min-width: 1197px) {
  .p-i-footer-container {
    width: 1440px;
    padding: 40px 64px 50px;
    gap: 0;
  }

  .p-i-footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 702px;
  }
  .p-i-footer-wrapper-two {
    flex-direction: column;
    gap: 30px;
    margin-top: -24px;
  }
  .p-i-footer-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
  }
  .p-i-footer-text-two {
    padding-left: 206px;
  }
  .p-i-footer-text {
    font-family: Chakra Petch;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
}
