@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dela+Gothic+One&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #e4e4e4;
  color: #020202;
}

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;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-w-header.is-open .i-w-header-background {
  left: 0;
}
.i-w-header-button-wrapper {
  margin-left: auto;
}
.i-w-header-icon {
  display: none;
}

.i-w-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-w-navigation-list.is-open {
  right: 0;
}
.i-w-header-icon-menu {
  display: block;
}

.i-w-header-icon-button.is-open .i-w-header-icon-menu {
  display: none;
}

.i-w-header-icon-button.is-open .i-w-header-icon-close {
  display: block;
}

.i-w-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 66px;
  background: #e4e4e4;
  border: 1px solid #9a9a9a;
}

.i-w-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e4e4e4;
  border: 1px solid #9a9a9a;
}
.i-w-header.is-open .i-w-header-background {
  left: 0;
}
.i-w-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-w-header-icon-menu {
  display: block;
}

.i-w-header-icon-button.is-open .i-w-header-icon-menu {
  display: none;
}

.i-w-header-icon-button.is-open .i-w-header-icon-close {
  display: block;
}

.i-w-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: 0px 16px;
  position: relative;
}

.i-w-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: 29px 0px;
  margin: 0 16px;
  gap: 27px;
  background: #e4e4e4;
}

.i-w-navigation-list.is-open {
  right: 0;
}

.i-w-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1b1b1b;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-w-navigation-link:hover,
.i-w-navigation-link:focus {
  color: #f77220;
}

.i-w-header.is-open {
  background-color: transparent;
}

.i-w-navigation-img {
  display: none;
}

@media screen and (min-width: 1211px) {
  .i-w-navigation-img {
    display: flex;
    margin-right: 116px;
  }
  .i-w-header-icon-title {
    display: none;
  }
  .i-w-header-button-wrapper {
    display: none;
  }
  .i-w-header {
    width: 1120px;
    height: 60px;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
  }

  .i-w-header-background {
  }
  .i-w-header-icon-button {
    display: none;
  }
  .i-w-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .i-w-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;
  }

  .i-w-navigation-link {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-w-navigation-item-desk {
    display: none;
  }
}
.i-w-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero/Hero.png");
  margin: auto;
}
.i-w-home-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}

.i-w-home-container-top {
  display: flex;
  flex-direction: column;
}

.i-w-home-title {
  font-family: Dela Gothic One;
  font-weight: 400;
  font-style: Regular;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1b1b1b;
  padding: 20px 16px;
}

.i-w-home-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1b1b1b;
  padding: 20px 16px;
}

.i-w-home-link {
  width: 256px;
  margin: 191px auto 0;
  transition: all 0.3s ease-in-out;
}

.i-w-home-link:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1211px) {
  .i-w-home {
    width: 1440px;
    height: 639px;
    background-image: url("/img/hero/Hero\ \(1\).png");
  }
  .i-w-home-container {
    width: 1440px;
    padding: 60px 608px 0 160px;
  }
  .i-w-home-container-top {
    display: flex;
    flex-direction: column;
  }
  .i-w-home-title {
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

    padding: 32px 24px;
  }

  .i-w-home-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px;
  }

  .i-w-home-link {
    width: 256px;
    margin: 56px 32px 0;
    transition: all 0.3s ease-in-out;
  }
}
.i-w-about {
  margin: auto;
  width: 375px;
  height: 1079px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/The\ Compass\ Engine\ \(1\).png");
}
.i-w-about-container {
  width: 375px;
  padding: 0px 16px 0px;
  margin: auto;
}
.i-w-about-title {
  font-family: Dela Gothic One;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 32px;
}
.i-w-about-item {
  padding: 36px 32px;
}
.i-w-about-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-w-about-text-bold {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.i-w-about-item-two {
  padding: 32px;
}
.i-w-about-text-two {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.i-w-about-text-bold-two {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 8px;
  list-style-type: disc;
  margin-left: 30px;
}
.i-w-about-text-twoq {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #525252;
  padding: 32px;
}
@media screen and (min-width: 1211px) {
  .i-w-about {
    width: 1440px;
    height: 643px;
    background-image: url("/img/The\ Compass\ Engine\ \(2\).png");
  }
  .i-w-about-container {
    width: 1440px;
    padding: 0 160px;
  }
  .i-w-about-title {
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

    padding: 32px 11px;
  }
  .i-w-about-item {
    padding: 32px 32px;
    width: 672px;
  }
  .i-w-about-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-w-about-text-bold {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding-top: 8px;
  }
  .i-w-about-item-two {
    padding: 32px 36px;
    width: 448px;
    margin: -441px 0 0 672px;
  }
  .i-w-about-text-two {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-about-text-bold-two {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-about-text-twoq {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 79px 23px;
    margin: 0 0 0 672px;
  }
}
.i-w-why {
  margin: auto;
  width: 375px;
  height: 1206px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Why\ We\ Exist.png");
}

.i-w-why-container {
  margin: auto;
  padding: 0 16px;
}
.i-w-about-title-two {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 32px 16px 32px 60px;
}
.i-w-why-list-one {
  padding: 32px;
}
.i-w-why-text-bold {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-w-why-text-bold span {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.i-w-why-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 16px;
}
.i-w-why-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 16px;
}
.i-w-why-item {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #525252;
  border: 1px solid #9a9a9a;
  background: #f6f6f6;
  padding: 23px;
}

@media screen and (min-width: 1211px) {
  .i-w-why {
    width: 1440px;
    height: 692px;
    background-image: url("/img/Why\ We\ Exist\ \(1\).png");
  }
  .i-w-why-container {
    padding: 0 160px;
  }
  .i-w-about-title-why {
    padding: 32px;
  }
  .i-w-about-title-two {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 32px 16px 32px 66px;
  }
  .i-w-why-list-one {
    padding: 55.5px 32px;
    width: 448px;
    height: 258px;
    margin: -258px 0 0 672px;
  }
  .i-w-why-text-bold {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-why-text-bold span {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-why-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px;
  }
  .i-w-why-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0 32px;
  }
  .i-w-why-item {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    width: 246px;
    height: 228px;

    padding: 23px;
  }
}

.i-w-uniqueness {
  margin: auto;
  width: 375px;
  height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/Field\ Kits\ &\ Mental\ Rituals\ \(2\).png");
}
.i-w-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 0px 16px 0;
}
.i-w-uni-title-two {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 32px 16px 32px 60px;
}
.i-w-uni-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 32px 22px;
}
.i-w-uniqueness-list {
  padding: 32px 32px 0;
}
.i-w-uniqueness-item {
  border: 1px solid #9a9a9a;
  background: #f6f6f6;
  width: 256px;
  height: 139px;
  padding: 23px;
  margin: 0 8px;
}

.i-w-uniqueness-text-bold {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-w-uniqueness-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
  padding-top: 16px;
}
.i-w-home-link-two {
  margin-top: 64px;
}
@media screen and (min-width: 1211px) {
  .i-w-uniqueness {
    width: 1440px;
    height: 644px;
    background-image: url("/img/uniqueness/Field\ Kits\ &\ Mental\ Rituals\ \(1\).png");
  }
  .i-w-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 0 160px;
  }
  .i-w-uni-title-two {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    width: 576px;
    height: 180px;

    left: 704px;
    margin: -180px 0 0 544px;
    padding: 32px 150px 32px 60px;
  }
  .i-w-about-title-uni {
    width: 544px;
  }
  .i-w-uni-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px 22px;
  }
  .i-w-uniqueness-list {
    padding: 0px 32px 0;
  }
  .i-w-uniqueness-item {
    width: 256px;
    height: 175px;

    padding: 23px;
    margin: 0 16px;
  }

  .i-w-uniqueness-text-bold {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-uniqueness-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
  .i-w-home-link-two {
    margin: 0px 48px 0 auto;
  }
}
.i-w-characters {
  margin: auto;
  width: 375px;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/What\ Users\ Say.png");
}
.i-w-characters-container {
  padding: 0px 16px;
  margin: auto;
  width: 375px;
}
.i-w-about-title-characters {
  font-family: Dela Gothic One;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.i-w-about-title-characters-s {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.i-w-text-bold-characters {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 40px 16px 32px 60px;
}
.i-w-characters-text-bold-o {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 36.5px 24.5px;
}
.i-w-characters-list {
  padding: 40px 16px 0;
}
.i-w-characters-item {
  border: 1px solid #9a9a9a;
  background: #f6f6f6;
  width: 232px;
  height: 228.00001525878906px;
  margin: 0 8px;
}

.i-w-characters-text-bold {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  height: 120px;
  margin: 15px 24px;
}
.i-w-characters-item-div {
  border: 1px solid #9a9a9a;
  width: 208px;
}
.i-w-characters-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  padding: 16px 24px 0;
}
.i-w-characters-text-two {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  color: #525252;
  padding-right: 24px;
}
@media screen and (min-width: 1211px) {
  .i-w-characters {
    width: 1440px;
    height: 597px;
    background-image: url("/img/What\ Users\ Say\ \(1\).png");
  }
  .i-w-characters-container {
    padding: 0 160px;
    margin: auto;
    width: 1440px;
  }
  .i-w-about-title-characters {
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: 0%;
    padding: 32px;
  }
  .i-w-about-title-characters-s {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-text-bold-characters {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    margin: -154px 0 0 560px;
    padding: 59px 14px 59px 60px;
  }
  .i-w-characters-text-bold-o {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 35px 32px;
  }
  .i-w-characters-list {
    padding: 48px 24px 0;
  }
  .i-w-characters-item {
    width: 232px;
    height: 247.00001525878906px;

    margin: 0 24px;
  }

  .i-w-characters-text-bold {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    height: 135px;
    margin: 15px 24px;
  }
  .i-w-characters-item-div {
    border: 1px solid #9a9a9a;
    width: 208px;
  }
  .i-w-characters-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
  .i-w-characters-text-two {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
}

.i-w-reviews {
  margin: auto;
  width: 375px;
  height: 854px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/Talk\ to\ a\ Real\ Human.png");
}
.i-w-reviews-container {
  margin: auto;
  padding: 0px 16px 0;
  width: 375px;
}
.i-w-about-title-rev-span {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}
.i-w-reviews-text-bold {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 32px 20px 32px 60px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-w-reviews-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 41.5px 32px;
}
.i-w-reviews-text-two {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
  padding: 32px 32px 16px;
}
.i-w-reviews-list {
  list-style-type: disc;
  margin-left: 30px;
  padding: 0 32px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1211px) {
  .i-w-reviews {
    width: 1440px;
    height: 470px;
    background-image: url("/img/Talk\ to\ a\ Real\ Human\ \(1\).png");
  }
  .i-w-reviews-container {
    margin: auto;
    padding: 10px 160px 0;
    width: 1440px;
  }
  .i-w-about-title-rev {
    width: 672px;
    padding: 41.5px 38.5px;
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 70%;
    letter-spacing: 0%;
  }
  .i-w-about-title-rev-span {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    color: #525252;
  }
  .i-w-reviews-text-bold {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    width: 448px;

    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 60px;
    margin: -172px 0 0 672px;
  }

  .i-w-reviews-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 544px;
    padding: 64px 68px;
  }
  .i-w-reviews-text-two {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px 32px 16px;
    margin: -218px 0 0 544px;
  }
  .i-w-reviews-list {
    list-style-type: disc;
    margin-left: 574px;
    padding: 0 32px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-w-how {
  margin: auto;
  width: 375px;
  height: 1248px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/The\ Quiet\ Library.png");
}
.i-w-how-container {
  margin: auto;
  width: 375px;
  padding: 0px 16px 0;
}
.i-w-how-text-o {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 32px;
}
.i-w-how-list {
  display: flex;
  flex-direction: column;
}

.i-w-how-item {
}

.i-w-how-text-bold {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
  width: 30px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-w-how-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 17px 24px 32px;
}
.i-w-how-item-two {
  padding: 32px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}

@media screen and (min-width: 1211px) {
  .i-w-how {
    width: 1440px;
    height: 595px;
    background-image: url("/img/The\ Quiet\ Library\ \(1\).png");
  }
  .i-w-how-container {
    margin: auto;
    width: 1440px;
    padding: 0 160px;
  }
  .i-w-about-title-how {
    padding: 39px 32px;
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    height: 136px;
  }
  .i-w-reviews-text-bold-how {
    margin-top: -136px;
  }
  .i-w-how-text-o {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px;
  }
  .i-w-how-list {
    display: flex;
    flex-direction: row;
  }

  .i-w-how-item {
    width: 224px;
    height: 161px;
  }

  .i-w-how-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 17px 24px 32px;
  }
  .i-w-how-item-two {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px;
  }
}

.i-w-faq {
  margin: auto;
  width: 375px;
  height: 905px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/faq/Membership.png");
}
.i-w-faq-container {
  padding: 0px 16px 0px;
  width: 375px;
  margin: auto;
}
.i-w-about-title-faq {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 32px 16px 32px 60px;
}
.i-w-faq-text {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 32px;
}
.i-w-faq-list {
  padding: 35px 24px 32px 54px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-w-faq-text-two {
  padding: 30px 0 32px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
  text-align: center;
}
.i-w-faq-text-two span {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #f77220;
}
.i-w-home-link-fq {
  margin-top: 32px;
}
@media screen and (min-width: 1211px) {
  .i-w-faq {
    width: 1440px;
    height: 616px;
    background-image: url("/img/faq/Membership\ \(1\).png");
  }
  .i-w-faq-container {
    padding: 0 160px;
    width: 1440px;
    margin: auto;
  }
  .i-w-about-title-faq-q {
    width: 736px;
    height: 180px;
    padding: 32px;
  }
  .i-w-about-title-faq {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 32px 16px 32px 66px;
  }
  .i-w-faq-text {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 32px;
  }
  .i-w-faq-list {
    width: 480px;
    height: 256px;
    padding-top: 33.5px;
    padding-right: 0px;
    padding-bottom: 32px;
    padding-left: 54px;
    gap: 17.5px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    margin: -94px 0 0 256px;
  }

  .i-w-faq-text-two {
    padding: 30px 0 32px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 384px;
    height: 107px;
    padding-top: 35px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    margin: -256px 0 0 736px;
  }
  .i-w-faq-text-two span {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .i-w-home-link-fq {
    margin: 49px 64px 0 800px;
  }
}
.i-w-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1211px) {
  .i-w-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }

  .i-w-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .i-w-gallery-button-icon {
    width: 56px;
  }
  .i-w-gallery-button:hover {
    scale: 120%;
  }
}

.i-w-features {
  margin: auto;
  width: 375px;
  height: 322px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Contact.png");
}

.i-w-features-container {
  width: 375px;
  margin: auto;
  padding: 0 16px;
}
.i-w-features-div {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
}

.i-w-features-div-item {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-w-features-div-item-text {
  text-decoration: none;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #525252;
}

@media screen and (min-width: 1211px) {
  .i-w-features {
    margin: auto;
    width: 1440px;
    height: 184px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Contact\ \(1\).png");
  }

  .i-w-features-container {
    width: 1440px;
    margin: auto;
    padding: 0 160px;
  }
  .i-w-about-title-feat {
    padding: 64px 32px;
  }
  .i-w-features-div {
    display: flex;
    flex-direction: column;
    padding: 32px 32px;
    margin: -184px 0 0 576px;
  }

  .i-w-features-div-item {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-w-features-div-item-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.i-w-section {
  width: 375px;
  margin: auto;
  padding: 0 16px;
}
.i-w-container {
  border: 1px solid #9a9a9a;
  padding: 104px 16px 40px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-w-container h1 {
  font-family: Dela Gothic One;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1b1b1b;
  margin-bottom: 24px;
}

.i-w-container h2 {
  margin-top: 10px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-w-container h3 {
  margin-top: 10px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-w-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-w-container ul li {
  margin-bottom: 10px;
}
.i-w-container p {
  margin-top: 10px;
}
.i-w-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.i-w-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1211px) {
  .i-w-section {
    width: 1440px;
    margin: auto;
    padding: 0 160px;
  }
  .i-w-container {
    padding: 140px 32px 80px;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-w-container h1 {
    font-family: Dela Gothic One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 30px;
  }

  .i-w-container h2 {
    margin-top: 20px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .i-w-container h3 {
    margin-top: 20px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-w-container ul {
    margin-top: 20px;
  }

  .i-w-container ul li {
    margin-bottom: 10px;
  }
  .i-w-container p {
    margin-top: 20px;
  }
}

.i-w-footer-container {
  width: 375px;
  height: 410px;
  margin: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  background-image: url("/img/Footer_mob.png");
}
.i-w-footer-title {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  color: #525252;
  padding: 45px 16px;
}
.i-w-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
}

.i-w-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1b1b1b;
}

.i-w-footer-copyright {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0px;
}

@media screen and (min-width: 1211px) {
  .i-w-footer-container {
    width: 1440px;
    height: 259px;
    margin: auto;
    padding: 0 160px;
    display: flex;
    flex-direction: column-reverse;
    background-image: url("/img/Footer.png");
  }
  .i-w-footer-title {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

    padding: 52.5px 50px;
    width: 544px;
    margin: -177px 0 0 576px;
  }
  .i-w-footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
  }

  .i-w-footer-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-w-footer-copyright {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    padding: 32px;
  }
}

.i-w-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  background: #1b1b1b;
  z-index: 1000;
  display: none;
}

.i-w-cookie-popup-text-two {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #f6f6f6;
}

.i-w-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.i-w-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #f6f6f6;
  width: 256px;

  padding-top: 11.5px;

  padding-bottom: 11.5px;

  border-radius: 2px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #f6f6f6;
}

#accept-cookies {
  background: #f6f6f6;
  color: #1b1b1b;
}

.i-w-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1211px) {
  .i-w-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .i-w-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;
  }

  .i-w-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .i-w-cookie-button {
    border: none;
    background-color: transparent;
    border: 1px solid #f6f6f6;
    width: 256px;

    padding-top: 11.5px;

    padding-bottom: 11.5px;

    border-radius: 2px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #f6f6f6;
  }
  .i-w-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
