


:root {
    --theme-color-primary: #1A5276;
    --theme-color-secondary: #0F172A;
    --theme-container-width: 1280px;
}


.mirage-container {
    max-width: var(--theme-container-width);
    margin: 0 auto;
    padding: 0 1rem;
}


.widget-slot {
    position: relative;
}

.widget-slot-header {
    
}

.widget-slot-footer {
    
}

.widget-slot-sidebar {
    
}

.widget-slot-hero {
    
}

.widget-slot-content {
    
}

.widget-slot-cta {
    
}


.section-title-accent {
    position: relative;
    display: inline-block;
}

.section-title-accent.dotted::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color-primary);
    border-radius: 50%;
}


.widget {
    margin-bottom: 1.5rem;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.widget-content {
    
}


@media (max-width: 768px) {
    :root {
        --theme-container-width: 100%;
    }
}
