/* *, */
/* *::before, */
/* *::after { */
/*   box-sizing: border-box; */
/* } */
/**/
/* * { */
/*   margin: 0; */
/*   padding: 0; */
/* } */
/**/
/* html { */
/*   font-size: 16px; */
/*   line-height: 1.5; */
/*   -webkit-text-size-adjust: 100%; */
/*   -ms-text-size-adjust: 100%; */
/* } */
/**/
/* body { */
/*   color: var(--font-1, #1a1a1a); */
/*   background-color: var(--bg-1, #ffffff); */
/*   line-height: 1.5; */
/*   margin: 0; */
/*   padding: 0; */
/* } */
/**/
/* h1, h2, h3, h4, h5, h6 { */
/*   font-size: inherit; */
/*   font-weight: inherit; */
/* } */
/**/
/* p, blockquote, dl, dd { */
/*   margin: 0; */
/* } */
/**/
/* ol, ul { */
/*   list-style: none; */
/* } */
/**/
/* a { */
/*   color: inherit; */
/*   text-decoration: inherit; */
/* } */
/**/
/* button, input, optgroup, select, textarea { */
/*   font-family: inherit; */
/*   font-size: 100%; */
/*   line-height: 1.15; */
/*   margin: 0; */
/* } */
/**/
/* button, input { */
/*   overflow: visible; */
/* } */
/**/
/* button, select { */
/*   text-transform: none; */
/* } */
/**/
/* button, [type="button"], [type="reset"], [type="submit"] { */
/*   -webkit-appearance: button; */
/* } */
/**/
/* button::-moz-focus-inner, */
/* [type="button"]::-moz-focus-inner, */
/* [type="reset"]::-moz-focus-inner, */
/* [type="submit"]::-moz-focus-inner { */
/*   border-style: none; */
/*   padding: 0; */
/* } */
/**/
/* button:-moz-focusring, */
/* [type="button"]:-moz-focusring, */
/* [type="reset"]:-moz-focusring, */
/* [type="submit"]:-moz-focusring { */
/*   outline: 1px dotted ButtonText; */
/* } */
/**/
/* textarea { */
/*   overflow: auto; */
/*   resize: vertical; */
/* } */
/**/
/* table { */
/*   border-collapse: collapse; */
/*   border-spacing: 0; */
/* } */
/**/
/* img, picture, video, canvas, svg { */
/*   display: block; */
/*   max-width: 100%; */
/* } */
/**/
/* img { */
/*   border-style: none; */
/* } */
/**/
/* input, button, textarea, select { */
/*   font: inherit; */
/* } */
/**/
/* button { */
/*   background: none; */
/*   border: none; */
/*   color: inherit; */
/*   cursor: pointer; */
/* } */
/**/
/* fieldset { */
/*   border: none; */
/*   padding: 0; */
/*   margin: 0; */
/* } */
/**/
/* legend { */
/*   padding: 0; */
/* } */
/**/
/* blockquote, q { */
/*   quotes: none; */
/* } */
/**/
/* blockquote:before, blockquote:after, */
/* q:before, q:after { */
/*   content: ''; */
/*   content: none; */
/* } */
/**/
/* [type="search"] { */
/*   -webkit-appearance: textfield; */
/*   outline-offset: -2px; */
/* } */
/**/
/* [type="search"]::-webkit-search-decoration { */
/*   -webkit-appearance: none; */
/* } */
/**/
/* ::-webkit-file-upload-button { */
/*   -webkit-appearance: button; */
/*   font: inherit; */
/* } */
/**/
/* ::-moz-focus-inner { */
/*   border-style: none; */
/*   padding: 0; */
/* } */
/**/
/* :focus:not(:focus-visible) { */
/*   outline: none; */
/* } */
/**/
/* input[type="number"] { */
/*   -moz-appearance: textfield; */
/* } */
/**/
/* input[type="number"]::-webkit-outer-spin-button, */
/* input[type="number"]::-webkit-inner-spin-button { */
/*   -webkit-appearance: none; */
/*   margin: 0; */
/* } */
/**/
/* html:focus-within { */
/*   scroll-behavior: smooth; */
/* } */
/**/
/* @media (prefers-reduced-motion: reduce) { */
/*   html:focus-within { */
/*    scroll-behavior: auto; */
/*   } */
/**/
/*   *, */
/*   *::before, */
/*   *::after { */
/*     animation-duration: 0.01ms !important; */
/*     animation-iteration-count: 1 !important; */
/*     transition-duration: 0.01ms !important; */
/*     scroll-behavior: auto !important; */
/*   } */
/* } */
