.prose{color:var(--prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--prose-quote-borders);border-left-width:.25rem;color:var(--prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"“" "”" "‘" "’"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--prose-pre-bg);border-radius:.375rem;color:var(--prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--prose-body:#374151;--prose-headings:#111827;--prose-lead:#4b5563;--prose-links:#111827;--prose-bold:#111827;--prose-counters:#6b7280;--prose-bullets:#d1d5db;--prose-hr:#e5e7eb;--prose-quotes:#111827;--prose-quote-borders:#e5e7eb;--prose-captions:#6b7280;--prose-code:#111827;--prose-pre-code:#e5e7eb;--prose-pre-bg:#1f2937;--prose-th-borders:#d1d5db;--prose-td-borders:#e5e7eb;--prose-invert-body:#d1d5db;--prose-invert-headings:#fff;--prose-invert-lead:#9ca3af;--prose-invert-links:#fff;--prose-invert-bold:#fff;--prose-invert-counters:#9ca3af;--prose-invert-bullets:#4b5563;--prose-invert-hr:#374151;--prose-invert-quotes:#f3f4f6;--prose-invert-quote-borders:#374151;--prose-invert-captions:#9ca3af;--prose-invert-code:#fff;--prose-invert-pre-code:#d1d5db;--prose-invert-pre-bg:rgba(0,0,0,.5);--prose-invert-th-borders:#4b5563;--prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose-invert{--prose-body:var(--prose-invert-body);--prose-headings:var(--prose-invert-headings);--prose-lead:var(--prose-invert-lead);--prose-links:var(--prose-invert-links);--prose-bold:var(--prose-invert-bold);--prose-counters:var(--prose-invert-counters);--prose-bullets:var(--prose-invert-bullets);--prose-hr:var(--prose-invert-hr);--prose-quotes:var(--prose-invert-quotes);--prose-quote-borders:var(--prose-invert-quote-borders);--prose-captions:var(--prose-invert-captions);--prose-code:var(--prose-invert-code);--prose-pre-code:var(--prose-invert-pre-code);--prose-pre-bg:var(--prose-invert-pre-bg);--prose-th-borders:var(--prose-invert-th-borders);--prose-td-borders:var(--prose-invert-td-borders)}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.inner-block-padding{padding-left:.3vw;padding-right:.3vw}@media(min-width:768px){.inner-block-padding{padding-left:.45vw;padding-right:.45vw}}@media(min-width:993px){.inner-block-padding{padding-left:3.03vw;padding-right:3.03vw}}@media(min-width:1441px){.inner-block-padding{padding-left:3.13vw;padding-right:3.13vw}}.inner-block-padding--left{padding-left:.3vw}@media(min-width:768px){.inner-block-padding--left{padding-left:.45vw}}@media(min-width:993px){.inner-block-padding--left{padding-left:3.03vw}}@media(min-width:1441px){.inner-block-padding--left{padding-left:3.13vw}}.escape-inner-block-padding{margin-left:-.3vw;margin-right:-.3vw}@media(min-width:768px){.escape-inner-block-padding{margin-left:-.45vw;margin-right:-.45vw}}@media(min-width:993px){.escape-inner-block-padding{margin-left:-3.03vw;margin-right:-3.03vw}}@media(min-width:1441px){.escape-inner-block-padding{margin-left:-3.13vw;margin-right:-3.13vw}}.wp-block-acta-cfi-detail-hero{position:relative}@media(min-width:1441px){.wp-block-acta-cfi-detail-hero .breadcrumbs{margin-top:36px}}.wp-block-acta-cfi-detail-hero>.container{position:relative;z-index:2}@media(min-width:992px){.wp-block-acta-cfi-detail-hero__left,.wp-block-acta-cfi-detail-hero__right{padding-bottom:139px;padding-top:132px}}.wp-block-acta-cfi-detail-hero__left{display:flex;flex-direction:column;justify-content:center;padding-top:60px}.wp-block-acta-cfi-detail-hero__left.serif>*{max-width:751px}.wp-block-acta-cfi-detail-hero__left.serif>p{font-family:Quattrocento,serif;font-size:18px;margin-bottom:0;margin-top:15px}@media(min-width:1024px){.wp-block-acta-cfi-detail-hero__left.serif>p{font-size:24px;margin-top:25px}}.wp-block-acta-cfi-detail-hero__left.sans-serif>*{max-width:838px}.wp-block-acta-cfi-detail-hero__left.sans-serif>p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:21px;font-weight:500;line-height:1.5}.wp-block-acta-cfi-detail-hero__left>:not(p){font-size:58px;line-height:1.17}@media(max-width:767px){.wp-block-acta-cfi-detail-hero__left>:not(p){font-size:32px;line-height:1.25}}@media(max-width:1440px){.wp-block-acta-cfi-detail-hero__left>:not(p){font-size:46px;line-height:1.17}}@media(min-width:1441px){.wp-block-acta-cfi-detail-hero__left>:not(p){margin-top:50px}}.wp-block-acta-cfi-detail-hero__right{padding-bottom:80px;padding-top:50px;text-align:left}.wp-block-acta-cfi-detail-hero__right iframe{aspect-ratio:16/9;height:100%;width:100%}.wp-block-acta-cfi-detail-hero__right>img{display:block;height:359px;-o-object-fit:contain;object-fit:contain;width:510px}.wp-block-acta-cfi-detail-hero__right>a{position:relative}.wp-block-acta-cfi-detail-hero__right>a>.yt-thumbnail{height:346px;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-acta-cfi-detail-hero__right>a:hover .yt-thumbnail{filter:blur(2px);transition:all .3s ease}.wp-block-acta-cfi-detail-hero__right>a:hover .wp-block-acta-cfi-detail-hero__right-play-btn{top:calc(50% - 5px)}.wp-block-acta-cfi-detail-hero__right-play-btn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:86px}@media(min-width:1024px){.wp-block-acta-cfi-detail-hero__right{text-align:right}}.wp-block-acta-cfi-detail-hero__bg{inset:0;left:unset;position:absolute;right:0;width:50vw;z-index:1}.wp-block-acta-cfi-detail-hero__bg>.orange{background-color:#be4f0a;inset:0;left:unset;position:absolute;right:-40%;transform:skewX(330.4deg);width:100%}.wp-block-acta-cfi-detail-hero__bg>.line{height:100%;position:absolute;right:0}
