/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./detail-page/hero/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.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-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~=not-prose] *)) {
  color: var(--prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.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 {
  font-weight: 400;
  color: var(--prose-counters);
}

.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-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--prose-quote-borders);
  quotes: "“" "”" "‘" "’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.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-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.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-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.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-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.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;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
  font-weight: 700;
}

.prose :where(figure > *):not(:where([class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
  color: var(--prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~=not-prose] *)) {
  color: var(--prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.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] *)) {
  color: var(--prose-pre-code);
  background-color: var(--prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.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] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--prose-th-borders);
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
  color: var(--prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.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: rgb(0 0 0 / 50%);
  --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-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(img):not(:where([class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
  font-size: 0.9em;
}

.prose :where(li):not(:where([class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~=not-prose] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~=not-prose] *)) {
  padding-left: 0.375em;
}

.prose > :where(ul > li p):not(:where([class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.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-top: 0.75em;
  margin-bottom: 0.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: 0.3vw;
  padding-right: 0.3vw;
}
@media (min-width: 768px) {
  .inner-block-padding {
    padding-left: 0.45vw;
    padding-right: 0.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: 0.3vw;
}
@media (min-width: 768px) {
  .inner-block-padding--left {
    padding-left: 0.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: -0.3vw;
  margin-right: -0.3vw;
}
@media (min-width: 768px) {
  .escape-inner-block-padding {
    margin-left: -0.45vw;
    margin-right: -0.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;
}
.wp-block-acta-cfi-detail-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-acta-cfi-detail-hero__left.serif > * {
  max-width: 751px;
}
.wp-block-acta-cfi-detail-hero__left.serif > p {
  font-size: 18px;
  margin-top: 15px;
  font-family: Quattrocento, serif;
  margin-bottom: 0;
}
@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 {
  line-height: 1.5;
  font-size: 21px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.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 {
  text-align: left;
}
.wp-block-acta-cfi-detail-hero__right iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.wp-block-acta-cfi-detail-hero__right > img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wp-block-acta-cfi-detail-hero__right > a {
  position: relative;
}
.wp-block-acta-cfi-detail-hero__right > a > .yt-thumbnail {
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-acta-cfi-detail-hero__right > a:hover .yt-thumbnail {
  filter: blur(2px);
  transition: all 300ms 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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  transition: all 300ms ease;
}
@media (min-width: 1024px) {
  .wp-block-acta-cfi-detail-hero__right {
    text-align: right;
  }
}
.wp-block-acta-cfi-detail-hero__left, .wp-block-acta-cfi-detail-hero__right {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .wp-block-acta-cfi-detail-hero__left, .wp-block-acta-cfi-detail-hero__right {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
.wp-block-acta-cfi-detail-hero__bg {
  position: absolute;
  width: 50vw;
  inset: 0;
  right: 0;
  left: unset;
  z-index: 1;
}
.wp-block-acta-cfi-detail-hero__bg > .orange {
  width: 100%;
  position: absolute;
  inset: 0;
  left: unset;
  right: -40%;
  transform: skewX(330.4deg);
  background-color: #be4f0a;
}
.wp-block-acta-cfi-detail-hero__bg > .line {
  position: absolute;
  right: 0;
  height: 100%;
}

/*# sourceMappingURL=style-index.css.map*/