/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span {
  color: #0abb86;
}

h2,
.h2 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span {
  color: #0abb86;
}

h3,
.h3 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span {
  color: #0abb86;
}

h4,
.h4,
section.where_to_start .column__header::before {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4,
  section.where_to_start .column__header::before {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span,
section.where_to_start .column__header::before > span {
  color: #0abb86;
}

h5,
.h5 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span {
  color: #0abb86;
}

h6,
.h6 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span {
  color: #0abb86;
}

/*  */
section.intro {
  overflow: hidden;
}
section.intro picture {
  position: absolute;
  width: 898px;
  top: -115px;
  left: 43%;
  z-index: -1;
  /*!rtl:raw: transform: scaleX(-1); */
}
@media screen and (max-width: 600px) {
  section.intro picture {
    width: 440px;
    top: auto;
    bottom: -250px;
    left: -40px;
  }
}

section.does_it_fit .cards {
  margin-bottom: 24px;
}

section.where_to_start hr {
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  section.where_to_start .text--right {
    text-align: left;
  }
}
section.where_to_start .column {
  counter-increment: item;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.where_to_start .column__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
section.where_to_start .column__header::before {
  content: counter(item);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #0abb86;
  border-radius: 50%;
}

section.faq {
  background-image: url("/static/img/questions.svg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  section.faq {
    background-image: url("/static/img/questions--mobile.svg");
  }
}
section.faq .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.faq .wrapper {
    align-items: flex-start;
    text-align: left;
  }
}
section.faq .faq_set {
  margin: 24px auto;
}