@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  color: #272727;
}

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-f-header.is-open .u-f-header-background {
  left: 0;
}
.u-f-header-button-wrapper {
  margin-left: auto;
}
.u-f-header-icon {
  display: none;
}

.u-f-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-f-navigation-list.is-open {
  right: 0;
}
.u-f-header-icon-menu {
  display: block;
}

.u-f-header-icon-button.is-open .u-f-header-icon-menu {
  display: none;
}

.u-f-header-icon-button.is-open .u-f-header-icon-close {
  display: block;
}

.u-f-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #5a5a5a1a;
}

.u-f-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #5a5a5a1a;
}
.u-f-header.is-open .u-f-header-background {
  left: 0;
}
.u-f-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-f-header-icon-menu {
  display: block;
}

.u-f-header-icon-button.is-open .u-f-header-icon-menu {
  display: none;
}

.u-f-header-icon-button.is-open .u-f-header-icon-close {
  display: block;
}

.u-f-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-f-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: #ffffff;
}

.u-f-navigation-list.is-open {
  right: 0;
}

.u-f-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #3c3c3c;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0.5%;
  text-align: center;
}

.u-f-navigation-link:hover,
.u-f-navigation-link:focus {
  color: #a51c30;
}

.u-f-header.is-open {
  background-color: transparent;
}

.u-f-navigation-img {
  display: none;
}

@media screen and (min-width: 1201px) {
  .u-f-navigation-img {
    display: flex;
    margin-right: 266px;
  }
  .u-f-header-icon-title {
    display: none;
  }
  .u-f-header-button-wrapper {
    display: none;
  }
  .u-f-header {
    width: 100%;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .u-f-header-background {
  }
  .u-f-header-icon-button {
    display: none;
  }
  .u-f-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-f-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-f-navigation-link {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
    text-align: center;
  }

  .u-f-navigation-item-desk {
    display: none;
  }
}
.u-f-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-f-home-container {
  width: 375px;
  padding: 326px 16px 0px;
  margin: auto;
}

.u-f-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.u-f-home-title {
  font-family: Cormorant;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
}

.u-f-home-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #3c3c3c;
  padding: 24px 0 32px;
}
.u-f-home-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.u-f-home-link {
  background: #a51c30;
  width: 343px;
  height: 56px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.u-f-home-link-two {
  border: 1px solid #a51c30;
  background: none;
  color: #a51c30;
}
.u-f-home-link:hover {
  background: #c14c12;
}
.u-f-home-link-two:hover {
  background: #213153;
  border: 1px solid #213153;
  color: #ffffff;
}

@media screen and (min-width: 1201px) {
  .u-f-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img//hero_section\ \(1\).png");
  }
  .u-f-home-container {
    width: 1440px;
    padding: 275px 88px 0px;
  }
  .u-f-home-container-top {
    display: flex;
    flex-direction: column;
    width: 616px;
  }
  .u-f-home-title {
    font-family: Cormorant;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 62px;
    letter-spacing: 0%;
  }

  .u-f-home-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;

    padding: 24px 0 40px;
  }
  .u-f-home-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .u-f-home-link {
    width: fit-content;
    height: 56px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
.u-f-about {
  margin: auto;
  width: 375px;
  height: 694px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Learning\ Impact\ Section.png");
}
.u-f-about-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}
.u-f-about-title {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #3c3c3c;
}
.u-f-about-title-two {
  font-family: Cormorant;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  padding-top: 8px;
}
.u-f-about-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  color: #3c3c3c;
  letter-spacing: 0.5%;
  padding-top: 32px;
}

.u-f-about-div {
  width: 141px;
  margin: 153px 0 0 11px;
}
.u-f-about-q {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12.25px;
  leading-trim: NONE;
  line-height: 15.59px;
  letter-spacing: 0.5%;
}
.u-f-about-qq {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 8.91px;
  leading-trim: NONE;
  line-height: 14.48px;
  letter-spacing: 0.5%;
  padding-top: 4px;
}
@media screen and (min-width: 1201px) {
  .u-f-about {
    width: 1440px;
    height: 544px;
    background-image: url("/img/Learning\ Impact\ Section\ \(1\).png");
  }
  .u-f-about-container {
    width: 1440px;
    padding: 100px 736px 0 88px;
  }
  .u-f-about-title {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 6%;
    text-transform: uppercase;
  }
  .u-f-about-title-two {
    font-family: Cormorant;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 52px;
    letter-spacing: 0%;
    width: 616px;
  }
  .u-f-about-text {
    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: 32px;
  }

  .u-f-about-div {
    width: 252px;
    margin: -138px 0 0 668px;
  }
  .u-f-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-f-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-f-why {
  margin: auto;
  width: 375px;
  height: 938px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Image\ Section.png");
  position: relative;
}
.u-f-whyq {
  width: 150.34091186523438px;
  height: 94.65908813476562px;
  gap: 4.45px;
  border-top-width: 2.23px;
  padding: 11.14px;
  background: #213153;
  display: flex;
  align-items: center;
  box-shadow: 4.45px 4.45px 11.14px 0px #4545451a;
  font-family: Cormorant;
  font-weight: 700;
  font-style: Bold;
  font-size: 12.25px;
  leading-trim: NONE;
  line-height: 15.59px;
  letter-spacing: 0%;
  color: #ffffff;
  position: absolute;
  bottom: 173px;
  right: 38px;
}
.u-f-whyqw {
  color: #3c3c3c;
  background: #ffc53a;
  bottom: 79px;
  right: 187px;
}
.u-f-why-container {
  width: 375px;
  margin: auto;
  padding: 60px 17px;
}
.u-f-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.u-f-why-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.u-f-why-img {
  width: 40px;
}
.u-f-why-text-bold {
  font-family: Cormorant;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.u-f-why-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  padding-top: 8px;
}

@media screen and (min-width: 1201px) {
  .u-f-why {
    width: 1440px;
    height: 772px;
    background-image: url("/img/why/Image\ Section\ \(1\).png");
  }
  .u-f-why-container {
    width: 1440px;
    padding: 100px 88px 0 736px;
  }
  .u-f-whyq {
    width: 270px;
    height: 170px;

    top: 216px;
    left: 396px;
    border-top-width: 4px;
    padding: 20px;
    box-shadow: 8px 8px 20px 0px #4545451a;
    font-family: Cormorant;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .u-f-whyqw {
    top: 386px;
    left: 126px;
  }

  .u-f-why-text-bold {
    font-family: Cormorant;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .u-f-why-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
}

.u-f-uniqueness {
  margin: auto;
  width: 375px;
  height: 984px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/Designed_section.png");
}
.u-f-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px 0;
}
.u-f-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-f-uniqueness-item {
  display: flex;
  align-items: start;
  background: #213153;

  gap: 16px;
  padding: 24px;
}
.u-f-uniqueness-img {
  width: 24px;
}

.u-f-uniqueness-text {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
}

@media screen and (min-width: 1201px) {
  .u-f-uniqueness {
    width: 1440px;
    height: 652px;
    background-image: url("/img/uniqueness/Designed_section\ \(1\).png");
  }
  .u-f-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
  }
  .u-f-uniqueness-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .u-f-uniqueness-item {
    width: 400px;
    height: 100px;
    gap: 16px;
    padding: 24px;
  }

  .u-f-uniqueness-text {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
}

.u-f-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.u-f-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.u-f-how-item {
  width: 343px;
  height: 228px;
  border-width: 1px;
  padding: 40px;

  border: 1px dashed #a51c30;
}

.u-f-how-number {
  font-family: Cormorant;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffc53a;
}

.u-f-how-text-bold {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: center;
  padding: 20px 0 8px;
}

.u-f-how-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
}
.u-f-how-img {
  display: none;
}
@media screen and (min-width: 1201px) {
  .u-f-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
    position: relative;
  }

  .u-f-how-list {
    padding-top: 80px;

    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
  }
  .u-f-how-img {
    display: block;
    position: absolute;
    bottom: 296px;
    left: 88px;
  }

  .u-f-how-item {
    width: 316px;
    height: 238px;
    padding: 40px;
  }

  .u-f-how-text-bold {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
    text-align: center;
    padding: 20px 0 8px;
  }

  .u-f-how-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
    text-align: center;
  }
  .u-f-home-divuno {
    justify-content: center;
  }
}

.u-f-characters {
  margin: auto;
  position: relative;
  width: 375px;
  height: 752px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/characters/Why\ Section.png");
}
.u-f-characters-container {
  padding: 60px 17px;
  margin: auto;
  width: 375px;
}
.u-f-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 16px;
}
.u-f-characters-item {
  display: flex;
  align-items: start;
  gap: 12px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
}
.u-f-characters-img {
  width: 24px;
}
.u-f-characters-div {
  color: #3c3c3c;
  width: 140px;
  position: absolute;
  bottom: 70px;
  right: 27px;
}
.u-f-characters-text-bold {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12.25px;
  leading-trim: NONE;
  line-height: 15.59px;
  letter-spacing: 0.5%;
}

.u-f-characters-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 8.91px;
  leading-trim: NONE;
  line-height: 14.48px;
  letter-spacing: 0.5%;
}

@media screen and (min-width: 1201px) {
  .u-f-characters {
    width: 1440px;
    height: 566px;
    background-image: url("/img/characters/Why\ Section\ \(1\).png");
  }
  .u-f-characters-container {
    padding: 100px 88px 0 736px;
    margin: auto;
    width: 1440px;
  }

  .u-f-characters-item {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }

  .u-f-characters-div {
    color: #3c3c3c;
    width: 252px;
    position: absolute;
    bottom: 127px;
    left: 432px;
  }
  .u-f-characters-text-bold {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0.5%;
  }

  .u-f-characters-text {
    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-f-reviews {
  margin: auto;
  width: 375px;
  height: 983px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/reviews/feedback_section.png");
}
.u-f-reviews-container {
  margin: auto;
  padding: 60px 16px 0;
  width: 375px;
}
.u-f-reviews-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.u-f-reviews-item {
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #5a5a5a1a;
  padding: 24px;
}
.u-f-reviews-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
}
.u-f-reviews-item-top {
  padding-top: 32px;
  display: flex;
  gap: 32px;
  align-items: start;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
}
.u-f-reviews-img {
  width: 60px;
}
.u-f-reviews-text-bold {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
}

@media screen and (min-width: 1201px) {
  .u-f-reviews {
    width: 1440px;
    height: 624px;
  }
  .u-f-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
  }
  .u-f-reviews-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .u-f-reviews-item {
    width: 400px;
    height: 262px;

    padding: 24px;
  }
  .u-f-reviews-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
  .u-f-reviews-item-top {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }

  .u-f-reviews-text-bold {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
}

.u-f-faq {
  margin: auto;
  width: 375px;
  height: 1070px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/Use\ Case\ Section.png");
}
.u-f-faq-container {
  padding: 60px 16px 0px;
  width: 375px;
  margin: auto;
}
.u-f-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.u-f-faq-item {
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
  margin-bottom: 24px;
}

.u-f-faq-text {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
  color: #3c3c3c;
}
.u-f-faq-number {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0.5%;
  color: #3c3c3c;
}

@media screen and (min-width: 1201px) {
  .u-f-faq {
    width: 1440px;
    height: 666px;
    background-image: url("/img/Use\ Case\ Section\ \(1\).png");
  }
  .u-f-faq-container {
    padding: 100px 88px;
    width: 1440px;
    margin: auto;
  }
  .u-f-faq-list {
    padding-top: 32px;
    display: flex;
    width: 616px;
    flex-direction: column;
    gap: 24px;
  }

  .u-f-faq-item {
    display: flex;
    justify-content: space-between;
    height: 26px;
    align-items: center;
    margin-bottom: 24px;
  }

  .u-f-faq-text {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
  .u-f-faq-number {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
}

.u-f-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #7c7c7c;
}

.u-f-container h1 {
  font-family: Cormorant;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
  color: #1c3f3a;
}

.u-f-container h2 {
  margin-top: 10px;
  font-family: Cormorant;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1c3f3a;
}

.u-f-container h3 {
  margin-top: 10px;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
  color: #1c3f3a;
}

.u-f-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-f-container ul li {
  margin-bottom: 10px;
}
.u-f-container p {
  margin-top: 10px;
}
.u-f-container a {
  text-decoration: none;
  color: #3b82f6;
  transition: all 0.3s ease-in-out;
}

.u-f-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1201px) {
  .u-f-container {
    padding: 168px 212px 96px;
    width: 1440px;
    margin: auto;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
}

.u-f-footer-container {
  width: 375px;
  background: #3c3c3c;

  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #ffffff;
}
.u-f-footer-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.u-f-footer-divq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.u-f-footer-q {
  display: flex;
  gap: 32px;
}
.u-f-footer-img {
  width: 24px;
}
.u-f-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.u-f-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: center;
}

.u-f-footer-copyright {
  font-family: DM Sans;
  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: 1201px) {
  .u-f-footer-container {
    width: 1440px;
    padding: 60px 108px;
    gap: 60px;
  }
  .u-f-footer-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 391px;
  }
  .u-f-footer-divq {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .u-f-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 74px;
  }

  .u-f-footer-text {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
    text-align: center;
  }

  .u-f-footer-copyright {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
    text-align: center;
  }
}

.u-f-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.u-f-cookie-popup-text-two {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
  text-align: center;

  color: #1c3f3a;
}

.u-f-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.u-f-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #3a3a3a;
  width: 343px;
  height: 58px;
  border-radius: 12px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-width: 1px;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0.5%;
  color: #272727;
  transition: all 0.3s ease-in-out;
}

.u-f-cookie-button:hover {
  background: #272727;
  color: #ffffffcc;
}
#accept-cookies {
  background: #ffc53a;
  border: 1px solid transparent;
  border-radius: 0px;
}
#accept-cookies:hover {
  background: #ddb500;
  color: #3a3a3a;
}

.u-f-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .u-f-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .u-f-cookie-button {
    width: 184px;
    height: 58px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
  .u-f-cookie-popup-text-two {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
    text-align: left;
    width: 808px;
  }

  .u-f-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .u-f-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
