*,
::after,
::before {
  box-sizing: border-box;
}
*:focus,
::after:focus,
::before:focus {
  outline: none;
}

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,
ul,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
  box-sizing: border-box;
}

ol,
ul {
  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 {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.icon svg {
  height: 100%;
  width: 100%;
}

textarea:focus,
input:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.webkit-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.webkit-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}.errorbound.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.errorbound.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  flex-direction: column;
  background: #fff;
}
.errorbound.fixed img {
  width: 75px;
  height: auto;
}
.errorbound.fixed p {
  font-size: 1.125rem;
}
.errorbound.fixed button {
  outline: 0;
  border: 0.0625rem solid #acacac;
  padding: 0.3125rem;
  min-width: 10rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  cursor: pointer;
  margin-top: 1.25rem;
}