﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}@font-face{font-family:"Icons";font-weight:400;font-style:normal;src:url("/assets/bootstrap-icons-e318fb9e.woff2"),url("/assets/bootstrap-icons-9f73f0b7.woff") format("woff");font-display:swap}@font-face{font-family:"Eyja";font-weight:400;font-style:normal;src:url("/assets/Eyja-Regular-ffaf62c6.woff2");font-display:swap}:root{--lexxy-color-ink: oklch(20% 0 0);--lexxy-color-ink-medium: oklch(40% 0 0);--lexxy-color-ink-light: oklch(60% 0 0);--lexxy-color-ink-lighter: oklch(85% 0 0);--lexxy-color-ink-lightest: oklch(96% 0 0);--lexxy-color-ink-inverted: white;--lexxy-color-accent-dark: oklch(57% 0.19 260);--lexxy-color-accent-medium: oklch(75% 0.196 258);--lexxy-color-accent-light: oklch(88% 0.026 254);--lexxy-color-accent-lightest: oklch(92% 0.026 254);--lexxy-color-red: oklch(60% 0.15 27);--lexxy-color-green: oklch(60% 0.15 145);--lexxy-color-blue: oklch(66% 0.196 258);--lexxy-color-purple: oklch(60% 0.15 305);--lexxy-color-code-token-att: #d73a49;--lexxy-color-code-token-comment: #6a737d;--lexxy-color-code-token-function: #6f42c1;--lexxy-color-code-token-operator: #d73a49;--lexxy-color-code-token-property: #005cc5;--lexxy-color-code-token-punctuation: #24292e;--lexxy-color-code-token-selector: #22863a;--lexxy-color-code-token-variable: #e36209;--lexxy-color-canvas: var(--lexxy-color-ink-inverted);--lexxy-color-text: var(--lexxy-color-ink);--lexxy-color-text-subtle: var(--lexxy-color-ink-medium);--lexxy-color-link: var(--lexxy-color-accent-dark);--lexxy-color-selected: var(--lexxy-color-accent-lightest);--lexxy-color-selected-hover: var(--lexxy-color-accent-light);--lexxy-color-selected-dark: var(--lexxy-color-blue);--lexxy-color-code-bg: var(--lexxy-color-ink-lightest);--highlight-1: #ED542B;--highlight-2: #FCDCF6;--highlight-3: #7AADCC;--highlight-4: #9C8238;--highlight-5: #3AA65F;--highlight-6: #87ABA6;--highlight-7: #FFFFFF;--highlight-8: #EAEAE4;--highlight-9: #333333;--highlight-bg-1: rgba(229, 223, 6, 0.3);--highlight-bg-2: rgba(255, 185, 87, 0.3);--highlight-bg-3: rgba(255, 118, 118, 0.3);--highlight-bg-4: rgba(248, 137, 216, 0.3);--highlight-bg-5: rgba(190, 165, 255, 0.3);--highlight-bg-6: rgba(124, 192, 252, 0.3);--highlight-bg-7: rgba(140, 255, 129, 0.3);--highlight-bg-8: rgba(221, 170, 123, 0.3);--highlight-bg-9: rgba(200, 200, 200, 0.3);--lexxy-font-base: system-ui, sans-serif;--lexxy-font-mono: ui-monospace, "Menlo", "Monaco", Consolas, monospace;--lexxy-text-small: 0.875rem;--lexxy-content-margin: 1rem;--lexxy-focus-ring-color: var(--lexxy-color-accent-dark);--lexxy-focus-ring-offset: 2px;--lexxy-focus-ring-size: 2px;--lexxy-radius: 0.5ch;--lexxy-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);--lexxy-z-popup: 1000}html{background-color:#fcdcf6}main{min-height:calc(100svh - var(--footer-height));display:flex;flex-direction:column;background-color:#fff;margin-bottom:var(--footer-height)}@media(max-width: 700px){main{margin-bottom:0}}header{background-color:#fcdcf6;position:fixed;top:0;left:0;width:100%;height:4rem;display:flex;align-items:center;justify-content:space-between;z-index:10}header .menu-button{background-color:#000;aspect-ratio:1/1;width:4rem;height:-webkit-fill-available;display:flex;align-items:center;justify-content:center;cursor:pointer}header .menu-button img{width:2rem}header .inner{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 2.5rem}@media(max-width: 700px){header .inner{padding:0 1rem}}@media(max-width: 550px){header .inner .h6{display:none}}header .logo .black-fill{fill:#000}nav{position:fixed;top:0;right:0;width:4rem;height:4rem;transform-origin:right top;background-color:#000;z-index:10;color:#fff;overflow:hidden;clip-path:inset(0 0 0 0)}nav .nav-content{position:fixed;width:100%;left:0;display:flex;flex-direction:column;padding:6rem 2.5rem}@media(max-width: 700px){nav .nav-content{padding:6rem 1rem}}nav .nav-content header{background-color:rgba(0,0,0,0);position:absolute}nav .nav-content header .logo .black-fill{fill:#fff}nav .nav-content .nav-link{color:#fff;line-height:125%;transition:.3s;width:fit-content}nav .nav-content .nav-link:hover{color:#ed542b;transform:translateX(1rem)}nav .nav-content .h3+.h3{margin:0}footer{background-color:#fcdcf6;position:fixed;bottom:0;z-index:-1;row-gap:0 !important}@media(max-width: 700px){footer{position:relative}}footer::before{content:"";position:absolute;top:-12rem;left:calc(50% + 1rem);width:50%;height:12rem;background-color:#ed542b}@media(max-width: 700px){footer::before{display:none}}footer .flex-column{gap:2rem}footer .flex-column p+p{margin-top:.75rem}footer .content{padding:3rem 2.5rem}@media(max-width: 700px){footer .content{padding:3rem 5rem 3rem 1rem}}@media(max-width: 550px){footer .content{padding:3rem 1rem}}footer .flags{display:flex;gap:.25rem}footer .flags img{height:1.4rem;width:auto}footer .logo{width:7rem}.transition{position:fixed;width:100vw;height:100vh;top:100vh;left:0;z-index:4;background-color:#fcdcf6;pointer-events:none}.button,button,input[type=submit]{display:flex;background-color:#000;color:#fff;width:fit-content;align-items:center;gap:.5rem;font-weight:500;padding:.4em 1rem .6rem 1rem;cursor:pointer;appearance:none;height:min-content}.button:hover,button:hover,input[type=submit]:hover{background-color:#ed542b;color:#000}.button ins,button ins,input[type=submit] ins{transform:translateY(0.075rem)}.button.red,button.red,input[type=submit].red{color:#000;background-color:#ed542b}.button.red:hover,button.red:hover,input[type=submit].red:hover{background-color:#eaeae4;color:#000}.buttons{display:flex;gap:.3rem;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column;gap:4rem}.flex-column.no-gap{gap:0}.flex-column.small-gap{gap:.75rem}.flex-column.medium-gap{gap:2rem}.flex-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.flex-between{display:flex;justify-content:space-between}.image,img{width:100%;height:auto}.image .caption,img .caption{margin-top:.25rem}html,button,.button,select,input,textarea{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:100%;font-family:"neue-haas-unica",sans-serif;font-weight:400;font-style:normal;text-wrap:pretty}.h1,h2{font-size:clamp(2.5rem,4.5vw,3.5rem);text-wrap:balance;color:#ed542b;word-break:auto-phrase}.h2{font-size:clamp(2.7rem,4.5vw,3.75rem);font-family:"Eyja",serif;text-wrap:balance;max-width:68rem;color:#000;word-break:auto-phrase}.h3,h3{font-size:clamp(1.5rem,2vw,2rem);line-height:115%;max-width:42.5rem;word-break:keep-all}.h3+.h3,.h3+h3,h3+.h3,h3+h3{margin-top:1.5rem}.h3+p,h3+p{margin-top:1rem}.h3 .definition-term,h3 .definition-term{text-decoration-color:#fff;text-underline-offset:.2rem;text-decoration-thickness:.11rem}.h4,h4{font-family:"Eyja",serif;font-size:2rem}.h5,label,.caption{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.03rem;line-height:125%}.h6,button,.button,.definition-tooltip p{font-size:1.1rem;font-weight:500;line-height:125%}.h7{font-size:1.2rem;font-weight:800}p,li,input,textarea{font-size:1.25rem;line-height:125%}p+p,li+p,input+p,textarea+p{margin-top:1rem}p strong,li strong,input strong,textarea strong{font-weight:800}p+h2,li+h2,input+h2,textarea+h2{margin:3rem 0 3rem 0}p .definition-term,li .definition-term,input .definition-term,textarea .definition-term{text-decoration-color:#ed542b;text-underline-offset:.16rem;text-decoration-thickness:.1rem}.caption{font-weight:500}a{text-decoration:none;color:inherit}ins{font-family:"Icons";font-size:1.5rem;line-height:0;color:inherit;text-decoration:none}.text-white{color:#fff}.text-red{color:#ed542b}.text-pink{color:#fcdcf6}mark{appearance:none;background:none}u{text-decoration:underline;text-decoration-color:#fff;text-decoration-thickness:.15rem;text-underline-offset:.4rem}b,.b{font-weight:800}ol{list-style:none;counter-reset:item;padding-left:0}ol li{counter-increment:item;margin:.75rem 0 0 2rem !important;position:relative;line-height:125%}ol li:before{content:"(" counter(item) ") ";left:-2rem;position:absolute}ul{padding-left:0}ul li{position:relative;margin:.75rem 0 0 2rem !important}ul li:before{content:"•";left:-2rem;position:absolute}ul+p{margin-top:1rem}b,strong{color:#ed542b}main.landing{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}main.landing .logo{width:100%;max-width:12em}main.page{--page-accent-color: #FCDCF6}main.page.domain-brown{--page-accent-color: #9C8238}main.page.domain-brown h2{color:#9c8238}main.page.domain-brown .marker,main.page.domain-brown .ask{background-color:#9c8238}main.page.domain-brown .definition-term{text-decoration-color:#9c8238}main.page.domain-green{--page-accent-color: #3AA65F}main.page.domain-green h2{color:#3aa65f}main.page.domain-green .marker,main.page.domain-green .ask{background-color:#3aa65f}main.page.domain-green .definition-term{text-decoration-color:#3aa65f}main.page.domain-red,main.page.domain-pink{--page-accent-color: #ED542B}main.page.domain-red h2,main.page.domain-pink h2{color:#ed542b}main.page.domain-red .marker,main.page.domain-red .ask,main.page.domain-pink .marker,main.page.domain-pink .ask{background-color:#ed542b}main.page.domain-red .definition-term,main.page.domain-pink .definition-term{text-decoration-color:#ed542b}main.page.domain-teal{--page-accent-color: #87ABA6}main.page.domain-teal h2{color:#87aba6}main.page.domain-teal .marker,main.page.domain-teal .ask{background-color:#87aba6}main.page.domain-teal .definition-term{text-decoration-color:#87aba6}main.page.domain-blue{--page-accent-color: #7AADCC}main.page.domain-blue h2{color:#7aadcc}main.page.domain-blue .marker,main.page.domain-blue .ask{background-color:#7aadcc}main.page.domain-blue p .definition-term{text-decoration-color:#7aadcc}.overlay-bar{width:4rem;position:fixed;right:0;top:0;bottom:0;background-color:#eaeae4;mix-blend-mode:multiply;z-index:50;pointer-events:none}@media(max-width: 550px){.overlay-bar{display:none}}.article{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:24rem;scroll-snap-align:start}.article img{width:100%}.article .content{display:flex;flex-direction:column;gap:2rem;padding:1.5rem 1rem 1rem 1rem;flex-grow:1}.article:hover .content{background-color:#eaeae4 !important}section.articles{display:flex;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:2rem}.domain,.ask{display:flex;flex-direction:column;justify-content:space-between;padding:1rem;aspect-ratio:1/1;gap:1rem}.domain:hover,.ask:hover{background-color:#eaeae4}.domain:hover .h5,.ask:hover .h5{color:#000}.arrow{font-size:2rem;width:2rem;line-height:100%;text-align:right;align-self:end;margin-top:auto}.org-logo-box{width:7rem;height:6rem;display:inline-flex;align-items:center;justify-content:center}.org-logo{max-width:7rem;max-height:6rem;width:auto;height:auto;object-fit:contain;display:block}.member-organisations{gap:2rem;row-gap:1.5rem;margin-top:1rem}.team-member{display:flex;flex-direction:column;gap:2rem}.team-member h3,.team-member .h3{line-height:105%}.team-member img{aspect-ratio:1/1;object-fit:cover}.stats{display:flex;flex-direction:column;gap:1rem}.stats .stat{display:flex;background-color:#fcdcf6;align-items:center}.stats .stat .value{background-color:#ed542b;padding:1.5rem}.stats .stat .name{flex-grow:1;padding:1.5rem}.stats .stat .name p{max-width:none}.timeline .timeline-nav{display:flex;position:relative;gap:2rem;padding:.75rem 0;border-bottom:.1rem solid #000}.timeline .timeline-nav .h6+.h6{margin:0}.timeline .timeline-nav .selected{font-weight:800}.timeline .timeline-nav .arrow{position:absolute;right:.1rem;bottom:-0.3rem;height:.5rem;width:.5rem;border-top:.1rem solid #000;border-right:.1rem solid #000;transform:rotate(45deg)}.timeline .timeline-event{display:flex;flex-direction:column;gap:1rem;max-width:calc(50% - 1rem)}.timeline .timeline-year{display:flex;flex-direction:column;gap:3rem;padding-top:2rem;position:relative}.timeline .timeline-year .next-year-button{background-color:#eaeae4;border-radius:50%;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;position:absolute;top:2rem;right:0}.timeline .timeline-year .next-year-button:hover{background-color:#000;color:#fff}.blue{background-color:#7aadcc}.red{background-color:#ed542b}.red h2,.red .h1{color:#000}.pink{background-color:#fcdcf6}.brown{background-color:#9c8238}.green{background-color:#3aa65f}.teal{background-color:#87aba6}.grey{background-color:#eaeae4}.section-heading{display:flex;align-items:center;gap:.5rem}.section-heading .marker{width:.5rem;height:.5rem;border-radius:50%;background-color:#ed542b}.acknowledgement{height:100svh;background-color:#fcdcf6;position:fixed;z-index:5;padding:0;overflow:hidden}.acknowledgement .content{padding:9rem 6rem 6rem 2rem;height:100vh;display:flex;flex-direction:column;align-items:start;justify-content:center}@media(max-width: 700px){.acknowledgement .content{padding:9rem 5rem 6rem 1rem}}.acknowledgement .content p{max-width:calc(50% - 1rem);text-wrap:balance}@media(max-width: 950px){.acknowledgement .content p{max-width:none}}.definition-term{text-decoration:underline;text-decoration-color:#fff;text-underline-offset:.4rem;text-decoration-thickness:.2rem;cursor:help;position:relative}.definition-term::after{position:absolute;content:"?";right:-1.5rem;top:1rem;font-size:1rem;font-weight:800;background-color:#fff;padding:.25rem;border-radius:50%;width:.8rem;height:.8rem;display:none;justify-content:center;align-items:center}.definition-tooltip{position:absolute;background:#000;color:#fff;padding:.75rem 1rem;max-width:300px;z-index:15;opacity:0;pointer-events:none;transition:opacity .2s ease}.definition-tooltip.visible{opacity:1;pointer-events:auto}:where(.lexxy-content){color:inherit}.rich-text-block.boxed{background-color:var(--page-accent-color, #FCDCF6);padding:1rem;height:100%}.rich-text-block.boxed.arrow-shape{clip-path:polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);padding-right:3rem}.video-block .video-wrapper{position:relative;width:100%;padding-top:56.25%}.video-block iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.animate-block{opacity:0}@media(max-width: 700px){.animate-block{opacity:1}}.hamburger{display:inline-block;position:relative}.hamburger a.main-nav-toggle{display:block;width:2.2rem;height:calc(2rem - 4px);margin-top:-4px;position:relative}.hamburger a.main-nav-toggle:after,.hamburger a.main-nav-toggle:before{content:"";position:absolute;top:0;height:0;border-bottom:4px solid #fff;width:100%;left:0;right:0;transition:all ease-out .3s}.hamburger a.main-nav-toggle:after{top:100%}.hamburger a.main-nav-toggle i{display:block;text-indent:100%;overflow:hidden;white-space:nowrap;height:4px;background-color:#fff;width:100%;position:absolute;top:50%;transition:all ease-out .1s}.hamburger a.main-nav-toggle.active-menu:after{transform:rotate(-45deg);transform-origin:center;top:50%}.hamburger a.main-nav-toggle.active-menu:before{transform:rotate(45deg);transform-origin:center;top:50%}.hamburger a.main-nav-toggle.active-menu i{opacity:0}.nested-fields{position:relative;display:block;margin-top:0}.nested-fields .nested-field-actions{background-color:#eaeae4;display:flex;padding:.5rem;gap:1rem;width:fit-content;margin:1rem 0;align-items:end}.nested-fields.layout{padding:4rem 0;border-top:#eaeae4 .15rem dashed}.nested-fields.layout select{background-color:#fff;padding:0 .25rem .1rem .25rem}.nested-fields.layout .small-gap{gap:.4rem}.nested-fields.layout .nested-field-actions.layout{top:0;left:50%;transform:translate(-50%, -0.15rem);border-radius:0 0 .5rem .5rem;padding:.6rem .75rem .75rem .75rem;position:absolute;margin:0}.nested-fields.block{border-bottom:#eaeae4 .15rem dashed;margin-bottom:1rem}form{width:calc(100% - 4rem)}form div:has(label)+div:has(input,select,lexxy-editor){margin-top:2rem}form .nested-field-actions div:has(label)+div:has(input,select){margin-top:0}.rich-text-form-box-preview{transition:.2s}.rich-text-form-box-preview.boxed{background-color:var(--page-accent-color, #ED542B);padding:1rem}.rich-text-form-box-preview.boxed .lexxy-editor__content{background-color:var(--page-accent-color, #ED542B)}.rich-text-form-box-preview.boxed.arrow-shape{clip-path:polygon(0 0, calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%);padding-right:3rem}.admin-actions{display:flex;justify-content:space-between;align-items:center;position:sticky;top:4rem;background-color:#000;padding:.5rem 2.5rem;z-index:4}.admin-actions button,.admin-actions .button{background-color:#fff;color:#000}.file-uploader{display:grid;flex-direction:column;place-items:center;width:100%;height:20rem;border:.1rem solid #eaeae4;background-color:#fff;color:#000;cursor:pointer;position:relative;overflow:hidden;object-fit:cover}.file-uploader p{position:absolute}.file-uploader.is-dragging{background-color:gray}.file-uploader .image,.file-uploader img{width:100%;height:100%;object-fit:cover;z-index:2}.file-uploader .image:has(+img[src]:not([src=""])){display:none}.file-uploader img[src=""],.file-uploader img:not([src]){display:none}.file-uploader:has(img:not([src=""])){height:auto}input,select,trix-editor,textarea{border:none;background-color:#eaeae4}input,trix-editor,select.wide{padding:.75rem 1rem;width:100%}input[type=checkbox],trix-editor[type=checkbox],select.wide[type=checkbox]{width:auto}input.underline{border-bottom:.1rem solid #000;padding:.5rem 0;background-color:rgba(0,0,0,0)}section.add-new{display:flex;justify-content:center;padding:4rem 2.5rem}textarea{width:100%;padding:1rem}select.grey{background-color:#eaeae4 !important}section.seo{border-top:#eaeae4 .15rem dashed}section.seo .content{padding:4rem 2.5rem}label{display:block;margin-bottom:.5rem}label.required:after{content:"*";color:#ed542b}.label{margin:1rem 0 .5rem 0}.grey .nested-field-actions{background-color:#fff}.grey .nested-field-actions select{background-color:#eaeae4}.grey input{background-color:#fff}trix-toolbar .trix-button-group{border:none;gap:.25rem}trix-toolbar .trix-button-group:not(:first-child){margin-left:.25rem}trix-toolbar .trix-button-group .trix-button{border:none;color:rgba(0,0,0,0);background-color:#fff;border-radius:.5rem}trix-toolbar .trix-dialog__link-fields .trix-button{color:#000}trix-toolbar .trix-button-group--file-tools{display:none}trix-toolbar .trix-button--icon-bold,trix-toolbar .trix-button--icon-italic,trix-toolbar .trix-button--icon-strike,trix-toolbar .trix-button--icon-heading-1,trix-toolbar .trix-button--icon-quote,trix-toolbar .trix-button--icon-code,trix-toolbar .trix-button--icon-number-list,trix-toolbar .trix-button--icon-decrease-nesting-level,trix-toolbar .trix-button--icon-increase-nesting-level{display:none}.upload-tracker{position:fixed;overflow:scroll;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(10px);opacity:0;z-index:12;display:grid;place-items:center;pointer-events:none;transition:.3s;padding:3rem 2.5rem;color:#fff}.upload-tracker:has(.direct-upload){opacity:1;pointer-events:auto}.upload-tracker .upload-wrapper{width:100%;max-width:40rem;border:.1rem solid #eaeae4;border-radius:.5rem;background-color:#000;padding:1.2rem 1rem;box-shadow:0 0 1rem rgba(0,0,0,.5);grid-column:auto !important;min-height:150px;overflow:hidden;max-height:150px}.upload-wrapper{display:flex;flex-direction:column;gap:.25rem;min-height:0 !important;max-height:none !important;height:auto}.direct-upload{width:100%;display:inline-block;position:relative;padding:.25rem .5rem;margin:0}.direct-upload--pending{opacity:.6}.direct-upload__progress{position:absolute;top:0;left:0;bottom:0;opacity:.5;z-index:1;background:gray;border-radius:.5rem;transition:width 120ms ease-out,opacity 60ms 60ms ease-in,color .5s;transform:translate3d(0, 0, 0)}.direct-upload__filename{display:block;position:relative;transition:.2s color;z-index:2}.direct-upload--complete .direct-upload__filename{color:#000}.direct-upload--complete .direct-upload__progress{opacity:1}.direct-upload--error{border-color:#ed542b}input[type=file][data-direct-upload-url][disabled]{display:none}lexxy-editor{border-radius:0;border-color:#eaeae4}lexxy-editor lexxy-toolbar{display:flex;flex-wrap:wrap;border-block-end-color:#eaeae4;background-color:#eaeae4}lexxy-editor button,lexxy-editor details,lexxy-editor details summary{background-color:#eaeae4;color:#000;width:auto;border-radius:0}lexxy-editor button[name=divider],lexxy-editor button[name=code],lexxy-editor details[name=divider],lexxy-editor details[name=code],lexxy-editor details summary[name=divider],lexxy-editor details summary[name=code]{display:none}lexxy-editor details{width:3rem;height:3rem}lexxy-editor details summary{width:100%;height:100%}lexxy-editor .lexxy-editor__content{padding:.5rem}lexxy-editor .lexxy-editor__toolbar-button[name=strikethrough],lexxy-editor .lexxy-editor__toolbar-button[name=quote],lexxy-editor .lexxy-editor__toolbar-button[name=upload],lexxy-editor .lexxy-editor__toolbar-button[name=table]{display:none}:where(.lexxy-editor__toolbar-dropdown-content){max-inline-size:none !important;inset-block-start:auto}#mc_embed_signup form div.mce_inline_error{background-color:rgba(0,0,0,0);font-weight:normal;color:#000;padding:0;margin-top:1rem}section.layout{padding:6rem 6.5rem 6rem 2.5rem;display:flex;flex-direction:column;gap:2rem}@media(max-width: 700px){section.layout{padding:6rem 5rem 6rem 1rem}}@media(max-width: 550px){section.layout{padding:6rem 1rem 6rem 1rem}}section.layout:first-of-type{padding-top:9rem !important}section.layout:first-of-type h2{color:#000}section.layout:first-of-type .definition-term{text-decoration-color:#fff}section.layout.full-width{padding:6rem 0}section.layout.large-gap{gap:6rem}section.layout.fullscreen{min-height:100svh;justify-content:center}section.content{width:100%;max-width:85rem}section.content.left-edge-overflow{margin-left:-2.5rem;margin-bottom:-6rem;width:calc(100% + 2.5rem);max-width:87.5rem;line-height:0}section.align-center{display:flex;flex-grow:1;flex-direction:column;justify-content:center}.six-column{display:grid;grid-template-columns:repeat(6, 1fr);gap:2rem}.three-column{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}@media(max-width: 1000px){.three-column{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 700px){.three-column{gap:1rem}}@media(max-width: 550px){.three-column{grid-template-columns:1fr}}.two-column{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:2rem;row-gap:4rem}@media(max-width: 700px){.two-column{grid-template-columns:1fr}}.two-column.center{place-items:center}.two-column .content:has(.image):not(.nested-fields){display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.two-column .content:has(.image):not(.nested-fields) .image{grid-column:2/4}@media(max-width: 550px){.two-column .content:has(.image):not(.nested-fields) .image{grid-column:1/4}}.two-column .content:has(.image):not(.nested-fields).full-width .image{grid-column:1/4}.one-column p{max-width:calc(50% - 1rem)}@media(max-width: 700px){.one-column p{max-width:none}}.span-2{grid-column:span 2}.span-2-4{grid-column:2/6}@media(max-width: 550px){.span-2-4{grid-column:1/7}}.table{width:100%;display:flex;flex-direction:column}.table .row{display:flex;justify-content:space-between;background-color:#eaeae4;padding:.4rem .4rem .4rem 1rem;align-items:center}.table .row:nth-child(odd){background-color:#fff}
