/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
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,
section.intro .c_award_card__name {
  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,
  section.intro .c_award_card__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3,
  section.intro .c_award_card__name {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span,
section.intro .c_award_card__name > span {
  color: #0abb86;
}

h4,
.h4 {
  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 {
    font-size: 18px;
  }
}
h4 > span,
.h4 > 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;
}
@media screen and (max-width: 600px) {
  section.intro {
    padding-bottom: 0;
  }
}
section.intro .intro_picture {
  position: absolute;
  width: 708px;
  bottom: -200px;
  left: 55%;
}
section.intro .c_dots_list {
  margin: 24px 0;
}
@media screen and (max-width: 600px) {
  section.intro .c_dots_list {
    margin: 12px 0 24px;
  }
}
section.intro .c_award_card {
  align-items: flex-start;
  margin-top: 32px;
}
section.intro .c_award_card__name {
  color: #0abb86;
  border: none;
  padding: 0;
  margin: 0;
}
section.intro .c_award_card__picture img {
  height: 192px;
  margin-top: -56px;
}

@media screen and (max-width: 600px) {
  section.all_awards {
    background-color: inherit;
    padding-top: 0;
  }
}