 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .brand-orange { color: #F26430; } .bg-brand-orange { background-color: #F26430; } .border-brand-orange { border-color: #F26430; } .hover-brand-orange:hover { background-color: #E8571C; } .text-brand-orange { color: #F26430; } .spotlight { animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } } .trust-badge { border: 2px solid #F26430; } .gradient-orange { background: linear-gradient(135deg, #F26430 0%, #FF7F50 100%); }
