@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ddebf9;
  color: #ddebf9;
}

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%;
}

.u-y-header.is-open .u-y-header-background {
  left: 0;
}
.u-y-header-button-wrapper {
  margin-left: auto;
}
.u-y-header-icon {
  display: none;
}

.u-y-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-y-navigation-list.is-open {
  right: 0;
}
.u-y-header-icon-menu {
  display: block;
}

.u-y-header-icon-button.is-open .u-y-header-icon-menu {
  display: none;
}

.u-y-header-icon-button.is-open .u-y-header-icon-close {
  display: block;
}

.u-y-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #ddebf9;
}

.u-y-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ddebf9;
}
.u-y-header.is-open .u-y-header-background {
  left: 0;
}
.u-y-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-y-header-icon-menu {
  display: block;
}

.u-y-header-icon-button.is-open .u-y-header-icon-menu {
  display: none;
}

.u-y-header-icon-button.is-open .u-y-header-icon-close {
  display: block;
}

.u-y-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;
}

.u-y-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: 30px;
  border-radius: 24px;
  gap: 28px;
  background: #ddebf9;
  margin-top: 16px;
}

.u-y-navigation-list.is-open {
  right: 0;
}

.u-y-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.u-y-navigation-link:hover,
.u-y-navigation-link:focus {
  color: #265aee;
}

.u-y-header.is-open {
  background-color: transparent;
}

.u-y-navigation-img {
  display: none;
}

@media screen and (min-width: 1195px) {
  .u-y-navigation-img {
    display: flex;
    margin-right: 540px;
  }
  .u-y-header-icon-title {
    display: none;
  }
  .u-y-header-button-wrapper {
    display: none;
  }
  .u-y-header {
    width: 100%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .u-y-header-background {
  }
  .u-y-header-icon-button {
    display: none;
  }
  .u-y-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-y-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;
  }

  .u-y-navigation-link {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-y-navigation-item-desk {
    display: none;
  }
}
.u-y-home {
  background: radial-gradient(
    175.99% 95.19% at 50% 4.81%,
    #ddebf9 27.88%,
    #0b3eaf 58.01%,
    #000000 100%
  );

  margin: auto;
}
.u-y-home-container {
  width: 375px;
  height: 812px;
  padding: 100px 16px 0px;
  margin: auto;
}

.u-y-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.u-y-home-title {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(92.11deg, #000000 0%, #062fa3 100.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-y-home-text {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 40px 0;
}
.u-y-home-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-y-home-link {
  width: 256px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;

  background: linear-gradient(92.27deg, #9ecdff 0%, #265aee 100%);

  transition: all 0.3s ease-in-out;
}
.u-y-home-link-two {
  border: 1px solid #2d8aff;
  background: none;
  color: #2d8aff;
}
.u-y-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1195px) {
  .u-y-home-container {
    width: 1440px;
    height: 564px;
    padding: 100px 262px 0px;
  }
  .u-y-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u-y-home-title {
    font-family: Work Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 72px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-y-home-text {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 64px 22px;
  }
  .u-y-home-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
.u-y-about {
  margin: auto;
  background: #000000;
}
.u-y-about-container {
  width: 375px;
  padding: 40px 16px 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-y-about-title-div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  padding: 16px;

  background: linear-gradient(48.77deg, #63a9f4 1.61%, #0435be 100%);
}

.u-y-about-title {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
.u-y-about-title-text {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.u-y-about-text {
  border-radius: 24px;
  padding: 16px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  background: linear-gradient(166.73deg, #000000 0%, #0435be 100%);
}

.u-y-about-text-bold {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1195px) {
  .u-y-about-container {
    width: 1440px;
    padding: 80px 256px 0;
    display: flex;
    flex-direction: row;
  }
  .u-y-about-title-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 24px;
    gap: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    width: 448px;
    background: linear-gradient(48.77deg, #63a9f4 1.61%, #0435be 100%);
  }

  .u-y-about-title {
    font-family: Work Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .u-y-about-title-text {
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .u-y-about-text {
    width: 448px;

    border-radius: 24px;
    gap: 10px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;

    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    background: linear-gradient(166.73deg, #000000 0%, #0435be 100%);
  }

  .u-y-about-text-bold {
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.u-y-about-title-div-why {
  background-image: url("/img/Services\ Container.png");
  height: 313px;
  border-radius: 24px;
}
.u-y-about-title-why {
  background: linear-gradient(90deg, #ddebf9 25.94%, #3c82ff 73.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-y-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.u-y-why-item {
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-radius: 24px;
  padding: 16px;

  background: radial-gradient(50% 253.79% at 50% 50%, #0435be 0%, #0b1942 100%);
}
.u-y-why-img {
  width: 8px;
}
.u-y-why-text-bold {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.u-y-why-text {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #9ca9b7;
}

@media screen and (min-width: 1195px) {
  .u-y-about-title-div-why {
    background-image: url("/img/Services\ Container\ \(1\).png");
    height: 684px;
  }
  .u-y-about-title-why {
    background: linear-gradient(90deg, #ddebf9 25.94%, #3c82ff 73.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .u-y-why-list {
    width: 448px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .u-y-why-item {
    height: 124px;
    border-radius: 24px;
    gap: 8px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .u-y-why-text-bold {
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .u-y-why-text {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.u-y-about-title-div-uni {
  height: 332px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Work\ With\ Container.png");
}
.u-y-uniqueness-lists {
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(228.86deg, #156fd0 0%, #0435be 100%);
}
.u-y-uniqueness-list {
  display: flex;
  flex-direction: column;

  gap: 20px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  list-style-type: disc;

  margin-left: 30px;
}

@media screen and (min-width: 1195px) {
  .u-y-about-title-div-uni {
    height: 542px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Work\ With\ Container\ \(1\).png");
  }
  .u-y-uniqueness-lists {
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    width: 448px;
  }
  .u-y-uniqueness-list {
    gap: 30px;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    margin-left: 30px;
  }
}
.u-y-how {
  background: #000000;
}
.u-y-how-container {
  margin: auto;
  width: 375px;
  padding: 32px 16px 0;
}
.u-y-how-container-two {
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: linear-gradient(166.73deg, #000000 0%, #0435be 100%);
}
.u-y-how-list {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 64px;
}

.u-y-how-text-bold {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
  background: #ddebf9;
  border-radius: 16px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.u-y-how-text {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 1195px) {
  .u-y-how-container {
    margin: auto;
    width: 1440px;
    padding: 32px 256px 0;
  }
  .u-y-how-container-two {
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    gap: 24px;
  }
  .u-y-how-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 48px;
  }
  .u-y-how-item {
    width: 214px;
  }
  .u-y-how-text-bold {
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 24px;
    padding: 16px 34px;
  }

  .u-y-how-text {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .u-y-home-link-how {
    width: fit-content;
    padding: 12px 24px;
  }
}

.u-y-about-title-div-char {
  background: linear-gradient(166.73deg, #000000 0%, #0435be 100%);
}

.u-y-reviews {
  background: radial-gradient(
    177.69% 96.11% at 50% 96.11%,
    #ddebf9 27.88%,
    #0b3eaf 58.01%,
    #000000 100%
  );
}
.u-y-reviews-container {
  margin: auto;
  padding: 32px 16px;
  width: 375px;
}
.u-y-reviews-div {
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(166.73deg, #061131 0%, #0435be 100%);
}
.u-y-about-title-text-rev {
  padding-top: 16px;
}
.u-y-reviews-list {
  padding-top: 40px;
}

.u-y-reviews-item {
  margin: 0 4px;
  width: 295px;
  height: 270px;
  border-radius: 16px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #ddebf9;
  color: #000000;
}

.u-y-reviews-item-top {
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-y-reviews-text-bold {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-y-reviews-text {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}
.u-y-reviews-lists {
  display: none;
}
@media screen and (min-width: 1195px) {
  .u-y-reviews {
    background: radial-gradient(
      177.69% 96.11% at 50% 96.11%,
      #ddebf9 27.88%,
      #0b3eaf 58.01%,
      #000000 100%
    );
  }
  .u-y-reviews-container {
    margin: auto;
    padding: 32px 256px;
    width: 1440px;
  }
  .u-y-reviews-div {
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .u-y-about-title-text-rev {
    padding-top: 24px;
  }
  .u-y-reviews-list {
    display: none;
  }
  .u-y-reviews-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 64px;
    gap: 8px;
  }

  .u-y-reviews-item {
    margin: 0;
    width: 436px;
    height: 196px;
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
}

.u-y-about-title-faq {
  height: 335px;
  background-image: url("/img/Scenarios\ Header\ Container.png");
}
.u-y-why-text-bold-faq {
  align-items: start;
  gap: 16px;
  border-radius: 24px;
  padding: 16px;

  background: radial-gradient(50% 253.79% at 50% 50%, #0435be 0%, #0b1942 100%);
}

@media screen and (min-width: 1195px) {
  .u-y-about-title-faq {
    height: 494px;
    background-image: url("/img/Scenarios\ Header\ Container\ \(1\).png");
  }
  .u-y-why-text-bold-faq {
    border-radius: 24px;
    padding: 19px 16px;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .u-y-why-list-faq {
    gap: 16px;
  }
}

.u-y-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  color: #000000;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-y-container h1 {
  font-family: Work Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.u-y-container h2 {
  margin-top: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.u-y-container h3 {
  margin-top: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-y-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-y-container ul li {
  margin-bottom: 10px;
}
.u-y-container p {
  margin-top: 10px;
}
.u-y-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.u-y-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1195px) {
  .u-y-container {
    padding: 140px 160px 80px;
    width: 1440px;
    margin: auto;
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-y-container h1 {
    font-family: Work Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .u-y-container h2 {
    margin-top: 20px;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .u-y-container h3 {
    margin-top: 20px;
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-y-container ul {
    margin-top: 20px;
  }

  .u-y-container ul li {
    margin-bottom: 10px;
  }
  .u-y-container p {
    margin-top: 20px;
  }
}

.u-y-footer-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #000000;
}
.u-y-footer-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.u-y-footer-q {
  display: flex;
  gap: 16px;
}
.u-y-footer-img {
  width: 32px;
}
.u-y-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.u-y-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.u-y-footer-copyright {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1195px) {
  .u-y-footer-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .u-y-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .u-y-footer-container {
    width: 1440px;
    padding: 40px 160px;
    display: flex;
    gap: 40px;
  }

  .u-y-footer-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .u-y-footer-wrapperq {
    text-align: right;
  }
  .u-y-footer-text {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .u-y-footer-copyright {
    font-family: Work Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.u-y-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 24px;
  background: #1449db;
  z-index: 1000;
  display: none;
}

.u-y-cookie-popup-text-two {
  font-family: Work Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #f1eee9;
}

.u-y-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.u-y-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #ddebf9;
  width: 256px;
  border-radius: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Work Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ddebf9;
}

#accept-cookies {
  background: #ddebf9;
  color: #000000;
}

.u-y-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1195px) {
  .u-y-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .u-y-cookie-popup-text-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }

  .u-y-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .u-y-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1262px;
    padding: 32px;
    display: none;
  }
}
