@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lemon&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fefbf0;

  color: #053c78;
}

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-u-header.is-open .r-u-header-background {
  left: 0;
}
.r-u-header-button-wrapper {
  margin-left: auto;
}
.r-u-header-icon {
  display: none;
}

.r-u-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-u-navigation-list.is-open {
  right: 0;
}
.r-u-header-icon-menu {
  display: block;
}

.r-u-header-icon-button.is-open .r-u-header-icon-menu {
  display: none;
}

.r-u-header-icon-button.is-open .r-u-header-icon-close {
  display: block;
}

.r-u-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #fefbf0;
}

.r-u-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #fefbf0;
}
.r-u-header.is-open .r-u-header-background {
  left: 0;
}
.r-u-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-u-header-icon-menu {
  display: block;
}

.r-u-header-icon-button.is-open .r-u-header-icon-menu {
  display: none;
}

.r-u-header-icon-button.is-open .r-u-header-icon-close {
  display: block;
}

.r-u-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-u-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 0px 32px;
  border-radius: 0px 0px 24px 24px;
  gap: 28px;
  background: #fefbf0;
}

.r-u-navigation-list.is-open {
  right: 0;
}

.r-u-navigation-link {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #053c78;
}

.r-u-navigation-link:hover,
.r-u-navigatioт-link:focus {
  color: #fda623;
}

.r-u-header.is-open {
  background-color: transparent;
}

.r-u-navigation-img {
  display: none;
}

@media screen and (min-width: 1194px) {
  .r-u-navigation-img {
    display: flex;
    margin-right: 148px;
  }
  .r-u-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-u-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-u-header-background {
  }
  .r-u-header-icon-button {
    display: none;
  }
  .r-u-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-u-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 42px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-u-navigation-link {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

    text-decoration: none;
  }

  .r-u-navigation-item-desk {
    display: none;
  }
}
.r-u-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-u-home-container {
  width: 375px;
  padding: 134px 16px 0px;
  margin: auto;
}

.r-u-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-u-home-title-img {
  width: 342.5423583984375px;
}
.r-u-home-title {
  font-family: Lemon;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  -webkit-text-stroke: 1px#005DC2;
  background: linear-gradient(360deg, #005ef2 8.62%, #00edfa 79.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.r-u-home-text {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 8px 0 31px;
}
.r-u-home-text-two {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1194px) {
  .r-u-home {
    width: 1440px;
    height: 808px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .r-u-home-container {
    width: 1440px;
    padding: 100px 400px 0px;
  }
  .r-u-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .r-u-home-title-img {
    width: 430px;
  }
  .r-u-home-title {
    font-family: Lemon;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-u-home-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

    padding: 16px 0 40px;
  }
  .r-u-home-text-two {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.r-u-about-title {
  font-family: Lemon;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  -webkit-text-stroke: 1px#005DC2;
  background: linear-gradient(360deg, #005ef2 8.62%, #00edfa 79.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1194px) {
  .r-u-about-title {
    font-family: Lemon;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-u-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px 163px;
  position: relative;
}
.r-u-why-img {
  position: absolute;
  bottom: 20px;
  right: 9px;
  width: 160.9497833251953px;
}
.r-u-about-title-text {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #005dc2;
  padding-top: 16px;
}
.r-u-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.r-u-why-item {
  width: 343;
  height: 155;
  gap: 8px;
  border-width: 3px;
  border-radius: 24px;
  padding: 24px;
  background: #ffffd5;
  border: 3px dashed #d73443;
}
.r-u-why-text-bold {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #d73443;
}
.r-u-why-text {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}

@media screen and (min-width: 1194px) {
  .r-u-why-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .r-u-why-img {
    position: absolute;
    bottom: 0px;
    top: 32px;
    right: 45px;
    width: 224px;
    height: 199px;
  }
  .r-u-about-title-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
  .r-u-why-list {
    padding-top: 64px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 40px;
  }
  .r-u-why-item {
    width: 352px;
    height: 167px;
    top: 254px;
    left: 160px;
    gap: 8px;
    border-width: 3px;
    border-radius: 24px;
    padding: 24px;
  }
  .r-u-why-text-bold {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .r-u-why-text {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-u-uniqueness {
  margin: auto;
  width: 375px;
  height: 999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/Gameplay.png");
}
.r-u-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
}
.r-u-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.r-u-uniqueness-img {
  margin: 0 auto;
}
.r-u-uniqueness-text {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}

@media screen and (min-width: 1194px) {
  .r-u-uniqueness {
    width: 1440px;
    height: 772px;
    background-image: url("/img/uniqueness/Gameplay\ \(1\).png");
  }
  .r-u-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px;
  }
  .r-u-uniqueness-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .r-u-uniqueness-img {
    margin: 0 auto;
  }
  .r-u-uniqueness-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.r-u-how {
  margin: auto;
  margin-top: 10px;
  width: 375px;
  height: 836px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Sweet\ Rewards.png");
}
.r-u-how-container {
  margin: auto;
  width: 375px;
  padding: 30px 16px 0;
}
.r-u-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-u-how-item {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  border-width: 3px;
  border-radius: 24px;
  padding: 13px 21px;
  background: #ffffd5;
  border: 3px dashed #d73443;
}

@media screen and (min-width: 1194px) {
  .r-u-how {
    margin: auto;

    width: 1440px;
    height: 684px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Sweet\ Rewards\ \(1\).png");
  }
  .r-u-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 352px 0;
  }
  .r-u-how-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .r-u-how-item {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    border-width: 3px;
    border-radius: 24px;
    padding: 13px 21px;
    background: #ffffd5;
    border: 3px dashed #d73443;
  }
}

.r-u-characters {
  margin: auto;
  width: 375px;
  height: 1007px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Candy\ Mechanics.png");
}
.r-u-characters-container {
  padding: 40px 16px 0;
  margin: auto;
  width: 375px;
}
.r-u-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 16px;
}
.r-u-characters-item {
  border-width: 3px;
  gap: 4px;
  border-radius: 24px;
  padding: 13px 21px;
  background: #ffffd5;
  border: 3px dashed #d73443;
}
.r-u-characters-text-bold {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #005dc2;
}

.r-u-characters-text {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 4px;
}

@media screen and (min-width: 1194px) {
  .r-u-characters {
    width: 1440px;
    height: 609px;
    background-image: url("/img/Candy\ Mechanics\ \(1\).png");
  }
  .r-u-characters-container {
    padding: 80px 160px 0;
    margin: auto;
    width: 1440px;
  }
  .r-u-characters-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    gap: 32px;
  }
  .r-u-characters-item {
    width: 352px;
    height: auto;
    top: 230px;
    left: 160px;
    border-width: 3px;
  }
  .r-u-characters-text-bold {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-u-characters-text {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-u-faq {
  position: relative;
  width: 375px;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 802px;
  background-image: url("/img/FAQ.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;

  z-index: 1;
  pointer-events: none;
}

.r-u-faq-container {
  position: relative;
  z-index: -1;
}
.r-u-faq-container {
  width: 375px;
  height: 802px;
  padding: 40px 16px 0px;
  width: 375px;
  margin: auto;
}
.r-u-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-u-faq-item {
  width: 343;
  height: 115;
  border-width: 3px;
  gap: 8px;
  border-radius: 24px;
  padding: 13px 21px;
  background: #ffffd5;
  border: 3px dashed #d73443;
}

.r-u-faq-question {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #005dc2;
}

.r-u-faq-answer {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}
@media screen and (min-width: 1194px) {
  .r-u-faq {
    position: relative;
    width: 1440px;
    height: auto;
    overflow: hidden;
    margin: auto;
  }

  .faq-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 1440px;
    height: 807px;
    background-image: url("/img/FAQ\ \(1\).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

    z-index: 1;
    pointer-events: none;
  }

  .r-u-faq-container {
    position: relative;
    z-index: -1;
  }
  .r-u-faq-container {
    width: 1440px;
    height: 807px;
    padding: 80px 352px 0px;
    margin: auto;
  }
  .r-u-faq-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .r-u-faq-item {
    border-width: 3px;
    gap: 8px;
    border-radius: 24px;
    padding: 13px 21px;
    background: #ffffd5;
    border: 3px dashed #d73443;
  }

  .r-u-faq-question {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-u-faq-answer {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-u-gallery-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-u-gallery-list {
  width: auto;
  padding-top: 40px;
  margin: auto;
}

.r-u-gallery-item {
  width: 326.8125px;
  height: 581px;
  border-radius: 24px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.r-u-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.r-u-gallery-lists {
  display: none;
}
@media screen and (min-width: 1194px) {
  .r-u-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px 160px;
  }
  .r-u-gallery-item {
    width: 640px;
    height: 360px;

    border-radius: 24px;

    overflow: hidden;
    position: relative;
    margin: 0 16px;
  }

  .r-u-gallery-list {
    display: none;
  }
  .r-u-gallery-lists {
    display: block;
    padding-top: 86px;
  }
  .progress-bar {
    width: 100%;
    height: 4px;
    background: #c7deff;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
  }

  .progress-fill {
    height: 100%;
    width: 0%;
    background: #004eaa;
    transition: width 0.5s ease;
  }
}

.r-u-features {
  margin: auto;
  background: #053c78;
}
.r-u-features-container {
  height: 517px;
  background-image: url("/img/Contact.png");
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-u-features-title {
  font-family: Lemon;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;

  -webkit-text-stroke: 1px#D73443;
  background: linear-gradient(360deg, #fda623 8.62%, #ffff84 79.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.r-u-features-title-text {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffffd5;
  padding: 16px 0 40px;
}
.r-u-features-list {
  display: flex;
  flex-direction: column;
}

.r-u-features-link {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f3f8ff;
  text-decoration: none;
}

@media screen and (min-width: 1194px) {
  .r-u-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 160px;
    height: 418px;
    background-image: url("/img/Contact\ \(1\).png");
  }
  .r-u-features-title {
    font-family: Lemon;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .r-u-features-title-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 16px 0 40px;
  }
  .r-u-features-list {
    display: flex;
    flex-direction: column;
  }

  .r-u-features-link {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-u-policy-terms-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-u-policy-terms-container h1 {
  font-family: Lemon;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  -webkit-text-stroke: 1px #005dc2;
  background: linear-gradient(360deg, #005ef2 8.62%, #00edfa 79.31%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.r-u-policy-terms-container h2 {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;

  margin-top: 20px;
  margin-bottom: 20px;
}
.r-u-policy-terms-container ul {
  list-style-type: disc;
  margin: 0px 0 0 20px;
}

.r-u-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1194px) {
  .r-u-policy-terms-container {
    padding: 160px 160px 100px;
    width: 1440px;
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-u-policy-terms-container h1 {
    font-family: Lemon;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .r-u-policy-terms-container h2 {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.r-u-footer-container {
  width: 375px;
  padding: 40px 0;
  background: #053c78;

  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  color: #f3f8ff;
}

.r-u-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-u-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Fredoka;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-u-footer-copyright {
  font-family: Fredoka;
  font-weight: 300;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1194px) {
  .r-u-footer-container {
    width: 1440px;
  }

  .r-u-footer-text {
    font-family: Fredoka;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-u-footer-copyright {
    font-family: Fredoka;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.r-u-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 32px;
  background: #053c78;

  z-index: 1000;
  display: none;
  color: #f3f8ff;
}

.r-u-cookie-popup-text-two {
  font-family: Fredoka;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-u-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-u-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #f3f8ff;
  width: 256px;
  border-radius: 28px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: Fredoka;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f3f8ff;
}

#accept-cookies {
  background: #f3f8ff;
  color: #053c78;
}

.r-u-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1194px) {
  .r-u-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .r-u-cookie-popup-text-two {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 622px;
  }

  .r-u-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .r-u-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
