.hs-dba943df-wrapper {
    font-family: inherit;
}

.hs-dba943df-container {
    max-width: 92%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.mb-16 { margin-bottom: 4rem; }
.mt-4 { margin-top: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.text-white { color: #fff; }
.bg-white { background-color: #fff; }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }

.hs-dba943df-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .hs-dba943df-stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.hs-dba943df-stat-number {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .hs-dba943df-stat-number { font-size: 3rem; line-height: 1; }
}

.hs-dba943df-stat-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hs-dba943df-timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #e5e7eb;
}

.hs-dba943df-timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.hs-dba943df-timeline-content-wrap,
.hs-dba943df-timeline-spacer {
    width: 50%;
}

.hs-dba943df-timeline-spacer {
    display: none;
}
@media (min-width: 768px) {
    .hs-dba943df-timeline-spacer { display: block; }
}

.hs-dba943df-timeline-content {
    padding: 1rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .hs-dba943df-timeline-content { text-align: right; }
    .hs-dba943df-timeline-item.hs-reverse { flex-direction: row-reverse; }
    .hs-dba943df-timeline-item.hs-reverse .hs-dba943df-timeline-content { text-align: left; }
}

.hs-dba943df-timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #dc2626;
}

.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-black { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.text-gray-900 { color: #111827; }
.text-gray-600 { color: #4b5563; }
.tracking-tight { letter-spacing: -0.025em; }
