/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/team.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
/* figma defined font styles */
/* end figma defined font styles */
.team .title h6, .team .title h5, .team .title h4, .team .title h3, .team .title h2, .team .title h1 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.team--list {
  padding-top: min(max(40px, 6.25vw), 120px);
}

.team--list {
  padding-bottom: min(max(40px, 6.25vw), 120px);
}

.team__slider, .team__content > *:nth-child(n+2) {
  padding-top: min(max(24px, 2.0833333333vw), 40px);
}

.team__content > *:nth-child(n+2).biggertext {
  padding-top: min(max(10px, 0.8333333333vw), 16px);
  margin-top: 0;
}
.team__content > *:nth-child(n+2).link {
  padding-top: min(max(40px, 4.1666666667vw), 80px);
}

.team .title h1 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.team .title h2 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.team .title h3 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.team .title h4 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.team .title h5 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}
.team .title h6 {
  margin: 0;
  font-size: min(max(32px, 3.3333333333vw), 64px);
}

.team .slider-scroll {
  padding-top: 16px;
}
.team .slider-scroll .swiper-scrollbar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-gray-02);
}
.team .slider-scroll .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  margin-top: -4px;
  background-color: var(--color-primary-gray-02);
  border-radius: 8px;
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.team {
  position: relative;
}
.team:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 240px;
  background-color: var(--color-white);
}
.team .page-builder__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.team:not(.team--list) .page-builder__grid {
  padding-bottom: 0 !important;
}
.team__content {
  grid-column: 1/6 !important;
}
@media only screen and (max-width: 1024px) {
  .team__content {
    grid-column: 1/-1 !important;
  }
}
.team__slider {
  grid-column: 1/-1 !important;
}
.team .slider {
  margin: 0 -12px;
}
.team .slider .swiper-slide {
  padding: 0 12px;
  height: auto;
}
.team .slider-scroll {
  padding-left: 12px;
  padding-right: 12px;
}
.team .list {
  margin: 0 -12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
}
@media only screen and (max-width: 1240px) {
  .team .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .team .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .team .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team .list .swiper-slide {
  padding: 0 12px;
}
.team--list[style*=background-color] .page-builder__grid {
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/-1 !important;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .team--list[style*=background-color] .page-builder__grid {
    padding: min(max(24px, 2.0833333333vw), 40px);
  }
}
.team--list[style*=background-color] .page-builder__grid > * {
  grid-column: var(--_grid-desktop, 1/-1) !important;
}
@media only screen and (max-width: 1024px) {
  .team--list[style*=background-color] .page-builder__grid > * {
    grid-column: 1/-1 !important;
  }
}
.team--list[style*=background-color] .page-builder__grid > *.team__content {
  grid-column: 4/-4 !important;
}
@media only screen and (max-width: 1024px) {
  .team--list[style*=background-color] .page-builder__grid > *.team__content {
    grid-column: 1/-1 !important;
  }
}
.team--list[style*=background-color] .page-builder__grid > *.team__content * {
  text-align: center;
}
.team--list:after {
  display: none;
}

/*# sourceMappingURL=team.min.css.map*/