@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #090f1f;
  color: #ffffffcc;
}

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-c-header.is-open .u-c-header-background {
  left: 0;
}
.u-c-header-button-wrapper {
  margin-left: auto;
}
.u-c-header-icon {
  display: none;
}

.u-c-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-c-navigation-list.is-open {
  right: 0;
}
.u-c-header-icon-menu {
  display: block;
}

.u-c-header-icon-button.is-open .u-c-header-icon-menu {
  display: none;
}

.u-c-header-icon-button.is-open .u-c-header-icon-close {
  display: block;
}

.u-c-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #1c2232;
}

.u-c-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #1c2232;
}
.u-c-header.is-open .u-c-header-background {
  left: 0;
}
.u-c-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-c-header-icon-menu {
  display: block;
}

.u-c-header-icon-button.is-open .u-c-header-icon-menu {
  display: none;
}

.u-c-header-icon-button.is-open .u-c-header-icon-close {
  display: block;
}

.u-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: 8px 16px;
  position: relative;
}

.u-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: 150px 0px;

  gap: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/menu.png");
}

.u-c-navigation-list.is-open {
  right: 0;
}

.u-c-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffffcc;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;
}

.u-c-navigation-link:hover,
.u-c-navigation-link:focus {
  color: #ffffff;
}

.u-c-header.is-open {
  background-color: transparent;
}

.u-c-navigation-img {
  display: none;
}

@media screen and (min-width: 1207px) {
  .u-c-navigation-img {
    display: flex;
    margin-right: 305px;
  }
  .u-c-header-icon-title {
    display: none;
  }
  .u-c-header-button-wrapper {
    display: none;
  }
  .u-c-header {
    width: 100%;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .u-c-header-background {
  }
  .u-c-header-icon-button {
    display: none;
  }
  .u-c-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-c-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 32px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .u-c-navigation-link {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
  }

  .u-c-navigation-item-desk {
    display: none;
  }
}
.u-c-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero_section.png");
  margin: auto;
}
.u-c-home-container {
  width: 375px;
  padding: 412px 16px 0px;
  margin: auto;
  position: relative;
}
.u-c-home-divs {
  position: absolute;
  width: 61.34076690673828;
  height: 43;
  angle: 0 deg;
  opacity: 1;
  top: 210.32px;
  left: 170.11px;
}
.u-c-home-p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 23.64px;
  leading-trim: NONE;
  line-height: 28.14px;
  letter-spacing: -0.75%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.u-c-home-pp {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 11.26px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -0.75%;
  text-align: center;
  vertical-align: middle;
}

.u-c-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.u-c-home-title {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  background: linear-gradient(90deg, #ffffff 0%, #4fa5ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-c-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;

  padding: 16px 0 32px;
}
.u-c-home-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.u-c-home-link {
  background: #ffffff;

  width: 343px;
  height: 52px;
  padding-top: 14px;
  padding-right: 32px;
  padding-bottom: 14px;
  padding-left: 32px;
  border-radius: 50px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;

  color: #333333;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.u-c-home-link-two {
  background: none;
  color: #ffffff;
}
.u-c-home-link:hover {
  background: #cfcfcf;
}
.u-c-home-link-two:hover {
  color: #cfcfcf;
  background: none;
}

@media screen and (min-width: 1207px) {
  .u-c-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img//hero_section\ \(1\).png");
  }
  .u-c-home-container {
    width: 1440px;
    padding: 288px 88px 0px;
  }
  .u-c-home-divs {
    position: absolute;
    width: 61.34076690673828;
    height: 43;
    angle: 0 deg;
    opacity: 1;
    top: 422.49px;
    left: 973.43px;
  }
  .u-c-home-p {
    font-family: Space Grotesk;
    font-weight: 400;
    font-style: Regular;
    font-size: 53.68px;
    leading-trim: NONE;
    line-height: 63.9px;
    letter-spacing: -0.75%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .u-c-home-pp {
    font-family: Space Grotesk;
    font-weight: 400;
    font-style: Regular;
    font-size: 25.56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.75%;
    text-align: center;
    vertical-align: middle;
  }
  .u-c-home-container-top {
    display: flex;
    flex-direction: column;
    width: 616px;
  }
  .u-c-home-title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .u-c-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;

    padding: 16px 0 48px;
  }
  .u-c-home-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .u-c-home-link {
    width: fit-content;
    height: 56px;

    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }
}
.u-c-about {
  margin: auto;
  width: 375px;
  height: 755px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Main\ Frame.png");
}
.u-c-about-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}
.u-c-about-title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  border: 1px solid #ffffff80;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 50px;
}
.u-c-about-title-two {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  background: linear-gradient(90deg, #ffffff 0%, #4fa5ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 8px;
}
.u-c-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;

  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 1207px) {
  .u-c-about {
    width: 1440px;
    height: 704px;
    background-image: url("/img/Main\ Frame\ \(1\).png");
  }
  .u-c-about-container {
    width: 1440px;
    padding: 216px 88px 0 736px;
  }
  .u-c-about-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }
  .u-c-about-title-two {
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 46px;
    letter-spacing: 0%;

    width: 616px;
  }
  .u-c-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }

  .u-c-about-div {
    width: 252px;
    margin: -138px 0 0 668px;
  }
  .u-c-about-q {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0.5%;
  }
  .u-c-about-qq {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;

    padding-top: 8px;
  }
}

.u-c-why-container {
  width: 375px;
  margin: auto;
  margin-top: -150px;
  padding: 60px 16px;
}
.u-c-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-c-why-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-c-why-item-text {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 1%;
}
.u-c-why-img {
  width: 60px;
}
.u-c-why-item-div {
  box-shadow: 8px 8px 20px 0px #4141411a;
  border: 1px solid #ffffff4d;
  padding: 31px;
  border-radius: 8px;
}
.u-c-why-text-bold {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.u-c-why-text {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;

  padding-top: 24px;
}
.u-c-home-div-why {
  margin-top: 40px;
}
@media screen and (min-width: 1207px) {
  .u-c-why-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }
  .u-c-home-div-why {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .u-c-why-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 312px;
    gap: 32px;
    margin-top: 60px;
  }
  .u-c-why-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .u-c-why-item-div {
    width: 425px;
    height: 136px;
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
  }
}

.u-c-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.u-c-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-c-uniqueness-item {
  padding: 31px;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #ffffff4d;
  box-shadow: 8px 8px 20px 0px #4141411a;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
}
.u-c-uniqueness-item-two {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}
.u-c-uniqueness-img {
  width: 32px;
}

.u-c-uniqueness-text {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 1%;
}

@media screen and (min-width: 1207px) {
  .u-c-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
  }
  .u-c-uniqueness-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }

  .u-c-uniqueness-item {
    width: 400px;
    height: 168px;
    border-radius: 8px;
    border-width: 1px;
  }
  .u-c-uniqueness-item-two {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
  }
}
.u-c-how {
  margin: auto;
  width: 375px;
  height: 955px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Why\ Questduki_section.png");
  margin-bottom: -140px;
}
.u-c-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
@media screen and (min-width: 1207px) {
  .u-c-how {
    width: 1440px;
    height: 1077px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Why\ Questduki_section\ \(1\).png");
    margin: -260px auto;
  }
  .u-c-how-container {
    margin: auto;
    width: 1440px;
    padding: 360px 88px 0 736px;
  }
}

.u-c-characters {
  margin: auto;
  width: 375px;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Container.png");
}
.u-c-characters-container {
  padding: 60px 16px;
  margin: auto;
  width: 375px;
}
.u-c-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 12px;
}
.u-c-characters-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
}
.u-c-characters-img {
  width: 24px;
}

@media screen and (min-width: 1207px) {
  .u-c-characters {
    width: 1440px;
    height: 1077px;
    margin: -270px auto;
    background-image: url("/img/Who\ We\ Help_section.png");
  }
  .u-c-characters-container {
    padding: 370px 88px 0 736px;
    margin: auto;
    width: 1440px;
  }

  .u-c-characters-item {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }
}

.u-c-reviews-container {
  margin: auto;
  padding: 60px 16px;
  width: 375px;
}
.u-c-reviews-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.u-c-reviews-item {
  box-shadow: 8px 8px 20px 0px #4141411a;
  background: #1a242c;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 8px;
}
.u-c-reviews-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  padding-top: 24px;
}
.u-c-reviews-item-top {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
}
.u-c-reviews-img {
  width: 60px;
}
.u-c-reviews-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  padding-top: 8px;
  color: #a9a9a9b2;
}

@media screen and (min-width: 1207px) {
  .u-c-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
  }
  .u-c-reviews-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .u-c-reviews-item {
    width: 400px;
    height: 220px;

    padding: 32px;
  }
  .u-c-reviews-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }
  .u-c-reviews-item-top {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }

  .u-c-reviews-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
  }
}

.u-c-faq {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.u-c-faq-container {
  padding: 60px 32px;
  background: #1a242c;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-c-faq-title-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 32px;
}
.u-c-faq-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.u-c-faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 8px 8px 20px 0px #4141411a;
  border: 1px solid #ffffff;

  border-radius: 8px;
  gap: 12px;
  padding: 11px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1207px) {
  .u-c-faq {
    width: 1440px;
    padding: 100px 88px;
  }
  .u-c-faq-container {
    padding: 60px 32px;
    margin: auto;
    flex-direction: row;
  }

  .u-c-faq-title-text {
    width: 584px;
  }
  .u-c-faq-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 584px;
  }

  .u-c-faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 8px 8px 20px 0px #4141411a;
    border: 1px solid #ffffff;

    border-radius: 8px;
    gap: 12px;
    padding: 15px 11px;
  }
}

.u-c-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
}

.u-c-container h1 {
  font-family: Space Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 46px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.u-c-container h2 {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 1%;
  margin-top: 16px;
}

.u-c-container h3 {
  margin-top: 16px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
}

.u-c-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-c-container ul li {
  margin-bottom: 10px;
}
.u-c-container p {
  margin-top: 16px;
}
.u-c-container a {
  text-decoration: none;
  color: #3b82f6;
  transition: all 0.3s ease-in-out;
}

.u-c-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1207px) {
  .u-c-container {
    padding: 168px 212px 96px;
    width: 1440px;
    margin: auto;
  }
}

.u-c-footer-container {
  width: 375px;
  background: #1c2232;

  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #ffffff;
}
.u-c-footer-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.u-c-footer-divq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.u-c-footer-q {
  display: flex;
  gap: 32px;
}
.u-c-footer-img {
  width: 24px;
}
.u-c-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.u-c-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;

  text-align: center;
}

.u-c-footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;
}

@media screen and (min-width: 1207px) {
  .u-c-footer-container {
    width: 1440px;
    padding: 60px 108px;
    gap: 60px;
  }
  .u-c-footer-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 410px;
  }
  .u-c-footer-divq {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .u-c-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 74px;
  }

  .u-c-footer-text {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-c-footer-copyright {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
  }
}

.u-c-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 19px;
  background: #1c2232;

  z-index: 1000;
  display: none;
}

.u-c-cookie-popup-text-two {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;
}

.u-c-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.u-c-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #3a3a3a;
  width: 343px;
  height: 58px;

  padding: 13px 0;

  border-radius: 50px;
  border: 1px solid #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.u-c-cookie-button:hover {
  background: #ffffff;

  color: #090f1f;
}
#accept-cookies {
  background: #3761e0;

  border: 1px solid transparent;
}
#accept-cookies:hover {
  background: #2547ab;

  color: #ffffff;
}

.u-c-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1207px) {
  .u-c-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .u-c-cookie-button {
    width: 184px;
    height: 58px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
  .u-c-cookie-popup-text-two {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: left;
    width: 780px;
  }

  .u-c-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .u-c-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
