/* utils */
/*@function mobileLess($min, $max) {
  @return clamp($min * 1px, calc(($max - $min) * ((100vw - 375px) / (1280 - 375)) + $min * 1px), $max * 1px);
}

@function mobileMore($min, $max) {
  @return clamp($min * 1px, calc($max * 1px - ($max - $min) * ((100vw - 375px) / (1280 - 375))), $max * 1px);
}*/
section.talisman-about_hero {
  height: calc(100vh - 107px - 56px + clamp(60px, 20 * (100vw - 375px) / 905 + 60px, 80px));
}
section.talisman-about_hero .about-hero-title {
  margin-bottom: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px);
  font-size: clamp(24px, 52 * (100vw - 375px) / 905 + 24px, 76px);
  line-height: 110%;
  font-family: var(--second-family);
}
section.talisman-about_hero .about-hero-title span {
  color: rgb(0, 74, 166);
}
section.talisman-about_hero .about-hero-content {
  width: 448px;
  max-width: 100%;
  margin-left: auto;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
}
section.talisman-about_hero .about-hero-button {
  width: 448px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 24px;
}
section.talisman-about_hero .about-hero-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
section.talisman-about_hero > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.talisman-about_hero > .container > .row:last-child {
  flex: 1;
}

@media all and (max-width: 1199px) {
  section.talisman-about_hero .about-hero-title {
    font-size: clamp(24px, 32 * (100vw - 375px) / 905 + 24px, 56px);
  }
}
@media all and (max-width: 767px) {
  section.talisman-about_hero {
    height: auto !important;
  }
  section.talisman-about_hero .about-hero-content,
  section.talisman-about_hero .about-hero-button {
    width: 100%;
  }
  section.talisman-about_hero .about-hero-image.like-background img {
    position: static !important;
  }
}
@media all and (max-width: 576px) {
  section.talisman-about_hero .about-hero-button .talisman-button {
    width: 100%;
    text-align: center;
  }
}
/*# sourceMappingURL=about_hero.css.map */
