@charset "UTF-8";
/*!
Theme Name: Nlementor
Text Domain: nlementor
Author: IONOS WordPress Team
Version: 1.9.0
*/
.wp-block-list li {
  padding-left: 30px;
  position: relative;
}
.wp-block-list li:not(:first-of-type) {
  margin-top: 12px;
}
ul.wp-block-list li:before {
  content: '•';
  width: 24px;
  height: 24px;
  color: rgb(17 199 230);
  font-family: Open Sans Bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
ol.wp-block-list > li {
  counter-increment: counter;
}
ol.wp-block-list > li:before {
  content: counter(counter);
  width: 24px;
  height: 24px;
  color: rgb(17 199 230);
  position: absolute;
  top: 0;
  left: 0;
}
ol.wp-block-list ol.wp-block-list  {
  counter-reset: counter;
}
ol.wp-block-list > li ol.wp-block-list {
  counter-increment: nested-counter;
}
ol.wp-block-list > li ol.wp-block-list li:before {
  content: counter(nested-counter);
  width: 24px;
  height: 24px;
  color: rgb(17 199 230);
  position: absolute;
  top: 0;
  left: 0;
}
pre.wp-block-code {
  display: block;
  color: var(--cool-gray-700);
  background-color: var(--cool-gray-100);
  padding: 12px 18px;
  font-family: monospace;
  font-size: initial;
  page-break-inside: avoid;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
}
pre button {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--cool-gray-100);
  border: 2px solid var(--ionos-blue-400);
  background-color: var(--ionos-blue-400);
  padding: 5px 10px;
  cursor: pointer;
  transition: ease .3s;
}
pre button:hover {
  border-color: var(--ionos-blue-500);
  background-color: var(--ionos-blue-500);
}
button > * {
  pointer-events: none; }

.button, .primary-button, .back-to-top, .secondary-button, .events .eo-events-nav a, .tertiary-button, .info-button, .anchor-button {
  position: relative;
  text-align: center;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  min-width: 48px;
  border-radius: 9999px;
  width: auto; }
  .button--sm {
    font-size: 14px;
    padding: 6px 14px;
    min-width: 36px;
    min-height: 36px; }
  .button--md {
    font-size: 16px;
    padding: 12px 18px;
    min-width: 48px;
    min-height: 48px; }
  .button--lg {
    font-size: 18px;
    padding: 20px 25px;
    min-width: 64px;
    min-height: 64px; }
  .button--stretch {
    width: 100%; }
  .button--icon:after, .events .eo-events-nav a:after, .back-to-top:after {
    content: "arrow_forward";
    font-family: 'Material Symbols Rounded';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -12px 0 0 0;
    font-size: 24px;
    line-height: 24px; }
  .button--icon.button--sm:after, .events .eo-events-nav a.button--sm:after, .button--sm.back-to-top:after {
    font-size: 20px;
    left: 6px; }
  .button--icon.button--md:after, .events .eo-events-nav a.button--md:after, .button--md.back-to-top:after {
    font-size: 24px;
    left: 10px; }
  .button--icon.button--lg:after, .events .eo-events-nav a.button--lg:after, .button--lg.back-to-top:after {
    font-size: 32px;
    left: 14px; }
  .button--icon.arrow-forward:after, .events .eo-events-nav a.arrow-forward:after, .events .eo-events-nav a.nav-pages__next:after, .arrow-forward.back-to-top:after {
    content: "arrow_forward"; }
  .button--icon.arrow-back:after, .events .eo-events-nav a.arrow-back:after, .events .eo-events-nav a.nav-pages__prev:after, .arrow-back.back-to-top:after {
    content: "arrow_back"; }
  .button--icon.arrow-upward:after, .events .eo-events-nav a.arrow-upward:after, .events .eo-events-nav a.back-to-top:after, .back-to-top:after {
    content: "arrow_upward"; }
  .button--icon.arrow-downward:after, .events .eo-events-nav a.arrow-downward:after, .arrow-downward.back-to-top:after {
    content: "arrow_downward"; }
  .button--iconleft, .events .eo-events-nav a.nav-pages__prev {
    width: auto;
    padding-right: 10px;
    padding-left: 42px; }
    .button--iconleft:after, .events .eo-events-nav a.nav-pages__prev:after {
      left: 10px;
      right: auto; }
    .button--iconleft.button--sm, .events .eo-events-nav a.button--sm.nav-pages__prev {
      padding-right: 14px;
      padding-left: 46px; }
      .button--iconleft.button--sm:after, .events .eo-events-nav a.button--sm.nav-pages__prev:after {
        left: 14px; }
    .button--iconleft.button--md, .events .eo-events-nav a.button--md.nav-pages__prev {
      padding-right: 18px;
      padding-left: 50px; }
      .button--iconleft.button--md:after, .events .eo-events-nav a.button--md.nav-pages__prev:after {
        left: 18px; }
    .button--iconleft.button--lg, .events .eo-events-nav a.button--lg.nav-pages__prev {
      padding-right: 25px;
      padding-left: 57px; }
      .button--iconleft.button--lg:after, .events .eo-events-nav a.button--lg.nav-pages__prev:after {
        left: 25px; }
  .button--iconright, .events .eo-events-nav a.nav-pages__next {
    width: auto;
    padding-right: 42px;
    padding-left: 10px; }
    .button--iconright:after, .events .eo-events-nav a.nav-pages__next:after {
      left: auto;
      right: 10px; }
    .button--iconright.button--sm, .events .eo-events-nav a.button--sm.nav-pages__next {
      padding-right: 46px;
      padding-left: 14px; }
      .button--iconright.button--sm:after, .events .eo-events-nav a.button--sm.nav-pages__next:after {
        left: auto;
        right: 14px; }
    .button--iconright.button--md, .events .eo-events-nav a.button--md.nav-pages__next {
      padding-right: 50px;
      padding-left: 18px; }
      .button--iconright.button--md:after, .events .eo-events-nav a.button--md.nav-pages__next:after {
        left: auto;
        right: 18px; }
    .button--iconright.button--lg, .events .eo-events-nav a.button--lg.nav-pages__next {
      padding-right: 57px;
      padding-left: 25px; }
      .button--iconright.button--lg:after, .events .eo-events-nav a.button--lg.nav-pages__next:after {
        left: auto;
        right: 15px; }
  .button .wp-block-button__link, .primary-button .wp-block-button__link, .back-to-top .wp-block-button__link, .secondary-button .wp-block-button__link, .events .eo-events-nav a .wp-block-button__link, .tertiary-button .wp-block-button__link, .info-button .wp-block-button__link, .anchor-button .wp-block-button__link, .button a, .primary-button a, .back-to-top a, .secondary-button a, .events .eo-events-nav a a, .tertiary-button a, .info-button a, .anchor-button a {
    padding: 0;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: inherit;
    text-decoration-color: inherit; }
    .button .wp-block-button__link:hover, .primary-button .wp-block-button__link:hover, .back-to-top .wp-block-button__link:hover, .secondary-button .wp-block-button__link:hover, .events .eo-events-nav a .wp-block-button__link:hover, .tertiary-button .wp-block-button__link:hover, .info-button .wp-block-button__link:hover, .anchor-button .wp-block-button__link:hover, .button a:hover, .primary-button a:hover, .back-to-top a:hover, .secondary-button a:hover, .events .eo-events-nav a a:hover, .tertiary-button a:hover, .info-button a:hover, .anchor-button a:hover {
      text-decoration: inherit;
      text-decoration-color: inherit; }

.primary-button, .back-to-top {
  border-width: 2px;
  border-style: solid;
  background-color: var(--ionos-blue-400);
  border-color: var(--ionos-blue-400);
  color: var(--white); }
  .primary-button:hover, .back-to-top:hover {
    background-color: var(--ionos-blue-500);
    border-color: var(--ionos-blue-500);
    text-decoration: none; }
  .primary-button:focus, .back-to-top:focus {
    box-shadow: white 0px 0px 0px 2px, #458fff 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
  .primary-button.button--ondark, .button--ondark.back-to-top {
    background-color: var(--ionos-sky-300);
    border-color: var(--ionos-sky-300); }
    .primary-button.button--ondark:hover, .button--ondark.back-to-top:hover {
      background-color: var(--ionos-sky-200);
      border-color: var(--ionos-sky-200);
      color: var(--ionos-blue-800); }

.secondary-button, .events .eo-events-nav a {
  border-width: 2px;
  border-style: solid;
  border-color: var(--ionos-blue-400);
  background-color: transparent;
  color: var(--ionos-blue-400); }
  .secondary-button:hover, .events .eo-events-nav a:hover {
    background-color: var(--ionos-blue-400);
    border-color: var(--ionos-blue-400);
    color: var(--white);
    text-decoration: none; }
  .secondary-button:focus, .events .eo-events-nav a:focus {
    box-shadow: white 0px 0px 0px 2px, #458fff 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
  .secondary-button.button--ondark, .events .eo-events-nav a.button--ondark {
    border-color: var(--ionos-sky-300);
    color: var(--ionos-sky-300); }
    .secondary-button.button--ondark:hover, .events .eo-events-nav a.button--ondark:hover {
      background-color: var(--ionos-sky-300);
      color: var(--ionos-blue-800); }

.tertiary-button {
  min-height: 44px;
  min-width: 44px;
  background-color: transparent;
  color: var(--ionos-blue-400); }
  .tertiary-button:hover {
    background-color: var(--ionos-blue-400-10);
    color: var(--ionos-blue-400); }
  .tertiary-button:focus {
    box-shadow: white 0px 0px 0px 2px, #458fff 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
  .tertiary-button.button--sm {
    min-height: 32px;
    min-width: 32px; }
  .tertiary-button.button--md {
    min-height: 44px;
    min-width: 44px; }
  .tertiary-button.button--lg {
    min-height: 60px;
    min-width: 60px; }
  .tertiary-button.button--ondark {
    color: var(--ionos-sky-300); }
    .tertiary-button.button--ondark:hover {
      background-color: var(--ionos-sky-300-10); }

.info-button {
  min-height: 32px;
  min-width: 32px;
  border-width: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--ionos-blue-400); }
  .info-button:hover {
    background-color: var(--ionos-blue-400-10); }
  .info-button.button--sm, .info-button.button--md, .info-button.button--lg {
    padding-top: 6px;
    padding-bottom: 6px; }
  .info-button.button--sm {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 28px;
    min-width: 28px; }
  .info-button.button--md {
    min-height: 32px;
    min-width: 32px; }
  .info-button.button--lg {
    min-height: 32px;
    min-width: 32px; }
  .info-button.button--ondark {
    color: var(--ionos-sky-300); }
    .info-button.button--ondark:hover {
      background-color: var(--ionos-sky-300-10); }

.anchor-button {
  min-height: 20px;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  color: var(--ionos-blue-400);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--ionos-blue-400); }
  .anchor-button:hover {
    text-decoration: underline;
    text-decoration-color: var(--ionos-blue-400);
    text-decoration-thickness: 2px; }
  .anchor-button.button--ondark {
    color: var(--white);
    text-decoration-color: var(--ionos-sky-300); }
    .anchor-button.button--ondark:hover {
      text-decoration-color: var(--ionos-sky-300);
      text-decoration-thickness: 2px; }

.intro-meta__entry h2 + p, .wysiwyg h2 + p, .wysiwyg .info-box h2 + p,
.intro-meta__entry h2 + ul,
.wysiwyg h2 + ul,
.wysiwyg .info-box h2 + ul,
.intro-meta__entry h2 + ol,
.wysiwyg h2 + ol,
.wysiwyg .info-box h2 + ol,
.intro-meta__entry h2 + pre,
.wysiwyg h2 + pre,
.wysiwyg .info-box h2 + pre,
.intro-meta__entry h2 + blockquote,
.wysiwyg h2 + blockquote,
.wysiwyg .info-box h2 + blockquote,
.intro-meta__entry h2 + figure,
.wysiwyg h2 + figure,
.wysiwyg .info-box h2 + figure,
.intro-meta__entry h2 + img,
.wysiwyg h2 + img,
.wysiwyg .info-box h2 + img,
.intro-meta__entry h2 + video,
.wysiwyg h2 + video,
.wysiwyg .info-box h2 + video,
.intro-meta__entry h2 + table,
.wysiwyg h2 + table,
.wysiwyg .info-box h2 + table,
.intro-meta__entry h2 + .wp-video,
.wysiwyg h2 + .wp-video,
.wysiwyg .info-box h2 + .wp-video,
.intro-meta__entry h2 + .gallery,
.wysiwyg h2 + .gallery,
.wysiwyg .info-box h2 + .gallery,
.intro-meta__entry h2 + .wp-playlist,
.wysiwyg h2 + .wp-playlist,
.wysiwyg .info-box h2 + .wp-playlist,
.intro-meta__entry h2 + .responsive-video-wrap,
.wysiwyg h2 + .responsive-video-wrap,
.wysiwyg .info-box h2 + .responsive-video-wrap,
.intro-meta__entry h2 + .info-box,
.wysiwyg h2 + .info-box,
.wysiwyg .info-box h2 + .info-box,
.intro-meta__entry h2 + div:not([class]),
.wysiwyg h2 + div:not([class]),
.wysiwyg .info-box h2 + div:not([class]),
.intro-meta__entry h3 + p,
.wysiwyg h3 + p,
.wysiwyg .info-box h3 + p,
.intro-meta__entry h3 + ul,
.wysiwyg h3 + ul,
.wysiwyg .info-box h3 + ul,
.intro-meta__entry h3 + ol,
.wysiwyg h3 + ol,
.wysiwyg .info-box h3 + ol,
.intro-meta__entry h3 + pre,
.wysiwyg h3 + pre,
.wysiwyg .info-box h3 + pre,
.intro-meta__entry h3 + blockquote,
.wysiwyg h3 + blockquote,
.wysiwyg .info-box h3 + blockquote,
.intro-meta__entry h3 + figure,
.wysiwyg h3 + figure,
.wysiwyg .info-box h3 + figure,
.intro-meta__entry h3 + img,
.wysiwyg h3 + img,
.wysiwyg .info-box h3 + img,
.intro-meta__entry h3 + video,
.wysiwyg h3 + video,
.wysiwyg .info-box h3 + video,
.intro-meta__entry h3 + table,
.wysiwyg h3 + table,
.wysiwyg .info-box h3 + table,
.intro-meta__entry h3 + .wp-video,
.wysiwyg h3 + .wp-video,
.wysiwyg .info-box h3 + .wp-video,
.intro-meta__entry h3 + .gallery,
.wysiwyg h3 + .gallery,
.wysiwyg .info-box h3 + .gallery,
.intro-meta__entry h3 + .wp-playlist,
.wysiwyg h3 + .wp-playlist,
.wysiwyg .info-box h3 + .wp-playlist,
.intro-meta__entry h3 + .responsive-video-wrap,
.wysiwyg h3 + .responsive-video-wrap,
.wysiwyg .info-box h3 + .responsive-video-wrap,
.intro-meta__entry h3 + .info-box,
.wysiwyg h3 + .info-box,
.wysiwyg .info-box h3 + .info-box,
.intro-meta__entry h3 + div:not([class]),
.wysiwyg h3 + div:not([class]),
.wysiwyg .info-box h3 + div:not([class]),
.intro-meta__entry h4 + p,
.wysiwyg h4 + p,
.wysiwyg .info-box h4 + p,
.intro-meta__entry h4 + ul,
.wysiwyg h4 + ul,
.wysiwyg .info-box h4 + ul,
.intro-meta__entry h4 + ol,
.wysiwyg h4 + ol,
.wysiwyg .info-box h4 + ol,
.intro-meta__entry h4 + pre,
.wysiwyg h4 + pre,
.wysiwyg .info-box h4 + pre,
.intro-meta__entry h4 + blockquote,
.wysiwyg h4 + blockquote,
.wysiwyg .info-box h4 + blockquote,
.intro-meta__entry h4 + figure,
.wysiwyg h4 + figure,
.wysiwyg .info-box h4 + figure,
.intro-meta__entry h4 + img,
.wysiwyg h4 + img,
.wysiwyg .info-box h4 + img,
.intro-meta__entry h4 + video,
.wysiwyg h4 + video,
.wysiwyg .info-box h4 + video,
.intro-meta__entry h4 + table,
.wysiwyg h4 + table,
.wysiwyg .info-box h4 + table,
.intro-meta__entry h4 + .wp-video,
.wysiwyg h4 + .wp-video,
.wysiwyg .info-box h4 + .wp-video,
.intro-meta__entry h4 + .gallery,
.wysiwyg h4 + .gallery,
.wysiwyg .info-box h4 + .gallery,
.intro-meta__entry h4 + .wp-playlist,
.wysiwyg h4 + .wp-playlist,
.wysiwyg .info-box h4 + .wp-playlist,
.intro-meta__entry h4 + .responsive-video-wrap,
.wysiwyg h4 + .responsive-video-wrap,
.wysiwyg .info-box h4 + .responsive-video-wrap,
.intro-meta__entry h4 + .info-box,
.wysiwyg h4 + .info-box,
.wysiwyg .info-box h4 + .info-box,
.intro-meta__entry h4 + div:not([class]),
.wysiwyg h4 + div:not([class]),
.wysiwyg .info-box h4 + div:not([class]),
.intro-meta__entry h5 + p,
.wysiwyg h5 + p,
.wysiwyg .info-box h5 + p,
.intro-meta__entry h5 + ul,
.wysiwyg h5 + ul,
.wysiwyg .info-box h5 + ul,
.intro-meta__entry h5 + ol,
.wysiwyg h5 + ol,
.wysiwyg .info-box h5 + ol,
.intro-meta__entry h5 + pre,
.wysiwyg h5 + pre,
.wysiwyg .info-box h5 + pre,
.intro-meta__entry h5 + blockquote,
.wysiwyg h5 + blockquote,
.wysiwyg .info-box h5 + blockquote,
.intro-meta__entry h5 + figure,
.wysiwyg h5 + figure,
.wysiwyg .info-box h5 + figure,
.intro-meta__entry h5 + img,
.wysiwyg h5 + img,
.wysiwyg .info-box h5 + img,
.intro-meta__entry h5 + video,
.wysiwyg h5 + video,
.wysiwyg .info-box h5 + video,
.intro-meta__entry h5 + table,
.wysiwyg h5 + table,
.wysiwyg .info-box h5 + table,
.intro-meta__entry h5 + .wp-video,
.wysiwyg h5 + .wp-video,
.wysiwyg .info-box h5 + .wp-video,
.intro-meta__entry h5 + .gallery,
.wysiwyg h5 + .gallery,
.wysiwyg .info-box h5 + .gallery,
.intro-meta__entry h5 + .wp-playlist,
.wysiwyg h5 + .wp-playlist,
.wysiwyg .info-box h5 + .wp-playlist,
.intro-meta__entry h5 + .responsive-video-wrap,
.wysiwyg h5 + .responsive-video-wrap,
.wysiwyg .info-box h5 + .responsive-video-wrap,
.intro-meta__entry h5 + .info-box,
.wysiwyg h5 + .info-box,
.wysiwyg .info-box h5 + .info-box,
.intro-meta__entry h5 + div:not([class]),
.wysiwyg h5 + div:not([class]),
.wysiwyg .info-box h5 + div:not([class]),
.intro-meta__entry h6 + p,
.wysiwyg h6 + p,
.wysiwyg .info-box h6 + p,
.intro-meta__entry h6 + ul,
.wysiwyg h6 + ul,
.wysiwyg .info-box h6 + ul,
.intro-meta__entry h6 + ol,
.wysiwyg h6 + ol,
.wysiwyg .info-box h6 + ol,
.intro-meta__entry h6 + pre,
.wysiwyg h6 + pre,
.wysiwyg .info-box h6 + pre,
.intro-meta__entry h6 + blockquote,
.wysiwyg h6 + blockquote,
.wysiwyg .info-box h6 + blockquote,
.intro-meta__entry h6 + figure,
.wysiwyg h6 + figure,
.wysiwyg .info-box h6 + figure,
.intro-meta__entry h6 + img,
.wysiwyg h6 + img,
.wysiwyg .info-box h6 + img,
.intro-meta__entry h6 + video,
.wysiwyg h6 + video,
.wysiwyg .info-box h6 + video,
.intro-meta__entry h6 + table,
.wysiwyg h6 + table,
.wysiwyg .info-box h6 + table,
.intro-meta__entry h6 + .wp-video,
.wysiwyg h6 + .wp-video,
.wysiwyg .info-box h6 + .wp-video,
.intro-meta__entry h6 + .gallery,
.wysiwyg h6 + .gallery,
.wysiwyg .info-box h6 + .gallery,
.intro-meta__entry h6 + .wp-playlist,
.wysiwyg h6 + .wp-playlist,
.wysiwyg .info-box h6 + .wp-playlist,
.intro-meta__entry h6 + .responsive-video-wrap,
.wysiwyg h6 + .responsive-video-wrap,
.wysiwyg .info-box h6 + .responsive-video-wrap,
.intro-meta__entry h6 + .info-box,
.wysiwyg h6 + .info-box,
.wysiwyg .info-box h6 + .info-box,
.intro-meta__entry h6 + div:not([class]),
.wysiwyg h6 + div:not([class]),
.wysiwyg .info-box h6 + div:not([class]),
.intro-meta__entry p + p,
.wysiwyg p + p,
.wysiwyg .info-box p + p,
.intro-meta__entry p + ul,
.wysiwyg p + ul,
.wysiwyg .info-box p + ul,
.intro-meta__entry p + ol,
.wysiwyg p + ol,
.wysiwyg .info-box p + ol,
.intro-meta__entry p + pre,
.wysiwyg p + pre,
.wysiwyg .info-box p + pre,
.intro-meta__entry p + blockquote,
.wysiwyg p + blockquote,
.wysiwyg .info-box p + blockquote,
.intro-meta__entry p + figure,
.wysiwyg p + figure,
.wysiwyg .info-box p + figure,
.intro-meta__entry p + img,
.wysiwyg p + img,
.wysiwyg .info-box p + img,
.intro-meta__entry p + video,
.wysiwyg p + video,
.wysiwyg .info-box p + video,
.intro-meta__entry p + table,
.wysiwyg p + table,
.wysiwyg .info-box p + table,
.intro-meta__entry p + .wp-video,
.wysiwyg p + .wp-video,
.wysiwyg .info-box p + .wp-video,
.intro-meta__entry p + .gallery,
.wysiwyg p + .gallery,
.wysiwyg .info-box p + .gallery,
.intro-meta__entry p + .wp-playlist,
.wysiwyg p + .wp-playlist,
.wysiwyg .info-box p + .wp-playlist,
.intro-meta__entry p + .responsive-video-wrap,
.wysiwyg p + .responsive-video-wrap,
.wysiwyg .info-box p + .responsive-video-wrap,
.intro-meta__entry p + .info-box,
.wysiwyg p + .info-box,
.wysiwyg .info-box p + .info-box,
.intro-meta__entry p + div:not([class]),
.wysiwyg p + div:not([class]),
.wysiwyg .info-box p + div:not([class]),
.intro-meta__entry ul + p,
.wysiwyg ul + p,
.wysiwyg .info-box ul + p,
.intro-meta__entry ul + ul,
.wysiwyg ul + ul,
.wysiwyg .info-box ul + ul,
.intro-meta__entry ul + ol,
.wysiwyg ul + ol,
.wysiwyg .info-box ul + ol,
.intro-meta__entry ul + pre,
.wysiwyg ul + pre,
.wysiwyg .info-box ul + pre,
.intro-meta__entry ul + blockquote,
.wysiwyg ul + blockquote,
.wysiwyg .info-box ul + blockquote,
.intro-meta__entry ul + figure,
.wysiwyg ul + figure,
.wysiwyg .info-box ul + figure,
.intro-meta__entry ul + img,
.wysiwyg ul + img,
.wysiwyg .info-box ul + img,
.intro-meta__entry ul + video,
.wysiwyg ul + video,
.wysiwyg .info-box ul + video,
.intro-meta__entry ul + table,
.wysiwyg ul + table,
.wysiwyg .info-box ul + table,
.intro-meta__entry ul + .wp-video,
.wysiwyg ul + .wp-video,
.wysiwyg .info-box ul + .wp-video,
.intro-meta__entry ul + .gallery,
.wysiwyg ul + .gallery,
.wysiwyg .info-box ul + .gallery,
.intro-meta__entry ul + .wp-playlist,
.wysiwyg ul + .wp-playlist,
.wysiwyg .info-box ul + .wp-playlist,
.intro-meta__entry ul + .responsive-video-wrap,
.wysiwyg ul + .responsive-video-wrap,
.wysiwyg .info-box ul + .responsive-video-wrap,
.intro-meta__entry ul + .info-box,
.wysiwyg ul + .info-box,
.wysiwyg .info-box ul + .info-box,
.intro-meta__entry ul + div:not([class]),
.wysiwyg ul + div:not([class]),
.wysiwyg .info-box ul + div:not([class]),
.intro-meta__entry ol + p,
.wysiwyg ol + p,
.wysiwyg .info-box ol + p,
.intro-meta__entry ol + ul,
.wysiwyg ol + ul,
.wysiwyg .info-box ol + ul,
.intro-meta__entry ol + ol,
.wysiwyg ol + ol,
.wysiwyg .info-box ol + ol,
.intro-meta__entry ol + pre,
.wysiwyg ol + pre,
.wysiwyg .info-box ol + pre,
.intro-meta__entry ol + blockquote,
.wysiwyg ol + blockquote,
.wysiwyg .info-box ol + blockquote,
.intro-meta__entry ol + figure,
.wysiwyg ol + figure,
.wysiwyg .info-box ol + figure,
.intro-meta__entry ol + img,
.wysiwyg ol + img,
.wysiwyg .info-box ol + img,
.intro-meta__entry ol + video,
.wysiwyg ol + video,
.wysiwyg .info-box ol + video,
.intro-meta__entry ol + table,
.wysiwyg ol + table,
.wysiwyg .info-box ol + table,
.intro-meta__entry ol + .wp-video,
.wysiwyg ol + .wp-video,
.wysiwyg .info-box ol + .wp-video,
.intro-meta__entry ol + .gallery,
.wysiwyg ol + .gallery,
.wysiwyg .info-box ol + .gallery,
.intro-meta__entry ol + .wp-playlist,
.wysiwyg ol + .wp-playlist,
.wysiwyg .info-box ol + .wp-playlist,
.intro-meta__entry ol + .responsive-video-wrap,
.wysiwyg ol + .responsive-video-wrap,
.wysiwyg .info-box ol + .responsive-video-wrap,
.intro-meta__entry ol + .info-box,
.wysiwyg ol + .info-box,
.wysiwyg .info-box ol + .info-box,
.intro-meta__entry ol + div:not([class]),
.wysiwyg ol + div:not([class]),
.wysiwyg .info-box ol + div:not([class]),
.intro-meta__entry pre + p,
.wysiwyg pre + p,
.wysiwyg .info-box pre + p,
.intro-meta__entry pre + ul,
.wysiwyg pre + ul,
.wysiwyg .info-box pre + ul,
.intro-meta__entry pre + ol,
.wysiwyg pre + ol,
.wysiwyg .info-box pre + ol,
.intro-meta__entry pre + pre,
.wysiwyg pre + pre,
.wysiwyg .info-box pre + pre,
.intro-meta__entry pre + blockquote,
.wysiwyg pre + blockquote,
.wysiwyg .info-box pre + blockquote,
.intro-meta__entry pre + figure,
.wysiwyg pre + figure,
.wysiwyg .info-box pre + figure,
.intro-meta__entry pre + img,
.wysiwyg pre + img,
.wysiwyg .info-box pre + img,
.intro-meta__entry pre + video,
.wysiwyg pre + video,
.wysiwyg .info-box pre + video,
.intro-meta__entry pre + table,
.wysiwyg pre + table,
.wysiwyg .info-box pre + table,
.intro-meta__entry pre + .wp-video,
.wysiwyg pre + .wp-video,
.wysiwyg .info-box pre + .wp-video,
.intro-meta__entry pre + .gallery,
.wysiwyg pre + .gallery,
.wysiwyg .info-box pre + .gallery,
.intro-meta__entry pre + .wp-playlist,
.wysiwyg pre + .wp-playlist,
.wysiwyg .info-box pre + .wp-playlist,
.intro-meta__entry pre + .responsive-video-wrap,
.wysiwyg pre + .responsive-video-wrap,
.wysiwyg .info-box pre + .responsive-video-wrap,
.intro-meta__entry pre + .info-box,
.wysiwyg pre + .info-box,
.wysiwyg .info-box pre + .info-box,
.intro-meta__entry pre + div:not([class]),
.wysiwyg pre + div:not([class]),
.wysiwyg .info-box pre + div:not([class]),
.intro-meta__entry blockquote + p,
.wysiwyg blockquote + p,
.wysiwyg .info-box blockquote + p,
.intro-meta__entry blockquote + ul,
.wysiwyg blockquote + ul,
.wysiwyg .info-box blockquote + ul,
.intro-meta__entry blockquote + ol,
.wysiwyg blockquote + ol,
.wysiwyg .info-box blockquote + ol,
.intro-meta__entry blockquote + pre,
.wysiwyg blockquote + pre,
.wysiwyg .info-box blockquote + pre,
.intro-meta__entry blockquote + blockquote,
.wysiwyg blockquote + blockquote,
.wysiwyg .info-box blockquote + blockquote,
.intro-meta__entry blockquote + figure,
.wysiwyg blockquote + figure,
.wysiwyg .info-box blockquote + figure,
.intro-meta__entry blockquote + img,
.wysiwyg blockquote + img,
.wysiwyg .info-box blockquote + img,
.intro-meta__entry blockquote + video,
.wysiwyg blockquote + video,
.wysiwyg .info-box blockquote + video,
.intro-meta__entry blockquote + table,
.wysiwyg blockquote + table,
.wysiwyg .info-box blockquote + table,
.intro-meta__entry blockquote + .wp-video,
.wysiwyg blockquote + .wp-video,
.wysiwyg .info-box blockquote + .wp-video,
.intro-meta__entry blockquote + .gallery,
.wysiwyg blockquote + .gallery,
.wysiwyg .info-box blockquote + .gallery,
.intro-meta__entry blockquote + .wp-playlist,
.wysiwyg blockquote + .wp-playlist,
.wysiwyg .info-box blockquote + .wp-playlist,
.intro-meta__entry blockquote + .responsive-video-wrap,
.wysiwyg blockquote + .responsive-video-wrap,
.wysiwyg .info-box blockquote + .responsive-video-wrap,
.intro-meta__entry blockquote + .info-box,
.wysiwyg blockquote + .info-box,
.wysiwyg .info-box blockquote + .info-box,
.intro-meta__entry blockquote + div:not([class]),
.wysiwyg blockquote + div:not([class]),
.wysiwyg .info-box blockquote + div:not([class]),
.intro-meta__entry figure + p,
.wysiwyg figure + p,
.wysiwyg .info-box figure + p,
.intro-meta__entry figure + ul,
.wysiwyg figure + ul,
.wysiwyg .info-box figure + ul,
.intro-meta__entry figure + ol,
.wysiwyg figure + ol,
.wysiwyg .info-box figure + ol,
.intro-meta__entry figure + pre,
.wysiwyg figure + pre,
.wysiwyg .info-box figure + pre,
.intro-meta__entry figure + blockquote,
.wysiwyg figure + blockquote,
.wysiwyg .info-box figure + blockquote,
.intro-meta__entry figure + figure,
.wysiwyg figure + figure,
.wysiwyg .info-box figure + figure,
.intro-meta__entry figure + img,
.wysiwyg figure + img,
.wysiwyg .info-box figure + img,
.intro-meta__entry figure + video,
.wysiwyg figure + video,
.wysiwyg .info-box figure + video,
.intro-meta__entry figure + table,
.wysiwyg figure + table,
.wysiwyg .info-box figure + table,
.intro-meta__entry figure + .wp-video,
.wysiwyg figure + .wp-video,
.wysiwyg .info-box figure + .wp-video,
.intro-meta__entry figure + .gallery,
.wysiwyg figure + .gallery,
.wysiwyg .info-box figure + .gallery,
.intro-meta__entry figure + .wp-playlist,
.wysiwyg figure + .wp-playlist,
.wysiwyg .info-box figure + .wp-playlist,
.intro-meta__entry figure + .responsive-video-wrap,
.wysiwyg figure + .responsive-video-wrap,
.wysiwyg .info-box figure + .responsive-video-wrap,
.intro-meta__entry figure + .info-box,
.wysiwyg figure + .info-box,
.wysiwyg .info-box figure + .info-box,
.intro-meta__entry figure + div:not([class]),
.wysiwyg figure + div:not([class]),
.wysiwyg .info-box figure + div:not([class]),
.intro-meta__entry img + p,
.wysiwyg img + p,
.wysiwyg .info-box img + p,
.intro-meta__entry img + ul,
.wysiwyg img + ul,
.wysiwyg .info-box img + ul,
.intro-meta__entry img + ol,
.wysiwyg img + ol,
.wysiwyg .info-box img + ol,
.intro-meta__entry img + pre,
.wysiwyg img + pre,
.wysiwyg .info-box img + pre,
.intro-meta__entry img + blockquote,
.wysiwyg img + blockquote,
.wysiwyg .info-box img + blockquote,
.intro-meta__entry img + figure,
.wysiwyg img + figure,
.wysiwyg .info-box img + figure,
.intro-meta__entry img + img,
.wysiwyg img + img,
.wysiwyg .info-box img + img,
.intro-meta__entry img + video,
.wysiwyg img + video,
.wysiwyg .info-box img + video,
.intro-meta__entry img + table,
.wysiwyg img + table,
.wysiwyg .info-box img + table,
.intro-meta__entry img + .wp-video,
.wysiwyg img + .wp-video,
.wysiwyg .info-box img + .wp-video,
.intro-meta__entry img + .gallery,
.wysiwyg img + .gallery,
.wysiwyg .info-box img + .gallery,
.intro-meta__entry img + .wp-playlist,
.wysiwyg img + .wp-playlist,
.wysiwyg .info-box img + .wp-playlist,
.intro-meta__entry img + .responsive-video-wrap,
.wysiwyg img + .responsive-video-wrap,
.wysiwyg .info-box img + .responsive-video-wrap,
.intro-meta__entry img + .info-box,
.wysiwyg img + .info-box,
.wysiwyg .info-box img + .info-box,
.intro-meta__entry img + div:not([class]),
.wysiwyg img + div:not([class]),
.wysiwyg .info-box img + div:not([class]),
.intro-meta__entry video + p,
.wysiwyg video + p,
.wysiwyg .info-box video + p,
.intro-meta__entry video + ul,
.wysiwyg video + ul,
.wysiwyg .info-box video + ul,
.intro-meta__entry video + ol,
.wysiwyg video + ol,
.wysiwyg .info-box video + ol,
.intro-meta__entry video + pre,
.wysiwyg video + pre,
.wysiwyg .info-box video + pre,
.intro-meta__entry video + blockquote,
.wysiwyg video + blockquote,
.wysiwyg .info-box video + blockquote,
.intro-meta__entry video + figure,
.wysiwyg video + figure,
.wysiwyg .info-box video + figure,
.intro-meta__entry video + img,
.wysiwyg video + img,
.wysiwyg .info-box video + img,
.intro-meta__entry video + video,
.wysiwyg video + video,
.wysiwyg .info-box video + video,
.intro-meta__entry video + table,
.wysiwyg video + table,
.wysiwyg .info-box video + table,
.intro-meta__entry video + .wp-video,
.wysiwyg video + .wp-video,
.wysiwyg .info-box video + .wp-video,
.intro-meta__entry video + .gallery,
.wysiwyg video + .gallery,
.wysiwyg .info-box video + .gallery,
.intro-meta__entry video + .wp-playlist,
.wysiwyg video + .wp-playlist,
.wysiwyg .info-box video + .wp-playlist,
.intro-meta__entry video + .responsive-video-wrap,
.wysiwyg video + .responsive-video-wrap,
.wysiwyg .info-box video + .responsive-video-wrap,
.intro-meta__entry video + .info-box,
.wysiwyg video + .info-box,
.wysiwyg .info-box video + .info-box,
.intro-meta__entry video + div:not([class]),
.wysiwyg video + div:not([class]),
.wysiwyg .info-box video + div:not([class]),
.intro-meta__entry table + p,
.wysiwyg table + p,
.wysiwyg .info-box table + p,
.intro-meta__entry table + ul,
.wysiwyg table + ul,
.wysiwyg .info-box table + ul,
.intro-meta__entry table + ol,
.wysiwyg table + ol,
.wysiwyg .info-box table + ol,
.intro-meta__entry table + pre,
.wysiwyg table + pre,
.wysiwyg .info-box table + pre,
.intro-meta__entry table + blockquote,
.wysiwyg table + blockquote,
.wysiwyg .info-box table + blockquote,
.intro-meta__entry table + figure,
.wysiwyg table + figure,
.wysiwyg .info-box table + figure,
.intro-meta__entry table + img,
.wysiwyg table + img,
.wysiwyg .info-box table + img,
.intro-meta__entry table + video,
.wysiwyg table + video,
.wysiwyg .info-box table + video,
.intro-meta__entry table + table,
.wysiwyg table + table,
.wysiwyg .info-box table + table,
.intro-meta__entry table + .wp-video,
.wysiwyg table + .wp-video,
.wysiwyg .info-box table + .wp-video,
.intro-meta__entry table + .gallery,
.wysiwyg table + .gallery,
.wysiwyg .info-box table + .gallery,
.intro-meta__entry table + .wp-playlist,
.wysiwyg table + .wp-playlist,
.wysiwyg .info-box table + .wp-playlist,
.intro-meta__entry table + .responsive-video-wrap,
.wysiwyg table + .responsive-video-wrap,
.wysiwyg .info-box table + .responsive-video-wrap,
.intro-meta__entry table + .info-box,
.wysiwyg table + .info-box,
.wysiwyg .info-box table + .info-box,
.intro-meta__entry table + div:not([class]),
.wysiwyg table + div:not([class]),
.wysiwyg .info-box table + div:not([class]),
.intro-meta__entry .wp-video + p,
.wysiwyg .wp-video + p,
.wysiwyg .info-box .wp-video + p,
.intro-meta__entry .wp-video + ul,
.wysiwyg .wp-video + ul,
.wysiwyg .info-box .wp-video + ul,
.intro-meta__entry .wp-video + ol,
.wysiwyg .wp-video + ol,
.wysiwyg .info-box .wp-video + ol,
.intro-meta__entry .wp-video + pre,
.wysiwyg .wp-video + pre,
.wysiwyg .info-box .wp-video + pre,
.intro-meta__entry .wp-video + blockquote,
.wysiwyg .wp-video + blockquote,
.wysiwyg .info-box .wp-video + blockquote,
.intro-meta__entry .wp-video + figure,
.wysiwyg .wp-video + figure,
.wysiwyg .info-box .wp-video + figure,
.intro-meta__entry .wp-video + img,
.wysiwyg .wp-video + img,
.wysiwyg .info-box .wp-video + img,
.intro-meta__entry .wp-video + video,
.wysiwyg .wp-video + video,
.wysiwyg .info-box .wp-video + video,
.intro-meta__entry .wp-video + table,
.wysiwyg .wp-video + table,
.wysiwyg .info-box .wp-video + table,
.intro-meta__entry .wp-video + .wp-video,
.wysiwyg .wp-video + .wp-video,
.wysiwyg .info-box .wp-video + .wp-video,
.intro-meta__entry .wp-video + .gallery,
.wysiwyg .wp-video + .gallery,
.wysiwyg .info-box .wp-video + .gallery,
.intro-meta__entry .wp-video + .wp-playlist,
.wysiwyg .wp-video + .wp-playlist,
.wysiwyg .info-box .wp-video + .wp-playlist,
.intro-meta__entry .wp-video + .responsive-video-wrap,
.wysiwyg .wp-video + .responsive-video-wrap,
.wysiwyg .info-box .wp-video + .responsive-video-wrap,
.intro-meta__entry .wp-video + .info-box,
.wysiwyg .wp-video + .info-box,
.wysiwyg .info-box .wp-video + .info-box,
.intro-meta__entry .wp-video + div:not([class]),
.wysiwyg .wp-video + div:not([class]),
.wysiwyg .info-box .wp-video + div:not([class]),
.intro-meta__entry .info-box + p,
.wysiwyg .info-box + p,
.wysiwyg .info-box .info-box + p,
.intro-meta__entry .info-box + ul,
.wysiwyg .info-box + ul,
.wysiwyg .info-box .info-box + ul,
.intro-meta__entry .info-box + ol,
.wysiwyg .info-box + ol,
.wysiwyg .info-box .info-box + ol,
.intro-meta__entry .info-box + pre,
.wysiwyg .info-box + pre,
.wysiwyg .info-box .info-box + pre,
.intro-meta__entry .info-box + blockquote,
.wysiwyg .info-box + blockquote,
.wysiwyg .info-box .info-box + blockquote,
.intro-meta__entry .info-box + figure,
.wysiwyg .info-box + figure,
.wysiwyg .info-box .info-box + figure,
.intro-meta__entry .info-box + img,
.wysiwyg .info-box + img,
.wysiwyg .info-box .info-box + img,
.intro-meta__entry .info-box + video,
.wysiwyg .info-box + video,
.wysiwyg .info-box .info-box + video,
.intro-meta__entry .info-box + table,
.wysiwyg .info-box + table,
.wysiwyg .info-box .info-box + table,
.intro-meta__entry .info-box + .wp-video,
.wysiwyg .info-box + .wp-video,
.wysiwyg .info-box .info-box + .wp-video,
.intro-meta__entry .info-box + .gallery,
.wysiwyg .info-box + .gallery,
.wysiwyg .info-box .info-box + .gallery,
.intro-meta__entry .info-box + .wp-playlist,
.wysiwyg .info-box + .wp-playlist,
.wysiwyg .info-box .info-box + .wp-playlist,
.intro-meta__entry .info-box + .responsive-video-wrap,
.wysiwyg .info-box + .responsive-video-wrap,
.wysiwyg .info-box .info-box + .responsive-video-wrap,
.intro-meta__entry .info-box + .info-box,
.wysiwyg .info-box + .info-box,
.wysiwyg .info-box .info-box + .info-box,
.intro-meta__entry .info-box + div:not([class]),
.wysiwyg .info-box + div:not([class]),
.wysiwyg .info-box .info-box + div:not([class]),
.intro-meta__entry .anchor + p,
.wysiwyg .anchor + p,
.wysiwyg .info-box .anchor + p,
.intro-meta__entry .anchor + ul,
.wysiwyg .anchor + ul,
.wysiwyg .info-box .anchor + ul,
.intro-meta__entry .anchor + ol,
.wysiwyg .anchor + ol,
.wysiwyg .info-box .anchor + ol,
.intro-meta__entry .anchor + pre,
.wysiwyg .anchor + pre,
.wysiwyg .info-box .anchor + pre,
.intro-meta__entry .anchor + blockquote,
.wysiwyg .anchor + blockquote,
.wysiwyg .info-box .anchor + blockquote,
.intro-meta__entry .anchor + figure,
.wysiwyg .anchor + figure,
.wysiwyg .info-box .anchor + figure,
.intro-meta__entry .anchor + img,
.wysiwyg .anchor + img,
.wysiwyg .info-box .anchor + img,
.intro-meta__entry .anchor + video,
.wysiwyg .anchor + video,
.wysiwyg .info-box .anchor + video,
.intro-meta__entry .anchor + table,
.wysiwyg .anchor + table,
.wysiwyg .info-box .anchor + table,
.intro-meta__entry .anchor + .wp-video,
.wysiwyg .anchor + .wp-video,
.wysiwyg .info-box .anchor + .wp-video,
.intro-meta__entry .anchor + .gallery,
.wysiwyg .anchor + .gallery,
.wysiwyg .info-box .anchor + .gallery,
.intro-meta__entry .anchor + .wp-playlist,
.wysiwyg .anchor + .wp-playlist,
.wysiwyg .info-box .anchor + .wp-playlist,
.intro-meta__entry .anchor + .responsive-video-wrap,
.wysiwyg .anchor + .responsive-video-wrap,
.wysiwyg .info-box .anchor + .responsive-video-wrap,
.intro-meta__entry .anchor + .info-box,
.wysiwyg .anchor + .info-box,
.wysiwyg .info-box .anchor + .info-box,
.intro-meta__entry .anchor + div:not([class]),
.wysiwyg .anchor + div:not([class]),
.wysiwyg .info-box .anchor + div:not([class]),
.intro-meta__entry .gallery + p,
.wysiwyg .gallery + p,
.wysiwyg .info-box .gallery + p,
.intro-meta__entry .gallery + ul,
.wysiwyg .gallery + ul,
.wysiwyg .info-box .gallery + ul,
.intro-meta__entry .gallery + ol,
.wysiwyg .gallery + ol,
.wysiwyg .info-box .gallery + ol,
.intro-meta__entry .gallery + pre,
.wysiwyg .gallery + pre,
.wysiwyg .info-box .gallery + pre,
.intro-meta__entry .gallery + blockquote,
.wysiwyg .gallery + blockquote,
.wysiwyg .info-box .gallery + blockquote,
.intro-meta__entry .gallery + figure,
.wysiwyg .gallery + figure,
.wysiwyg .info-box .gallery + figure,
.intro-meta__entry .gallery + img,
.wysiwyg .gallery + img,
.wysiwyg .info-box .gallery + img,
.intro-meta__entry .gallery + video,
.wysiwyg .gallery + video,
.wysiwyg .info-box .gallery + video,
.intro-meta__entry .gallery + table,
.wysiwyg .gallery + table,
.wysiwyg .info-box .gallery + table,
.intro-meta__entry .gallery + .wp-video,
.wysiwyg .gallery + .wp-video,
.wysiwyg .info-box .gallery + .wp-video,
.intro-meta__entry .gallery + .gallery,
.wysiwyg .gallery + .gallery,
.wysiwyg .info-box .gallery + .gallery,
.intro-meta__entry .gallery + .wp-playlist,
.wysiwyg .gallery + .wp-playlist,
.wysiwyg .info-box .gallery + .wp-playlist,
.intro-meta__entry .gallery + .responsive-video-wrap,
.wysiwyg .gallery + .responsive-video-wrap,
.wysiwyg .info-box .gallery + .responsive-video-wrap,
.intro-meta__entry .gallery + .info-box,
.wysiwyg .gallery + .info-box,
.wysiwyg .info-box .gallery + .info-box,
.intro-meta__entry .gallery + div:not([class]),
.wysiwyg .gallery + div:not([class]),
.wysiwyg .info-box .gallery + div:not([class]),
.intro-meta__entry .wp-playlist + p,
.wysiwyg .wp-playlist + p,
.wysiwyg .info-box .wp-playlist + p,
.intro-meta__entry .wp-playlist + ul,
.wysiwyg .wp-playlist + ul,
.wysiwyg .info-box .wp-playlist + ul,
.intro-meta__entry .wp-playlist + ol,
.wysiwyg .wp-playlist + ol,
.wysiwyg .info-box .wp-playlist + ol,
.intro-meta__entry .wp-playlist + pre,
.wysiwyg .wp-playlist + pre,
.wysiwyg .info-box .wp-playlist + pre,
.intro-meta__entry .wp-playlist + blockquote,
.wysiwyg .wp-playlist + blockquote,
.wysiwyg .info-box .wp-playlist + blockquote,
.intro-meta__entry .wp-playlist + figure,
.wysiwyg .wp-playlist + figure,
.wysiwyg .info-box .wp-playlist + figure,
.intro-meta__entry .wp-playlist + img,
.wysiwyg .wp-playlist + img,
.wysiwyg .info-box .wp-playlist + img,
.intro-meta__entry .wp-playlist + video,
.wysiwyg .wp-playlist + video,
.wysiwyg .info-box .wp-playlist + video,
.intro-meta__entry .wp-playlist + table,
.wysiwyg .wp-playlist + table,
.wysiwyg .info-box .wp-playlist + table,
.intro-meta__entry .wp-playlist + .wp-video,
.wysiwyg .wp-playlist + .wp-video,
.wysiwyg .info-box .wp-playlist + .wp-video,
.intro-meta__entry .wp-playlist + .gallery,
.wysiwyg .wp-playlist + .gallery,
.wysiwyg .info-box .wp-playlist + .gallery,
.intro-meta__entry .wp-playlist + .wp-playlist,
.wysiwyg .wp-playlist + .wp-playlist,
.wysiwyg .info-box .wp-playlist + .wp-playlist,
.intro-meta__entry .wp-playlist + .responsive-video-wrap,
.wysiwyg .wp-playlist + .responsive-video-wrap,
.wysiwyg .info-box .wp-playlist + .responsive-video-wrap,
.intro-meta__entry .wp-playlist + .info-box,
.wysiwyg .wp-playlist + .info-box,
.wysiwyg .info-box .wp-playlist + .info-box,
.intro-meta__entry .wp-playlist + div:not([class]),
.wysiwyg .wp-playlist + div:not([class]),
.wysiwyg .info-box .wp-playlist + div:not([class]),
.intro-meta__entry .responsive-video-wrap + p,
.wysiwyg .responsive-video-wrap + p,
.wysiwyg .info-box .responsive-video-wrap + p,
.intro-meta__entry .responsive-video-wrap + ul,
.wysiwyg .responsive-video-wrap + ul,
.wysiwyg .info-box .responsive-video-wrap + ul,
.intro-meta__entry .responsive-video-wrap + ol,
.wysiwyg .responsive-video-wrap + ol,
.wysiwyg .info-box .responsive-video-wrap + ol,
.intro-meta__entry .responsive-video-wrap + pre,
.wysiwyg .responsive-video-wrap + pre,
.wysiwyg .info-box .responsive-video-wrap + pre,
.intro-meta__entry .responsive-video-wrap + blockquote,
.wysiwyg .responsive-video-wrap + blockquote,
.wysiwyg .info-box .responsive-video-wrap + blockquote,
.intro-meta__entry .responsive-video-wrap + figure,
.wysiwyg .responsive-video-wrap + figure,
.wysiwyg .info-box .responsive-video-wrap + figure,
.intro-meta__entry .responsive-video-wrap + img,
.wysiwyg .responsive-video-wrap + img,
.wysiwyg .info-box .responsive-video-wrap + img,
.intro-meta__entry .responsive-video-wrap + video,
.wysiwyg .responsive-video-wrap + video,
.wysiwyg .info-box .responsive-video-wrap + video,
.intro-meta__entry .responsive-video-wrap + table,
.wysiwyg .responsive-video-wrap + table,
.wysiwyg .info-box .responsive-video-wrap + table,
.intro-meta__entry .responsive-video-wrap + .wp-video,
.wysiwyg .responsive-video-wrap + .wp-video,
.wysiwyg .info-box .responsive-video-wrap + .wp-video,
.intro-meta__entry .responsive-video-wrap + .gallery,
.wysiwyg .responsive-video-wrap + .gallery,
.wysiwyg .info-box .responsive-video-wrap + .gallery,
.intro-meta__entry .responsive-video-wrap + .wp-playlist,
.wysiwyg .responsive-video-wrap + .wp-playlist,
.wysiwyg .info-box .responsive-video-wrap + .wp-playlist,
.intro-meta__entry .responsive-video-wrap + .responsive-video-wrap,
.wysiwyg .responsive-video-wrap + .responsive-video-wrap,
.wysiwyg .info-box .responsive-video-wrap + .responsive-video-wrap,
.intro-meta__entry .responsive-video-wrap + .info-box,
.wysiwyg .responsive-video-wrap + .info-box,
.wysiwyg .info-box .responsive-video-wrap + .info-box,
.intro-meta__entry .responsive-video-wrap + div:not([class]),
.wysiwyg .responsive-video-wrap + div:not([class]),
.wysiwyg .info-box .responsive-video-wrap + div:not([class]),
.intro-meta__entry div:not([class]) + p,
.wysiwyg div:not([class]) + p,
.wysiwyg .info-box div:not([class]) + p,
.intro-meta__entry div:not([class]) + ul,
.wysiwyg div:not([class]) + ul,
.wysiwyg .info-box div:not([class]) + ul,
.intro-meta__entry div:not([class]) + ol,
.wysiwyg div:not([class]) + ol,
.wysiwyg .info-box div:not([class]) + ol,
.intro-meta__entry div:not([class]) + pre,
.wysiwyg div:not([class]) + pre,
.wysiwyg .info-box div:not([class]) + pre,
.intro-meta__entry div:not([class]) + blockquote,
.wysiwyg div:not([class]) + blockquote,
.wysiwyg .info-box div:not([class]) + blockquote,
.intro-meta__entry div:not([class]) + figure,
.wysiwyg div:not([class]) + figure,
.wysiwyg .info-box div:not([class]) + figure,
.intro-meta__entry div:not([class]) + img,
.wysiwyg div:not([class]) + img,
.wysiwyg .info-box div:not([class]) + img,
.intro-meta__entry div:not([class]) + video,
.wysiwyg div:not([class]) + video,
.wysiwyg .info-box div:not([class]) + video,
.intro-meta__entry div:not([class]) + table,
.wysiwyg div:not([class]) + table,
.wysiwyg .info-box div:not([class]) + table,
.intro-meta__entry div:not([class]) + .wp-video,
.wysiwyg div:not([class]) + .wp-video,
.wysiwyg .info-box div:not([class]) + .wp-video,
.intro-meta__entry div:not([class]) + .gallery,
.wysiwyg div:not([class]) + .gallery,
.wysiwyg .info-box div:not([class]) + .gallery,
.intro-meta__entry div:not([class]) + .wp-playlist,
.wysiwyg div:not([class]) + .wp-playlist,
.wysiwyg .info-box div:not([class]) + .wp-playlist,
.intro-meta__entry div:not([class]) + .responsive-video-wrap,
.wysiwyg div:not([class]) + .responsive-video-wrap,
.wysiwyg .info-box div:not([class]) + .responsive-video-wrap,
.intro-meta__entry div:not([class]) + .info-box,
.wysiwyg div:not([class]) + .info-box,
.wysiwyg .info-box div:not([class]) + .info-box,
.intro-meta__entry div:not([class]) + div:not([class]),
.wysiwyg div:not([class]) + div:not([class]),
.wysiwyg .info-box div:not([class]) + div:not([class]) {
  margin-top: 1.5rem; }

.intro-meta__entry h2 + h2, .wysiwyg h2 + h2, .wysiwyg .info-box h2 + h2,
.intro-meta__entry h2 + h3,
.wysiwyg h2 + h3,
.wysiwyg .info-box h2 + h3,
.intro-meta__entry h2 + h4,
.wysiwyg h2 + h4,
.wysiwyg .info-box h2 + h4,
.intro-meta__entry h2 + h5,
.wysiwyg h2 + h5,
.wysiwyg .info-box h2 + h5,
.intro-meta__entry h2 + h6,
.wysiwyg h2 + h6,
.wysiwyg .info-box h2 + h6,
.intro-meta__entry h3 + h2,
.wysiwyg h3 + h2,
.wysiwyg .info-box h3 + h2,
.intro-meta__entry h3 + h3,
.wysiwyg h3 + h3,
.wysiwyg .info-box h3 + h3,
.intro-meta__entry h3 + h4,
.wysiwyg h3 + h4,
.wysiwyg .info-box h3 + h4,
.intro-meta__entry h3 + h5,
.wysiwyg h3 + h5,
.wysiwyg .info-box h3 + h5,
.intro-meta__entry h3 + h6,
.wysiwyg h3 + h6,
.wysiwyg .info-box h3 + h6,
.intro-meta__entry h4 + h2,
.wysiwyg h4 + h2,
.wysiwyg .info-box h4 + h2,
.intro-meta__entry h4 + h3,
.wysiwyg h4 + h3,
.wysiwyg .info-box h4 + h3,
.intro-meta__entry h4 + h4,
.wysiwyg h4 + h4,
.wysiwyg .info-box h4 + h4,
.intro-meta__entry h4 + h5,
.wysiwyg h4 + h5,
.wysiwyg .info-box h4 + h5,
.intro-meta__entry h4 + h6,
.wysiwyg h4 + h6,
.wysiwyg .info-box h4 + h6,
.intro-meta__entry h5 + h2,
.wysiwyg h5 + h2,
.wysiwyg .info-box h5 + h2,
.intro-meta__entry h5 + h3,
.wysiwyg h5 + h3,
.wysiwyg .info-box h5 + h3,
.intro-meta__entry h5 + h4,
.wysiwyg h5 + h4,
.wysiwyg .info-box h5 + h4,
.intro-meta__entry h5 + h5,
.wysiwyg h5 + h5,
.wysiwyg .info-box h5 + h5,
.intro-meta__entry h5 + h6,
.wysiwyg h5 + h6,
.wysiwyg .info-box h5 + h6,
.intro-meta__entry h6 + h2,
.wysiwyg h6 + h2,
.wysiwyg .info-box h6 + h2,
.intro-meta__entry h6 + h3,
.wysiwyg h6 + h3,
.wysiwyg .info-box h6 + h3,
.intro-meta__entry h6 + h4,
.wysiwyg h6 + h4,
.wysiwyg .info-box h6 + h4,
.intro-meta__entry h6 + h5,
.wysiwyg h6 + h5,
.wysiwyg .info-box h6 + h5,
.intro-meta__entry h6 + h6,
.wysiwyg h6 + h6,
.wysiwyg .info-box h6 + h6,
.intro-meta__entry p + h2,
.wysiwyg p + h2,
.wysiwyg .info-box p + h2,
.intro-meta__entry p + h3,
.wysiwyg p + h3,
.wysiwyg .info-box p + h3,
.intro-meta__entry p + h4,
.wysiwyg p + h4,
.wysiwyg .info-box p + h4,
.intro-meta__entry p + h5,
.wysiwyg p + h5,
.wysiwyg .info-box p + h5,
.intro-meta__entry p + h6,
.wysiwyg p + h6,
.wysiwyg .info-box p + h6,
.intro-meta__entry ul + h2,
.wysiwyg ul + h2,
.wysiwyg .info-box ul + h2,
.intro-meta__entry ul + h3,
.wysiwyg ul + h3,
.wysiwyg .info-box ul + h3,
.intro-meta__entry ul + h4,
.wysiwyg ul + h4,
.wysiwyg .info-box ul + h4,
.intro-meta__entry ul + h5,
.wysiwyg ul + h5,
.wysiwyg .info-box ul + h5,
.intro-meta__entry ul + h6,
.wysiwyg ul + h6,
.wysiwyg .info-box ul + h6,
.intro-meta__entry ol + h2,
.wysiwyg ol + h2,
.wysiwyg .info-box ol + h2,
.intro-meta__entry ol + h3,
.wysiwyg ol + h3,
.wysiwyg .info-box ol + h3,
.intro-meta__entry ol + h4,
.wysiwyg ol + h4,
.wysiwyg .info-box ol + h4,
.intro-meta__entry ol + h5,
.wysiwyg ol + h5,
.wysiwyg .info-box ol + h5,
.intro-meta__entry ol + h6,
.wysiwyg ol + h6,
.wysiwyg .info-box ol + h6,
.intro-meta__entry pre + h2,
.wysiwyg pre + h2,
.wysiwyg .info-box pre + h2,
.intro-meta__entry pre + h3,
.wysiwyg pre + h3,
.wysiwyg .info-box pre + h3,
.intro-meta__entry pre + h4,
.wysiwyg pre + h4,
.wysiwyg .info-box pre + h4,
.intro-meta__entry pre + h5,
.wysiwyg pre + h5,
.wysiwyg .info-box pre + h5,
.intro-meta__entry pre + h6,
.wysiwyg pre + h6,
.wysiwyg .info-box pre + h6,
.intro-meta__entry blockquote + h2,
.wysiwyg blockquote + h2,
.wysiwyg .info-box blockquote + h2,
.intro-meta__entry blockquote + h3,
.wysiwyg blockquote + h3,
.wysiwyg .info-box blockquote + h3,
.intro-meta__entry blockquote + h4,
.wysiwyg blockquote + h4,
.wysiwyg .info-box blockquote + h4,
.intro-meta__entry blockquote + h5,
.wysiwyg blockquote + h5,
.wysiwyg .info-box blockquote + h5,
.intro-meta__entry blockquote + h6,
.wysiwyg blockquote + h6,
.wysiwyg .info-box blockquote + h6,
.intro-meta__entry figure + h2,
.wysiwyg figure + h2,
.wysiwyg .info-box figure + h2,
.intro-meta__entry figure + h3,
.wysiwyg figure + h3,
.wysiwyg .info-box figure + h3,
.intro-meta__entry figure + h4,
.wysiwyg figure + h4,
.wysiwyg .info-box figure + h4,
.intro-meta__entry figure + h5,
.wysiwyg figure + h5,
.wysiwyg .info-box figure + h5,
.intro-meta__entry figure + h6,
.wysiwyg figure + h6,
.wysiwyg .info-box figure + h6,
.intro-meta__entry img + h2,
.wysiwyg img + h2,
.wysiwyg .info-box img + h2,
.intro-meta__entry img + h3,
.wysiwyg img + h3,
.wysiwyg .info-box img + h3,
.intro-meta__entry img + h4,
.wysiwyg img + h4,
.wysiwyg .info-box img + h4,
.intro-meta__entry img + h5,
.wysiwyg img + h5,
.wysiwyg .info-box img + h5,
.intro-meta__entry img + h6,
.wysiwyg img + h6,
.wysiwyg .info-box img + h6,
.intro-meta__entry video + h2,
.wysiwyg video + h2,
.wysiwyg .info-box video + h2,
.intro-meta__entry video + h3,
.wysiwyg video + h3,
.wysiwyg .info-box video + h3,
.intro-meta__entry video + h4,
.wysiwyg video + h4,
.wysiwyg .info-box video + h4,
.intro-meta__entry video + h5,
.wysiwyg video + h5,
.wysiwyg .info-box video + h5,
.intro-meta__entry video + h6,
.wysiwyg video + h6,
.wysiwyg .info-box video + h6,
.intro-meta__entry table + h2,
.wysiwyg table + h2,
.wysiwyg .info-box table + h2,
.intro-meta__entry table + h3,
.wysiwyg table + h3,
.wysiwyg .info-box table + h3,
.intro-meta__entry table + h4,
.wysiwyg table + h4,
.wysiwyg .info-box table + h4,
.intro-meta__entry table + h5,
.wysiwyg table + h5,
.wysiwyg .info-box table + h5,
.intro-meta__entry table + h6,
.wysiwyg table + h6,
.wysiwyg .info-box table + h6,
.intro-meta__entry .wp-video + h2,
.wysiwyg .wp-video + h2,
.wysiwyg .info-box .wp-video + h2,
.intro-meta__entry .wp-video + h3,
.wysiwyg .wp-video + h3,
.wysiwyg .info-box .wp-video + h3,
.intro-meta__entry .wp-video + h4,
.wysiwyg .wp-video + h4,
.wysiwyg .info-box .wp-video + h4,
.intro-meta__entry .wp-video + h5,
.wysiwyg .wp-video + h5,
.wysiwyg .info-box .wp-video + h5,
.intro-meta__entry .wp-video + h6,
.wysiwyg .wp-video + h6,
.wysiwyg .info-box .wp-video + h6,
.intro-meta__entry .info-box + h2,
.wysiwyg .info-box + h2,
.wysiwyg .info-box .info-box + h2,
.intro-meta__entry .info-box + h3,
.wysiwyg .info-box + h3,
.wysiwyg .info-box .info-box + h3,
.intro-meta__entry .info-box + h4,
.wysiwyg .info-box + h4,
.wysiwyg .info-box .info-box + h4,
.intro-meta__entry .info-box + h5,
.wysiwyg .info-box + h5,
.wysiwyg .info-box .info-box + h5,
.intro-meta__entry .info-box + h6,
.wysiwyg .info-box + h6,
.wysiwyg .info-box .info-box + h6,
.intro-meta__entry .anchor + h2,
.wysiwyg .anchor + h2,
.wysiwyg .info-box .anchor + h2,
.intro-meta__entry .anchor + h3,
.wysiwyg .anchor + h3,
.wysiwyg .info-box .anchor + h3,
.intro-meta__entry .anchor + h4,
.wysiwyg .anchor + h4,
.wysiwyg .info-box .anchor + h4,
.intro-meta__entry .anchor + h5,
.wysiwyg .anchor + h5,
.wysiwyg .info-box .anchor + h5,
.intro-meta__entry .anchor + h6,
.wysiwyg .anchor + h6,
.wysiwyg .info-box .anchor + h6,
.intro-meta__entry .gallery + h2,
.wysiwyg .gallery + h2,
.wysiwyg .info-box .gallery + h2,
.intro-meta__entry .gallery + h3,
.wysiwyg .gallery + h3,
.wysiwyg .info-box .gallery + h3,
.intro-meta__entry .gallery + h4,
.wysiwyg .gallery + h4,
.wysiwyg .info-box .gallery + h4,
.intro-meta__entry .gallery + h5,
.wysiwyg .gallery + h5,
.wysiwyg .info-box .gallery + h5,
.intro-meta__entry .gallery + h6,
.wysiwyg .gallery + h6,
.wysiwyg .info-box .gallery + h6,
.intro-meta__entry .wp-playlist + h2,
.wysiwyg .wp-playlist + h2,
.wysiwyg .info-box .wp-playlist + h2,
.intro-meta__entry .wp-playlist + h3,
.wysiwyg .wp-playlist + h3,
.wysiwyg .info-box .wp-playlist + h3,
.intro-meta__entry .wp-playlist + h4,
.wysiwyg .wp-playlist + h4,
.wysiwyg .info-box .wp-playlist + h4,
.intro-meta__entry .wp-playlist + h5,
.wysiwyg .wp-playlist + h5,
.wysiwyg .info-box .wp-playlist + h5,
.intro-meta__entry .wp-playlist + h6,
.wysiwyg .wp-playlist + h6,
.wysiwyg .info-box .wp-playlist + h6,
.intro-meta__entry .responsive-video-wrap + h2,
.wysiwyg .responsive-video-wrap + h2,
.wysiwyg .info-box .responsive-video-wrap + h2,
.intro-meta__entry .responsive-video-wrap + h3,
.wysiwyg .responsive-video-wrap + h3,
.wysiwyg .info-box .responsive-video-wrap + h3,
.intro-meta__entry .responsive-video-wrap + h4,
.wysiwyg .responsive-video-wrap + h4,
.wysiwyg .info-box .responsive-video-wrap + h4,
.intro-meta__entry .responsive-video-wrap + h5,
.wysiwyg .responsive-video-wrap + h5,
.wysiwyg .info-box .responsive-video-wrap + h5,
.intro-meta__entry .responsive-video-wrap + h6,
.wysiwyg .responsive-video-wrap + h6,
.wysiwyg .info-box .responsive-video-wrap + h6 {
  margin-top: 3.5rem; }

.intro-meta__entry hr + .anchor, .wysiwyg hr + .anchor, .wysiwyg .info-box hr + .anchor,
.intro-meta__entry .anchor + .anchor,
.wysiwyg .anchor + .anchor,
.wysiwyg .info-box .anchor + .anchor {
  margin-top: -3.5rem; }

.intro-meta__entry .anchor, .wysiwyg .anchor {
  display: block; }
  .intro-meta__entry .anchor:not(:first-child), .wysiwyg .anchor:not(:first-child) {
    padding-top: 3.5rem; }

.intro-meta__entry hr, .wysiwyg hr, .wysiwyg .info-box hr {
  border: none;
  margin: 3.5rem 0;
  height: var(--line-thickness);
  background: var(--font-color);
  clear: both; }

.intro-meta__entry blockquote, .wysiwyg blockquote, .wysiwyg .info-box blockquote {
  padding: 32px;
  text-align: left;
  background-color: var(--cool-gray-c1);
  border-radius: 10px; }

.intro-meta__entry ul:not([class]) li, .wysiwyg ul:not([class]) li,
.intro-meta__entry ol:not([class]) li,
.wysiwyg ol:not([class]) li {
  display: table; }
  .intro-meta__entry ul:not([class]) li::before, .wysiwyg ul:not([class]) li::before,
  .intro-meta__entry ol:not([class]) li::before,
  .wysiwyg ol:not([class]) li::before {
    display: table-cell;
    padding-right: 0.25em;
    color: var(--highlight-color); }
  .intro-meta__entry ul:not([class]) li + li, .wysiwyg ul:not([class]) li + li,
  .intro-meta__entry ul:not([class]) li > ul,
  .wysiwyg ul:not([class]) li > ul,
  .intro-meta__entry ul:not([class]) li > ol,
  .wysiwyg ul:not([class]) li > ol,
  .intro-meta__entry ol:not([class]) li + li,
  .wysiwyg ol:not([class]) li + li,
  .intro-meta__entry ol:not([class]) li > ul,
  .wysiwyg ol:not([class]) li > ul,
  .intro-meta__entry ol:not([class]) li > ol,
  .wysiwyg ol:not([class]) li > ol {
    margin-top: 0.25em; }

.intro-meta__entry ul:not([class]) > li::before, .wysiwyg ul:not([class]) > li::before, .wysiwyg .info-box ul:not([class]) > li::before {
  content: '-'; }

.intro-meta__entry ol:not([class]), .wysiwyg ol:not([class]) {
  counter-reset: item; }
  .intro-meta__entry ol:not([class]) > li, .wysiwyg ol:not([class]) > li, .wysiwyg .info-box ol:not([class]) > li {
    counter-increment: item; }
    .intro-meta__entry ol:not([class]) > li::before, .wysiwyg ol:not([class]) > li::before, .wysiwyg .info-box ol:not([class]) > li::before {
      content: counters(item, ".") ". "; }

.intro-meta__entry pre[class*="language-"], .wysiwyg pre[class*="language-"] {
  border-radius: var(--radius);
  max-width: 100%;
  clear: both; }
  @media (min-width: 64em) {
    .intro-meta__entry pre[class*="language-"], .wysiwyg pre[class*="language-"] {
      min-width: calc(100% - (var(--container-vertical-spacing) * 2));
      max-width: calc(((100vw - 100%) / 2) + (100% - (var(--container-vertical-spacing))));
      resize: horizontal; }
    @-moz-document url-prefix() {
      .intro-meta__entry pre[class*="language-"], .wysiwyg pre[class*="language-"] {
        min-width: 100%; } } }
  @media (min-width: 64em) and (min-width: 74.625em) {
    .intro-meta__entry pre[class*="language-"], .wysiwyg pre[class*="language-"] {
      margin-left: calc(var(--spacing) * -2);
      margin-right: calc(var(--spacing) * -2);
      padding: calc(var(--spacing)*2);
      min-width: calc((100% - (var(--container-vertical-spacing) * 2)) + (var(--spacing) * 2));
      max-width: calc(((100vw - 100%) / 2) + (100% - (var(--container-vertical-spacing))) + (var(--spacing) * 2)); } }
  .intro-meta__entry pre[class*="language-"][class*="language-"], .wysiwyg pre[class*="language-"][class*="language-"] {
    margin-bottom: 0; }

.intro-meta__entry .gallery, .wysiwyg .gallery {
  display: grid;
  gap: calc(var(--spacing) / 2);
  clear: both; }
  @media (min-width: 74.625em) {
    .intro-meta__entry .gallery, .wysiwyg .gallery {
      width: calc(100% + (var(--spacing)* 10));
      max-width: calc(100% + (var(--spacing)* 10));
      margin-left: calc(var(--spacing)* -5);
      margin-right: calc(var(--spacing)* -5); } }
  @media (min-width: 25.875em) {
    .intro-meta__entry .gallery-columns-2, .wysiwyg .gallery-columns-2 {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 48em) {
    .intro-meta__entry .gallery-columns-3, .wysiwyg .gallery-columns-3 {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 64em) {
    .intro-meta__entry .gallery-columns-4, .wysiwyg .gallery-columns-4, .intro-meta__entry .gallery-columns-5, .wysiwyg .gallery-columns-5, .intro-meta__entry .gallery-columns-6, .wysiwyg .gallery-columns-6, .intro-meta__entry .gallery-columns-7, .wysiwyg .gallery-columns-7, .intro-meta__entry .gallery-columns-8, .wysiwyg .gallery-columns-8, .intro-meta__entry .gallery-columns-9, .wysiwyg .gallery-columns-9 {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .intro-meta__entry .gallery-item, .wysiwyg .gallery-item {
    position: relative;
    margin: 0;
    background: var(--body-color-alternate);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: none;
    transition: box-shadow var(--timing) var(--ease); }
    .intro-meta__entry .gallery-item:hover, .wysiwyg .gallery-item:hover, .intro-meta__entry .gallery-item:focus, .wysiwyg .gallery-item:focus {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115); }
    .intro-meta__entry .gallery-item:active, .wysiwyg .gallery-item:active {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115); }
    @media (prefers-reduced-motion: reduced) {
      .intro-meta__entry .gallery-item, .wysiwyg .gallery-item {
        transition: none; } }
  .intro-meta__entry .gallery a, .wysiwyg .gallery a {
    display: block;
    position: static; }
    .intro-meta__entry .gallery a::before, .wysiwyg .gallery a::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .intro-meta__entry .gallery a:hover img, .wysiwyg .gallery a:hover img {
      box-shadow: none; }
  .intro-meta__entry .gallery img, .wysiwyg .gallery img {
    width: 100%; }
    .intro-meta__entry .gallery img[aria-describedby], .wysiwyg .gallery img[aria-describedby] {
      border-radius: var(--radius) var(--radius) 0 0; }
  .intro-meta__entry .gallery-caption, .wysiwyg .gallery-caption {
    margin: 0;
    padding: 0.4375rem 1.3125rem;
    font-size: 0.875rem;
    text-align: center; }

.intro-meta__entry .wp-video, .wysiwyg .wp-video,
.intro-meta__entry iframe,
.wysiwyg iframe,
.wysiwyg .info-box iframe {
  max-width: 100%; }

.intro-meta__entry .responsive-video-wrap, .wysiwyg .responsive-video-wrap {
  width: 100% !important;
  position: relative;
  padding-bottom: 56.25%;
  clear: both; }
  .intro-meta__entry .responsive-video-wrap .responsive-video, .wysiwyg .responsive-video-wrap .responsive-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.intro-meta__entry a:not([class]), .wysiwyg a:not([class]) {
  color: var(--ionos-b4); }
  @media (prefers-reduced-motion: no-preference) {
    .intro-meta__entry a:not([class]), .wysiwyg a:not([class]) {
      transition: color var(--timing) var(--ease); } }
  .intro-meta__entry a:not([class]):hover, .wysiwyg a:not([class]):hover {
    color: var(--ionos-b4);
    text-decoration-thickness: 2px; }

.intro-meta__entry a[href^="http"]:not(a[href*="ionos.de/blog"]):not(:has(video)):not(:has(img))::after, .wysiwyg a[href^="http"]:not(a[href*="ionos.de/blog"]):not(:has(video)):not(:has(img))::after {
  content: "\2197\0020";
  white-space: nowrap;
  display: inline-block; }

.intro-meta__entry figure, .wysiwyg figure, .wysiwyg .info-box figure {
  display: block; }
  .intro-meta__entry figure > a, .wysiwyg figure > a, .wysiwyg .info-box figure > a {
    display: block; }

.intro-meta__entry figcaption, .wysiwyg figcaption, .wysiwyg .info-box figcaption {
  color: var(--heading-color);
  font-weight: 700;
  margin-top: 0.25rem;
  font-size: 0.9375rem; }

.intro-meta__entry a > img, .wysiwyg a > img, .wysiwyg .info-box a > img {
  border-radius: 16px;
  box-shadow: none;
  transition: box-shadow var(--timing) var(--ease); }
  .intro-meta__entry a > img:hover, .wysiwyg a > img:hover, .wysiwyg .info-box a > img:hover, .intro-meta__entry a > img:focus, .wysiwyg a > img:focus, .wysiwyg .info-box a > img:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115); }
  .intro-meta__entry a > img:active, .wysiwyg a > img:active, .wysiwyg .info-box a > img:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115); }
  @media (prefers-reduced-motion: no-preference) {
    .intro-meta__entry a > img, .wysiwyg a > img, .wysiwyg .info-box a > img {
      transition: filter var(--timing) var(--ease), box-shadow var(--timing) var(--ease); } }
  @media (prefers-reduced-motion: reduced) {
    .intro-meta__entry a > img, .wysiwyg a > img, .wysiwyg .info-box a > img {
      transition: none; } }

.intro-meta__entry a:hover > img, .wysiwyg a:hover > img, .wysiwyg .info-box a:hover > img {
  filter: brightness(1.1); }

.intro-meta__entry a:active > img, .wysiwyg a:active > img, .wysiwyg .info-box a:active > img {
  transition: none;
  filter: brightness(1); }

.intro-meta__entry .alignnone, .wysiwyg .alignnone {
  width: 100%;
  max-width: 100%;
  clear: both; }
  @media (min-width: 74.625em) {
    .intro-meta__entry .alignnone, .wysiwyg .alignnone {
      width: calc(100% + (var(--spacing)* 10));
      max-width: calc(100% + (var(--spacing)* 10));
      margin-left: calc(var(--spacing)* -5);
      margin-right: calc(var(--spacing)* -5); } }
  @media (min-width: 74.625em) {
    .intro-meta__entry .alignnone .alignnone, .wysiwyg .alignnone .alignnone {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.intro-meta__entry .alignright, .wysiwyg .alignright,
.intro-meta__entry .alignleft,
.wysiwyg .alignleft {
  max-width: 50%;
  margin-bottom: 1.5rem; }


.intro-meta__entry .alignleft,
.wysiwyg .alignleft {
  float: left;
  margin-right: 1.5rem; }

.intro-meta__entry .alignright, .wysiwyg .alignright {
  float: right;
  margin-left: 1.5rem; }

.intro-meta__entry .lightbox-link, .wysiwyg .lightbox-link {
  display: block;
  position: relative; }
  .intro-meta__entry .lightbox-link::after, .wysiwyg .lightbox-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M28,25.69255l-5.5382-5.5381a10.23433,10.23433,0,1,0-2.30745,2.30745L25.69255,28ZM6.44779,14.19912a7.75133,7.75133,0,1,1,7.75133,7.75133A7.76014,7.76014,0,0,1,6.44779,14.19912Z'/%3E%3Cpolygon points='15.085 10.133 13.454 10.105 13.398 13.383 10.12 13.383 10.12 15.015 13.37 15.015 13.315 18.264 14.947 18.292 15.002 15.015 18.279 15.015 18.279 13.383 15.03 13.383 15.085 10.133'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-top-right-radius: var(--radius); }

.wysiwyg .info-box {
  padding: var(--spacing);
  border-radius: var(--radius);
  background: var(--body-color-alternate);
  clear: both; }
  @media (min-width: 74.625em) {
    .wysiwyg .info-box {
      margin-left: calc(var(--spacing) * -1);
      margin-right: calc(var(--spacing) * -1); } }
  .wysiwyg .info-box--amber, .wysiwyg .info-box--rose, .wysiwyg .info-box--green {
    color: var(--cool-black); }
    .wysiwyg .info-box--amber h2, .wysiwyg .info-box--amber h3, .wysiwyg .info-box--amber h4, .wysiwyg .info-box--amber h5, .wysiwyg .info-box--amber h6, .wysiwyg .info-box--rose h2, .wysiwyg .info-box--rose h3, .wysiwyg .info-box--rose h4, .wysiwyg .info-box--rose h5, .wysiwyg .info-box--rose h6, .wysiwyg .info-box--green h2, .wysiwyg .info-box--green h3, .wysiwyg .info-box--green h4, .wysiwyg .info-box--green h5, .wysiwyg .info-box--green h6 {
      --heading-color: var(--cool-black); }
    .wysiwyg .info-box--amber strong, .wysiwyg .info-box--rose strong, .wysiwyg .info-box--green strong {
      --strong-color: var(--cool-black); }
  .wysiwyg .info-box--amber {
    background: var(--amber); }
  .wysiwyg .info-box--rose {
    background: var(--rose); }
  .wysiwyg .info-box--green {
    background: var(--green); }

.wysiwyg .is-provider-vimeo {
  margin: -250px auto; }

.wysiwyg h1 {
  color: var(--heading-color); }

.teaser {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--cool-gray-100);
  color: var(--cool-gray-700);
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color .3s ease;
  margin-bottom: 0.25rem; }
  .teaser--light {
    background: var(--white); }
  .teaser--gray {
    background: var(--cool-gray-100);
    color: var(--cool-gray-700); }
    .teaser--gray .teaser__heading h4 {
      color: var(--cool-gray-700);
    hyphens: auto; }
  .teaser--dark {
    background: var(--ionos-blue-700);
    color: var(--ionos-blue-100); }
    .teaser--dark .teaser__heading h4 {
      color: var(--ionos-blue-100); }
  .teaser--darker {
    background: var(--dark-midnight);
    color: var(--ionos-blue-100); }
    .teaser--darker .teaser__heading h4 {
      color: var(--ionos-blue-100); }
  @media (prefers-color-scheme: dark) {
    .teaser:hover {
      background: #e1e8ef; } }
  @media (prefers-reduced-motion: no-preference) {
    .teaser:hover .wp-post-image {
      transform: scale(1.125); } }
  @media (prefers-color-scheme: dark) {
    .teaser:active {
      filter: brightness(1.0625); } }
  @media (prefers-reduced-motion: no-preference) {
    .teaser:active .wp-post-image {
      transform: scale(1.1); } }
  .teaser--search-result {
    border-radius: var(--radius) var(--radius); }
    .teaser--search-result:only-child {
      display: grid; }
  .teaser__button {
    margin: auto 0 0 0;
    padding: 1rem 0 0 0; }
    .teaser__button .button--icon, .teaser__button .events .eo-events-nav a, .events .eo-events-nav .teaser__button a, .teaser__button .back-to-top {
      display: inline-block; }
    .teaser__button .button--md {
      width: 48px; }
  .teaser__thumbnail-container {
    overflow: hidden;
    background-color: var(--dark-midnight);
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    min-height: 240px;
    height: 240px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (prefers-reduced-motion: no-preference) {
      .teaser__thumbnail-container .wp-post-image {
        transition: transform var(--timing) ease-out;
        object-fit: cover;
        min-height: 240px;
        border-radius: 16px 16px 0 0; } }
  .teaser--linked .teaser__thumbnail-container {
    cursor: pointer; }
  .teaser__posttype {
    margin: var(--spacing) var(--spacing) calc(var(--spacing)/2) var(--spacing);
    color: var(--highlight-color); }
  .teaser__text {
    padding: 2rem 2rem 1rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    height: 100%; }
  .teaser__heading {
    color: var(--cool-gray-700);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0rem; }
  .teaser__posttype + .teaser__heading {
    margin-top: 0; }
  .teaser__link {
    color: inherit;
    text-decoration: none; }
    .teaser__link::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer; }
    .teaser__link:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: 2px;
    }
  .teaser__description {
    color: var(--cool-gray-700);
    line-height: 1.5;
    min-height: 120px;
    font-size: 16px; }
  .teaser .external-article-text {
    display: none;
    position: absolute;
    bottom: 0;
    padding-bottom: 32px; }

.search__results {
  display: grid;
  gap: calc(var(--spacing) * 2); }

.is-external-link .external-article-text {
  display: block; }

.topic-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
  border-radius: 16px;
  padding: 10px;
  background-color: var(--cool-black); }
  @media screen and (min-width: 1024px) {
    .topic-sidebar {
      padding: 0;
      margin: 0;
      background-color: unset; } }
  .topic-sidebar .sidebar-headline {
    display: inline-flex;
    justify-content: center;
    width: 25%;
    margin-bottom: 0;
    color: var(--white); }
    @media screen and (min-width: 1024px) {
      .topic-sidebar .sidebar-headline {
        display: none;
        margin-bottom: 20px;
        color: #001c42; } }
    .topic-sidebar .sidebar-headline::after {
      content: url(assets/img/arrow-right.svg);
      pointer-events: none;
      user-select: none;
      margin-left: 20px;
      transform: rotate(90deg);
      transition: transform 0.5s; }
      @media screen and (min-width: 1024px) {
        .topic-sidebar .sidebar-headline::after {
          display: none; } }
  .topic-sidebar .topic-list {
    display: none;
    background-color: var(--cool-black);
    width: 100%;
    border-radius: 0 0 16px 16px; }
    @media screen and (min-width: 1024px) {
      .topic-sidebar .topic-list {
        display: block;
        text-align: left;
        background-color: unset;
        border-radius: 0 0 16px 16px;
        margin-bottom: 12px;
        max-width: 100%; } }
    .topic-sidebar .topic-list a {
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .topic-sidebar .topic-list a {
          display: inline-block;
          margin: 0 8px 8px 0; } }
      .topic-sidebar .topic-list a h6.highlight {
        background-color: var(--ionos-blue-400);
        border-color: var(--ionos-blue-400);
        color: var(--white); }
  @media screen and (min-width: 1024px) {
    .topic-sidebar h6 {
      margin-bottom: 0; } }
  .topic-sidebar .visible {
    display: block; }

.open .sidebar-headline {
  margin-bottom: 1rem; }
  .open .sidebar-headline::after {
    transform: rotate(-90deg);
    transition: transform 0.5s; }

.events .eo-tc-event {
  padding: 32px;
  background-color: white;
  border-radius: 16px; }

.events .eo-events-nav a {
  text-decoration: none; }
  .events .eo-events-nav a .meta-nav {
    display: none; }

.promotion {
  --highlight-color: var(--cool-black);
  --sky: var(--cool-black);
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 175%;
  line-height: 1.3;
  background: var(--amber);
  color: var(--cool-black); }
  .promotion__text {
    font-weight: 700;
    margin: var(--spacing) var(--spacing) calc(var(--spacing) * 1.25); }
  .promotion__media-container {
    display: none; }
  .promotion .button--contained {
    background-color: var(--cool-black);
    color: var(--white); }
    .promotion .button--contained:hover {
      --highlight-color: var(--cool-black); }
  .promotion .button--outlined {
    border-color: var(--cool-black);
    color: var(--cool-black); }
    .promotion .button--outlined:hover {
      background-color: var(--cool-black);
      border-color: var(--cool-black);
      color: var(--white); }
  @media (min-width: 48em) {
    .promotion {
      grid-column: span 2; }
      .promotion .custom-html-widget {
        height: 100%;
        display: grid;
        grid-template-columns: 1fr calc(var(--spacing) * 2) 1fr; }
      .promotion__media-container {
        display: block;
        position: relative;
        grid-column: 1 / 2;
        align-self: stretch; }
      .promotion__media {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .promotion__text {
        grid-column: 3 / 4;
        margin-left: 0; } }

.widget {
  list-style-type: none;
  max-width: 100%; }

.missing-consent-message {
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
  padding: 20px; }
  .missing-consent-message.missing-consent-podigee {
    height: 254px;
    max-height: 254px; }
  .missing-consent-message img {
    max-width: 100px;
    display: inline-block; }

.missing-consent {
  display: none !important; }

.comments .says {
  display: none; }

.comments .comment {
  position: relative;
  background-color: var(--body-color-alternate);
  border-radius: var(--radius);
  padding: var(--spacing); }
  @media (min-width: 35.5em) {
    .comments .comment {
      padding: calc(var(--spacing) * 2); } }
  .comments .comment + .comment {
    margin-top: calc( var(--section-horizontal-spacing) / 2); }

.comments .comment-author {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-column-gap: var(--spacing);
  margin-bottom: var(--spacing); }
  @media (min-width: 48em) {
    .comments .comment-author {
      grid-template-columns: 64px 1fr;
      grid-column-gap: calc(var(--spacing)*1.5); } }
  .comments .comment-author .avatar {
    border-radius: var(--radius); }
  .comments .comment-author .fn {
    color: var(--highlight-color);
    font-weight: 700;
    font-size: 1rem;
    font-style: normal; }
    .comments .comment-author .fn a {
      color: var(--ionos); }
      .comments .comment-author .fn a:hover {
        text-decoration: none; }

.comments .comment-meta {
  position: absolute;
  left: calc(44px + (var(--spacing)*2));
  top: calc(44px + var(--spacing));
  transform: translateY(-100%);
  font-size: 0.75rem;
  width: 100%;
  max-width: calc(100% - 44px - (var(--spacing)*3)); }
  @media (min-width: 35.5em) {
    .comments .comment-meta {
      left: calc(44px + (var(--spacing)*3));
      top: calc(44px + (var(--spacing)*2));
      max-width: calc(100% - 44px - (var(--spacing)*5)); } }
  @media (min-width: 48em) {
    .comments .comment-meta {
      left: calc(64px + (var(--spacing)*3.5));
      top: calc(48px + (var(--spacing)*2));
      max-width: calc(100% - 64px - (var(--spacing)*5.5)); } }
  .comments .comment-meta > a {
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden; }
    .comments .comment-meta > a:not(.comment-edit-link) {
      pointer-events: none; }
  .comments .comment-meta .comment-edit-link {
    color: var(--highlight-color); }
    @media (max-width: 35.4375em) {
      .comments .comment-meta .comment-edit-link {
        position: absolute;
        top: 0;
        right: 100%;
        transform: translate(100%, 100%); } }

.comments .comment-text {
  position: relative; }
  @media (min-width: 48em) {
    .comments .comment-text {
      padding-left: calc(64px + (var(--spacing)*1.5)); } }
  .comments .comment-text::after {
    content: attr(data-reply-count);
    display: block;
    position: absolute;
    font-size: 0.875rem;
    bottom: calc(var(--spacing)* -6); }
    @media (min-width: 23.4375em) {
      .comments .comment-text::after {
        bottom: calc(var(--spacing)* -5.5); } }
    @media (min-width: 48em) {
      .comments .comment-text::after {
        left: 0;
        bottom: calc(var(--spacing)* -2);
        transform: translateY(50%);
        line-height: 1;
        background: var(--body-color-alternate);
        padding-right: 0.5rem; } }

.comments .reply {
  display: flex;
  justify-content: flex-end;
  margin-top: calc(var(--spacing)*2); }
  @media (min-width: 48em) {
    .comments .reply {
      position: absolute;
      top: 0;
      right: calc(var(--spacing)*2); } }

.comments .comment-reply-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 44px;
  padding: 0.4375rem 1.3125rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--font-color);
  line-height: inherit;
  border: var(--line-thickness) solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border-color: var(--ionos);
  color: var(--ionos); }
  .comments .comment-reply-link:hover, .comments .comment-reply-link:focus, .comments .comment-reply-link:active {
    text-decoration: none; }
  .comments .comment-reply-link:active {
    transform: translateY(1px); }
  @media (prefers-color-scheme: dark) {
    .comments .comment-reply-link {
      border-color: var(--highlight-color);
      color: var(--highlight-color); } }
  @media (prefers-reduced-motion: no-preference) {
    .comments .comment-reply-link {
      transition: background-color var(--timing) var(--ease), color var(--timing) var(--ease); } }
  .comments .comment-reply-link:hover {
    background-color: var(--sky);
    border-color: var(--sky);
    color: var(--white); }
    @media (prefers-color-scheme: dark) {
      .comments .comment-reply-link:hover {
        background: var(--sky); } }

.comments .comment-respond {
  margin-top: calc(var(--spacing) * 2);
  padding-top: calc(var(--spacing) * 2);
  border-top: var(--line-thickness) solid currentColor; }
  @media (min-width: 48em) {
    .comments .comment-respond {
      margin-left: calc(64px + (var(--spacing)*1.5)); } }

.comments .comment-reply-title {
  font-size: 1rem;
  color: var(--highlight-color);
  position: relative; }
  .comments .comment-reply-title a {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(var(--spacing) * -1.5));
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    text-decoration: none; }
    .comments .comment-reply-title a:hover {
      text-decoration: underline; }

.comments .comment-awaiting-moderation {
  display: block; }
  @media (min-width: 48em) {
    .comments .comment-awaiting-moderation {
      margin-left: calc(64px + (var(--spacing)*1.5)); } }

.comments .children {
  margin-top: calc(var(--spacing) * 2);
  padding-top: calc(var(--spacing) * 2);
  border-top: var(--line-thickness) solid currentColor; }
  @media (min-width: 48em) {
    .comments .children {
      margin-left: calc(64px + (var(--spacing)*1.5)); } }

.comments .comment .comment {
  padding: 0; }
  .comments .comment .comment .comment-meta {
    left: calc(44px + (var(--spacing)));
    top: 44px;
    max-width: calc(100% - 44px - var(--spacing)); }
    @media (min-width: 35.5em) {
      .comments .comment .comment .comment-meta {
        left: calc(44px + var(--spacing));
        top: 44px;
        max-width: calc(100% - 44px - var(--spacing)); } }
    @media (min-width: 48em) {
      .comments .comment .comment .comment-meta {
        left: calc(64px + (var(--spacing)*1.5));
        top: 48px;
        max-width: calc(100% - 64px - (var(--spacing)*1.5)); } }
  .comments .comment .comment + .comment {
    margin-top: calc( var(--spacing) * 2); }
    @media (min-width: 48em) {
      .comments .comment .comment + .comment {
        margin-top: calc( var(--spacing) * 3); } }

.comment-form-cookies-consent input,
.comment-form-privacy-consent input,
.comment-form-subscriptions input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: none; }

.comment-form-cookies-consent label,
.comment-form-privacy-consent label,
.comment-form-subscriptions label {
  position: relative;
  padding-bottom: 0;
  padding-left: calc(18px + 0.75rem);
  font-weight: 400;
  cursor: pointer;
  color: var(--black); }
  .comment-form-cookies-consent label::before,
  .comment-form-privacy-consent label::before,
  .comment-form-subscriptions label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.125rem;
    width: 18px;
    height: 18px;
    background: var(--white);
    border-radius: var(--radius);
    border: var(--line-thickness) solid var(--heading-color); }
    @media (prefers-reduced-motion: no-preference) {
      .comment-form-cookies-consent label::before,
      .comment-form-privacy-consent label::before,
      .comment-form-subscriptions label::before {
        transition: background-color var(--timing) var(--ease), border-color var(--timing) var(--ease); } }
  .comment-form-cookies-consent label:hover::before,
  .comment-form-privacy-consent label:hover::before,
  .comment-form-subscriptions label:hover::before {
    background-color: var(--cool-gray-c2); }
    @media (prefers-color-scheme: dark) {
      .comment-form-cookies-consent label:hover::before,
      .comment-form-privacy-consent label:hover::before,
      .comment-form-subscriptions label:hover::before {
        border-color: var(--cool-gray-c2); } }
  .comment-form-cookies-consent label a:hover,
  .comment-form-privacy-consent label a:hover,
  .comment-form-subscriptions label a:hover {
    text-decoration: none; }

.comment-form-cookies-consent input:checked + label::before,
.comment-form-privacy-consent input:checked + label::before,
.comment-form-subscriptions input:checked + label::before {
  background-color: var(--highlight-color);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center; }
  @media (prefers-color-scheme: dark) {
    .comment-form-cookies-consent input:checked + label::before,
    .comment-form-privacy-consent input:checked + label::before,
    .comment-form-subscriptions input:checked + label::before {
      border-color: var(--highlight-color); } }

.comment-form-cookies-consent input:focus-visible + label::before,
.comment-form-privacy-consent input:focus-visible + label::before,
.comment-form-subscriptions input:focus-visible + label::before {
  outline: 1px dashed currentColor;
  outline-offset: 2px; }
  @media (prefers-color-scheme: dark) {
    .comment-form-cookies-consent input:focus-visible + label::before,
    .comment-form-privacy-consent input:focus-visible + label::before,
    .comment-form-subscriptions input:focus-visible + label::before {
      outline-color: var(--white); } }

.back-to-top-container {
  position: sticky;
  bottom: 0;
  height: 0;
  bottom: env(safe-area-inset-bottom);
  padding-right: env(safe-area-inset-right);
  margin-left: auto;
  overflow: visible;
  opacity: 1;
  transform: scale(0);
  pointer-events: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115); }
  @media (prefers-reduced-motion: no-preference) {
    .back-to-top-container {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.095), 0 6px 6px rgba(0, 0, 0, 0.115);
      transition: box-shadow var(--timing) var(--ease);
      transition: transform var(--timing) var(--ease), opacity var(--timing) var(--ease), box-shadow 0.15s var(--ease); }
      .back-to-top-container:hover, .back-to-top-container:focus {
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.11); }
      .back-to-top-container:active {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.125), 0 10px 10px rgba(0, 0, 0, 0.11); } }
  .back-to-top-container.visible {
    opacity: 1;
    pointer-events: all;
    transform: scale(1); }

.back-to-top {
  position: relative;
  display: block;
  margin-top: -3.875em;
  margin-right: 1.125rem; }
  .back-to-top:focus {
    box-shadow: none; }
  .back-to-top .icon {
    display: none; }
  .back-to-top:focus-visible {
    outline: 1px dashed #1474c4;
    outline-offset: 2px; }

.related-posts {
  background: var(--body-color-alternate); }

.pagination-container {
  background: var(--body-color);
  padding: var(--spacing) 0; }

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap; }

.pagination .page-numbers {
  height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--ionos-b4); }
  .pagination .page-numbers.current, .pagination .page-numbers.dots {
    color: #2e4360; }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    position: relative;
    text-indent: -999px;
    overflow: hidden; }
    .pagination .page-numbers.prev::after, .pagination .page-numbers.next::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-indent: 0; }
  .pagination .page-numbers.prev::after {
    content: '«'; }
  .pagination .page-numbers.next::after {
    content: '»'; }
  .pagination .page-numbers:hover {
    color: var(--font-color); }

.site-footer {
  --font-color: var(--white);
  color: var(--font-color);
  background: var(--dark-blue);
  padding-top: calc(var(--spacing)*2);
  padding-bottom: calc(var(--spacing)*2);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left); }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }

.site-footer__inner-container {
  padding-left: var(--container-vertical-spacing);
  padding-right: var(--container-vertical-spacing);
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  --container-width: var(--container-width-max); }
  @media (min-width: 35.5em) {
    .site-footer__inner-container {
      display: flex;
      justify-content: space-between; } }

.site-footer__widget-container {
  padding-left: var(--container-vertical-spacing);
  padding-right: var(--container-vertical-spacing);
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  --container-width: var(--container-width-max); }
  .site-footer__widget-container a:focus-visible {
    outline: 1px dashed white;
    outline-offset: 2px; }

.nav-footer .menu-item {
  display: inline-block; }
  .nav-footer .menu-item:not(:last-child) {
    margin-right: 1em; }

@media (max-width: 35.4375em) {
  .copyright {
    margin-top: var(--spacing); } }

.row.align-justify {
  display: block; }
  @media screen and (min-width: 1024px) {
    .row.align-justify {
      display: flex;
      justify-content: space-between; } }

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 20px; }

.footer-icons a svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s; }

.footer-icons a:hover svg {
  transform: scale(1.1); }

.dropdown {
  grid-column: 11 / 12;
  grid-row: 2 / 3;
  align-content: center;
  position: relative;
  display: inline-block; }
  .dropdown:hover .nav-language {
    display: block; }
  .dropdown:hover .dropbtn {
    background-color: #11C7E6;
    color: #0B2A63; }

@media (max-width: 63.9375em) {
  .dropdown {
    grid-column: 3 / 5;
    grid-row: 5 / 5; }
  .nav-language {
    bottom: 100%; }
  .site-header__inner-container:not(.site-header__inner-container--in-overlay) .dropdown {
    display: none; } }

.dropbtn {
  border-radius: 100px;
  padding: 5.25px 11.67px;
  border: 2px solid #11C7E6;
  font-size: 1rem;
  font-weight: 600;
  min-height: 44px;
  color: #11C7E6;
  background: none;
  cursor: pointer;
  width: 140px; }

.dropbtn:focus {
  outline: 1px dashed currentColor;
  outline-offset: 2px; }

#menu-languages {
  display: block;
  border: 2px solid #1474C4;
  background-color: #fff;
  border-radius: 5px; }

.nav-language {
  display: none;
  position: absolute;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: #fff;
  border-radius: 5px; }
  .nav-language ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-language li {
    border-bottom: 1px solid #BCC8D4; }
    .nav-language li:last-child {
      border-bottom: none; }
  .nav-language a {
    color: #2E4360;
    padding: 5.25px 11.67px;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600; }
    .nav-language a:hover, .nav-language a:focus {
      border-radius: 5px;
      background-color: #F4F7FA; }
  @media screen and (min-width: 1024px) {
    .nav-language {
      right: 0%; } }

.mlp-current-language-item {
  background-color: #DBEDF8; }
