@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&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: #faf9f6;

  color: #4a4a3c;
}

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%;
}

.a-m-header.is-open .a-m-header-background {
  left: 0;
}
.a-m-header-button-wrapper {
  margin-left: auto;
}
.a-m-header-icon {
  display: none;
}

.a-m-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-m-navigation-list.is-open {
  right: 0;
}
.a-m-header-icon-menu {
  display: block;
}

.a-m-header-icon-button.is-open .a-m-header-icon-menu {
  display: none;
}

.a-m-header-icon-button.is-open .a-m-header-icon-close {
  display: block;
}

.a-m-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 88px;
  background: #1b3022;
}

.a-m-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;

  background: #1b3022;
}
.a-m-header.is-open .a-m-header-background {
  left: 0;
}
.a-m-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-m-header-icon-menu {
  display: block;
}

.a-m-header-icon-button.is-open .a-m-header-icon-menu {
  display: none;
}

.a-m-header-icon-button.is-open .a-m-header-icon-close {
  display: block;
}

.a-m-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: 24px 16px;
  position: relative;
}

.a-m-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: 32px 0 100px;

  gap: 24px;
  background: #1b3022;
}

.a-m-navigation-list.is-open {
  right: 0;
}

.a-m-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #faf9f6;
  font-family: Figtree;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
}

.a-m-navigation-link:hover,
.a-m-navigatioт-link:focus {
  color: #00c747;
}

.a-m-header.is-open {
  background-color: transparent;
}

.a-m-navigation-img {
  display: none;
}
.a-m-about-title-text-pp {
  display: none;
}

@media screen and (min-width: 1200px) {
  .a-m-about-title-text-p {
    display: none;
  }
  .a-m-about-title-text-pp {
    display: flex;
  }
  .a-m-navigation-img {
    display: block;
    margin-right: 270px;
  }

  .a-m-policy-terms-header-icon-menu {
    display: none;
  }
  .a-m-header-button-wrapper {
    display: none;
  }
  .a-m-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-m-header-icon-button {
    display: none;
  }
  .a-m-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-m-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 24px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-m-navigation-link {
    font-family: Figtree;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
  }

  .a-m-navigation-link:hover,
  .a-m-navigation-link:focus {
  }
}

.a-m-home {
  width: 375px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero.png");
  margin: auto;
}
.a-m-home-container {
  width: 375px;
  padding: 120px 16px 48px;
  margin: auto;
}

.a-m-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.a-m-home-title-img {
  font-family: Figtree;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #00c747;
  background: #a4f5b033;
  border-radius: 9999px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
}
.a-m-home-title {
  color: #ffffff;
  font-family: Fraunces;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 105%;
  letter-spacing: 0%;
  text-align: center;
}
.a-m-home-title span {
  color: #00c747;
}
.a-m-home-text {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  color: #faf9f6;
}
.a-m-home-text-two {
  font-family: Caveat;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #00c747;
}
.a-m-home-link {
  transition: all 0.3s ease-in-out;
  font-family: Figtree;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  background: #00c747;

  border-radius: 100px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  margin-top: 20px;
}

.a-m-home-link:hover {
  transform: scale(1.1);
}
.a-m-navigation-item-desk {
  display: block;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .a-m-home {
    width: auto;
    height: 804px;
  }
  .a-m-home-container {
    width: 1440px;
    padding: 200px 316px 0px;
  }

  .a-m-home-title {
    font-family: Fraunces;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 72px;
    leading-trim: NONE;
    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
  }

  .a-m-home-text {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 120px;
  }
  .a-m-home-text-two {
    font-family: Caveat;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-m-navigation-item-desk {
    display: block;
    margin: 0;
    padding: 11px 26px;
    margin-left: 270px;
  }
}

.a-m-why-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.a-m-about-title-div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.a-m-about-title {
  color: #00c747;
  font-family: Figtree;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background: #a4f5b033;
  border-radius: 9999px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
}
.a-m-about-title-two {
  font-family: Fraunces;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 105%;
  letter-spacing: 0%;

  color: #1b3022;
}
.a-m-about-title-text {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #4a4a3c;
}
.a-m-why-list {
  padding-top: 32px;
}
.a-m-why-item {
  width: 230px;
  height: 420px;
  margin: 0 12px;
}

.a-m-why-text-bold {
  font-family: Fraunces;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -1%;
  color: #1b3022;
  padding: 24px 0 8px;
}
.a-m-why-text {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-m-why-texts {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 56px;
}
@media screen and (min-width: 1200px) {
  .a-m-why-container {
    width: 1440px;
    padding: 80px;
  }

  .a-m-about-title-text {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #4a4a3c;
  }
  .a-m-why-list {
    padding-top: 48px;
  }
  .a-m-why-item {
    margin: 0 16px;
  }

  .a-m-why-texts {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 72px 277px 0;
  }
}

.a-m-uniqueness {
  background: #1b3022;
}
.a-m-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 1690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/22\ \(1\).png");
  padding: 48px 16px 0;
}
.a-m-about-title-div-uniqueness {
  align-items: start;
  text-align: left;
}
.a-m-uniqueness-list {
  padding-top: 318px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.a-m-uniqueness-item {
  background: #faf9f6;
  width: 343px;
  height: 164px;
  border-radius: 12px;
  padding: 24px;
}
.a-m-uniqueness-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
.a-m-uniqueness-img {
  width: 32px;
}
.a-m-uniqueness-text-bold {
  font-family: Fraunces;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -1%;
  color: #1b3022;
}
.a-m-uniqueness-text {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 12px;
}
.a-m-uniqueness-item-two {
  background: #2d5a3d;
  gap: 24px;
  border-radius: 12px;
  padding: 12px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #faf9f6;
}
@media screen and (min-width: 1200px) {
  .a-m-uniqueness-container {
    margin: auto;
    width: 1440px;
    height: 858px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/22\ \(2\).png");
    padding: 48px 161px 0;
  }

  .a-m-uniqueness-list {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 524px;
    margin: -40px 0 0 auto;
  }
  .a-m-uniqueness-item {
    width: 258px;
    height: 164px;

    border-radius: 12px;
    padding: 24px;
  }
  .a-m-uniqueness-item-q {
    width: 524px;
    height: 140px;
  }
  .a-m-uniqueness-item-two {
    width: 654px;
    height: 72px;
    margin: 32px auto 0;
    border-radius: 12px;
    padding: 12px;
  }
}

.a-m-how-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.a-m-how-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a-m-how-item {
  background: #2d5a3d;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 12px;
}
.a-m-how-item-two {
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  text-align: center;
  margin-top: 4px;
}

.a-m-how-text-bold {
  font-family: Caveat;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #00c747;
}

.a-m-how-text {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #faf9f6;
}

@media screen and (min-width: 1200px) {
  .a-m-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 184px;
  }
  .a-m-about-title-texthow {
    padding: 0 290px;
  }
  .a-m-how-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    height: 288px;
  }

  .a-m-how-item {
    width: 305.3333435058594px;
    height: 72px;

    gap: 16px;
    border-radius: 12px;
    padding: 12px;
  }
  .a-m-how-item-two {
    width: 435px;
    height: 240px;

    gap: 4px;
    border-radius: 12px;
    padding: 8px;

    margin-top: 0px;
  }
}

.a-m-characters {
  margin: auto;
  width: 375px;
  height: 1332px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/regions.png");
}
.a-m-characters-container {
  padding: 48px 17px;
  margin: auto;
  width: 375px;
}
.a-m-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 8px;
}
.a-m-characters-item {
  background: #2d5a3d;
  display: flex;
  align-items: center;
  height: 88px;

  gap: 16px;
  border-radius: 12px;
  padding: 20px;
}
.a-m-characters-img {
  width: 24px;
}
.a-m-characters-text-bold {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #faf9f6;
}

.a-m-characters-text {
  font-family: Caveat;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #00c747;
  padding-top: 24px;
}

@media screen and (min-width: 1200px) {
  .a-m-characters {
    width: 1440px;
    height: 726px;
    background-image: url("/img/regions\ \(1\).png");
  }
  .a-m-characters-container {
    padding: 80px 757px 0 126px;
    margin: auto;
    width: 1440px;
  }
  .a-m-about-title-div-uniquenesss {
    width: 410px;
    text-align: left;
  }
  .a-m-characters-list {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    gap: 8px;
  }
  .a-m-characters-item {
    height: 64px;

    gap: 16px;
    border-radius: 12px;
    padding: 20px;
  }

  .a-m-characters-text {
    font-family: Caveat;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 24px;
  }
}

.a-m-faq {
  background: #1b3022;
}
.a-m-faq-container {
  padding: 48px 16px;
  width: 375px;
  margin: auto;
}
.a-m-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a-m-faq-item {
  background: #faf9f6;
  gap: 8px;
  border-radius: 20px;
  padding: 16px;
}

.a-m-faq-question {
  font-family: Fraunces;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -1%;
  color: #1b3022;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a-m-faq-answer {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-right: 20px;
}
.a-m-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-m-toggle-button img {
  width: 20px;
  transition: transform 0.3s ease;
}
.a-m-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-m-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-m-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .a-m-faq-container {
    padding: 80px 337px;
    width: 1440px;
    margin: auto;
  }
  .a-m-faq-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .a-m-faq-item {
    background: #faf9f6;
    gap: 8px;
    border-radius: 20px;
    padding: 16px;
  }

  .a-m-faq-question {
    font-family: Fraunces;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -1%;
    color: #1b3022;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .a-m-faq-answer {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding-right: 20px;
  }
}

.a-m-policy-terms-container {
  padding: 100px 16px 32px;
  width: 375px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2d2d2d;
}

.a-m-policy-terms-container h1 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.a-m-policy-terms-container h2 {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.a-m-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-m-policy-terms-container a {
  color: #1a73e8;
}
@media screen and (min-width: 1200px) {
  .a-m-policy-terms-container {
    padding: 100px 80px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .a-m-policy-terms-container h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0px;
  }
  .a-m-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

.a-m-footer-container {
  width: 375px;
  padding: 48px 8px 24px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.a-m-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.a-m-footer-text {
  text-decoration: none;
  color: #bfc7c2;
}

.a-m-footer-copyright {
  font-family: Figtree;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #bfc7c2;
}
.a-m-footer-list {
  display: flex;
  gap: 12px;
}
.a-m-footer-img {
  border-bottom: 1px solid #385240;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .a-m-footer-container {
    width: 1440px;
    padding: 64px 80px;

    gap: 32px;
  }

  .a-m-footer-wrapper {
    gap: 4px;
  }

  .a-m-footer-text {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .a-m-footer-copyright {
    font-family: Figtree;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .a-m-footer-list {
    display: flex;
    gap: 24px;
  }
  .a-m-footer-img {
    border-bottom: 1px solid #385240;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
  }
}
