@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Wendy+One&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fdfdfd;
  color: #fdfdfd;
}

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%;
}

.y-c-header.is-open .y-c-header-background {
  left: 0;
}
.y-c-header-button-wrapper {
  margin-left: auto;
}
.y-c-header-icon {
  display: none;
}

.y-c-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-c-navigation-list.is-open {
  right: 0;
}
.y-c-header-icon-menu {
  display: block;
}

.y-c-header-icon-button.is-open .y-c-header-icon-menu {
  display: none;
}

.y-c-header-icon-button.is-open .y-c-header-icon-close {
  display: block;
}

.y-c-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #24539a;
}

.y-c-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #24539a;
}
.y-c-header.is-open .y-c-header-background {
  left: 0;
}
.y-c-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-c-header-icon-menu {
  display: block;
}

.y-c-header-icon-button.is-open .y-c-header-icon-menu {
  display: none;
}

.y-c-header-icon-button.is-open .y-c-header-icon-close {
  display: block;
}

.y-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: 12px 16px;
  position: relative;
}

.y-c-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 20px 20px 60px;
  border-radius: 0px 0px 40px 40px;
  gap: 24px;
  background: linear-gradient(180deg, #24539a 0%, #1b3480 100%);
}

.y-c-navigation-list.is-open {
  right: 0;
}

.y-c-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fdfdfd;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  width: 160px;
  padding: 4px;
  text-align: center;
  border-bottom: 1px solid transparent;
  display: block;
}

.y-c-navigation-link:hover,
.y-c-navigatioт-link:focus {
  border-bottom: 1px solid #ffdb5b;
}

.y-c-header.is-open {
  background-color: transparent;
}

.y-c-navigation-img {
  display: none;
}

@media screen and (min-width: 1208px) {
  .y-c-navigation-img {
    display: flex;
  }
  .y-c-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-c-header {
    width: 100%;
    height: 60px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-c-header-background {
  }
  .y-c-header-icon-button {
    display: none;
  }
  .y-c-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-c-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 29px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-c-navigation-link {
    width: 90px;

    padding: 8px 10px;
  }

  .y-c-navigation-item-desk {
    display: none;
  }
}
.y-c-home {
  margin: auto;
  background: #24539a;
}
.y-c-home-container {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1_home_mob.png");
  padding: 70px 16px 0px;
  margin: auto;
}
.y-c-home-text {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.y-c-home-title {
  -webkit-text-stroke: 2px#1B3480;
  font-family: Wendy One;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 312px 0 16px;
}
.y-c-home-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 16px 0 20px;
}
.y-c-homep-item {
  display: flex;
  gap: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  /* text-align: center; */
}
.y-c-home-image {
  width: 10px;
}
.y-c-home-img {
  margin: 0 auto;
}
.y-c-home-link-one {
  display: none;
}
@media screen and (min-width: 1208px) {
  .y-c-home-container {
    width: 1440px;
    padding: 116px 96px 0px;
    height: 900px;
    background-image: url("/img//1_home.png");
  }
  .y-c-home-text {
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    width: 502px;
    margin-left: auto;
    text-align: left;
  }
  .y-c-home-title {
    font-family: Wendy One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 4px 0 64px;
  }
  .y-c-home-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .y-c-homep-item {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    align-items: center;
  }
  .y-c-home-img {
    margin: 392px auto 24px;
  }
  .y-c-home-link-two {
    display: none;
  }
  .y-c-home-link-one {
    display: flex;
  }
}
.y-c-about {
  margin: auto;
  width: 375px;
  height: 851px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/5_kingdom\ building_mob.png");
}
.y-c-about-container {
  width: 375px;
  padding: 40px 16px 0px;
  margin: auto;
}
.y-c-about-title-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-left: -16px;
  width: 375px;
}
.y-c-about-title {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #ffdb5b;
  background: #24539a;
  width: fit-content;
  padding: 16px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.y-c-about-title-text {
  font-family: Wendy One;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #1b3480;
  border-bottom: 2px solid #24539a;
}
.y-c-about-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 48px 12px 0;
}

.y-c-about-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 226px 12px 0;
}
.y-c-about-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
@media screen and (min-width: 1208px) {
  .y-c-about {
    width: 1440px;
    height: 656px;
    background-image: url("/img/5_kingdom\ building.png");
  }
  .y-c-about-container {
    width: 1440px;
    padding: 64px 0;
  }
  .y-c-about-title-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-left: 0px;
    width: 1440px;
    align-items: center;
    justify-content: space-between;
  }
  .y-c-about-title {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    padding-top: 29px;
    padding-right: 24px;
    padding-bottom: 29px;
    padding-left: 80px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .y-c-about-title-text {
    border-bottom: 2px solid #24539a;
    font-family: Wendy One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    border-bottom-width: 2px;
    padding-top: 16px;
    padding-right: 80px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .y-c-about-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

    padding: 72px 12px 0;
  }

  .y-c-about-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 35px 0px 0 665px;
  }
  .y-c-about-item {
    gap: 16px;
    padding: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.y-c-why {
  margin: auto;
  width: 375px;
  height: 907px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/6_daily\ rewards_mob.png");
}

.y-c-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
  color: #111111;
}
@media screen and (min-width: 1208px) {
  .y-c-why {
    width: 1440px;
    height: 928px;
    background-image: url("/img/6_daily\ rewards.png");
  }
  .y-c-why-container {
    width: 1440px;
    padding: 64px 0;
  }
}

.y-c-uniqueness {
  margin: auto;
  width: 375px;
  height: 702px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/7_seasonal\ events_mob.png");
}
.y-c-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
  color: #111111;
}
.y-c-uniqueness-text-bold {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 198px;
}
.y-c-uniqueness-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.y-c-uniqueness-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1208px) {
  .y-c-uniqueness {
    width: 1440px;
    height: 500px;
    background-image: url("/img/7_seasonal\ events.png");
  }
  .y-c-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 64px 0;
  }
  .y-c-uniqueness-text-bold {
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 51.5px;
    width: 534px;
    text-align: left;
    margin-left: auto;
    margin-right: 129px;
  }
  .y-c-uniqueness-list {
    width: 534px;
    margin-left: auto;
    margin-right: 129px;
  }
  .y-c-uniqueness-item {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
}
.y-c-how {
  margin: auto;
  width: 375px;
  height: 808px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/3_how\ to\ play_mob.png");
}
.y-c-how-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
  color: #111111;
}
.y-c-how-text-two {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 32px;
}
.y-c-how-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.y-c-how-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.y-c-how-text-bold {
  background: #ffdb5b;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-family: Wendy One;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #1b3480;
}

.y-c-how-text {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  width: 280px;
}

@media screen and (min-width: 1208px) {
  .y-c-how {
    width: 1440px;
    height: 522px;
    background-image: url("/img/3_how\ to\ play.png");
  }
  .y-c-how-container {
    margin: auto;
    width: 1440px;
    padding: 64px 0;
  }
  .y-c-how-text-two {
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 43px;
    padding-left: 159px;
  }
  .y-c-how-list {
    padding-top: 24px;
    padding-left: 159px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .y-c-how-text {
    width: fit-content;
  }
}

.y-c-characters {
  margin: auto;
  width: 375px;
  height: 1019px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/4_pets\ evolution_mob.png");
}
.y-c-characters-container {
  padding: 40px 16px;
  margin: auto;
  width: 375px;
  color: #111111;
}
.y-c-characters-text-two {
  padding-top: 32px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.y-c-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 24px;
}
.y-c-characters-item {
  background: #bdd1fa;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
}

.y-c-characters-text-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.y-c-characters-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .y-c-characters {
    width: 1440px;
    height: 995px;
    background-image: url("/img/4_pets\ evolution.png");
  }
  .y-c-characters-container {
    padding: 64px 0;
    margin: auto;
    width: 1440px;
  }
  .y-c-characters-text-two {
    padding: 40px 189px 0;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .y-c-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    gap: 24px;
    justify-content: center;
  }
  .y-c-characters-item {
    width: 240px;

    gap: 12px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 8px;
  }
  .y-c-why-item {
    width: 280px;
    gap: 12px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
  }
  .y-c-why-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-c-why-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-c-reviews-container {
  margin: auto;
  padding: 40px 16px;
  width: 375px;
}
.y-c-reviews-list {
  background: #24539a;
  gap: 16px;

  padding-top: 24px;
  padding-right: 8px;
  padding-bottom: 24px;
  padding-left: 8px;
  border-radius: 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.y-c-reviews-img {
  width: 223px;
  height: 223px;

  border-radius: 16px;
}
.y-c-reviews-item {
  width: 327px;
  gap: 16px;
  padding-right: 8px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1208px) {
  .y-c-reviews-container {
    margin: auto;
    padding: 64px 0;
    width: 1440px;
  }
  .y-c-reviews-list {
    width: 1280px;
    height: 307px;
    margin: 40px auto 0;
    gap: 48px;
    row-gap: 24px;
    flex-wrap: wrap;
    padding: 31px 107px;
    border-radius: 40px;
    justify-content: center;
  }
  .y-c-reviews-img {
    width: 200px;
    height: 200px;
    margin: 0;
    border-radius: 16px;
  }
  .y-c-reviews-item {
    width: 385px;

    gap: 16px;

    padding: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.y-c-faq-container {
  padding: 40px 16px 40px;
  width: 375px;
  margin: auto;
}
.y-c-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-c-faq-item {
  color: #111111;
}

.y-c-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-bottom: 1px solid #24539a;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.y-c-faq-answer {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.y-c-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.y-c-toggle-button img {
  transition: transform 0.3s ease;
  width: 48px;
}
.y-c-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.y-c-faq-answer.open {
  max-height: 600px;
  opacity: 1;
  padding: 8px 12px;
}

.y-c-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1208px) {
  .y-c-faq-container {
    padding: 64px 0;
    width: 1440px;
    margin: auto;
  }
  .y-c-faq-list {
    padding: 40px 189px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .y-c-faq-item {
    color: #111111;
  }

  .y-c-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 17px 24px;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .y-c-faq-answer {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .y-c-faq-answer.open {
    padding: 8px 24px;
  }
}

.y-c-contact-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.y-c-contact-title {
  font-family: Wendy One;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.y-c-contact-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.y-c-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111111;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.y-c-contact-img {
  width: 24px;
}
.y-c-contact-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.y-c-contact-div {
  padding: 24px 35px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.y-c-contact-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
}
.y-c-contact-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.y-c-contactimg {
  width: 24px;
}
@media screen and (min-width: 1208px) {
  .y-c-contact-container {
    width: 1440px;
    margin: auto;
    padding: 64px 0px;
  }
  .y-c-contact-title {
    font-family: Wendy One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .y-c-contact-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    align-items: center;
  }

  .y-c-contact-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .y-c-contact-div {
    padding: 24px 35px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .y-c-contact-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .y-c-contactimg {
    width: 24px;
  }
}
.y-c-gallery {
  margin: auto;
  width: 375px;
  height: 731px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/9_play\ offline_mob.png");
}
.y-c-gallery-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.y-c-gallery-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 24px;
}

.y-c-gallery-item {
  background: #bdd1fa;

  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  border-radius: 8px;
  color: #111111;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1208px) {
  .y-c-gallery {
    width: 1440px;
    height: 910px;
    background-image: url("/img/9_play\ offline.png");
  }
  .y-c-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 64px 0;
  }
  .y-c-gallery-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    gap: 24px;
  }

  .y-c-gallery-item {
    width: 340px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 8px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.y-c-features-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px 89px;
}
.y-c-features-list {
  background: #24539a;
  margin-top: 32px;
  gap: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.y-c-features-img {
  width: 200px;
  height: 200px;

  border-radius: 16px;
}
.y-c-features-item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}

.y-c-features-text-bold {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.y-c-features-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
.y-c-features-img-two {
  display: none;
}
@media screen and (min-width: 1208px) {
  .y-c-features-container {
    width: 1440px;
    margin: auto;
    padding: 64px 0;
  }
  .y-c-features-list {
    background: #24539a;
    margin: 40px auto 0;
    width: 1280px;
    gap: 24px;
    padding: 32px 142px;
    border-radius: 40px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .y-c-features-img-one {
    display: none;
  }
  .y-c-features-img-two {
    display: flex;
  }

  .y-c-features-item {
    width: 300px;
    height: 142px;
    gap: 16px;
    padding: 16px;
  }

  .y-c-features-text-bold {
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-c-features-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-c-policy-terms-container {
  padding: 96px 16px 40px;
  width: 375px;
  margin: auto;
  color: #111111;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -1%;
}

.y-c-policy-terms-container h1 {
  text-transform: uppercase;
  font-family: Wendy One;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1b3480;
  border-bottom: 2px solid #24539a;
  width: 375px;
  text-align: center;
  padding: 16px;
  margin-left: -16px;
  margin-bottom: 40px;
}
.y-c-policy-terms-container h2 {
  margin-bottom: 16px;
  margin-top: 16px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
}
.y-c-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}

.y-c-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1208px) {
  .y-c-policy-terms-container {
    padding: 104px 189px 40px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -1%;
  }
  .y-c-policy-terms-container h1 {
    font-family: Wendy One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    border-bottom: 2px solid #24539a;
    margin-left: -189px;
    width: 1440px;
  }
  .y-c-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    margin-top: 24px;
  }
  .y-c-policy-terms-container p {
  }
}

.y-c-footer-container {
  width: 375px;
  padding: 40px 19px;
  margin: auto;
  background: #24539a;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.y-c-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.y-c-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.y-c-footer-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.y-c-footer-img {
  width: 280px;
  transition: all 0.3s ease-in-out;
}
.y-c-footer-img:hover {
  transform: scale(1.1);
  content: url("/img/1.png");
}
@media screen and (min-width: 1208px) {
  .y-c-footer-container {
    width: 1440px;
    padding: 64px 80px;
    display: flex;
    flex-direction: row-reverse;

    gap: 108px;
  }

  .y-c-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 24px;
  }

  .y-c-footer-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .y-c-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    padding-right: 56px;
  }
}

.y-c-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #1b3480;

  z-index: 1000;
  display: none;
}

.y-c-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.y-c-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.y-c-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #bdd1fa;
  width: 153px;

  padding: 10px 0;
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fdfdfd;
  text-transform: uppercase;
}

#accept-cookies {
  border: none;
  background: #bdd1fa;
  box-shadow: 0px 4px 4px 0px #00000040;

  border-radius: 12px;
  color: #111111;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.y-c-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1208px) {
  .y-c-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-c-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .y-c-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;

    display: none;
  }
}
