#founders{
display:none;
}

@media (min-width: 640px) {
.sm\:max-w-xl {
max-width: 36rem;
}

.sm\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}

}

@media (min-width: 768px) {
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}

.md\:max-w-full {
max-width: 100%;
}
.md\:px-24 {
padding-left: 6rem;
padding-right: 6rem;
}

}

@media (min-width: 1024px) {
.lg\:max-w-screen-xl {
max-width: 1280px;
}

.lg\:max-w-screen-lg {
max-width: 1024px;
}

.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.lg\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}

}

.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}

.text-gray-900 {
–tw-text-opacity: 1;
color: rgb(17 24 39 / var(–tw-text-opacity));
}

.font-bold {
font-weight: 700;
}

.font-sans {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, “Noto Sans”, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, “Noto Color Emoji”;
}

.leading-none {
line-height: 1;
}

.tracking-tight {
letter-spacing: -0.025em;
}

.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}

.py-28 {
padding-top: 7rem;
padding-bottom: 7rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

.mb-6 {
margin-bottom: 1.5rem;
}

.inline-block {
display: inline-block;
}