@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fffae9;

  color: #634935;
}

body {
  margin: 0;
}

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%;
}

.y-t-header.is-open .y-t-header-background {
  left: 0;
}
.y-t-header-button-wrapper {
  margin-left: auto;
}
.y-t-header-icon {
  display: none;
}

.y-t-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-t-navigation-list.is-open {
  right: 0;
}
.y-t-header-icon-menu {
  display: block;
}

.y-t-header-icon-button.is-open .y-t-header-icon-menu {
  display: none;
}

.y-t-header-icon-button.is-open .y-t-header-icon-close {
  display: block;
}

.y-t-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
  background: #715542;
}

.y-t-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #715542;
}
.y-t-header.is-open .y-t-header-background {
  left: 0;
}
.y-t-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-t-header-icon-menu {
  display: block;
}

.y-t-header-icon-button.is-open .y-t-header-icon-menu {
  display: none;
}

.y-t-header-icon-button.is-open .y-t-header-icon-close {
  display: block;
}

.y-t-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: 23px 16px;
  position: relative;
}

.y-t-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 16px;
  gap: 12px;
  background: #715542;
}

.y-t-navigation-list.is-open {
  right: 0;
}

.y-t-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fdf9eb;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
}

.y-t-navigation-link:hover,
.y-t-navigatioт-link:focus {
  color: #a3d652;
}

.y-t-header.is-open {
  background-color: transparent;
}

.y-t-navigation-img {
  display: none;
}

@media screen and (min-width: 1196px) {
  .y-t-navigation-img {
    display: flex;
  }
  .y-t-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-t-header {
    width: 100%;
    height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 0px 0 72px;
  }

  .y-t-header-background {
  }
  .y-t-header-icon-button {
    display: none;
  }
  .y-t-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-t-navigation-list {
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 24px;
    height: 0px;
    row-gap: 0;
    justify-content: end;
    padding: 0;
    margin-right: 72px;
    margin-left: 72px;
    align-items: start;
  }

  .y-t-navigation-link {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .y-t-navigation-item-desk {
    display: none;
  }
}
.y-t-home {
  width: 375px;
  height: 661px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Frame\ 40088.png");
  margin: auto;
}
.y-t-home-container {
  width: 375px;
  padding: 115px 16px 0px;
  margin: auto;
}

.y-t-home-container-top {
}

.y-t-home-title {
  font-family: Afacad;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.y-t-home-text {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-top: 16px;
}
.y-t-home-text span {
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.y-t-home-q {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  padding: 129px 0 44px;
}
.y-t-home-q span {
  font-family: Afacad;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.y-t-home-w {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 16px;
}
.y-t-home-link {
  transition: all 0.3s ease-in-out;
  background: #a3d652;
  width: 343px;
  height: 54px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 12px;
  display: block;
  font-family: Afacad;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #111417;
  text-decoration: none;
  text-align: center;
}

.y-t-home-link:hover {
  background: #d2ebaa;
}
@media screen and (min-width: 1196px) {
  .y-t-home {
    width: 1440px;
    height: 816px;
    background-image: url("/img/home/Frame\ 40089.png");
  }
  .y-t-home-container {
    width: 1440px;
    padding: 212px 72px 0px;
  }
  .y-t-home-title {
    font-family: Afacad;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .y-t-home-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    padding-top: 79px;
    width: 635px;
  }
  .y-t-home-text span {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .y-t-home-q {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: right;
    padding: 50px 137px 45px 0;
  }
  .y-t-home-q span {
    font-family: Afacad;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .y-t-home-w {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding-bottom: 24px;
  }
  .y-t-home-link {
    width: 244px;
    height: 68px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 12px;
    font-family: Afacad;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -3%;
    vertical-align: middle;
    margin: 0 auto;
  }
}
.y-t-about {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.y-t-about-container {
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 40023.png");
}
.y-t-about-title {
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.y-t-about-title-text {
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f34958;
  vertical-align: middle;
  padding-top: 40px;
}
.y-t-about-text {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;

  padding-top: 20px;
}
.y-t-about-text-two {
  padding-top: 153px;
}
.y-t-about-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
.y-t-about-list-item {
  border-radius: 16px;
  padding: 16px;
  background: #fde38a;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.y-t-about-list-item:hover {
  background: #fef1c8;
}
@media screen and (min-width: 1196px) {
  .y-t-about {
    width: 1440px;
    padding: 116px 72px 0;
  }
  .y-t-about-container {
    height: 472px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 40023\ \(1\).png");
  }
  .y-t-about-title {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .y-t-about-title-text {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    padding-top: 56px;
  }
  .y-t-about-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    padding-top: 24px;
  }
  .y-t-about-text-two {
    padding-top: 24px;
    width: 636px;
  }
  .y-t-about-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 32px;
  }
  .y-t-about-list-item {
    width: 416px;
    border-radius: 16px;
    padding: 24px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
}

.y-t-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}
.y-t-why-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.y-t-why-item {
  background: #fef2c7;

  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
.y-t-why-item:hover {
  background: #feecb0;
}
.y-t-why-img {
  width: 20px;
}
.y-t-why-text-bold {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.y-t-why-text {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-top: 8px;
}

@media screen and (min-width: 1196px) {
  .y-t-why-container {
    width: 1440px;
    padding: 116px 72px 0;
  }
  .y-t-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .y-t-why-item {
    width: 416px;
    height: 124px;

    border-radius: 16px;
    padding: 24px;
  }
  .y-t-why-img {
    width: 24px;
  }
  .y-t-why-text-bold {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .y-t-why-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    padding-top: 16px;
  }
}

.y-t-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.y-t-uniqueness-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.y-t-uniqueness-item {
  width: 343px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 16px;
  background: #fde38ab2;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1196px) {
  .y-t-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 116px 72px 0;
  }
  .y-t-uniqueness-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .y-t-uniqueness-item {
    width: 306px;
    height: 96px;

    border-radius: 16px;
    padding: 24px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
}
.y-t-how {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.y-t-how-container {
  margin: auto;
  width: 351px;
  height: 664px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 40069.png");
}
.y-t-how-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-t-how-item {
  width: 253px;
  height: 80px;
  border-radius: 16px;
  border-width: 2px;
  padding: 15px;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.y-t-how-item-q {
  margin-left: 90px;
}

@media screen and (min-width: 1196px) {
  .y-t-how {
    width: 1440px;
    padding: 116px 72px 0;
  }
  .y-t-how-container {
    margin: auto;
    width: 1296px;
    height: 629px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 40026.png");
  }
  .y-t-how-list {
    padding-top: 0px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    height: 377px;
  }

  .y-t-how-item {
    width: 416px;
    height: auto;
    border-radius: 16px;
    border-width: 2px;
    padding: 24px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
  }
  .y-t-how-item-q {
    margin-left: 0px;
    top: 98px;
    left: 440px;
  }
  .y-t-how-item-w {
    top: 0px;
    right: 0px;
  }
  .y-t-how-item-e {
    top: 191px;
    left: 880px;
  }
  .y-t-how-item-r {
    top: 269px;
    left: 110px;
  }
}

.y-t-characters-container {
  padding: 80px 16px 0;
  margin: auto;
  width: 375px;
}

.y-t-characters-item {
  border: 2px solid #b44e09;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 343px;
  height: 80px;

  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 14px;
}

@media screen and (min-width: 1196px) {
  .y-t-characters-container {
    padding: 116px 72px 0px;
    margin: auto;
    width: 1440px;
  }
  .y-t-characters-item {
    width: 306px;
    height: 108px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

    border-radius: 16px;
    padding: 22px;
  }
}

.y-t-reviews-container {
  margin: auto;
  padding: 80px 16px 0;
  width: 375px;
}
.y-t-reviews-list {
  padding-top: 20px;
}

.y-t-reviews-item {
  margin: 0 8px;
}

.y-t-reviews-item-top {
  background: #fee7ae;

  display: flex;
  gap: 12px;
  align-items: center;
  width: 253px;
  height: 80px;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}

.y-t-reviews-item-top:hover {
  background: #fef0cb;
}
.y-t-reviews-img {
  width: 20px;
}
.y-t-reviews-text-bold {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1196px) {
  .y-t-reviews-container {
    margin: auto;
    padding: 116px 72px 0;
    width: 1440px;
  }
  .y-t-reviews-list {
    padding-top: 24px;
  }

  .y-t-reviews-item {
    margin: 0 12px;
  }

  .y-t-reviews-item-top {
    width: 306px;
    height: 108px;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
  }
  .y-t-reviews-img {
    width: 24px;
  }
  .y-t-reviews-text-bold {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .y-t-about-text-three {
    width: 636px;
  }
}

.y-t-faq-container {
  padding: 80px 16px 0px;
  width: 375px;
  margin: auto;
}
.y-t-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.y-t-faq-item {
  width: 343px;
  height: 131px;
  border-radius: 16px;
  padding: 16px;
  background: #feedba;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.y-t-faq-item:hover {
  background: #feedba;
  border: 2px solid #b44e09;
  background: #fef1c8;
}

.y-t-faq-question {
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #b44e09;
}

.y-t-faq-answer {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 12px;
}
@media screen and (min-width: 1196px) {
  .y-t-faq-container {
    padding: 116px 72px 0;
    width: 1440px;
    margin: auto;
  }
  .y-t-faq-list {
    padding-top: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .y-t-faq-item {
    width: 416px;
    height: 172px;
    border-radius: 16px;
    padding: 24px;
  }

  .y-t-faq-question {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .y-t-faq-answer {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
}
.y-t-gallery {
  margin: auto;
  width: 375px;
  margin-top: 80px;
}
.y-t-gallery-container {
  margin: auto;
  padding: 0 16px 0px;
  background-repeat: no-repeat;

  background-image: url("/img/gallery/Frame\ 40090.png");
}
.y-t-gallery-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.y-t-gallery-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.y-t-gallery-image {
  width: 20px;
}
@media screen and (min-width: 1196px) {
  .y-t-gallery {
    width: 1440px;
    margin: auto;
    padding: 116px 72px 0;
  }
  .y-t-gallery-container {
    margin: auto;
    height: 500px;
    background-image: url("/img/gallery/Frame\ 40047.png");
  }
  .y-t-gallery-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .y-t-gallery-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .y-t-gallery-image {
    width: 24px;
  }
}

.y-t-progression-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}

.y-t-progression-item {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  border-radius: 16px;
  border-width: 2px;
  padding: 16px;
  background: #fee7ae1a;
  border: 2px solid #fbb924;
}
@media screen and (min-width: 1196px) {
  .y-t-progression-container {
    width: 1440px;
    margin: auto;
    padding: 116px 72px 0;
  }

  .y-t-progression-item {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width: 416px;
    height: 72px;
    border-radius: 16px;
    border-width: 2px;
    padding: 22px;
  }
}
.y-t-who {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}

.y-t-who-container {
  background-image: url("/img/who/Frame\ 40083.png");
}

@media screen and (min-width: 1196px) {
  .y-t-who {
    width: 1440px;
    margin: auto;
    padding: 116px 72px 0;
  }

  .y-t-who-container {
    background-image: url("/img/who/Frame\ 40058.png");
  }
}

.y-t-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.y-t-features-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.y-t-features-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.y-t-features-text-bold {
  font-family: Afacad;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.y-t-features-text {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #634935;
  text-decoration: none;
}

@media screen and (min-width: 1196px) {
  .y-t-features-container {
    width: 1440px;
    margin: auto;
    padding: 116px 72px;
  }
  .y-t-features-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .y-t-features-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .y-t-features-text-bold {
    font-family: Afacad;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .y-t-features-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.y-t-policy-terms-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-t-policy-terms-container h1 {
  margin-bottom: 24px;
  font-family: Afacad;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.y-t-policy-terms-container h2 {
  margin-bottom: 20px;
  font-family: Afacad;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-t-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.y-t-policy-terms-container p {
  margin-bottom: 20px;
}
.y-t-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1196px) {
  .y-t-policy-terms-container {
    padding: 216px 72px 60px;
    width: 1440px;
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .y-t-policy-terms-container h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-t-policy-terms-container h2 {
    font-family: Afacad;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-t-footer-container {
  width: 375px;
  padding: 32px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fdf9eb;
}

.y-t-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.y-t-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.y-t-footer-copyright {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1196px) {
  .y-t-footer-container {
    width: 1440px;
    padding: 24px;

    gap: 16px;
  }

  .y-t-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 12px;
  }

  .y-t-footer-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .y-t-footer-copyright {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-t-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 16px 20px;
  border-radius: 20px;
  backdrop-filter: blur(60px);
  background: #fffae9;

  z-index: 1000;
  display: none;
}

.y-t-cookie-popup-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-t-cookie-button-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.y-t-cookie-button {
  border: none;
  background-color: transparent;
  border: 2px solid #a3d652;
  width: 111px;
  height: 44px;
  border-radius: 12px;
  padding-top: 8px;
  padding-bottom: 8px;

  border-width: 2px;
  font-family: Afacad;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #634935;
}

#accept-cookies {
  background: #a3d652;
}

.y-t-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.y-t-cookie-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1196px) {
  .y-t-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 650px;
  }

  .y-t-cookie-popup-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
  }

  .y-t-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .y-t-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 20px 30px;
    display: none;
  }
}
