.OLCui5omWtCMy1YVzC4j{display:flex;align-items:center;justify-content:center;width:100%;min-height:12rem;padding:2.4rem;pointer-events:none}.oeI1PM7l351m8LJ1M8hz{position:fixed;inset:0;z-index:9999;min-height:100vh;background-color:var(--primary-color)}.zVXDComSW7HeQhlgG7VL{width:min(16rem,40vw);height:.3rem;overflow:hidden;border-radius:.2rem;background:rgba(3,39,193,.12)}.PgpP0J6DH1bnk1lnAKiD{height:100%;width:40%;border-radius:.2rem;background:linear-gradient(90deg, var(--logo), var(--indigo));animation:yPktSh_EodDVtHz9hg3Q 1s ease-in-out infinite}@keyframes yPktSh_EodDVtHz9hg3Q{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}
:root {
    --logo: #0327c1;
    --primary-color: rgba(243, 240, 255, 0.95);
    --white: #fff;
    --secondary-button-cta: rgba(255, 255, 255, 0.1);
    --royal-blue-transparent: rgba(72, 120, 239, 0.2);
    --royal-blue: #46a2f7;
    --gunmetal-black: #26272b;
    --smokey-white: #e0e0e0;
    --midnight-gray: #303136;
    --silver-gray: #adadad;
    --onyx: #161618;
    --ink-black: #1a1a1e;
    --american-glow: #1e5bd8;
    --rich-blue-green: #13c3d4;
    --fuchsia: #7a50d3;
    --bright-orchid: #cd4cf8;
    --blue-marguerite: #7367c8;
    --desert-brown: #b56318;
    --vintage-emerald: #357f42;
    --vintage-emerald-translucent: rgba(53, 127, 66, 0.15);
    --rich-blue-green-translucent: rgba(19, 195, 212, 0.15);
    --american-glow-translucent: rgba(30, 91, 216, 0.15);
    --fuchsia-translucent: rgba(122, 80, 211, 0.15);
    --lavender-mist: rgba(243, 240, 255, 0.95);
    --slate-black: #111827;
    --slate-gray: #4b5563;
    --pale-lavender: #e9d5ff;
    --coral-pink: #fca5a5;
    --sky-blue: #bae6fd;
    --indigo: #5a4bda;
    --deep-purple: #581c87;
    --emerald-green: #22c55e;
    --golden-yellow: #facc15;
    --light-gray: #e5e7eb;
    --black: #000000;
    --cool-gray: #9ca3af;
    --soft-purple: #c4b5fd;
    --charcoal-gray: #374151;
    --medium-gray: #6b7280;
    --light-lavender: #d8b4fe;
    --bright-green: #4ade80;
    --charcoal-slate: #1f2937;
    --pale-gray: #d1d5db;
    --vibrant-pink: #f472b6;
    --bright-purple: #c084fc;
    --bright-red: #ef4444;
    --amber-yellow: #eab308;
    --white-translucent: rgba(255, 255, 255, 0.5);
    --white-translucent-light: rgba(255, 255, 255, 0.1);
    --slate-white: #f8fafc;
    --ghost-white: #f9fafb;
    --gray-white: #f3f4f6;
    --coral-pink-translucent: rgba(252, 165, 165, 0.15);
    --indigo-translucent: rgba(90, 75, 218, 0.15);
    --deep-purple-translucent: rgba(88, 28, 135, 0.15);
    --amber-yellow-translucent: rgba(234, 179, 8, 0.15);
    --bright-red-translucent: rgba(239, 68, 68, 0.15);
    --bright-green-translucent: rgba(74, 222, 128, 0.15);
    --sky-light: #f0f9ff;
    --ice-blue: #e0f2fe;
    --pale-blue: #eff6ff;
    --light-purple: #faf5ff;
    --vibrant-purple: #9333ea;
    --mint-light: #f0fdfa;
    --teal-dark: #0d9488;
    --peach-light: #fff7ed;
    --orange-bright: #f97316;
    --rose-light: #fef2f2;
    --indigo-light: #eef2ff;
    --indigo-dark: #4f46e5;
    --slate-blue: #94a3b8;
    --dark-slate: #1e293b;
    --dark-gray: #334155;
    --blue-light: #f5f9fd;
    --blue-medium: #3b82f6;
    --slate-darker: #0f172a;
    --slate-lighter: #e2e8f0;
    --slate-medium: #64748b;
    --azure-blue: #2563eb;
    --emerald-green: #10b981;
    --ocean-blue: #0284c7;
    --deep-violet: #7c3aed;
    --soft-indigo: #6366f1;
    --hot-pink: #ec4899;
    --light-blue: #dbeafe;
    --violet: #818cf8;
    --dark-navy: #2a3441;
    --sky-bright: #60a5fa;
    --tangerine: #fb923c;
    --claude: #cc785c;
}

*,*::before,*::after{padding:0;margin:0;font-family:"Inter",sans-serif !important;box-sizing:border-box}html{font-size:62.5%;background-color:var(--primary-color);overflow-x:hidden}@media only screen and (max-width: 1600px){html{font-size:58%}}@media only screen and (max-width: 1200px){html{font-size:56%}}@media only screen and (max-width: 900px){html{font-size:50%}}@media only screen and (min-width: 2000px){html{font-size:75%}}
