:root {
  --c1: #ffeded;
  --c2: #f0f0f0;
  --c3: #4d0000;
  --c4: #800000;
  --c6: #c02d3f;
  --c7: #ff7e7e;
  --c8: #4d0000;
  --t1: #4d0000;
  --t2: #800000;
  --gl: 0 0 32px rgba(192,45,63,.1), 0 0 120px rgba(77,0,0,.05);
}

* { box-sizing:border-box }

body,html {
  margin:0;
  background:var(--c1);
  color:var(--t1);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;
  line-height:1.55;
}

a {
  color:var(--c6);
  text-decoration:none;
  transition:color .2s;
}

a:hover {
  color:var(--c3);
}

.h-77121 {
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.8));
  border-bottom:1px solid rgba(77,0,0,.1);
  backdrop-filter:saturate(140%) blur(10px);
}

.h-77121 .ct {
  max-width:1280px;
  margin:0 auto;
  padding:14px clamp(16px,4vw,28px);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.h-77121 .brand {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:1.25rem;
  font-weight:700;
  color:var(--c3);
}

.h-77121 .brand strong {
    color:var(--c6);
}

.h-77121 .brand svg {
  height:30px;
  filter:drop-shadow(0 6px 16px rgba(129,135,138,.2));
}

.h-77121 nav {
  display:flex;
  gap:22px;
}

.h-77121 nav a {
    color:var(--t2);
    font-weight:600;
}

.h-77121 .bm {
  display:none;
  flex-direction:column;
  gap:8px;
}

.h-77121 .bm span {
  width:26px;
  height:2px;
  background:var(--t1);
  opacity:.9;
  border-radius:2px;
  display:block;
}

.mp-33990 {
  position:fixed;
  inset:0;
  background:linear-gradient(180deg,rgba(77,0,0,.98),rgba(192,45,63,.98));
  display:none;
  z-index:60;
  color:white;
}

.mp-33990 nav a {
    color:white;
}

.mp-33990.on {
  display:block;
  animation:.25s both ap;
}

.mp-33990 nav {
  padding:20px clamp(16px,6vw,28px);
}

.mp-33990 nav a {
  display:block;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.2);
}

@keyframes ap {
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}

.wrap-44401 {
  max-width:1280px;
  margin:0 auto;
  padding:clamp(48px,6vw,96px) clamp(16px,4vw,28px);
  min-height:100vh;
  display:grid;
  align-items:start;
}

.bx-66007 {
  background:white;
  border:1px solid rgba(77,0,0,.2);
  border-radius:22px;
  box-shadow:var(--gl);
  padding:clamp(22px,3vw,38px);
}

.tt-10991 {
  font-size:clamp(28px,3.2vw,40px);
  margin:0 0 10px;
  color:var(--c3);
  font-weight:800;
}

.sub-20990 {
  color:var(--t2);
  margin:6px 0 20px;
}

.divider-1 {
  height:1px;
  background:linear-gradient(90deg,rgba(192,45,63,0),rgba(192,45,63,.35),rgba(192,45,63,0));
  margin:24px 0;
}

.ul-77221 {
  padding-left:20px;
  margin:12px 0 24px;
}

.ul-77221 li {
    margin-bottom:8px;
}

.ul-77221 b {
    color:var(--c6);
}

.pill-100 {
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid var(--c6);
  background:var(--c7);
  color:var(--c3);
  font-weight:600;
}

.note-1 {
  color:var(--t2);
  font-size:.92rem;
  background:var(--c2);
  padding: 8px 15px;
  border-left: 3px solid var(--c6);
  margin: 10px 0;
  border-radius: 4px;
}

footer .ft-77117 {
  max-width:1280px;
  margin:0 auto;
  padding:clamp(32px,4vw,48px);
  opacity:.9;
  color:white;
  background:var(--c3);
}

footer .ft-77117 a {
    color:var(--c7);
}

footer .ft-77117 .links {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.links--inl-5e83bf {
  margin-top:10px;
}

.ck-99110 {
  position:fixed;
  right:16px;
  bottom:16px;
  max-width:380px;
  padding:16px;
  border-radius:14px;
  background:linear-gradient(180deg,var(--c3),var(--c4));
  border:1px solid var(--c6);
  box-shadow:var(--gl);
  z-index:70;
  display:none;
}

.ck-99110.on {
  display:block;
}

.btn-77 {
  padding:10px 14px;
  border-radius:10px;
  border:1px solid var(--c6);
  background:var(--c6);
  cursor:pointer;
  color:white;
  transition:opacity .2s;
}

.btn-77:hover {
    opacity:.85;
}

.elem--inl-1feef7 {
  color:white;
  margin:0 0 12px;
}

body {
  max-width:100vw;
  overflow-x:hidden;
}

h2 {
    color:var(--c6);
    margin-top:2rem;
    margin-bottom:1rem;
    font-size:1.8rem;
    font-weight:700;
}

h3 {
    color:var(--c4);
    margin-top:1.5rem;
    margin-bottom:0.5rem;
    font-size:1.3rem;
}