.liquid-content .text-xs{font-size:var(--text-xs,.75rem)!important}.liquid-content .text-sm{font-size:var(--text-sm,12px)!important}.liquid-content .text-base{font-size:var(--text-base,14px)!important}.liquid-content .text-lg{font-size:var(--text-lg,24px)!important}.liquid-content .text-xl{font-size:var(--text-xl,32px)!important}.liquid-content .text-2xl{font-size:var(--text-2xl,1.5rem)!important}.liquid-content .text-3xl{font-size:var(--text-3xl,1.875rem)!important}.liquid-content .text-4xl{font-size:var(--text-4xl,2.25rem)!important}.liquid-content .rounded-medium{border-radius:var(--radius-medium,64px)!important}.liquid-content .rounded-large{border-radius:var(--radius-large,96px)!important}.liquid-content .rounded-base{border-radius:var(--radius-base,8px)!important}.liquid-content .text-base-grey{color:var(--color-base-grey,#e1e1e1)!important}.liquid-content .text-base-grey-dark{color:var(--color-base-grey-dark,#757471)!important}.liquid-content .bg-brand-blue{background-color:var(--color-brand-blue,#e5ebff)!important}.liquid-content .bg-base-off-white{background-color:var(--color-base-off-white,#f5f5f5)!important}.liquid-content .bg-gradient-to-r.from-base-matte-black\/60.via-base-matte-black\/40.to-transparent{background:linear-gradient(90deg,#1e1e1e99 0%,#1e1e1e66 40%,#0000 100%)!important}.btn--outlined{border:1px solid var(--color-neutral-300,#d1d5db);cursor:pointer;background:0 0;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn--outlined:hover{background:var(--color-neutral-100,#f3f4f6)}.btn--outlined-active{background:var(--color-gray-900,#111827)!important;color:#fff!important;border-color:var(--color-gray-900,#111827)!important}.btn-icon--outlined{border:1px solid var(--color-neutral-300,#d1d5db);cursor:pointer;background:0 0;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.btn-icon--outlined:hover{background:var(--color-neutral-100,#f3f4f6)}.mod-hero{width:100%;margin-bottom:2rem;position:relative}.mod-hero-inner{flex-direction:column;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.mod-hero-inner{flex-direction:row}}.mod-hero-bg{width:100%;height:100%;position:absolute;inset:0}.mod-hero-bg img{object-fit:cover;width:100%;height:100%}.mod-hero-gradient{background:linear-gradient(90deg,#1e1e1e99 0%,#1e1e1e66 40%,#0000 100%);position:absolute;inset:0}.mod-hero-content{z-index:10;width:100%;padding:3rem 1.5rem;position:relative}@media (min-width:768px){.mod-hero-content{width:50%;padding:3rem}}@media (min-width:1024px){.mod-hero-content{padding:4rem}}.mod-hero-body{flex-direction:column;gap:1.5rem;max-width:32rem;display:flex}.mod-hero-tag{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:.875rem}.mod-hero-heading{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){.mod-hero-heading{font-size:1.5rem}}@media (min-width:1024px){.mod-hero-heading{font-size:1.875rem}}.mod-hero-tagline{color:#9ca3af;font-size:1rem}.mod-hero-btn{color:#111;cursor:pointer;background:#fff;border-radius:.25rem;align-items:center;width:fit-content;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s;display:inline-flex}.mod-hero-btn:hover{background:#f3f4f6}.mod-ba{width:100%}.mod-ba-container{max-width:1200px;margin:0 auto;padding:2rem 0}@media (min-width:768px){.mod-ba-container{padding:6rem 0}}.mod-ba-header{text-align:center;margin-bottom:4rem}.mod-ba-tag{text-transform:uppercase;color:#6b7280;margin-bottom:1rem;font-size:.875rem}.mod-ba-title{font-size:1.25rem;font-weight:400}.mod-ba-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:75px;padding:0 1rem 2rem;display:flex;overflow-x:auto}.mod-ba-track::-webkit-scrollbar{display:none}.mod-ba-slide{scroll-snap-align:center;flex-shrink:0;width:280px}@media (min-width:768px){.mod-ba-slide{width:23.5%;min-width:280px}}.mod-ba-card{background:#fff;border-radius:.75rem;flex-direction:column;height:100%;display:flex;overflow:hidden}.mod-ba-image-wrapper{position:relative}.mod-ba-image-wrapper img{object-fit:cover;width:100%;height:auto}.mod-ba-labels-horizontal{z-index:10;grid-template-columns:1fr 1fr;width:100%;display:grid;position:absolute;top:.75rem;left:0}.mod-ba-labels-horizontal>div{justify-content:center;display:flex}.mod-ba-labels-vertical{z-index:10;grid-template-rows:1fr 1fr;height:100%;display:grid;position:absolute;top:0;left:0}.mod-ba-labels-vertical>div{align-items:flex-end;margin:.75rem;display:flex}.mod-ba-label{color:#fff;background:#3b82f6;border-radius:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500}.mod-ba-content{padding:1.5rem 1.5rem 4rem}.mod-ba-benefit{margin-bottom:.5rem;font-weight:500}.mod-ba-attribution{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.mod-ba-quote{font-size:.875rem;line-height:1.5}.mod-container-narrow{max-width:64rem;margin:0 auto;padding:2rem 1rem}@media (min-width:768px){.mod-container-narrow{padding:4rem 1rem}}.mod-heading-center{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:600}@media (min-width:768px){.mod-heading-center{margin-bottom:3rem;font-size:2rem}}.mod-grid-2{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.mod-grid-2{grid-template-columns:repeat(2,1fr);gap:2rem}}.mod-section-narrow{max-width:56rem;margin:0 auto}.mod-step-content{flex-direction:column;display:flex}.mod-card-bordered{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}@media (prefers-color-scheme:dark){.mod-card-bordered{background:#1f2937;border-color:#374151}}.mod-step-label{color:#3b82f6;margin-bottom:1rem;font-size:.875rem;font-weight:600}.mod-image-placeholder{background:#f3f4f6;border-radius:.5rem;justify-content:center;align-items:center;display:flex;overflow:hidden}@media (prefers-color-scheme:dark){.mod-image-placeholder{background:#374151}}.mod-image-placeholder img{object-fit:cover;width:100%;height:100%}.mod-aspect-video{aspect-ratio:16/9}.mod-aspect-portrait{aspect-ratio:3/4}.mod-aspect-square{aspect-ratio:1}.mod-prose{color:#374151;font-size:.9375rem;line-height:1.6}@media (prefers-color-scheme:dark){.mod-prose{color:#d1d5db}}.mod-prose p{margin-bottom:.75rem}.mod-prose p:last-child{margin-bottom:0}.mb-4{margin-bottom:1rem}.mod-mb-6{margin-bottom:1.5rem}.mod-rounded-xl{border-radius:.75rem}.mod-stories-carousel{padding:2rem 0}@media (min-width:768px){.mod-stories-carousel{padding:4rem 0}}.mod-stories-header{text-align:center;margin-bottom:2rem;padding:0 1rem}.mod-stories-tag{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.mod-stories-title{font-size:1.5rem;font-weight:600}@media (min-width:768px){.mod-stories-title{font-size:2rem}}.mod-stories-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:0 1rem 1rem;display:flex;overflow-x:auto}.mod-stories-slide{scroll-snap-align:center;flex-shrink:0;width:280px}@media (min-width:768px){.mod-stories-slide{width:320px}}.mod-stories-card{background:#f3f4f6;border-radius:.75rem;overflow:hidden}@media (prefers-color-scheme:dark){.mod-stories-card{background:#1f2937}}.mod-stories-card img{aspect-ratio:3/4;object-fit:cover;width:100%}.mod-learn-carousel{padding:2rem 0}@media (min-width:768px){.mod-learn-carousel{padding:4rem 0}}.mod-learn-header{text-align:center;margin-bottom:2rem;padding:0 1rem}.mod-learn-tag{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.mod-learn-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}@media (min-width:768px){.mod-learn-title{font-size:2rem}}.mod-learn-subtitle{color:#6b7280;max-width:32rem;margin:0 auto}.mod-learn-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding:0 1rem 1rem;display:flex;overflow-x:auto}.mod-learn-track::-webkit-scrollbar{display:none}.mod-learn-slide{scroll-snap-align:center;flex-shrink:0;width:300px}@media (min-width:768px){.mod-learn-slide{width:340px}}.mod-learn-card{background:#fff;border-radius:.75rem;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}@media (prefers-color-scheme:dark){.mod-learn-card{background:#1f2937}}.mod-learn-image{aspect-ratio:1;overflow:hidden}.mod-learn-image img{object-fit:cover;width:100%;height:100%}.mod-learn-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.mod-learn-date{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.mod-learn-card-title{margin-bottom:.5rem;font-weight:600}.mod-learn-excerpt{color:#6b7280;flex:1;margin-bottom:.75rem;font-size:.875rem}@media (prefers-color-scheme:dark){.mod-learn-excerpt{color:#9ca3af}}.mod-learn-link{color:#3b82f6;cursor:pointer;font-size:.875rem;text-decoration:underline}.mod-learn-link:hover{text-decoration:none}.mod-press{padding:2rem 0}@media (min-width:768px){.mod-press{padding:3rem 0}}.mod-press-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap;justify-content:center;gap:2rem;padding:0 1rem 1rem;display:flex;overflow-x:auto}.mod-press-track::-webkit-scrollbar{display:none}.mod-press-slide{scroll-snap-align:center;flex-shrink:0}.mod-press-card{cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.mod-press-quote{text-align:center;max-width:300px}.mod-press-title{text-align:center}.mod-press-quote-title{margin-bottom:.5rem;font-weight:600}.mod-press-quote-text{color:#6b7280;font-size:.875rem;font-style:italic}.mod-press-logo{justify-content:center;align-items:center;width:120px;height:60px;display:flex}.mod-press-logo img{object-fit:contain;filter:grayscale();opacity:.7;max-width:100%;max-height:100%;transition:all .2s}.mod-press-card:hover .mod-press-logo img{filter:grayscale(0%);opacity:1}.mod-press-name{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.mod-container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media (min-width:768px){.mod-container{padding:4rem 2rem}}.mod-section{max-width:72rem;margin:0 auto}.mod-split-layout{flex-direction:column;gap:2rem;display:flex}@media (min-width:768px){.mod-split-layout{flex-direction:row;gap:4rem}}.mod-split-media{width:100%}@media (min-width:768px){.mod-split-media{width:50%}}.mod-split-content{width:100%}@media (min-width:768px){.mod-split-content{width:50%}}.mod-supporting-image{border-radius:.5rem;width:80px;height:80px;margin-bottom:1.5rem;overflow:hidden}.mod-supporting-image img{object-fit:cover;width:100%;height:100%}.mod-category-label{text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.mod-heading{margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.mod-heading{font-size:2rem}}.mod-list-stack{flex-direction:column;gap:1rem;display:flex}.mod-list-item{align-items:flex-start;gap:1rem;display:flex}.mod-card{background:#f9fafb;border-radius:.5rem;padding:1rem}@media (prefers-color-scheme:dark){.mod-card{background:#1f2937}}.mod-list-item-icon{background:#e5e7eb;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}@media (prefers-color-scheme:dark){.mod-list-item-icon{background:#374151}}.mod-list-item-icon img{object-fit:cover;width:100%;height:100%}.mod-list-item-content{flex:1}.mod-list-item-title{margin-bottom:.25rem;font-weight:600}.mod-list-item-desc{color:#6b7280;font-size:.875rem}@media (prefers-color-scheme:dark){.mod-list-item-desc{color:#9ca3af}}.mod-faq{padding:2rem 1rem}@media (min-width:768px){.mod-faq{padding:4rem 1rem}}.mod-faq-container{max-width:56rem;margin:0 auto}.mod-faq-header{margin-bottom:2rem}.mod-faq-title{font-size:1.5rem;font-weight:600}@media (min-width:768px){.mod-faq-title{font-size:2rem}}.mod-faq-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.mod-faq-tab{cursor:pointer;background:#f3f4f6;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}@media (prefers-color-scheme:dark){.mod-faq-tab{background:#374151}}.mod-faq-tab:hover{background:#e5e7eb}@media (prefers-color-scheme:dark){.mod-faq-tab:hover{background:#4b5563}}.mod-faq-list{flex-direction:column;gap:.75rem;display:flex}.mod-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}@media (prefers-color-scheme:dark){.mod-faq-item{background:#1f2937;border-color:#374151}}.mod-faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.mod-faq-question:hover{background:#f9fafb}@media (prefers-color-scheme:dark){.mod-faq-question:hover{background:#374151}}.mod-faq-q-text{flex:1;margin-right:1rem;font-weight:500}.mod-faq-toggle{color:#6b7280;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.mod-faq-toggle:after{content:"+"}.mod-faq-answer{color:#4b5563;padding:0 1rem 1rem;font-size:.9375rem;line-height:1.6}@media (prefers-color-scheme:dark){.mod-faq-answer{color:#d1d5db}}.mod-faq-answer p{margin-bottom:.5rem}.mod-faq-answer p:last-child{margin-bottom:0}.mod-faq-image{display:none}.mod-video{width:100%;margin-bottom:2rem;position:relative}.mod-video-container{max-width:1200px;margin:0 auto;padding:4rem 1rem;position:relative}@media (min-width:768px){.mod-video-container{padding:4rem 2rem}}@media (min-width:1024px){.mod-video-container{padding:4rem}}.mod-video-frame{aspect-ratio:9/16;background:#1a1a1a;border-radius:1.5rem;width:100%;margin:0 auto;position:relative;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.mod-video-frame{aspect-ratio:16/9;border-radius:2rem;max-width:100%}}.mod-video-screen{background:#000;border-radius:1.5rem;width:100%;height:100%;position:relative;overflow:hidden}@media (min-width:768px){.mod-video-screen{border-radius:2rem}}.mod-video-bg{width:100%;height:100%;position:absolute;inset:0}.mod-video-bg img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}@media (min-width:768px){.mod-video-bg img{border-radius:2rem}}.mod-video-bg video{object-fit:cover;border-radius:1.5rem;width:100%;height:100%}@media (min-width:768px){.mod-video-bg video{border-radius:2rem}}.mod-video-overlay{z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.mod-video-card{-webkit-backdrop-filter:blur(4px);background:#0000004d;border-radius:.75rem;width:100%;max-width:calc(100% - 2rem);padding:2.5rem}@media (min-width:768px){.mod-video-card{border-radius:1rem;width:auto;max-width:28rem;margin-bottom:2rem;padding:3rem}}.mod-video-content{text-align:center;flex-direction:column;gap:1rem;display:flex}.mod-video-tag{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:.75rem;font-weight:500}@media (min-width:768px){.mod-video-tag{font-size:.875rem}}.mod-video-heading{color:#fff;font-size:1.25rem;font-weight:600;line-height:1.25}@media (min-width:768px){.mod-video-heading{font-size:1.5rem}}@media (min-width:1024px){.mod-video-heading{font-size:1.875rem}}.mod-video-btn{color:#fff;cursor:pointer;background:#1a1a1ae6;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin:1rem auto 0;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:inline-flex}.mod-video-btn:hover{background:#1a1a1a}@media (min-width:768px){.mod-video-btn{border-radius:1rem;font-size:1rem}}.mod-video-btn svg{width:1rem;height:1rem}.mod-video-urls,.hidden{display:none}.mod-howto{padding:2rem 0}@media (min-width:768px){.mod-howto{padding:4rem 0}}.mod-howto-container{max-width:1200px;margin:0 auto;padding:0 1rem}.mod-howto-title{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:500}@media (min-width:768px){.mod-howto-title{margin-bottom:3rem;font-size:2rem}}.mod-howto-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.mod-howto-track::-webkit-scrollbar{display:none}@media (min-width:768px){.mod-howto-track{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid;overflow-x:visible}}.mod-howto-card{scroll-snap-align:center;background:#fff;border-radius:1rem;flex-shrink:0;width:280px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.mod-howto-card:hover{box-shadow:0 4px 16px #0000001f}@media (min-width:768px){.mod-howto-card{width:auto}}@media (prefers-color-scheme:dark){.mod-howto-card{background:#1f2937}}.mod-howto-card-image{aspect-ratio:1;background:#f3f4f6;overflow:hidden}.mod-howto-card-image img{object-fit:cover;width:100%;height:100%}@media (prefers-color-scheme:dark){.mod-howto-card-image{background:#374151}}.mod-howto-card-body{padding:1rem 1.25rem 1.25rem}.mod-howto-card-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.mod-howto-card-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:10px;height:10px}.mod-howto-card-num{color:#111;font-size:.9rem;font-weight:600}@media (prefers-color-scheme:dark){.mod-howto-card-num{color:#fff}}.mod-howto-card-text{color:#4b5563;font-size:.9rem;line-height:1.6}@media (prefers-color-scheme:dark){.mod-howto-card-text{color:#9ca3af}}.mod-howto-step{background:#fff;border-radius:1rem;width:100%;max-width:280px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.mod-howto-step-image{aspect-ratio:1;overflow:hidden}.mod-howto-step-image img{object-fit:cover;border-radius:1rem;width:100%;height:100%}.mod-howto-step-content{padding:1rem}.mod-howto-step-num{color:#111;margin-bottom:.5rem;font-weight:500}.mod-howto-step-text{color:#4b5563;font-size:.875rem;line-height:1.5}.mod-text-center{text-align:center}.mod-flex{display:flex}.mod-flex-col{flex-direction:column}.mod-gap-4{gap:1rem}.mod-gap-6{gap:1.5rem}.mod-items-center{align-items:center}.mod-justify-center{justify-content:center}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.mod-hero-fullwidth{width:100%;min-height:600px;position:relative;overflow:hidden}.mod-hero-bg-fullwidth{width:100%;height:100%;position:absolute;inset:0}.mod-hero-bg-fullwidth img{object-fit:cover;width:100%;height:100%}.mod-hero-gradient-fullwidth{background:linear-gradient(90deg,#1e1e1eb3 0%,#1e1e1e66 40%,#0000 100%);position:absolute;inset:0}.mod-hero-content-fullwidth{z-index:10;align-items:flex-end;min-height:600px;padding:3rem 2rem;display:flex;position:relative}@media (min-width:768px){.mod-hero-content-fullwidth{padding:4rem}}.mod-hero-body-fullwidth{flex-direction:column;gap:1rem;max-width:28rem;display:flex}.mod-hero-tag-fullwidth{text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;font-size:.75rem;font-weight:500}.mod-hero-heading-fullwidth{color:#fff;margin:0;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.mod-hero-heading-fullwidth{font-size:2.5rem}}.mod-hero-tagline-fullwidth{color:#fffc;margin:0;font-size:1rem}.mod-hero-btn-fullwidth{color:#111;background-color:#ffffffe6;border-radius:9999px;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.mod-hero-btn-fullwidth:hover{background-color:#fff}.mod-hero-btn-fullwidth svg{width:12px;height:12px}.mod-hero-link-edit{color:#fff9;margin-top:.5rem;font-size:.875rem}.mod-stories{background-color:#f9fafb}.mod-stories-track{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:0 1.5rem;display:flex;overflow-x:auto}.mod-stories-track::-webkit-scrollbar{display:none}.mod-stories-slide{scroll-snap-align:start;flex-shrink:0}.mod-stories-card{background:#fff;border-radius:1.5rem;width:280px;height:400px;overflow:hidden}@media (min-width:768px){.mod-stories-card{width:320px;height:480px}}.mod-stories-card img{object-fit:cover;width:100%;height:100%}.mod-articles{background-color:#f9fafb}.mod-articles-track{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:0 1.5rem;display:flex;overflow-x:auto}.mod-articles-track::-webkit-scrollbar{display:none}.mod-articles-card{scroll-snap-align:start;background:#fff;border-radius:1.5rem;flex-shrink:0;width:300px;overflow:hidden}@media (min-width:768px){.mod-articles-card{width:340px}}.mod-articles-image{height:200px;overflow:hidden}.mod-articles-image img{object-fit:cover;width:100%;height:100%}.mod-articles-content{padding:1.5rem}.mod-articles-date{text-transform:uppercase;color:#6b7280;margin-bottom:.5rem;font-size:.75rem}.mod-articles-title{color:#111;margin-bottom:.5rem;font-size:1rem;font-weight:600}.mod-articles-excerpt{color:#4b5563;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.mod-articles-link{color:#111;text-underline-offset:2px;font-size:.875rem;text-decoration:underline}.mod-articles-link:hover{color:#374151}.mod-video-url{text-align:center;color:#6b7280;background:#0000000d;border-radius:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem}.mod-video-bg-video{object-fit:cover;width:100%;height:100%}.wysiwyg-bubble-menu{z-index:50}.wysiwyg-edit-container,.wysiwyg-edit-inline{position:relative}.wysiwyg-editor{min-height:1.5em}.wysiwyg-editor:focus{outline:none}.wysiwyg-editor p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0;font-style:italic}.wysiwyg-editor ul,.wysiwyg-editor ol{margin:.5rem 0;padding-left:1.5rem}.wysiwyg-editor ul{list-style-type:disc}.wysiwyg-editor ol{list-style-type:decimal}.wysiwyg-editor li{margin:.25rem 0}.wysiwyg-editor strong{font-weight:600}.wysiwyg-editor em{font-style:italic}.wysiwyg-editor u{text-decoration:underline}.wysiwyg-editor p{margin:0}.wysiwyg-editor p+p{margin-top:.5rem}.tippy-box[data-theme~=dark]{background-color:#1f2937;border-radius:.5rem}.tippy-box[data-theme~=dark] .tippy-arrow{color:#1f2937}.liquid-content .container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.embla{overflow:hidden}.embla__viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.embla__container{touch-action:pan-y pinch-zoom;display:flex}.embla__slide{flex:0 0 var(--mobile-slide-size,var(--slide-size,280px));min-width:var(--mobile-slide-size,var(--slide-size,280px));padding-right:var(--mobile-slide-gap,var(--slide-gap,1.5rem));scroll-snap-align:center}@media (min-width:768px){.embla__slide{flex:0 0 var(--slide-size,280px);min-width:var(--slide-size,280px);padding-right:var(--slide-gap,1.5rem)}}.liquid-content .embla__slide{flex:0 0 max(var(--slide-size,280px),30%)!important;min-width:max(var(--slide-size,280px),280px)!important}.liquid-content .hidden{display:none!important}@media (min-width:768px){.liquid-content .md\:block{display:block!important}.liquid-content .md\:hidden{display:none!important}.liquid-content .md\:flex{display:flex!important}.liquid-content .md\:grid{display:grid!important}.liquid-content .md\:table-cell{display:table-cell!important}}.liquid-content .max-w-6xl{max-width:72rem!important}.liquid-content .max-w-\[554px\]{max-width:554px!important}.liquid-content .max-w-\[500px\]{max-width:500px!important}.liquid-content .max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)!important}.liquid-content .max-h-\[600px\]{max-height:600px!important}.liquid-content .max-h-\[500px\]{max-height:500px!important}.liquid-content .min-w-\[600px\]{min-width:600px!important}.liquid-content .rounded-\[40px\]{border-radius:40px!important}.liquid-content .h-\[439px\]{height:439px!important}@media (min-width:768px){.liquid-content .md\:h-46{height:11.5rem!important}.liquid-content .md\:h-48{height:12rem!important}.liquid-content .md\:w-36{width:9rem!important}}.liquid-content .rte h1{margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}.liquid-content .rte h2{margin-bottom:.5rem;font-size:1.875rem;font-weight:600;line-height:1.2}.liquid-content .rte h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.liquid-content .rte p{margin-bottom:1rem}.liquid-content .rte ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.liquid-content .rte a{color:#0891b2;text-decoration:underline}.liquid-content .min-h-\[750px\]{min-height:750px!important}.liquid-content .min-h-\[741px\]{min-height:741px!important}.liquid-content .pt-\[59px\]{padding-top:59px!important}.liquid-content .px-\[59px\]{padding-left:59px!important;padding-right:59px!important}.liquid-content .pb-\[134px\]{padding-bottom:134px!important}.liquid-content .p-\[59px\]{padding:59px!important}.liquid-content .pr-\[100px\]{padding-right:100px!important}.liquid-content .text-\[40px\]{font-size:40px!important}.liquid-content .tracking-\[0\.48px\]{letter-spacing:.48px!important}.liquid-content .tracking-\[-1\.2px\]{letter-spacing:-1.2px!important}.liquid-content .tracking-\[-0\.72px\]{letter-spacing:-.72px!important}.liquid-content .transition-\[padding\]{transition-property:padding!important}.liquid-content .transition-\[border-radius\]{transition-property:border-radius!important}.liquid-content .table-cell{display:table-cell}.liquid-content table{border-collapse:collapse}.liquid-content thead.sticky{position:sticky}[data-embla-prev],[data-embla-next]{z-index:20;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}[data-embla-prev]:not([class*=bg-]),[data-embla-next]:not([class*=bg-]){color:#111827;background:#fff}[data-embla-prev]{left:.5rem}[data-embla-next]{right:.5rem}[data-embla-prev][data-embla-hidden=true],[data-embla-next][data-embla-hidden=true]{opacity:0;pointer-events:none}.liquid-content .bg-base-matte-black\/90{background-color:#1e1e1ee6!important}.liquid-content .text-base-matte-black{color:var(--color-base-matte-black,#1e1e1e)!important}.liquid-content .border-base-matte-black{border-color:var(--color-base-matte-black,#1e1e1e)!important}.liquid-content .backdrop-blur-\[24px\]{-webkit-backdrop-filter:blur(24px)!important}.liquid-content .bg-white\/10{background-color:#ffffff1a!important}.liquid-content .bg-white\/15{background-color:#ffffff26!important}.liquid-content .bg-white\/25{background-color:#ffffff40!important}.liquid-content .leading-\[1\.2\]{line-height:1.2!important}.liquid-content .leading-\[1\.1\]{line-height:1.1!important}
