*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol[class], ul[class], li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol[class], ul[class] {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  max-width: 100%;
  display: block;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background:#6c1818;
}
.page{max-width:768px;margin:0 auto;padding:16px;font-family:'Barlow',sans-serif;color:#edf5e1;font-size:18px;}
.header{padding:8px 0;}
.title{text-align:center;padding-bottom:24px;font-size:30px;font-weight:bold;color:#f6bd16;}
.faq{padding:8px;}
.faq>.faq-row:not(:last-child){border-bottom:1px solid #caebf2;}
.faq-row{padding:16px 0;}
.faq-q{color:#f6bd16;font-weight:bold;font-size:24px;border:3px solid #f6bd16;border-bottom:none;border-radius:5px;padding:8px;border:none;}
.faq-a{border:3px solid #f6bd16;border-top:none;border-radius:5px;padding:0 8px;border:none;}
.faq-a>p:not(:last-child),.faq-a>ul:not(:last-child),.faq-a>ol:not(:last-child){padding-bottom:16px;}
.faq-a>ul{padding-left:20px;list-style-type:disc;}
.faq-a>ul li:not(:last-child){padding-bottom:8px;}
.faq-a>ol{padding-left:20px;}
.faq a{color:#f0e68c;}