.stat-cards-v2 {
background: linear-gradient(0deg, #f0f3f7 0%, #fff 60%);
  position: relative; /* Positioning context for the pseudo-element */
  overflow: hidden; /* Hides any overflow from the pseudo-element */
}
.stat-cards-v2 h2 {
margin-bottom: 60px;
}
.stat-cards-v2:before {
    background-image: url(https://6867748.fs1.hubspotusercontent-na1.net/hubfs/6867748/Mindflick%2025/Backgrounds/Wave_Purple_0-100.svg);
    background-position: 0;
    background-position-y: bottom;
    background-repeat: repeat-x;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.stat-cards-v2 > * {
  position: relative; /* Positioning context for the pseudo-element */
}

.stat-card-number {
    color: var(--Black, #000);
    font-size: 64px;
    font-style: normal;
    font-weight: 350;
    line-height: 78px; /* 92.857% */
}

.stat-card-post {
    color: var(--Black, #000);
    font-size: 64px;
    font-style: normal;
    font-weight: 350;
    line-height: 78px; /* 92.857% */
}


.stat-card-stat {
    display: flex;
}
.stat-cards-wrap {
  box-sizing: border-box;
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 20px;
  max-width: 100%;
  margin-top: 80px;
}

.stat-card-text {
    color: var(--Black, #000);
    margin-top: 20px;
/* Headings/H5 */
font-family: "F37 Zagma Trial";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom:20px;
}

.stat-card {
    align-items: flex-start;
    border-radius: 10px;
    box-sizing: border-box;
    flex: 1 1 calc(33.33% - 20px);
    flex-direction: column;
    gap: 5px;
    min-height: 335px;

    padding: 32px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: rgba(240, 243, 247, 0.05);
    box-shadow: 0px 24px 34px -10px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(15px);
}
.stat-card-static {
    font-size: 22px;
    line-height: 34px;
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

}
/*--------------------------------------------------------------
## iPad Pro
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 834px) {
.stat-cards-wrap {
  box-sizing: border-box;
  display: grid;
grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100%;
}
}
/*--------------------------------------------------------------
## iPad sm
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
 .stat-cards-wrap {
        box-sizing: border-box;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
  .stat-card {
    align-items: flex-start;
    backdrop-filter: blur(15px);
    background: rgba(240, 243, 247, .05);
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 24px 34px -10px rgba(0, 0, 0, .18);
    box-sizing: border-box;
    flex: 1 1 calc(33.33% - 20px);
    flex-direction: column;
    gap: 5px;
    min-height: unset;
    padding: 24px 24px 60px 24px;
    position: relative;
}
  .stat-cards-v2 h2 {color: var(--Black, #000);

}

/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .stat-cards-wrap {
        box-sizing: border-box;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
  .stat-card {
    align-items: flex-start;
    backdrop-filter: blur(15px);
    background: rgba(240, 243, 247, .05);
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 24px 34px -10px rgba(0, 0, 0, .18);
    box-sizing: border-box;
    flex: 1 1 calc(33.33% - 20px);
    flex-direction: column;
    gap: 5px;
    min-height: unset;
    padding: 24px 24px 60px 24px;
    position: relative;
}
  .stat-cards-v2 h2 {color: var(--Black, #000);

/* Headings/H4 */
font-family: "F37 Zagma Trial";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;}
}
/*--------------------------------------------------------------
## iPhone sm
--------------------------------------------------------------*/
@media only screen and (max-width: 375px) {

}