@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Lilita+One&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ebeaf9;
  color: #333333;
}

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-c-header.is-open .r-c-header-background {
  left: 0;
}
.r-c-header-button-wrapper {
  margin-left: auto;
}
.r-c-header-icon {
  display: none;
}

.r-c-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-c-navigation-list.is-open {
  right: 0;
}
.r-c-header-icon-menu {
  display: block;
}

.r-c-header-icon-button.is-open .r-c-header-icon-menu {
  display: none;
}

.r-c-header-icon-button.is-open .r-c-header-icon-close {
  display: block;
}

.r-c-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #e9c763;
}

.r-c-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e9c763;
}
.r-c-header.is-open .r-c-header-background {
  left: 0;
}
.r-c-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-c-header-icon-menu {
  display: block;
}

.r-c-header-icon-button.is-open .r-c-header-icon-menu {
  display: none;
}

.r-c-header-icon-button.is-open .r-c-header-icon-close {
  display: block;
}

.r-c-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 16px;
  position: relative;
}

.r-c-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 657px;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0px 0;
  gap: 20px;
  background: #e9c763;
}

.r-c-navigation-list.is-open {
  right: 0;
}

.r-c-navigation-link {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #232323;

  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-radius: 20px;
}

.r-c-navigation-link:hover,
.r-c-navigatioт-link:focus {
  background: #ffffff;
}

.r-c-header.is-open {
  background-color: transparent;
}

.r-c-navigation-img {
  display: none;
}

@media screen and (min-width: 1208px) {
  .r-c-navigation-img {
    display: flex;
    margin-right: 129px;
  }
  .r-c-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-c-header {
    width: 100%;
    height: 68px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-c-header-background {
  }
  .r-c-header-icon-button {
    display: none;
  }
  .r-c-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-c-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-c-navigation-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;

    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-radius: 20px;

    text-decoration: none;
  }

  .r-c-navigation-item-desk {
    display: none;
  }
}
.r-c-home {
  width: 375px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/hero_section.png");
  margin: auto;
}
.r-c-home-container {
  width: 375px;
  padding: 393px 32px 0px;
  margin: auto;
}

.r-c-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-c-home-title-img {
  width: 321px;
}
.r-c-home-title {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  padding: 10px 0 20px;
  color: #000000;
}

.r-c-home-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .r-c-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img/home/hero_section\ \(1\).png");
  }
  .r-c-home-container {
    width: 1440px;
    padding: 164px 132px 0px 756px;
  }
  .r-c-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .r-c-home-title-img {
    width: 515px;
  }
  .r-c-home-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

    padding: 16px 0 32px;
  }

  .r-c-home-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.r-c-about {
  margin: auto;
  background-image: url("/img/about/bg_dscr.png");
  width: 375px;
  height: 770px;
}
.r-c-about-container {
  width: 375px;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/about/Gallery.png");
  padding: 52px 16px 0px;
  margin: auto;
}
.r-c-about-title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
.r-c-about-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1208px) {
  .r-c-about {
    margin: auto;
    background-image: url("/img/about/bg_dscr\ \(1\).png");
    width: 1440px;
    height: 738px;
    margin-top: -10px;
  }
  .r-c-about-container {
    width: 1440px;
    height: 738px;
    background-image: url("/img/about/Gallery\ \(1\).png");
    padding: 235px 108px 0 732px;
  }
  .r-c-about-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 68px;
    letter-spacing: 0%;
  }
  .r-c-about-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding-top: 24px;
  }
}
.r-c-why {
  margin: auto;
}

.r-c-why-container {
  width: 375px;
  height: 1902px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Benefits\ \(1\).png");
  margin: auto;
  padding: 60px 16px;
}
.r-c-why-text-t {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.r-c-why-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-top: 64px;
  padding-right: 80px;
  padding-bottom: 64px;
  padding-left: 80px;
  border-radius: 26px;
  background: #71c6bb;
  box-shadow: 8px 8px 20px 0px #0000001a;
}
.r-c-why-item {
  width: 288px;
  height: 190px;
  gap: 24px;
}
.r-c-why-img {
  margin: 0 auto;
}
.r-c-why-text-bold {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  padding: 24px 0 8px;
}
.r-c-why-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .r-c-why-container {
    width: 1440px;
    height: 962px;
    background-image: url("/img/why/Benefits\ \(2\).png");
    padding: 100px 108px;
  }
  .r-c-why-text-t {
    font-family: Nunito;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .r-c-why-list {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
    padding-right: 80px;
    padding-bottom: 64px;
    padding-left: 80px;
    border-radius: 26px;
    background: transparent;
    box-shadow: none;
  }
  .r-c-why-item {
    width: 288px;
    height: 190px;
    gap: 24px;
  }

  .r-c-why-text-bold {
    font-family: Baloo 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0 8px;
  }
  .r-c-why-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-c-uniqueness {
  margin: auto;
}
.r-c-uniqueness-container {
  margin: auto;
  width: 375px;
  height: 1682px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/Key\ Features\ \(1\).png");
  padding: 60px 16px 0;
}
.r-c-uniqueness-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 20px;
  align-items: center;
}
.r-c-uniqueness-item {
  width: 225px;
  height: 274px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  border-radius: 26px;
  background: #71c6bb;
  box-shadow: 8px 8px 20px 0px #0000001a;
}
.r-c-uniqueness-img {
  margin: 0 auto;
}
.r-c-uniqueness-text-bold {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  padding: 24px 0 8px;
}
.r-c-uniqueness-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .r-c-uniqueness-container {
    margin: auto;
    height: 638px;
    background-image: url("/img/uniqueness/Key\ Features\ \(2\).png");
    width: 1440px;
    padding: 100px 108px;
    margin-top: -10px;
    margin-bottom: -5px;
  }
  .r-c-uniqueness-list {
    display: flex;
    flex-direction: row;

    padding-top: 60px;
    gap: 24px;
    align-items: center;
  }
  .r-c-uniqueness-item {
    width: 225px;
    height: 282px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    border-radius: 26px;
  }
  .r-c-uniqueness-text-bold {
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding: 24px 0 8px;
  }
  .r-c-uniqueness-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-c-how-container {
  margin: auto;
  width: 375px;
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/how/bg_main_characters.png");
  padding: 60px 16px 0;
}
.r-c-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.r-c-how-item {
  display: flex;
  align-items: center;
  background: #e9c763;

  gap: 10px;

  padding-right: 16px;

  border-radius: 12px;
}
.r-c-how-img {
  width: 162px;
}
.r-c-how-text {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.r-c-how-text-bold {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  padding-top: 8px;
}
@media screen and (min-width: 1208px) {
  .r-c-how-container {
    margin: auto;
    width: 1440px;
    padding: 73px 108px 0;
    height: 740px;
    background-image: url("/img/how/bg_main_characters\ \(1\).png");
  }
  .r-c-how-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .r-c-how-item {
    width: 600px;
    height: 164px;
    padding-right: 32px;

    border-radius: 12px;
    margin-top: 26px;
  }
  .r-c-how-img {
    width: 190px;
    margin-top: -26px;
  }
  .r-c-how-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .r-c-how-text-bold {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.r-c-characters {
  width: 375px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/characters/1.png");
}
.r-c-characters-container {
  width: 375px;
  height: 1054px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/characters/Contact.png");
  padding: 120px 48px;
  margin: auto;
  color: #ffffff;
}
.r-c-characters-title {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
.r-c-characters-text-title {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  padding-top: 8px;
}
.r-c-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 24px;
}

.r-c-characters-img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.r-c-characters-text {
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;

  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media screen and (min-width: 1208px) {
  .r-c-characters {
    width: 1440px;
  }
  .r-c-characters-container {
    padding: 160px 140px 0 412px;
    margin: auto;
    width: 1440px;
    color: #ffffff;
    width: 1440px;
    height: 556px;
    margin-bottom: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/characters/Contact\ \(1\).png");
  }

  .r-c-characters-title {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
  }
  .r-c-characters-text-title {
    font-family: Nunito;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 8px;
  }
  .r-c-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 24px;
  }

  .r-c-characters-text {
    font-family: Nunito;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

    width: 204px;
    padding-top: 20px;
  }
}

.r-c-reviews-container {
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
  height: 1803px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/reviews/Reviews.png");
}
.r-c-reviews-lists {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.r-c-reviews-list {
  display: none;
}
.r-c-reviews-item {
  width: 343px;
  height: 303px;
  padding: 73px 76px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/reviews/rew.png");
}

.r-c-reviews-item-top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.r-c-reviews-img {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
}
.r-c-reviews-text-bold {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-c-reviews-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (min-width: 1208px) {
  .r-c-reviews-container {
    margin: auto;
    padding: 100px 108px;
    width: 1440px;
    height: 716px;
    background-image: url("/img/reviews/Reviews\ \(1\).png");
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 2px;
    position: relative;
  }
  .r-c-reviews-lists {
    display: none;
  }
  .r-c-reviews-list {
    display: block;
    padding-top: 60px;
  }
  .r-c-reviews-item {
    width: 392px;
    height: 347px;

    padding: 91px 76px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("/img/reviews/rew.png");
    margin: 0 12px;
  }

  .r-c-reviews-item-top {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }

  .r-c-reviews-text-bold {
    font-family: Nunito;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-c-reviews-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-c-gallery-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
}
.r-c-gallery-list {
  width: auto;
  padding-top: 30px;
  margin: auto;
}

.r-c-gallery-item {
  width: 280px;
  height: 467px;

  overflow: hidden;
  position: relative;
}

.r-c-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1208px) {
  .r-c-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 0px;
  }
  .r-c-gallery-item {
    width: 432px;
    height: 737px;
  }

  .r-c-gallery-list {
    padding-top: 70px;
  }
}

.r-c-features {
  width: 375px;
  background-image: url("/img/features/bg_key_features.png");
  margin: auto;
}
.r-c-features-container {
  width: 375px;
  height: 826px;
  background-image: url("/img/features/Container.png");
  margin: auto;
  padding: 52px 16px 0px;
}
.r-c-features-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.r-c-features-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #0000001a;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1208px) {
  .r-c-features {
    width: 1440px;
    background-image: url("/img/features/bg_key_features\ \(1\).png");
    margin: auto;
  }
  .r-c-features-container {
    width: 1440px;
    height: 624px;
    background-image: url("/img/features/Container\ \(1\).png");
    margin: auto;
    padding: 100px 108px 0px;
  }
  .r-c-features-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    column-gap: 24px;
  }

  .r-c-features-item {
    width: 600px;
    height: 88px;
    gap: 16px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 8px 8px 20px 0px #0000001a;
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.r-c-policy-terms-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.r-c-policy-terms-container h1 {
  font-family: Lilita One;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;

  margin-bottom: 40px;
}
.r-c-policy-terms-container h2 {
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;

  margin-bottom: 16px;
}
.r-c-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.r-c-policy-terms-container p {
  margin-bottom: 16px;
}
.r-c-email-link {
  color: #0055ff;
  text-decoration: none;
}
@media screen and (min-width: 1208px) {
  .r-c-policy-terms-container {
    padding: 192px 212px 120px;
    width: 1440px;
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .r-c-policy-terms-container h1 {
    font-family: Lilita One;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
  }
  .r-c-policy-terms-container h2 {
    font-family: Nunito;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
  }
}

.r-c-footer-container {
  background: #94c5ca;

  width: 375px;
  padding: 30px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.r-c-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-c-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-c-footer-copyright {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .r-c-footer-container {
    width: 1440px;
    padding: 50px 108px;
    display: flex;
    align-items: stretch;
    gap: 50px;
  }

  .r-c-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 32px;
  }

  .r-c-footer-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .r-c-footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-c-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.r-c-cookie-popup-text-two {
  font-family: Nunito;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.r-c-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.r-c-cookie-button {
  border: none;
  background-color: transparent;
  width: 343px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 12px;
  border-width: 1px;
  background: #f3adad;

  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;

  text-transform: uppercase;
  color: #222222;
}

#accept-cookies {
  background: #baf3ad;

  border: none;
}

.r-c-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1208px) {
  .r-c-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 128px;
  }

  .r-c-cookie-popup-text-two {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    width: 704px;
  }

  .r-c-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .r-c-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px 108px;
    display: none;
  }
  .r-c-cookie-button {
    width: 184px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 12px;
    border-width: 1px;
  }
}
