._button a,._button button{display:flex;align-items:center;gap:15px;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s ease-in-out;width:fit-content;border:1px solid transparent}@media (min-width: 992px){._button a,._button button{padding:15px 30px}}._button .white{background-color:#fff;color:#000}._button .white:hover,._button .white:focus,._button .white:focus-within{background-color:#f0f0f0;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}._button .primary{background-color:#230800;color:#fff}._button .primary:hover,._button .primary:focus,._button .primary:focus-within{background-color:#6c0000;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}._button .transparent{background-color:transparent;border:1px solid #000;color:#000}._button .transparent:hover,._button .transparent:focus,._button .transparent:focus-within{background-color:#f0f0f0;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}._button.outline a,._button.outline button{border-color:#230800}._button.outline a:hover,._button.outline a:focus,._button.outline a:focus-within,._button.outline button:hover,._button.outline button:focus,._button.outline button:focus-within{background-color:#2308001a;box-shadow:0 2px 6px #0000001a}._button .yellow{background-color:#f3c674;color:#170b03}._button .yellow:hover,._button .yellow:focus,._button .yellow:focus-within{background-color:#a67228;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}
