@font-face{font-family:"Quicksand";font-display:swap;src:url("/assets/fonts/Quicksand-VariableFont_wght.ttf") format("truetype")}:root{--shadow: 0 0.15rem 0.25rem 0.1rem;--primary-rgb: 59, 185, 202;--secondary-rgb: 108, 117, 125;--body-bg: white;--body-color-rgb: 33, 37, 41;--primary: rgb(var(--primary-rgb));--secondary: rgb(var(--secondary-rgb));--body-color: rgb(var(--body-color-rgb))}@media(prefers-color-scheme: dark){:root{--secondary-rgb: 150, 155, 160;--body-bg: #212529;--body-color-rgb: 222, 226, 230}}::selection{background-color:rgba(var(--primary-rgb), 0.6)}*{box-sizing:border-box}body{font-family:"Quicksand",Arial,Helvetica,sans-serif;background-color:var(--body-bg);color:var(--body-color);margin:0;padding:0;display:none}a{color:var(--primary)}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-sm{font-size:.85rem}.text-lg{font-size:1.25rem}.text-xl{font-size:min(4.5vw,1.5rem)}.semibold{font-weight:600}.bold{font-weight:bold}.scroll-fade{--mask: linear-gradient( to bottom, black calc(100% - var(--fade-progress)), transparent 100% );-webkit-mask-image:var(--mask);mask-image:var(--mask)}.btn{border:none;border-radius:10rem;padding:.4rem .8rem;text-decoration:none}@property --btn-fancy-split{syntax:"<percentage>";inherits:true;initial-value:0%}.btn-fancy{font-family:"Quicksand",Arial,Helvetica,sans-serif;font-weight:bold;font-size:1rem;border:.15rem solid var(--primary);cursor:pointer;white-space:nowrap;--btn-fancy-split: 0%;transition:--btn-fancy-split 300ms ease;background:linear-gradient(to right, var(--body-bg) 0 var(--btn-fancy-split), var(--primary) var(--btn-fancy-split) 100%);box-shadow:var(--shadow) rgba(var(--primary-rgb), 0.2)}.btn-fancy div{background:linear-gradient(to right, var(--primary) 0 var(--btn-fancy-split), var(--body-bg) var(--btn-fancy-split) 100%);color:rgba(0,0,0,0);background-clip:text;margin:0 -0.8rem;padding:0 .8rem}.btn-fancy .arrow-right{--my-split: calc((var(--btn-fancy-split) - 78%) / 14 * 100);background:linear-gradient(to right, var(--primary) 0 var(--my-split), var(--body-bg) var(--my-split) 100%);mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');display:inline-block;width:1.25rem;height:1.25rem;margin-bottom:-0.15rem}.btn-fancy:hover{--btn-fancy-split: 101%}.card{border:1px solid rgba(var(--secondary-rgb), 0.3);border-radius:1rem;padding:.5rem;background-color:var(--body-bg);box-shadow:var(--shadow) rgba(var(--secondary-rgb), 0.1)}.alert-primary{border:1px solid rgba(var(--secondary-rgb), 0.3);border-radius:1rem;padding:1rem;background-color:color-mix(in oklab, var(--body-bg), var(--primary) 30%);display:flex;align-items:center;gap:1rem}.alert-primary::before{content:"";display:block;min-width:2rem;height:2rem}.img-fullscreenable{cursor:pointer}#img-fullscreen-container{position:fixed;left:50%;top:50%;translate:-50% -50%;box-shadow:0 0 0 100vmax rgba(0,0,0,.5);border-radius:1rem;display:none}#img-fullscreen-container.visible{display:block}#img-fullscreen-container img{display:block;max-width:calc(100dvw - 4rem);max-height:calc(100dvh - 4rem);width:auto;height:auto;border-radius:1rem}#img-fullscreen-description{position:absolute;left:1rem;bottom:1rem;z-index:1;width:fit-content;max-width:calc(100% - 2rem);border-radius:1rem;padding:clamp(1.25rem,1.25vw,1rem);background:#3bb9ca;color:#fff;font-size:clamp(1.1rem,1vw,1.25rem);font-weight:bold;line-height:1.35}#img-fullscreen-description:empty{display:none}#head{display:flex;align-items:center;justify-content:center;padding:5rem 2rem;position:relative;gap:3rem}@media(max-width: 1000px){#head{flex-direction:column}}#head-brand{display:flex;flex-direction:column;max-width:30rem}#head-pattern{position:absolute;pointer-events:none;width:100dvw;height:100%;background:repeating-linear-gradient(20deg, var(--primary) 0 0.1rem, transparent 0.1rem 1.5rem),repeating-linear-gradient(110deg, var(--primary) 0 0.1rem, transparent 0.1rem 1.5rem);mask-image:radial-gradient(100% 100% at 100% 0, rgba(0, 0, 0, 0.2) 0%, transparent 100%);z-index:-1}#brand-name{font-size:min(15vw,5rem);white-space:nowrap;line-height:1;margin:0 0 3rem}#brand-explanation{text-align:left}#main-buttons{margin-top:2rem;display:flex;gap:2rem;align-items:center}#main-buttons .btn-fancy{font-size:1.5rem;padding:.8rem 1.6rem}#head-image{width:100%;max-height:50dvh;rotate:-1deg;box-shadow:0 1rem 4rem .5rem rgba(var(--primary-rgb), 0.2);border-radius:1rem}@media(max-width: 800px){#head-image{margin-top:2rem}}.section{padding:3rem 2rem;border-top:1px solid color-mix(in oklab, var(--body-color) 15%, var(--primary) 30%)}.section-primary{background-color:var(--primary);color:#fff}.section-secondary{background-color:color-mix(in oklab, var(--body-bg), var(--primary) 10%);color:color-mix(in oklab, var(--body-color), var(--primary) 10%)}h2{margin-top:0;font-size:min(6vw,2rem)}h3{font-size:min(4vw,1.5rem)}#feature-selection{display:flex;gap:.5rem;width:fit-content;max-width:100%;overflow:scroll;scrollbar-width:none}#feature-selection::-webkit-scrollbar{display:none}#feature-selection{margin:auto;background:var(--body-bg);padding:.5rem;border-radius:10rem;margin-bottom:1rem}#feature-selection a{font-size:min(4vw,1.5rem);font-weight:bold;padding:1rem;border:none;border-radius:10rem;cursor:pointer;transition:.2s}#feature-selection a:hover{background:color-mix(in oklab, var(--body-bg), var(--primary) 10%)}#feature-selection a.feature-selection-selected{background:#3bb9ca;color:#fff}#features{overflow:scroll;display:flex;scroll-snap-type:x mandatory;scrollbar-width:none}#features h3{margin:0}#features .feature-wrapper{min-width:100%}#features .feature-wrapper .feature{margin:auto;position:relative;height:fit-content;scroll-snap-align:center;border-radius:1rem}@media(max-width: 800px){#features .feature-wrapper .feature{width:min(393px,100%)}}#features .feature-wrapper .feature .feature-description{position:absolute;left:1rem;bottom:1rem;z-index:1;width:fit-content;max-width:calc(100% - 2rem);border-radius:1rem;padding:1.25rem 1.5rem;background:#3bb9ca;color:#fff;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:bold;line-height:1.35}@media(max-width: 800px){#features .feature-wrapper .feature .feature-description{padding:.75rem 1rem;font-size:1rem;line-height:1.25}}body:has(#img-fullscreen-container.visible) #features .feature-wrapper .feature .feature-description{visibility:hidden}#features picture{display:block}#features img{display:block;width:100%;border-radius:1rem}#feature-synchronisation{margin-top:1rem}#feature-synchronisation::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(59, 185, 202)" d="M32 64A64 64 0 1 1 160 64 64 64 0 1 1 32 64zM0 224c0-35.3 28.7-64 64-64l64 0c3.2 0 6.4 .2 9.5 .7L93.1 205.1C65 233.2 65 278.8 93.1 306.9l56 56c3.4 3.4 7 6.4 10.9 9l0 92.1c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-120.6C12.9 332.4 0 311.7 0 288l0-64zM352 64a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm66.9 141.1l-44.4-44.4c3.1-.5 6.3-.7 9.5-.7l64 0c35.3 0 64 28.7 64 64l0 64c0 23.7-12.9 44.4-32 55.4L480 464c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-92.1c3.9-2.6 7.5-5.6 10.9-9l56-56c28.1-28.1 28.1-73.7 0-101.8zM302.8 177.8c9-3.7 19.3-1.7 26.2 5.2l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-6.9 6.9-17.2 8.9-26.2 5.2S288 321.7 288 312l0-24-64 0 0 24c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c6.9-6.9 17.2-8.9 26.2-5.2S224 190.3 224 200l0 24 64 0 0-24c0-9.7 5.8-18.5 14.8-22.2z"/></svg>') 0 0/2rem 2rem no-repeat}#stats{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 800px){#stats{grid-template-columns:repeat(2, 1fr)}}.stat{text-align:center;font-weight:bold}.stat-number{font-size:3rem}#quotes-caroussel{display:flex;align-items:center;margin:auto;gap:1rem;justify-content:center;position:relative;margin-bottom:1rem}.quotes-caroussel-navigation{width:2rem;height:2rem;border-radius:1rem;border:1px solid rgba(var(--secondary-rgb), 0.3);cursor:pointer;--bg: var(--body-bg);transition:.2s;flex-shrink:0}@media(max-width: 800px){.quotes-caroussel-navigation{position:absolute;top:calc(100% + 1rem)}.quotes-caroussel-navigation#quotes-caroussel-left{translate:-1.5rem 0}.quotes-caroussel-navigation#quotes-caroussel-right{translate:1.5rem 0}#quotes-caroussel{margin-bottom:4rem}}.quotes-caroussel-navigation#quotes-caroussel-left{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgb(108, 117, 125)" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"/></svg>') .6rem .3rem/.8rem no-repeat,var(--bg)}.quotes-caroussel-navigation#quotes-caroussel-right{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgb(108, 117, 125)" d="M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') .6rem .3rem/.8rem no-repeat,var(--bg)}@media(hover: hover){.quotes-caroussel-navigation{display:none}}.quotes-caroussel-navigation:active{--bg: color-mix(in oklab, var(--body-bg), var(--body-color) 10%)}.quotes-caroussel-navigation:focus-visible{outline:.2rem solid var(--primary);outline-offset:.15rem}#quotes{display:flex;overflow:scroll;scrollbar-width:none;max-width:30rem;gap:1rem}@media(min-width: 1400px){#quotes{max-width:92rem;--mask: linear-gradient( to right, transparent 0, black 5rem, black calc(100% - 5rem), transparent 100% );-webkit-mask-image:var(--mask);mask-image:var(--mask)}}@media(hover: none){#quotes{scroll-snap-type:x mandatory}}.quote{min-width:100%;scroll-snap-align:center;border:1px solid rgba(var(--secondary-rgb), 0.3);border-radius:1rem;padding:1rem;background-color:var(--body-bg)}@media(min-width: 1400px){.quote{min-width:calc((100% - 2rem)/3)}}.quote-text{max-height:9rem;overflow:scroll}.quote-author{margin-left:1rem;font-style:italic;font-weight:normal;margin-top:.5rem}#startup-teens{max-width:30rem;margin:auto;width:100%}#startup-teens::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(59, 185, 202)" d="M224.3 128L139.7-12.9c-6.5-10.8-20.1-14.7-31.3-9.1L21.8 21.3C9.9 27.2 5.1 41.6 11 53.5L80.6 192.6c-30.1 33.9-48.3 78.5-48.3 127.4 0 106 86 192 192 192s192-86 192-192c0-48.9-18.3-93.5-48.3-127.4L437.6 53.5c5.9-11.9 1.1-26.3-10.7-32.2L340.2-22.1c-11.2-5.6-24.9-1.6-31.3 9.1L224.3 128zm30.8 142.5c1.4 2.8 4 4.7 7 5.1l50.1 7.3c7.7 1.1 10.7 10.5 5.2 16l-36.3 35.4c-2.2 2.2-3.2 5.2-2.7 8.3l8.6 49.9c1.3 7.6-6.7 13.5-13.6 9.9l-44.8-23.6c-2.7-1.4-6-1.4-8.7 0l-44.8 23.6c-6.9 3.6-14.9-2.2-13.6-9.9l8.6-49.9c.5-3-.5-6.1-2.7-8.3l-36.3-35.4c-5.6-5.4-2.5-14.8 5.2-16l50.1-7.3c3-.4 5.7-2.4 7-5.1l22.4-45.4c3.4-7 13.3-7 16.8 0l22.4 45.4z"/></svg>') 0 0/2rem 2rem no-repeat}#promises div{border:1px solid rgba(var(--secondary-rgb), 0.3);background-color:var(--body-bg);border-bottom-width:0;padding:1rem;padding-left:3.5rem;position:relative}#promises div:first-of-type{border-radius:1rem 1rem 0 0}#promises div:last-of-type{border-radius:0 0 1rem 1rem;border-bottom-width:1px}#promises div::before{content:"";width:2rem;height:2rem;position:absolute;left:1.75rem;top:50%;translate:-50% -50%}#promises #promise-no-ai::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(108, 117, 125)" d="M352 64C352 46.3 337.7 32 320 32C302.3 32 288 46.3 288 64L288 128L192 128C139 128 96 171 96 224L96 448C96 501 139 544 192 544L448 544C501 544 544 501 544 448L544 224C544 171 501 128 448 128L352 128L352 64zM160 432C160 418.7 170.7 408 184 408L216 408C229.3 408 240 418.7 240 432C240 445.3 229.3 456 216 456L184 456C170.7 456 160 445.3 160 432zM280 432C280 418.7 290.7 408 304 408L336 408C349.3 408 360 418.7 360 432C360 445.3 349.3 456 336 456L304 456C290.7 456 280 445.3 280 432zM400 432C400 418.7 410.7 408 424 408L456 408C469.3 408 480 418.7 480 432C480 445.3 469.3 456 456 456L424 456C410.7 456 400 445.3 400 432zM224 240C250.5 240 272 261.5 272 288C272 314.5 250.5 336 224 336C197.5 336 176 314.5 176 288C176 261.5 197.5 240 224 240zM368 288C368 261.5 389.5 240 416 240C442.5 240 464 261.5 464 288C464 314.5 442.5 336 416 336C389.5 336 368 314.5 368 288zM64 288C64 270.3 49.7 256 32 256C14.3 256 0 270.3 0 288L0 384C0 401.7 14.3 416 32 416C49.7 416 64 401.7 64 384L64 288zM608 256C590.3 256 576 270.3 576 288L576 384C576 401.7 590.3 416 608 416C625.7 416 640 401.7 640 384L640 288C640 270.3 625.7 256 608 256z"/></svg>') center/contain no-repeat}#promises #promise-students::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(108, 117, 125)" d="M311.6 95C297.5 75.5 274.9 64 250.9 64C209.5 64 176 97.5 176 138.9L176 141.3C176 205.7 258 274.7 298.2 304.6C311.2 314.3 328.7 314.3 341.7 304.6C381.9 274.6 463.9 205.7 463.9 141.3L463.9 138.9C463.9 97.5 430.4 64 389 64C365 64 342.4 75.5 328.3 95L320 106.7L311.6 95zM141.3 405.5L98.7 448L64 448C46.3 448 32 462.3 32 480L32 544C32 561.7 46.3 576 64 576L384.5 576C413.5 576 441.8 566.7 465.2 549.5L591.8 456.2C609.6 443.1 613.4 418.1 600.3 400.3C587.2 382.5 562.2 378.7 544.4 391.8L424.6 480L312 480C298.7 480 288 469.3 288 456C288 442.7 298.7 432 312 432L384 432C401.7 432 416 417.7 416 400C416 382.3 401.7 368 384 368L231.8 368C197.9 368 165.3 381.5 141.3 405.5z"/></svg>') center/contain no-repeat}#promises #promise-security::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(108, 117, 125)" d="M320 64C324.6 64 329.2 65 333.4 66.9L521.8 146.8C543.8 156.1 560.2 177.8 560.1 204C559.6 303.2 518.8 484.7 346.5 567.2C329.8 575.2 310.4 575.2 293.7 567.2C121.3 484.7 80.6 303.2 80.1 204C80 177.8 96.4 156.1 118.4 146.8L306.7 66.9C310.9 65 315.4 64 320 64zM320 130.8L320 508.9C458 442.1 495.1 294.1 496 205.5L320 130.9L320 130.9z"/></svg>') center/contain no-repeat}#promises #promise-free::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(108, 117, 125)" d="M320 48C306.7 48 296 58.7 296 72L296 84L294.2 84C257.6 84 228 113.7 228 150.2C228 183.6 252.9 211.8 286 215.9L347 223.5C352.1 224.1 356 228.5 356 233.7C356 239.4 351.4 243.9 345.8 243.9L272 244C256.5 244 244 256.5 244 272C244 287.5 256.5 300 272 300L296 300L296 312C296 325.3 306.7 336 320 336C333.3 336 344 325.3 344 312L344 300L345.8 300C382.4 300 412 270.3 412 233.8C412 200.4 387.1 172.2 354 168.1L293 160.5C287.9 159.9 284 155.5 284 150.3C284 144.6 288.6 140.1 294.2 140.1L360 140C375.5 140 388 127.5 388 112C388 96.5 375.5 84 360 84L344 84L344 72C344 58.7 333.3 48 320 48zM141.3 405.5L98.7 448L64 448C46.3 448 32 462.3 32 480L32 544C32 561.7 46.3 576 64 576L384.5 576C413.5 576 441.8 566.7 465.2 549.5L591.8 456.2C609.6 443.1 613.4 418.1 600.3 400.3C587.2 382.5 562.2 378.7 544.4 391.8L424.6 480L312 480C298.7 480 288 469.3 288 456C288 442.7 298.7 432 312 432L384 432C401.7 432 416 417.7 416 400C416 382.3 401.7 368 384 368L231.8 368C197.9 368 165.3 381.5 141.3 405.5z"/></svg>') center/contain no-repeat}#promises #promise-open-source::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(108, 117, 125)" d="M128 128C128 92.7 156.7 64 192 64L341.5 64C358.5 64 374.8 70.7 386.8 82.7L493.3 189.3C505.3 201.3 512 217.6 512 234.6L512 512C512 547.3 483.3 576 448 576L192 576C156.7 576 128 547.3 128 512L128 128zM336 122.5L336 216C336 229.3 346.7 240 360 240L453.5 240L336 122.5zM282.2 359.6C290.8 349.5 289.7 334.4 279.6 325.8C269.5 317.2 254.4 318.3 245.8 328.4L197.8 384.4C190.1 393.4 190.1 406.6 197.8 415.6L245.8 471.6C254.4 481.7 269.6 482.8 279.6 474.2C289.6 465.6 290.8 450.4 282.2 440.4L247.6 400L282.2 359.6zM394.2 328.4C385.6 318.3 370.4 317.2 360.4 325.8C350.4 334.4 349.2 349.6 357.8 359.6L392.4 400L357.8 440.4C349.2 450.5 350.3 465.6 360.4 474.2C370.5 482.8 385.6 481.7 394.2 471.6L442.2 415.6C449.9 406.6 449.9 393.4 442.2 384.4L394.2 328.4z"/></svg>') center/contain no-repeat}#faq{margin-bottom:1rem}#faq .details{border:1px solid rgba(var(--secondary-rgb), 0.3);background-color:var(--body-bg);border-bottom-width:0;padding:1rem;padding-bottom:0;cursor:pointer;position:relative}#faq .details:first-of-type{border-radius:1rem 1rem 0 0}#faq .details:last-of-type{border-radius:0 0 1rem 1rem;border-bottom-width:1px}#faq .details::before{content:attr(summary);display:block;font-weight:bold;margin-bottom:1rem;color:var(--primary);padding-left:2rem}#faq .details::after{content:"";position:absolute;left:.8rem;top:1.1rem;width:1rem;height:1rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgb(108, 117, 125)" d="M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>') center/contain no-repeat;transition:.2s ease}#faq .details[open]::after{rotate:90deg}#faq .details>*{overflow:hidden;height:0px;transition:.2s ease}#footer-section{padding:1rem;background-color:#212529;color:#fff !important}#footer-section #footer{display:flex;gap:1rem;justify-content:center;text-align:center}@media(max-width: 800px){#footer-section #footer{flex-direction:column}}#footer-section #footer h3{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:500}#footer-section #footer a{display:block;margin-top:.25rem;color:#ccc;text-decoration:none;transition:color .3s ease}#footer-section #footer a:hover{color:#fff}#footer-section #footer-copyright{display:flex;gap:.25rem 3rem;justify-content:center;margin-top:.75rem;align-items:center}@media(max-width: 800px){#footer-section #footer-copyright{flex-direction:column}}#footer-section #footer-copyright #footer-copyright-heart{display:inline-block;width:1rem;height:1rem;margin-bottom:-0.2rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(59, 185, 202)" d="M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z"/></svg>') center/contain no-repeat}#cta h2{margin-bottom:.5rem}#cta #cta-info{margin-bottom:1.5rem}#cta #cta-actions{display:flex;gap:1rem 2rem;justify-content:center;flex-wrap:wrap}#cta #cta-actions a{background:var(--body-bg);font-weight:bold;font-size:1.1rem;padding:.8rem 1.6rem;cursor:pointer;border:none;border-radius:10rem;text-decoration:none}
