@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: #fefdfc;

  color: #f8fbea;
}

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%;
}

.r-a-header.is-open .r-a-header-background {
  left: 0;
}
.r-a-header-button-wrapper {
  margin-left: auto;
}
.r-a-header-icon {
  display: none;
}

.r-a-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-a-navigation-list.is-open {
  right: 0;
}
.r-a-header-icon-menu {
  display: block;
}

.r-a-header-icon-button.is-open .r-a-header-icon-menu {
  display: none;
}

.r-a-header-icon-button.is-open .r-a-header-icon-close {
  display: block;
}

.r-a-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: #21510480;
}

.r-a-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #21510480;
  backdrop-filter: blur(10px);
}
.r-a-header.is-open .r-a-header-background {
  left: 0;
}
.r-a-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-a-header-icon-menu {
  display: block;
}

.r-a-header-icon-button.is-open .r-a-header-icon-menu {
  display: none;
}

.r-a-header-icon-button.is-open .r-a-header-icon-close {
  display: block;
}

.r-a-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: 16px 16px;
  position: relative;
}

.r-a-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 387px;
  transition: 0.3s;
  z-index: 999;
  padding: 12px 16px;
  gap: 12px;
  background: #21510480;
  backdrop-filter: blur(10px);
}

.r-a-navigation-list.is-open {
  right: 0;
}

.r-a-navigation-link {
  font-family: Afacad;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f8fbea;
}

.r-a-navigation-link:hover,
.r-a-navigatioт-link:focus {
  color: #214f05;
}

.r-a-header.is-open {
  background-color: transparent;
}

.r-a-navigation-img {
  display: none;
}

@media screen and (min-width: 1190px) {
  .r-a-navigation-img {
    display: flex;
    margin-right: 90px;
  }
  .r-a-header-icon-title {
    display: none;
  }
  .r-a-header-button-wrapper {
    display: none;
  }
  .r-a-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
  }

  .r-a-header-background {
  }
  .r-a-header-icon-button {
    display: none;
  }
  .r-a-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-a-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-a-navigation-link {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.5px;
  }

  .r-a-navigation-item-desk {
    display: none;
  }
}
.r-a-home {
  width: 375px;
  margin: auto;
}
.r-a-home-container {
  background-repeat: no-repeat;

  background-image: url("/img/home/Frame\ 40098.png");
  padding: 116px 16px 0px;
  margin: auto;
}

.r-a-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.r-a-home-title {
  font-family: Afacad;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -3%;
}

.r-a-home-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -3%;

  padding: 34px 0 265px;
}
.r-a-home-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -3%;
  background: linear-gradient(
    90deg,
    #f8fbea 11.3%,
    #214f05 15.71%,
    #214f05 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -2px;
}
.r-a-home-link {
  background: #dbecaa;

  width: 343px;
  font-family: Afacad;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -3%;

  text-align: center;
  color: #214f05;
  text-decoration: none;
  gap: 10px;

  display: block;
  transition: all 0.3s ease-in-out;

  border-radius: 32px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  margin-top: 16px;
  border: 1px solid transparent;
}

.r-a-home-link:hover {
  background: #e2f0bb;
  border: 1px solid #f8fbea;
}

@media screen and (min-width: 1190px) {
  .r-a-home {
    width: 1440px;
    margin: auto;
  }
  .r-a-home-container {
    height: 955px;
    background-image: url("/img/home/Frame\ 40099.png");
    width: 1440px;
    padding: 161px 72px 0px;
  }

  .r-a-home-title {
    font-family: Afacad;
    font-weight: 600;
    font-size: 56px;
    line-height: 150%;
    letter-spacing: -3%;
  }

  .r-a-home-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
    width: 746px;
    padding: 64px 0 88px;
  }
  .r-a-home-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;

    background: #f8fbea;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -2px;
  }
  .r-a-home-link {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;

    width: 306px;

    border-radius: 24px;
    padding-top: 16px;

    padding-bottom: 16px;
    margin-top: 16px;
  }
}
.r-a-about {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.r-a-about-container {
  height: 614px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 40080.png");
  margin: auto;
  padding: 24px 14px 0;
}
.r-a-about-title {
  font-family: Afacad;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: -0.5px;
  text-align: center;
  color: #214f05;
}
.r-a-about-text-bold {
  font-family: Afacad;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding: 40px 0 24px;
}
.r-a-about-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
}
.r-a-about-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
  padding-top: 177px;
}

@media screen and (min-width: 1190px) {
  .r-a-about {
    margin: auto;
    width: 1440px;
    padding: 55px 72px 0;
  }
  .r-a-about-container {
    height: 642px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 40021.png");
    margin: auto;
    padding: 40px;
  }
  .r-a-about-title {
    font-family: Afacad;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;

    text-align: center;
  }
  .r-a-about-text-bold {
    font-family: Afacad;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;

    padding: 56px 0 32px;
  }
  .r-a-about-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;

    width: 595px;
  }
  .r-a-about-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;

    padding-top: 24px;
  }
}

.r-a-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}
.r-a-about-title-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 40px;
}
.r-a-about-title-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 16px;
}
.r-a-why-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.r-a-why-item {
  width: 343px;
  height: 189px;
  gap: 16px;
  border-radius: 72px;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  background: #f3f8e4;
  margin-top: 49px;
}
.r-a-why-img {
  width: 100px;
  height: 140px;
  margin-left: 211px;
  margin-top: -67px;
  margin-bottom: -25px;
}
.r-a-why-text-bold {
  font-family: Afacad;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #214f05;
}
.r-a-why-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 16px;
}

@media screen and (min-width: 1190px) {
  .r-a-why-container {
    width: 1440px;
    padding: 116px 72px 0;
  }

  .r-a-about-title-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;

    padding-top: 56px;
  }
  .r-a-about-title-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 150%;

    padding-top: 24px;
  }
  .r-a-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .r-a-why-item {
    width: 416px;
    height: 240px;
    border-radius: 80px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;

    margin-top: 49px;
  }
  .r-a-why-img {
    width: 116px;
    height: 162px;
    margin-left: 268px;
    margin-top: -85px;
    margin-bottom: -30px;
  }
  .r-a-why-text-bold {
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
  }
  .r-a-why-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

    padding-top: 24px;
  }
}

.r-a-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.r-a-uniqueness-title-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #c0774f;
  padding-top: 40px;
}
.r-a-uniqueness-title-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 24px;
}
.r-a-uniqueness-title-text-three {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 24px;
}
.r-a-uniqueness-list {
  padding-top: 16px;
}
.r-a-uniqueness-lists {
  display: none;
}
.r-a-uniqueness-item {
  width: 343px;
  height: 160px;
  gap: 16px;
  border-radius: 64px;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  border-width: 1px;
  background: #fdfdfa;
  border: 1px solid #8bb230;

  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
}
.r-a-uniqueness-item:hover {
  background: #f6fae9;
  border: 1px solid #a8cd4e;
}

.r-a-uniqueness-text-bold {
  font-family: Afacad;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.r-a-uniqueness-text {
  font-family: Afacad;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17.5px 0;
}
.r-a-uniqueness-img {
  width: 16px;
}
.slick-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.slick-dots li {
  list-style: none;
  width: 24px;
  height: 24px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: url("/img/ion_leaf-outline\ \(1\).png") no-repeat center/cover;
  padding: 0;
  font-size: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: url("/img/ion_leaf-outline.png") no-repeat center/cover;
}
.r-a-gallery-list .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: url("/img/how/ion_leaf-outline\ \(3\).png") no-repeat center/cover;
  padding: 0;
  font-size: 0;
}
.r-a-gallery-list .slick-dots li.slick-active button {
  background: url("/img/how/ion_leaf-outline\ \(2\).png") no-repeat center/cover;
}
.r-a-characters-list .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: url("/img/how/ion_leaf-outline\ \(3\).png") no-repeat center/cover;
  padding: 0;
  font-size: 0;
}
.r-a-characters-list .slick-dots li.slick-active button {
  background: url("/img/how/ion_leaf-outline\ \(2\).png") no-repeat center/cover;
}
@media screen and (min-width: 1190px) {
  .r-a-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 116px 72px 0;
  }
  .slick-dots li {
    display: none;
  }
  .r-a-uniqueness-list {
    display: none;
  }

  .r-a-uniqueness-title-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;

    padding-top: 56px;
  }
  .r-a-uniqueness-title-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;

    padding-top: 32px;
  }
  .r-a-uniqueness-title-text-three {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;

    padding-top: 32px;
  }

  .r-a-uniqueness-lists {
    display: flex;
    padding-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .r-a-uniqueness-item {
    width: 416px;
    height: 204px;
    gap: 16px;
    border-radius: 72px;
    padding-top: 32px;
    padding-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    border-width: 1px;

    margin: 0;

    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }

  .r-a-uniqueness-text-bold {
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }
  .r-a-uniqueness-text {
    font-family: Afacad;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 130%;

    gap: 12px;
    margin: 16px 0;
  }
  .r-a-uniqueness-img {
    width: 24px;
  }
}
.r-a-how {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.r-a-how-container {
  margin: auto;
}
.r-a-how-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
}
.r-a-how-text li {
  padding: 16px;
  border-bottom-width: 1px;
}
.r-a-how-text-bold {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Afacad;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding-bottom: 12px;
}
.r-a-how-img {
  width: 24px;
}
@media screen and (min-width: 1190px) {
  .r-a-how {
    margin: auto;
    width: 1440px;
    padding: 116px 72px 0;
  }
  .r-a-how-container {
    margin: auto;
  }
  .r-a-how-text {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 24px;
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
  }
  .r-a-how-text li {
    width: 415px;
    height: 146px;
    gap: 16px;
    padding: 24px;
    border-bottom-width: 1px;
  }
  .r-a-how-text-bold {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    padding-bottom: 16px;
  }
  .r-a-how-img {
    width: 36px;
  }
}

.r-a-characters-container {
  width: 343px;
  height: 238px;
  border-radius: 64px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/how/Frame\ 40044.png");
}
.r-a-characters-text {
  font-family: Afacad;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
}
.r-a-characters-list {
  padding-top: 16px;
}
.r-a-characters-item {
  width: 295px;
  height: 97px;
  gap: 8px;
  border-radius: 32px;
  padding: 16px;
  background: #fefdfcbf;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  margin: 0 10px;
}
.r-a-characters-item-text {
  font-family: Afacad;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 8px;
}
.r-a-characters-lists {
  display: none;
}
@media screen and (min-width: 1190px) {
  .r-a-characters-container {
    width: 1296px;
    height: 281px;
    gap: 24px;
    border-radius: 80px;
    padding-top: 40px;
    padding-right: 64px;
    padding-bottom: 40px;
    padding-left: 64px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/how/Frame\ 40044\ \(1\).png");
  }
  .r-a-characters-text {
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }
  .r-a-characters-list {
    padding-top: 16px;
    display: none;
  }
  .r-a-characters-lists {
    display: flex;
    padding-top: 24px;
    gap: 47px;
  }
  .r-a-characters-item {
    width: 196px;
    height: 146px;
    gap: 12px;
    border-radius: 40px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    font-family: Afacad;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;

    margin: 0 0px;
  }
  .r-a-characters-item-text {
    font-family: Afacad;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;

    padding-bottom: 12px;
  }
}

.r-a-reviews-container {
  margin: auto;
  padding: 80px 16px 0;
  width: 375px;
}
.r-a-reviews-list {
  padding-top: 24px;
}
.r-a-reviews-lists {
  display: none;
}
.r-a-reviews-item {
  width: 343;
  margin: 0 10px;
}

.r-a-reviews-item-top {
  width: 343px;
  height: 103px;
  gap: 12px;
  border-radius: 32px;
  padding: 16px;
  background: #dbecaa4d;
  color: #214f05;
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}

.r-a-reviews-item-top:hover {
  background: #edf6d4;
}
.r-a-reviews-text-bold {
  font-family: Afacad;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.r-a-reviews-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;

  padding-top: 16px;
}
.r-a-reviews-img {
  object-fit: cover;
  object-position: left;
  height: 140px;
  width: 70px;
  margin-left: auto;
  margin-top: -50px;
}

@media screen and (min-width: 1190px) {
  .r-a-reviews-container {
    margin: auto;
    padding: 116px 72px 0;
    width: 1440px;
  }
  .r-a-reviews-list {
    display: none;
  }
  .r-a-reviews-lists {
    display: flex;
    padding-top: 56px;
    gap: 24px;
    flex-wrap: wrap;
  }

  .r-a-reviews-item-top {
    width: 306px;
    height: 175px;
    border-radius: 40px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;

    margin-top: 0px;
  }

  .r-a-reviews-text-bold {
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    height: 62px;
  }

  .r-a-reviews-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

    padding-top: 12px;
  }
}

.r-a-faq-container {
  padding: 80px 16px 0px;
  width: 375px;
  margin: auto;
}
.r-a-faq-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-a-faq-item {
  width: fit-content;
  border-radius: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  background: #edf5d2;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
}

@media screen and (min-width: 1190px) {
  .r-a-faq-container {
    padding: 116px 72px 0;
    width: 1440px;
    margin: auto;
  }
  .r-a-faq-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .r-a-faq-item {
    border-radius: 16px;
    padding: 12px 19px;
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.5px;
  }
}
.r-a-gallery {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}
.r-a-gallery-container {
  border-radius: 72px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  background: #63854e;
}
.r-a-agallery-title {
  font-family: Afacad;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
}
.r-a-gallery-list {
  padding-top: 40px;
}

.r-a-gallery-item {
  margin: 0 8px;
  width: 253px;
  height: 145px;
  gap: 8px;
  border-radius: 32px;
  padding: 16px;
  background: #21510499;
}
.r-a-gallery-t {
  font-family: Afacad;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.5px;
  height: 84px;
  color: #f8fbea;
}
.r-a-gallery-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: right;
  color: #f8fbea;
  padding-top: 8px;
}

@media screen and (min-width: 1190px) {
  .r-a-gallery {
    width: 1440px;
    margin: auto;
    padding: 116px 72px 0;
  }
  .r-a-gallery-container {
    border-radius: 104px;
    padding: 40px;
  }
  .r-a-agallery-title {
    font-family: Afacad;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: -3%;
    text-align: center;
  }
  .r-a-gallery-list {
    padding-top: 56px;
  }

  .r-a-gallery-item {
    margin: 0 12px;
    width: 526px;
    height: 188px;
    gap: 16px;
    border-radius: 32px;
    padding: 24px;
  }
  .r-a-gallery-t {
    font-family: Afacad;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;

    height: 93px;
    color: #f8fbea;
  }
  .r-a-gallery-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
    text-align: right;

    padding-top: 16px;
  }

  .r-a-progress-bar {
    width: 100%;
    height: 9px;
    background: #edf5d24d;

    border-radius: 16px;
    overflow: hidden;
    margin-top: 40px;
  }

  .r-a-progress-fill {
    height: 100%;
    width: 0%;
    background: #edf5d2;

    border-radius: 16px;
    transition: width 0.5s ease;
  }
}

.r-a-contact-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.r-a-contact-text-bold {
  font-family: Afacad;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #c0774f;
  padding-top: 40px;
}
.r-a-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #214f05;
}
.r-a-contact-text {
  font-family: Afacad;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.r-a-contactq {
  color: #214f05;
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  text-decoration: none;
}
.r-a-contactqq {
  display: flex;
  gap: 16px;
  font-family: Afacad;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #6b8e22;
}
@media screen and (min-width: 1190px) {
  .r-a-contact-container {
    width: 1440px;
    margin: auto;
    padding: 116px 72px 120px;
  }
  .r-a-contact-text-bold {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;

    padding-top: 56px;
  }
  .r-a-contact-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px;
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
  }
  .r-a-contact-text {
    font-family: Afacad;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;

    display: flex;
    align-items: center;
    gap: 12px;
  }
  .r-a-contactq {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
  }
  .r-a-contactqq {
    font-family: Afacad;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -3%;
  }
}

.r-a-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0;
}
.r-a-features-list {
  padding-top: 16px;
}
.r-a-features-lists {
  display: none;
}
.r-a-features-item {
  width: 239px;
  height: 110px;
  border-radius: 32px;
  padding: 16px;
  margin-top: 26px;
  background: #abc797;
  margin: 0 8px;
  margin-top: 26px;
}
.r-a-features-img {
  width: 135px;
  height: 69px;
  margin-top: -42px;
  margin-left: -8px;
}
.r-a-features-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #214f05;
  padding-top: 9px;
}

.r-a-features-text-r {
  margin-top: 17px;
}
.r-a-uniqueness-title-text-three-span {
  font-weight: 500;
  font-style: italic;
  color: #8bb230;
}
@media screen and (min-width: 1190px) {
  .r-a-features-container {
    margin: auto;
    width: 1440px;
    padding: 116px 72px 0;
  }

  .r-a-features-list {
    display: none;
  }
  .r-a-features-lists {
    display: flex;
    gap: 24px;
    padding-top: 24px;
  }
  .r-a-features-item {
    width: 306px;
    height: 144px;
    border-radius: 40px;
    padding: 24px;

    margin: 0;
    margin-top: 36px;
  }
  .r-a-features-img {
    width: 176px;
    height: 79px;
    margin-top: -60px;
    margin-left: -16px;
  }
  .r-a-features-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;

    padding-top: 31px;
  }

  .r-a-uniqueness-title-text-three-span {
    font-weight: 500;
    font-style: italic;
    color: #8bb230;
  }
}

.r-a-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  color: #082526;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-a-container h1 {
  font-family: Afacad;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-a-container h2 {
  margin-top: 10px;
  font-family: Afacad;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-a-container h3 {
  margin-top: 10px;
  font-family: Afacad;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-a-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.r-a-container ul li {
  margin-bottom: 10px;
}
.r-a-container p {
  margin-top: 10px;
}
.r-a-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.r-a-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1190px) {
  .r-a-container {
    padding: 160px 72px 120px;
    width: 1440px;
    margin: auto;
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-a-container h1 {
    font-family: Afacad;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-a-container h2 {
    margin-top: 20px;
    font-family: Afacad;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-a-container h3 {
    margin-top: 20px;
    font-family: Afacad;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-a-container ul {
    margin-top: 20px;
  }

  .r-a-container ul li {
    margin-bottom: 10px;
  }
  .r-a-container p {
    margin-top: 20px;
  }
}

.r-a-footer-container {
  background: #21510480;

  width: 375px;
  margin: auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.r-a-footer-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.r-a-footer-text {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: inherit;
}

.r-a-footer-copyright {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}
.r-a-footer-div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.r-a-footer-img {
  width: 32px;
  height: 32px;
  border-radius: 2px;
}
.r-a-footer-title {
  font-family: Afacad;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.r-a-footer-title span {
  font-family: Afacad;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1190px) {
  .r-a-footer-container {
    width: 1440px;
    padding: 24px;

    gap: 32px;
  }

  .r-a-footer-wrapper {
    display: flex;
    flex-direction: row;
  }

  .r-a-footer-text {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .r-a-footer-copyright {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 16px;
  }
  .r-a-footer-div {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .r-a-footer-img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .r-a-footer-title {
    font-family: Afacad;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-a-footer-title span {
    font-family: Afacad;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-a-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #ffffff66;
  backdrop-filter: blur(60px);
  z-index: 1000;
  display: none;
}

.r-a-cookie-popup-text-two {
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;

  color: #082526;
}

.r-a-cookie-button-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-a-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #fec311;
  width: 111px;
  border-radius: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-width: 1px;
  font-family: Afacad;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #082526;
}

#accept-cookies {
  background: #fec311;
}

.r-a-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;

  cursor: pointer;
}
.r-a-cookie-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1190px) {
  .r-a-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 650px;
  }

  .r-a-cookie-popup-text-two {
    font-family: Afacad;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
  }

  .r-a-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .r-a-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 20px 30px;
    display: none;
  }
}
