@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #020211;

  color: #e4e4e4;
}

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-u-header.is-open .y-u-header-background {
  left: 0;
}
.y-u-header-button-wrapper {
  margin-left: auto;
}
.y-u-header-icon {
  display: none;
}

.y-u-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.y-u-navigation-list.is-open {
  right: 0;
}
.y-u-header-icon-menu {
  display: block;
}

.y-u-header-icon-button.is-open .y-u-header-icon-menu {
  display: none;
}

.y-u-header-icon-button.is-open .y-u-header-icon-close {
  display: block;
}

.y-u-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 60px;
  background: #a04747;
}

.y-u-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #a04747;
}
.y-u-header.is-open .y-u-header-background {
  left: 0;
}
.y-u-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y-u-header-icon-menu {
  display: block;
}

.y-u-header-icon-button.is-open .y-u-header-icon-menu {
  display: none;
}

.y-u-header-icon-button.is-open .y-u-header-icon-close {
  display: block;
}

.y-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: 10px 12px;
  position: relative;
}

.y-u-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 757px;
  transition: 0.3s;
  z-index: 999;
  padding: 32px 48px;

  gap: 22px;
  background: #a04747;
}

.y-u-navigation-list.is-open {
  right: 0;
}

.y-u-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.y-u-navigation-link:hover,
.y-u-navigatioт-link:focus {
  color: #d5baa1;
}

.y-u-header.is-open {
  background-color: transparent;
}

.y-u-navigation-img {
  display: none;
}

@media screen and (min-width: 1194px) {
  .y-u-navigation-img {
    display: flex;
    margin-right: 40px;
  }
  .y-u-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .y-u-header {
    width: 100%;
    height: 68px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .y-u-header-background {
  }
  .y-u-header-icon-button {
    display: none;
  }
  .y-u-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .y-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;
  }

  .y-u-navigation-link {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;

    text-decoration: none;
  }

  .y-u-navigation-link:hover,
  .y-u-navigation-link:focus {
    color: #ffffff;
  }

  .y-u-navigation-item-desk {
    display: none;
  }
}
.y-u-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/hero_section.png");
  margin: auto;
}
.y-u-home-container {
  width: 375px;
  padding: 427px 16px 0px;
  margin: auto;
}

.y-u-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.y-u-home-title {
  font-family: Cinzel;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.y-u-home-text {
  font-family: Cinzel;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ff8225;
}
.y-u-home-title-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding: 16px 0 48px;
}
.y-u-home-link {
  margin: 0 auto;
}
.y-u-home-img {
  transition: all 0.3s ease-in-out;
  width: 343px;
}

.y-u-home-img:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1194px) {
  .y-u-home-img {
    transition: all 0.3s ease-in-out;
    width: 222px;
    content: url("/img/home/111.png");
  }

  .y-u-home-img:hover {
    transform: scale(1.1);
    content: url("/img/home/11.png");
  }
  .y-u-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img/home/hero_section\ \(1\).png");
  }
  .y-u-home-container {
    width: 1440px;
    padding: 236px 88px 0px;
  }
  .y-u-home-container-top {
    width: 648px;
  }

  .y-u-home-title {
    font-family: Cinzel;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0%;
  }

  .y-u-home-text {
    font-family: Cinzel;
    font-weight: 700;
    font-style: Bold;
    font-size: 96px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .y-u-home-title-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    padding: 16px 0 48px;
  }
  .y-u-home-link {
    margin: 0;
  }
  .y-u-home-img {
    transition: all 0.3s ease-in-out;
    width: 222px;
  }

  .y-u-home-img:hover {
    transform: scale(1.1);
    content: url("/img/home/11.png");
  }
}
.y-u-about {
  margin: auto;
  width: 375px;
  height: 696px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/about/About\ the\ Game.png");
}
.y-u-about-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}
.y-u-about-title {
  background-image: url("/img/about/Container.png");
  width: 343px;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 31px;
  font-family: Cinzel;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.y-u-about-title span {
  color: #ff8225;
}
.y-u-about-title-text {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 267px;
}
.y-u-about-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}

@media screen and (min-width: 1194px) {
  .y-u-about {
    width: 1440px;
    height: 650px;
    background-image: url("/img/about/About\ the\ Game\ \(1\).png");
  }
  .y-u-about-container {
    width: 1440px;
    padding: 100px 88px;
  }
  .y-u-about-title {
    background-image: url("/img/about/Container\ \(1\).png");
    width: 616px;
    height: 80px;
    margin: 0 auto;
    font-family: Cinzel;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-u-about-title-text {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    padding-top: 121px;
  }
  .y-u-about-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-u-about-two {
    padding-left: 648px;
  }
}
.y-u-why {
  margin: auto;
  width: 375px;
  height: 963px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Enter\ the_section.png");
}

.y-u-why-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px 0;
}
.y-u-why-two {
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.y-u-why-three {
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.y-u-why-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.y-u-why-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.y-u-why-img {
  width: 24px;
}

@media screen and (min-width: 1194px) {
  .y-u-why {
    width: 1440px;
    height: 648px;
    background-image: url("/img/why/Enter\ the_section\ \(1\).png");
  }
  .y-u-why-container {
    width: 1440px;
    padding: 100px 88px;
  }
  .y-u-why-two {
    padding: 0;
    padding-top: 80px;
  }
  .y-u-why-three {
    padding: 0;
    padding-top: 24px;
    width: 616px;
  }
  .y-u-why-list {
    padding: 0;
    padding-top: 24px;
  }
  .y-u-why-item {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.y-u-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
  background: linear-gradient(90deg, #020211 0%, #2d2d2d 50.48%, #020211 100%);
}
.y-u-uniqueness-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.y-u-uniqueness-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.y-u-uniqueness-img {
  width: 40px;
}

@media screen and (min-width: 1194px) {
  .y-u-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 40px 88px;
  }
  .y-u-uniqueness-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .y-u-uniqueness-item {
    width: 400px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    gap: 16px;
  }
}

.y-u-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;

  background: linear-gradient(90deg, #020211 0%, #2d2d2d 50.48%, #020211 100%);
}
.y-u-how-three {
  text-align: center;
}
.y-u-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.y-u-how-item {
  height: 112px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1194px) {
  .y-u-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
    background: linear-gradient(
      90deg,
      #020211 0%,
      #2d2d2d 50.48%,
      #020211 100%
    );
  }

  .y-u-how-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .y-u-how-item {
    width: 292px;
    height: 112px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-u-characters {
  margin: auto;
  width: 375px;
  height: 1209px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Main\ Container.png");
}
.y-u-characters-container {
  padding: 60px 16px;
  margin: auto;
  width: 375px;
}
.y-u-characters-two {
  text-align: center;
  padding-top: 371px;
}
.y-u-characters-text {
  text-align: center;
}
.y-u-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 12px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #ff8225;
}

@media screen and (min-width: 1194px) {
  .y-u-characters {
    width: 1440px;
    height: 697px;
    background-image: url("/img/Main\ Container\ \(1\).png");
  }
  .y-u-characters-container {
    padding: 100px;
    margin: auto;
    width: 1440px;
  }
  .y-u-characters-two {
    text-align: center;
    padding-top: 80px;
  }
  .y-u-characters-text {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-u-characters-list {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    gap: 12px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #ff8225;
  }
}

.y-u-reviews {
  margin: auto;
  width: 375px;
  height: 777px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/why/Romance\ &\ Choices.png");
}
.y-u-reviews-container {
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
}
.y-u-reviews-three {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1194px) {
  .y-u-reviews {
    width: 1440px;
    height: 650px;
    background-image: url("/img/why/Romance\ &\ Choices\ \(1\).png");
  }
  .y-u-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
  }
  .y-u-reviews-three {
    padding-left: 648px;
    padding-right: 0;
  }
  .y-u-reviews-two {
    padding-top: 81px;
  }
}
.y-u-faq-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
}

.y-u-faq-img {
  width: 76px;
}
@media screen and (min-width: 1194px) {
  .y-u-faq-item {
    width: 400px;
    height: 124px;

    gap: 24px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .y-u-faq-img {
    width: 76px;
  }
}

.y-u-gallery-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}
.y-u-gallery-div {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.y-u-gallery-two {
  padding-top: 40px;
}
.y-u-gallery-three {
  padding-top: 24px;
}
.y-u-gallery-lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #ff8225;
}
.y-u-gallery-list {
  width: auto;
  padding-top: 31px;
  margin: auto;
}

.y-u-gallery-item {
  width: 343px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.y-u-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.y-u-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.y-u-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.y-u-gallery-button-icon {
  width: 56px;
}
.y-u-gallery-button:hover {
  scale: 120%;
}
@media screen and (min-width: 1194px) {
  .y-u-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
    position: relative;
  }
  .y-u-gallery-div {
    display: flex;
    flex-direction: row;
    gap: 31px;
  }
  .y-u-gallery-two {
    padding-top: 121px;
  }
  .y-u-gallery-three {
    padding-top: 24px;
  }
  .y-u-gallery-lists {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-u-gallery-list {
    width: 642px;
    padding-top: 80px;
    margin: auto;
  }

  .y-u-gallery-item {
    width: 614px;

    overflow: hidden;
    position: relative;
    margin: 0 10px;
  }

  .y-u-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .y-u-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .y-u-gallery-list-left {
    display: none;
    z-index: -1;
    position: absolute;
    top: 405px;
    right: 63px;
  }
  .y-u-gallery-list-right {
    position: absolute;
    top: 405px;
    right: 63px;
    z-index: 1;
  }
}

.y-u-features {
  margin: auto;
  width: 375px;
  height: 773px;
  background-image: url("/img/why/Enter\ the_section\ \(2\).png");
}
.y-u-features-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}
.y-u-features-two {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1194px) {
  .y-u-features {
    width: 1440px;
    height: 809px;
    background-image: url("/img/why/Enter\ the_section\ \(3\).png");
  }
  .y-u-features-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }
  .y-u-features-three {
    padding-top: 196px;
  }
}
.y-u-download {
  margin: auto;
  width: 375px;
}
.y-u-download-container {
  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.y-u-download-two {
  padding-bottom: 40px;
}
@media screen and (min-width: 1194px) {
  .y-u-download {
    margin: auto;
    width: 1440px;
    height: 526px;
    background-image: url("/img/download_section.png");
  }
  .y-u-download-container {
    margin: auto;
    padding: 100px 412px;
  }
}
.y-u-contact {
  width: 375px;
  height: 761px;
  margin: auto;
  background-image: url("/img/contact/Contact_section.png");
}

.y-u-contact-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}
.y-u-contact-text {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
.y-u-contact-texts {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #e4e4e4;
  text-decoration: none;
}
.y-u-contact-list {
  padding-top: 32px;
  display: flex;

  gap: 32px;
}

.y-u-contact-item {
  width: 160px;
  height: 196px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  box-shadow: 8px 8px 20px 0px #3030301f;
}
.y-u-contact-img {
  width: 76px;
}
.y-u-contact-text-two {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #e4e4e4;
}
@media screen and (min-width: 1194px) {
  .y-u-contact {
    width: 1440px;
    height: 624px;
    margin: auto;
    background-image: url("/img/contact/Contact_section\ \(1\).png");
  }

  .y-u-contact-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }
  .y-u-contact-text {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .y-u-contact-div {
    display: flex;
    gap: 32px;
  }
  .y-u-contact-three {
    padding-top: 80px;
  }
  .y-u-contact-texts {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #e4e4e4;
    text-decoration: none;
  }
  .y-u-contact-list {
    padding-top: 90px;
    display: flex;

    gap: 32px;
  }

  .y-u-contact-item {
    width: 291px;
    height: 196px;
    gap: 24px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .y-u-contact-text-two {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }
}
.y-u-mobile {
  margin-top: -60px;
}
.y-u-mobile-item {
  height: auto;
}
@media screen and (min-width: 1194px) {
  .y-u-mobile {
    margin-top: -100px;
  }
  .y-u-mobile-three {
    width: 616px;
    margin: 0 auto;
  }
  .y-u-mobile-item {
    height: auto;
  }
}
.y-u-policy-terms-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.y-u-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.y-u-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.y-u-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.y-u-policy-terms-container p {
  margin-bottom: 16px;
}
.y-u-email-link {
  color: #0040ff;
  text-decoration: none;
}
@media screen and (min-width: 1194px) {
  .y-u-policy-terms-container {
    padding: 188px 212px 120px;
    width: 1440px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .y-u-policy-terms-container h1 {
    font-family: Baloo 2;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 68px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }
  .y-u-policy-terms-container h2 {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.y-u-footer-container {
  width: 375px;
  padding: 30px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #a04747;
}

.y-u-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.y-u-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.y-u-footer-copyright {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1194px) {
  .y-u-footer-container {
    width: 1440px;
    padding: 60px 108px;
    display: flex;
    align-items: stretch;
    gap: 50px;
  }

  .y-u-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 32px;
  }

  .y-u-footer-text {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .y-u-footer-copyright {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.y-u-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #fcf5ed;

  z-index: 1000;
  display: none;
}

.y-u-cookie-popup-text-two {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  color: #232323;
}

.y-u-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.y-u-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #232323;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #232323;
  width: 343px;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;

  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.y-u-cookie-button:hover {
  background: #232323;
  color: #ffffff;
}
#accept-cookies {
  border: none;
  background: #102e50;
  color: #ffffff;
}
#accept-cookies:hover {
  background: #0d2541;
}
.y-u-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1194px) {
  .y-u-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 128px;
  }
  .y-u-cookie-button {
    width: 184px;

    padding-top: 16px;

    padding-bottom: 16px;

    border-radius: 8px;
  }
  .y-u-cookie-popup-text-two {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    text-align: left;

    width: 704px;
  }

  .y-u-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .y-u-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
