/* [project]/components/Header.module.css [client] (css) */
.Header-module__Af2_WG__header {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.Header-module__Af2_WG__topBar {
  background: var(--header-topbar-color, #fff);
  color: var(--header-topbar-foreground, #000);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  padding: 8px 24px;
  font-size: 11px;
  display: grid;
}

.Header-module__Af2_WG__topLeft {
  justify-self: start;
  align-items: center;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.Header-module__Af2_WG__menuButton {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 4px;
  display: none;
}

.Header-module__Af2_WG__menuButton:hover {
  color: #ccc;
}

.Header-module__Af2_WG__dateText {
  letter-spacing: .5px;
  color: #000c;
  font-size: 13px;
  font-weight: 600;
}

.Header-module__Af2_WG__topRight {
  justify-content: flex-end;
  justify-self: end;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.Header-module__Af2_WG__wpLoginLink {
  color: #000;
  letter-spacing: .8px;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.Header-module__Af2_WG__wpLoginLink:hover {
  color: #000;
  background: #0000000a;
  border-color: #0000002e;
}

.Header-module__Af2_WG__wpUserBadge {
  color: #0f5132;
  white-space: nowrap;
  background: #d1e7dd;
  border: 1px solid #badbcc;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
}

.Header-module__Af2_WG__wpLogoutBtn {
  color: #000;
  letter-spacing: .6px;
  cursor: pointer;
  background: none;
  border: 1px solid #0000001f;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
}

.Header-module__Af2_WG__wpLogoutBtn:hover {
  background: #0000000d;
}

.Header-module__Af2_WG__wpAuthPanel {
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 12px 24px;
}

.Header-module__Af2_WG__wpAuthForm {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  max-width: 560px;
  display: grid;
}

.Header-module__Af2_WG__wpAuthInput {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
}

.Header-module__Af2_WG__wpAuthActions {
  grid-column: 1 / -1;
  align-items: center;
  gap: 10px;
  display: flex;
}

.Header-module__Af2_WG__wpAuthSubmit {
  color: #fff;
  cursor: pointer;
  background: #0d6efd;
  border: 0;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}

.Header-module__Af2_WG__wpAuthSubmit:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.Header-module__Af2_WG__wpLoginExternal {
  color: #0d6efd;
  font-size: 12px;
  text-decoration: none;
}

.Header-module__Af2_WG__wpLoginExternal:hover {
  text-decoration: underline;
}

.Header-module__Af2_WG__wpAuthError {
  color: #b42318;
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}

.Header-module__Af2_WG__weather {
  color: #000000bf;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.Header-module__Af2_WG__weather svg {
  stroke: gold;
}

.Header-module__Af2_WG__contactPhone {
  letter-spacing: .2px;
  color: #000c;
  white-space: nowrap;
  border: 1px solid #00000024;
  border-radius: 999px;
  align-items: center;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.Header-module__Af2_WG__contactPhone:hover {
  color: var(--color-primary, #f60);
  background: #00000008;
  border-color: #00000038;
}

.Header-module__Af2_WG__actionBtn {
  color: #000;
  letter-spacing: .8px;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px solid #0000001f;
  border-radius: 3px;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 600;
  transition: all .2s;
}

.Header-module__Af2_WG__actionBtn:hover {
  background: #0000000a;
  border-color: #0000002e;
}

.Header-module__Af2_WG__actionBtnFilled {
  background: var(--color-primary, #f60);
  color: #fff;
  letter-spacing: .8px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 3px;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 700;
  transition: all .2s;
}

.Header-module__Af2_WG__logoLink {
  flex-shrink: 0;
  justify-self: center;
  align-items: center;
  display: flex;
}

.Header-module__Af2_WG__logo {
  object-fit: contain;
  width: auto;
  height: 56px;
  max-height: 64px;
}

@media (max-width: 768px) {
  .Header-module__Af2_WG__logo {
    width: auto;
    max-width: 210px;
    height: 40px;
    max-height: 44px;
  }
}

.Header-module__Af2_WG__mobileMenu {
  background-color: #222;
  flex-direction: column;
  padding: 10px 20px;
  display: flex;
}

.Header-module__Af2_WG__mobileMenu a {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.Header-module__Af2_WG__mobileMenu a:last-child {
  border-bottom: none;
}

.Header-module__Af2_WG__mobileMenu a:hover {
  color: var(--color-primary, #f60);
}

.Header-module__Af2_WG__mobileSocialBlock {
  border-top: 1px solid #3a3a3a;
  margin-top: 12px;
  padding-top: 12px;
}

.Header-module__Af2_WG__mobileSocialTitle {
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #aeb7c3;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
}

.Header-module__Af2_WG__mobileSocialLinks {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.Header-module__Af2_WG__mobileSocialLinks .Header-module__Af2_WG__mobileSocialLink {
  letter-spacing: 0;
  color: #fff;
  background: #ffffff08;
  border: 1px solid #4b5563;
  border-bottom: none;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.Header-module__Af2_WG__mobileSocialLinks .Header-module__Af2_WG__mobileSocialLink:hover {
  color: var(--color-primary, #f60);
  border-color: var(--color-primary, #f60);
  background: #ffffff14;
}

.Header-module__Af2_WG__navBar {
  background-color: var(--color-bordo, #06f);
}

.Header-module__Af2_WG__navInf {
  background-color: var(--color-bordo, #06f);
  color: #fff;
  border-bottom: 1px solid #0000001f;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  display: flex;
}

.Header-module__Af2_WG__navLeft {
  flex: 1;
  justify-content: center;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.Header-module__Af2_WG__ulNav {
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: visible;
}

.Header-module__Af2_WG__ulNav::-webkit-scrollbar {
  display: none;
}

.Header-module__Af2_WG__ulNav li a {
  color: #fff;
  letter-spacing: .2px;
  white-space: nowrap;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.Header-module__Af2_WG__ulNav li a:hover {
  color: #fff;
  background-color: #ffffff0f;
}

.Header-module__Af2_WG__dropdown {
  position: relative;
}

.Header-module__Af2_WG__dropdownToggle {
  cursor: pointer;
  color: #fff;
  letter-spacing: .2px;
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .25s, color .25s, transform .25s;
}

.Header-module__Af2_WG__dropdownToggle:hover, .Header-module__Af2_WG__dropdownToggle[aria-expanded="true"] {
  background-color: #ffffff1f;
  transform: translateY(-1px);
}

.Header-module__Af2_WG__dropdownToggle:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ffffffb3;
}

.Header-module__Af2_WG__dropdownMenu {
  z-index: 300;
  transform-origin: 100% 0;
  will-change: transform, opacity;
  background: linear-gradient(#fff 0%, #f7f9ff 100%);
  border: 1px solid #06225a1f;
  border-radius: 12px;
  min-width: 236px;
  margin: 0;
  padding: 10px;
  list-style: none;
  animation: .28s cubic-bezier(.22, 1, .36, 1) Header-module__Af2_WG__dropdownMenuEnter;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 16px 38px #06163833, 0 4px 12px #0616381f;
}

.Header-module__Af2_WG__dropdownMenu:before {
  content: "";
  background: #fff;
  border-top: 1px solid #06225a1f;
  border-left: 1px solid #06225a1f;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  right: 18px;
  transform: rotate(45deg);
}

.Header-module__Af2_WG__dropdownMenu li + li {
  margin-top: 4px;
}

.Header-module__Af2_WG__dropdownMenu li a {
  color: #16233c;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background .22s, color .22s, transform .22s;
  display: block;
}

.Header-module__Af2_WG__dropdownMenu li a:hover {
  color: #0f53bd;
  background: linear-gradient(90deg, #1e7ad924 0%, #1e7ad912 100%);
  transform: translateX(4px);
}

@keyframes Header-module__Af2_WG__dropdownMenuEnter {
  from {
    opacity: 0;
    transform: translateY(-10px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.Header-module__Af2_WG__navSearch {
  flex-shrink: 0;
  align-items: center;
  display: flex;
  position: relative;
}

.Header-module__Af2_WG__lupaButton {
  cursor: pointer;
  color: #fffffff2;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background .2s, color .2s;
  display: flex;
}

.Header-module__Af2_WG__lupaButton:hover {
  color: #fff;
  background-color: #ffffff0f;
}

.Header-module__Af2_WG__searchOverlay {
  z-index: 100;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  width: 300px;
  padding: 6px 10px;
  animation: .2s Header-module__Af2_WG__fadeInSearch;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0 4px 16px #0000001f;
}

@keyframes Header-module__Af2_WG__fadeInSearch {
  from {
    opacity: 0;
    width: 200px;
  }

  to {
    opacity: 1;
    width: 300px;
  }
}

.Header-module__Af2_WG__searchInputExpanded {
  color: #000;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  min-width: 0;
  font-size: 14px;
}

.Header-module__Af2_WG__searchInputExpanded::placeholder {
  color: #999;
}

.Header-module__Af2_WG__searchSubmitBtn {
  color: #3c4b61;
  cursor: pointer;
  background: #f3f5f8;
  border: 1px solid #d7dce5;
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: all .15s;
  display: inline-flex;
}

.Header-module__Af2_WG__searchSubmitBtn:hover:not(:disabled) {
  color: #253247;
  background: #e9edf3;
  border-color: #cbd3de;
}

.Header-module__Af2_WG__searchSubmitBtn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.Header-module__Af2_WG__searchCloseBtn {
  cursor: pointer;
  color: #999;
  background: none;
  border: none;
  flex-shrink: 0;
  padding: 2px 6px;
  font-size: 16px;
  line-height: 1;
}

.Header-module__Af2_WG__searchCloseBtn:hover {
  color: #333;
}

.Header-module__Af2_WG__icons {
  border-left: 1px solid #0000000f;
  flex-shrink: 0;
  padding-left: 12px;
}

.Header-module__Af2_WG__icons ul {
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Header-module__Af2_WG__icons ul li a {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

.Header-module__Af2_WG__icons ul li a:hover {
  background-color: #0000000f;
  transform: scale(1.15);
}

.Header-module__Af2_WG__icon {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 1366px) {
  .Header-module__Af2_WG__searchOverlay {
    width: min(340px, 100vw - 32px);
    max-width: calc(100vw - 32px);
    top: calc(100% + 8px);
    transform: none;
  }
}

@media (max-width: 1100px) {
  .Header-module__Af2_WG__ulNav {
    gap: 2px;
  }

  .Header-module__Af2_WG__ulNav li a {
    padding: 6px 8px;
    font-size: 14px;
  }

  .Header-module__Af2_WG__contactPhone, .Header-module__Af2_WG__icons {
    display: none;
  }

  .Header-module__Af2_WG__topBar {
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  .Header-module__Af2_WG__menuButton {
    display: flex;
  }

  .Header-module__Af2_WG__dateText, .Header-module__Af2_WG__navBar {
    display: none;
  }

  .Header-module__Af2_WG__topBar {
    height: 50px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .Header-module__Af2_WG__actionBtn, .Header-module__Af2_WG__weather {
    display: none;
  }

  .Header-module__Af2_WG__actionBtnFilled {
    height: 20px;
    padding: 0 10px;
    font-size: 9px;
    line-height: 20px;
  }
}

.Header-module__Af2_WG__navInf {
  overflow: visible;
}

.Header-module__Af2_WG__navLeft {
  overflow: visible !important;
}

.Header-module__Af2_WG__dropdown {
  z-index: 400;
}

.Header-module__Af2_WG__dropdownMenu {
  z-index: 999;
}

/* [project]/components/Footer.module.css [client] (css) */
.Footer-module__EZoWya__footer {
  color: #333;
  border-top: 2px solid var(--color-headline, #1e7ad9);
  background-color: #f1f3f6;
  margin-top: 32px;
  padding: 48px 24px 24px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.Footer-module__EZoWya__container {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

.Footer-module__EZoWya__brand {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

.Footer-module__EZoWya__logo {
  object-fit: contain;
  width: auto;
  height: 40px;
}

.Footer-module__EZoWya__brandText {
  color: #000000a6;
  text-align: center;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.6;
}

.Footer-module__EZoWya__contactBox {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
}

.Footer-module__EZoWya__phoneLink {
  color: #1f2a37;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.Footer-module__EZoWya__phoneLink:hover {
  color: var(--color-primary, #f60);
}

.Footer-module__EZoWya__socialLinks {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  display: flex;
}

.Footer-module__EZoWya__socialLink {
  color: #000000bf;
  border: 1px solid #0000001f;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.Footer-module__EZoWya__socialLink:hover {
  color: var(--color-primary, #f60);
  background: #00000008;
  border-color: #0003;
}

.Footer-module__EZoWya__column {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Footer-module__EZoWya__columnTitle {
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #222;
  border-bottom: 2px solid var(--color-primary, #f60);
  margin: 0 0 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.Footer-module__EZoWya__linkList {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Footer-module__EZoWya__linkItem {
  color: #000000b3;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__EZoWya__linkItem:hover {
  color: var(--color-primary, #f60);
}

.Footer-module__EZoWya__bottom {
  border-top: 1px solid #00000014;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1400px;
  margin: 32px auto 0;
  padding-top: 20px;
  display: flex;
}

.Footer-module__EZoWya__copyright {
  color: #00000080;
  font-size: 12px;
}

.Footer-module__EZoWya__legalLinks {
  gap: 20px;
  display: flex;
}

.Footer-module__EZoWya__legalLink {
  color: #00000080;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__EZoWya__legalLink:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .Footer-module__EZoWya__container {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .Footer-module__EZoWya__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .Footer-module__EZoWya__container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .Footer-module__EZoWya__bottom {
    text-align: center;
    flex-direction: column;
  }

  .Footer-module__EZoWya__legalLinks {
    justify-content: center;
  }
}

/* [project]/components/gutenberg/BlockRenderer.module.css [client] (css) */
.BlockRenderer-module__LnUF0W__content, .BlockRenderer-module__LnUF0W__fallback {
  color: #1f1f1f;
}

.BlockRenderer-module__LnUF0W__content > * + *, .BlockRenderer-module__LnUF0W__fallback > * + * {
  margin-top: 20px;
}

.BlockRenderer-module__LnUF0W__paragraph p, .BlockRenderer-module__LnUF0W__generic p, .BlockRenderer-module__LnUF0W__fallback p {
  text-align: justify;
  color: #111;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.BlockRenderer-module__LnUF0W__heading h1, .BlockRenderer-module__LnUF0W__heading h2, .BlockRenderer-module__LnUF0W__heading h3, .BlockRenderer-module__LnUF0W__heading h4, .BlockRenderer-module__LnUF0W__fallback h1, .BlockRenderer-module__LnUF0W__fallback h2, .BlockRenderer-module__LnUF0W__fallback h3, .BlockRenderer-module__LnUF0W__fallback h4 {
  color: #111;
  margin: 0;
  font-family: utopia, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.BlockRenderer-module__LnUF0W__heading h2, .BlockRenderer-module__LnUF0W__fallback h2 {
  margin-top: 8px;
  font-size: 26px;
}

.BlockRenderer-module__LnUF0W__heading h3, .BlockRenderer-module__LnUF0W__fallback h3 {
  margin-top: 6px;
  font-size: 22px;
}

.BlockRenderer-module__LnUF0W__image img, .BlockRenderer-module__LnUF0W__gallery img, .BlockRenderer-module__LnUF0W__fallback img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.BlockRenderer-module__LnUF0W__image figure, .BlockRenderer-module__LnUF0W__gallery figure, .BlockRenderer-module__LnUF0W__fallback figure {
  margin: 0;
}

.BlockRenderer-module__LnUF0W__image figcaption, .BlockRenderer-module__LnUF0W__gallery figcaption, .BlockRenderer-module__LnUF0W__fallback figcaption {
  color: #6b7280;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  font-style: italic;
}

.BlockRenderer-module__LnUF0W__list ul, .BlockRenderer-module__LnUF0W__list ol, .BlockRenderer-module__LnUF0W__fallback ul, .BlockRenderer-module__LnUF0W__fallback ol {
  margin: 0;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.75;
}

.BlockRenderer-module__LnUF0W__list li + li, .BlockRenderer-module__LnUF0W__fallback li + li {
  margin-top: 6px;
}

.BlockRenderer-module__LnUF0W__quote blockquote, .BlockRenderer-module__LnUF0W__fallback blockquote {
  border-left: 4px solid var(--color-headline, #1e7ad9);
  color: #374151;
  background: #f7f9fc;
  border-radius: 8px;
  margin: 0;
  padding: 16px 20px;
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
}

.BlockRenderer-module__LnUF0W__embed iframe, .BlockRenderer-module__LnUF0W__embed video, .BlockRenderer-module__LnUF0W__fallback iframe, .BlockRenderer-module__LnUF0W__fallback video {
  border: 0;
  border-radius: 10px;
  width: 100%;
  min-height: 360px;
}

.BlockRenderer-module__LnUF0W__wp-video, .BlockRenderer-module__LnUF0W__wp-video video, .BlockRenderer-module__LnUF0W__wp-video iframe, .BlockRenderer-module__LnUF0W__wp-video embed, .BlockRenderer-module__LnUF0W__wp-video object {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.BlockRenderer-module__LnUF0W__wp-video video {
  object-fit: contain;
  overflow: hidden;
}

.BlockRenderer-module__LnUF0W__content iframe, .BlockRenderer-module__LnUF0W__content video, .BlockRenderer-module__LnUF0W__content embed, .BlockRenderer-module__LnUF0W__content object, .BlockRenderer-module__LnUF0W__content picture, .BlockRenderer-module__LnUF0W__content figure, .BlockRenderer-module__LnUF0W__content table, .BlockRenderer-module__LnUF0W__fallback iframe, .BlockRenderer-module__LnUF0W__fallback video, .BlockRenderer-module__LnUF0W__fallback embed, .BlockRenderer-module__LnUF0W__fallback object, .BlockRenderer-module__LnUF0W__fallback picture, .BlockRenderer-module__LnUF0W__fallback figure, .BlockRenderer-module__LnUF0W__fallback table {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.BlockRenderer-module__LnUF0W__embed, .BlockRenderer-module__LnUF0W__content, .BlockRenderer-module__LnUF0W__fallback {
  overflow-wrap: anywhere;
}

.BlockRenderer-module__LnUF0W__instagramEmbed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.BlockRenderer-module__LnUF0W__instagramFrame {
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 10px;
  width: 100%;
  max-width: 520px;
  height: 780px;
  min-height: 780px;
  display: block;
  overflow: hidden;
}

.BlockRenderer-module__LnUF0W__instagramOpenLink {
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #00000026;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.BlockRenderer-module__LnUF0W__instagramOpenLink:hover {
  background: #f5f7fa;
}

.BlockRenderer-module__LnUF0W__content iframe.BlockRenderer-module__LnUF0W__instagramFrame, .BlockRenderer-module__LnUF0W__fallback iframe.BlockRenderer-module__LnUF0W__instagramFrame {
  width: 100% !important;
  max-width: 520px !important;
  height: 780px !important;
  min-height: 780px !important;
  overflow: hidden !important;
}

.BlockRenderer-module__LnUF0W__instagramEmbed blockquote.instagram-media {
  width: 100% !important;
  min-width: 280px !important;
  max-width: 520px !important;
  margin: 0 auto !important;
}

.BlockRenderer-module__LnUF0W__instagramEmbed .instagram-media-rendered {
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .BlockRenderer-module__LnUF0W__instagramFrame {
    height: 680px;
    min-height: 680px;
  }

  .BlockRenderer-module__LnUF0W__content iframe.BlockRenderer-module__LnUF0W__instagramFrame, .BlockRenderer-module__LnUF0W__fallback iframe.BlockRenderer-module__LnUF0W__instagramFrame {
    height: 680px !important;
    min-height: 680px !important;
  }

  .BlockRenderer-module__LnUF0W__paragraph p, .BlockRenderer-module__LnUF0W__generic p, .BlockRenderer-module__LnUF0W__fallback p, .BlockRenderer-module__LnUF0W__list ul, .BlockRenderer-module__LnUF0W__list ol, .BlockRenderer-module__LnUF0W__fallback ul, .BlockRenderer-module__LnUF0W__fallback ol {
    text-align: left;
    font-size: 18px;
  }

  .BlockRenderer-module__LnUF0W__heading h2, .BlockRenderer-module__LnUF0W__fallback h2 {
    font-size: 22px;
  }

  .BlockRenderer-module__LnUF0W__heading h3, .BlockRenderer-module__LnUF0W__fallback h3 {
    font-size: 19px;
  }

  .BlockRenderer-module__LnUF0W__embed iframe, .BlockRenderer-module__LnUF0W__embed video, .BlockRenderer-module__LnUF0W__fallback iframe, .BlockRenderer-module__LnUF0W__fallback video {
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  .BlockRenderer-module__LnUF0W__instagramFrame {
    height: 600px;
    min-height: 600px;
  }

  .BlockRenderer-module__LnUF0W__content iframe.BlockRenderer-module__LnUF0W__instagramFrame, .BlockRenderer-module__LnUF0W__fallback iframe.BlockRenderer-module__LnUF0W__instagramFrame {
    height: 600px !important;
    min-height: 600px !important;
  }
}

:is(.BlockRenderer-module__LnUF0W__fallback .wp-video, .BlockRenderer-module__LnUF0W__content .wp-video) {
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

:is(.BlockRenderer-module__LnUF0W__fallback .wp-video > video, .BlockRenderer-module__LnUF0W__fallback video.wp-video-shortcode, .BlockRenderer-module__LnUF0W__content .wp-video > video, .BlockRenderer-module__LnUF0W__content video.wp-video-shortcode, .BlockRenderer-module__LnUF0W__fallback .wp-video iframe, .BlockRenderer-module__LnUF0W__content .wp-video iframe, .BlockRenderer-module__LnUF0W__fallback .wp-video embed, .BlockRenderer-module__LnUF0W__content .wp-video embed, .BlockRenderer-module__LnUF0W__fallback .wp-video object, .BlockRenderer-module__LnUF0W__content .wp-video object) {
  object-fit: contain;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

:is(.BlockRenderer-module__LnUF0W__content iframe[src*="youtube.com/embed"], .BlockRenderer-module__LnUF0W__content iframe[src*="youtube-nocookie.com/embed"], .BlockRenderer-module__LnUF0W__content iframe[src*="youtu.be"], .BlockRenderer-module__LnUF0W__fallback iframe[src*="youtube.com/embed"], .BlockRenderer-module__LnUF0W__fallback iframe[src*="youtube-nocookie.com/embed"], .BlockRenderer-module__LnUF0W__fallback iframe[src*="youtu.be"]) {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

/* [project]/styles/Materia.module.css [client] (css) */
.Materia-module__z4N_za__page {
  background: #fff;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 56px;
}

.Materia-module__z4N_za__breadcrumb {
  color: #555;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 28px;
  padding: 14px 0;
  font-size: 13px;
  display: flex;
}

.Materia-module__z4N_za__breadcrumb a {
  color: var(--color-headline, #1e7ad9);
  text-decoration: none;
}

.Materia-module__z4N_za__breadcrumb a:hover {
  text-decoration: underline;
}

.Materia-module__z4N_za__breadSep {
  color: #bbb;
  margin: 0 4px;
}

.Materia-module__z4N_za__fontSizeControls {
  flex-shrink: 0;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  display: flex;
}

.Materia-module__z4N_za__fontSizeBtn {
  cursor: pointer;
  color: #777;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  transition: background .15s, color .15s, border-color .15s;
}

.Materia-module__z4N_za__fontSizeBtn:hover {
  color: #333;
  background: #f0f0f0;
  border-color: #aaa;
}

.Materia-module__z4N_za__breadCurrent {
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  overflow: hidden;
}

.Materia-module__z4N_za__articleWrap {
  max-width: 780px;
  margin: 0 auto;
}

.Materia-module__z4N_za__classicTitle {
  color: #111;
  letter-spacing: -.03em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 18px;
  font-family: Globotipo Variable, Merriweather, Playfair Display, Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .Materia-module__z4N_za__classicTitle {
    letter-spacing: -.045em;
    font-size: 44px;
    line-height: 52px;
  }
}

.Materia-module__z4N_za__bylineAvatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 4px;
}

.Materia-module__z4N_za__metaAvatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.Materia-module__z4N_za__bylineRow {
  color: #444;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
  font-size: 14px;
  display: flex;
}

.Materia-module__z4N_za__bylineAuthor strong {
  color: #06c;
  font-weight: 600;
}

.Materia-module__z4N_za__bylineSep {
  color: #999;
}

.Materia-module__z4N_za__bylineCity {
  color: #444;
}

.Materia-module__z4N_za__bylineDate {
  color: #767676;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  font-size: 13px;
  display: flex;
}

.Materia-module__z4N_za__bylineDot {
  color: #bbb;
}

.Materia-module__z4N_za__classicShareRow {
  border-bottom: 1px solid #ebebeb;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  display: flex;
}

.Materia-module__z4N_za__classicShareBtn {
  cursor: pointer;
  color: #333;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 44px;
  text-decoration: none;
  transition: background .18s, border-color .18s;
  display: inline-flex;
}

.Materia-module__z4N_za__classicShareBtn:hover {
  background: #e5e5e5;
  border-color: #ccc;
}

.Materia-module__z4N_za__classicShareFb svg {
  color: #1877f2;
  fill: #1877f2;
}

.Materia-module__z4N_za__classicShareWa svg {
  color: #25d366;
  fill: #25d366;
}

.Materia-module__z4N_za__classicShareGeneric svg {
  color: #444;
  stroke: #444;
}

.Materia-module__z4N_za__classicShareTw svg {
  color: #000;
  fill: #000;
}

.Materia-module__z4N_za__classicShareTg svg {
  color: #08c;
  fill: #08c;
}

.Materia-module__z4N_za__classicShareLi svg {
  color: #0a66c2;
  fill: #0a66c2;
}

.Materia-module__z4N_za__classicShareCopy svg {
  color: #555;
  stroke: #555;
}

.Materia-module__z4N_za__shareTw svg {
  color: #000;
  fill: #000;
}

.Materia-module__z4N_za__shareTg svg {
  color: #08c;
  fill: #08c;
}

.Materia-module__z4N_za__shareLi svg {
  color: #0a66c2;
  fill: #0a66c2;
}

.Materia-module__z4N_za__relatedSection {
  border-top: 1px solid #ebebeb;
  max-width: 780px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}

.Materia-module__z4N_za__relatedHeading {
  color: #06c;
  letter-spacing: .6px;
  border-bottom: 2px solid #06c;
  margin: 0 0 8px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.Materia-module__z4N_za__relatedList {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.Materia-module__z4N_za__relatedItem {
  border-bottom: 1px solid #ebebeb;
}

.Materia-module__z4N_za__relatedItem:last-child {
  border-bottom: none;
}

.Materia-module__z4N_za__relatedCard {
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
}

.Materia-module__z4N_za__relatedCard:hover {
  opacity: .8;
}

.Materia-module__z4N_za__relatedImgWrap {
  border-radius: 4px;
  flex-shrink: 0;
  width: 140px;
  height: 90px;
  overflow: hidden;
}

.Materia-module__z4N_za__relatedImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.Materia-module__z4N_za__relatedBody {
  flex: 1;
  min-width: 0;
}

.Materia-module__z4N_za__relatedKicker {
  color: #06c;
  letter-spacing: .4px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.Materia-module__z4N_za__relatedTitle {
  color: #111;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.Materia-module__z4N_za__relatedTime {
  color: #999;
  font-size: 12px;
}

.Materia-module__z4N_za__twoCol {
  grid-template-columns: 1fr 340px;
  align-items: start;
  gap: 40px;
  display: grid;
}

.Materia-module__z4N_za__mainCol {
  min-width: 0;
}

.Materia-module__z4N_za__sectionLabel {
  color: var(--color-headline, #1e7ad9);
  text-transform: uppercase;
  letter-spacing: .8px;
  border-bottom: 2px solid var(--color-headline, #1e7ad9);
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.Materia-module__z4N_za__title {
  color: #111;
  letter-spacing: -.02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 16px;
  font-family: Jost, Playfair Display, Merriweather, Georgia, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  .Materia-module__z4N_za__title {
    font-size: 40px;
    line-height: 1.12;
  }
}

.Materia-module__z4N_za__subtitle {
  color: #444;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.Materia-module__z4N_za__metaRow {
  color: #555;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  padding-bottom: 14px;
  font-size: 14px;
  display: flex;
}

.Materia-module__z4N_za__metaAuthor {
  color: #333;
  font-weight: 700;
}

.Materia-module__z4N_za__metaDate {
  color: #777;
}

.Materia-module__z4N_za__metaDate:before {
  content: "|";
  color: #ccc;
  margin-right: 8px;
}

.Materia-module__z4N_za__metaReading {
  color: #777;
}

.Materia-module__z4N_za__metaReading:before {
  content: "·";
  color: #ccc;
  margin-right: 8px;
}

.Materia-module__z4N_za__metaDuration {
  color: #666;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.Materia-module__z4N_za__metaDuration:before {
  content: "·";
  color: #ccc;
  margin-right: 8px;
}

.Materia-module__z4N_za__shareRow {
  gap: 10px;
  margin: 16px 0 24px;
  display: flex;
}

.Materia-module__z4N_za__shareBtn {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  display: inline-flex;
}

.Materia-module__z4N_za__shareBtn:hover {
  opacity: .85;
  transform: scale(1.1);
}

.Materia-module__z4N_za__shareWa {
  color: #fff;
  background: #25d366;
}

.Materia-module__z4N_za__shareWa svg {
  fill: #fff;
}

.Materia-module__z4N_za__shareFb {
  color: #fff;
  background: #1877f2;
}

.Materia-module__z4N_za__shareFb svg {
  fill: #fff;
}

.Materia-module__z4N_za__shareGeneric {
  color: #fff;
  background: #555;
}

.Materia-module__z4N_za__shareGeneric svg {
  stroke: #fff;
  color: #fff;
}

.Materia-module__z4N_za__actionRow {
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  gap: 10px;
  margin: 16px 0 20px;
  padding-bottom: 16px;
  display: flex;
}

.Materia-module__z4N_za__actionSpacer {
  flex: 1;
}

.Materia-module__z4N_za__actionBtn {
  border: 2px solid var(--color-headline, #1e7ad9);
  width: 36px;
  height: 36px;
  color: var(--color-headline, #1e7ad9);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.Materia-module__z4N_za__actionBtn:hover {
  background: var(--color-headline, #1e7ad9);
  color: #fff;
}

.Materia-module__z4N_za__actionBtn:hover svg {
  fill: #fff;
  stroke: #fff;
}

.Materia-module__z4N_za__actionPlay svg {
  fill: var(--color-headline, #1e7ad9);
}

.Materia-module__z4N_za__actionPlay:hover svg {
  fill: #fff;
}

.Materia-module__z4N_za__actionDownload svg, .Materia-module__z4N_za__actionLink svg {
  stroke: var(--color-headline, #1e7ad9);
}

.Materia-module__z4N_za__heroWithPlayer {
  border-radius: 4px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.Materia-module__z4N_za__audioPlayer {
  color: #fff;
  background: #1a1a2e;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-size: 13px;
  display: flex;
}

.Materia-module__z4N_za__audioPlayBtn {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background .2s;
  display: inline-flex;
}

.Materia-module__z4N_za__audioPlayBtn:hover {
  background: #ffffff26;
}

.Materia-module__z4N_za__audioPlayBtn svg {
  fill: #fff;
}

.Materia-module__z4N_za__audioTime {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  color: #ccc;
  min-width: 90px;
  font-size: 12px;
}

.Materia-module__z4N_za__audioSeek {
  appearance: none;
  cursor: pointer;
  background: #444;
  border-radius: 2px;
  outline: none;
  flex: 1;
  height: 4px;
}

.Materia-module__z4N_za__audioSeek::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.Materia-module__z4N_za__audioPlaylistBtn {
  background: var(--color-headline, #1e7ad9);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .2s;
  display: inline-flex;
}

.Materia-module__z4N_za__audioPlaylistBtn:hover {
  opacity: .85;
}

.Materia-module__z4N_za__audioPlaylistBtn svg {
  stroke: #fff;
}

.Materia-module__z4N_za__transcriptionSection {
  margin-bottom: 28px;
}

.Materia-module__z4N_za__transcriptionHeading {
  color: #111;
  letter-spacing: .3px;
  border-bottom: 2px solid #ddd;
  margin: 0 0 16px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.Materia-module__z4N_za__transcriptionDuration {
  color: #5a5a5a;
  font-variant-numeric: tabular-nums;
  margin: -8px 0 12px;
  font-size: 13px;
  font-weight: 600;
}

.Materia-module__z4N_za__sidebar {
  position: sticky;
  top: 24px;
}

.Materia-module__z4N_za__sidebarBlock {
  background: #f7f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 20px;
}

.Materia-module__z4N_za__sidebarHeading {
  color: var(--color-headline, #1e7ad9);
  border-bottom: 2px solid var(--color-headline, #1e7ad9);
  margin: 0 0 16px;
  padding-bottom: 10px;
  font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif;
  font-size: 16px;
  font-weight: 800;
}

.Materia-module__z4N_za__sidebarList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Materia-module__z4N_za__sidebarItem {
  border-bottom: 1px solid #e0e0e0;
}

.Materia-module__z4N_za__sidebarItem:last-child {
  border-bottom: none;
}

.Materia-module__z4N_za__sidebarLink {
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.Materia-module__z4N_za__sidebarLink:hover {
  background: #00000005;
}

.Materia-module__z4N_za__sidebarKicker {
  color: var(--color-headline, #1e7ad9);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
  font-weight: 700;
}

.Materia-module__z4N_za__sidebarKicker:before {
  content: "";
  background: var(--color-headline, #1e7ad9);
  vertical-align: middle;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
}

.Materia-module__z4N_za__sidebarTitle {
  color: #222;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.Materia-module__z4N_za__heroFigure {
  border-radius: 4px;
  margin: 0 0 28px;
  position: relative;
  overflow: hidden;
}

.Materia-module__z4N_za__heroImg {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.Materia-module__z4N_za__heroCredit {
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 0 1px 1px #00000059;
  background: linear-gradient(90deg, #02061794, #020617d1);
  border-radius: 10px;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.Materia-module__z4N_za__articleBody {
  color: #111;
  word-break: break-word;
  margin-bottom: 36px;
  font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  transition: font-size .2s;
}

.Materia-module__z4N_za__articleBody p {
  margin: 0 0 22px;
}

.Materia-module__z4N_za__articleBody strong {
  color: #111;
}

.Materia-module__z4N_za__articleBody a {
  color: var(--color-headline, #1e7ad9);
}

.Materia-module__z4N_za__articleBody h2 {
  margin: 32px 0 14px;
  font-size: 24px;
  font-weight: 800;
}

.Materia-module__z4N_za__articleBody h3 {
  margin: 28px 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.Materia-module__z4N_za__articleBody blockquote {
  border-left: 4px solid var(--color-headline, #1e7ad9);
  color: #333;
  background: #f5f8ff;
  margin: 28px 0;
  padding: 16px 24px;
  font-style: italic;
}

.Materia-module__z4N_za__articleBody iframe, .Materia-module__z4N_za__articleBody video, .Materia-module__z4N_za__articleBody embed, .Materia-module__z4N_za__articleBody object, .Materia-module__z4N_za__articleBody picture, .Materia-module__z4N_za__articleBody table, .Materia-module__z4N_za__articleBody figure {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.Materia-module__z4N_za__articleBody iframe, .Materia-module__z4N_za__articleBody video, .Materia-module__z4N_za__articleBody embed, .Materia-module__z4N_za__articleBody object {
  min-height: 220px;
}

.Materia-module__z4N_za__tagsRow {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 28px;
  padding: 18px 0;
  display: flex;
}

.Materia-module__z4N_za__tagsLabel {
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.Materia-module__z4N_za__tag {
  color: #333;
  background: #eef0f3;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s, border-color .2s;
  display: inline-block;
}

.Materia-module__z4N_za__tag:hover {
  background: #dde1e6;
  border-color: #bbb;
}

.Materia-module__z4N_za__adjacentNav {
  border-top: 1px solid #e5e5e5;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: grid;
}

.Materia-module__z4N_za__adjacentLink {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: flex;
}

.Materia-module__z4N_za__adjacentLink:hover {
  border-color: var(--color-headline, #1e7ad9);
  background: #f5f8ff;
}

.Materia-module__z4N_za__adjacentRight {
  text-align: right;
}

.Materia-module__z4N_za__adjacentLabel {
  color: #767676;
  letter-spacing: .4px;
  font-size: 11px;
  font-weight: 700;
}

.Materia-module__z4N_za__adjacentTitle {
  color: #111;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.Materia-module__z4N_za__commentsSection {
  border-top: 2px solid var(--color-headline, #1e7ad9);
  max-width: 780px;
  margin: 0 auto 48px;
  padding-top: 28px;
}

.Materia-module__z4N_za__commentsHeader {
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.Materia-module__z4N_za__commentsHeading {
  color: maroon;
  margin: 0;
  font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif;
  font-size: 16px;
  font-weight: 800;
}

.Materia-module__z4N_za__commentsCta {
  color: #767676;
  font-size: 13px;
}

.Materia-module__z4N_za__commentForm {
  width: 100%;
}

.Materia-module__z4N_za__commentAvatarRow {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.Materia-module__z4N_za__commentAvatar {
  color: #999;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.Materia-module__z4N_za__commentTextarea {
  resize: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  flex: 1;
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.55;
  transition: border-color .2s;
}

.Materia-module__z4N_za__commentTextarea:focus {
  box-shadow: none !important;
  border-color: maroon !important;
  outline: none !important;
}

.Materia-module__z4N_za__commentFooterRow {
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
}

.Materia-module__z4N_za__commentFieldsRow {
  flex: 1;
  gap: 10px;
  display: flex;
}

.Materia-module__z4N_za__commentInput {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  transition: border-color .2s;
}

.Materia-module__z4N_za__commentInput:focus {
  border-color: var(--color-headline, #1e7ad9);
}

.Materia-module__z4N_za__commentSubmit {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: maroon;
  border: none;
  border-radius: 6px;
  flex-shrink: 0;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s;
}

.Materia-module__z4N_za__commentSubmit:hover {
  background: #600;
}

.Materia-module__z4N_za__commentSubmit:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.Materia-module__z4N_za__commentNote {
  color: #999;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.Materia-module__z4N_za__commentFeedback {
  border-radius: 6px;
  margin: 10px 0 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
}

.Materia-module__z4N_za__commentFeedbackSuccess {
  color: #12643a;
  background: #e9f7ef;
  border: 1px solid #b7e4c7;
}

.Materia-module__z4N_za__commentFeedbackError {
  color: #8b1f1f;
  background: #fdecec;
  border: 1px solid #f2b9b9;
}

.Materia-module__z4N_za__commentsList {
  margin-top: 24px;
}

.Materia-module__z4N_za__commentsListHeading {
  color: #222;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
}

.Materia-module__z4N_za__commentEmpty {
  color: #777;
  margin: 0;
  font-size: 13px;
}

.Materia-module__z4N_za__commentItems {
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Materia-module__z4N_za__commentItem {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
}

.Materia-module__z4N_za__commentItemHeader {
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: flex;
}

.Materia-module__z4N_za__commentAuthor {
  color: #0d3c78;
  background: #edf4ff;
  border: 1px solid #cfe0fb;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.Materia-module__z4N_za__commentDate {
  color: #667085;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}

.Materia-module__z4N_za__commentContent {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.Materia-module__z4N_za__commentContent p {
  margin: 0 0 8px;
}

.Materia-module__z4N_za__commentContent p:last-child {
  margin-bottom: 0;
}

.Materia-module__z4N_za__extractedSection {
  border: 1px solid #e5e7eb;
  border-left: 4px solid var(--color-headline, #1e7ad9);
  background: #f8f9fb;
  border-radius: 8px;
  margin: 36px 0;
  padding: 24px;
}

.Materia-module__z4N_za__extractedHeading {
  color: var(--color-headline, #1e7ad9);
  margin: 0 0 16px;
  font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif;
  font-size: 16px;
  font-weight: 800;
}

.Materia-module__z4N_za__extractedText {
  color: #333;
  max-height: 600px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  overflow-y: auto;
}

.Materia-module__z4N_za__extractedText p {
  margin: 0 0 10px;
}

.Materia-module__z4N_za__extractedActions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.Materia-module__z4N_za__extractedBtn {
  cursor: pointer;
  color: #fff;
  background: #2e7d32;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.Materia-module__z4N_za__extractedBtn:hover {
  opacity: .85;
}

.Materia-module__z4N_za__extractedBtnShare {
  background: var(--color-headline, #1e7ad9);
}

@media (max-width: 1024px) {
  .Materia-module__z4N_za__classicTitle {
    font-size: 38px;
  }

  .Materia-module__z4N_za__articleBody {
    font-size: 17px;
  }

  .Materia-module__z4N_za__articleWrap {
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .Materia-module__z4N_za__twoCol {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .Materia-module__z4N_za__sidebar {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    display: grid;
    position: static;
  }

  .Materia-module__z4N_za__sidebarBlock {
    margin-bottom: 0;
  }

  .Materia-module__z4N_za__title {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .Materia-module__z4N_za__classicTitle {
    font-size: 34px;
  }

  .Materia-module__z4N_za__breadCurrent {
    max-width: 240px;
  }

  .Materia-module__z4N_za__adjacentNav, .Materia-module__z4N_za__relatedSection, .Materia-module__z4N_za__commentsSection {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .Materia-module__z4N_za__page {
    width: 100%;
    padding: 0 16px 40px;
  }

  .Materia-module__z4N_za__breadcrumb {
    margin-bottom: 20px;
    padding: 10px 0;
  }

  .Materia-module__z4N_za__breadCurrent {
    max-width: 45vw;
  }

  .Materia-module__z4N_za__classicTitle {
    letter-spacing: -.3px;
    font-size: 28px;
  }

  .Materia-module__z4N_za__bylineRow {
    gap: 3px;
    font-size: 13px;
  }

  .Materia-module__z4N_za__bylineDate {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .Materia-module__z4N_za__classicShareRow {
    flex-wrap: wrap;
    gap: 6px;
  }

  .Materia-module__z4N_za__classicShareBtn {
    flex: 1;
    width: auto;
    min-width: 56px;
    height: 40px;
  }

  .Materia-module__z4N_za__title {
    letter-spacing: -.3px;
    font-size: 26px;
    line-height: 1.18;
  }

  .Materia-module__z4N_za__subtitle {
    font-size: 16px;
  }

  .Materia-module__z4N_za__metaRow {
    gap: 4px;
    font-size: 13px;
  }

  .Materia-module__z4N_za__shareRow {
    gap: 8px;
  }

  .Materia-module__z4N_za__shareBtn {
    width: 36px;
    height: 36px;
  }

  .Materia-module__z4N_za__sidebar {
    grid-template-columns: 1fr;
  }

  .Materia-module__z4N_za__actionRow {
    flex-wrap: wrap;
    gap: 8px;
  }

  .Materia-module__z4N_za__actionBtn {
    width: 34px;
    height: 34px;
  }

  .Materia-module__z4N_za__audioPlayer {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
  }

  .Materia-module__z4N_za__audioPlayBtn {
    width: 32px;
    height: 32px;
  }

  .Materia-module__z4N_za__audioSeek {
    min-width: 0;
  }

  .Materia-module__z4N_za__audioPlaylistBtn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .Materia-module__z4N_za__heroWithPlayer {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .Materia-module__z4N_za__heroFigure {
    border-radius: 0;
    margin-bottom: 20px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .Materia-module__z4N_za__heroCredit {
    max-width: calc(100% - 20px);
    padding: 5px 8px;
    font-size: 10px;
    bottom: 10px;
    right: 10px;
  }

  .Materia-module__z4N_za__articleBody {
    font-size: 16px;
    line-height: 1.75;
  }

  .Materia-module__z4N_za__articleBody h2 {
    font-size: 20px;
  }

  .Materia-module__z4N_za__articleBody h3 {
    font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif;
    font-size: 16px;
  }

  .Materia-module__z4N_za__articleBody blockquote {
    margin: 20px 0;
    padding: 12px 16px;
  }

  .Materia-module__z4N_za__tagsRow {
    padding: 14px 0;
  }

  .Materia-module__z4N_za__tag {
    padding: 5px 14px;
    font-size: 12px;
  }

  .Materia-module__z4N_za__adjacentNav {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .Materia-module__z4N_za__adjacentRight {
    text-align: left;
  }

  .Materia-module__z4N_za__relatedSection {
    max-width: 100%;
    margin-bottom: 32px;
    padding-top: 24px;
  }

  .Materia-module__z4N_za__relatedCard {
    gap: 12px;
    padding: 12px 0;
  }

  .Materia-module__z4N_za__relatedImgWrap {
    width: 100px;
    height: 70px;
  }

  .Materia-module__z4N_za__relatedTitle {
    font-size: 14px;
  }

  .Materia-module__z4N_za__commentAvatarRow {
    gap: 8px;
  }

  .Materia-module__z4N_za__commentAvatar {
    width: 36px;
    height: 36px;
  }

  .Materia-module__z4N_za__commentTextarea, .Materia-module__z4N_za__commentInput {
    font-size: 16px;
  }

  .Materia-module__z4N_za__commentFooterRow {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .Materia-module__z4N_za__commentFieldsRow {
    flex-direction: column;
    gap: 8px;
  }

  .Materia-module__z4N_za__commentSubmit {
    text-align: center;
    width: 100%;
    padding: 12px;
  }

  .Materia-module__z4N_za__commentNote {
    font-size: 10px;
  }

  .Materia-module__z4N_za__extractedSection {
    margin: 24px 0;
    padding: 16px;
  }

  .Materia-module__z4N_za__extractedText {
    max-height: 400px;
    font-size: 15px;
  }

  .Materia-module__z4N_za__extractedActions {
    flex-direction: column;
  }

  .Materia-module__z4N_za__extractedBtn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .Materia-module__z4N_za__classicTitle {
    font-size: 24px;
    line-height: 1.2;
  }

  .Materia-module__z4N_za__title {
    font-size: 22px;
    line-height: 1.2;
  }

  .Materia-module__z4N_za__breadCurrent {
    max-width: 38vw;
  }

  .Materia-module__z4N_za__heroFigure {
    margin-left: -16px;
    margin-right: -16px;
  }

  .Materia-module__z4N_za__shareBtn {
    width: 34px;
    height: 34px;
  }

  .Materia-module__z4N_za__classicShareBtn {
    height: 38px;
  }

  .Materia-module__z4N_za__adjacentTitle {
    font-size: 13px;
  }

  .Materia-module__z4N_za__articleBody {
    font-size: 15px;
  }

  .Materia-module__z4N_za__relatedImgWrap {
    width: 80px;
    height: 56px;
  }

  .Materia-module__z4N_za__relatedTitle {
    -webkit-line-clamp: 3;
  }
}

.Materia-module__z4N_za__commentsSection :focus, .Materia-module__z4N_za__commentsSection :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.Materia-module__z4N_za__articleBody {
  font-family: "Source Serif 4", Merriweather, Playfair Display, Georgia, serif !important;
}

@media (max-width: 600px) {
  .Materia-module__z4N_za__commentItemHeader {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .Materia-module__z4N_za__commentDate {
    font-size: 10px;
  }
}

/*# sourceMappingURL=_b5a5264b._.css.map*/