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-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
} * {
box-sizing: border-box;
}
a {
text-decoration: none;
color: unset;
}
img {
height: auto;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.flex-around {
display: flex;
justify-content: space-around;
align-items: center;
}
.flex-between {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-center-column {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.bold6 {
font-weight: 600;
}
.bold7 {
font-weight: 700;
}
.bold8 {
font-weight: 800;
}
:root {
--step--3: clamp(0.64rem, calc(0.66rem + -0.02vw), 0.65rem);
--step--2: clamp(0.78rem, calc(0.77rem + 0.03vw), 0.80rem);
--step--1: clamp(0.94rem, calc(0.92rem + 0.11vw), 1.00rem);
--step-0: clamp(1.13rem, calc(1.08rem + 0.22vw), 1.25rem);
--step-1: clamp(1.35rem, calc(1.28rem + 0.37vw), 1.56rem);
--step-2: clamp(1.62rem, calc(1.50rem + 0.58vw), 1.95rem);
--step-3: clamp(1.94rem, calc(1.77rem + 0.87vw), 2.44rem);
--step-4: clamp(2.33rem, calc(2.08rem + 1.25vw), 3.05rem);
--step-5: clamp(2.80rem, calc(2.45rem + 1.77vw), 3.82rem);
--step-6: clamp(3.36rem, calc(2.87rem + 2.45vw), 4.77rem);
--step-7: clamp(4.03rem, calc(3.36rem + 3.36vw), 5.96rem);
--step-8: clamp(4.84rem, calc(3.93rem + 4.54vw), 7.45rem);
--step-9: clamp(5.81rem, calc(4.58rem + 6.10vw), 9.31rem);
--space-3xs: clamp(0.31rem, calc(0.31rem + 0.00vw), 0.31rem);
--space-2xs: clamp(0.56rem, calc(0.54rem + 0.11vw), 0.63rem);
--space-xs: clamp(0.88rem, calc(0.85rem + 0.11vw), 0.94rem);
--space-s: clamp(1.13rem, calc(1.08rem + 0.22vw), 1.25rem);
--space-m: clamp(1.69rem, calc(1.62rem + 0.33vw), 1.88rem);
--space-l: clamp(2.25rem, calc(2.16rem + 0.43vw), 2.50rem);
--space-xl: clamp(3.38rem, calc(3.24rem + 0.65vw), 3.75rem);
--space-2xl: clamp(4.50rem, calc(4.33rem + 0.87vw), 5.00rem);
--space-3xl: clamp(6.75rem, calc(6.49rem + 1.30vw), 7.50rem);
--space-4xl: clamp(7.88rem, calc(7.57rem + 1.52vw), 8.75rem);
--space-5xl: clamp(9.00rem, calc(8.65rem + 1.74vw), 10.00rem);
--space-6xl: clamp(10.13rem, calc(9.73rem + 1.96vw), 11.25rem);
}