/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/css/pages/single-team-member.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * Colors
 *
 * Colors:
 * white: #fff
 * black: #1b1b1b
 * red: #e91f28
 * gray: #a0a0a0
 * gray-light: #f2f2f2
 * gray-dark: #5d5d5b
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--text - Paragraph
 * .type--text-m - Paragraph M
 * .type--text-s - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * white: #fff
 * black: #1b1b1b
 * red: #e91f28
 * gray: #a0a0a0
 * gray-light: #f2f2f2
 * gray-dark: #5d5d5b
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--text - Paragraph
 * .type--text-m - Paragraph M
 * .type--text-s - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * white: #fff
 * black: #1b1b1b
 * red: #e91f28
 * gray: #a0a0a0
 * gray-light: #f2f2f2
 * gray-dark: #5d5d5b
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--text - Paragraph
 * .type--text-m - Paragraph M
 * .type--text-s - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * white: #fff
 * black: #1b1b1b
 * red: #e91f28
 * gray: #a0a0a0
 * gray-light: #f2f2f2
 * gray-dark: #5d5d5b
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--text - Paragraph
 * .type--text-m - Paragraph M
 * .type--text-s - Paragraph S
 *
 * Style guide: typography
 */
.single-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-team {
  margin-top: calc(var(--header-height, max(61px, 7.5520833333vw)) * -1);
  padding-top: calc(var(--header-height, 61px) + 30px);
  padding-inline: 10px;
}
.single-team__name {
  margin-bottom: max(13px, 0.6770833333vw);
}
.single-team__role {
  margin-bottom: 44px;
}
.single-team__content {
  padding-bottom: 32px;
  gap: 30px;
}
.single-team__media {
  padding-bottom: 20px;
  flex: 1;
}
.single-team__socials {
  margin-top: max(10px, 0.5208333333vw);
}
.single-team__socials a {
  width: max(20px, 1.0416666667vw);
}
.single-team__socials a:not(:last-child) {
  margin-right: max(20px, 1.3020833333vw);
}
.single-team__text {
  flex: 1;
}
.single-team__separator {
  padding-inline: 10px;
}
.single-team__separator span {
  height: 1px;
}
@media (min-width: 768px) {
  .single-team__role {
    margin-bottom: max(33px, 1.71875vw);
  }
  .single-team__content {
    padding-bottom: max(32px, 3.3333333333vw);
    padding-right: max(33px, 1.71875vw);
  }
  .single-team__media {
    padding-bottom: unset;
  }
}
@media (min-width: 992px) {
  .single-team {
    padding-top: calc(var(--header-height, max(61px, 7.5520833333vw)) + max(30px, 2.65625vw));
    padding-inline: 17.5vw 9.375vw;
  }
  .single-team__content {
    gap: max(15px, 1.5625vw);
  }
  .single-team__media {
    flex: unset;
  }
  .single-team__photo {
    max-width: max(340px, 31.5104166667vw);
    height: max(509px, 47.2395833333vw);
  }
  .single-team__text {
    max-width: 37.3958333333vw;
    flex: unset;
  }
  .single-team__separator {
    padding-inline: 9.375vw;
  }
}

/*# sourceMappingURL=single-team-member.css.map*/