.lsl-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff;border-bottom:1px solid var(--c-navy-08);transition:box-shadow .3s,background .3s}.lsl-nav.scrolled{background:#fffffff2;backdrop-filter:blur(8px);box-shadow:var(--c-shadow-card)}.lsl-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lsl-logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.lsl-logo-icon{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;display:block}.lsl-logo-text{font-family:"DM Serif Display",Georgia,serif;font-size:22px;color:var(--c-navy)}.lsl-nav-links{display:flex;align-items:center;gap:24px;flex:1;justify-content:center}.lsl-nav-links a{color:var(--c-navy);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s;font-family:Inter,sans-serif}.lsl-nav-links a:hover{color:var(--c-teal)}.lsl-has-dropdown{position:relative;display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:14px;font-weight:500;color:var(--c-navy);padding:8px 0;font-family:Inter,sans-serif}.lsl-has-dropdown:after{content:"▾";font-size:10px;color:var(--c-navy-60);margin-left:4px}.lsl-has-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:10px}.lsl-dropdown-trigger{-webkit-user-select:none;-moz-user-select:none;user-select:none}.lsl-dropdown-panel{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(-6px);background:#fff;border:1px solid var(--c-navy-08);border-radius:12px;padding:12px;min-width:320px;box-shadow:var(--c-shadow-xl);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.lsl-has-dropdown:hover .lsl-dropdown-panel,.lsl-has-dropdown:focus-within .lsl-dropdown-panel{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.lsl-dropdown-panel a{display:block;padding:10px 14px;border-radius:8px;text-decoration:none;transition:background .15s}.lsl-dropdown-panel a:hover{background:var(--c-offwhite)}.lsl-dd-name{display:block;font-weight:600;font-size:14px;color:var(--c-navy);margin-bottom:2px}.lsl-dd-desc{display:block;font-size:12.5px;color:var(--c-navy-60);line-height:1.4}.lsl-nav-cta{display:flex;align-items:center;gap:10px;flex-shrink:0}.lsl-mobile-toggle{display:none;background:transparent;border:none;color:var(--c-navy);cursor:pointer;padding:8px}.lsl-mobile-toggle .hidden{display:none}.lsl-mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--c-navy-08);padding:16px 24px 24px;box-shadow:var(--c-shadow-card)}.lsl-mobile-menu:not(.hidden){display:flex}.lsl-mobile-menu .m-link{display:block;padding:12px 4px;color:var(--c-navy);text-decoration:none;font-weight:500;font-size:15px;border-bottom:1px solid var(--c-navy-08);font-family:Inter,sans-serif}.lsl-mobile-menu .m-dropdown{border-bottom:1px solid var(--c-navy-08)}.lsl-mobile-menu .m-dropdown summary{list-style:none;cursor:pointer;padding:12px 4px;font-weight:500;font-size:15px;color:var(--c-navy);display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif}.lsl-mobile-menu .m-dropdown summary:after{content:"▾";font-size:12px;color:var(--c-navy-60)}.lsl-mobile-menu .m-dropdown[open] summary:after{content:"▴"}.lsl-mobile-menu .m-dropdown summary::-webkit-details-marker{display:none}.lsl-mobile-menu .m-dropdown-body{padding:4px 0 12px 12px;display:flex;flex-direction:column;gap:4px}.lsl-mobile-menu .m-sub-link{display:block;padding:8px 4px;text-decoration:none;border-radius:6px}.lsl-mobile-menu .m-sub-link:hover{background:var(--c-offwhite)}.lsl-mobile-menu .m-cta{margin-top:18px;display:flex;flex-direction:column;gap:10px}.lsl-mobile-menu .m-cta .lsl-btn{width:100%}@media(max-width:1024px){.lsl-nav-links,.lsl-nav-cta{display:none}.lsl-mobile-toggle{display:inline-flex}}@media(max-width:1280px){.lsl-nav-links{gap:18px}}.lsl-footer{background:var(--c-navy);color:#fffc;padding:64px 24px 32px;margin-top:0}.lsl-footer-inner{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px}.lsl-footer-brand .lsl-logo-text{color:#fff;font-size:26px}.lsl-footer-brand p{color:#ffffffa6;font-size:14px;max-width:340px;margin-top:14px;line-height:1.6}.lsl-footer-credentials{margin-top:24px;display:flex;flex-direction:column;gap:10px}.lsl-footer-credentials>div{font-size:12.5px;color:#fff9;line-height:1.45}.lsl-footer-credentials strong{display:block;color:var(--c-gold);font-size:11.5px;letter-spacing:.7px;text-transform:uppercase;font-weight:700}.lsl-footer-col h4{font-family:Inter,sans-serif;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--c-gold);font-weight:700;margin-bottom:16px}.lsl-footer-col ul{list-style:none;padding:0;margin:0}.lsl-footer-col li{margin-bottom:10px}.lsl-footer-col a{color:#fffc;text-decoration:none;font-size:14px;transition:color .2s}.lsl-footer-col a:hover{color:var(--c-gold)}.lsl-footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff80;flex-wrap:wrap;gap:16px}.lsl-footer-meta{display:flex;gap:20px}.lsl-footer-meta a{color:#ffffffb3;text-decoration:none;font-size:12px}.lsl-footer-meta a:hover{color:var(--c-gold)}.lsl-footer-credit{max-width:1200px;margin:18px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.05);text-align:center;font-size:11.5px;color:#fff6;font-style:italic;letter-spacing:.2px}.lsl-footer-credit-heart{color:var(--c-teal);font-style:normal;margin:0 2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:980px){.lsl-footer-inner{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:560px){.lsl-footer-inner{grid-template-columns:1fr;gap:24px}.lsl-footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}}.sample-modal[data-astro-cid-4tt57pwc]{padding:0;border:none;border-radius:8px;width:min(960px,96vw);height:min(900px,92vh);max-height:92vh;background:#d9d7d0;box-shadow:0 24px 80px #00000073;overflow:hidden;color:#1b2a4a}.sample-modal[data-astro-cid-4tt57pwc]::backdrop{background:#0f1423c7;backdrop-filter:blur(2px)}.sample-modal[data-astro-cid-4tt57pwc][open]{display:flex;flex-direction:column}.sample-modal-close[data-astro-cid-4tt57pwc]{position:absolute;top:10px;right:12px;width:36px;height:36px;border:none;background:#1b2a4a0f;color:#1b2a4a;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;transition:background .12s}.sample-modal-close[data-astro-cid-4tt57pwc]:hover{background:#1b2a4a24}.sample-modal-banner[data-astro-cid-4tt57pwc]{background:#d4a8432e;padding:14px 56px 14px 24px;border-bottom:1px solid rgba(212,168,67,.3);display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13.5px;color:#1b2a4a;flex-wrap:wrap;flex-shrink:0}.sample-modal-banner[data-astro-cid-4tt57pwc] strong[data-astro-cid-4tt57pwc]{color:#c49a31;margin-right:6px}.sample-modal-cta-banner[data-astro-cid-4tt57pwc]{display:inline-block;background:#7b2d8e;color:#fff;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.sample-modal-cta-banner[data-astro-cid-4tt57pwc]:hover{background:#5e2270}.sample-modal-body[data-astro-cid-4tt57pwc]{flex:1 1 auto;overflow-y:auto;padding:24px 16px;background:#d9d7d0;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.report-shell[data-astro-cid-4tt57pwc]{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.report-page-img[data-astro-cid-4tt57pwc]{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 6px 20px #1b2a4a1f;-webkit-user-drag:none;user-drag:none}.sample-modal-cta[data-astro-cid-4tt57pwc]{background:#1b2a4a;color:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;flex-shrink:0}.sample-modal-cta[data-astro-cid-4tt57pwc] .left[data-astro-cid-4tt57pwc]{font-size:13.5px;line-height:1.5}.sample-modal-cta[data-astro-cid-4tt57pwc] .left[data-astro-cid-4tt57pwc] strong[data-astro-cid-4tt57pwc]{color:#d4a843}.sample-modal-cta[data-astro-cid-4tt57pwc] a[data-astro-cid-4tt57pwc]{display:inline-flex;align-items:center;gap:8px;background:#d4a843;color:#1b2a4a;font-weight:600;padding:10px 18px;border-radius:6px;text-decoration:none;font-size:13.5px;white-space:nowrap}.sample-modal-cta[data-astro-cid-4tt57pwc] a[data-astro-cid-4tt57pwc]:hover{background:#c49a31}@media(max-width:720px){.sample-modal[data-astro-cid-4tt57pwc]{width:100vw;height:100vh;max-height:100vh;border-radius:0}.sample-modal-banner[data-astro-cid-4tt57pwc]{padding:12px 50px 12px 16px;font-size:12.5px}.sample-modal-body[data-astro-cid-4tt57pwc]{padding:14px 10px}.report-shell[data-astro-cid-4tt57pwc]{gap:12px}.sample-modal-cta[data-astro-cid-4tt57pwc]{flex-direction:column;align-items:stretch;padding:14px 16px}.sample-modal-cta[data-astro-cid-4tt57pwc] a[data-astro-cid-4tt57pwc]{justify-content:center}}@media print{.sample-modal[data-astro-cid-4tt57pwc],.sample-modal[data-astro-cid-4tt57pwc]::backdrop{display:none!important}}.lsl-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid rgba(27,42,74,.1);box-shadow:0 -4px 24px #1b2a4a14;padding:18px 24px}.lsl-cookie-banner[hidden]{display:none}.lsl-cookie-banner-inner{max-width:1200px;margin:0 auto;display:flex;gap:24px;align-items:center;justify-content:space-between;flex-wrap:wrap}.lsl-cookie-banner-text{flex:1 1 360px;min-width:0}.lsl-cookie-banner-text strong{display:block;font-family:"DM Serif Display",Georgia,serif;font-weight:400;color:#1b2a4a;font-size:16px;margin-bottom:4px}.lsl-cookie-banner-text p{color:#1b2a4abf;font-size:13.5px;line-height:1.5;margin:0}.lsl-cookie-banner-text a{color:#1a9e8f;text-decoration:underline}.lsl-cookie-banner-actions{display:flex;gap:10px;flex-shrink:0}.lsl-cookie-btn{border:1px solid transparent;border-radius:8px;padding:9px 18px;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.lsl-cookie-btn-primary{background:#1a9e8f;color:#fff;border-color:#1a9e8f}.lsl-cookie-btn-primary:hover{background:#178678;border-color:#178678}.lsl-cookie-btn-secondary{background:transparent;color:#1b2a4abf;border-color:#1b2a4a33}.lsl-cookie-btn-secondary:hover{background:#1b2a4a0a;color:#1b2a4a;border-color:#1b2a4a52}@media(max-width:640px){.lsl-cookie-banner{padding:14px 16px}.lsl-cookie-banner-inner{gap:12px;flex-direction:column;align-items:stretch}.lsl-cookie-banner-actions{width:100%;justify-content:stretch}.lsl-cookie-btn{flex:1 1 auto;padding:10px 14px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,DM Sans,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--purple: 287 54% 36%;--teal: 172 71% 33%;--gold: 43 60% 55%;--navy: 220 45% 20%;--off-white: 40 33% 97%;--c-navy: #1b2a4a;--c-navy-80: rgba(27,42,74,.8);--c-navy-60: rgba(27,42,74,.6);--c-navy-40: rgba(27,42,74,.4);--c-navy-20: rgba(27,42,74,.2);--c-navy-08: rgba(27,42,74,.08);--c-teal: #1a9e8f;--c-teal-dark: #178a7d;--c-teal-bg: rgba(26,158,143,.08);--c-purple: #7b2d8e;--c-purple-bg: rgba(123,45,142,.08);--c-gold: #d4a843;--c-gold-dark: #c49a31;--c-gold-bg: rgba(212,168,67,.12);--c-offwhite: #f9f7f4;--c-shadow-card: 0 2px 8px rgba(27,42,74,.06);--c-shadow-xl: 0 20px 60px rgba(27,42,74,.15)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,DM Sans,system-ui,sans-serif;font-size:17px;line-height:1.65;color:#1b2a4a;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",Georgia,serif;font-weight:400;line-height:1.2;color:#1b2a4a}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.5rem}p{color:#1b2a4a}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;background-color:#1a9e8f;color:#fff}.btn-primary:hover{background-color:#178a7d;transform:translateY(-2px);box-shadow:0 4px 12px #1a9e8f4d}.btn-purple{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;background-color:#7b2d8e;color:#fff}.btn-purple:hover{background-color:#6a2579;transform:translateY(-2px);box-shadow:0 4px 12px #7b2d8e4d}.section-white{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.section-white{padding-top:6rem;padding-bottom:6rem}}.section-white{background-color:#fff}.section-offwhite{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.section-offwhite{padding-top:6rem;padding-bottom:6rem}}.section-offwhite{background-color:#f9f7f4}.card-hover{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1b2a4a1a}.shadow-card{box-shadow:0 2px 8px #1b2a4a0f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-8{inset:2rem}.-bottom-32{bottom:-8rem}.-left-20{left:-5rem}.-left-32{left:-8rem}.-right-20{right:-5rem}.-right-32{right:-8rem}.-top-12{top:-3rem}.-top-20{top:-5rem}.-top-3{top:-.75rem}.left-1\/2{left:50%}.right-6{right:1.5rem}.z-0{z-index:0}.z-10{z-index:10}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-7{height:1.75rem}.h-96{height:24rem}.h-\[260px\]{height:260px}.h-\[420px\]{height:420px}.h-auto{height:auto}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-7{width:1.75rem}.w-96{width:24rem}.w-\[260px\]{width:260px}.w-\[420px\]{width:420px}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-t-gold{--tw-border-opacity: 1;border-top-color:rgb(212 168 67 / var(--tw-border-opacity, 1))}.border-t-teal{--tw-border-opacity: 1;border-top-color:rgb(26 158 143 / var(--tw-border-opacity, 1))}.bg-gold{--tw-bg-opacity: 1;background-color:rgb(212 168 67 / var(--tw-bg-opacity, 1))}.bg-gold\/10{background-color:#d4a8431a}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-navy\/5{background-color:#1b2a4a0d}.bg-offwhite{--tw-bg-opacity: 1;background-color:rgb(249 247 244 / var(--tw-bg-opacity, 1))}.bg-purple{--tw-bg-opacity: 1;background-color:rgb(123 45 142 / var(--tw-bg-opacity, 1))}.bg-purple\/10{background-color:#7b2d8e1a}.bg-teal{--tw-bg-opacity: 1;background-color:rgb(26 158 143 / var(--tw-bg-opacity, 1))}.bg-teal\/10{background-color:#1a9e8f1a}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-offwhite\/80{--tw-gradient-from: rgb(249 247 244 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 247 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal\/5{--tw-gradient-from: rgb(26 158 143 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 158 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-offwhite{--tw-gradient-to: #f9f7f4 var(--tw-gradient-to-position)}.to-purple\/5{--tw-gradient-to: rgb(123 45 142 / .05) var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-10{padding:2.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pr-8{padding-right:2rem}.pt-12{padding-top:3rem}.pt-20{padding-top:5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-gold{--tw-text-opacity: 1;color:rgb(212 168 67 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-navy{--tw-text-opacity: 1;color:rgb(27 42 74 / var(--tw-text-opacity, 1))}.text-navy\/30{color:#1b2a4a4d}.text-navy\/40{color:#1b2a4a66}.text-navy\/50{color:#1b2a4a80}.text-navy\/60{color:#1b2a4a99}.text-navy\/65{color:#1b2a4aa6}.text-navy\/70{color:#1b2a4ab3}.text-navy\/80{color:#1b2a4acc}.text-navy\/85{color:#1b2a4ad9}.text-purple{--tw-text-opacity: 1;color:rgb(123 45 142 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-teal{--tw-text-opacity: 1;color:rgb(26 158 143 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.font-serif{font-family:"DM Serif Display",Georgia,serif}.text-navy{color:#1b2a4a}.text-teal{color:#1a9e8f}.text-purple{color:#7b2d8e}.text-gold{color:#d4a843}.bg-teal{background-color:#1a9e8f}.bg-purple{background-color:#7b2d8e}.bg-gold{background-color:#d4a843}.bg-offwhite{background-color:#f9f7f4}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-animate{opacity:0}.scroll-animate.animate-fade-in-up{opacity:1}.lsl-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:8px;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:all .3s;text-decoration:none;font-family:inherit;white-space:nowrap}.lsl-btn-purple{background:var(--c-purple);color:#fff}.lsl-btn-purple:hover{background:#6a2579;transform:translateY(-1px);box-shadow:0 4px 12px #7b2d8e4d;color:#fff}.lsl-btn-teal{background:var(--c-teal);color:#fff}.lsl-btn-teal:hover{background:var(--c-teal-dark);transform:translateY(-1px);box-shadow:0 4px 12px #1a9e8f4d;color:#fff}.lsl-btn-ghost{background:transparent;color:var(--c-navy)}.lsl-btn-ghost:hover{color:var(--c-teal);transform:none;box-shadow:none}.lsl-btn-outline{background:transparent;border:2px solid var(--c-teal);color:var(--c-teal);padding:10px 20px}.lsl-btn-outline:hover{background:var(--c-teal);color:#fff}.lsl-btn-outline-purple{background:transparent;border:2px solid var(--c-purple);color:var(--c-purple);padding:10px 20px}.lsl-btn-outline-purple:hover{background:var(--c-purple);color:#fff}.lsl-btn-outline-navy{background:transparent;border:1.5px solid var(--c-navy-20);color:var(--c-navy);padding:10.5px 20px}.lsl-btn-outline-navy:hover{border-color:var(--c-navy);color:var(--c-navy)}.lsl-btn-lg{padding:16px 32px;font-size:16px}.lsl-btn-sm{padding:8px 16px;font-size:13px}.lsl-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.lsl-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;background:var(--c-purple-bg);border-radius:20px;font-size:13px;font-weight:600;color:var(--c-purple);letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;font-family:Inter,sans-serif}.lsl-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--c-purple)}.lsl-eyebrow.gold{background:var(--c-gold-bg);color:var(--c-gold-dark)}.lsl-eyebrow.gold .dot{background:var(--c-gold-dark)}.lsl-eyebrow.teal{background:var(--c-teal-bg);color:var(--c-teal)}.lsl-eyebrow.teal .dot{background:var(--c-teal)}.lsl-section-eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--c-teal);margin-bottom:14px;font-family:Inter,sans-serif}.lsl-section-eyebrow.purple{color:var(--c-purple)}.lsl-section-eyebrow.gold{color:var(--c-gold-dark)}.lsl-h1{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:clamp(2.4rem,4.8vw,3.4rem);line-height:1.08;margin-bottom:22px;letter-spacing:-.01em;color:var(--c-navy)}.lsl-h1 em{font-style:italic;color:var(--c-purple)}.lsl-word-rotator{display:inline-block;position:relative;vertical-align:baseline}.lsl-word-rotator .lsl-word{font-style:italic;color:var(--c-purple);white-space:nowrap;position:absolute;left:0;top:0;opacity:0;transition:opacity .45s ease}.lsl-word-rotator .lsl-word-anchor{position:relative}.lsl-word-rotator .lsl-word.active{opacity:1}@media print{.lsl-word-rotator .lsl-word{opacity:0!important}.lsl-word-rotator .lsl-word-anchor{opacity:1!important}}.lsl-hero-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--c-navy-60);margin-top:28px}.lsl-hero-meta span{display:inline-flex;align-items:center;gap:6px}.lsl-hero-meta svg{color:var(--c-teal);flex-shrink:0}.lsl-cross-link{background:#fff;border:1px solid var(--c-navy-08);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:var(--c-shadow-card)}.lsl-cross-link>div{flex:1 1 0;min-width:0}.lsl-cross-link>.lsl-btn{flex-shrink:0}.lsl-cross-link h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:1.4rem;margin-bottom:4px;color:var(--c-navy)}.lsl-cross-link p{color:var(--c-navy-60);font-size:14.5px;margin:0}@media(max-width:720px){.lsl-cross-link{flex-direction:column;align-items:flex-start;padding:24px 22px}.lsl-cross-link>.lsl-btn{width:100%}}.lsl-pull-quote{position:relative;padding:32px 36px;background:var(--c-offwhite);border-left:4px solid var(--c-purple);border-radius:0 12px 12px 0;margin:32px 0}.lsl-pull-quote p{font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-size:1.4rem;line-height:1.45;color:var(--c-navy)}.lsl-pull-quote cite{display:block;margin-top:14px;font-style:normal;font-size:13px;color:var(--c-navy-60);letter-spacing:.6px;text-transform:uppercase;font-weight:600}.lsl-proof-strip{background:var(--c-navy);color:#fff;padding:28px 24px}.lsl-proof-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;text-align:center}.lsl-proof-item .k{font-family:"DM Serif Display",Georgia,serif;font-size:1.8rem;color:var(--c-gold);line-height:1.05}.lsl-proof-item .v{font-size:12.5px;color:#ffffffb3;margin-top:4px;letter-spacing:.3px}@media(max-width:720px){.lsl-proof-inner{grid-template-columns:repeat(2,1fr);gap:20px}}.hover\:shadow-card:hover{box-shadow:0 2px 8px #1b2a4a0f}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-gold-dark:hover{--tw-bg-opacity: 1;background-color:rgb(196 154 49 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-teal:hover{--tw-bg-opacity: 1;background-color:rgb(26 158 143 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-dark:hover{--tw-bg-opacity: 1;background-color:rgb(23 138 125 / var(--tw-bg-opacity, 1))}.hover\:text-teal:hover{--tw-text-opacity: 1;color:rgb(26 158 143 / var(--tw-text-opacity, 1))}.hover\:text-teal-dark:hover{--tw-text-opacity: 1;color:rgb(23 138 125 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:text-teal:hover{color:#1a9e8f}.hover\:bg-teal:hover{background-color:#1a9e8f}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-teal:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(26 158 143 / var(--tw-ring-opacity, 1))}.group\/link:hover .group-hover\/link\:translate-x-1,.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-teal{--tw-text-opacity: 1;color:rgb(26 158 143 / var(--tw-text-opacity, 1));color:#1a9e8f}.prose-headings\:text-navy :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(27 42 74 / var(--tw-text-opacity, 1))}.prose-headings\:font-serif :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-family:"DM Serif Display",Georgia,serif}.prose-headings\:text-navy :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1b2a4a}.prose-h2\:mb-4 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:1rem}.prose-h2\:mt-10 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:2.5rem}.prose-h2\:text-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:2rem}.prose-h3\:mb-3 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.75rem}.prose-h3\:mt-8 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:2rem}.prose-h3\:text-xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-p\:leading-relaxed :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){line-height:1.625}.prose-p\:text-navy\/80 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1b2a4acc}.prose-a\:text-teal :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(26 158 143 / var(--tw-text-opacity, 1))}.prose-a\:no-underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:none}.prose-a\:text-teal :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1a9e8f}.hover\:prose-a\:text-teal-dark :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity: 1;color:rgb(23 138 125 / var(--tw-text-opacity, 1))}.prose-blockquote\:border-teal :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1;border-color:rgb(26 158 143 / var(--tw-border-opacity, 1))}.prose-blockquote\:text-navy\/70 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1b2a4ab3}.prose-blockquote\:border-teal :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){border-color:#1a9e8f}.prose-strong\:text-navy :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(27 42 74 / var(--tw-text-opacity, 1));color:#1b2a4a}.prose-li\:text-navy\/80 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){color:#1b2a4acc}.prose-hr\:border-gray-200 :is(:where(hr):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}@media(min-width:640px){.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.md\:h-\[340px\]{height:340px}.md\:w-\[340px\]{width:340px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:gap-5{gap:1.25rem}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-14{padding:3.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-24{padding-bottom:6rem}.md\:pb-28{padding-bottom:7rem}.md\:pt-16{padding-top:4rem}.md\:pt-20{padding-top:5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[2\.4rem\]{font-size:2.4rem}.md\:text-\[2\.6rem\]{font-size:2.6rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[1\.05fr_0\.95fr\]{grid-template-columns:1.05fr .95fr}.lg\:justify-end{justify-content:flex-end}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}}
