/* 
Author: MOCKDESIGNDEV
Author URI: https://mockdesigndev.com/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --allstars-bg-color: 22, 25, 34;
  --test-border-color: #b4b4b43a;
  --test-border-size: 1px;
  --primary-font-family: "Matter";
  --allin-red: #FF534F;
}

@font-face {
  font-family: "sharp_groteskbook_20";
  src: url("../fonts/sharpgrotesk-book20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-book20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_groteskbook_italic_20";
  src: url("../fonts/sharpgrotesk-bookitalic20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-bookitalic20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_groteskmedium_20";
  src: url("../fonts/sharpgrotesk-medium20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-medium20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_groteskmedium_italic_20";
  src: url("../fonts/sharpgrotesk-mediumitalic20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-mediumitalic20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_grotesksemibold_20";
  src: url("../fonts/sharpgrotesk-semibold20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-semibold20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sharp_groteskSBdIt20";
  src: url("../fonts/sharpgrotesk-semibolditalic20-webfont.woff2") format("woff2"), url("../fonts/sharpgrotesk-semibolditalic20-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.flex {
  display: flex;
}
.flex.col {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}

.tag-pill {
  display: inline-block;
  background: rgba(255, 162, 56, 0.2);
  border-radius: 25px;
  padding: 0.35em 0.65em;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #2c2c2c;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
}
.tag-pill.empty {
  background: transparent;
}

.bdr {
  border: 1px solid #ff0000;
}

.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-bg .page-header {
  display: none;
}
.portfolio-page .page-header {
  background-color: #EFEFEF;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
}
.page-header .container {
  width: 920px;
  display: flex;
  justify-content: space-between;
  height: 99px;
  align-items: center;
  position: relative;
  z-index: 13;
}
.page-header .container.centered {
  justify-content: center;
}
@media (max-width: 980px) {
  .page-header .container {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}
.page-header .main-menu,
.page-header .apply {
  width: 70px;
}
@media (max-width: 768px) {
  .page-header .main-menu,
  .page-header .apply {
    width: 70px;
    padding: 10px;
  }
}
.page-header .apply {
  width: 70px;
}
@media (max-width: 768px) {
  .page-header .apply {
    width: 70px;
    padding: 10px;
  }
}
.page-header .close-menu {
  display: none;
  width: 70px;
}
@media (max-width: 768px) {
  .page-header .close-menu {
    width: 70px;
    padding: 10px;
  }
}
.page-header .header-logo {
  display: none;
}
.page-header #menu {
  display: none;
  width: 100%;
  height: 100vh;
  color: #FF534F;
  position: absolute;
  z-index: 12;
  background-color: #1f1f1f;
  text-align: center;
  box-sizing: border-box;
  top: 0;
}
.page-header #menu .menu {
  height: calc(100svh - 120px);
  height: 100svh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
}
.page-header #menu a {
  color: #FF534F;
}
.page-header #menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-header #menu ul.main-links {
  margin-bottom: 20px;
}
.page-header #menu ul.main-links li {
  margin-bottom: 55px;
  font-size: 40px;
  line-height: 1;
  transform: rotate(8deg);
  transition: all ease 0.3s;
  font-family: "sharp_grotesksemibold_20";
}
.page-header #menu ul.main-links li:nth-child(even) {
  transform: rotate(-8deg);
}
.page-header #menu ul.main-links li:hover {
  transform: rotate(0deg);
}
.page-header #menu ul.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner {
  width: 770px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 980px) {
  .banner {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}
.banner .logo {
  width: 111px;
}
.banner .large {
  width: 296px;
}
.banner .banner-content {
  position: absolute;
  top: 100vh;
}
.banner h1 {
  margin-bottom: 127px;
  margin-top: 10px;
}
.banner h1 span {
  color: #FF534F;
  font-style: italic;
  position: relative;
  display: inline-block;
}
.banner h1 span #fp-05 {
  top: 25px;
  left: 0;
  width: 100%;
}
.banner img.arrow-move {
  cursor: pointer;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
footer {
  font-size: 10px;
  line-height: 1.5;
  color: #313131;
  text-align: center;
  font-family: "sharp_groteskbook_20";
}
footer p {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 2px;
}
footer a {
  color: #313131;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer ul.social-icons {
  margin-bottom: 50px;
}

#intro {
  background-color: #313131;
  border-radius: 25px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #intro {
    border-radius: 0;
    margin-bottom: 0;
  }
}
#intro .container {
  width: 600px;
  color: #fff;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #intro .container {
    width: 100%;
    padding: 235px 0 125px;
  }
}
#intro .container p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
}
#intro .container .p-group {
  width: 450px;
  text-align: center;
  margin: 0 auto 100px;
  position: relative;
}
@media (max-width: 768px) {
  #intro .container .p-group {
    width: 67%;
    margin: 0 auto 125px;
  }
}
#intro .container .p-group:first-child::before, #intro .container .p-group:first-child::after {
  content: "";
  position: absolute;
}
#intro .container .p-group:first-child::before {
  background: url(../images/intro-img-01.svg) no-repeat;
  width: 95px;
  height: 106px;
  top: -75px;
  left: -107px;
}
@media (max-width: 768px) {
  #intro .container .p-group:first-child::before {
    left: -45px;
    top: -110px;
  }
}
#intro .container .p-group:first-child::after {
  background: url(../images/intro-img-02.svg) no-repeat;
  width: 89px;
  height: 65px;
  bottom: -75px;
  right: -93px;
}
@media (max-width: 768px) {
  #intro .container .p-group:first-child::after {
    right: -25px;
    bottom: -90px;
  }
}
#intro .container .p-group:last-child {
  margin-bottom: 0;
}
#intro .container .p-group:last-child::before, #intro .container .p-group:last-child::after {
  content: "";
  position: absolute;
}
#intro .container .p-group:last-child::before {
  background: url(../images/intro-img-03.svg) no-repeat;
  width: 88px;
  height: 95px;
  top: -120px;
  left: -95px;
}
@media (max-width: 768px) {
  #intro .container .p-group:last-child::before {
    left: -40px;
  }
}
#intro .container .p-group:last-child::after {
  background: url(../images/intro-img-04.svg) no-repeat;
  width: 80px;
  height: 67px;
  bottom: -60px;
  right: -108px;
}
@media (max-width: 768px) {
  #intro .container .p-group:last-child::after {
    bottom: -80px;
    right: -15px;
  }
}

.funding {
  background-color: #EFEFEF;
  border-radius: 25px;
  width: 770px;
  margin: 0 auto 125px;
  padding: 125px 0;
  color: #313131;
}
@media (max-width: 980px) {
  .funding {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .funding {
    margin: 0 auto 100px;
    padding: 75px 0 100px;
  }
}
.funding-intro {
  text-align: center;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .funding-intro {
    margin-bottom: 120px;
  }
}
.funding-intro h2 {
  margin-bottom: 10px;
  color: #1f1f1f;
}
.funding-intro p {
  margin-bottom: 25px;
  padding: 0 120px;
}
@media (max-width: 980px) {
  .funding-intro p {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .funding-intro p {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .funding-intro p {
    padding: 0 10px;
  }
}
.funding-point {
  width: 330px;
  z-index: 2;
}
@media (max-width: 768px) {
  .funding-point {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .funding-point {
    width: 200px;
  }
}
.funding-point h3, .funding-point p {
  position: relative;
  z-index: 1;
}
.funding-point.point-01 {
  padding-left: 90px;
  float: left;
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .funding-point.point-01 {
    margin-bottom: 75px;
  }
}
.funding-point.point-02 {
  padding-right: 75px;
  float: right;
  text-align: right;
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .funding-point.point-02 {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .funding-point.point-02 {
    width: 190px;
  }
}
.funding-point.point-03 {
  padding-left: 81px;
  float: left;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .funding-point.point-03 {
    margin-bottom: 100px;
    padding-left: 70px;
  }
}
.funding-point.point-04 {
  padding-right: 90px;
  float: right;
  text-align: right;
  position: relative;
}
@media (max-width: 576px) {
  .funding-point.point-04 {
    width: 190px;
  }
}
.funding .lottie-imgs {
  width: 200px;
  height: 200px;
}

.lottie-imgs {
  position: absolute;
}

#fp-01 {
  top: -90px;
  left: -55px;
}

#fp-02 {
  top: -120px;
  right: -35px;
}
@media (max-width: 768px) {
  #fp-02 {
    top: -85px;
    right: -45px;
  }
}

#fp-03 {
  top: -120px;
  left: -43px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (max-width: 768px) {
  #fp-03 {
    top: -90px;
    left: -57px;
  }
}

#fp-04 {
  top: -87px;
  right: -50px;
  transform: rotate(-30deg);
}
@media (max-width: 768px) {
  #fp-04 {
    top: -75px;
    right: -65px;
  }
}

.apply-here {
  background-color: #1f1f1f;
  height: 475px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
}
.apply-here::after {
  content: "";
  position: absolute;
  background: url(../images/allin-apply-here.svg) no-repeat;
  bottom: -15px;
  left: 0;
  right:0;
  margin: auto;
  width: 144px;
  height: 130px;
}
.apply-here.container {
  margin: 0 auto 50px;
}
@media (max-width: 980px) {
  .apply-here.container {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }
}
@media (max-width: 576px) {
  .apply-here.container {
    padding: 0 25px;
    box-sizing: border-box;
  }
}
.apply-here .strike {
  position: relative;
  display: inline-block;
}
.apply-here .strike #fp-06 {
  top: 30px;
  left: 0;
  width: 100%;
}
.apply-here h2 {
  margin-bottom: 5px;
  text-align: center;
}
.apply-here a {
  color: #FF534F;
  font-family: "sharp_groteskSBdIt20";
}
.apply-here .strike {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .apply-here .strike {
    margin-bottom: 67px;
  }
}
.apply-here .strike::before {
  bottom: -18px;
}

.founder-stories {
  margin-bottom: 125px;
}
@media (max-width: 768px) {
  .founder-stories {
    margin-bottom: 100px;
  }
}
.founder-stories .container-small {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .founder-stories .container-small {
    overflow: hidden;
  }
}
.founder-stories h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .founder-stories h2 br {
    display: none;
  }
}
@media (max-width: 1100px) {
  .founder-stories-cards {
    overflow: hidden;
  }
}
.founder-stories-cards .owl-stage {
  display: flex;
}
.founder-stories-cards .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.founder-stories-cards .founder-card {
  background-color: #EFEFEF;
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 30px;
  color: #313131;
  transition: all 1s ease;
  width: 200px;
  box-sizing: border-box;
  display: flex;
}
.founder-stories-cards .founder-card:hover {
  border: 2px solid #FF534F;
  background-color: #fff;
}
.founder-stories-cards .founder-card:hover p {
  text-decoration: underline;
}
.founder-stories-cards .founder-card:last-child {
  margin-right: 0;
}
.founder-stories-cards .founder-card img {
  margin-bottom: 15px;
  max-width: initial;
  overflow: hidden;
  border-radius: 15px;
}
.founder-stories-cards .founder-card h4 {
  color: #FF534F;
}
.founder-stories-cards .founder-card p {
  margin-bottom: 15px;
}
.founder-stories .owl-item:nth-child(odd) {
  margin-bottom: 20px;
}
.founder-stories .owl-item:nth-child(even) {
  margin-top: 20px;
}
.founder-stories .all-stories {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .home-bg .founder-stories, .founder-story-page .founder-stories {
    position: relative;
    left: -15px;
  }
}
@media (max-width: 768px) {
  .home-bg .founder-stories h2, .founder-story-page .founder-stories h2 {
    position: relative;
    left: 15px;
  }
}

.founder-details.founderTeam-details {
    max-width: 430px;
    width: 100%;
}
.founder-details.founderTeam-details > div {
    width: 50%;
    margin-top: 50px;
    margin-bottom: 0px !important;
}
.founder-details.founderTeam-details > div .founder-text {
    position: static;
    text-align: left;
}
.founder-details.founderTeam-details > div .founder-text h3 {
    font-size: 18px;
}

.founders {
  margin-bottom: 125px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .founders {
    margin-top: 220px;
    margin-bottom: 100px;
  }
}
@media (max-width: 980px) {
  .founders .container {
    width: 100% !important;
    margin: 0 auto 50px !important;
  }
}
.founders-intro {
  position: relative;
  width: 470px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 576px) {
  .founders-intro {
    width: 91%;
  }
}
.founders-intro h2 {
  position: relative;
  max-width: 440px;
  margin: 0 auto 10px;
}
@media (max-width: 576px) {
  .founders-intro h2 {
    width: 99%;
  }
}
.founders-intro h2 span {
  position: relative;
}
.founders-intro h2::before {
  content: "";
  position: absolute;
  background: url(../images/founders-bg.svg) no-repeat;
  width: 219px;
  height: 155px;
  top: -120px;
  left: calc(50% - 110px);
  z-index: 0;
}
.founders-intro p {
  margin-bottom: 25px;
}

.founder-details {
  overflow: hidden;
  width: 630px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .founder-details {
    width: 100%;
  }
}
.founder-details > div {
  width: 51%;
  float: left;
  display: flex;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .founder-details > div {
    width: 100%;
  }
  .founder-details > div:first-of-type {
    margin-bottom: 50px;
  }
}
.founder-details > div a {
  color: #313131;
  display: block;
}
.founder-details > div .founder-text {
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  transition: transform 300ms;
  cursor: pointer;
}
.founder-details > div .founder-text h3 {
  border-bottom: 1px solid #313131;
  display: inline-block;
}
.founder-details > div .founder-text span {
  width: 100%;
  display: block;
  font-family: "sharp_grotesksemibold_20";
}
.founder-details > div .founder-text p {
  font-size: 12px;
  line-height: 1.5;
  font-family: "sharp_groteskmedium_20";
}
.founder-details > div .founder-text:hover {
  transform: translateY(-10px);
}
.founder-details > div .founder-text:hover h3 {
  color: #FF534F;
  border-bottom: 1px solid #FF534F;
}
.founder-details > div:first-child .founder-text {
  bottom: 25px;
  left: 135px;
}
.founder-details > div:nth-child(even) {
  float: right;
  text-align: right;
  justify-content: flex-end;
}
.founder-details > div:nth-child(even) .founder-text {
  bottom: 25px;
  right: 145px;
}

a.allstars-link {
  color: #313131;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: inline-block;
  line-height: 1;
  transform: perspective(1px) translateZ(0);
  text-decoration: underline;
  transition: transform 300ms;
}
a.allstars-link:hover {
  transform: translateY(-3px);
  color: #FF534F;
}

.partner-network {
  margin-bottom: 125px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partner-network {
    margin-bottom: 85px;
  }
}
@media (max-width: 576px) {
  .partner-network {
    overflow: visible;
    position: relative;
    left: -15px;
  }
}
.partner-network h3 {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .partner-network h3 {
    position: relative;
    left: 15px;
  }
}
@media (max-width: 980px) {
  .partner-network .partners-list-wrap {
    min-width: 100vw;
    overflow-x: scroll;
    flex: none;
  }
}
.partner-network .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 60px;
  min-width: 980px;
}
@media (max-width: 980px) {
  .partner-network .partners-list {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .partner-network .partners-list {
    min-width: 768px;
  }
}
@media (max-width: 576px) {
  .partner-network .partners-list {
    gap: 15px;
    justify-content: flex-start;
    padding-left: 25px;
  }
}
.partner-network .partners-list li {
  max-width: 14.5%;
  width: 14.5%;
}
@media (max-width: 980px) {
  .partner-network .partners-list li {
    max-width: 22.5%;
    width: 22.5%;
  }
}
@media (max-width: 768px) {
  .partner-network .partners-list li {
    max-width: 18%;
    width: 18%;
  }
}
.partner-network .partners-list li a {
  color: #313131;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.partner-network .partners-list li a h5 {
  display: inline-block;
  line-height: 1;
  transform: perspective(1px) translateZ(0);
  text-decoration: underline;
}
.partner-network .partners-list li a h5:hover {
  transform: translateY(-1px);
  color: #FF534F;
}
.partner-network .partners-list li p {
  font-size: 12px;
  font-family: "sharp_groteskmedium_20";
}

/* Partner Network page */
#our-network {
  padding-top: 150px;
  margin: 0 auto 75px;
}
#our-network .partner-network {
  margin-bottom: 75px;
}
#our-network .partner-network h2 {
  margin-bottom: 75px;
  color: #FF534F;
  text-align: center;
}
#our-network .partner-network .partners-list {
  justify-content: center;
}
@media (max-width: 768px) {
  #our-network .partner-network .partners-list {
    min-width: auto;
  }
}
@media (max-width: 768px) {
  #our-network .partner-network .partners-list li {
    max-width: 41.5%;
    width: 41.5%;
  }
}
#our-network footer {
  padding-bottom: 25px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.close-icon {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.team-bio-popup,
.partner-bio-popup,
.portfolio-popup,
.apply-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-bio-popup .partner-img {
  width: 160px;
}

.popup {
  width: 570px;
  max-height: 488px;
  border-radius: 25px;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 20px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .popup {
    width: 90%;
    padding: 25px;
    overflow-y: auto;
    max-height: 75vh;
  }
}
.popup img {
  margin-bottom: 10px;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup h3 {
  margin-bottom: 2px;
}
.popup .designation {
  font-size: 12px;
  line-height: 1.5;
  font-family: "sharp_grotesksemibold_20";
  display: inline-block;
  margin-bottom: 10px;
}
.popup p {
  font-size: 14px;
  line-height: 1.7;
}
.popup p a {
  color: #FF534F;
}
.popup p a:hover {
  color: #313131;
}
.popup .social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.popup .social-icon li {
  margin-right: 0;
}

.team-bio-popup p {
  margin-bottom: 30px;
}
.team-bio-popup p:last-child {
  margin-bottom: 0;
}

.portfolio-popup p {
  padding: 0 45px;
  margin-bottom: 25px;
}
.portfolio-popup .portfolio-card--content {
  margin-bottom: 25px;
}
.portfolio-popup .portfolio-card--title {
  text-decoration: none;
}

.apply-popup .popup {
  width: 770px;
  text-align: left;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .apply-popup .popup {
    width: 90%;
    padding: 25px;
    max-height: 75vh;
  }
}
.apply-popup .popup h2 {
  margin-bottom: 15px;
  color: #FF534F;
}
.apply-popup .popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.apply-popup .popup .read-more {
  font-size: 16px;
  padding: 15px 20px;
  width: auto;
}
.apply-popup .popup .read-more.width_01 {
  width: 187px;
}
.apply-popup .popup .read-more.width_02 {
  width: 180px;
}
.apply-popup .popup .read-more.width_03 {
  width: 245px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 6;
  padding: 5px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

html {
  height: 100%;
}

body {
  font-family: "sharp_groteskmedium_20";
  min-height: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  body {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "sharp_grotesksemibold_20";
}

h1 {
  font-size: 56px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}

h4 {
  font-size: 16px;
  line-height: 1.5;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "sharp_groteskbook_20";
}

.mrgn {
  margin-top: 25px;
  margin-bottom: 20px;
}

strong {
  font-family: "sharp_grotesksemibold_20";
}

img {
  max-width: 100%;
}

a.hover-effect {
  color: #FF534F;
  font-size: 16px;
  display: inline-block;
  position: relative;
  font-family: "sharp_grotesksemibold_20";
}
a.hover-effect::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 100%;
  background: #FF534F;
  transition: width 0.5s ease, background-color 0.5s ease;
}
a.hover-effect:hover:after {
  width: 33%;
  background: #FF534F;
}

.container-wide {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
}

.wrapper {
  position: relative;
}

.home-bg {
  background-color: #1f1f1f;
}

.white-bg {
  background-color: #fff;
}

#main-content {
  padding-bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100vh;
  z-index: 1;
  transition: bottom 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
@media (max-width: 768px) {
  #main-content {
    padding-bottom: 0;
  }
}

#content {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
}
@media (max-width: 980px) {
  #content {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #content {
    border-radius: 0;
    padding: 25px 15px;
  }
}
#content .container {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  #content .container {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}

.social-icons li {
  margin-right: 28px;
  transition: 0.2s;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li:hover {
  transform: rotate(10deg);
}
.social-icons li:hover:nth-child(even) {
  transform: rotate(-10deg);
}

blockquote {
  position: relative;
  margin: 80px 10px 50px 12px;
}
blockquote p {
  font-size: 24px;
  line-height: 1.25;
  font-family: "sharp_grotesksemibold_20";
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 50px;
  background: url(../images/quotes-icon.svg) no-repeat;
  top: -26px;
  left: -12px;
}

.bold-link {
  text-decoration: underline;
  font-family: "sharp_grotesksemibold_20";
  color: #313131;
}

/* Owl Carousel */
.owl-stage-outer {
  width: 900px;
}

.owl-item {
  float: left;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.btn-primary {
  background-color: #FF534F;
  padding: 10px 0px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  font-family: "sharp_grotesksemibold_20";
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 12px;
    padding: 7px 5px;
  }
}
.btn-secondary {
  border: 2px solid #888;
  padding: 10px 0px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  border-radius: 40px;
  font-family: "sharp_grotesksemibold_20";
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn-secondary {
    font-size: 12px;
    padding: 7px 5px;
  }
}

button {
  background-color: #FF534F;
  padding: 15px 25px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
  font-family: "sharp_grotesksemibold_20";
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  button {
    font-size: 12px;
    padding: 7px 5px;
  }
}

.read-more {
  width: 130px;
  white-space: nowrap;
  display: inline-block;
}

.btn {
  overflow: hidden;
}
.btn span:not(:first-child) {
  display: none;
  justify-content: center;
  text-align: center;
}
.btn .marquee__inner {
  display: block;
  text-align: center;
  width: auto;
}

.marquee {
  position: relative;
  overflow: hidden;
  --offset: -4px;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.marquee span:not(:first-child) {
  display: block;
}
.marquee .marquee__inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 0.5s linear infinite;
  animation-play-state: paused;
  animation-fill-mode: forwards;
}

.marquee span {
  padding: 0 18px;
}

.marquee:hover .marquee__inner {
  animation-play-state: running;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-radius: 7px;
}
.styled-checkbox:hover + label:before {
  background: #e6e6e6;
}
.styled-checkbox:checked + label:before {
  background: rgba(255, 83, 79, 0.1019607843);
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: var(--allin-red);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 var(--allin-red), 4px 0 0 var(--allin-red), 4px -2px 0 var(--allin-red), 4px -4px 0 var(--allin-red), 4px -6px 0 var(--allin-red), 4px -8px 0 var(--allin-red), 4px -10px 0 var(--allin-red);
  transform: rotate(45deg);
}

@keyframes hue-rotate {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(-35deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
@keyframes spin3D {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 360deg);
  }
}
@keyframes sat-rotate {
  0% {
    filter: saturate(100%);
  }
  50% {
    filter: saturate(0%);
  }
  100% {
    filter: saturate(100%);
  }
}
@keyframes blur-rotate {
  0% {
    filter: blur(0px);
  }
  50% {
    filter: blur(2px);
  }
  100% {
    filter: blur(0px);
  }
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.shake-animation {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.founder-story-page {
  padding: 0;
}

.founder-story {
  margin: 0 auto 125px;
}
.founder-story header {
  padding-top: 140px;
  background-color: #1f1f1f;
  color: #fff;
  margin: 0 auto 225px;
}
@media (max-width: 768px) {
  .founder-story header {
    margin: 0 auto 30%;
  }
}
@media (max-width: 576px) {
  .founder-story header {
    margin: 0 auto 45%;
  }
}
.founder-story header .header-wrap {
  width: 770px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 350px;
}
@media (max-width: 768px) {
  .founder-story header .header-wrap {
    width: calc(100% - 50px);
    padding-bottom: 45%;
  }
}
@media (max-width: 576px) {
  .founder-story header .header-wrap {
    padding-bottom: 40%;
  }
}
.founder-story header .header-wrap .pre-header-link {
  color: #FF534F;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "sharp_grotesksemibold_20";
}
.founder-story header .header-wrap h1 {
  font-size: 32px;
  line-height: 1.25;
  max-width: 770px;
  margin: 0 auto;
}
.founder-story header .header-wrap h1 span {
  display: block;
}
.founder-story header .header-wrap h1 .story-organisation {
  color: #FF534F;
}
.founder-story header .header-wrap .fs-banner-img {
  position: absolute;
  left: 50%;
  bottom: -125px;
  max-width: 100%;
  transform: translate(-50%, 0);
}
.founder-story .story {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .founder-story .story {
    width: calc(100% - 50px);
  }
}
.founder-story .story p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .founder-story .story p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.founder-story .story blockquote p {
  font-size: 24px;
  font-family: "sharp_grotesksemibold_20";
  line-height: 1.5;
}

.portfolio-page {
  padding: 0;
  background-color: #EFEFEF;
}

.white-bg {
  padding-top: 100px;
  padding-bottom: 25px;
}

#portfolios {
  width: 870px;
  margin: 0 auto 125px;
  padding-top: 150px;
}
@media (max-width: 869px) {
  #portfolios {
    width: 96%;
  }
}

span.portfolio-card--notes {
    display: none;
}
.portfolio h1 {
    font-size: 32px;
  text-align: center;
  color: #FF534F;
  margin-bottom: 50px;
}
.portfolio h2 {
    font-size: 26px;
  text-align: center;
  color: #FF534F;
  margin: 50px 0;
}
.portfolio-list .portfolio-category-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.portfolio-card {
  text-align: center;
  width: 270px;
  display: block;
  color: #1f1f1f;
  cursor: pointer;
}
@media (max-width: 576px) {
  .portfolio-card {
    width: calc(50% - 30px);
  }
}
.portfolio-card:hover .portfolio-card--title {
  color: #FF534F;
}
.portfolio-card--logo {
  width: 270px;
  height: 185px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .portfolio-card--logo {
    width: 100%;
    height: 130px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
}
.portfolio-card img {
  width: 100%;
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-card--content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.portfolio-card--title {
  font-family: "sharp_grotesksemibold_20";
  text-decoration: underline;
  transition: color 300ms;
}
.portfolio-card--category,
.portfolio-card--notes {
  font-size: 12px;
  line-height: 1.25;
}
.portfolio .loader {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.past-portfolios {
  width: 1170px;
  margin: 0 auto 75px;
}
@media (max-width: 1169px) {
  .past-portfolios {
    width: 96%;
  }
}
.past-portfolios h3 {
  color: #FF534F;
  margin-bottom: 50px;
  text-align: center;
}
.past-portfolios--list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.past-portfolios--list ul li {
  list-style: none;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .past-portfolios--list ul li {
    width: calc(33% - 30px);
    text-align: center;
  }
}

#stories {
  width: 770px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #stories {
    width: 100%;
  }
}
#stories .stories-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#stories .stories-cards .founder-card {
  background-color: #EFEFEF;
  border: 2px solid transparent;
  border-radius: 25px;
  padding: 25px;
  color: #313131;
  transition: all 1s ease;
  width: 370px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  #stories .stories-cards .founder-card {
    width: 345px;
  }
}
@media (max-width: 768px) {
  #stories .stories-cards .founder-card {
    width: calc(50% - 30px);
    align-self: stretch;
  }
}
@media (max-width: 480px) {
  #stories .stories-cards .founder-card {
    width: calc(100% - 50px);
  }
}
#stories .stories-cards .founder-card:hover {
  border: 2px solid #FF534F;
  background-color: #fff;
}
#stories .stories-cards .founder-card:hover p {
  text-decoration: underline;
}
#stories .stories-cards .founder-card:last-child {
  margin-right: 0;
}
#stories .stories-cards .founder-card img {
  margin-bottom: 15px;
  width: 320px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 480px) {
  #stories .stories-cards .founder-card img {
    width: 100%;
  }
}
#stories .stories-cards .founder-card h4 {
  color: #FF534F;
  margin-bottom: 5px;
}
#stories .stories-cards .founder-card p {
  margin-bottom: 15px;
}

.white-bg .apply-here.container {
  width: 770px;
}
@media (max-width: 980px) {
  .white-bg .apply-here.container {
    width: calc(100% - 50px) !important;
    margin: 0 25px 50px !important;
  }
}

#faqs {
  width: 570px;
  margin: 0 auto 75px;
}
@media (max-width: 768px) {
  #faqs {
    width: calc(100% - 50px);
  }
}
#faqs h3 {
  color: #FF534F;
  margin-bottom: 50px;
  text-align: center;
}

/* Accordion styles */
.faqs {
  overflow: hidden;
  font-family: "sharp_groteskbook_20";
}

.faq {
  width: 100%;
  color: #313131;
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.faq:last-of-type {
  border-bottom: 0;
}
.faq-label {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 0px;
  cursor: pointer;
  position: relative;
  /* Icon */
}
.faq-label::after {
  content: "";
  width: 20px;
  height: 20px;
  text-align: center;
  transition: all 0.35s;
  background: url(../images/faq-arrow.svg) no-repeat center;
  position: absolute;
  top: 20px;
  right: 0px;
  transform-origin: 50% 50%;
  border: 2px solid #FF534F;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
}
.faq-content {
  max-height: 0;
  padding: 0;
  color: #666;
  transition: all 0.35s;
}
.faq-content p {
  margin-bottom: 30px;
}
.faq-content p:last-child {
  margin-bottom: 0;
}
.faq-close {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input:checked + .faq-label {
  color: #313131;
}
input:checked + .faq-label::after {
  transform: rotate(180deg);
}
input:checked ~ .faq-content {
  max-height: 100vh;
  padding: 0 0px 20px;
}

#apply-now {
  width: 1170px;
  padding-top: 150px;
  margin: 0 auto 75px;
}
@media (max-width: 1169px) {
  #apply-now {
    width: calc(100% - 50px);
  }
}
#apply-now h1 {
  font-size: 40px;
  margin-bottom: 75px;
  text-align: center;
  color: #FF534F;
}
@media (max-width: 576px) {
  #apply-now h1 {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
#apply-now .apply-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 576px) {
  #apply-now .apply-boxes {
    gap: 25px;
  }
}
#apply-now .apply-boxes a {
  width: 370px;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 25px 25px;
  box-sizing: border-box;
  color: #313131;
  text-align: center;
}
@media (max-width: 768px) {
  #apply-now .apply-boxes a {
    width: 100%;
    text-align: center;
  }
}
#apply-now .apply-boxes a .apply-box {
  flex: 1;
}
#apply-now .apply-boxes a .apply-img {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}
#apply-now .apply-boxes a h3 {
  color: #FF534F;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 5px;
}
#apply-now .apply-boxes a p {
  margin-bottom: 25px;
}
#apply-now .apply-boxes a .read-more {
  font-size: 16px;
  padding: 15px 20px;
}

.allstars-view {
  display: none !important;
  opacity: 0;
  animation: fadeInFromNone 0.5s ease-out;
}
.allstars-view.active {
  display: flex !important;
  opacity: 1;
}

.allstars-body {
  background: rgba(var(--allstars-bg-color), 1);
  background: transparent;
  padding: 0;
  font-family: var(--primary-font-family);
}
.allstars-body.modal-open {
  overflow: hidden;
}

.allstars-auth {
  display: none;
}
.allstars-auth.active {
  display: flex;
}

.allstars-logged-in {
  display: none;
}
.allstars-logged-in.active {
  display: block;
}

.allstars-loading {
  background: rgba(var(--allstars-bg-color), 1);
  width: 100%;
  height: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}
.allstars-loading .logo.large.allstars_logo_large {
  transform: scale(2);
}
.allstars-loading.active {
  display: flex;
}

.allstars-page-header {
  position: inherit;
  display: block !important;
}
.allstars-page-header .allstars-header-logo {
  display: block !important;
}
.allstars-page-header .allstars-apply {
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
  border-radius: 40px;
}

.allstars_logo_large {
  position: relative;
}
.allstars_logo_large .allin-allstars-logo {
  position: absolute;
  z-index: 100;
  margin: auto;
  background: url("../images/logo.gif");
  width: 40px;
  left: 50px;
  top: -15px;
}
@media (max-width: 768px) {
  .allstars_logo_large {
    transform: scale(0.7);
  }
}

a.go-back-link {
  color: var(--allin-red);
  text-decoration: underline;
  font-family: "Matter";
  font-weight: 600;
}

.angel-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
  border: 1px solid rgba(22, 25, 34, 0.2);
  border-radius: 24px;
}
.angel-card .angel-pictures {
  position: relative;
  overflow: hidden;
}
.angel-card .angel-pictures .angel-profile-picture-as-text,
.angel-card .angel-pictures .angel-company-picture-as-text {
  background: rgba(var(--allstars-bg-color), 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.angel-card .angel-pictures .angel-profile-picture-as-text {
  height: 300px;
  font-size: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.angel-card .angel-pictures .angel-profile-picture-as-text span {
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
  padding: 0.25rem 0 0.25rem 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.angel-card .angel-pictures .angel-profile-picture {
  border-radius: 16px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1;
}
.angel-card .angel-pictures .angel-company-picture-as-text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.angel-card .angel-pictures .angel-company-picture-as-text span {
  color: white !important;
}
.angel-card .angel-pictures .angel-company-picture,
.angel-card .angel-pictures .angels-company-picture {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 2px solid white;
}
.angel-card .angel-name-and-socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.angel-card .angel-name-and-socials .angel-name {
  font-family: "Matter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  height: 60px;
  display: flex;
  align-items: center;
}
.angel-card .angel-name-and-socials .angel-socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.angel-card .angel-name-and-socials .angel-socials i {
  width: 32px;
  height: 32px;
  border: 1px solid #161922;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}
.angel-card .angel-name-and-socials .angel-socials i img {
  padding: 9px;
}
.angel-card .angel-subinfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.angel-card .angel-subinfo p {
  font-family: "Matter";
  font-style: normal;
}
.angel-card .angel-subinfo-header {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  /* identical to box height */
  color: rgba(0, 0, 0, 0.4);
}
.angel-card .angel-subinfo-value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  padding-bottom: 6px;
}
.angel-card .angel-subinfo-value.scrollable {
  overflow-x: auto;
}
.angel-card .angel-subinfo-value.scrollable::-webkit-scrollbar {
  height: 1px;
  width: 10px;
}
.angel-card .angel-subinfo-value.scrollable::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 100px;
}
.angel-card .angel-subinfo-value.scrollable::-webkit-scrollbar-thumb {
  background-color: var(--allin-red);
  background-color: rgba(186, 186, 186, 0.6941176471);
  border-radius: 100px;
}
.angel-card .allstars-view-details-button {
  background: #ffffff;
  width: 100%;
  border-radius: 20px;
  border: 1.5px solid #39A3C8;
}
.angel-card .allstars-view-details-button p {
  font-family: "Matter";
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  /* identical to box height, or 14px */
  text-transform: uppercase;
  /* gradient */
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.allstars__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 64px 0px 64px 0px;
  width: 100%;
  padding-bottom: 120px;
  background: rgba(var(--allstars-bg-color), 1);
  position: relative;
  color: #FFFFFF;
}
.allstars__hero .background-image {
  position: absolute;
  width: 100%;
  height: calc(100% - 128px);
  display: flex;
  pointer-events: none;
}
.allstars__hero .background-image img {
  height: 100%;
}
.allstars__hero .background-image .part-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allstars__hero__content {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  background-position: center;
}
.allstars__hero__content__logo {
  animation: hue-rotate 3s ease-in-out infinite;
}
.allstars__hero__content__copy h1 {
  width: 705px;
  height: 150px;
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}
.allstars__hero__content__copy h1 .main-text {
  font-size: 2.5rem;
}
.allstars__hero__content__copy h1 .sub-text {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .allstars__hero__content__copy h1 {
    width: 100%;
    font-size: 2rem;
    height: 100%;
  }
}
.allstars__hero__content__apply-now p {
  padding: 4px;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  line-height: 125%;
  /* identical to box height, or 40px */
  text-align: center;
  /* Vidit/gradient 2 */
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.allstars-main-content {
  background-color: #ffffff;
}
.allstars-main-content .allstars-angels-list-view {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .allstars-main-content .allstars-angels-list-view {
    flex-direction: column;
  }
}
.allstars-main-content .allstars-angels-list-view .allstars-filters {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter {
  border-bottom: var(--test-border-size) solid var(--test-border-color);
  padding: 0px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-header {
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 24px;
  /* identical to box height, or 171% */
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Text/secondary */
  color: #494949;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body .apply-cheque-slider {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--allin-red);
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body .apply-cheque-slider:hover {
  text-decoration: underline;
  cursor: pointer;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body ul li.hidden {
  display: none;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body .allstars-cheque-slider {
  display: flex;
  flex-direction: column;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body .allstars-cheque-slider .allstars-cheque-range {
  font-family: var(--primary-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
}
.allstars-main-content .allstars-angels-list-view .allstars-filters .allstars-filters-inner .allstars-filter .allstars-filter-body .allstars-fund-tags {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.allstars-angels-list {
  border-left: var(--test-border-size) solid var(--test-border-color);
  flex: 3.5;
  padding-top: 24px;
}
.allstars-angels-list .allstars-angels-list-inner {
  padding: 0px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.allstars-angels-list .allstars-angels-list-inner #angel-search-result-info {
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
  color: #494949;
}
.allstars-angels-list .allstars-angels-list-inner #angel-search-result-info span {
  font-size: 0.875rem;
}
.allstars-angels-list .allstars-angels-list-inner #angel-search-result-info span.go-back-link {
  color: var(--allin-red);
  text-decoration: underline;
  font-weight: 600;
}
.allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards {
  display: grid;
  padding-right: 6px;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}
.allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards.loading {
  display: none;
}
.allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards::-webkit-scrollbar {
  height: 1px;
  width: 2px;
  padding: 6px;
}
.allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 100px;
}
.allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards::-webkit-scrollbar-thumb {
  background-color: var(--allin-red);
  border-radius: 100px;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination {
  align-self: center;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination ul {
  padding: 0px;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination li {
  list-style: none;
  display: inline-block;
  border-radius: 12px;
  width: 40px;
  height: 40px;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination li.active {
  background: rgba(255, 83, 79, 0.1);
  font-weight: 600;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination li.disabled > button {
  color: rgba(43, 43, 43, 0.2588235294);
  cursor: not-allowed;
  font-weight: 300;
}
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination li div,
.allstars-angels-list .allstars-angels-list-inner .allstars-pagination li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 12px;
  background-color: transparent;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FF534F;
}

.allstars-footer {
  background-color: rgba(var(--allstars-bg-color), 1);
  background-image: url("../images/allstars/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.allstars-footer .allstars-footer-items {
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 100px;
}
.allstars-footer .allstars-footer-items .allstars-footer-copy {
  width: 100%;
  display: flex;
  flex: 2;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 80px;
  color: #FFFFFF;
  text-align: start;
}
.allstars-footer .allstars-footer-items .allstars-footer-copy .allstars-footer-sub-copy {
  font-family: "Matter";
  font-style: italic;
  font-weight: 400;
  font-size: 3.2258rem;
  line-height: 125%;
  /* identical to box height, or 65px */
  text-align: center;
  /* gradient */
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.allstars-footer .allstars-footer-items .allstars-footer-copy .allstars-footer-sub-copy .allstars-footer-line {
  display: flex;
  align-items: center;
  width: 95%;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  justify-content: center;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-logo img {
  width: 100px;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-logo:hover {
  animation: hue-rotate 2s ease-in-out forwards;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons {
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  gap: 40px;
  align-items: center;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons a {
  transform: rotate(0deg);
  transition: all 0.1s ease-in-out;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons a:hover {
  transform: rotate(8deg);
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons a:hover:nth-child(even) {
  transform: rotate(-8deg);
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons .footer-twitter img {
  width: 42px;
  height: 42px;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons img {
  width: 40px;
  height: 40px;
}
.allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-social-icons img:hover {
  animation: hue-rotate 2s ease-in-out forwards;
}

.angellist-loader {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.angellist-loader.active {
  display: flex;
}
.angellist-loader img {
  width: 200px;
}

.loading {
  display: none;
}

@media (max-width: 768px) {
  .allstars__hero .background-image {
    height: 100% !important;
    overflow: hidden;
    top: 0;
    padding-left: 20%;
    width: calc(100% - 20%);
  }
  .allstars__hero .background-image .background-image-left {
    display: none !important;
  }
  .allstars__hero .background-image .background-image-right {
    opacity: 0.4;
  }
  .allstars__hero .background-image .background-image-right img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .allstars__hero__content {
    padding: 8px 16px;
    align-items: flex-start;
    width: calc(100% - 32px);
  }
  .allstars__hero__content h1 {
    text-align: left;
  }
  .allstars__hero__content__apply-now {
    display: none;
  }
  .allstars-angels-list .allstars-angels-list-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .allstars-angels-list .allstars-angels-list-inner .angels-search-result-cards {
    max-height: -moz-max-content;
    max-height: max-content;
    padding-right: 0px;
  }
  .allstars-footer {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 64px 16px 40px;
    background-repeat: initial;
    margin: 0;
  }
  .allstars-footer .allstars-footer-items {
    padding: 12.5px !important;
    flex-direction: column !important;
    width: calc(100% - 25px) !important;
    height: auto !important;
    gap: 40px;
  }
  .allstars-footer .allstars-footer-items .allstars-footer-copy {
    flex: 1 !important;
    align-items: center;
  }
  .allstars-footer .allstars-footer-items .allstars-footer-main-copy {
    font-family: "Matter";
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 40px;
    text-align: center;
  }
  .allstars-footer .allstars-footer-items .allstars-footer-sub-copy {
    font-size: 2rem !important;
  }
  .allstars-footer .allstars-footer-items .allstars-footer-icons {
    align-items: center !important;
  }
  .allstars-footer .allstars-footer-items .allstars-footer-icons .allstars-footer-logo {
    display: none;
  }
}
.allstars__modal {
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.allstars__modal.show {
  display: block;
}
.allstars__modal.hide {
  display: none;
}
.allstars__modal .angel-profile-picture {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.allstars__modal #angel-card-modal-dynamic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic {
    align-items: flex-start;
    border-radius: 0;
    overflow-y: scroll;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-card-modal-popup {
  width: 70%;
  background-color: #ffffff;
  position: relative;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-card-modal-popup {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-card-modal-popup {
    border-radius: 0px;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details {
    flex-direction: column;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details .allstars-modal-navbar {
  background-color: rgba(var(--allstars-bg-color), 1);
  padding: 16px;
  display: none;
  z-index: 10;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .allstars-modal-navbar {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details .angel-card {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  border-right: 1px solid rgba(22, 25, 34, 0.2);
  padding: 24px;
  flex: 1;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name .angel-name-and-socials {
  align-items: center;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name .angel-name-and-socials .angel-name-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name .angel-name-and-socials .angel-name-container .modal-back-button {
  display: none;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name .angel-name-and-socials .angel-name-container .modal-back-button.only-mobile {
    display: block !important;
    vertical-align: middle;
    padding-top: 3px;
    cursor: pointer;
    display: block !important;
  }
  .allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name .angel-name-and-socials .angel-name-container .modal-back-button.only-mobile img {
    width: 14px;
  }
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .angel-card .angel-pictures-and-name {
    flex-direction: column-reverse;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile {
  flex: 2;
  padding: 24px;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 8px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-header p {
  font-family: "Matter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-header #angel-card-modal-dynamic-close-button {
  cursor: pointer;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-header #angel-card-modal-dynamic-close-button {
    display: none;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail.items-center {
  align-items: center;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail {
    flex-direction: column;
  }
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-header {
  font-family: "Matter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  flex: 1;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value {
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  flex: 3;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value.pill-values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value#angel-modal-bio {
  max-height: 160px;
  overflow-y: scroll;
  padding-right: 6px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value#angel-modal-bio::-webkit-scrollbar {
  height: 1px;
  width: 5px;
  padding: 6px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value#angel-modal-bio::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 100px;
}
.allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value#angel-modal-bio::-webkit-scrollbar-thumb {
  background-color: var(--allin-red);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .allstars__modal #angel-card-modal-dynamic .angel-details .investment-profile-details .investment-profile-detail-value#angel-modal-bio {
    max-height: 100%;
    width: 100%;
    overflow: visible;
  }
}

.filters-container-abs {
  padding-top: 24px;
}

.filters-title {
  display: none;
}

@media (width < 768px) {
  .mobile-filters-background {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: 7;
  }
  .mobile-filters-background.active {
    opacity: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 7;
    pointer-events: auto;
  }
  .filters-title {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
    font-family: var(--primary-font-family);
    /* identical to box height, or 171% */
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Text/secondary */
    color: #494949;
    border-bottom: 1px solid #e4e4e4;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
  }
  .allstars-angels-list-view,
  .fnf-vcs-list-view {
    align-items: center;
  }
  .filters-container-abs {
    padding-top: 12px !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: -40vh;
    z-index: 9;
    background-color: white;
    transition: transform 0.2s ease-out;
  }
  .filters-container-abs.show-mobile {
    opacity: 1;
    display: block !important;
    position: absolute;
    overflow-y: scroll;
    background-color: white;
    height: calc(100svh + 150px);
    position: fixed;
    transform: translate(0%, -40vh);
    height: 40vh;
    width: 90%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
.page-header .container {
  height: 75px;
}

.main-content {
  position: relative;
}

.sidebar {
  display: flex;
  flex-direction: column;
}

.search-result-info {
  display: flex;
  justify-content: space-between;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #494949;
}
.search-result-info__mobile {
  display: none;
}
@media (width < 768px) {
  .search-result-info__mobile {
    position: sticky;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    align-items: center;
    background-color: white;
    display: flex;
    z-index: 8;
    top: 75px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .search-result-info__desktop {
    display: none;
  }
}
.search-result-info span {
  font-size: 14px;
}
.search-result-info span.go-back-link {
  color: var(--allin-red);
  text-decoration: underline;
  font-weight: 600;
}
.search-result-info .show-filters {
  display: none;
}
@media (width < 768px) {
  .search-result-info .show-filters {
    display: block;
    width: 80px;
  }
  .search-result-info .show-filters button {
    width: 100%;
  }
}

.pagination {
  align-self: center;
}
.pagination ul {
  padding: 0px;
}
.pagination li {
  list-style: none;
  display: inline-block;
  border-radius: 12px;
  width: 40px;
  height: 40px;
}
.pagination li.active {
  background: rgba(255, 83, 79, 0.1);
  font-weight: 600;
}
.pagination li.disabled > button {
  color: rgba(43, 43, 43, 0.2588235294);
  cursor: not-allowed;
  font-weight: 300;
}
.pagination li div,
.pagination li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 12px;
  background-color: transparent;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FF534F;
}

.super-large {
  max-height: 300px;
  overflow-y: scroll;
}
.super-large::-webkit-scrollbar {
  height: 1px;
  width: 8px;
  padding: 6px;
}
.super-large::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 100px;
}
.super-large::-webkit-scrollbar-thumb {
  background-color: var(--allin-red);
  border-radius: 100px;
}

.clear-filter {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #FF534F;
  text-transform: none;
  cursor: pointer;
}
.clear-filter:hover {
  text-decoration: underline;
  cursor: pointer;
}
.clear-filter.active {
  display: block;
}

.see-more {
  list-style: none;
  padding-left: 30px;
  color: var(--allin-red);
  font-weight: 400;
  cursor: pointer;
}
.see-more.hidden {
  display: none;
}

.tag-pill.bridge-intro {
  background-color: #1f1f1f;
  border-radius: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 3px 3px;
  margin: 0;
}
.tag-pill.bridge-intro span {
  color: white;
  padding-right: 3px;
}
.tag-pill.bridge-intro img {
  width: 24px;
  border-radius: 50%;
}

.infinite-scroll-loader {
  display: none;
}
.infinite-scroll-loader.active {
  display: block;
}

.card-subinfo-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-subinfo-text:hover {
  overflow: visible;
  white-space: normal;
}

#fg-middle-range,
#toggle-filters-button {
  background: linear-gradient(65.93deg, #39A3C8 11.77%, #873287 45.28%, #FF6E29 77.26%, #FFBC3F 100%);
}

#navbar {
  z-index: 9;
  background: rgba(var(--allstars-bg-color), 1);
}

@media (width < 768px) {
  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
  }
  .wrapper + .content {
    padding-top: 75px;
  }
}
#founder-resources {
  width: 1170px;
  padding-top: 150px;
  margin: 0 auto 75px;
}
@media (max-width: 1169px) {
  #founder-resources {
    width: calc(100% - 50px);
  }
}
#founder-resources h1 {
  font-size: 40px;
  margin-bottom: 75px;
  text-align: center;
  color: #FF534F;
}
@media (max-width: 576px) {
  #founder-resources h1 {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
#founder-resources .fr-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  #founder-resources .fr-boxes {
    gap: 25px;
  }
}
#founder-resources .fr-boxes .founder-resource-card {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  flex-basis: 170px;
  padding: 40px 25px 25px;
  box-sizing: border-box;
  color: #313131;
}
@media (max-width: 768px) {
  #founder-resources .fr-boxes .founder-resource-card {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
}
#founder-resources .fr-boxes .founder-resource-card .fr-box {
  flex: 1;
}
#founder-resources .fr-boxes .founder-resource-card .fr-img {
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}
#founder-resources .fr-boxes .founder-resource-card h3 {
  color: #FF534F;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 5px;
}
#founder-resources .fr-boxes .founder-resource-card p {
  margin-bottom: 25px;
}
#founder-resources .fr-boxes .founder-resource-card .read-more {
  font-size: 16px;
  padding: 15px 20px;
}
#founder-resources .fr-boxes .founder-resource-card .coming-soon {
  background-color: white !important;
  color: var(--allin-red);
}/*# sourceMappingURL=style.css.map */