.navigation-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,51,102,.1);transition:all .3s ease}.navigation-header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-logo{display:flex;align-items:center;gap:1rem;font-size:1.5rem;font-weight:700;color:#036}.nav-logo img{height:60px;width:auto}.logo-text{background:linear-gradient(135deg,#036,#004080);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#036;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.nav-link:hover{color:#004080}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#036,#004080);transition:width .3s ease}.nav-link:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#036,#004080);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0033664d}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger-line{width:25px;height:3px;background:#036;transition:all .3s ease;border-radius:2px}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.nav-menu{position:fixed;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:1rem 0;border-bottom:1px solid rgba(0,51,102,.1);width:100%;text-align:center}.nav-link:last-child{border-bottom:none}.mobile-menu-toggle{display:flex}.nav-cta{display:none}}@media (max-width: 480px){.nav-container{padding:0 1rem}.nav-logo{font-size:1.25rem}.nav-logo img{height:50px}}*{margin:0;padding:0;box-sizing:border-box}.repsold-landing{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;position:relative}.repsold-landing .container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{min-height:100vh;position:relative;display:flex;align-items:center;background:#036;overflow:hidden;z-index:1;padding-top:80px}@media (max-width: 768px){.hero-section{padding-top:70px;min-height:90vh}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.wave-animation{position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.1) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.1) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.1) 75%);background-size:20px 20px;animation:wave 3s ease-in-out infinite}@keyframes wave{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.hero-content{position:relative;z-index:10;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;min-height:80vh}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding:2rem 0}.hero-title{font-size:4rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.title-line{display:block;animation:slideInUp 1s ease-out}.title-line:nth-child(2){animation-delay:.2s;color:gold}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;animation:fadeIn 1s ease-out .4s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-cta{display:flex;gap:1rem;animation:fadeIn 1s ease-out .6s both;align-items:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border:none;text-decoration:none}.cta-button.primary{background:linear-gradient(135deg,gold,orange);color:#036;box-shadow:0 4px 15px #ffd7004d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70066}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.button-icon{transition:transform .3s ease}.cta-button:hover .button-icon{transform:translate(3px)}.hero-visual{position:relative;height:500px;z-index:5;display:flex;align-items:center;justify-content:center}.world-map-image{width:100%;height:100%;object-fit:contain;z-index:1;max-width:600px;max-height:400px}.about-section{padding:6rem 0;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fbbf24}.about-text{font-size:1.2rem;line-height:1.8;color:#e5e7eb;margin:0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#036;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.services-section{padding:6rem 0;background:#f8f9fa;position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-card.active{background:linear-gradient(135deg,#036,#004080);color:#fff;transform:translateY(-10px)}.service-icon{width:80px;height:80px;margin-bottom:1.5rem}.service-icon img{width:100%;height:100%;object-fit:contain}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#036}.service-card.active .service-title{color:#fff}.service-description{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.service-card.active .service-description{color:#ffffffe6}.service-details{margin-top:1rem}.service-list{list-style:none;padding:0}.service-list li{border-bottom:1px solid rgba(255,255,255,.1);position:relative;padding:.5rem 0 .5rem 1.5rem}.service-list li:before{content:"✓";position:absolute;left:0;color:gold;font-weight:700}.service-arrow{position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:#036;transition:all .3s ease}.service-card.active .service-arrow{color:gold;transform:translate(5px)}.stats-section{padding:4rem 0;background:linear-gradient(135deg,#036,#004080);color:#fff;position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem}.stat-number{font-size:3rem;font-weight:800;color:gold;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.why-choose-section{padding:6rem 0;background:#fff;position:relative;z-index:2}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:#036;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}.trading-section{padding:6rem 0;background:#f8f9fa;position:relative;z-index:2}.trading-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}.trading-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;flex:0 0 calc(33.333% - 1.5rem);min-width:320px;max-width:350px}@media (max-width: 768px){.trading-card{flex:0 0 calc(50% - 1rem);min-width:280px;max-width:320px}}@media (max-width: 480px){.trading-card{flex:0 0 100%;max-width:100%}}.trading-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.trading-card:hover .trading-details{opacity:1;transform:translateY(0)}.trading-image{height:200px;overflow:hidden}.trading-image img{width:100%;height:100%;object-fit:cover}.trading-content{padding:1.5rem;position:relative;height:100%}.trading-title{font-size:1.25rem;font-weight:700;color:#036;margin-bottom:.5rem}.trading-description{color:#666;line-height:1.6;margin-bottom:1rem}.trading-details{position:absolute;inset:0;background:#1e3a8ae6;color:#fff;padding:1.5rem;opacity:0;transform:translateY(20px);transition:all .3s ease;display:flex;align-items:center;justify-content:center;border-radius:15px;z-index:10}.trading-details-text{font-size:.9rem;line-height:1.6;text-align:center;margin:0}.testimonial-section{padding:6rem 0;background:linear-gradient(135deg,#036,#004080);color:#fff;position:relative;z-index:2}.testimonial-content{max-width:800px;margin:0 auto;text-align:center}.testimonial-quote{position:relative}.quote-marks{font-size:6rem;color:gold;opacity:.4;position:absolute;top:-3rem;left:50%;transform:translate(-50%);z-index:10;pointer-events:none}.testimonial-quote blockquote{font-size:1.25rem;line-height:1.8;font-style:italic;margin:2rem 0;position:relative;z-index:15;color:#fff}.testimonial-author{margin-top:2rem}.author-name{font-size:1.25rem;font-weight:700;color:gold;margin-bottom:.5rem}.author-title{opacity:.8}.contact-section{padding:6rem 0;background:#fff;position:relative;z-index:2}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-title{font-size:2.5rem;font-weight:700;color:#036;margin-bottom:1rem}.contact-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{font-size:1.1rem;color:#333}.contact-form{background:#f8f9fa;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#036}.submit-button{background:linear-gradient(135deg,#036,#004080);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0033664d}.submit-button:disabled{background:#6b7280;cursor:not-allowed;transform:none}.success-message{text-align:center;padding:2rem;background:#f0f9ff;border:2px solid #0ea5e9;border-radius:10px;color:#0c4a6e}.success-message p{margin:0;font-size:1.1rem;font-weight:500}.validation-error{color:#dc2626;font-size:.875rem;margin-top:.25rem;display:block}.footer{background:#036;color:#fff;padding:3rem 0;position:relative;z-index:2}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-logo img{height:80px;width:auto}.footer-text p{margin:.5rem 0;opacity:.8}.mobac-section{padding:5rem 0;background:#f8fafc;position:relative;z-index:2}.mobac-content{max-width:800px;margin:0 auto;text-align:center}.mobac-text p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:2rem}.mobac-link{margin-top:2rem}.mobac-website-link{display:inline-block;background:#036;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #003366}.mobac-website-link:hover{background:transparent;color:#036;transform:translateY(-2px);box-shadow:0 4px 12px #0363}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:1rem;text-align:center;min-height:60vh}.hero-title{font-size:2.5rem}.hero-cta{justify-content:center;flex-wrap:wrap;margin-bottom:.5rem}.hero-visual{margin-top:.5rem}.services-grid,.contact-content{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:2rem;text-align:center}.services-grid{grid-template-columns:1fr}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-leading:initial;--tw-tracking:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-gray-300:oklch(87.2% .01 258.338);--color-gray-700:oklch(37.3% .034 259.733);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--tracking-wide:.025em;--leading-relaxed:1.625;--radius-md:.375rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-7{margin:calc(var(--spacing)*7)}.m-10{margin:calc(var(--spacing)*10)}.m-14{margin:calc(var(--spacing)*14)}.m-19{margin:calc(var(--spacing)*19)}.m-20{margin:calc(var(--spacing)*20)}.m-21{margin:calc(var(--spacing)*21)}.m-22{margin:calc(var(--spacing)*22)}.m-30{margin:calc(var(--spacing)*30)}.m-35{margin:calc(var(--spacing)*35)}.m-40{margin:calc(var(--spacing)*40)}.m-42{margin:calc(var(--spacing)*42)}.m-50{margin:calc(var(--spacing)*50)}.m-63{margin:calc(var(--spacing)*63)}.m-65{margin:calc(var(--spacing)*65)}.m-66{margin:calc(var(--spacing)*66)}.m-70{margin:calc(var(--spacing)*70)}.m-73{margin:calc(var(--spacing)*73)}.m-77{margin:calc(var(--spacing)*77)}.m-83{margin:calc(var(--spacing)*83)}.m-87{margin:calc(var(--spacing)*87)}.m-100{margin:calc(var(--spacing)*100)}.m-106{margin:calc(var(--spacing)*106)}.m-119{margin:calc(var(--spacing)*119)}.m-150{margin:calc(var(--spacing)*150)}.m-158{margin:calc(var(--spacing)*158)}.m-165{margin:calc(var(--spacing)*165)}.m-170{margin:calc(var(--spacing)*170)}.m-183{margin:calc(var(--spacing)*183)}.m-185{margin:calc(var(--spacing)*185)}.m-190{margin:calc(var(--spacing)*190)}.m-191{margin:calc(var(--spacing)*191)}.m-198{margin:calc(var(--spacing)*198)}.m-230{margin:calc(var(--spacing)*230)}.m-242{margin:calc(var(--spacing)*242)}.m-255{margin:calc(var(--spacing)*255)}.m-274{margin:calc(var(--spacing)*274)}.m-305{margin:calc(var(--spacing)*305)}.m-322{margin:calc(var(--spacing)*322)}.m-345{margin:calc(var(--spacing)*345)}.m-346{margin:calc(var(--spacing)*346)}.m-370{margin:calc(var(--spacing)*370)}.m-373{margin:calc(var(--spacing)*373)}.m-393{margin:calc(var(--spacing)*393)}.m-460{margin:calc(var(--spacing)*460)}.m-514{margin:calc(var(--spacing)*514)}.m-541{margin:calc(var(--spacing)*541)}.m-625{margin:calc(var(--spacing)*625)}.m-652{margin:calc(var(--spacing)*652)}.m-692{margin:calc(var(--spacing)*692)}.m-722{margin:calc(var(--spacing)*722)}.m-779{margin:calc(var(--spacing)*779)}.m-997{margin:calc(var(--spacing)*997)}.m-1130{margin:calc(var(--spacing)*1130)}.m-1180{margin:calc(var(--spacing)*1180)}.m-1203{margin:calc(var(--spacing)*1203)}.m-1241{margin:calc(var(--spacing)*1241)}.m-1285{margin:calc(var(--spacing)*1285)}.m-1315{margin:calc(var(--spacing)*1315)}.m-1316{margin:calc(var(--spacing)*1316)}.m-1392{margin:calc(var(--spacing)*1392)}.m-1574{margin:calc(var(--spacing)*1574)}.m-1648{margin:calc(var(--spacing)*1648)}.m-1882{margin:calc(var(--spacing)*1882)}.m-1923{margin:calc(var(--spacing)*1923)}.m-1944{margin:calc(var(--spacing)*1944)}.m-1978{margin:calc(var(--spacing)*1978)}.m-2230{margin:calc(var(--spacing)*2230)}.m-2362{margin:calc(var(--spacing)*2362)}.m-2448{margin:calc(var(--spacing)*2448)}.m-2592{margin:calc(var(--spacing)*2592)}.m-2828{margin:calc(var(--spacing)*2828)}.m-3023{margin:calc(var(--spacing)*3023)}.m-3246{margin:calc(var(--spacing)*3246)}.m-3373{margin:calc(var(--spacing)*3373)}.m-3478{margin:calc(var(--spacing)*3478)}.m-4250{margin:calc(var(--spacing)*4250)}.m-4580{margin:calc(var(--spacing)*4580)}.m-5157{margin:calc(var(--spacing)*5157)}.m-5657{margin:calc(var(--spacing)*5657)}.i-mdi-home{width:1em;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8z'/%3E%3C/svg%3E");background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.contents{display:contents}.aspect-\[2\/1\]{aspect-ratio:2}.min-h-full{min-height:100%}.w-full{width:100%}.max-w-\[900px\]{max-width:900px}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.bg-white{background-color:var(--color-white)}.\[mask-image\:url\(\'\/wikipedia-continents\.svg\'\)\]{-webkit-mask-image:url(/wikipedia-continents.svg);mask-image:url(/wikipedia-continents.svg)}.\[mask-size\:contain\]{-webkit-mask-size:contain;mask-size:contain}.\[mask-position\:center\]{-webkit-mask-position:50%;mask-position:50%}.\[mask-repeat\:no-repeat\]{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.\[-webkit-mask-image\:url\(\'\/wikipedia-continents\.svg\'\)\]{-webkit-mask-image:url(/wikipedia-continents.svg)}.\[-webkit-mask-position\:center\]{-webkit-mask-position:50%}.\[-webkit-mask-repeat\:no-repeat\]{-webkit-mask-repeat:no-repeat}.\[-webkit-mask-size\:contain\]{-webkit-mask-size:contain}}html{scroll-behavior:smooth}header{margin-inline:auto;font-size:.875rem;line-height:1.71429}header :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}header :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}header :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}header :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}header :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}header :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}header :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}header :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}header :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}header :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}header :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}header :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}header :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}header :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}header :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}header :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}header :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}header :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}header :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}header :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}header :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}header :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}header :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}header :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}header :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}header :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}header :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}header :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}header :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}header :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}header :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}header :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}header :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}header :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}header :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}header :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}header :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}header :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}header :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}header :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}header :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}header{margin-bottom:calc(var(--spacing)*-8);padding-inline:calc(var(--spacing)*4);padding-top:calc(var(--spacing)*6)}@media (min-width:48rem){header{color:var(--tw-prose-body);max-width:65ch}header :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}header :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}header :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}header :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}header :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}header :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}header :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}header :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}header :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}header :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}header :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}header :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}header :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}header :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}header :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}header :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}header :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}header :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}header :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}header :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}header :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){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;font-style:italic;font-weight:500}header :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}header :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}header :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}header :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}header :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}header :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}header :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}header :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}header :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}header :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}header :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}header :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}header :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}header :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}header :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}header :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,header :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}header :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}header :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}header :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}header :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}header :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}header :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}header :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,header :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}header :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}header :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}header :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}header :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}header :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}header :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}header :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}header :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}header :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}header :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}header :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}header{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}header :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}header :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}header :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}header :where(.md\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}header :where(.md\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}header :where(.md\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}header :where(.md\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}header :where(.md\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}header :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}header :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}header :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}header :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),header :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}header :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}header :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}header :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}header :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}header :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}header :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}header :where(.md\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}header :where(.md\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}header{padding-inline:calc(var(--spacing)*6)}}header p{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide);color:var(--color-gray-700)}main{color:var(--tw-prose-body);max-width:65ch;margin-inline:auto}main :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}main :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}main :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}main :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}main :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}main :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}main :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}main :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}main :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}main :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}main :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}main :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}main :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}main :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}main :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}main :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}main :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}main :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}main :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}main :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}main :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){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;font-style:italic;font-weight:500}main :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}main :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}main :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}main :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}main :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}main :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}main :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}main :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}main :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}main :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}main :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}main :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}main :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}main :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}main :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}main :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,main :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}main :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}main :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}main :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}main :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}main :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}main :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}main :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,main :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}main :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}main :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}main :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}main :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}main :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}main :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}main :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}main :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}main :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}main :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}main :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}main{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}main :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}main :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}main :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}main :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}main :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}main :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}main :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}main :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}main :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}main :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}main :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}main :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),main :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}main :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}main :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}main :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}main :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}main :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}main :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}main :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}main :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}main{padding:calc(var(--spacing)*4);--tw-prose-links:oklch(51.1% .262 276.966);--tw-prose-invert-links:oklch(58.5% .233 277.117)}@media (min-width:40rem){main{border-radius:var(--radius-md)}}@media (min-width:48rem){main{padding-inline:calc(var(--spacing)*6)}}footer{padding-block:calc(var(--spacing)*6);text-align:center;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-gray-700)}footer a{text-decoration-line:underline}button{border-radius:var(--radius-md);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-300);background-color:var(--color-white);padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2);--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);align-items:center;display:flex}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-leading{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
