@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink: #17324a;
  --muted: #657482;
  --paper: #fff;
  --soft: #f4f5f4;
  --line: #d9dfdc;
  --green: #087a50;
  --green-dark: #056342;
  --gold: #f3ad3d;
  --red: #d84a36;
  --navy: #14213d
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font: 16px Arial, 'DM Sans', sans-serif
}

a {
  color: inherit;
  text-decoration: none
}

header {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(3vw, 20px);
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--green);
  box-shadow: 0 2px 7px #0004
}

.brand {
  color: #fff;
  background: #087bc0;
  border-left: 4px solid #edf6f3;
  max-width: 190px;
  padding: 7px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.5px;
  font-family: 'Bitcoa', sans-serif !important
}

nav {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700
}

nav a {
  height: 100%;
  align-content: center;
  padding: 0 19px;
  color: #e7fff3;
  font-size: 15px
}

nav a:first-child,
nav a:hover {
  background: #056b46;
  color: #fff
}

nav button {
  border: 0;
  background: none;
  color: #fff;
  padding: 0 13px;
  font-size: 19px;
  cursor: pointer
}

main {
  max-width: 1400px;
  margin: auto;
  padding: 0 22px 58px
}

.hero {
  margin: 0 -22px;
  padding: 50px max(4vw, 24px) 40px;
  text-align: center;
  background: linear-gradient(180deg, #e8f4ee, #f4f5f4);
  border-bottom: 1px solid var(--line)
}

h1,
h2 {
  font-family: Arial, 'DM Sans', sans-serif;
  letter-spacing: -1px;
  margin: 7px 0 15px
}

h1 {
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.1
}

h2 {
  font-size: 27px
}

.hero p {
  max-width: 650px;
  margin: 0 auto 22px;
  color: #516675;
  font-size: 16px;
  line-height: 1.55
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: bold
}

.search,
.filters,
.newsletter form {
  display: flex;
  gap: 8px;
  position: relative
}

.search {
  max-width: 720px;
  margin: auto;
  box-shadow: 0 4px 15px #1b50301c;
  border-radius: 7px
}

.search input,
.filters input,
.filters select,
.newsletter input,
input,
textarea,
select {
  width: 100%;
  border: 1px solid #cbd8d1;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  color: var(--ink)
}

.search input {
  border-radius: 7px 0 0 7px
}

.search button,
.newsletter button {
  border: 0;
  border-radius: 0 7px 7px 0;
  background: var(--green);
  color: #fff;
  padding: 0 22px;
  font-weight: 700;
  cursor: pointer
}

.suggestions {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  text-align: left;
  z-index: 2;
  border-radius: 7px;
  overflow: hidden
}

.suggestions a {
  display: block;
  padding: 11px 15px
}

.suggestions a:hover {
  background: #eef8f2
}

section {
  margin-top: 38px
}

.section-heading,
.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px
}

.section-heading {
  border-left: 10px solid var(--green);
  background: #fff;
  padding: 10px 16px;
  box-shadow: 0 1px 0 #dfe5e2
}

.section-heading h2 {
  margin: 0
}

.section-heading .eyebrow {
  display: none
}

.section-heading>a {
  background: var(--gold);
  color: #fff;
  border-radius: 5px;
  padding: 8px 11px;
  font-weight: 700;
  font-size: 13px
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 17px;
  background: #fff;
  padding: 26px 28px
}

.card {
  position: relative;
  min-height: 132px;
  padding: 0;
  border: 1px solid #ccd3d0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px #17324a1f;
  border-color: #8bbda7
}

.card-top {
  height: 76px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #d9dfdc;
  background: #fff
}

.mark {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  max-width: 100%;
  background: none;
  color: #183852;
  border-radius: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700
}

.mark.large {
  width: 72px;
  height: 72px;
  background: var(--green);
  color: #fff;
  border-radius: 12px;
  font-size: 28px
}

.badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #e8f4ee;
  color: var(--green);
  border-radius: 50px;
  padding: 4px 7px;
  font-size: 9px;
  font-weight: 700
}

.card h3 {
  order: 2;
  margin: 0;
  padding: 9px 8px 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1.15;
  color: #1b405d
}

.card h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.card p {
  display: none
}

.meta {
  order: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 8px 8px;
  color: #71818c;
  font-size: 11px
}

.meta span:last-child {
  display: none
}

.card-actions {
  display: none
}

.button {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  padding: 11px 16px;
  color: #fff;
  font: 700 14px Arial;
  cursor: pointer
}

.small {
  padding: 8px 11px
}

.favorite {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  font-size: 20px;
  padding: 4px 9px;
  cursor: pointer
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.category {
  padding: 15px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 3px;
  background: #fff;
  transition: background .16s ease
}

.category:hover {
  background: #eef8f2
}

.category b,
.category span {
  display: block
}

.category span {
  font-size: 13px;
  color: var(--muted);
  margin-top: 5px
}

.newsletter {
  background: linear-gradient(115deg, var(--green-dark), var(--green));
  color: #fff;
  padding: 27px 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.newsletter h2 {
  margin: 5px 0;
  font-size: 24px
}

.newsletter .eyebrow {
  color: #bde8d1
}

.newsletter form {
  width: 410px
}

.newsletter input {
  border: 0
}

.newsletter button {
  background: var(--gold);
  border-radius: 5px
}

.page-head {
  padding: 35px 0 16px
}

.page-head h1 {
  font-size: 36px
}

.filters {
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--line);
  padding: 14px
}

.filters>* {
  flex: 1;
  min-width: 150px
}

.filters .button {
  max-width: 100px
}

.detail {
  display: flex;
  gap: 22px;
  padding: 55px 8% 26px;
  background: #fff
}

.detail .lead {
  color: var(--muted);
  max-width: 680px;
  line-height: 1.6
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  margin-top: 0;
  background: #fff
}

.facts span {
  padding: 18px;
  border-right: 1px solid var(--line);
  color: var(--muted)
}

.facts b {
  display: block;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px
}

.form-page {
  max-width: 650px;
  margin: 50px auto
}

.form {
  display: grid;
  gap: 15px
}

.form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600
}

.form textarea {
  min-height: 120px;
  resize: vertical
}

.honeypot {
  position: absolute !important;
  left: -10000px
}

.panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 24px
}

.flash {
  padding: 12px 20px;
  background: #e7f8ed;
  color: #176337;
  max-width: 700px;
  margin: 15px auto;
  border-radius: 6px
}

.sitemap {
  columns: 3;
  padding-left: 18px;
  line-height: 2
}

.sitemap a:hover {
  color: var(--green)
}

footer {
  background: #123d31;
  padding: 26px max(4vw, 24px);
  display: flex;
  gap: 22px;
  align-items: center;
  color: #d8eee3;
  font-size: 14px
}

footer strong {
  color: #fff
}

.admin {
  display: flex;
  background: #f1f5f9
}

.sidebar-professional {
  width: 260px;
  background: #0f172a;
  min-height: 100vh;
  padding: 24px 16px;
  position: fixed;
  color: #94a3b8;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.04)
}

.sidebar-professional::-webkit-scrollbar {
  display: none
}

.sidebar-professional .brand {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
  padding: 0 12px;
  font-family: 'Bitcoa', sans-serif !important
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.sidebar-professional a,
.sidebar-professional summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #cbd5e1;
  transition: all .15s ease;
  cursor: pointer
}

.sidebar-professional a:hover,
.sidebar-professional summary:hover {
  background: #1e293b;
  color: #f8fafc
}

.sidebar-professional a.active,
.sidebar-professional summary.active {
  background: var(--green);
  color: #fff;
  font-weight: 600
}

.sidebar-professional a.active:hover {
  background: #056342
}

.sidebar-professional details summary {
  list-style: none;
  justify-content: space-between
}

.sidebar-professional details summary::-webkit-details-marker {
  display: none
}

.sidebar-professional details[open] summary .details-arrow {
  transform: rotate(180deg)
}

.sidebar-professional .submenu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 36px;
  margin-top: 4px
}

.sidebar-professional .submenu a {
  padding: 9px 12px;
  font-size: 14px;
  color: #94a3b8
}

.sidebar-professional .submenu a:hover {
  background: none;
  color: #fff
}

.sidebar-professional .submenu a.active {
  background: none;
  color: #10b981;
  font-weight: 600
}

.sidebar-bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #1e293b
}

.admin-main {
  margin-left: 260px;
  padding: 30px;
  width: calc(100% - 260px);
  min-height: 100vh
}

.admin-bar {
  display: flex;
  justify-content: space-between;
  padding: 0 0 25px
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px
}

.stats article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 21px
}

.stats b {
  font-size: 29px;
  display: block
}

.stats span {
  color: var(--muted);
  font-size: 13px
}

.table-wrap {
  overflow: auto
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px
}

th,
td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid var(--line)
}

.link-button {
  border: 0;
  background: none;
  color: var(--red);
  cursor: pointer
}

.login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--soft)
}

.login-card,
.install-card {
  width: min(450px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
  display: grid;
  gap: 14px
}

.install-card {
  width: min(650px, calc(100vw - 32px))
}

.login-card h1,
.install-card h1 {
  font-size: 33px
}

.login-card label,
.install-card label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600
}

.login-card .button,
.install-card .button {
  width: 100%;
  margin-top: 5px
}

@media(max-width:1050px) {
  .grid {
    grid-template-columns: repeat(4, 1fr)
  }

  nav a {
    padding: 0 11px
  }
}

@media(max-width:760px) {
  header {
    height: 60px
  }

  .brand {
    font-size: 14px;
    max-width: 130px
  }

  nav a {
    display: none
  }

  nav a:first-child {
    display: block;
    padding: 0 12px
  }

  main {
    padding: 0 12px 45px
  }

  .hero {
    margin: 0 -12px;
    padding: 36px 18px 30px
  }

  .hero h1 {
    font-size: 28px
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px
  }

  .card {
    min-height: 122px
  }

  .category-grid {
    grid-template-columns: 1fr 1fr
  }

  .newsletter {
    display: block;
    padding: 24px 18px
  }

  .newsletter form {
    width: 100%;
    margin-top: 18px
  }

  .detail {
    padding: 35px 18px
  }

  .facts {
    grid-template-columns: 1fr 1fr
  }

  .facts span {
    border-bottom: 1px solid var(--line)
  }

  footer {
    flex-wrap: wrap
  }

  .admin aside {
    width: 64px;
    padding: 19px 7px
  }

  .admin aside .brand {
    font-size: 0
  }

  .admin aside .brand:first-letter {
    font-size: 22px
  }

  .admin aside a:not(.brand) {
    font-size: 0;
    text-align: center;
    height: 41px
  }

  .admin-main {
    margin-left: 64px;
    width: calc(100% - 64px);
    padding: 18px
  }

  .stats {
    grid-template-columns: 1fr 1fr
  }

  .sitemap {
    columns: 1
  }
}

/* Keep the search bar, but remove the large hero background around it. */
.hero {
  padding: 20px !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important
}

.hero {
  position: static !important;
  isolation: auto !important;
  overflow: visible !important
}

.hero::before,
.hero::after {
  content: none !important;
  display: none !important
}

/* Home search: a clear, accessible search control. */
.hero .search {
  width: min(100%, 980px) !important;
  min-height: 74px;
  margin: 0 auto !important;
  padding: 7px !important;
  gap: 0 !important;
  border: 1px solid #d8e1dc !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(21, 47, 67, .16) !important
}

.hero .search input {
  min-width: 0 !important;
  padding: 15px 22px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: #17324a !important;
  font-size: 18px !important;
  outline: 0 !important
}

.hero .search input::placeholder {
  color: #71808d !important;
  opacity: 1 !important
}

.hero .search:focus-within {
  border-color: #087a50 !important;
  box-shadow: 0 0 0 4px rgba(8, 122, 80, .16), 0 12px 28px rgba(21, 47, 67, .16) !important
}

.hero .search button {
  min-width: 150px !important;
  min-height: 58px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #f3ad3d !important;
  color: #17324a !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: transform .16s ease, background .16s ease !important
}

.hero .search button:hover {
  background: #e99b1d !important;
  transform: translateY(-1px) !important
}

.hero .search button:focus-visible {
  outline: 3px solid #17324a !important;
  outline-offset: 2px !important
}

@media (max-width:760px) {
  .hero .search {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
    margin: 14px 14px 0 !important
  }

  .hero .search input {
    min-width: 0 !important
  }

  .hero .search button {
    flex: 0 0 auto !important
  }
}

@media (min-width:761px) {
  .hero .search {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    max-width: 920px !important;
    height: auto !important;
    min-height: 68px !important;
    padding: 5px !important;
    border: 1px solid #d3ddd7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(21, 47, 67, .10) !important
  }

  .hero .search input {
    height: 56px !important;
    min-height: 56px !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #405567 !important;
    font-size: 17px !important
  }

  .hero .search button {
    width: 112px !important;
    min-width: 112px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
    background: #087a50 !important;
    color: #fff !important;
    font-size: 16px !important;
    box-shadow: none !important
  }

  .hero .search:focus-within {
    border-color: #d3ddd7 !important;
    box-shadow: 0 8px 20px rgba(21, 47, 67, .10) !important
  }

  .hero .search input:focus {
    outline: 0 !important;
    border: 1px solid #087a50 !important;
    box-shadow: none !important
  }
}

@media (min-width:561px) and (max-width:760px) {
  .hero .search {
    gap: 8px !important;
    padding: 5px !important
  }

  .hero .search input {
    height: 52px !important;
    min-height: 52px !important;
    font-size: 16px !important
  }

  .hero .search button {
    width: 120px !important;
    min-width: 120px !important;
    height: 52px !important;
    min-height: 52px !important;
    font-size: 15px !important
  }
}

@media (min-width:561px) and (max-width:1024px) {
  .hero {
    padding: 24px !important
  }

  .hero .search {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    min-height: 64px !important;
    gap: 7px !important;
    padding: 5px !important;
    border: 1px solid #d3ddd7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(21, 47, 67, .10) !important
  }

  .hero .search input {
    height: 52px !important;
    min-height: 52px !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #405567 !important;
    font-size: 16px !important
  }

  .hero .search button {
    width: 118px !important;
    min-width: 118px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
    background: #087a50 !important;
    color: #fff !important;
    font-size: 15px !important;
    box-shadow: none !important
  }
}

@media(max-width:560px) {
  .hero .search {
    min-height: 0 !important;
    flex-direction: column !important;
    padding: 8px !important;
    border-radius: 14px !important
  }

  .hero .search input {
    width: 100% !important;
    padding: 14px !important
  }

  .hero .search button {
    width: 100% !important;
    min-height: 50px !important
  }
}

@media(max-width:560px) {
  .hero {
    padding: 1px !important;
    margin-bottom: 18px !important
  }

  .hero .search {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 0 !important;
    padding: 4px !important;
    border: 1px solid #d3ddd7 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important
  }

  .hero .search::before {
    content: none !important;
    display: none !important
  }

  .hero .search input {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #405567 !important;
    font-size: 15px !important;
    box-shadow: none !important
  }

  .hero .search input::placeholder {
    color: #5d6f80 !important
  }

  .hero .search:focus-within {
    border-color: #d3ddd7 !important;
    box-shadow: none !important
  }

  .hero .search input:focus {
    outline: 0 !important;
    border: 1px solid #087a50 !important;
    box-shadow: none !important
  }

  .hero .search button {
    width: 88px !important;
    min-width: 88px !important;
    height: 48px !important;
    min-height: 48px !important;
    align-self: center !important;
    padding: 0 8px !important;
    border-radius: 5px !important;
    background: #087a50 !important;
    color: #fff !important;
    font-size: 14px !important;
    box-shadow: none !important
  }

  .hero .search button::after {
    content: none !important
  }
}

@media(max-width:360px) {
  .hero {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .hero .search {
    gap: 4px !important;
    padding: 3px !important
  }

  .hero .search input {
    height: 46px !important;
    min-height: 46px !important;
    padding: 9px 10px !important;
    font-size: 14px !important
  }

  .hero .search button {
    width: 78px !important;
    min-width: 78px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 5px !important;
    font-size: 13px !important
  }
}

@media(max-width:760px) {
  body:not(.admin) header {
    background: #fff !important
  }
}

.share-feedback {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #17324a;
  color: #fff;
  font: 600 14px Arial;
  box-shadow: 0 8px 20px #0003
}

/* Admin panel: phone and small-tablet layout. */
@media(max-width:760px) {
  body.admin {
    display: block !important;
    overflow-x: hidden !important
  }

  .admin aside {
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-shadow: 0 3px 12px rgba(7, 20, 45, .22) !important
  }

  .admin aside .brand {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 8px 0 0 !important;
    padding: 7px 5px !important;
    font-size: 18px !important
  }

  .admin aside a:not(.brand) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    height: 36px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    text-align: left !important;
    border-radius: 7px !important
  }

  .admin-main {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 18px 14px 36px !important
  }

  .admin-bar {
    gap: 12px !important;
    align-items: center !important;
    padding: 0 0 16px !important;
    font-size: 14px !important
  }

  .admin-bar a {
    white-space: nowrap !important
  }

  .admin h1 {
    font-size: clamp(32px, 10vw, 44px) !important;
    line-height: 1.05 !important
  }

  .admin-main .title-row {
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 18px !important
  }

  .admin-main .title-row .button {
    flex: 0 0 auto !important;
    padding: 10px 13px !important;
    white-space: nowrap !important
  }

  .admin-main .panel {
    padding: 14px !important;
    border-radius: 12px !important
  }

  .admin-main .table-wrap {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important
  }

  .admin-main table {
    min-width: 620px !important;
    font-size: 14px !important
  }

  .admin-main th,
  .admin-main td {
    padding: 12px 10px !important;
    white-space: nowrap !important
  }

  .admin-main .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important
  }

  .admin-main .stats article {
    padding: 15px !important
  }

  .admin-main .form.panel {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
    gap: 12px !important
  }

  .admin-main .form.panel>label,
  .admin-main .form.panel>section,
  .admin-main .form.panel>button {
    grid-column: 1/-1 !important
  }
}

@media(max-width:390px) {
  .admin-main {
    padding: 14px 10px 30px !important
  }

  .admin aside .brand {
    font-size: 16px !important
  }

  .admin aside a:not(.brand) {
    padding: 7px 8px !important;
    font-size: 12px !important
  }

  .admin-main .title-row {
    flex-wrap: wrap !important
  }

  .admin-main .title-row .button {
    width: 100% !important;
    text-align: center !important
  }
}

.homepage-toggle label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #657482
}

.homepage-toggle input {
  appearance: none;
  width: 38px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #b8c5bd;
  cursor: pointer;
  position: relative;
  transition: background .18s ease
}

.homepage-toggle input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px #0003;
  transition: transform .18s ease
}

.homepage-toggle input:checked {
  background: #087a50
}

.homepage-toggle input:checked::after {
  transform: translateX(16px)
}

.homepage-toggle input:focus-visible {
  outline: 2px solid #17324a;
  outline-offset: 2px
}

.user-manager {
  margin-bottom: 20px
}

.user-manager h2,
.user-list h2 {
  margin-top: 0
}

.user-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px
}

.user-form label,
.user-edit label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700
}

.user-form small,
.user-edit small {
  font-weight: 400;
  color: #657482
}

.user-list table {
  min-width: 720px
}

.user-list td:last-child {
  min-width: 260px
}

.user-edit {
  display: inline-block;
  margin-right: 10px
}

.user-edit summary {
  display: inline-block;
  cursor: pointer;
  color: #087a50;
  font-weight: 700
}

.user-edit .form {
  width: 280px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #d9e5de;
  border-radius: 8px;
  background: #f8fbf9
}

.inline-delete {
  display: inline
}

@media(max-width:760px) {
  .user-form {
    grid-template-columns: 1fr
  }

  .user-form .button {
    width: 100%
  }

  .user-list table {
    min-width: 680px
  }
}

.card h3 {
  padding-left: 2px !important;
  padding-right: 2px !important
}

.card h3 {
  font-size: 13px !important
}

.not-found {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 300px);
  padding: 58px 20px
}

.not-found-card {
  position: relative;
  width: min(680px, 100%);
  overflow: hidden;
  padding: 44px 52px 40px;
  border: 1px solid #d7e5de;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #f5fbf7 100%);
  box-shadow: 0 18px 48px rgba(20, 50, 61, .11);
  text-align: center
}

.not-found-card::before,
.not-found-card::after {
  content: "";
  position: absolute;
  border: 1px solid #c9e2d5;
  border-radius: 50%;
  pointer-events: none
}

.not-found-card::before {
  width: 230px;
  height: 230px;
  top: -155px;
  left: -100px
}

.not-found-card::after {
  width: 170px;
  height: 170px;
  right: -90px;
  bottom: -100px
}

.not-found-art {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 82px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #e8f5ed;
  color: #087a50;
  box-shadow: inset 0 0 0 1px #cfe5d8
}

.not-found-art span {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -2px
}

.not-found-art i {
  position: absolute;
  right: -9px;
  bottom: -7px;
  width: 25px;
  height: 25px;
  border: 5px solid #f3ad3d;
  border-radius: 50%
}

.not-found-art i::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  right: -8px;
  bottom: -4px;
  border-radius: 8px;
  background: #f3ad3d;
  transform: rotate(45deg)
}

.not-found-card .eyebrow {
  position: relative;
  z-index: 1
}

.not-found-card h1 {
  position: relative;
  z-index: 1;
  margin: 10px 0 12px;
  font-size: clamp(31px, 5vw, 46px);
  letter-spacing: -1.8px
}

.not-found-card p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  color: #607587;
  font-size: 16px;
  line-height: 1.65
}

.not-found-search {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7px;
  max-width: 480px;
  margin: 24px auto 0;
  padding: 5px;
  border: 1px solid #cfe1d7;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(20, 50, 61, .07)
}

.not-found-search input {
  min-width: 0;
  border: 0 !important;
  padding: 10px 12px !important;
  box-shadow: none !important
}

.not-found-search input:focus {
  outline: 0 !important
}

.not-found-search:focus-within {
  border-color: #087a50;
  box-shadow: 0 0 0 3px rgba(8, 122, 80, .12)
}

.not-found-search button {
  border: 0;
  border-radius: 7px;
  padding: 0 17px;
  background: #087a50;
  color: #fff;
  font-weight: 800;
  cursor: pointer
}

.not-found-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 19px 0 17px
}

.not-found-actions .button {
  padding: 13px 20px;
  border-radius: 9px;
  box-shadow: 0 8px 16px rgba(8, 122, 80, .18)
}

.not-found-directory {
  padding: 12px 14px;
  border: 1px solid #bcd8c8;
  border-radius: 9px;
  color: #087a50;
  font-weight: 700
}

.not-found-directory:hover {
  border-color: #087a50;
  background: #eaf6ef
}

.not-found-directory span {
  margin-left: 5px
}

.not-found-card small {
  position: relative;
  z-index: 1;
  color: #748592;
  font-size: 12px
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap
}

@media(max-width:560px) {
  .not-found {
    min-height: calc(100vh - 220px);
    padding: 32px 12px
  }

  .not-found-card {
    padding: 34px 20px 31px;
    border-radius: 15px
  }

  .not-found-card p {
    font-size: 14px
  }

  .not-found-search {
    margin-top: 20px
  }

  .not-found-search button {
    padding: 0 13px
  }

  .not-found-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 23px
  }

  .not-found-actions .button,
  .not-found-directory {
    text-align: center
  }

  .not-found-art {
    width: 98px;
    height: 72px;
    margin-bottom: 15px
  }
}

.not-found-tips {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #dce9e1;
  text-align: left
}

.not-found-tips span {
  display: grid;
  gap: 5px;
  color: #587080;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35
}

.not-found-tips b {
  color: #087a50;
  font-size: 10px;
  letter-spacing: .08em
}

@media(max-width:560px) {
  .not-found-tips {
    grid-template-columns: 1fr 1fr;
    gap: 13px
  }

  .not-found-tips span:last-child {
    grid-column: 1/-1
  }
}

.newspaper-detail {
  position: relative;
  align-items: center;
  gap: 34px;
  margin: 34px 0 0;
  padding: 44px clamp(24px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid #d6e4dd;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(125deg, #fff 0%, #f2faf5 100%);
  box-shadow: 0 13px 32px rgba(20, 50, 61, .07)
}

.newspaper-detail::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -145px;
  width: 360px;
  height: 360px;
  border: 1px solid #bde0cc;
  border-radius: 50%;
  box-shadow: 0 0 0 42px #087a5008;
  pointer-events: none
}

.newspaper-detail .mark.large {
  position: relative;
  z-index: 1;
  width: 230px !important;
  height: 190px !important;
  min-width: 230px !important;
  padding: 16px !important;
  border: 1px solid #d5e3db !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 22px rgba(20, 50, 61, .08)
}

.newspaper-detail-copy {
  position: relative;
  z-index: 1;
  max-width: 720px
}

.newspaper-detail .eyebrow {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 99px;
  background: #e8f5ed;
  font-size: 11px;
  letter-spacing: .13em
}

.newspaper-detail h1 {
  margin: 14px 0 10px;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.05em;
  color: #153956
}

.newspaper-detail .lead {
  margin: 0 0 25px;
  color: #587184;
  font-size: 19px
}

.newspaper-detail .button {
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(8, 122, 80, .2)
}

.newspaper-facts {
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid #d7e4de;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(20, 50, 61, .05)
}

.newspaper-facts span {
  padding: 20px 26px;
  background: #fff
}

.newspaper-facts span:last-child {
  border-right: 0
}

.newspaper-facts b {
  color: #5f7584;
  letter-spacing: .08em
}

.related-sources {
  margin-top: 42px
}

.related-sources-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px
}

.related-sources-heading h2 {
  margin: 5px 0 0;
  color: #153956;
  font-size: 31px
}

.related-sources-heading>a {
  padding: 10px 13px;
  border: 1px solid #b8d7c5;
  border-radius: 99px;
  color: #087a50;
  font-size: 13px;
  font-weight: 700
}

.related-sources-heading>a:hover {
  background: #eaf6ef;
  border-color: #087a50
}

.related-sources .grid {
  border: 1px solid #e0e9e4;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(20, 50, 61, .05)
}

@media(max-width:760px) {
  .newspaper-detail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 23px;
    margin-top: 20px;
    padding: 29px 20px
  }

  .newspaper-detail .mark.large {
    align-self: center;
    width: min(100%, 250px) !important;
    height: 165px !important;
    min-width: 0 !important
  }

  .newspaper-detail h1 {
    font-size: 38px
  }

  .newspaper-detail .lead {
    font-size: 16px
  }

  .newspaper-detail .button {
    width: 100%;
    text-align: center
  }

  .newspaper-facts {
    grid-template-columns: 1fr 1fr
  }

  .newspaper-facts span {
    padding: 16px
  }

  .related-sources {
    margin-top: 30px
  }

  .related-sources-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px
  }

  .related-sources-heading h2 {
    font-size: 27px
  }
}

body.dark .card-top {
  background: #fff !important;
  border-bottom-color: #d9dfdc !important
}

body.dark .newspaper-detail .mark.large {
  background: #fff !important;
  border-color: #d9dfdc !important
}

.directory-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 28px 0;
  color: #657482;
  font-size: 14px
}

.directory-pagination a {
  padding: 10px 15px;
  border: 1px solid #b9d7c6;
  border-radius: 8px;
  color: #087a50;
  font-weight: 700;
  background: #fff
}

.directory-pagination a:hover {
  background: #087a50;
  color: #fff
}

@media(max-width:560px) {
  .directory-pagination {
    gap: 8px;
    font-size: 12px
  }

  .directory-pagination a {
    padding: 9px 11px
  }
}

/* Search suggestions */
.hero .suggestions {
  top: calc(100% + 8px) !important;
  border: 1px solid #d5e1db !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 34px rgba(18, 50, 74, .18) !important;
  overflow: hidden !important;
  background: #fff !important
}

.search-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px 9px;
  color: #6a7e8d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #e6ece8
}

.search-result {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 14px !important;
  border-bottom: 1px solid #edf1ef;
  color: #17324a !important;
  transition: background .15s ease, transform .15s ease
}

.search-result:last-child {
  border-bottom: 0
}

.search-result:hover,
.search-result:focus {
  background: #eff8f3 !important;
  outline: 0
}

.search-result-logo {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  color: #087a50;
  font-size: 15px;
  font-weight: 800
}

.search-result-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px
}

.search-result-copy {
  display: grid;
  gap: 3px;
  min-width: 0
}

.search-result-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
  font-size: 15px
}

.search-result-meta {
  color: #647786;
  font-size: 12px
}

.search-result-arrow {
  margin-left: auto;
  color: #087a50;
  font-size: 19px;
  font-weight: 700
}

.search-empty {
  padding: 18px 15px;
  color: #657482;
  font-size: 14px;
  text-align: center
}

@media(max-width:560px) {
  .hero .suggestions {
    top: calc(100% + 6px) !important
  }

  .search-result {
    padding: 9px 12px !important
  }

  .search-result-logo {
    flex-basis: 38px;
    width: 38px;
    height: 38px
  }
}

.full-description p,
.rich-content p,
.full-description p span,
.rich-content p span,
.full-description li,
.rich-content li,
.full-description li span,
.rich-content li span {
  font-size: clamp(16px, 1.7vw, 17px) !important;
  line-height: 1.75 !important;
  color: #111 !important;
}

.full-description p,
.rich-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.full-description p:last-child,
.rich-content p:last-child {
  margin-bottom: 0;
}

.full-description,
.rich-content {
  padding: 32px;
}

.full-description a,
.rich-content a {
  color: #087a50 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.full-description a:hover,
.rich-content a:hover {
  color: #056b46 !important;
}

@media(max-width: 760px) {

  .full-description,
  .rich-content {
    padding: 22px 18px;
  }
}

header nav a {
  border-bottom: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Injected Styles */
.mobile-menu-toggle {
  display: none
}

@media(max-width:760px) {
  body {
    font-size: 15px
  }

  header {
    height: 58px;
    padding: 0 12px
  }

  .brand {
    order: 2;
    margin-left: auto;
    max-width: 150px;
    padding: 6px 9px;
    font-size: 14px;
    text-align: right
  }

  .mobile-menu-toggle {
    order: 1;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #ffffff66;
    border-radius: 5px;
    background: #056342;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    cursor: pointer
  }

  header nav {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    height: auto;
    margin: 0;
    background: #056342;
    box-shadow: 0 5px 10px #0003;
    flex-direction: column;
    align-items: stretch
  }

  header.mobile-menu-open nav {
    display: flex
  }

  header.mobile-menu-open nav a {
    display: block;
    height: auto;
    padding: 14px 18px;
    border-top: 1px solid #ffffff1f;
    font-size: 15px
  }

  header.mobile-menu-open nav button {
    display: none
  }

  main {
    padding: 0 12px 38px
  }

  .hero {
    margin: 0 -12px;
    padding: 30px 16px 26px
  }

  .hero h1 {
    font-size: 27px
  }

  .hero p {
    font-size: 14px
  }

  .search,
  .newsletter form {
    width: 100%
  }

  .search input {
    min-width: 0
  }

  .search button {
    padding: 0 14px
  }

  section {
    margin-top: 26px
  }

  .section-heading {
    padding: 9px 11px;
    border-left-width: 7px
  }

  .section-heading h2 {
    font-size: 21px
  }

  .section-heading>a {
    padding: 7px 9px
  }

  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 10px
  }

  .card-top {
    height: 68px
  }

  .mark {
    font-size: 31px
  }

  .card h3 {
    font-size: 14px
  }

  .badge {
    font-size: 8px
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }

  .category {
    padding: 12px
  }

  .category span {
    font-size: 12px
  }

  .page-head {
    padding: 26px 0 12px
  }

  .page-head h1 {
    font-size: 29px
  }

  .filters {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px
  }

  .filters .button {
    max-width: none
  }

  .detail {
    display: block;
    padding: 28px 18px
  }

  .detail .mark {
    margin-bottom: 16px
  }

  .facts {
    grid-template-columns: 1fr 1fr
  }

  .facts span {
    padding: 13px;
    border-bottom: 1px solid var(--line)
  }

  .newsletter {
    display: block;
    padding: 22px 18px
  }

  .newsletter h2 {
    font-size: 20px
  }

  .newsletter form {
    margin-top: 14px;
    height: 44px
  }

  .sitemap {
    columns: 1
  }

  footer {
    padding: 22px 16px;
    gap: 12px;
    flex-wrap: wrap
  }
}

@media(max-width:390px) {
  .grid {
    gap: 6px;
    padding: 7px
  }

  .card-top {
    height: 60px
  }

  .mark {
    font-size: 28px
  }

  .card h3 {
    font-size: 13px
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .brand {
    max-width: 128px
  }

  .section-heading h2 {
    font-size: 19px
  }
}

@media(max-width:760px) {
  header .brand {
    order: 1;
    margin-left: 0;
    text-align: left
  }

  header .mobile-menu-toggle {
    order: 2;
    margin-left: auto
  }
}

header .brand {
  background: transparent !important;
  border-left: 0 !important
}

header .brand img,
header .brand object {
  pointer-events: none
}

@media(min-width:761px) {
  header {
    height: 78px;
    padding: 0 max(4vw, 36px);
    background: linear-gradient(115deg, #064a35 0%, #087a50 52%, #0d6949 100%);
    box-shadow: 0 7px 22px #073b2b40
  }

  header .brand {
    padding: 10px 0;
    font-size: 21px;
    letter-spacing: -.7px
  }

  header nav {
    height: 48px;
    margin-left: auto;
    padding: 3px;
    background: #ffffff18;
    border: 1px solid #ffffff2b;
    border-radius: 14px;
    gap: 2px
  }

  header nav a {
    height: 40px;
    align-content: center;
    padding: 0 17px;
    border-radius: 10px;
    color: #eaf9f1;
    transition: background .18s ease, color .18s ease
  }

  header nav a:first-child,
  header nav a:hover {
    background: #fff;
    color: #087a50
  }

  header nav button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff16;
    color: #fff;
    margin-left: 3px
  }

  header nav button:hover {
    background: #ffffff30
  }
}

@media(min-width:761px) {
  header {
    height: 82px;
    background: #fffdf8;
    border-bottom: 1px solid #dce4de;
    box-shadow: 0 5px 20px #193a2d14
  }

  header .brand {
    color: #153b31;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px
  }

  header nav {
    background: transparent;
    border: 0;
    padding: 0;
    gap: 7px
  }

  header nav a {
    height: 44px;
    padding: 0 18px;
    color: #24443a;
    font-size: 15px
  }

  header nav a:first-child,
  header nav a:hover {
    background: #0b5e42;
    color: #fff;
    box-shadow: 0 4px 10px #0b5e4226
  }

  header nav button {
    width: 44px;
    height: 44px;
    background: #f1f5f1;
    border: 1px solid #d8e4da;
    color: #0b5e42
  }

  header nav button:hover {
    background: #dfeee4
  }

  header:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: max(4vw, 36px);
    width: 76px;
    height: 3px;
    background: #e9ab42;
    border-radius: 99px
  }
}

@media(min-width:761px) {
  header {
    height: 74px;
    background: #102d3b;
    border: 0;
    box-shadow: 0 4px 15px #102d3b33
  }

  header .brand {
    color: #fff;
    font-size: 23px;
    font-weight: 700
  }

  header nav {
    height: 74px;
    gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0
  }

  header nav a {
    position: relative;
    height: 74px;
    padding: 0 19px;
    border-radius: 0;
    color: #d9e8e9;
    font-size: 15px
  }

  header nav a:first-child,
  header nav a:hover {
    background: transparent;
    box-shadow: none;
    color: #fff
  }

  header nav a:first-child:after,
  header nav a:hover:after {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 15px;
    height: 3px;
    background: #efb64a;
    border-radius: 99px
  }

  header nav button {
    width: 38px;
    height: 38px;
    margin-left: 10px;
    background: #ffffff12;
    border: 1px solid #ffffff24;
    color: #fff;
    border-radius: 50%
  }

  header nav button:hover {
    background: #ffffff22
  }

  header:after {
    display: none
  }
}

@media(min-width:761px) {
  header {
    top: 12px;
    height: 70px;
    margin: 0 18px;
    padding: 0 26px;
    border-radius: 16px;
    background: linear-gradient(110deg, #075c45, #0d8a60);
    box-shadow: 0 10px 28px #075c453d
  }

  header .brand {
    color: #fff;
    font-size: 22px;
    font-weight: 700
  }

  header nav {
    height: 46px;
    padding: 4px;
    gap: 3px;
    background: #ffffff17;
    border: 1px solid #ffffff2b;
    border-radius: 12px
  }

  header nav a {
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    color: #ecfff7
  }

  header nav a:first-child,
  header nav a:hover {
    background: #fff;
    color: #087a50;
    box-shadow: none
  }

  header nav a:first-child:after,
  header nav a:hover:after {
    display: none
  }

  header nav button {
    width: 36px;
    height: 36px;
    margin-left: 2px;
    background: #ffffff1c;
    border: 0;
    color: #fff;
    border-radius: 8px
  }

  header nav button:hover {
    background: #ffffff34
  }
}

@media(min-width:761px) {
  header {
    top: 0;
    height: 80px;
    margin: 0;
    padding: 0 max(4vw, 36px);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3px 14px #152d3a18;
    border-bottom: 1px solid #e1e5e4
  }

  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #d63d35
  }

  header .brand {
    color: #142f45;
    font-family: \'Bitcoa\', sans-serif;
    font-size: 26px;
    font-weight: 700
  }

  header nav {
    height: 80px;
    padding: 0;
    gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0
  }

  header nav a {
    position: relative;
    height: 80px;
    padding: 0 18px;
    border-radius: 0;
    color: #243c4c;
    font-size: 15px
  }

  header nav a:first-child,
  header nav a:hover {
    background: transparent;
    color: #d63d35;
    box-shadow: none
  }

  header nav a:first-child:after,
  header nav a:hover:after {
    display: none
  }

  header nav button {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    background: #f5f6f5;
    border: 1px solid #dce3df;
    color: #243c4c;
    border-radius: 50%
  }

  header nav button:hover {
    background: #e8eeee
  }

  header:after {
    display: none
  }
}

@media(min-width:761px) {
  header:before {
    display: none
  }
}

@media(max-width:760px) {
  header {
    height: 70px !important;
    padding: 0 16px !important;
    background: #fff !important;
    border-top: 4px solid #087a50 !important;
    border-bottom: 1px solid #dfe7e2 !important;
    box-shadow: 0 4px 14px #17324a12 !important
  }

  header:before {
    content: "" !important;
    position: absolute !important;
    left: 16px !important;
    bottom: -2px !important;
    width: 58px !important;
    height: 3px !important;
    border-radius: 99px !important;
    background: #f3ad3d !important
  }

  header .brand {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    max-width: 164px !important;
    height: 48px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 150px !important;
    height: 36px !important
  }

  header .mobile-menu-toggle {
    width: 43px !important;
    height: 43px !important;
    border: 1px solid #087a50 !important;
    border-radius: 12px !important;
    background: #087a50 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    box-shadow: 0 5px 12px #087a5030 !important
  }

  header .mobile-menu-toggle:focus-visible {
    outline: 3px solid #f3ad3d !important;
    outline-offset: 2px !important
  }

  header nav {
    top: 70px !important;
    left: 12px !important;
    right: 12px !important
  }
}

@media(max-width:760px) {
  header {
    height: 72px !important;
    padding: 0 14px !important;
    background: linear-gradient(90deg, #087a50 0%, #087a50 72%, #fff 72%, #fff 100%) !important;
    border: 0 !important;
    border-bottom: 1px solid #dfe7e2 !important;
    box-shadow: 0 4px 15px #17324a1c !important
  }

  header:before {
    content: none !important
  }

  header .brand {
    z-index: 1;
    max-width: 166px !important;
    height: 46px !important;
    padding: 5px 10px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 4px 11px #053d2b38 !important
  }

  header .brand img,
  header .brand object {
    width: 148px !important;
    height: 34px !important
  }

  header .mobile-menu-toggle {
    z-index: 1;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #087a50 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #087a50 !important;
    font-size: 26px !important;
    box-shadow: 0 4px 11px #17324a1a !important
  }

  header .mobile-menu-toggle:focus-visible {
    outline: 3px solid #f3ad3d !important;
    outline-offset: 2px !important
  }

  header nav {
    top: 72px !important;
    left: 12px !important;
    right: 12px !important
  }
}

@media(max-width:760px) {
  header {
    background: #fff !important;
    border-bottom: 1px solid #dfe7e2 !important;
    box-shadow: 0 4px 15px #17324a16 !important
  }

  header .mobile-menu-toggle {
    background: #fff !important;
    border-color: #cfdad4 !important;
    color: #111827 !important;
    box-shadow: none !important
  }
}

@media(max-width:760px) {
  header {
    height: 64px !important;
    padding: 0 14px !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e6e3 !important;
    box-shadow: none !important
  }

  header:before {
    content: none !important
  }

  header .brand {
    height: 42px !important;
    max-width: 150px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 140px !important;
    height: 34px !important
  }

  header .mobile-menu-toggle {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 1px solid #d5ddd8 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #17232d !important;
    font-size: 24px !important;
    line-height: 1 !important;
    box-shadow: none !important
  }

  header nav {
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    border-width: 0 0 1px !important;
    box-shadow: 0 6px 14px #17324a14 !important
  }
}

@media(max-width:760px) {
  header {
    height: 68px !important;
    padding: 0 18px !important;
    background: #303030 !important;
    border: 0 !important;
    box-shadow: none !important
  }

  header:before {
    content: none !important
  }

  header .brand {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 150px !important;
    max-width: calc(100% - 130px) !important;
    height: 42px !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 138px !important;
    height: 32px !important;
    max-width: 100% !important
  }

  header .mobile-menu-toggle {
    position: relative !important;
    z-index: 2;
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 25px !important;
    box-shadow: none !important
  }

  header .mobile-share {
    position: relative !important;
    z-index: 2;
    display: grid !important;
    place-items: center;
    width: 38px !important;
    height: 38px !important;
    margin-left: auto;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #fff !important;
    cursor: pointer
  }

  .mobile-share svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
  }

  header nav {
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 7px 15px #0004 !important
  }
}

@media(min-width:761px) {
  .mobile-share {
    display: none !important
  }
}

@media(max-width:760px) {
  header:after {
    content: "↗";
    position: absolute;
    right: 19px;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    border: 1px solid #ffffff55;
    border-radius: 50%;
    color: #fff;
    font: 700 24px/1 Arial;
    pointer-events: none
  }
}

@media(min-width:761px) {
  header:after {
    display: none !important
  }
}

@media(max-width:760px) {
  header {
    background: #fff !important;
    border-bottom: 1px solid #e2e7e4 !important;
    box-shadow: 0 3px 12px #17324a12 !important
  }

  header .mobile-menu-toggle {
    color: #111827 !important;
    border-color: transparent !important;
    background: transparent !important
  }

  header:after {
    color: #111827 !important;
    border-color: #d7dfda !important
  }
}

@media(max-width:760px) {
  header {
    height: 92px !important;
    padding: 0 18px !important;
    background: #087a50 !important;
    border: 0 !important;
    box-shadow: 0 2px 7px #0000002e !important
  }

  header:before,
  header:after {
    content: none !important;
    display: none !important
  }

  header .brand {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 207px !important;
    max-width: calc(100% - 118px) !important;
    height: 58px !important;
    transform: translate(-50%, -50%) !important;
    padding: 6px 10px !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 187px !important;
    height: 42px !important;
    max-width: 100% !important;
    object-fit: contain !important
  }

  header .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    left: auto !important;
    z-index: 3 !important;
    width: 47px !important;
    height: 47px !important;
    transform: translateY(-50%) !important;
    border: 1px solid #c8dfd5 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #102c31 !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: none !important
  }

  header .mobile-menu-toggle:focus-visible {
    outline: 3px solid #f3ad3d !important;
    outline-offset: 2px !important
  }

  header nav {
    top: 92px !important;
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 18px #00000028 !important
  }

  header .mobile-share {
    display: none !important
  }
}

@media(max-width:760px) {
  header {
    height: 88px !important;
    padding: 0 18px !important;
    background: #2e2e2e !important;
    border: 0 !important;
    box-shadow: none !important
  }

  header:before {
    content: none !important;
    display: none !important
  }

  header:after {
    content: "↗" !important;
    position: absolute !important;
    right: 19px !important;
    top: 50% !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
    font: 700 30px/1 Arial !important;
    pointer-events: none !important
  }

  header .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    left: 18px !important;
    right: auto !important;
    z-index: 3 !important;
    width: 42px !important;
    height: 42px !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 29px !important;
    line-height: 1 !important;
    box-shadow: none !important
  }

  header .brand {
    position: absolute !important;
    top: 50% !important;
    left: 78px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 160px !important;
    max-width: calc(100% - 148px) !important;
    height: 48px !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 152px !important;
    height: 38px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important
  }

  header nav {
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #343434 !important;
    box-shadow: 0 8px 18px #00000035 !important
  }

  header.mobile-menu-open nav>a,
  header.mobile-menu-open nav>.nav-dropdown>a {
    background: #343434 !important;
    color: #fff !important;
    border-top-color: #ffffff17 !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu,
  header.mobile-menu-open nav .nav-dropdown-menu a {
    background: #292929 !important;
    color: #e8e8e8 !important
  }
}

@media(max-width:760px) {

  header .brand img,
  header .brand object {
    filter: none !important;
    opacity: 1 !important
  }
}

@media(max-width:760px) {
  header .brand {
    background: transparent !important
  }

  header .brand img {
    background: transparent !important;
    mix-blend-mode: multiply !important
  }
}

@media(max-width:760px) {

  header .brand,
  header .brand img {
    background: transparent !important;
    mix-blend-mode: normal !important
  }
}

@media(max-width:760px) {
  header {
    height: 112px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #eef1ef !important;
    box-shadow: none !important
  }

  header:before {
    content: none !important;
    display: none !important
  }

  header:after {
    content: "↗" !important;
    position: absolute !important;
    top: 50% !important;
    right: 31px !important;
    z-index: 3 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #102c31 !important;
    font: 700 34px/1 Arial !important;
    pointer-events: none !important
  }

  header .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    left: 28px !important;
    right: auto !important;
    z-index: 3 !important;
    width: 44px !important;
    height: 44px !important;
    transform: translateY(-50%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #102c31 !important;
    font-size: 31px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: none !important
  }

  header .brand {
    position: absolute !important;
    top: 50% !important;
    left: 103px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 192px !important;
    max-width: calc(100% - 176px) !important;
    height: 52px !important;
    transform: translateY(-50%) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important
  }

  header .brand img,
  header .brand object {
    width: 185px !important;
    height: 44px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    filter: none !important;
    mix-blend-mode: normal !important
  }

  header nav {
    top: 112px !important;
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 8px 18px #17324a14 !important
  }

  header.mobile-menu-open nav>a,
  header.mobile-menu-open nav>.nav-dropdown>a {
    background: #fff !important;
    color: #17324a !important;
    border-top-color: #e7eeea !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu,
  header.mobile-menu-open nav .nav-dropdown-menu a {
    background: #f6faf7 !important;
    color: #365467 !important
  }
}

@media(max-width:760px) {
  header .brand {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    justify-content: center !important
  }
}

@media(max-width:760px) {
  header {
    background: #fff !important
  }
}

@media(max-width:760px) {
  header {
    box-shadow: 0 3px 10px rgba(23, 50, 74, .14) !important
  }
}

@media(max-width:760px) {
  header {
    height: 76px !important
  }

  header .brand {
    height: 42px !important;
    width: 174px !important
  }

  header .brand img,
  header .brand object {
    width: 166px !important;
    height: 38px !important
  }

  header .mobile-menu-toggle {
    left: 20px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 28px !important
  }

  header:after {
    right: 23px !important;
    font-size: 29px !important
  }

  header nav {
    top: 76px !important
  }
}

@media(max-width:760px) {
  header nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 30 !important;
    display: flex !important;
    width: min(300px, 84vw) !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 84px 0 24px !important;
    transform: translateX(105%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: -12px 0 30px #17324a2b !important
  }

  header.mobile-menu-open nav {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important
  }

  header.mobile-menu-open:before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 20 !important;
    display: block !important;
    background: rgba(10, 24, 31, .42) !important
  }

  header.mobile-menu-open nav>a,
  header.mobile-menu-open nav>.nav-dropdown>a {
    display: block !important;
    height: auto !important;
    padding: 16px 24px !important;
    border-top: 1px solid #edf0ee !important;
    background: #fff !important;
    color: #17324a !important;
    font-size: 16px !important
  }

  header.mobile-menu-open nav>a:hover,
  header.mobile-menu-open nav>.nav-dropdown>a:hover {
    background: #eef8f2 !important;
    color: #087a50 !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu {
    display: block !important;
    background: #f7faf8 !important;
    padding: 0 !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu a {
    display: block !important;
    padding: 12px 36px !important;
    border-top: 1px solid #e7eeea !important;
    background: #f7faf8 !important;
    color: #365467 !important
  }

  header.mobile-menu-open nav #theme {
    display: none !important
  }

  header .mobile-menu-toggle {
    z-index: 40 !important
  }
}

@media(max-width:760px) {
  header nav {
    right: auto !important;
    left: 0 !important;
    transform: translateX(-105%) !important;
    box-shadow: 12px 0 30px #17324a2b !important
  }

  header.mobile-menu-open nav {
    transform: translateX(0) !important
  }
}

@media(max-width:760px) {
  header nav {
    padding: 76px 16px 28px !important;
    background: #fff !important
  }

  header nav:before {
    content: "EXPLORE";
    position: absolute;
    top: 25px;
    left: 24px;
    color: #087a50;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em
  }

  header.mobile-menu-open nav>a,
  header.mobile-menu-open nav>.nav-dropdown>a {
    margin: 0;
    padding: 14px 12px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #17324a !important;
    font-size: 16px !important;
    font-weight: 700 !important
  }

  header.mobile-menu-open nav>a:hover,
  header.mobile-menu-open nav>.nav-dropdown>a:hover {
    background: #edf8f2 !important;
    color: #087a50 !important
  }

  .drawer-categories {
    display: block;
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #dfe8e2
  }

  .drawer-categories h2 {
    margin: 0 0 12px;
    padding: 0 12px;
    color: #17324a;
    font-size: 15px;
    letter-spacing: .01em
  }

  .drawer-category-list {
    display: grid;
    gap: 5px
  }

  .drawer-category-list a {
    display: flex !important;
    align-items: center;
    min-height: 40px;
    padding: 9px 12px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    background: #f6faf7 !important;
    color: #365467 !important;
    font-size: 14px !important;
    font-weight: 600 !important
  }

  .drawer-category-list a:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #087a50
  }

  .drawer-category-list a:hover {
    border-color: #b8d9c8 !important;
    background: #eaf6ef !important;
    color: #087a50 !important
  }
}

@media(max-width:760px) {
  header nav {
    width: min(360px, 100vw) !important;
    padding: 0 !important;
    background: #fff !important
  }

  header nav:before {
    content: none !important
  }

  .drawer-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 78px;
    border-bottom: 1px solid #d9d9d9
  }

  .drawer-tabs button {
    position: relative;
    border: 0;
    border-right: 1px solid #e2e2e2;
    background: #fff;
    color: #87909a;
    text-transform: uppercase;
    font: 600 16px Arial;
    cursor: pointer
  }

  .drawer-tabs button:last-child {
    border-right: 0
  }

  .drawer-tabs button.is-active {
    color: #1a2b3b
  }

  .drawer-tabs button.is-active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #1b2834
  }

  .drawer-menu-list {
    display: block
  }

  .drawer-menu-list>a,
  .drawer-menu-list>.nav-dropdown>a {
    display: flex !important;
    align-items: center;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 0 30px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1a2b3b !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .01em
  }

  .drawer-menu-list>a:hover,
  .drawer-menu-list>.nav-dropdown>a:hover {
    background: #f6f7f7 !important;
    color: #087a50 !important
  }

  .drawer-menu-list .nav-dropdown-menu {
    display: block !important;
    padding: 0 !important;
    background: #f7f7f7 !important
  }

  .drawer-menu-list .nav-dropdown-menu a {
    display: flex !important;
    align-items: center;
    min-height: 58px;
    padding: 0 46px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    background: #f7f7f7 !important;
    color: #526271 !important
  }

  .drawer-categories {
    display: none !important;
    padding: 12px 18px 24px !important
  }

  .drawer-show-categories .drawer-menu-list {
    display: none !important
  }

  .drawer-show-categories .drawer-categories {
    display: block !important
  }

  .drawer-category-list {
    display: grid;
    gap: 0 !important
  }

  .drawer-category-list a {
    display: flex !important;
    align-items: center;
    min-height: 64px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1a2b3b !important;
    font-size: 15px !important;
    font-weight: 500 !important
  }

  .drawer-category-list a:before {
    display: none !important
  }

  .drawer-category-list a:hover {
    background: #f6f7f7 !important;
    color: #087a50 !important
  }
}

@media(max-width:760px) {
  header nav {
    width: 100vw !important
  }

  .drawer-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .drawer-tabs button {
    width: 100% !important;
    background: #f7f7f7 !important
  }

  .drawer-tabs button.is-active {
    background: #ececec !important
  }
}

@media(max-width:760px) {
  header nav {
    width: min(525px, 100vw) !important;
    padding: 96px 0 0 !important;
    background: #fff !important;
    box-shadow: 8px 0 18px #00000022 !important
  }

  .drawer-tabs {
    display: none !important
  }

  .drawer-categories {
    display: none !important
  }

  .drawer-menu-list {
    display: block !important
  }

  .drawer-menu-list>a,
  .drawer-menu-list>.nav-dropdown>a {
    display: flex !important;
    align-items: center !important;
    min-height: 94px !important;
    margin: 0 !important;
    padding: 0 38px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #17324a !important;
    text-transform: uppercase !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important
  }

  .drawer-menu-list>a:hover,
  .drawer-menu-list>.nav-dropdown>a:hover {
    background: #f7f8f8 !important;
    color: #087a50 !important
  }

  .drawer-menu-list .nav-dropdown-menu {
    display: none !important
  }

  .drawer-show-categories .drawer-menu-list {
    display: block !important
  }

  header .mobile-menu-toggle {
    position: fixed !important;
    top: 26px !important;
    left: 48px !important;
    z-index: 41 !important;
    width: 40px !important;
    height: 40px !important;
    transform: none !important;
    background: transparent !important;
    color: #17324a !important;
    font-size: 30px !important
  }

  header.mobile-menu-open .mobile-menu-toggle {
    color: #17324a !important
  }
}

@media(max-width:760px) {
  header nav {
    padding: 96px 0 0 !important
  }

  .drawer-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 66px !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #dedede !important
  }

  .drawer-tabs button {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-right: 1px solid #e2e2e2 !important;
    background: #f7f7f7 !important;
    color: #75808a !important;
    text-transform: uppercase !important;
    font: 600 15px Arial !important;
    cursor: pointer !important
  }

  .drawer-tabs button:last-child {
    border-right: 0 !important
  }

  .drawer-tabs button.is-active {
    background: #ececec !important;
    color: #17324a !important
  }

  .drawer-tabs button.is-active:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -1px !important;
    left: 0 !important;
    height: 3px !important;
    background: #17324a !important
  }

  .drawer-categories {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .drawer-show-categories .drawer-menu-list {
    display: none !important
  }

  .drawer-show-categories .drawer-categories {
    display: block !important
  }

  .drawer-category-list {
    display: block !important
  }

  .drawer-category-list a {
    display: flex !important;
    align-items: center !important;
    min-height: 94px !important;
    margin: 0 !important;
    padding: 0 38px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #17324a !important;
    font-size: 18px !important;
    font-weight: 500 !important
  }

  .drawer-category-list a:before {
    display: none !important
  }

  .drawer-category-list a:hover {
    background: #f7f8f8 !important;
    color: #087a50 !important
  }
}

@media(max-width:760px) {
  header nav {
    width: 80vw !important;
    max-width: 400px !important
  }
}

@media(max-width:760px) {
  header nav {
    padding-top: 0 !important
  }

  header.mobile-menu-open .mobile-menu-toggle {
    display: none !important
  }
}

@media(max-width:760px) {
  header nav>.drawer-mobile-content {
    display: block !important;
    width: 100% !important
  }

  header nav>a,
  header nav>#theme {
    display: none !important
  }
}

@media(min-width:761px) {
  header nav>.drawer-mobile-content {
    display: none !important
  }
}

@media(max-width:760px) {
  header nav {
    background: #fff !important
  }

  header nav>.drawer-mobile-content:before {
    content: "Search newspapers  ⌕";
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 102px;
    padding: 0 29px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #607080;
    font: 600 17px Arial;
    letter-spacing: .01em;
    box-shadow: 0 2px 6px #17324a12
  }

  .drawer-tabs {
    height: 78px !important
  }

  .drawer-tabs button {
    font-size: 16px !important
  }

  .drawer-menu-list>a,
  .drawer-menu-list>.nav-dropdown>a {
    min-height: 75px !important;
    padding: 0 30px !important;
    font-size: 16px !important
  }

  .drawer-category-list a {
    min-height: 75px !important;
    padding: 0 30px !important;
    font-size: 16px !important
  }

  header.mobile-menu-open:before {
    background: rgba(10, 24, 31, .58) !important
  }
}

@media(max-width:760px) {
  header nav {
    padding: 0 !important;
    background: #fff !important
  }

  header nav:before,
  header nav:after,
  header nav>.drawer-mobile-content,
  header nav>a,
  header nav>#theme {
    display: none !important
  }
}

@media(max-width:760px) {
  header {
    height: 88px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important
  }

  header .brand {
    top: 50% !important;
    left: 50% !important;
    width: 184px !important;
    height: 46px !important;
    transform: translate(-50%, -50%) !important
  }

  header .brand img,
  header .brand object {
    width: 176px !important;
    height: 40px !important
  }

  header .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    left: 26px !important;
    width: 42px !important;
    height: 42px !important;
    transform: translateY(-50%) !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important
  }

  header:after {
    top: 50% !important;
    right: 26px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important
  }

  header nav {
    top: 88px !important
  }
}

@media(max-width:760px) {
  header {
    height: 70px !important
  }

  header .brand {
    width: 164px !important;
    height: 40px !important
  }

  header .brand img,
  header .brand object {
    width: 156px !important;
    height: 35px !important
  }

  header .mobile-menu-toggle {
    left: 20px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 28px !important
  }

  header:after {
    right: 20px !important;
    font-size: 28px !important
  }

  header nav {
    top: 70px !important
  }
}

@media(max-width:760px) {
  header .header-share {
    position: absolute;
    top: 50%;
    left: 62px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #17324a;
    cursor: pointer
  }

  header .header-share svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
  }

  header .header-share:focus-visible {
    outline: 2px solid #087a50;
    outline-offset: 2px
  }
}

@media(min-width:761px) {
  header .header-share {
    display: none !important
  }
}

@media(max-width:760px) {
  header:after {
    display: none !important
  }

  header .header-share {
    left: auto !important;
    right: 20px !important;
    width: 38px !important;
    height: 38px !important;
    color: #17324a !important
  }
}

@media(max-width:760px) {
  header .header-share {
    right: 16px !important;
    width: 46px !important;
    height: 46px !important
  }

  header .header-share svg {
    width: 27px !important;
    height: 27px !important;
    stroke-width: 2.4 !important
  }
}

@media(max-width:760px) {
  header nav {
    width: 80vw !important;
    max-width: 400px !important;
    padding: 0 !important;
    background: #fff !important
  }

  header nav>.drawer-mobile-content {
    display: block !important;
    width: 100% !important
  }

  header nav>.drawer-mobile-content:before {
    content: "Search newspapers  ⌕" !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 104px !important;
    padding: 0 30px !important;
    border-bottom: 1px solid #ececec !important;
    background: #fff !important;
    color: #647383 !important;
    font: 600 17px Arial !important;
    box-shadow: 0 2px 6px #17324a12 !important
  }

  .drawer-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 84px !important;
    border-top: 0 !important;
    border-bottom: 1px solid #dcdcdc !important
  }

  .drawer-tabs button {
    display: block !important;
    position: relative !important;
    border: 0 !important;
    border-right: 1px solid #e3e3e3 !important;
    background: #f7f7f7 !important;
    color: #78828b !important;
    text-transform: uppercase !important;
    font: 600 16px Arial !important
  }

  .drawer-tabs button:last-child {
    border-right: 0 !important
  }

  .drawer-tabs button.is-active {
    background: #ececec !important;
    color: #172c3e !important
  }

  .drawer-tabs button.is-active:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -1px !important;
    left: 0 !important;
    height: 3px !important;
    background: #172c3e !important
  }

  .drawer-menu-list {
    display: block !important
  }

  .drawer-menu-list>a {
    display: flex !important;
    align-items: center !important;
    min-height: 75px !important;
    margin: 0 !important;
    padding: 0 30px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #162c3e !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500 !important
  }

  .drawer-categories {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important
  }

  .drawer-show-categories .drawer-menu-list {
    display: none !important
  }

  .drawer-show-categories .drawer-categories {
    display: block !important
  }

  .drawer-category-list {
    display: block !important
  }

  .drawer-category-list a {
    display: flex !important;
    align-items: center !important;
    min-height: 75px !important;
    padding: 0 30px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #162c3e !important;
    font-size: 16px !important;
    font-weight: 500 !important
  }

  header.mobile-menu-open:before {
    background: rgba(10, 24, 31, .58) !important
  }
}

@media(max-width:760px) {
  header nav {
    width: 82vw !important;
    max-width: 390px !important;
    padding: 0 !important;
    background: #fff !important
  }

  header nav>a,
  header nav>.nav-dropdown,
  header nav>#theme {
    display: none !important
  }

  header nav>.drawer-mobile-content {
    display: block !important;
    width: 100% !important
  }

  header nav>.drawer-mobile-content:before {
    content: "EXPLORE" !important;
    display: flex !important;
    align-items: center !important;
    height: 76px !important;
    padding: 0 24px !important;
    background: linear-gradient(120deg, #087a50, #0a9360) !important;
    color: #fff !important;
    font: 800 12px Arial !important;
    letter-spacing: .15em !important;
    box-shadow: none !important
  }

  .drawer-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    height: 62px !important;
    border-bottom: 1px solid #dce7e0 !important;
    background: #f6faf7 !important
  }

  .drawer-tabs button {
    position: relative !important;
    border: 0 !important;
    border-right: 1px solid #dce7e0 !important;
    background: transparent !important;
    color: #6d7c87 !important;
    text-transform: uppercase !important;
    font: 700 13px Arial !important;
    letter-spacing: .06em !important
  }

  .drawer-tabs button:last-child {
    border-right: 0 !important
  }

  .drawer-tabs button.is-active {
    background: #fff !important;
    color: #087a50 !important
  }

  .drawer-tabs button.is-active:after {
    content: "" !important;
    position: absolute !important;
    right: 18px !important;
    bottom: 0 !important;
    left: 18px !important;
    height: 3px !important;
    border-radius: 99px 99px 0 0 !important;
    background: #087a50 !important
  }

  .drawer-menu-list {
    display: grid !important;
    gap: 4px !important;
    padding: 14px 12px !important
  }

  .drawer-menu-list>a {
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #17324a !important;
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 700 !important
  }

  .drawer-menu-list>a:before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    margin-right: 11px !important;
    border-radius: 50% !important;
    background: #087a50 !important
  }

  .drawer-menu-list>a:hover {
    background: #edf8f2 !important;
    color: #087a50 !important
  }

  .drawer-categories {
    display: none !important;
    padding: 14px 12px !important
  }

  .drawer-show-categories .drawer-menu-list {
    display: none !important
  }

  .drawer-show-categories .drawer-categories {
    display: block !important
  }

  .drawer-category-list {
    display: grid !important;
    gap: 4px !important
  }

  .drawer-category-list a {
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #17324a !important;
    font-size: 15px !important;
    font-weight: 600 !important
  }

  .drawer-category-list a:before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    margin-right: 11px !important;
    border-radius: 50% !important;
    background: #f3ad3d !important
  }

  .drawer-category-list a:hover {
    background: #fff8e8 !important;
    color: #087a50 !important
  }

  header.mobile-menu-open:before {
    background: rgba(8, 24, 26, .5) !important
  }
}

@media(max-width:760px) {
  header nav {
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important
  }
}

@media(max-width:760px) {
  header nav>.drawer-mobile-content:before {
    display: none !important
  }

  header.mobile-menu-open nav>a {
    display: none !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    height: 76px !important
  }

  header.mobile-menu-open nav .drawer-tabs button {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-right: 1px solid #dfe5e2 !important;
    background: #f5f7f6 !important;
    color: #6a7884 !important;
    text-transform: uppercase !important;
    font: 700 14px Arial !important;
    letter-spacing: .05em !important
  }

  header.mobile-menu-open nav .drawer-tabs button:last-child {
    border-right: 0 !important
  }

  header.mobile-menu-open nav .drawer-tabs button.is-active {
    background: #eaf2ed !important;
    color: #087a50 !important;
    box-shadow: inset 0 -3px #087a50 !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs {
    background: #fff !important;
    border-bottom: 1px solid #dce5e0 !important
  }

  header.mobile-menu-open nav .drawer-tabs button {
    position: relative !important;
    background: #fff !important;
    color: #687985 !important;
    box-shadow: none !important
  }

  header.mobile-menu-open nav .drawer-tabs button:after {
    content: "" !important;
    position: absolute !important;
    right: 22px !important;
    bottom: 0 !important;
    left: 22px !important;
    height: 2px !important;
    border-radius: 2px 2px 0 0 !important;
    background: #cad6d0 !important
  }

  header.mobile-menu-open nav .drawer-tabs button.is-active {
    background: #fff !important;
    color: #087a50 !important;
    box-shadow: none !important
  }

  header.mobile-menu-open nav .drawer-tabs button.is-active:after {
    height: 4px !important;
    background: #087a50 !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs button:after {
    display: none !important
  }

  header.mobile-menu-open nav .drawer-tabs button {
    box-shadow: none !important
  }

  .drawer-menu-list>a {
    position: relative !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important
  }

  .drawer-menu-list>a:after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    bottom: 0 !important;
    left: 14px !important;
    height: 1px !important;
    background: #dfe7e2 !important
  }

  .drawer-menu-list>a:last-child:after {
    display: none !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs button.is-active {
    color: #087a50 !important;
    font-weight: 800 !important
  }
}

@media(max-width:760px) {
  .drawer-menu-list>a:before {
    display: none !important
  }

  .drawer-menu-list>a {
    padding-left: 30px !important
  }
}

@media(max-width:760px) {
  .drawer-category-list a {
    position: relative !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important
  }

  .drawer-category-list a:after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    bottom: 0 !important;
    left: 14px !important;
    height: 1px !important;
    background: #dfe7e2 !important
  }

  .drawer-category-list a:last-child:after {
    display: none !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs button:after {
    display: none !important
  }

  header.mobile-menu-open nav .drawer-tabs button,
  header.mobile-menu-open nav .drawer-tabs button.is-active {
    box-shadow: none !important
  }
}

@media(max-width:760px) {

  .drawer-menu-list>a:after,
  .drawer-category-list a:after {
    display: block !important;
    right: 0 !important;
    left: 0 !important;
    height: 1px !important;
    background: #111 !important
  }

  .drawer-menu-list>a:last-child:after,
  .drawer-category-list a:last-child:after {
    display: block !important
  }
}

@media(max-width:760px) {

  .drawer-menu-list>a:after,
  .drawer-category-list a:after {
    background: #cfd4d2 !important
  }
}

@media(max-width:760px) {

  .drawer-menu-list,
  .drawer-categories,
  .drawer-category-list {
    padding: 0 !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs button.is-active {
    border: 1px solid #087a50 !important;
    color: #087a50 !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .drawer-tabs button.is-active {
    border: 0 !important;
    border-bottom: 2px solid #087a50 !important
  }
}

@media(min-width:761px) {
  header nav a:after {
    display: none
  }

  header nav a:first-child:not(.is-active) {
    color: #243c4c !important
  }

  header nav a:first-child:not(.is-active):after {
    display: none !important
  }

  header nav a.is-active {
    color: #d63d35 !important
  }

  header nav a.is-active:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 4px;
    background: #d63d35;
    border-radius: 3px 3px 0 0
  }
}

@media(min-width:761px) {
  header nav .nav-dropdown {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center
  }

  header nav .nav-dropdown>a:after {
    content: "▾";
    display: inline;
    margin-left: 7px;
    position: static !important;
    background: none !important;
    height: auto !important
  }

  header nav .nav-dropdown-menu {
    position: absolute;
    top: 66px;
    right: 0;
    left: auto;
    min-width: 200px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e1e7e4;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.03);
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
  }

  header nav .nav-dropdown:hover .nav-dropdown-menu,
  header nav .nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  header nav .nav-dropdown-menu a {
    height: auto !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    color: #405567 !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    white-space: nowrap;
    transition: all 0.2s ease !important;
  }

  header nav .nav-dropdown-menu a:hover,
  header nav .nav-dropdown-menu a.is-active {
    background: #eef8f2 !important;
    color: #087a50 !important;
    padding-left: 18px !important;
  }

  header nav .nav-dropdown-menu a:after {
    display: none !important
  }
}

@media(max-width:760px) {
  header.mobile-menu-open nav .nav-dropdown {
    display: block
  }

  header.mobile-menu-open nav .nav-dropdown-menu {
    display: block;
    background: #064d37;
    padding: 0 0 4px
  }

  header.mobile-menu-open nav .nav-dropdown-menu a {
    display: block;
    padding: 11px 34px;
    color: #dff6ea;
    font-size: 14px;
    border-top: 1px solid #ffffff17
  }
}

@media(max-width:760px) {
  header {
    height: 68px;
    padding: 0 14px;
    background: linear-gradient(115deg, #075c45 0%, #087a50 58%, #0c6a4a 100%) !important;
    border-bottom: 3px solid #f3ad3d;
    box-shadow: 0 5px 16px #075c4530
  }

  header:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% -80%, #ffffff32, transparent 48%)
  }

  header .brand {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 200px;
    height: 50px;
    padding: 4px 9px !important;
    border-radius: 9px;
    background: #fffdf9 !important;
    color: #17324a !important;
    box-shadow: 0 2px 7px #0000001f
  }

  header .brand img,
  header .brand object {
    width: 182px !important;
    height: 40px !important;
    max-width: 100% !important;
    object-fit: contain
  }

  header .mobile-menu-toggle {
    width: 43px;
    height: 43px;
    border: 1px solid #ffffff5c;
    border-radius: 50%;
    background: #ffffff14;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    box-shadow: none
  }

  header .mobile-menu-toggle:focus-visible {
    outline: 3px solid #e9ab42;
    outline-offset: 2px
  }

  header nav {
    top: 68px;
    left: 12px;
    right: 12px;
    overflow: hidden;
    border: 1px solid #d7e2df;
    border-radius: 12px;
    background: #fff !important;
    box-shadow: 0 16px 30px #102d3b36
  }

  header.mobile-menu-open nav {
    display: flex !important
  }

  header.mobile-menu-open nav>a,
  header.mobile-menu-open nav>.nav-dropdown>a {
    padding: 15px 17px !important;
    border-top: 1px solid #e7eeea !important;
    background: #fff !important;
    color: #17324a !important;
    font-size: 15px !important;
    line-height: 1.2
  }

  header.mobile-menu-open nav>a:first-child,
  header.mobile-menu-open nav>a:hover,
  header.mobile-menu-open nav>.nav-dropdown>a:hover {
    background: #eff7f3 !important;
    color: #087a50 !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu {
    background: #f6faf7 !important;
    padding: 0 !important
  }

  header.mobile-menu-open nav .nav-dropdown-menu a {
    padding: 11px 31px !important;
    border-top: 1px solid #e3ede7 !important;
    background: #f6faf7 !important;
    color: #365467 !important
  }

  header.mobile-menu-open nav button {
    display: none !important
  }
}

header nav #theme {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0 !important;
  line-height: 1;
  font-size: 20px;
  border-radius: 50%
}

body.dark {
  background: #101b1b;
  color: #e6f0ed
}

body.dark main {
  background: #101b1b
}

body.dark .hero {
  background: linear-gradient(180deg, #17352c, #101b1b);
  border-color: #29483d
}

body.dark h1,
body.dark h2,
body.dark .card h3,
body.dark .page-head,
body.dark .facts b {
  color: #eef8f3
}

body.dark .hero p,
body.dark .card .meta,
body.dark .category span,
body.dark .facts span {
  color: #b8cdc4
}

body.dark .section-heading,
body.dark .grid,
body.dark .card,
body.dark .category,
body.dark .panel,
body.dark .facts,
body.dark .detail,
body.dark .filters,
body.dark input,
body.dark textarea,
body.dark select {
  background: #172724;
  border-color: #315247;
  color: #e6f0ed
}

body.dark .card-top {
  background: #172724;
  border-color: #315247
}

body.dark .mark {
  color: #dcefe6
}

body.dark .section-heading {
  box-shadow: none
}

body.dark footer {
  background: #0b2920
}

.section-heading {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d8e2dc;
  box-shadow: none;
  padding: 0 0 13px;
  margin-bottom: 16px
}

.section-heading h2 {
  font-size: 30px;
  letter-spacing: -1.1px
}

.section-heading>a {
  background: #fff;
  color: #087a50;
  border: 1px solid #087a50;
  border-radius: 99px;
  padding: 8px 14px
}

.section-heading>a:hover {
  background: #087a50;
  color: #fff
}

body.dark .section-heading {
  background: transparent;
  border-bottom-color: #315247
}

@media(max-width:760px) {
  .section-heading h2 {
    font-size: 22px
  }

  .section-heading>a {
    padding: 7px 11px
  }
}

.hero {
  max-width: 1400px;
  margin: 24px auto 30px;
  padding: 86px 30px 78px;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(120deg, #102f46 0%, #123d54 58%, #087f55 150%);
  box-shadow: 0 22px 55px #0b2e401f
}

.hero:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  box-shadow: 0 0 0 42px #ffffff08, 0 0 0 84px #ffffff05
}

.hero h1 {
  position: relative;
  max-width: 1000px;
  color: #fff;
  font-size: clamp(40px, 5.6vw, 76px);
  letter-spacing: -.05em
}

.hero p {
  position: relative;
  max-width: 760px;
  color: #c8dbe5
}

.hero .search {
  max-width: 920px;
  border: 0;
  background: #fff;
  padding: 5px;
  box-shadow: 0 15px 35px #061c2b55
}

.hero .search button {
  background: #f0a83b;
  color: #17344a;
  box-shadow: none
}

.hero .search button:hover {
  background: #ffc15a
}

@media(max-width:760px) {
  .hero {
    margin: 12px 0 24px;
    border-radius: 18px;
    padding: 54px 18px 46px
  }

  .hero h1 {
    font-size: 35px
  }

  .hero p {
    color: #c8dbe5
  }

  .hero .search {
    height: 54px
  }
}

.hero h1 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  letter-spacing: -.035em
}

@media(max-width:760px) {
  .hero h1 {
    font-size: 30px;
    line-height: 1.15
  }
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.025em;
  text-shadow: 0 2px 18px #061d2c30
}

.hero p {
  font-family: Arial, sans-serif;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 400;
  letter-spacing: .012em;
  line-height: 1.7;
  color: #d5e5eb
}

.hero p::first-letter {
  font-weight: 600
}

@media(max-width:760px) {
  .hero h1 {
    letter-spacing: -.015em
  }

  .hero p {
    font-size: 15px;
    line-height: 1.6
  }
}

.hero h1,
.hero p {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.rich-content {
  color: #365b70;
  font-size: 18px;
  line-height: 1.8
}

.rich-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 0;
  border-radius: 10px
}

.rich-content p {
  margin: 0 0 16px
}

.rich-content blockquote {
  margin: 18px 0;
  padding: 12px 18px;
  border-left: 4px solid #087f55;
  background: #eef8f2
}

.rich-content h1,
.rich-content h2,
.rich-content h3 {
  margin: 20px 0 10px;
  color: #173653
}

.full-description {
  padding: 28px 32px
}

@media(max-width:760px) {
  .full-description {
    padding: 20px 18px
  }

  .rich-content {
    font-size: 16px
  }
}

.rich-content h1,
.rich-content h1 span {
  font-size: clamp(28px, 4vw, 38px) !important;
  line-height: 1.2 !important;
  color: #173653 !important
}

.rich-content h2,
.rich-content h2 span {
  font-size: clamp(24px, 3.2vw, 31px) !important;
  line-height: 1.25 !important;
  color: #173653 !important
}

.rich-content h3,
.rich-content h3 span {
  font-size: clamp(21px, 2.8vw, 27px) !important;
  line-height: 1.3 !important;
  color: #173653 !important
}

.rich-content h4,
.rich-content h4 span {
  font-size: clamp(19px, 2.4vw, 23px) !important
}

.rich-content h5,
.rich-content h5 span {
  font-size: clamp(17px, 2.1vw, 20px) !important
}

.rich-content h6,
.rich-content h6 span {
  font-size: clamp(15px, 1.9vw, 18px) !important
}

.rich-content p,
.rich-content p span,
.rich-content li,
.rich-content li span {
  font-size: clamp(16px, 1.7vw, 19px) !important;
  line-height: 1.75 !important
}

.rich-content [style] {
  /* removed aggressive style stripping to allow custom inline designs */
}

@media(max-width:480px) {

  .rich-content h1,
  .rich-content h1 span {
    font-size: 28px !important
  }

  .rich-content h2,
  .rich-content h2 span {
    font-size: 24px !important
  }

  .rich-content h3,
  .rich-content h3 span {
    font-size: 21px !important
  }

  .rich-content p,
  .rich-content p span,
  .rich-content li,
  .rich-content li span {
    font-size: 16px !important;
    line-height: 1.65 !important
  }
}

.detail h1 {
  font-size: clamp(30px, 3.4vw, 46px) !important;
  line-height: 1.15 !important;
  letter-spacing: -.03em !important;
  max-width: 760px
}

@media(max-width:760px) {
  .detail h1 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.18 !important;
    max-width: 100%;
    overflow-wrap: anywhere
  }
}

.site-footer-compact {
  display: block;
  padding: 0;
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.6
}

.site-footer-compact .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px
}

.site-footer-compact .footer-compact-top {
  background: #2a3542;
  color: #b5c3d1;
  padding: 20px 0
}

.site-footer-compact .footer-compact-top strong {
  color: #fff
}

.site-footer-compact .footer-compact-top a {
  color: #4da6ff;
  text-decoration: underline
}

.site-footer-compact .footer-compact-top a:hover {
  color: #80c1ff
}

.site-footer-compact .footer-compact-bottom {
  background: #0c6a4a;
  color: #fff;
  padding: 12px 0;
  font-size: 13.5px
}

.site-footer-compact .footer-compact-bottom .footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px
}

.site-footer-compact .footer-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start
}

.site-footer-compact .footer-links a {
  color: #8be0b3;
  text-decoration: none;
  position: relative;
  padding-right: 16px
}

.site-footer-compact .footer-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -2px;
  color: #8be0b3
}

.site-footer-compact .footer-links a:hover {
  color: #fff
}

.site-footer-compact .footer-copyright {
  text-align: right;
  color: #fff
}

@media (max-width:760px) {
  .site-footer-compact .footer-compact-bottom .footer-inner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center
  }

  .site-footer-compact .footer-links {
    justify-content: center
  }

  .site-footer-compact .footer-copyright {
    text-align: center
  }
}