.btn-outline{border:2px solid var(--blue);color:var(--blue)}.btn-outline:hover{background:var(--blue);color:#fff}.util{background:var(--blue);color:#fff;font-size:14px}.util .container{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:8px 24px}.util a{text-decoration:underline;text-underline-offset:2px}.util a:hover{text-decoration:none;opacity:.9}header .container{display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.brand{font-family:Georgia,"Merriweather",serif;color:var(--blue);font-size:20px;font-weight:700}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:999px;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.arrow:hover{filter:brightness(.95)}.arrow.prev{left:-6px}.arrow.next{right:-6px}.sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}footer .grid{display:grid;gap:24px}footer .title{font-family:Georgia,"Merriweather",serif;font-weight:700;margin-bottom:10px}footer a{opacity:.92}footer a:hover{opacity:1}.small{color:#cfe4d3;font-size:13px}@media (max-width:960px){.arrow{display:none}}