.content-small-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.69;
  color: #000000;
}

.smaller-container {
  padding: 0 calc(4.16% + 16rem);
}
@media screen and (max-width: 960px) {
  .smaller-container {
    padding: 18px;
  }
}

.smaller-container-pad {
  padding: 0 calc(4.16% + 19rem);
}
@media screen and (max-width: 960px) {
  .smaller-container-pad {
    padding: 18px;
  }
}

.lh-162 {
  line-height: 1.62;
}

.row-gap-about {
  row-gap: 7.5em;
}
@media screen and (max-width: 960px) {
  .row-gap-about {
    row-gap: 5em;
  }
  .row-gap-about.how-it-works-page {
    row-gap: 1em;
  }
}

.how-it-works-page .main-first .first-row {
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .how-it-works-page .row-gap-about {
    row-gap: 1em;
  }
}

.about-type-page {
  counter-reset: picture-wrapper;
  padding-bottom: 7.5em;
  --bullet-pic-size: 4.75em;
}

.picture-wrapper {
  background: #EAEFF6;
  border-radius: 50%;
  max-width: 453px;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1260px) {
  .picture-wrapper {
    padding: 5%;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  .picture-wrapper {
    padding: 10%;
    width: 70%;
  }
}
.picture-wrapper.in-about {
  width: 20rem;
  height: 20rem;
  flex: none;
}
@media screen and (max-width: 1260px) {
  .picture-wrapper.in-about {
    padding: 0;
    flex: none;
  }
}
@media screen and (max-width: 960px) {
  .picture-wrapper.in-about {
    padding: 0;
    width: 60%;
    height: auto;
  }
}
.picture-wrapper.in-about::before {
  font-size: 2rem;
  width: 4rem;
}
.picture-wrapper.in-about.picture-middle {
  height: 15.69rem;
}
@media screen and (max-width: 960px) {
  .picture-wrapper.in-about.picture-middle {
    height: 12.69rem;
  }
}
.picture-wrapper.in-about img.hand-3 {
  width: 70%;
}
@media screen and (max-width: 1260px) {
  .picture-wrapper.in-about img.hand-3 {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .picture-wrapper.in-about img.hand-3 {
    width: 60%;
  }
}
@media screen and (max-width: 1260px) {
  .picture-wrapper.in-about img {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .picture-wrapper.in-about img {
    width: 50%;
  }
}
.picture-wrapper.how-it-works {
  max-width: 22rem;
  width: 22rem;
  height: 22rem;
}
.picture-wrapper.how-it-works::before {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .picture-wrapper.how-it-works {
    width: 16rem;
    height: 16rem;
  }
}
.picture-wrapper::before {
  counter-increment: picture-wrapper;
  content: counter(picture-wrapper);
  border-radius: 50%;
  color: white;
  background-color: #44BEA8;
  font-weight: 700;
  font-size: 3.43em;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2em;
  aspect-ratio: 1;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media screen and (max-width: 960px) {
  .picture-wrapper::before {
    font-size: 30px;
  }
}
.picture-wrapper.point-red::before {
  background-color: #EF4142;
}
.picture-wrapper.point-blue::before {
  background-color: #2680F8;
}
.picture-wrapper img {
  width: 50%;
}
.picture-wrapper img.hand-1 {
  width: 60%;
}
@media screen and (max-width: 1260px) {
  .picture-wrapper img {
    width: 60%;
  }
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 2em;
}
@media screen and (min-width: 960px) {
  .text-wrapper {
    padding-right: 1rem;
  }
}
.text-wrapper .main-text {
  row-gap: 1em;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.69;
  color: #000000;
}

.section-header .wrapper {
  background: url("../img/about/section-header-background.jpg") center center no-repeat;
  background-size: cover;
  background-origin: content-box;
  border-radius: 22px;
  aspect-ratio: 1758/648;
  position: relative;
  margin: 0 9rem;
}
@media screen and (max-width: 960px) {
  .section-header .wrapper {
    aspect-ratio: 1400/732;
    margin: 0 0 -40px 0;
  }
}
.section-header .wrapper.background-how {
  background: url("../img/how-it-works/section-header-background.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.section-header .wrapper.background-how .fs-96 {
  font-size: 5em;
}
@media screen and (max-width: 960px) {
  .section-header .wrapper.background-how .fs-96 {
    font-size: 40px;
  }
}
.section-header .wrapper h1 {
  position: absolute;
  left: 5%;
  bottom: 15%;
}
.section-header .wrapper h1.h1-how {
  bottom: 65%;
}

.content, .content-middle {
  column-gap: 5.93em;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .content.phone-reverse, .content-middle.phone-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 960px) {
  .content, .content-middle {
    flex-direction: column;
    row-gap: 3em;
  }
}

@media screen and (max-width: 1260px) {
  .main-first .first-row .picture-wrapper {
    padding: 0;
  }
}
.main-first li {
  padding-bottom: 1em;
  display: flex;
}
.main-first li::before {
  content: url("../img/about/icon-list.svg");
  padding-right: 1em;
}

.link-how {
  color: #6D44C6;
  font-weight: bold;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.full-width-section {
  position: relative;
}
.full-width-section img.background {
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  aspect-ratio: 1920/1014;
}
.full-width-section.third-point .background {
  transform: translateY(-30%);
  object-fit: cover;
}
.full-width-section .content-middle {
  background: #EAEFF6;
  border-radius: 22px;
  z-index: 1;
  position: relative;
  row-gap: 0;
}
.full-width-section .content-middle.video-section {
  margin-top: 5%;
  background: none;
}
.full-width-section .content-middle.video-section .video {
  border-radius: 31px;
  width: 100%;
  aspect-ratio: 560/315;
}
.full-width-section .content-middle .picture-middle {
  aspect-ratio: auto;
}
@media screen and (max-width: 960px) {
  .full-width-section .content-middle .picture-middle {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .full-width-section .content-middle .picture-middle img {
    width: 50%;
  }
}
.full-width-section .content-middle .picture-middle::before {
  left: auto;
  right: -15%;
  top: -10%;
}
@media screen and (max-width: 960px) {
  .full-width-section .content-middle .picture-middle::before {
    right: 0;
  }
}
.full-width-section .content-middle .text-wrapper {
  flex: auto;
}
@media screen and (max-width: 960px) {
  .full-width-section .content-middle .text-wrapper {
    padding: 0 1rem 1rem 1rem;
  }
}
.full-width-section .content-middle .text-wrapper .dots-wrapper .text::after {
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .full-width-section .content-middle .text-wrapper .dots-wrapper.dots-with-margin .text::after {
    margin-left: 0.6em;
  }
}

.bullets-wrap {
  flex-wrap: wrap;
  row-gap: 3em;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .bullets-wrap {
    row-gap: 1.5em;
    justify-content: center;
  }
}
.bullets-wrap > * {
  flex-basis: calc(50% - 1.5em);
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (max-width: 960px) {
  .bullets-wrap > * {
    flex-basis: auto;
    align-items: center;
  }
}
.bullets-wrap.fs-21 {
  font-weight: 300;
  line-height: 1.61;
}
.bullets-wrap .bullet {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.69;
  color: #000000;
}
.bullets-wrap .bullet img {
  width: 4.75em;
  aspect-ratio: 1;
  z-index: -1;
}

.how-to-get {
  row-gap: 3em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .how-to-get {
    margin-top: 2rem;
  }
}