﻿html{
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: normal;
    scroll-behavior: smooth;
}

:root {
    /* fonts */
    --button: Montserrat;
    --font-open-sans: "Open Sans";
    
    /* font sizes */
    --h2-size: 18px;
    --button-size: 14px;
    --h1-size: 30px;
    --font-size-5xl: 24px;
    --title-size: 42px;
    --font-size-6xl: 25px;
    --font-size-15xl: 34px;
    --font-size-25xl: 44px;
    --font-size-7xl: 26px;
    --font-size-16xl: 35px;
    --font-size-base: 16px;
    
    /* Colors */
    --color-white: #fff;
    --color-whitesmoke: #f4f5f7;
    --color-gray-100: #92826f;
    --color-gray-300: #828282;
    --dark-blue: #001828;
    --color-gray-200: #000306;
    --color-mediumblue: #0045f8;
    --color-royalblue-200: #266bff;
    --color-royalblue-100: #007cff;
    --color-tomato-200: #f56938;
    --color-tomato-100: #dc501e;
    --color-cornflowerblue: #26a3ff;
    --d-i-v-i-d-e-r: #d9e0e8;
    --color-gainsboro-100: #d9d9d9;
    --color-deepskyblue: #33ccff;
    --color-black: #000;
    --color-forestgreen: #00ba52;
    --color-mediumspringgreen: #1ad46b;
    --color-lavender: #f3efff;
    --color-slategray-200: #757b85;
    --color-slategray-100: #60597b;
    --color-darkslateblue: #453e61;
    --color-aliceblue: #f4fbff;
    --color-dimgray-100: #596b74;
    --color-dimgray-200: #566e61;
    --color-dimgray-400: #5a462d;
    --color-dimgray-300: #4e3a21;
    --color-darkslategray-100: #314854;
    --color-darkslategray-200: #324638;
    --color-floralwhite: #fff7ed;
    --color-honeydew-100: #f0fff4;
    --color-honeydew-200: #e3ffef;
    --color-darkgray: #979797;
    --color-silver: #c2c2c2;
    --color-seagreen: #2a7a41;
    
    /* Gaps */
    --gap-23xl: 42px;
    --gap-2xl: 21px;
    --gap-25xl: 44px;
    --gap-17xl: 36px;
    --gap-xs: 12px;
    --gap-27xl: 46px;
    --gap-4xl: 23px;
    --gap-2xs: 11px;
    --gap-xl: 20px;
    --gap-5xl: 24px;
    --gap-20xl: 39px;
    --gap-lgi: 19px;
    --gap-5xs: 8px;
    --gap-19xl: 38px;
    --gap-7xs: 6px;
    --gap-141xl: 160px;
    --gap-61xl: 80px;
    --gap-21xl: 40px;
    --gap-lg: 18px;
    --gap-81xl: 100px;
    --gap-6xl: 25px;
    --gap-31xl: 50px;
    --gap-11xl: 30px;
    --gap-22xl: 41px;
    --gap-28xl: 47px;
    --gap-29xl: 48px;
    --gap-45xl: 64px;
    --gap-base: 16px;
    --gap-13xl: 32px;
    --gap-41xl: 60px;
    --gap-smi: 13px;
    --gap-150xl: 169px;
    --gap-65xl: 84px;
    
    /* Paddings */
    --padding-111xl: 130px;
    --padding-xl: 20px;
    --padding-46xl: 65px;
    --padding-42xl: 61px;
    --padding-mini: 15px;
    --padding-19xl: 38px;
    --padding-91xl: 110px;
    --padding-mid: 17px;
    --padding-34xl: 53px;
    --padding-2xl: 21px;
    --padding-141xl: 160px;
    --padding-85xl: 104px;
    --padding-23xl: 42px;
    --padding-8xl: 27px;
    --padding-33xl: 52px;
    --padding-15xl: 34px;
    --padding-6xs: 7px;
    --padding-45xl: 64px;
    --padding-49xl: 68px;
    --padding-10xs: 3px;
    --padding-43xl: 62px;
    --padding-31xl: 50px;
    --padding-13xl: 32px;
    --padding-2xs: 11px;
    --padding-5xl: 24px;
    --padding-12xs: 1px;
    --padding-44xl: 63px;
    --padding-32xl: 51px;
    --padding-71xl: 90px;
    --padding-22xl: 41px;
    --padding-6xl: 25px;
    --padding-26xl: 45px;
    --padding-81xl: 100px;
    --padding-xs: 12px;
    --padding-4xl: 23px;
    --padding-3xl: 22px;
    --padding-sm-6: 13.6px;
    --padding-11xs: 2px;
    --padding-25xl: 44px;
    --padding-3xs: 10px;
    --padding-11xl: 30px;
    --padding-103xl: 122px;
    --padding-27xl: 46px;
    --padding-4xs: 9px;
    --padding-301xl: 320px;
    --padding-189xl: 208px;
    --padding-116xl: 135px;
    --padding-14xl: 33px;
    --padding-41xl: 60px;
    
    /* Border radiuses */
    --br-31xl: 50px;
    --br-81xl: 100px;
    --br-9xs: 4px;
    --br-9xl: 28px;
}

/* ::-webkit-scrollbar {
display: none;
} */

.bg,
.vector-icon {
    position: relative;
    max-width: 100%;
}
.bg {
    width: 1440px;
    height: 864px;
    background-color: var(--color-gray-200);
    display: none;
}
.vector-icon {
    align-self: stretch;
    height: 48px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
}
.network-content {
    width: 257.2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-12xs) 0 0;
    box-sizing: border-box;
}
.login {
    text-decoration: none;
    position: relative;
    font-size: var(--button-size);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--button);
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    min-width: 41px;
}
.login-wrapper,
.network-content-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.login-wrapper {
    cursor: pointer;
    border: 1px solid var(--color-white);
    padding: 13px var(--padding-43xl);
    background-color: var(--color-black);
    overflow: hidden;
    justify-content: flex-start;
    flex-shrink: 0;
    /* z-index: 1; */
}
.login-wrapper:hover {
    background-color: #333;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.network-content-parent {
    width: 1180px;
    justify-content: space-between;
    top: 0;
    /* z-index: 99; */
    position: sticky;
    gap: var(--gap-xl);
    max-width: 100%;
}
.making-real-world-container {
    margin: 0;
    width: 783px;
    position: relative;
    font-size: inherit;
    line-height: 62px;
    text-transform: capitalize;
    display: inline-block;
    max-width: 100%;
    font-family: inherit;
    font-weight: 400;
}
.even-if-you {
    align-self: stretch;
    position: relative;
    font-size: var(--h2-size);
    line-height: 28px;
    color: var(--color-gray-300);
}
.email-input,
.making-real-world-networks-wor-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.making-real-world-networks-wor-parent {
    align-self: stretch;
    flex-direction: column;
    gap: var(--gap-5xl);
}
.email-input {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: var(--color-white);
    height: 50px;
    flex: 1;
    flex-direction: row;
    padding: var(--padding-2xs) var(--padding-5xl);
    box-sizing: border-box;
    font-family: var(--button);
    font-size: var(--h2-size);
    color: var(--color-silver);
    min-width: 261px;
}
.register {
    position: relative;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    min-width: 61px;
}
.register-wrapper {
    background-color: var(--color-forestgreen);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-mini) var(--padding-34xl);
    white-space: nowrap;
}
.email-input1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.content,
.signup,
.signup-form {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}
.signup-form {
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap-xl);
    justify-content: center;
    cursor: pointer;
}
.content,
.signup {
    flex-direction: column;
}
.signup {
    width: 588px;
    align-items: flex-start;
    font-size: var(--button-size);
}
.content {
    width: 911px;
    align-items: center;
    gap: var(--gap-29xl);
    z-index: 1;
}
.body,
.div,
.wrapper {
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
}
.body {
    width: 1180px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--padding-10xs) 0 0;
}
.div,
.wrapper {
    justify-content: flex-start;
}
.div {
    flex: 1;
    background-color: var(--color-gray-200);
    flex-direction: column;
    align-items: center;
    padding: var(--padding-31xl) var(--padding-xl) 281px;
    gap: 181px;
}
.wrapper {
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    text-align: center;
    font-size: var(--font-size-25xl);
    color: var(--color-white);
    font-family: var(--button);
}
.real-world-networks {
    align-self: stretch;
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
}
.is-a-growing {
    color: var(--color-black);
}
.privatecircle-networks-is-container {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: var(--h1-size);
    line-height: 42px;
    font-weight: 400;
    font-family: inherit;
    color: var(--color-forestgreen);
}
.graph-description,
.real-world-networks-are-comple-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.real-world-networks-are-comple-parent {
    align-self: stretch;
    gap: var(--gap-lg);
}
.graph-description {
    flex: 1;
    /* padding: var(--padding-43xl) 0 0; */
    box-sizing: border-box;
    min-width: 387px;
    max-width: 100%;
}
.graph-illustration {
    border: 0;
    background-color: var(--color-gainsboro-100);
    height: 330px;
    width: 538px;
    outline: 0;
    position: relative;
    border-radius: 8px;
    min-width: 538px;
    max-width: 100%;
    object-fit: cover;
}
.graph-content,
.graph-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
}
.graph-content {
    width: 1180px;
    justify-content: center;
    align-items: center;
    gap: var(--gap-28xl);
}
.graph-content-wrapper {
    align-self: stretch;
    justify-content: center;
    padding: var(--padding-141xl) var(--padding-xl) var(--padding-141xl);
    box-sizing: border-box;
    text-align: left;
    font-size: var(--button-size);
    color: var(--color-darkgray);
    font-family: var(--button);
}
.left-icon {
    height: 484px;
    width: 22px;
    position: relative;
    min-height: 484px;
}
.as-of-may {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 124px;
}
.as-of-may-2024-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.m-nodes {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 60px;
    font-weight: 700;
    font-family: inherit;
}
.companies,
.m {
    position: relative;
    line-height: 42px;
    display: inline-block;
    min-width: 102px;
}
.companies {
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
    min-width: 122px;
}
.directors-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.investors,
.k {
    position: relative;
    line-height: 42px;
    display: inline-block;
    min-width: 78px;
}
.investors {
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
    min-width: 112px;
}
.directors-row,
.investors-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.directors-row {
    width: 314px;
    flex-direction: row;
    justify-content: space-between;
    gap: var(--gap-xl);
}
.directors,
.m1 {
    position: relative;
    line-height: 42px;
    display: inline-block;
    min-width: 103px;
}
.directors {
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
    min-width: 115px;
}
.m-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.k1 {
    position: relative;
    line-height: 42px;
    display: inline-block;
    min-width: 104px;
}
.shareholders {
    position: relative;
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
}
.directors-row1,
.k-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.directors-row1 {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    min-width: 234px;
    max-width: 100%;
    gap: var(--gap-xl);
}
.m-nodes-parent,
.relationships-label,
.relationships-stat {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}
.relationships-label {
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap-61xl);
}
.m-nodes-parent,
.relationships-stat {
    align-self: stretch;
}
.relationships-stat {
    flex-direction: row;
    font-size: var(--h1-size);
    color: var(--color-black);
}
.m-nodes-parent {
    flex-direction: column;
    gap: var(--gap-11xl);
}
.frame-container,
.frame-group,
.frame-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}
.frame-wrapper {
    font-size: var(--title-size);
    color: var(--color-forestgreen);
}
.frame-group {
    gap: var(--gap-11xl);
}
.m-relationships,
.m2 {
    position: relative;
    display: inline-block;
}
.m-relationships {
    margin: 0;
    font-size: inherit;
    line-height: 60px;
    font-weight: 700;
    font-family: inherit;
    max-width: 100%;
}
.m2 {
    line-height: 42px;
    min-width: 102px;
}
.director-relationships {
    position: relative;
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
}
.relationships-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.k2 {
    position: relative;
    line-height: 42px;
    display: inline-block;
    min-width: 110px;
}
.shareholder-relationships {
    position: relative;
    font-size: var(--h2-size);
    letter-spacing: 0.05em;
    line-height: 26px;
    text-transform: uppercase;
}
.relationships-label1,
.relationships-value1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.relationships-label1 {
    flex-direction: row;
    gap: var(--gap-61xl);
    font-size: var(--h1-size);
    color: var(--color-black);
}
.total-relationships {
    gap: var(--gap-11xl);
    max-width: 100%;
    font-size: var(--title-size);
    color: var(--color-forestgreen);
}
.frame-parent,
.right-stats,
.total-relationships {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.frame-parent {
    align-self: stretch;
    gap: var(--gap-81xl);
    max-width: 100%;
}
.right-stats {
    flex: 1;
    padding: var(--padding-10xs) 0 0;
    box-sizing: border-box;
    max-width: calc(100% - 102px);
}
.stats-content,
.stats-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
}
.stats-content {
    width: 856px;
    justify-content: center;
    gap: var(--gap-61xl);
}
.stats-content-wrapper {
    align-self: stretch;
    justify-content: center;
    padding: 0 var(--padding-xl) var(--padding-141xl);
    box-sizing: border-box;
    text-align: left;
    font-size: var(--button-size);
    color: var(--color-darkgray);
    font-family: var(--button);
}
.bg-icon {
    width: 1440px;
    height: 1294px;
    position: relative;
    display: none;
    max-width: 100%;
}
.privatecircle-networks {
    color: var(--color-forestgreen);
    /* white-space: pre-wrap; */
}
.how-is-privatecircle-container {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
}
.full-blank-canvas {
    color: var(--color-darkgray);
    /* white-space: pre-wrap; */
}
.on-subscription-users-container {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: 52px;
    line-height: 70px;
    font-weight: 400;
    font-family: inherit;
    z-index: 1;
    color: var(--color-white);
}
.video-description {
    width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-lg);
    max-width: 100%;
}
/* .video,
.video-child {
height: 626px;
background-color: var(--color-gainsboro-100);
} */
.video-child {
    align-self: stretch;
    position: relative;
    display: none;
}
.video {
    width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    z-index: 1;
    height: max-content;
}
.video-content,
.video-content-wrapper {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 100%;
}
.video-content {
    flex: 1;
    background: linear-gradient(180deg, #000 32.7%, #091a11 54.5%, #215d3b);
    flex-direction: column;
    align-items: center;
    padding: var(--padding-141xl) var(--padding-xl);
    gap: var(--gap-141xl);
}
.video-content-wrapper {
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 var(--padding-141xl);
    text-align: left;
    font-size: var(--button-size);
    color: var(--color-darkgray);
    font-family: var(--button);
}
.usercirclecheck-icon {
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 20px;
}
.most-useful-to {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
}
.founder-description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}
.growth-stage-founder {
    position: relative;
    font-size: var(--h2-size);
    line-height: 28px;
    color: var(--dark-blue);
}
.founder-benefit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-25xl);
    font-size: var(--button-size);
    color: var(--color-darkgray);
}
.investment-bankers {
    position: relative;
    line-height: 28px;
}
.roles-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-45xl) 0 0;
}
.vcpe-funds {
    position: relative;
    line-height: 28px;
    display: inline-block;
    min-width: 118px;
}
.roles-list1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-45xl) 0 0;
}
.wealth-managers {
    position: relative;
    line-height: 28px;
}
.roles-list2,
.target-roles {
    display: flex;
    align-items: flex-start;
}
.roles-list2 {
    flex-direction: column;
    justify-content: flex-start;
    padding: var(--padding-45xl) 0 0;
}
.target-roles {
    width: 914px;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--gap-22xl);
    max-width: 100%;
}
.line,
.shape {
    position: absolute;
    left: 0;
}
.line {
    top: 5px;
    border-top: 1px solid var(--d-i-v-i-d-e-r);
    box-sizing: border-box;
    width: 1181px;
    height: 1px;
}
.shape {
    top: 0;
    border-radius: var(--br-81xl) var(--br-81xl) 0 0;
    background-color: var(--color-forestgreen);
    width: 215px;
    height: 4px;
}
.line-parent {
    align-self: stretch;
    height: 6px;
    position: relative;
}
.target-audience {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-xs);
    max-width: 100%;
    border-bottom: 1px solid var(--d-i-v-i-d-e-r);
    position: relative;
}
.privatecircle-markets {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 700;
    font-family: inherit;
}
.privatecircle-markets p, .privatecircle-markets1 p {
    margin: 0;
}
.layer-1-icon {
    width: 165px;
    height: 166px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: contain;
}
.use-case-titles {
    width: 272px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-19xl);
    min-width: 272px;
}
.imagine-being-a {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
}
.b2b-saas-founder {
    align-self: stretch;
    position: relative;
    font-size: var(--h2-size);
    line-height: 28px;
    color: var(--color-black);
    font-weight: 300;
}
.use-case-scenario {
    width: 439px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    max-width: 100%;
}
.based-on-relations {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
}
.existing-investors-on {
    align-self: stretch;
    position: relative;
    font-size: var(--h2-size);
    line-height: 28px;
    color: var(--color-black);
    font-weight: 300;
}
.use-case-connections {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
}
.who-can-get {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
}
.for-the-growing {
    align-self: stretch;
    position: relative;
    font-size: var(--h2-size);
    line-height: 28px;
    color: var(--color-black);
    font-weight: 300;
}
.use-case-lead {
    width: 522px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    max-width: 114%;
    flex-shrink: 0;
}
.use-case-descriptions,
.use-case-list {
    display: flex;
    box-sizing: border-box;
    gap: var(--gap-23xl);
    max-width: 100%;
}
.use-case-descriptions {
    width: 461px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-width: 461px;
    font-size: var(--button-size);
    color: var(--color-dimgray-200);
}
.use-case-list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-23xl);
    box-sizing: border-box;
    min-height: 395px;
}

.use-case-list.gsf {
    background-color: var(--color-honeydew-100);
}
.use-case-list.ib {
    background-color: var(--color-floralwhite);
}
.use-case-list.vcpef {
    background-color: var(--color-aliceblue);
}
.use-case-list.wm {
    background-color: var(--color-lavender);
    /* margin-right: 110px; */
}
.privatecircle-markets1 {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 700;
    font-family: inherit;
}
.layer-1-icon1 {
    width: 195px;
    flex: 1;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
.privatecircle-markets-parent {
    height: 288px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-19xl);
    min-width: 272px;
}
.imagine-being-a1 {
    width: 133px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.investment-banker-looking {
    width: 522px;
    height: 24px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
    max-width: 114%;
    flex-shrink: 0;
}
.imagine-being-a-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    gap: var(--gap-5xs);
    max-width: 100%;
}
.based-on-relations1 {
    width: 296px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.past-client-company {
    align-self: stretch;
    height: 48px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
}
.based-on-relations-between-you-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 var(--padding-6xs) 0 0;
    gap: var(--gap-5xs);
}
.for-the-large,
.who-can-get1 {
    position: relative;
    font-weight: 300;
}
.who-can-get1 {
    width: 300px;
    height: 20px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.for-the-large {
    width: 522px;
    height: 24px;
    font-size: var(--h2-size);
    line-height: 24px;
    color: var(--color-black);
    display: inline-block;
    max-width: 114%;
    flex-shrink: 0;
}
.who-can-get-you-a-new-warm-lea-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    gap: var(--gap-5xs);
    max-width: 100%;
}
.frame-div,
.use-case-list1 {
    display: flex;
    gap: var(--gap-23xl);
    max-width: 100%;
}
.frame-div {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 300px;
    font-size: var(--button-size);
    color: var(--color-gray-100);
}
.use-case-list1 {
    width: 859px;
    background-color: var(--color-floralwhite);
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-33xl) var(--padding-23xl);
    box-sizing: border-box;
    color: var(--color-dimgray-300);
}
.funds,
.vcpe {
    margin: 0;
}
.privatecircle-markets2 {
    margin: 0;
    align-self: stretch;
    height: 84px;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 700;
    font-family: inherit;
    display: inline-block;
}
.layer-1-icon2 {
    width: 143.2px;
    flex: 1;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
.privatecircle-markets-group {
    height: 288px;
    width: 272px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-19xl);
    min-width: 272px;
}
.imagine-being-a2 {
    width: 133px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.vc-fund-looking {
    align-self: stretch;
    height: 24px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
}
.imagine-being-a-group {
    width: 522px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    max-width: 114%;
    flex-shrink: 0;
}
.based-on-relations2 {
    width: 296px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.current-lps-co-investors {
    align-self: stretch;
    height: 48px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
}
.based-on-relations-between-you-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
}
.to-the-new,
.who-can-get2 {
    position: relative;
    font-weight: 300;
}
.who-can-get2 {
    width: 300px;
    height: 20px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.to-the-new {
    align-self: stretch;
    height: 24px;
    font-size: var(--h2-size);
    line-height: 24px;
    color: var(--color-black);
    display: inline-block;
}
.who-can-get-you-a-new-warm-lea-group {
    width: 522px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    max-width: 114%;
    flex-shrink: 0;
}
.frame-parent1,
.use-case-list2 {
    display: flex;
    box-sizing: border-box;
    gap: var(--gap-23xl);
    max-width: 100%;
}
.frame-parent1 {
    width: 461px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-width: 461px;
    font-size: var(--button-size);
    color: var(--color-dimgray-100);
}
.use-case-list2 {
    background-color: var(--color-aliceblue);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-23xl);
    color: var(--color-darkslategray-100);
}
.manager,
.wealth {
    margin: 0;
}
.privatecircle-markets3 {
    margin: 0;
    align-self: stretch;
    height: 84px;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 700;
    font-family: inherit;
    display: inline-block;
}
.layer-1-icon3 {
    width: 122px;
    flex: 1;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
.privatecircle-markets-container {
    height: 288px;
    width: 272px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-19xl);
    min-width: 272px;
}
.imagine-being-a3 {
    width: 133px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.wealth-manager-trying {
    align-self: stretch;
    height: 24px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
}
.imagine-being-a-container {
    width: 522px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
    max-width: 114%;
    flex-shrink: 0;
}
.based-on-relations3 {
    width: 296px;
    height: 20px;
    position: relative;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.past-client-and {
    align-self: stretch;
    height: 24px;
    position: relative;
    font-size: var(--h2-size);
    line-height: 24px;
    font-weight: 300;
    color: var(--color-black);
    display: inline-block;
}
.based-on-relations-between-you-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-5xs);
}
.to-the-new1,
.who-can-get3 {
    position: relative;
    font-weight: 300;
}
.who-can-get3 {
    width: 300px;
    height: 20px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.to-the-new1 {
    align-self: stretch;
    height: 24px;
    font-size: var(--h2-size);
    line-height: 24px;
    color: var(--color-black);
    display: inline-block;
}
.frame-parent2,
.who-can-get-you-a-new-warm-lea-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.who-can-get-you-a-new-warm-lea-container {
    width: 522px;
    gap: var(--gap-5xs);
    max-width: 114%;
    flex-shrink: 0;
}
.frame-parent2 {
    width: 461px;
    padding: 0;
    box-sizing: border-box;
    gap: var(--gap-23xl);
    min-width: 461px;
    max-width: 100%;
    font-size: var(--button-size);
    color: var(--color-slategray-100);
}
.cards,
.use-case-list3 {
    flex-direction: row;
    gap: var(--gap-23xl);
}
.use-case-list3 {
    background-color: var(--color-lavender);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-23xl);
    box-sizing: border-box;
    max-width: 100%;
    color: var(--color-darkslateblue);
}
.cards {
    width: inherit;
    overflow-x: auto;
    justify-content: flex-start;
    font-size: var(--h1-size);
    color: var(--color-darkslategray-200);
}

.cards::-webkit-scrollbar-track {
    width: 10px;
    background-color: var(--color-darkslategray-200);
    border-radius: 10px;
}
.cards::-webkit-scrollbar {
    display: none;
}
.benefits-content,
.benefits-content-wrapper,
.cards {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
}
.benefits-content {
    width: 1180px;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--gap-20xl);
    position: relative;
}
.benefits-content-wrapper {
    align-self: stretch;
    flex-direction: row;
    justify-content: center;
    padding: 0 var(--padding-xl) var(--padding-141xl);
    box-sizing: border-box;
    text-align: left;
    font-size: var(--h2-size);
    color: var(--dark-blue);
    font-family: var(--button);
}
.what-is-the {
    margin: 0;
}
.privatecircle-networks1 {
    margin: 0;
    color: var(--color-forestgreen);
}
.what-is-the-container {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 400;
    font-family: inherit;
}
.privatecircle-networks-is {
    width: 617px;
    position: relative;
    line-height: 28px;
    display: flex;
    align-items: center;
    max-width: 100%;
}
.pay-per-path {
    align-self: stretch;
    position: relative;
    line-height: 28px;
}
.pricing-answer,
.pricing-question {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}
.pricing-answer {
    /* width: 651px; */
    gap: var(--gap-xl);
    font-size: var(--h2-size);
}

.pricing-answer > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pricing-answer > div > i {
    color: var(--color-forestgreen);
    font-size: var(--h1-size);
}
.pricing-question {
    width: 765px;
    gap: var(--gap-23xl);
    min-width: 765px;
}
.pricing-content-child {
    width: 360px;
    position: relative;
    max-height: 100%;
    max-width: 100%;
}
.pricing-content,
.pricing-content-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100%;
}
.pricing-content {
    width: 1163px;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xl);
}
.pricing-content-wrapper {
    align-self: stretch;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--padding-2xl) var(--padding-141xl) var(--padding-xl);
    box-sizing: border-box;
    text-align: left;
    font-size: var(--h1-size);
    color: var(--color-black);
    font-family: var(--button);
}
.call-to-action-child {
    height: 304px;
    width: 1440px;
    position: relative;
    background-color: var(--color-black);
    display: none;
    max-width: 100%;
}
.real-world-trusted {
    color: var(--color-forestgreen);
}
.find-real-world-container {
    margin: 0;
    width: 738px;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 400;
    font-family: inherit;
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    z-index: 1;
}
.register1 {
    position: relative;
    font-size: var(--button-size);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--button);
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    min-width: 61px;
}
.call-to-action,
.register-button,
.register-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.register-container {
    cursor: pointer;
    border: 0;
    padding: var(--padding-mini) var(--padding-34xl);
    background-color: var(--color-forestgreen);
    overflow: hidden;
    flex-direction: row;
    white-space: nowrap;
    z-index: 1;
}
.register-container:hover {
    background-color: var(--color-mediumspringgreen);
}
.call-to-action,
.register-button {
    flex-direction: column;
    padding: var(--padding-mid) 0 0;
}
.call-to-action {
    position: relative;
    align-self: stretch;
    background-color: var(--color-black);
    /* background-image: url("/image?name=homepage_small.gif") no-repeat center center; */
    /* background: url("/image?name=homepage_small.gif") no-repeat center center; */
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    padding: var(--padding-91xl) var(--padding-111xl);
    box-sizing: border-box;
    max-width: 100%;
    gap: var(--gap-xl);
    text-align: left;
    font-size: var(--h1-size);
    color: var(--color-white);
    font-family: var(--button);
}

.call-to-action-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
/* .bg1, */
.icon {
    position: relative;
}
/* .bg1 {
height: 742px;
width: 1440px;
background-color: var(--color-whitesmoke);
display: none;
max-width: 100%;
} */
.icon {
    width: 274.3px;
    height: 54px;
    z-index: 1;
}
.privatecircle-mkb-plaza {
    width: 286px;
    position: relative;
    line-height: 28px;
    display: inline-block;
    z-index: 1;
}
.p,
.supportprivatecircleco {
    margin: 0;
    display: inline-block;
}

.supportprivatecircleco-91-9-container {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 28px;
    z-index: 1;
}

.privacy-policy {
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 2px;
}
.node {
    white-space: pre-wrap;
}
.terms-and-conditions {
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 2px;
}
.privacy-policy-terms-container {
    position: relative;
    line-height: 28px;
    z-index: 1;
    display: flex;
    gap: 15px;
}
.social-media-linkedin {
    height: 30px;
    width: 30px;
    position: relative;
    min-height: 30px;
    z-index: 1;
}
.logo-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--br-31xl);
    background-color: var(--color-black);
}
.capa-2-icon {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
}
.social-media-twitter {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 1;
}
.social {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-2xs);
}
.legal {
    gap: 28px;
}
.contact-info,
.footer-content,
.legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.contact-info {
    align-self: stretch;
    gap: var(--gap-xs);
    font-size: 16px;
    line-height: 28px;
}
.footer-content {
    width: 332px;
    gap: var(--gap-27xl);
    max-width: 100%;
}
.d-i-v-i-d-e-r {
    height: 419px;
    width: 1px;
    position: relative;
    border-right: 1px solid var(--d-i-v-i-d-e-r);
    box-sizing: border-box;
    z-index: 1;
}
.other-products-from {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 42px;
    font-weight: 700;
    font-family: inherit;
}
.product-card-one-child {
    width: 201.4px;
    height: 39.2px;
    position: relative;
}
.extensive-and-exclusive {
    align-self: stretch;
    position: relative;
    line-height: 28px;
}
.learn-more {
    text-decoration: none;
    position: relative;
    font-size: var(--button-size);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--button);
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    min-width: 82px;
}
.more-one {
    cursor: pointer;
    border: 0;
    padding: var(--padding-mini) var(--padding-19xl);
    background-color: var(--color-royalblue-100);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.more-one:hover {
    background-color: var(--color-cornflowerblue);
}
.product-card-one {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-17xl);
    min-width: 174px;
}
.product-card-two-child {
    width: 187.6px;
    height: 37.9px;
    position: relative;
}
.connect-directly-with {
    align-self: stretch;
    position: relative;
    line-height: 28px;
}
.learn-more1 {
    text-decoration: none;
    position: relative;
    font-size: var(--button-size);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--button);
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    min-width: 82px;
}
.more-two {
    cursor: pointer;
    border: 0;
    padding: var(--padding-mini) var(--padding-19xl);
    background-color: var(--color-tomato-100);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.more-two:hover {
    background-color: var(--color-tomato-200);
}
.product-card-two {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-17xl);
    min-width: 174px;
}
.line-15-stroke,
.market-icon {
    align-self: stretch;
    position: relative;
    max-height: 100%;
    min-height: 36px;
}
.market-icon {
    width: 84px;
    overflow: hidden;
    flex-shrink: 0;
}
.line-15-stroke {
    width: 0.5px;
    object-fit: contain;
}
.markets-icon {
    height: 8.9px;
    width: 71.2px;
    position: relative;
}
.market-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
}
.connect-directly-with1 {
    align-self: stretch;
    position: relative;
    line-height: 28px;
}
.learn-more2 {
    text-decoration: none;
    position: relative;
    font-size: var(--button-size);
    line-height: 20px;
    font-weight: 600;
    font-family: var(--button);
    color: var(--color-white);
    text-align: center;
    display: inline-block;
    min-width: 82px;
}
.more-three {
    cursor: pointer;
    border: 0;
    padding: var(--padding-mini) var(--padding-19xl);
    background-color: var(--color-mediumblue);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.more-three:hover {
    background-color: var(--color-royalblue-200);
}
.cards1,
.product-card-three,
.right-side {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-card-three {
    flex: 1;
    flex-direction: column;
    gap: var(--gap-17xl);
    min-width: 174px;
}
.cards1,
.right-side {
    align-self: stretch;
}
.cards1 {
    flex-direction: row;
    padding: 0;
    gap: var(--gap-25xl);
    font-size: 16px;
    line-height: 28px;
}
.right-side {
    flex-direction: column;
    gap: var(--gap-23xl);
    flex-shrink: 0;
    z-index: 1;
}
.copyright-text {
    position: relative;
    line-height: 28px;
    flex-shrink: 0;
    z-index: 1;
}
.copyright-info {
    position: absolute;
    bottom: 70px;
    left: 40%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
    font-size: var(--h2-size);
}
.footer1 {
    flex: 1;
    flex-direction: column;
    gap: 68.8px;
    min-width: 512px;
    max-width: 100%;
    font-size: var(--h1-size);
}
.desktop,
.footer,
.footer1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer {
    position: relative;
    align-self: stretch;
    background-color: var(--color-whitesmoke);
    flex-direction: row;
    flex-wrap: wrap;
    padding: var(--padding-111xl);
    box-sizing: border-box;
    gap: 29.5px;
    max-width: 100%;
    z-index: 2;
    text-align: left;
    font-size: var(--h2-size);
    color: var(--dark-blue);
    font-family: var(--button);
}
.desktop {
    width: 100%;
    position: relative;
    background-color: var(--color-white);
    overflow: hidden;
    flex-direction: column;
    line-height: normal;
    letter-spacing: normal;
}

.word {
    display: inline-block;
    color: gray;
}
.word.highlight {
    color: white;
    transition: color 0.3s ease;
}

i {
    font-size: 48px;
}
.word.highlight i {
    color: var(--color-forestgreen);
    font-size: 48px;
}

.target-list {
    display: flex;
    gap: var(--gap-65xl);
}

.target-item {
    white-space: nowrap;
    padding-bottom: var(--gap-smi);
    cursor: pointer;
}

.target-item.active {
    border-bottom: 4px solid #00BA52;
    font-size: var(--h2-size);
    line-height: 28px;
    font-weight: 700;
}

.faded-div {
    position: absolute;
    width: 120px;
    height: 395px;
    background: linear-gradient(270deg, #fffdfd, hsla(0, 0%, 100%, 0));
    z-index: 1;
    right: 0;
    bottom: 0;
}

.pause-circle-filled, .play-circle-filled {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 16px;
    z-index: 2;
    display: none;
}

.pause-circle-filled.active, .play-circle-filled.active {
    display: block;
    cursor: pointer;
}

dialog[open] {
    display: flex;
}

.terms-policies-modal {
    height: var(--custom_max-height);
    width: 100vw;
    /* display: flex; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.terms-policies-modal-wrapper {
    max-height: 75vh;
    max-width: 700px;
    border: 1px solid var(--color-forestgreen);
    background: #0F0F0F;
    /* box-shadow: 0px 4px 13px 0px var(--color-black); */
    z-index: 12;
    padding: 24px 32px 40px;
    margin: auto;
    color: rgba(255, 255, 255, 0.60);
    top: 100px;
    position: fixed;
    font-family: 'Montserrat';
}

.terms-policies{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 42px;
    position: relative;
    z-index: 12;
}

.terms-policies__tabs{
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

.terms-tab, .policies-tab {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    cursor: pointer;
}

.terms-tab.active, .policies-tab.active {
    color: var(--color-white);
    border-bottom: var(--color-forestgreen) 2px solid;
}

.terms-policies__content{
    scrollbar-gutter: stable;
    overflow-y: auto;
    text-align: start;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.80);
    white-space: break-spaces;
    
    max-height: calc(75vh - 220px);
    height: calc(75vh - 220px);
    overscroll-behavior-y: contain;
}

.terms-policies__content:focus-visible {
    outline: none;
}

.terms-policies__content::-webkit-scrollbar {
    width: 4px;
    height: 60px;
}

.terms-policies__content::-webkit-scrollbar-thumb {
    background: var(--color-forestgreen);
    border-radius: 4px;
}

/* Adjust or remove this line based on whether you want to hide the scrollbar track */
.terms-policies__content::-webkit-scrollbar-track {
    display: none;
}


.terms-policies__footer{
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}

.terms-submit-btn{
    display: flex;
    padding: 12px 59px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    
    color: rgba(255, 255, 255, 0.40);
    
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #0F0F0F;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: -66px;
    z-index: 11;
    pointer-events: none;
}

.terms-submit-btn.active{
    color: var(--color-white);
    border: 1px solid var(--color-forestgreen);
    background: var(--color-forestgreen);
    pointer-events: all;
    cursor: pointer;
}

.homepage__loader {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: var(--custom_max-height);
    width: 100%;
    left: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
    transform: translate(-50%);
    pointer-events: none;
}
.homepage__loader.show {
    display: flex !important;
}

.homepage__loader-logo {
    height: 80px;
    width: 80px;
    animation: loadingAnimation 2s linear 0s infinite normal forwards;
}

.homepage__loader-text {
    font-size: 16px;
    color: var(--color-white);
    font-family: var(--main-copy);
    font-weight: 700;
    margin-top: 16px;
}

.social-media-twitter, .social-media-linkedin {
    cursor: pointer;
}

#homepageVideo {
    max-width: 100%;
    width: max-content;
    border: 1px solid var(--color-forestgreen);
    outline: 2px solid var(--color-forestgreen);
}

.main-networks-gif {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

@keyframes loadingAnimation {
    0% {
        scale: 0.6;
    }
    
    50% {
        scale: 1;
    }
    
    100% {
        scale: 0.6;
    }
}

.terms-policies-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    height: var(--custom_max-height);
    width: 100vw;
    opacity: 0.9;
    z-index: 11;
}

.pricing-content-child.mobile {
    display: none;
}

.supportprivatecircleco-91-9-container a {
    color: var(--color-black);
}

#networks-demo-video.active {
    animation: fadeinbottom 1s ease 0s 1 normal forwards;
}

.layer-1-icon,
.layer-1-icon1,
.layer-1-icon2,
.layer-1-icon3 {
    max-height: 166px;
}

@keyframes fadeinbottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card-one-child,
.product-card-two-child,
.market-icon {
    width: 187px;
    height: 37px;
}

.brand-new-way {
    color: #979797;
    
    /* caps grey title */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.brand-new-container-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;
}

.what-is-the-container p {
    display: inline-block;
}

input[type="checkbox"] {
    /* ...existing styles */
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    border: 0;
    accent-color: var(--color-forestgreen);
    margin: 0;
    cursor: pointer;
}

input[type="checkbox"]:focus-visible {
    outline: none;
}


input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: scale(0);
    /* transition: 120ms transform ease-in-out; */
    box-shadow: inset 20px 20px var(--color-forestgreen);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

/* Common small screens */
@media screen and (max-width: 1050px) {
    .wrapper {
        padding: 0;
    }
    .graph-content-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .graph-description {
        padding-top: 0;
        min-width: auto;
    }
    
    .stats-content-wrapper {
        padding-bottom: 60px;
    }
    .video-content-wrapper {
        padding-bottom: 0;
    }
    
    .benefits-content-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .target-audience {
        border-bottom: 0;
    }
    
    .target-list {
        display: none;
    }
    
    .cards {
        overflow: hidden;
        flex-direction: column;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px;
    }
    
    .pause-circle-filled,
    .play-circle-filled, 
    .faded-div {
        display: none;
    }
    
    .use-case-lead {
        width: 100%;
    }
    
    .investment-banker-looking {
        width: 100%;
        height: auto;
    }
    
    .based-on-relations-between-you-parent {
        padding: 0;
    }
    
    .based-on-relations1 {
        width: 100%;
        height: auto;
    }
    
    .past-client-company {
        height: auto;
    }
    
    .who-can-get1 {
        width: 100%;
        height: auto;
    }
    
    .for-the-large {
        width: 100%;
        height: auto;
    }
    
    .imagine-being-a-group {
        width: 100%;
        height: auto;
    }
    
    .imagine-being-a2 {
        width: 100%;
        height: auto;
    }
    
    .vc-fund-looking {
        width: 100%;
        height: auto;
    }
    
    .based-on-relations2 {
        width: 100%;
        height: auto;
    }
    
    .current-lps-co-investors {
        width: 100%;
        height: auto;
    }
    
    .who-can-get-you-a-new-warm-lea-group {
        width: 100%;
        height: auto;
    }
    
    .imagine-being-a-container {
        width: 100%;
        height: auto;
    }
    
    .imagine-being-a3 {
        width: 100%;
        height: auto;
    }
    
    .wealth-manager-trying {
        width: 100%;
        height: auto;
    }
    
    .based-on-relations3 {
        width: 100%;
        height: auto;
    }
    
    .past-client-and {
        width: 100%;
        height: auto;
    }
    
    .who-can-get-you-a-new-warm-lea-container {
        width: 100%;
        height: auto;
    }
    
    .who-can-get3 {
        width: 100%;
        height: auto;
    }
    
    .to-the-new1 {
        width: 100%;
        height: auto;
    }
    
    .who-can-get2 {
        width: 100%;
        height: auto;
    }
    
    .imagine-being-a1 {
        width: 100%;
        height: auto;
    }
    
    .layer-1-icon,
    .layer-1-icon1,
    .layer-1-icon2,
    .layer-1-icon3 {
        align-self: center;
        max-height: 115px;
    }
    
    .product-card-one,
    .product-card-two,
    .product-card-three {
        justify-content: center;
        align-items: center;
        gap: var(--gap-lg);
        max-width: 340px;
    }
    
    .d-i-v-i-d-e-r {
        display: none;
    }
    
    .pricing-content-child {
        display: none;
    }
    .pricing-content-child.mobile {
        display: block;
        max-width: 210px;
        align-self: center;
    }
    
    .vector-icon {
        height: auto;
        padding-bottom: 6px;
    }
    
    .icon {
        height: auto;
        width: auto;
    }
    
    .contact-info {
        justify-content: center;
        align-items: center;
        gap: var(--gap-11xl);
    }
    
    .supportprivatecircleco-91-9-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .supportprivatecircleco-91-9-container a {
        color: #fff;
        text-decoration: none;
    }
    
    .privacy-policy-terms-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    
    .legal {
        justify-content: center;
        align-items: center;
    }
    
    .privatecircle-mkb-plaza {
        text-align: center;
    }
    
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        text-align: center;
    }
    
    .making-real-world-container {
        font-size: var(--font-size-7xl);
        line-height: 36px;
        font-weight: 400;
    }
    .signup {
        gap: var(--gap-4xl);
    }
    .content {
        gap: var(--gap-5xl);
    }
    .div {
        gap: 130px;
        padding-top: var(--padding-2xl);
        padding-bottom: 119px;
        box-sizing: border-box;
    }
    .privatecircle-networks-is-container {
        font-size: 22px;
        line-height: 30px;
    }
    .left-icon {
        display: none;
    }
    .m-nodes {
        font-size: 30px;
        line-height: 42px;
    }
    .k,
    .k1,
    .m,
    .m1 {
        font-size: 22px;
        line-height: 30px;
    }
    .directors-row1, .directors-row {
        flex-wrap: wrap;
        width: auto;
        min-width: auto;
        max-width: max-content;
    }
    .relationships-label,
    .relationships-stat {
        gap: var(--gap-xl);
    }
    .m-relationships {
        font-size: 30px;
        line-height: 42px;
        
    }
    .k2,
    .m2 {
        font-size: 22px;
        line-height: 30px;
    }
    .relationships-label1 {
        gap: var(--gap-xl);
    }
    .frame-parent {
        gap: 60px;
    }
    .right-stats {
        max-width: 100%;
    }
    .stats-content {
        gap: var(--gap-xl);
    }
    .on-subscription-users-container {
        font-size: 22px;
        line-height: 30px;
    }
    .video-content {
        gap: 60px;
        padding: 60px 20px;
    }
    .privatecircle-markets,.privatecircle-markets1, .privatecircle-markets2, .privatecircle-markets3 {
        font-size: 22px;
        line-height: 30px;
        height: auto;
    }
    .use-case-titles {
        gap: var(--gap-lgi);
        min-width: 100%;
        width: 100%;
    }
    .use-case-list {
        gap: var(--gap-2xl);
        padding-top: var(--padding-8xl);
        padding-bottom: var(--padding-8xl);
        box-sizing: border-box;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        /* max-width: 345px; */
        height: 100%;
    }
    .privatecircle-markets-parent {
        gap: var(--gap-lgi);
    }
    .frame-div,
    .use-case-list1 {
        gap: var(--gap-2xl);
    }
    .use-case-list1 {
        padding-top: var(--padding-15xl);
        padding-bottom: var(--padding-15xl);
        box-sizing: border-box;
    }
    .privatecircle-markets-group {
        gap: var(--gap-lgi);
    }
    .use-case-list2 {
        gap: var(--gap-2xl);
        padding-top: var(--padding-8xl);
        padding-bottom: var(--padding-8xl);
        box-sizing: border-box;
    }
    .privatecircle-markets-container {
        gap: var(--gap-lgi);
    }
    .use-case-list3 {
        gap: var(--gap-2xl);
        padding-top: var(--padding-8xl);
        padding-bottom: var(--padding-8xl);
        box-sizing: border-box;
    }
    .what-is-the-container {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-content-wrapper {
        padding-bottom: 60px;
        box-sizing: border-box;
    }
    .find-real-world-container {
        font-size: 22px;
        line-height: 32px;
    }
    .call-to-action {
        padding-left: var(--padding-xl);
        padding-right: var(--padding-xl);
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-content {
        gap: var(--gap-4xl);
        padding: 40px 20px 80px;
        background: var(--dark-blue);
        color: #fff;
        width: 100%;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .other-products-from {
        font-size: 21px;
        line-height: 28px;
        text-align: center;
    }
    .cards1 {
        gap: var(--gap-41xl);
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-side {
        gap: 42px;
        padding: 60px 20px;
    }
    .copyright-info {
        bottom: 0;
        left: 0;
        color: #fff;
        width: 100vw;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .footer1 {
        gap: 17px;
        min-width: 100%;
    }
    .footer {
        flex-direction: column-reverse;
        padding-left: var(--padding-xl);
        padding-right: var(--padding-xl);
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
        padding: 0;
        gap: 0;
    }
    .terms-policies-modal {
        margin: 0 20px;
        max-height: 75vh;
        top: unset;
    }
    
    .terms-tab, .policies-tab {
        font-size: 14px;
    }
    
    .terms-policies__content{
        font-size: 12px;
        max-height: calc((.95 * var(--custom_max-height)) - 200px);
        height: calc(.95 * var(--custom_max-height));
    }
    
    .terms-policies-backdrop {
        opacity: 1;
    }
    
    .terms-submit-btn{
        font-size: 14px;
    }
    
    .terms-policies-consent{
        font-size: 12px;
    }
    
    .frame-group {
        gap: 24px;
    }
    
    .even-if-you,
    .b2b-saas-founder,
    .existing-investors-on,
    .for-the-growing,
    .investment-banker-looking,
    .past-client-company,
    .for-the-large,
    .vc-fund-looking,
    .current-lps-co-investors,
    .to-the-new,
    .wealth-manager-trying,
    .past-client-and,
    .to-the-new1,
    .privatecircle-networks-is,
    .pay-per-path,
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1,
    .privatecircle-mkb-plaza,
    .supportprivatecircleco-91-9-container,
    .privacy-policy-terms-container,
    .pay-per-path1 {
        font-size: 14px;
        line-height: 22px;
    }
    
    .real-world-networks,
    .as-of-may, 
    .how-is-privatecircle-container, 
    .founder-description,
    .imagine-being-a,
    .based-on-relations,
    .who-can-get,
    .imagine-being-a1,
    .based-on-relations1,
    .who-can-get1,
    .imagine-being-a2,
    .based-on-relations2,
    .who-can-get2,
    .imagine-being-a3,
    .based-on-relations3,
    .who-can-get3,
    .brand-new-way {
        font-size: 12px;
        line-height: 18px;
    }
    
    .usercirclecheck-icon {
        height: 18px;
        width: 18px;
    }
    
    .companies, .investors, .directors, .shareholders, .director-relationships, .shareholder-relationships {
        font-size: 14px;
        line-height: 20px;
    }
    
    .login-wrapper {
        padding: 14px 40px;
    }
    
    .terms-policies-modal-wrapper {
        top: 0;
        max-height: calc(.95 * var(--custom_max-height));
        max-width: 95vw;
        left: 0;
        margin: 2vw;
    }
    
    .use-case-list.wm {
        margin-right: 0;
    }
    
    .use-case-descriptions,
    .frame-parent1,
    .frame-parent2,
    .frame-div {
        min-width: 100%;
        gap: var(--gap-11xl);
        width: 100%;
    }
    
    .graph-content {
        flex-direction: column;
    }
    
    .pricing-question {
        min-width: 100%;
    }
    
    .graph-illustration {
        /* min-width: 100%; */
        height: auto;
    }
    
    .use-case-scenario {
        width: 100%;
    }
    
    .call-to-action-img {
        object-fit: fill;
    }
    
    i {
        font-size: 22px;
    }
    .word.highlight i {
        color: var(--color-forestgreen);
        font-size: 22px;
    }
    
    .pricing-answer > div > i {
        font-size: 24px;
    }
    
    .pricing-answer {
        gap: 14px;
    }
    
    #homepageVideo {
        height: max-content;
        max-height: calc(var(--custom_max-height) - 10vh);
        width: auto;
    }
    
    .terms-policies {
        gap: 24px;
    }
}

/* Mobile Screens */
@media screen and (max-width: 767px) {
    .cards {
        display: flex;
    }
    
    .use-case-list {
        max-width: calc(100vw - 40px);
        padding: 25px;
    }
    
    .graph-illustration {
        min-width: 100%;
    }
    
    .directors-row, .directors-row1 {
        width: 100%;
        padding-right: 16px;
        min-width: 100%;
    }
    
    .investors-value {
        padding-right: 16px;
    }
}

/* Tablet/Phablet screens */
@media screen and (min-width: 768px) and (max-width: 1050px) {
    
    .div,
    .graph-content-wrapper,
    .stats-content-wrapper,
    .video-content,
    .benefits-content-wrapper,
    .pricing-content-wrapper,
    .call-to-action,
    .footer-content,
    .right-side {
        padding-left: 36px;
        padding-right: 36px;
    }
    
    .on-subscription-users-container {
        font-size: 30px;
        line-height: 42px;
    }
    
    .graph-content-wrapper {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 499px) {
    .terms-policies__content {
        max-height: calc((.95 * var(--custom_max-height)) - 230px);
    }
}
@media screen and (max-width: 400px) {
    .privatecircle-mkb-plaza,
    .supportprivatecircleco-91-9-container,
    .privacy-policy-terms-container, .copyright-info
    {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-height: 670px) and (orientation: portrait) {
    .div {
        height: 100vh;
    }
}

@media screen and (min-width: 1280px ) and (max-width: 1365px) {
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        min-height: 196px;
    }
}

@media screen and (min-width: 1366px ) and (max-width: 1439px) {
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        min-height: 168px;
    }
}
@media screen and (min-width: 1440px ) and (max-width: 1529px) {
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        min-height: 140px;
    }
}

@media screen and (min-width: 1530px ) and (max-width: 1920px) {
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        min-height: 112px;
    }
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
    .pricing-question {
        min-width: min-content;
    }
    
    .call-to-action,
    .footer { 
        padding: 60px 20px 108px;
    }
    
    .extensive-and-exclusive,
    .connect-directly-with,
    .connect-directly-with1 {
        min-height: 168px;
    }
    
    .copyright-info {
        bottom: 30px;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
    }

    .copyright-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 780px) {
    #homepage-container.blank {
        section {
            opacity: 0;
        }
    }
}