@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fffefd;
  color: #1a1a1a;
}

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-b-header.is-open .r-b-header-background {
  left: 0;
}
.r-b-header-button-wrapper {
  margin-left: auto;
}
.r-b-header-icon {
  display: none;
}

.r-b-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-b-navigation-list.is-open {
  right: 0;
}
.r-b-header-icon-menu {
  display: block;
}

.r-b-header-icon-button.is-open .r-b-header-icon-menu {
  display: none;
}

.r-b-header-icon-button.is-open .r-b-header-icon-close {
  display: block;
}

.r-b-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 64px;
  background: #1a1a1a80;
  backdrop-filter: blur(24px);
}

.r-b-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  backdrop-filter: blur(24px);
  background: #1a1a1a80;
}
.r-b-header.is-open .r-b-header-background {
  left: 0;
}
.r-b-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-b-header-icon-menu {
  display: block;
}

.r-b-header-icon-button.is-open .r-b-header-icon-menu {
  display: none;
}

.r-b-header-icon-button.is-open .r-b-header-icon-close {
  display: block;
}

.r-b-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: 0px 16px;
  position: relative;
}

.r-b-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 31px 0px 31px 48px;
  border-radius: 0px 0px 20px 20px;
  gap: 28px;
  background: #1a1a1a80;

  backdrop-filter: blur(24px);
}

.r-b-navigation-list.is-open {
  right: 0;
}

.r-b-navigation-link {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fffefd;
}

.r-b-navigation-link:hover,
.r-b-navigation-link:focus {
  color: #acacac;
}

.r-b-header.is-open {
  background-color: transparent;
}

.r-b-navigation-img {
  display: none;
}

@media screen and (min-width: 1209px) {
  .r-b-navigation-img {
    display: flex;
    margin-right: 120px;
  }
  .r-b-header-icon-title {
    display: none;
  }
  .r-b-header-button-wrapper {
    display: none;
  }
  .r-b-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-b-header-background {
  }
  .r-b-header-icon-button {
    display: none;
  }
  .r-b-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-b-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 20px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-b-navigation-link {
    text-decoration: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 0 10px;
  }

  .r-b-navigation-item-desk {
    display: none;
  }
}
.r-b-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.r-b-home-container {
  width: 375px;
  padding: 140px 16px 0px;
  margin: auto;
  color: #fffefd;
}

.r-b-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.r-b-home-title {
  font-family: Frank Ruhl Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
}

.r-b-home-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 40px 0;
}
.r-b-home-text-two {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1209px) {
  .r-b-home {
    width: 1440px;
    height: 702px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .r-b-home-container {
    width: 1440px;
    padding: 120px 160px 0px;
  }
  .r-b-home-container-top {
    width: 640px;
  }

  .r-b-home-title {
    font-family: Frank Ruhl Libre;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .r-b-home-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-home-text-two {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.r-b-about-container {
  width: 375px;
  padding: 80px 16px;
  margin: auto;
}
.r-b-about-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #595959;
}
.r-b-about-title-two {
  font-family: Frank Ruhl Libre;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-top: 16px;
}
.r-b-about-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 40px;
}

@media screen and (min-width: 1209px) {
  .r-b-about-container {
    width: 1440px;
    padding: 80px 256px 80px 160px;
  }
  .r-b-about-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .r-b-about-title-two {
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
  .r-b-about-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    padding-left: 576px;
    padding-top: 40px;
  }
}

.r-b-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.r-b-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.r-b-why-item {
  width: 256px;
}
.r-b-why-img {
  width: 32px;
  height: 32px;
}
.r-b-why-text-bold {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 8px 0;
}
.r-b-why-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #595959;
}
.r-b-why-textq {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 40px;
}
@media screen and (min-width: 1209px) {
  .r-b-why-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .r-b-why-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .r-b-why-item {
    width: 256px;
  }

  .r-b-why-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-why-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-why-textq {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 40px;
  }
}

.r-b-uniqueness {
  background: #1a1a1a;
}
.r-b-uniqueness-container {
  margin: auto;
  background: #1a1a1a;

  width: 375px;
  padding: 80px 16px;
  color: #fffefd;
}
.r-b-uniqueness-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}
.r-b-uniqueness-text-boldq {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.r-b-uniqueness-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.r-b-uniqueness-text-bold {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.r-b-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #acacac;
  padding-top: 8px;
}
.r-b-uniqueness-textq {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #acacac;
  padding-top: 40px;
}
@media screen and (min-width: 1209px) {
  .r-b-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }
  .r-b-uniqueness-div {
    display: flex;
    flex-direction: row;
    gap: 45px;
    padding-top: 40px;
  }
  .r-b-uniqueness-text-boldq {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    width: 531px;
  }
  .r-b-uniqueness-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 448px;
  }

  .r-b-uniqueness-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-uniqueness-textq {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 40px;
    width: 448px;
  }
}
.r-b-how {
  margin: auto;
  width: 375px;
  height: 920px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/How\ It\ Works.png");
}
.r-b-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px 0;
}
.r-b-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  list-style-type: disc;
  margin-left: 20px;
}

.r-b-how-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #595959;
  padding-top: 40px;
}

@media screen and (min-width: 1209px) {
  .r-b-how {
    width: 1440px;
    height: 561px;
    background-image: url("/img/How\ It\ Works\ \(1\).png");
  }
  .r-b-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px 0 736px;
  }
  .r-b-how-list {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-b-how-text {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 24px;
  }
}

.r-b-characters {
  background: #1a1a1a;
}
.r-b-characters-container {
  padding: 80px 16px;
  background: #1a1a1a;

  margin: auto;
  width: 375px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.r-b-characters-list {
  display: flex;
  flex-direction: column;
}
.r-b-characters-item {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #acacac;
}

@media screen and (min-width: 1209px) {
  .r-b-characters-container {
    padding: 80px 280px 80px 160px;
    margin: auto;
    width: 1440px;
    flex-direction: row;
    gap: 128px;
  }
  .r-b-characters-list {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
  }
  .r-b-characters-item {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    width: 328px;
  }
}

.r-b-reviews {
  background: #1a1a1a;
}
.r-b-reviews-container {
  margin: auto;
  background: #1a1a1a;

  padding: 80px 16px;
  width: 375px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.r-b-reviews-list {
  list-style-type: disc;
  margin-left: 20px;
  display: flex;
  flex-direction: column;

  color: #acacac;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1209px) {
  .r-b-reviews-container {
    margin: auto;
    padding: 80px 241px 80px 160px;
    width: 1440px;
    flex-direction: row;
    gap: 32px;
  }
  .r-b-reviewst {
    width: 544px;
  }
  .r-b-reviews-list {
    list-style-type: disc;
    margin-left: 20px;
    display: flex;
    flex-direction: column;

    color: #acacac;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 48px;
    width: 563px;
  }
}

.r-b-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.r-b-faq-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-b-faq-question {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-b-faq-answer {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 2px;
}
.r-b-faq-item-two {
  border: 1px solid #595959;
}
@media screen and (min-width: 1209px) {
  .r-b-faq {
    width: 1440px;
    height: 663px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin: auto;
    background-image: url("/img/FAQ.png");
  }
  .r-b-faq-container {
    padding: 80px 160px;
    width: 1440px;
    margin: auto;
  }
  .r-b-faq-list {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 607px;
  }

  .r-b-faq-question {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-b-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .r-b-faq-item-two {
    border: 1px solid #595959;
  }
}
.r-b-container {
  padding: 104px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-b-container h1 {
  font-family: Frank Ruhl Libre;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
}

.r-b-container h2 {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-b-container h3 {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-b-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.r-b-container ul li {
  margin-bottom: 10px;
}
.r-b-container p {
  margin-top: 10px;
}
.r-b-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.r-b-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1209px) {
  .r-b-container {
    padding: 140px 160px 80px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

    margin: auto;
  }

  .r-b-container h1 {
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .r-b-container h2 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-b-container h3 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-b-container ul {
    margin-top: 20px;
  }

  .r-b-container ul li {
    margin-bottom: 10px;
  }
  .r-b-container p {
    margin-top: 20px;
  }
}

.r-b-footer-container {
  width: 375px;
  margin: auto;
  background: #1a1a1a;

  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: #acacac;
}

.r-b-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-b-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-b-footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.r-b-footer-title {
  font-family: Frank Ruhl Libre;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1209px) {
  .r-b-footer-container {
    width: 1440px;
    padding: 40px 325px 16px;
  }
  .r-b-footer-title {
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-b-footer-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-b-footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-b-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 24px;
  background: #1a1a1a;

  z-index: 1000;
  display: none;
}

.r-b-cookie-popup-text-two {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f1eee9;
  text-align: center;
}

.r-b-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-b-cookie-button {
  border: none;
  background-color: transparent;
  width: 256px;
  border-radius: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #fffefd;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fffefd;
}

#accept-cookies {
  background: #fffefd;
  color: #1a1a1a;
}

.r-b-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1209px) {
  .r-b-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .r-b-cookie-popup-text-two {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 622px;
  }

  .r-b-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .r-b-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1262px;
    padding: 32px;
    display: none;
  }
}
