  /*!***!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/intro-title/_intro-title-styles.scss ***!
  \***/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.b-intro-title {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .b-intro-title {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
.b-intro-title a {
  color: inherit;
}
.b-intro-title .c-link {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .b-intro-title .c-link {
    margin-bottom: 2.5rem;
  }
}
.b-intro-title .c-link__link {
  padding: 0;
  color: var(--lake-blue-60);
  font-weight: 500;
}
.b-intro-title__header {
  padding: 0;
  margin: 0 0 1.5rem;
  color: var(--lake-blue-60);
  font-family: var(--font-family-secondary);
  font-size: var(--font-serif-03);
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .b-intro-title__header {
    margin-bottom: 2rem;
  }
}
.b-intro-title__content-wrapper {
  color: var(--lake-blue-60);
}
.b-intro-title__content-wrapper p {
  max-width: 60ch;
  color: var(--lake-blue-60);
  font-size: var(--font-body-01);
  font-weight: 500;
  line-height: 1.57;
}
.b-intro-title--color-white {
  background-color: var(--color-white);
}
.b-intro-title--ore-brown-10 {
  background-color: var(--ore-brown-10);
}
.b-intro-title--ore-brown-20 {
  background-color: var(--ore-brown-20);
}
.b-intro-title--ore-brown-10 .c-link__link, .b-intro-title--ore-brown-20 .c-link__link {
  color: var(--ore-brown-60);
}
.b-intro-title--ore-brown-10 .c-link__left-arrow, .b-intro-title--ore-brown-20 .c-link__left-arrow {
  filter: var(--filter-ore-brown-60);
}
.b-intro-title--ore-brown-10 .b-intro-title__header, .b-intro-title--ore-brown-20 .b-intro-title__header {
  color: var(--ore-brown-60);
}
.b-intro-title--ore-brown-10 .b-intro-title__content-wrapper p, .b-intro-title--ore-brown-20 .b-intro-title__content-wrapper p {
  color: var(--ore-brown-60);
}
.b-intro-title--lake-blue-10 {
  background-color: var(--lake-blue-10);
}
.b-intro-title--lake-blue-40 {
  background-color: var(--lake-blue-40);
}
.b-intro-title--lake-blue-40 .b-intro-title__header {
  color: var(--borealis-green-40);
}
.b-intro-title--lake-blue-60 {
  background-color: var(--lake-blue-60);
}
.b-intro-title--lake-blue-60 .b-intro-title__header {
  color: var(--lake-blue-30);
}
.b-intro-title--lake-blue-40 .c-link__link, .b-intro-title--lake-blue-60 .c-link__link {
  color: var(--color-white);
}
.b-intro-title--lake-blue-40 .c-link__left-arrow, .b-intro-title--lake-blue-60 .c-link__left-arrow {
  filter: var(--filter-white);
}
.b-intro-title--lake-blue-40 .b-intro-title__content-wrapper p, .b-intro-title--lake-blue-60 .b-intro-title__content-wrapper p {
  color: var(--color-white);
}

/*# sourceMappingURL=block_intro-title.css.map*/