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

 :root {
  --bg: #08111f;
  --bg-soft: #0f1728;
  --text: #eef3fb;
  --muted: rgba(231, 239, 251, 0.84);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --accent: #d65245;
  --surface: rgba(7, 13, 24, 0.72);
  --surface-strong: rgba(10, 18, 32, 0.82);
  --surface-soft: rgba(255, 255, 255, 0.03);
  --shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
  --wrapper: 1510px;
  --content: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.18), rgba(4, 8, 16, 0.42)),
    var(--bg);
  color: var(--text);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.72;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  display: block;
  width: 100%;
}

figure,
p,
h1,
h2,
h3,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

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

body,
button,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caf2127 {
  position: absolute;
  left: -9999px;
  top: 0;
}

.caf2127:focus {
  left: 16px;
  top: 16px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.caf2143 {
  width: min(var(--wrapper), calc(100% - 160px));
  margin: 0 auto;
}

.caf2156 {
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, rgba(4, 9, 18, 0.94), rgba(4, 9, 18, 0.82));
  backdrop-filter: blur(10px);
}

.caf2152 {
  padding-top: 28px;
}

.caf2150 {
  text-align: center;
  padding-bottom: 28px;
}

.caf214 {
  margin: 0;
}

.caf214 a {
  display: inline-block;
  font-family: "Cinzel", "Times New Roman", Georgia, serif;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.caf214 a:hover {
  opacity: 1;
}

.caf2128 {
  border-top: 1px solid var(--border);
}

.caf2146 {
  position: relative;
}

.caf2146 > .caf2153 {
  display: flex;
  justify-content: center;
}

.caf213 {
  display: none;
}

.caf2159,
.caf2129 {
  display: none;
}

.caf2153 {
  display: flex;
  justify-content: center;
}

.caf2138 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.caf217 {
  position: relative;
}

.caf2138 a {
  display: block;
  padding: 18px 0 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.2s ease;
}

.caf2138 a:hover {
  color: var(--accent);
  opacity: 1;
}

.caf217.caf2114::before,
.caf217 .caf2151::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 84px;
  height: 2px;
  background: var(--accent);
  transform: translateX(-50%);
}

.caf217.caf2114 > a,
.caf2138 a.caf2151 {
  color: var(--accent);
}

.caf2139 {
  position: relative;
  z-index: 1;
}

.caf2134 {
  width: calc(100% - 8px);
  margin: 0 auto;
}

.custom-header-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: #62758b center 22% / cover no-repeat;
}

.custom-header-media > img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.9) brightness(0.92);
  transform: scale(1.01);
}

.caf2111 {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.24), rgba(5, 10, 18, 0.56)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 46%),
    linear-gradient(90deg, rgba(18, 29, 46, 0.16), rgba(7, 13, 24, 0.06));
  pointer-events: none;
}

.custom-header-media.hero-uses-generated-background > img {
  opacity: 0;
}

.custom-header-media.hero-uses-generated-background {
  background-color: #8ca3bb;
}

.caf2130 {
  display: inline;
}

.caf2155 {
  padding: 62px 0 88px;
}

.caf2145 {
  width: min(var(--content), calc(100% - 160px));
  margin: 0 auto;
}

.caf2117 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 52px;
  align-items: start;
}

.caf2149,
.caf2147 {
  min-width: 0;
}

.page-entry {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 26px;
  background: linear-gradient(180deg, var(--surface), var(--surface-strong));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.caf215 {
  margin-bottom: 24px;
}

.caf2112 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 3.8vw, 3.65rem);
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}

.caf2115 {
  max-width: 72ch;
  color: var(--muted);
}

.caf2115 p {
  margin-bottom: 1.32em;
}

.caf2115 > p:first-of-type {
  color: #f7fbff;
  font-size: 1.14em;
  line-height: 1.72;
}

.caf2115 strong {
  color: #fff;
  font-weight: 700;
}

.caf2115 h2 {
  margin: 1.9em 0 0.72em;
  padding-left: 16px;
  border-left: 3px solid rgba(214, 82, 69, 0.8);
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.22;
  color: #fff;
  font-weight: 700;
}

.caf2125 {
  margin: 34px 0 40px;
}

.caf2125 img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.caf2141 {
  min-width: 0;
}

.caf2160 + .caf2160 {
  margin-top: 26px;
}

.caf2110 {
  padding: 24px;
  border-radius: 22px;
  background: rgba(8, 15, 28, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.caf2137 {
  margin-bottom: 18px;
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.caf2142 {
  display: grid;
  gap: 14px;
}

.caf2142 input,
.caf2142 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  border-radius: 14px;
}

.caf2142 input::placeholder,
.caf2142 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.caf2142 textarea {
  min-height: 160px;
  resize: vertical;
}

.caf2142 button {
  appearance: none;
  border: 0;
  padding: 13px 18px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.caf2142 button:hover {
  opacity: 0.92;
}

.caf2158 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.caf2158 a {
  display: block;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.82);
}

.caf2148 iframe {
  aspect-ratio: 16 / 9;
}

.caf216 {
  background: rgba(4, 9, 18, 0.9);
  text-align: center;
  color: #fff;
  padding: 32px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.caf2116 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 18, 32, 0.82);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.caf2116:hover {
  background: rgba(10, 18, 32, 0.95);
  opacity: 1;
}

@media (max-width: 1280px) {
  .caf2143,
  .caf2145 {
    width: calc(100% - 72px);
  }

  .caf2117 {
    gap: 48px;
  }
}

@media (max-width: 1100px) {
  body {
    font-size: 19px;
  }

  .custom-header-media {
    min-height: 280px;
  }

  .custom-header-media > img {
    height: 280px;
  }

  .caf2117 {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 17px;
  }

  .caf2146 > .caf2153 {
    display: none;
  }

  .caf2143,
  .caf2145 {
    width: calc(100% - 36px);
  }

  .caf2152 {
    padding-top: 20px;
  }

  .caf2150 {
    padding-bottom: 22px;
  }

  .caf214 a {
    letter-spacing: 0.11em;
  }

  .caf2128 {
    padding: 10px 0 14px;
  }

  .caf213 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .caf2159 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--border-strong);
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
  }

  .caf2153 {
    margin-top: 14px;
  }

  .caf2138 {
    display: none;
    flex-direction: column;
    gap: 0;
  }

  .caf2129:checked + .caf2159 + .caf2153 .caf2138 {
    display: flex;
  }

  .caf217.caf2114::before,
  .caf217 .caf2151::before {
    width: 56px;
  }

  .custom-header-media {
    min-height: 240px;
    border-radius: 0 0 22px 22px;
  }

  .custom-header-media > img {
    height: 240px;
  }

  .caf2155 {
    padding: 60px 0 76px;
  }

  .caf2137 {
    font-size: 1.7rem;
  }
}

@media (max-width: 560px) {
  .caf2134 {
    width: calc(100% - 4px);
  }

  .custom-header-media {
    min-height: 190px;
    border-radius: 0 0 16px 16px;
  }

  .custom-header-media > img {
    height: 190px;
  }

  .caf2116 {
    width: 44px;
    height: 44px;
    right: 14px;
    bottom: 14px;
  }
}


.caf2115 ul,
.caf2115 ol {
  margin: 0 0 1.4em 1.25em;
}

.caf2115 blockquote {
  margin: 1.8em 0;
  padding: 1.1em 1.2em;
  border-left: 3px solid rgba(214, 82, 69, 0.8);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 18px 18px 0;
}

.caf2115 img {
  display: block;
}

@media (max-width: 860px) {
  .page-entry {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .caf2112 {
    max-width: none;
  }

  .caf2110 {
    padding: 18px;
    border-radius: 18px;
  }
}


/* Generated theme override */
:root{
  --wf-accent:#375895;
  --wf-panel-bg:linear-gradient(145deg,rgba(19,35,57,0.9),rgba(13,26,42,0.96));
  --wf-panel-border:rgba(91,118,168,0.32);
  --wf-panel-shadow:0 20px 56px rgba(6,9,15,0.34);
  --wf-site-title-bg:rgba(14,22,37,0.44);
  --wf-site-title-border:rgba(91,118,168,0.28);
  --wf-search-bg:rgba(18,28,48,0.42);
  --wf-scroll-start:rgba(55,88,149,0.96);
  --wf-scroll-end:rgba(87,115,166,0.58);
}
body{color:#364153;background-color:#ecf1f8 !important;}
body.custom-background{background-color:#ecf1f8 !important;}
#page.caf219,.caf2156{background:transparent !important;}
#main.caf2143{background:#fff !important;border-color:#e7ebf2 !important;box-shadow:0 18px 42px rgba(55,88,149,0.12);}
#primary.caf2155,#content,article.page.hentry{background:transparent !important;}
.caf2131 a,.caf2112,.caf2137,.caf2140,h1,h2,h3,h4{color:#192439;}
a{color:#375895;}
a:hover,.caf2138 li a:hover,.caf2138 li.caf2114 a{color:#304d83;}
.caf2133,.caf2132,.caf218{background:#2b4676;color:#ffffff;}
.caf218:hover,.caf2132:hover{background:#375895;}
.caf2160{border-color:#e7ebf2;background:#fafcfd !important;box-shadow:0 12px 28px rgba(55,88,149,0.1);}
#colophon,.caf2130{background:#23385f;color:#ffffff;}
.caf2115 h2{border-left:4px solid #375895;padding-left:12px;}
.caf2115 .caf2135{margin:24px 0 28px;}
.caf2115 .caf2135 figure{margin:0 auto;max-width:1024px;}
.caf2115 .caf2135 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.caf2123{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.caf2144{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.caf2121 .caf2123{margin:0 auto;}
.caf211{margin:12px 0 0;font-size:14px;}
.caf211 a{font-weight:700;text-decoration:underline;}
