@import url("https://fonts.googleapis.com/css2?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: #141414;
  font-family: "Inter", sans-serif;
  color: #f4f4f4;
}

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-j-header.is-open .y-j-header-background {
  left: 0;
}
.y-j-header-button-wrapper {
  margin-left: auto;
}
.y-j-header-icon {
  display: none;
}

.y-j-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-j-navigation-list.is-open {
  right: 0;
}
.y-j-header-icon-menu {
  display: block;
}

.y-j-header-icon-button.is-open .y-j-header-icon-menu {
  display: none;
}

.y-j-header-icon-button.is-open .y-j-header-icon-close {
  display: block;
}

.y-j-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
}

.y-j-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}
.y-j-header.is-open .y-j-header-background {
  left: 0;
}
.y-j-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-j-header-icon-menu {
  display: block;
}

.y-j-header-icon-button.is-open .y-j-header-icon-menu {
  display: none;
}

.y-j-header-icon-button.is-open .y-j-header-icon-close {
  display: block;
}

.y-j-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;
}

.y-j-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: 0px 16px 26px;
  border-radius: 24px;
  gap: 28px;
  background: #000000;
  margin-top: 16px;
}

.y-j-navigation-list.is-open {
  right: 0;
}

.y-j-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f4f4f4;

  font-weight: 510;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-j-navigation-link:hover,
.y-j-navigation-link:focus {
  color: #e7cd22;
}

.y-j-header.is-open {
  background-color: transparent;
}

.y-j-navigation-img {
  display: none;
}

@media screen and (min-width: 1205px) {
  .y-j-navigation-img {
    display: flex;
    margin-right: 560px;
  }
  .y-j-header-icon-title {
    display: none;
  }
  .y-j-header-button-wrapper {
    display: none;
  }
  .y-j-header {
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 1120px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #14141403;
    backdrop-filter: blur(48px);

    border-radius: 32px;
  }

  .y-j-header-background {
  }
  .y-j-header-icon-button {
    display: none;
  }
  .y-j-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-j-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .y-j-navigation-link {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-navigation-item-desk {
    display: none;
  }
}
.y-j-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero.png");
  margin: auto;
}
.y-j-home-container {
  width: 375px;
  padding: 139px 16px 0px;
  margin: auto;
}

.y-j-home-title {
  font-weight: 590;
  font-style: Semibold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.y-j-home-text {
  font-weight: 510;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 16px 80px 40px 0;
}
.y-j-home-text-two {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 40px;
}
.y-j-home-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.y-j-home-link {
  transition: all 0.3s ease-in-out;
  border: 1px solid #f4f4f4;
  width: 343px;
  padding: 17px 0;
  border-radius: 32px;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #e7cd22;
}

.y-j-home-link:hover {
  border: 1px solid #e7cd22;
}

.y-j-home-text-three {
  display: none;
}
@media screen and (min-width: 1205px) {
  .y-j-home {
    width: 1440px;
    height: 627px;
    background-image: url("/img/Hero\ \(1\).png");
  }
  .y-j-home-container {
    width: 1440px;
    padding: 120px 160px 0px;
  }
  .y-j-home-container-top {
    display: flex;
    flex-direction: column;
  }

  .y-j-home-title {
    font-weight: 590;
    font-style: Semibold;
    font-size: 96px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .y-j-home-text {
    font-weight: 510;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    padding: 40px 0 24px;
  }
  .y-j-home-text-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 872px;
  }
  .y-j-home-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .y-j-home-link {
    transition: all 0.3s ease-in-out;
    width: fit-content;

    padding-top: 17px;
    padding-right: 32px;
    padding-bottom: 17px;
    padding-left: 32px;
    border-radius: 32px;
    border-width: 1px;

    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-home-text-three {
    display: block;
    padding-top: 24px;

    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.y-j-about {
  margin: auto;
  width: 375px;
  height: 775px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Discover\ the\ Map.png");
}
.y-j-about-container {
  width: 375px;
  padding: 40px 16px 0px;
  margin: auto;
}
.y-j-about-title-div {
  display: flex;
  flex-direction: column;
  gap: 247px;
}
.y-j-about-title {
  font-weight: 590;
  font-style: Semibold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
.y-j-about-title-text {
  font-weight: 510;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #e7cd22;
  padding-top: 24px;
}
.y-j-about-text {
  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-j-about-div {
  padding-top: 24px;
}
.y-j-about-text-bold {
  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-j-about-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.y-j-about-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-right: 10px;
}
.y-j-about-img {
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 1205px) {
  .y-j-about {
    width: 1440px;
    height: 511px;
    background-image: url("/img/Discover\ the\ Map\ \(1\).png");
  }
  .y-j-about-container {
    width: 1440px;
    padding: 80px 160px 0;
  }
  .y-j-about-title-div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }
  .y-j-about-title {
    font-weight: 590;
    font-style: Semibold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    white-space: nowrap;
  }
  .y-j-about-title-text {
    font-weight: 510;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 32px;
    white-space: nowrap;
  }
  .y-j-about-text {
    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 544px;
  }
  .y-j-about-div {
    padding-top: 58px;
    padding-left: 582px;
  }
  .y-j-about-text-bold {
    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .y-j-about-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .y-j-about-item {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.y-j-why {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
}

.y-j-why-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #acacac;
}
.y-j-about-title-div-why {
  gap: 40px;
}
.y-j-about-text-bold-why {
  padding-top: 24px;

  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-j-why-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.y-j-why-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 256px;
  height: 159px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 24px;
  background: #acacac;
  color: #000000;
}
.y-j-why-img {
  width: 60px;
  height: 60px;
}
.y-j-why-text-bold {
  font-weight: 510;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.y-j-why-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1205px) {
  .y-j-why {
    margin: auto;
    width: 1440px;
    padding: 80px 160px 0;
  }

  .y-j-why-container {
    padding-bottom: 77px;
    border-bottom: 1px solid #acacac;
  }

  .y-j-about-text-bold-why {
    padding-top: 64px;

    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .y-j-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
  .y-j-why-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 256px;
    height: 159px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    border-radius: 24px;
    background: #acacac;
    color: #000000;
  }
}

.y-j-uniqueness {
  margin: auto;
  width: 375px;
  height: 748px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Meet\ the\ Players.png");
}
@media screen and (min-width: 1205px) {
  .y-j-uniqueness {
    width: 1440px;
    height: 481px;
    background-image: url("/img/Meet\ the\ Players\ \(1\).png");
  }
  .y-j-about-div-uni {
    padding-top: 28px;
  }
}
.y-j-how {
  margin: auto;
  width: 375px;
  height: 847px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Creator\ Spotlight.png");
}
.y-j-how-container {
  margin: auto;

  padding: 40px 16px 0;
}
.y-j-how-div {
  margin-top: 32px;
  background: #e7cd2259;
  border: 1px solid #e7cd22;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 24px;
  border-width: 1px;
}
.y-j-how-list {
  padding: 16px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.y-j-how-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-right: 8px;
  padding-left: 8px;
  background: #000000;

  border-radius: 16px;
}

.y-j-how-text-bold {
  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1205px) {
  .y-j-how {
    width: 1440px;
    height: 579px;
    background-image: url("/img/Creator\ Spotlight\ \(1\).png");
  }
  .y-j-how-container {
    margin: auto;

    padding: 80px 160px 0;
  }
  .y-j-how-div {
    margin-top: 64px;
    margin-left: auto;
    width: 544px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 24px;
    border-width: 1px;
  }

  .y-j-how-item {
    display: flex;
    align-items: center;
    gap: 8px;

    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    border-radius: 16px;
  }

  .y-j-how-text-bold {
    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-j-reviews {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
}
.y-j-reviews-container {
  margin: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #acacac;
}
.y-j-reviews-list {
  padding-top: 40px;
}

.y-j-reviews-item {
  margin: 0 8px;
  border: 1px solid #e7cd22;
  background: #e7cd2259;
  width: 327px;

  border-radius: 24px;
  border-width: 1px;
  padding: 11px;
  margin-bottom: auto;
}

.y-j-reviews-text-bold {
  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.y-j-reviews-text-bold-two {
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-j-reviews-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  background: #000000;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 16px;
  margin-top: 16px;
}

@media screen and (min-width: 1205px) {
  .y-j-reviews {
    width: 1440px;
    padding: 80px 160px 0;
  }

  .y-j-reviews-container {
    margin: auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #acacac;
  }
  .y-j-reviews-list {
    padding: 46px 0 40px;
  }

  .y-j-reviews-item {
    margin: 0 16px;
    width: 544px;
    border-radius: 24px;
    margin-bottom: auto;
    padding: 11px;
  }

  .y-j-reviews-text-bold {
    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .y-j-reviews-text-bold-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-reviews-text {
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-j-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.y-j-faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  background: #000000;
  border-radius: 32px;
  padding: 16px;
  gap: 8px;
}

.y-j-faq-item {
  background: #e7cd22;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 24px;
  color: #141414;
}

.y-j-faq-question {
  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-j-faq-answer {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 16px;
}
@media screen and (min-width: 1205px) {
  .y-j-faq-container {
    padding: 80px 160px;
    width: 1440px;
    margin: auto;
  }
  .y-j-faq-list {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    background: #000000;
    border-radius: 32px;
    padding: 16px;
    gap: 8px;
  }

  .y-j-faq-item {
    background: #e7cd22;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 24px;
    color: #141414;
  }

  .y-j-faq-question {
    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-faq-answer {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.y-j-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1205px) {
  .y-j-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
  }

  .y-j-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .y-j-gallery-button-icon {
    width: 64px;
    height: 64px;
  }

  .y-j-gallery-button:hover {
    scale: 120%;
  }
}

.y-j-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-j-container h1 {
  font-weight: 590;
  font-style: Semibold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.y-j-container h2 {
  margin-top: 10px;

  font-weight: 510;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.y-j-container h3 {
  margin-top: 10px;

  font-weight: 510;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-j-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.y-j-container ul li {
  margin-bottom: 10px;
}
.y-j-container p {
  margin-top: 10px;
}
.y-j-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.y-j-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1205px) {
  .y-j-container {
    padding: 160px 160px 80px;
    width: 1440px;
    margin: auto;

    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-container h1 {
    font-weight: 590;
    font-style: Semibold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .y-j-container h2 {
    margin-top: 20px;
    font-family: SF Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-container h3 {
    margin-top: 20px;

    font-weight: 510;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .y-j-container ul {
    margin-top: 20px;

    font-weight: 510;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .y-j-container ul li {
    margin-bottom: 10px;
  }
  .y-j-container p {
    margin-top: 20px;
  }
}

.y-j-footer-container {
  width: 375px;
  margin: auto;
  padding: 23px 16px 40px;
  display: flex;
  flex-direction: column;

  gap: 40px;
}

.y-j-footer-wrapper {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.y-j-footer-text {
  text-decoration: none;
  color: inherit;

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.y-j-footer-copyright {
  color: #f4f4f4;
  text-decoration: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 17px;
}

@media screen and (min-width: 1205px) {
  .y-j-footer-container {
    width: 1440px;
    padding: 40px 160px;
    display: flex;
    flex-direction: row;

    gap: 483px;
  }

  .y-j-footer-wrapper {
    display: flex;

    justify-content: end;
    align-items: end;
    gap: 16px;
  }

  .y-j-footer-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }

  .y-j-footer-copyright {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 32px;
  }
}

.y-j-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 32px;
  background: #000000;

  z-index: 1000;
  display: none;
}

.y-j-cookie-popup-text-two {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.y-j-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.y-j-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  width: 256px;

  padding-top: 12px;

  padding-bottom: 12px;

  border-radius: 28px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f4f4f4;
}

#accept-cookies {
  background: #f4f4f4;
  color: #000000;
}

.y-j-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1205px) {
  .y-j-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
  }

  .y-j-cookie-popup-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 622px;
  }

  .y-j-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .y-j-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
