:root {
  --darkGreen: #677a78;
  --darkGreen-rgb: 103, 122, 120;
  --darkerGreen: #4F6462;
  --lightDarkGreen: #607472;
  --lightGreen: #d5ded1;
  --plasticGreen: #218380;
  --lightPlasticGreen: #72c9c0;
  --arrowBtnDisabledDarkGreen: #b4c0b6;
  --arrowBtnDisabledLightGreen: rgba(213, 222, 209, 0.45);
  --markerGreen: #00c524;
  --darkBlue: #023047;
  --lightDarkBlue: #213a4d;
  --lightBlue: #38617f;
  --plasticBlue: #489cff;
  --lighterBlue: #6a9ad2;
  --red: #e06449;
  --lightRed: #f46b7c;
  --validationRed: #c6394a;
  --sustainability: #f39581;
  --black: #000;
  --cream: #f8f6f2;
  --cream-transparent: #f8f6f21a;
  --darkBrown: #8f8b85;
  --lightBrown: #b4aa9e;
  --grey: #758686;
  --activeGrey: #738481;
  --white: #fff;
  --lightGrey: #cfd6d5;
  --blueTabBg: rgba(43, 85, 114, 0.15);
  --greenTabBg: rgba(33, 131, 128, 0.15);
  --darkBrownTabBg: rgba(143, 139, 133, 0.15);
  --redTabBg: rgba(224, 100, 73, 0.15);
  --headerBlue: #1b394f;
  --headerGreen: #768785;
  --mintBlue: #eceeee;
  --searchColor: #b4b4b4;
  --darkOrange: #e06449;
}

html.high-contrast {
  --darkGreen: #000000;
  --darkGreen-rgb: 0, 0, 0;
  --darkerGreen: #000000;
  --lightDarkGreen: #000000;
  --lightGreen: #ffffff;
  --plasticGreen: #000000;
  --lightPlasticGreen: #ffffff;
  --arrowBtnDisabledDarkGreen: #ffffff;
  --arrowBtnDisabledLightGreen: #ffffff;
  --markerGreen: #ffffff;
  --darkBlue: #000000;
  --lightDarkBlue: #000000;
  --lightBlue: #000000;
  --plasticBlue: #000000;
  --lighterBlue: #000000;
  --red: #000000;
  --lightRed: #000000;
  --validationRed: #000000;
  --sustainability: #000000;
  --black: #000000;
  --cream: #ffffff;
  --cream-transparent: #ffffff;
  --darkBrown: #000000;
  --lightBrown: #000000;
  --grey: #000000;
  --activeGrey: #000000;
  --white: #ffffff;
  --lightGrey: #ffffff;
  --blueTabBg: #ffffff;
  --greenTabBg: #ffffff;
  --darkBrownTabBg: #ffffff;
  --redTabBg: #ffffff;
  --headerBlue: #000000;
  --headerGreen: #000000;
  --mintBlue: #ffffff;
  --searchColor: #ffffff;
  --darkOrange: #000000;
}

.activity-sustainability {
  --activity-primary-color: var(--sustainability);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: ;
}

html.high-contrast .activity-sustainability {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightOrange {
  --activity-primary-color: var(--sustainability);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: ;
}

html.high-contrast .theme-lightOrange {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-sphera {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-sphera {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightBlue {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lightBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-capital {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-capital {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkBlue {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .theme-darkBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-capital {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .activity-capital {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkBlue {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .theme-darkBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-bio {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-bio {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightBlue {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lightBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-digital-health {
  --activity-primary-color: var(--lighterBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-digital-health {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lighterBlue {
  --activity-primary-color: var(--lighterBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lighterBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-tech {
  --activity-primary-color: var(--darkOrange);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: #f9d4cc;
}

html.high-contrast .activity-tech {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkOrange {
  --activity-primary-color: var(--darkOrange);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: #f9d4cc;
}

html.high-contrast .theme-darkOrange {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-idea {
  --activity-primary-color: #5faea5;
  --activity-secondary-color: #d4e9e7;
  --activity-third-color: ;
}

html.high-contrast .activity-idea {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightGreen {
  --activity-primary-color: #5faea5;
  --activity-secondary-color: #d4e9e7;
  --activity-third-color: ;
}

html.high-contrast .theme-lightGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-private-equity {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .activity-private-equity {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkGreen {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .theme-darkGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-realestate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-realestate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-real-estate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-real-estate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-realestate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-realestate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-default {
  --activity-primary-color: var(--darkGreen);
  --activity-secondary-color: var(--lightGreen);
  --activity-third-color: ;
}

html.high-contrast .activity-default {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-default {
  --activity-primary-color: var(--darkGreen);
  --activity-secondary-color: var(--lightGreen);
  --activity-third-color: ;
}

html.high-contrast .theme-default {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-foundry {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .activity-foundry {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkGreen {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .theme-darkGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-generalGreen {
  --activity-primary-color: var(--darkGreen);
}

html.high-contrast {
  -activity-primary-color: #000000;
}

:root {
  --darkGreen: #677a78;
  --darkGreen-rgb: 103, 122, 120;
  --darkerGreen: #4F6462;
  --lightDarkGreen: #607472;
  --lightGreen: #d5ded1;
  --plasticGreen: #218380;
  --lightPlasticGreen: #72c9c0;
  --arrowBtnDisabledDarkGreen: #b4c0b6;
  --arrowBtnDisabledLightGreen: rgba(213, 222, 209, 0.45);
  --markerGreen: #00c524;
  --darkBlue: #023047;
  --lightDarkBlue: #213a4d;
  --lightBlue: #38617f;
  --plasticBlue: #489cff;
  --lighterBlue: #6a9ad2;
  --red: #e06449;
  --lightRed: #f46b7c;
  --validationRed: #c6394a;
  --sustainability: #f39581;
  --black: #000;
  --cream: #f8f6f2;
  --cream-transparent: #f8f6f21a;
  --darkBrown: #8f8b85;
  --lightBrown: #b4aa9e;
  --grey: #758686;
  --activeGrey: #738481;
  --white: #fff;
  --lightGrey: #cfd6d5;
  --blueTabBg: rgba(43, 85, 114, 0.15);
  --greenTabBg: rgba(33, 131, 128, 0.15);
  --darkBrownTabBg: rgba(143, 139, 133, 0.15);
  --redTabBg: rgba(224, 100, 73, 0.15);
  --headerBlue: #1b394f;
  --headerGreen: #768785;
  --mintBlue: #eceeee;
  --searchColor: #b4b4b4;
  --darkOrange: #e06449;
}

html.high-contrast {
  --darkGreen: #000000;
  --darkGreen-rgb: 0, 0, 0;
  --darkerGreen: #000000;
  --lightDarkGreen: #000000;
  --lightGreen: #ffffff;
  --plasticGreen: #000000;
  --lightPlasticGreen: #ffffff;
  --arrowBtnDisabledDarkGreen: #ffffff;
  --arrowBtnDisabledLightGreen: #ffffff;
  --markerGreen: #ffffff;
  --darkBlue: #000000;
  --lightDarkBlue: #000000;
  --lightBlue: #000000;
  --plasticBlue: #000000;
  --lighterBlue: #000000;
  --red: #000000;
  --lightRed: #000000;
  --validationRed: #000000;
  --sustainability: #000000;
  --black: #000000;
  --cream: #ffffff;
  --cream-transparent: #ffffff;
  --darkBrown: #000000;
  --lightBrown: #000000;
  --grey: #000000;
  --activeGrey: #000000;
  --white: #ffffff;
  --lightGrey: #ffffff;
  --blueTabBg: #ffffff;
  --greenTabBg: #ffffff;
  --darkBrownTabBg: #ffffff;
  --redTabBg: #ffffff;
  --headerBlue: #000000;
  --headerGreen: #000000;
  --mintBlue: #ffffff;
  --searchColor: #ffffff;
  --darkOrange: #000000;
}

.activity-sustainability {
  --activity-primary-color: var(--sustainability);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: ;
}

html.high-contrast .activity-sustainability {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightOrange {
  --activity-primary-color: var(--sustainability);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: ;
}

html.high-contrast .theme-lightOrange {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-sphera {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-sphera {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightBlue {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lightBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-capital {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-capital {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkBlue {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .theme-darkBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-capital {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .activity-capital {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkBlue {
  --activity-primary-color: var(--darkBlue);
  --activity-secondary-color: #eceeee;
  --activity-third-color: ;
}

html.high-contrast .theme-darkBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-bio {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-bio {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightBlue {
  --activity-primary-color: var(--lightBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lightBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-digital-health {
  --activity-primary-color: var(--lighterBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-digital-health {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lighterBlue {
  --activity-primary-color: var(--lighterBlue);
  --activity-secondary-color: #edf1f6;
  --activity-third-color: ;
}

html.high-contrast .theme-lighterBlue {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-tech {
  --activity-primary-color: var(--darkOrange);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: #f9d4cc;
}

html.high-contrast .activity-tech {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkOrange {
  --activity-primary-color: var(--darkOrange);
  --activity-secondary-color: #f8ebe7;
  --activity-third-color: #f9d4cc;
}

html.high-contrast .theme-darkOrange {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-idea {
  --activity-primary-color: #5faea5;
  --activity-secondary-color: #d4e9e7;
  --activity-third-color: ;
}

html.high-contrast .activity-idea {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-lightGreen {
  --activity-primary-color: #5faea5;
  --activity-secondary-color: #d4e9e7;
  --activity-third-color: ;
}

html.high-contrast .theme-lightGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-private-equity {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .activity-private-equity {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkGreen {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .theme-darkGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-realestate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-realestate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-real-estate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-real-estate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-arkin-realestate {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .activity-arkin-realestate {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-gray {
  --activity-primary-color: var(--darkBrown);
  --activity-secondary-color: #eae7e4;
  --activity-third-color: ;
}

html.high-contrast .theme-gray {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-default {
  --activity-primary-color: var(--darkGreen);
  --activity-secondary-color: var(--lightGreen);
  --activity-third-color: ;
}

html.high-contrast .activity-default {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-default {
  --activity-primary-color: var(--darkGreen);
  --activity-secondary-color: var(--lightGreen);
  --activity-third-color: ;
}

html.high-contrast .theme-default {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.activity-foundry {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .activity-foundry {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-darkGreen {
  --activity-primary-color: var(--plasticGreen);
  --activity-secondary-color: #e6eeec;
  --activity-third-color: ;
}

html.high-contrast .theme-darkGreen {
  --activity-primary-color: #000000;
  --activity-secondary-color: #ffffff;
  --activity-third-color: #ffffff;
}

.theme-generalGreen {
  --activity-primary-color: var(--darkGreen);
}

html.high-contrast {
  -activity-primary-color: #000000;
}

.main-layout:has(.team-lobby-block) {
  overflow: unset;
}

.team-lobby-block {
  background-color: var(--cream);
  overflow-x: clip;
  padding-top: 8rem;
}
@media (min-width: 769px) {
  .team-lobby-block {
    padding-top: 14rem;
  }
}
.team-lobby-block .website-main-width .hero {
  text-align: center;
  height: max(76.1rem, 200vh);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero {
    padding-top: max(27rem, 32vh);
    height: max(70.5rem, 200vh);
  }
}
.team-lobby-block .website-main-width .hero .content-container {
  position: sticky;
  top: 23.7rem;
  padding-bottom: 33rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container {
    top: 37rem;
    padding-bottom: 37rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .title {
  padding-bottom: 1.8rem;
  padding-top: 1rem;
  max-width: 29rem;
  color: transparent;
}
.team-lobby-block .website-main-width .hero .content-container .title strong {
  color: transparent;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .title {
    max-width: unset;
    padding-bottom: 1.5rem;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .title.visible {
  color: var(--darkBlue);
  transition: color 2s ease;
}
.team-lobby-block .website-main-width .hero .content-container .title.visible strong {
  color: var(--darkGreen);
  transition: color 2s ease;
}
.team-lobby-block .website-main-width .hero .content-container .description {
  max-width: 29.4rem;
  margin-inline: auto;
  color: transparent;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .description {
    font-size: 1.8rem;
    max-width: unset;
  }
}
.team-lobby-block .website-main-width .hero .content-container .description.visible {
  transition: color 2s ease;
  color: var(--darkBlue);
}
.team-lobby-block .website-main-width .hero .content-container .hero-image {
  position: absolute;
  border-radius: 5px;
  will-change: transform;
  display: none;
}
.team-lobby-block .website-main-width .hero .content-container .hero-image.ready {
  display: block;
  opacity: 0;
  transition: opacity 2s ease;
}
.team-lobby-block .website-main-width .hero .content-container .hero-image.loaded {
  opacity: 1;
}
.team-lobby-block .website-main-width .hero .content-container .hero-image.loaded.box-shadow {
  box-shadow: 0px 3.748px 10.1px 0px rgba(0, 0, 0, 0.3);
}
.team-lobby-block .website-main-width .hero .content-container .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(1) {
  height: 9rem;
  width: 13rem;
  left: 2rem;
  z-index: 22;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(1) {
    width: 27.3rem;
    height: 15.6rem;
    top: -18rem;
    left: -33rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(2) {
  width: 12.9rem;
  height: 8.6rem;
  left: 16rem;
  top: 6rem;
  z-index: 1;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(2) {
    width: 25.8rem;
    height: 17.7rem;
    top: -8rem;
    left: -7rem;
  }
}
@media (max-width: 768px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(3) {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(3) {
    left: 21rem;
    top: -17rem;
    width: 21.9rem;
    height: 17.5rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(4) {
  width: 12.1rem;
  height: 8.6rem;
  left: 16rem;
  top: 18rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(4) {
    left: 42rem;
    top: -10rem;
    width: 17.3rem;
    height: 10.6rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(5) {
  width: 12.4rem;
  height: 8.2rem;
  left: 15rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(5) {
    left: 63rem;
    top: -15rem;
    width: 29.5rem;
    height: 16rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(6) {
  width: 15.8rem;
  height: 10.7rem;
  top: 31rem;
  left: -2rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(6) {
    width: 24.6rem;
    height: 19.6rem;
    left: -31rem;
    top: 6rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(7) {
  left: 15rem;
  top: 28rem;
  z-index: 10;
  width: 12.1rem;
  height: 8.6rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(7) {
    width: 22.1rem;
    height: 15.5rem;
    left: 56rem;
    top: 0rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(8) {
  z-index: 9;
  width: 10.7rem;
  height: 8rem;
  top: -11rem;
  left: 3rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(8) {
    width: 22rem;
    height: 15.6rem;
    left: -9rem;
    top: 12rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(9) {
  width: 17.7rem;
  height: 12rem;
  left: -1rem;
  top: 9rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(9) {
    width: 38.8rem;
    height: 24.4rem;
    left: 19rem;
    top: -1rem;
  }
}
.team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(10) {
  width: 10.7rem;
  height: 8.9rem;
  left: 3rem;
  top: 21rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(10) {
    width: 26.1rem;
    height: 17.4rem;
    left: 43rem;
    top: 15rem;
  }
}
@media (max-width: 768px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(11) {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .hero .content-container .hero-image:nth-child(11) {
    width: 20.2rem;
    height: 11.4rem;
    left: 65rem;
    top: 15rem;
    z-index: 20;
  }
}
.team-lobby-block .website-main-width .hero .content-container.hidden {
  display: none;
}
.team-lobby-block .website-main-width .filter-form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 8.5rem;
  align-items: center;
  color: var(--darkBlue);
  padding-top: 2.2rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .filter-form {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 3.5rem;
  }
}
.team-lobby-block .website-main-width .filter-form > * {
  max-width: 33.5rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .filter-form > * {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.team-lobby-block .website-main-width .filter-form .search-container {
  width: 100%;
  height: 3.5rem;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 0.7px solid var(--darkGreen);
}
.team-lobby-block .website-main-width .filter-form .search-container .search-btn {
  background-color: var(--darkGreen);
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-lobby-block .website-main-width .filter-form .search-container .search-btn .search-icon {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-lobby-block .website-main-width .filter-form .search-container #search-input {
  border: none;
  width: 90%;
  height: 100%;
  color: var(--darkBlue);
  position: absolute;
  left: 1.3rem;
  background-color: transparent;
  font-size: 1.4rem;
}
.team-lobby-block .website-main-width .filter-form .search-container #search-input:focus {
  outline: none;
}
.team-lobby-block .website-main-width .filter-form .search-container ::-moz-placeholder {
  color: var(--darkGreen);
}
.team-lobby-block .website-main-width .filter-form .search-container ::placeholder {
  color: var(--darkGreen);
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 7.7rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .filter-form .custom-select-wrapper {
    left: 0;
    top: 2.3rem;
  }
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 15px;
  background-color: var(--white);
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select:focus {
  outline: none;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select:focus-visible {
  outline: 2px solid var(--darkGreen);
  outline-offset: 2px;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select.expanded {
  border: 0.7px solid var(--darkGreen);
  border-radius: 10px;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-selected {
  padding: 0.8rem 1.2rem;
  height: 3.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-selected .dropdown-arrow {
  width: 1.2rem;
  height: 0.7rem;
  transition: transform 0.3s ease;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-selected.select-arrow-active .dropdown-arrow {
  transform: rotate(-180deg);
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items {
  width: 100%;
  border-radius: 0 0 20rem 20rem;
  margin-top: -0.7px;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items.select-hide {
  display: none;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items .select-item {
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items .select-item:hover {
  font-weight: 700;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items .select-item:focus {
  outline: none;
  background-color: var(--lightGray);
  font-weight: 700;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items .select-item:focus-visible {
  outline: 2px solid var(--darkGreen);
  outline-offset: -2px;
  border-radius: 12px;
}
.team-lobby-block .website-main-width .filter-form .custom-select-wrapper .custom-select .select-items .select-item.active {
  font-weight: 700;
}
.team-lobby-block .website-main-width .team-lobby {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.3rem, 1fr));
  gap: 2.5rem 0.9rem;
  justify-content: center;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby {
    gap: 2.4rem;
    grid-template-columns: repeat(3, minmax(38rem, 1fr));
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card {
  width: 100%;
  height: 100%;
}
.team-lobby-block .website-main-width .team-lobby .member-card:has(.hidden) {
  cursor: pointer;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card:hover .member-details .member-name-container .line, .team-lobby-block .website-main-width .team-lobby .member-card:focus .member-details .member-name-container .line {
    width: 100%;
  }
  .team-lobby-block .website-main-width .team-lobby .member-card:hover .member-details .member-name-container .line .dot, .team-lobby-block .website-main-width .team-lobby .member-card:focus .member-details .member-name-container .line .dot {
    opacity: 1;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link:focus {
  outline: none;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link:focus-visible {
  outline: 2px solid var(--darkGreen);
  outline-offset: 2px;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link:focus .member-details .member-name-container .line {
    width: 100%;
  }
  .team-lobby-block .website-main-width .team-lobby .member-card-link:focus .member-details .member-name-container .line .dot {
    opacity: 1;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container .member-image {
  aspect-ratio: 0.8;
  max-height: 20.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 25px 0;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container .member-image {
    aspect-ratio: 0.86;
    max-height: unset;
    min-height: 32.7rem;
    border-radius: 50px 0px 0px 0px;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container .member-logo {
  position: absolute;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  bottom: 1.3rem;
  background-color: var(--cream);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.3rem;
  height: 3.5rem;
  border-radius: 0 40px 40px 0;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container .member-logo {
    width: 15rem;
    height: 4.9rem;
    padding: 1.1rem 2.4rem 1.1rem 1.7rem;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-image-container .member-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details {
  padding-top: 0.6rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link .member-details {
    padding-top: 1.3rem;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-name-container {
  position: relative;
  display: flex;
  width: 100%;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-name-container .line {
  position: relative;
  width: 0;
  height: 1px;
  background-color: var(--activity-primary-color, var(--darkBlue));
  top: 1rem;
  transition: width 500ms ease;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-name-container .line .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--activity-primary-color, var(--darkBlue));
  transform: translate(7%, -42%);
  transition: opacity 500ms ease;
  opacity: 0;
  right: 0;
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-name-container .member-name {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.028rem;
  text-transform: uppercase;
  color: var(--activity-primary-color, var(--darkBlue));
  padding-bottom: 0.3rem;
  padding-right: 1rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-name-container .member-name {
    font-size: 1.8rem;
    line-height: 2.2rem;
    white-space: nowrap;
  }
}
.team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-position {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (min-width: 769px) {
  .team-lobby-block .website-main-width .team-lobby .member-card-link .member-details .member-position {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.team-lobby-block .website-main-width #no-team-members-found {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 3rem;
}
