.fs-3xs, .toc-cao__label__item {
  font-size: 0.75rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1440px) {
  .fs-3xs, .toc-cao__label__item {
    font-size: 0.875rem;
  }
}

.fs-2xs {
  font-size: 0.875rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 1440px) {
  .fs-2xs {
    font-size: 1rem;
  }
}

.fs-xs {
  line-height: 1.3em;
  font-size: 1rem;
}
@media only screen and (min-width: 1440px) {
  .fs-xs {
    font-size: 1.125rem;
  }
}

.fs-s, .menu--book .menu-item__description {
  line-height: 1.5em;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1440px) {
  .fs-s, .menu--book .menu-item__description {
    font-size: 1.25rem;
  }
}

.fs-ms {
  line-height: 1.3em;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1440px) {
  .fs-ms {
    font-size: 1.5rem;
  }
}

.fs-m {
  line-height: 1.3em;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1440px) {
  .fs-m {
    font-size: 1.75rem;
  }
}

.fs-l {
  line-height: 1.3em;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1440px) {
  .fs-l {
    font-size: 2rem;
  }
}

.fs-xl, .toc-cao__title {
  line-height: 1.1em;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1440px) {
  .fs-xl, .toc-cao__title {
    font-size: 2.5rem;
  }
}

.fs-2xl {
  line-height: 1.1em;
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .fs-2xl {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fs-2xl {
    font-size: 4rem;
  }
}

.fs-3xl {
  line-height: 1.1em;
  font-size: 2.75rem;
}
@media only screen and (min-width: 1024px) {
  .fs-3xl {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .fs-3xl {
    font-size: 5.5rem;
  }
}

.m-2xs {
  margin: 4px;
}
@media only screen and (min-width: 1440px) {
  .m-2xs {
    margin: 8px;
  }
}

.mt-2xs {
  margin-top: 4px;
}
@media only screen and (min-width: 1440px) {
  .mt-2xs {
    margin-top: 8px;
  }
}

.mb-2xs {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1440px) {
  .mb-2xs {
    margin-bottom: 8px;
  }
}

.mr-2xs {
  margin-right: 4px;
}
@media only screen and (min-width: 1440px) {
  .mr-2xs {
    margin-right: 8px;
  }
}

.ml-2xs {
  margin-left: 4px;
}
@media only screen and (min-width: 1440px) {
  .ml-2xs {
    margin-left: 8px;
  }
}

.m-xs {
  margin: 8px;
}
@media only screen and (min-width: 1440px) {
  .m-xs {
    margin: 16px;
  }
}

.mt-xs {
  margin-top: 8px;
}
@media only screen and (min-width: 1440px) {
  .mt-xs {
    margin-top: 16px;
  }
}

.mb-xs {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .mb-xs {
    margin-bottom: 16px;
  }
}

.mr-xs {
  margin-right: 8px;
}
@media only screen and (min-width: 1440px) {
  .mr-xs {
    margin-right: 16px;
  }
}

.ml-xs {
  margin-left: 8px;
}
@media only screen and (min-width: 1440px) {
  .ml-xs {
    margin-left: 16px;
  }
}

.m-s {
  margin: 16px;
}
@media only screen and (min-width: 1440px) {
  .m-s {
    margin: 24px;
  }
}

.mt-s {
  margin-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .mt-s {
    margin-top: 24px;
  }
}

.mb-s {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .mb-s {
    margin-bottom: 24px;
  }
}

.mr-s {
  margin-right: 16px;
}
@media only screen and (min-width: 1440px) {
  .mr-s {
    margin-right: 24px;
  }
}

.ml-s {
  margin-left: 16px;
}
@media only screen and (min-width: 1440px) {
  .ml-s {
    margin-left: 24px;
  }
}

.m-m {
  margin: 24px;
}
@media only screen and (min-width: 1440px) {
  .m-m {
    margin: 40px;
  }
}

.mt-m {
  margin-top: 24px;
}
@media only screen and (min-width: 1440px) {
  .mt-m {
    margin-top: 40px;
  }
}

.mb-m {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .mb-m {
    margin-bottom: 40px;
  }
}

.mr-m {
  margin-right: 24px;
}
@media only screen and (min-width: 1440px) {
  .mr-m {
    margin-right: 40px;
  }
}

.ml-m {
  margin-left: 24px;
}
@media only screen and (min-width: 1440px) {
  .ml-m {
    margin-left: 40px;
  }
}

.m-l {
  margin: 32px;
}
@media only screen and (min-width: 1440px) {
  .m-l {
    margin: 40px;
  }
}

.mt-l {
  margin-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .mt-l {
    margin-top: 40px;
  }
}

.mb-l {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .mb-l {
    margin-bottom: 40px;
  }
}

.mr-l {
  margin-right: 32px;
}
@media only screen and (min-width: 1440px) {
  .mr-l {
    margin-right: 40px;
  }
}

.ml-l {
  margin-left: 32px;
}
@media only screen and (min-width: 1440px) {
  .ml-l {
    margin-left: 40px;
  }
}

.m-xl {
  margin: 48px;
}
@media only screen and (min-width: 1440px) {
  .m-xl {
    margin: 64px;
  }
}

.mt-xl {
  margin-top: 48px;
}
@media only screen and (min-width: 1440px) {
  .mt-xl {
    margin-top: 64px;
  }
}

.mb-xl {
  margin-bottom: 48px;
}
@media only screen and (min-width: 1440px) {
  .mb-xl {
    margin-bottom: 64px;
  }
}

.mr-xl {
  margin-right: 48px;
}
@media only screen and (min-width: 1440px) {
  .mr-xl {
    margin-right: 64px;
  }
}

.ml-xl {
  margin-left: 48px;
}
@media only screen and (min-width: 1440px) {
  .ml-xl {
    margin-left: 64px;
  }
}

.m-3xl {
  margin: 80px;
}
@media only screen and (min-width: 1440px) {
  .m-3xl {
    margin: 120px;
  }
}

.mt-3xl {
  margin-top: 80px;
}
@media only screen and (min-width: 1440px) {
  .mt-3xl {
    margin-top: 120px;
  }
}

.mb-3xl {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1440px) {
  .mb-3xl {
    margin-bottom: 120px;
  }
}

.mr-3xl {
  margin-right: 80px;
}
@media only screen and (min-width: 1440px) {
  .mr-3xl {
    margin-right: 120px;
  }
}

.ml-3xl {
  margin-left: 80px;
}
@media only screen and (min-width: 1440px) {
  .ml-3xl {
    margin-left: 120px;
  }
}

.p-xs {
  padding: 8px;
}
@media only screen and (min-width: 1440px) {
  .p-xs {
    padding: 16px;
  }
}

.pt-xs {
  padding-top: 8px;
}
@media only screen and (min-width: 1440px) {
  .pt-xs {
    padding-top: 16px;
  }
}

.pb-xs {
  padding-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .pb-xs {
    padding-bottom: 16px;
  }
}

.pr-xs {
  padding-right: 8px;
}
@media only screen and (min-width: 1440px) {
  .pr-xs {
    padding-right: 16px;
  }
}

.pl-xs {
  padding-left: 8px;
}
@media only screen and (min-width: 1440px) {
  .pl-xs {
    padding-left: 16px;
  }
}

.p-s {
  padding: 16px;
}
@media only screen and (min-width: 1440px) {
  .p-s {
    padding: 24px;
  }
}

.pt-s {
  padding-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .pt-s {
    padding-top: 24px;
  }
}

.pb-s {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1440px) {
  .pb-s {
    padding-bottom: 24px;
  }
}

.pr-s {
  padding-right: 16px;
}
@media only screen and (min-width: 1440px) {
  .pr-s {
    padding-right: 24px;
  }
}

.pl-s {
  padding-left: 16px;
}
@media only screen and (min-width: 1440px) {
  .pl-s {
    padding-left: 24px;
  }
}

.p-m {
  padding: 24px;
}
@media only screen and (min-width: 1440px) {
  .p-m {
    padding: 32px;
  }
}

.pt-m {
  padding-top: 24px;
}
@media only screen and (min-width: 1440px) {
  .pt-m {
    padding-top: 32px;
  }
}

.pb-m {
  padding-bottom: 24px;
}
@media only screen and (min-width: 1440px) {
  .pb-m {
    padding-bottom: 32px;
  }
}

.pr-m {
  padding-right: 24px;
}
@media only screen and (min-width: 1440px) {
  .pr-m {
    padding-right: 32px;
  }
}

.pl-m {
  padding-left: 24px;
}
@media only screen and (min-width: 1440px) {
  .pl-m {
    padding-left: 32px;
  }
}

.p-l {
  padding: 32px;
}
@media only screen and (min-width: 1440px) {
  .p-l {
    padding: 40px;
  }
}

.pt-l {
  padding-top: 32px;
}
@media only screen and (min-width: 1440px) {
  .pt-l {
    padding-top: 40px;
  }
}

.pb-l {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .pb-l {
    padding-bottom: 40px;
  }
}

.pr-l {
  padding-right: 32px;
}
@media only screen and (min-width: 1440px) {
  .pr-l {
    padding-right: 40px;
  }
}

.pl-l {
  padding-left: 32px;
}
@media only screen and (min-width: 1440px) {
  .pl-l {
    padding-left: 40px;
  }
}

.c-padding-left {
  padding-left: 20px;
}
@media only screen and (min-width: 1440px) {
  .c-padding-left {
    padding-left: 24px;
  }
}

.c-padding-right {
  padding-right: 20px;
}
@media only screen and (min-width: 1440px) {
  .c-padding-right {
    padding-right: 24px;
  }
}

.c-padding-bottom {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1440px) {
  .c-padding-bottom {
    padding-bottom: 40px;
  }
}

.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}

/* Media Query Breakpoints
** see mixins.scss for breakpoints handling. All px values will be converted to ems
** based on default font-size browser default 16px
*/
/**
 * Uses breakpoint variables in _breakpoints.scss
 */
/*
 Mixin: REM to Px
 */
/*
  Put this mixin in the div that sets the height/width of the element
  In $classes at each wrapping class/div of the image.
  @author Martin van Toorn
  @created 18-8-2017
  @version 1.0
 */
/* All color variables will be found in this file */
:root {
  /*
   * UI colours
   * Some defaults, as basis
   * Used -amongst others- in status-messages.html.twig
   */
  --actizErrorBackgroundColour: #ff2121;
  --actizErrorBorderColour: #ff2121;
  --actizErrorTextColour: #ff2121;
  --actizSuccessBackgroundColour: #99c488;
  --actizSuccessBorderColour: #99c488;
  --actizSuccessTextColour: #99c488;
  --actizInformationBackgroundColour: #009fe3;
  --actizInformationBorderColour: #009fe3;
  --actizInformationTextColour: #009fe3;
  --actizWarningBackgroundColour: #e6a223;
  --actizWarningBorderColour: #e6a223;
  --actizWarningTextColour: #e6a223;
}

@keyframes focus-animation {
  0% {
    outline-offset: 0;
  }
  100% {
    outline-offset: 3px;
  }
}
.focus-style, .menu--book a:focus-visible {
  outline: 2px solid #3D0A85;
  outline-offset: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation-name: focus-animation;
  animation-duration: 0.1s;
  animation-timing-function: linear;
}

.focus-style-absolute {
  border: 2px solid #3D0A85;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation-name: focus-animation;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  content: "";
  border-radius: 2px;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  position: absolute;
}

.focus-style-has {
  outline: 2px solid #3D0A85;
  outline-offset: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  animation-name: focus-animation;
  animation-duration: 0.1s;
  animation-timing-function: linear;
}

.toc-cao {
  color: #fff;
  background: #3D0A85;
  position: relative;
  container-type: inline-size;
}
.toc-cao a {
  color: #fff;
}
.toc-cao__container--top {
  padding: 24px;
}
@media only screen and (min-width: 1440px) {
  .toc-cao__container--top {
    padding: 32px;
  }
}
.toc-cao__container--toc {
  padding: 24px;
  border-top: 2px solid #fff;
}
@media only screen and (min-width: 1440px) {
  .toc-cao__container--toc {
    padding: 32px;
  }
}
.toc-cao__container--additions {
  padding: 24px;
  border-top: 2px solid #fff;
  background: #A082C2;
}
@media only screen and (min-width: 1440px) {
  .toc-cao__container--additions {
    padding: 24px 32px;
  }
}
.toc-cao__title {
  margin-top: 0;
}
.toc-cao__label {
  position: absolute;
  top: 0;
  left: 0;
  background: #F9B000;
  color: #000;
  display: flex;
  padding: 8px 16px;
}
.toc-cao__label__item {
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.toc-cao__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@container (min-width: 700px) {
  .toc-cao__meta {
    flex-direction: row;
    gap: 24px;
  }
}
.toc-cao__meta__item {
  margin: 0;
  font-size: 16px;
}
@container (min-width: 700px) {
  .toc-cao__meta__item {
    flex: 0 0 auto;
  }
}
.toc-cao__meta__item__title {
  font-weight: 600;
}
.toc-cao__meta__item__text {
  margin-left: 0;
}
.toc-cao__meta__item__text p {
  margin: 0;
}
.toc-cao__search {
  margin-top: 1rem;
}
.toc-cao__toc__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.toc-cao__download {
  color: #fff;
  display: flex;
  gap: 16px;
}
.toc-cao__download a {
  width: 100%;
  color: #fff;
}
.toc-cao__close-button {
  position: absolute;
  top: 0;
  right: 14px;
  display: none;
  cursor: pointer;
}
.toc-cao__close-button svg {
  fill: #fff;
}
@media (min-width: 900px) {
  .toc-cao--in-sidebar .toc-cao {
    opacity: 0;
    animation: fadeIn 200ms ease-in-out 250ms forwards;
  }
}
.toc-cao--in-sidebar .toc-cao .toc-cao__container {
  padding: 24px 20px;
}
.toc-cao--in-sidebar .toc-cao .toc-cao__container--top {
  padding: 16px 20px;
}
.toc-cao--in-sidebar .toc-cao .toc-cao__container--additions {
  display: none;
}
.toc-cao--in-sidebar .toc-cao .toc-cao__title {
  font-size: 28px;
}
.toc-cao--in-sidebar .toc-cao .toc-cao__close-button {
  display: block;
}
@media (min-width: 900px) {
  .toc-cao--in-sidebar .toc-cao .toc-cao__close-button {
    display: none;
  }
}
.toc-cao--in-sidebar .toc-cao .toc-cao__toc__title {
  font-size: 1.5rem;
}
.toc-cao--in-sidebar .toc-cao .menu--book > li > a {
  font-size: 1.125rem;
}
.toc-cao--in-sidebar .toc-cao .menu--book ul {
  padding: 0 16px;
}
.toc-cao--in-sidebar .toc-cao .menu--book ul li ul {
  padding-right: 0;
}
.toc-cao--in-sidebar .toc-cao .menu--book ul > li li > a {
  font-size: 18px;
}
.toc-cao--in-sidebar .toc-cao .menu-item__description {
  font-size: 1.125rem;
}

.menu--book {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--book li {
  list-style: none;
}
.menu--book a {
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.125rem;
  width: 100%;
}
.menu--book a:focus-visible {
  outline-color: #fff;
}
.menu--book a:hover {
  color: #e3e3e3;
}
.menu--book a .icon {
  stroke: #fff;
  fill: none;
  transition: 200ms ease-in-out;
  width: 16px;
}
.menu--book a .icon svg {
  width: 16px;
}
.menu--book a .icon.icon-caret-down {
  width: 14px;
}
.menu--book a .icon.icon-caret-down svg {
  width: 14px;
}
.menu--book > li {
  padding-bottom: 0.875rem;
}
.menu--book > li:last-child {
  margin-bottom: 0;
}
.menu--book > li > a {
  font-weight: 600;
  font-size: 1.125rem;
}
.menu--book ul {
  padding: 0 24px;
  margin-top: 12px;
}
.menu--book > li li {
  margin-bottom: 8px;
}
.menu--book > li li:last-child {
  margin-bottom: 0;
}
.menu--book > li li.menu-item--is-active {
  position: relative;
  padding-left: 10px;
}
.menu--book > li li.menu-item--is-active:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 2px;
  background: #fff;
  left: 0;
  top: 5px;
}
.menu--book > li li a:hover .icon, .menu--book > li li a:active .icon, .menu--book > li li a:focus .icon {
  transform: translateX(16px);
}
.menu--book > li li.menu-item--expanded > a:hover .icon, .menu--book > li li.menu-item--expanded > a:active .icon, .menu--book > li li.menu-item--expanded > a:focus .icon {
  transform: translateX(0px);
}
.menu--book > li li.menu-item--expanded ul {
  padding-right: 0;
}
.menu--book .menu-item.submenu-active > a .icon.icon-caret-down {
  transform: rotate(180deg);
}
.menu--book .menu-item__description {
  font-style: italic;
  margin: 12px 0 12px;
}

.js-chaptermenu {
  display: none;
}
@media (min-width: 900px) {
  .js-chaptermenu {
    display: block;
  }
}

.js-chaptermenu-toggle {
  margin-bottom: 0px !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}