:root {
	--base-font-size: 16px;
	--base-line-height: 1.5;
	--base-spacing-unit: 24px;
	--base-border-radius: 4px;
	--base-transition-time: 0.075s;
	--base-timing-functon: cubic-bezier(0.165, 0.84, 0.44, 1);
	--form-border-width: 1px;
	--form-padding: 10px;
	--form-sm-divisor: 1.6;
	--form-lg-multiplier: 2.4;
	--btn-border-width: 1px;
	--btn-padding-v: 10px;
	--btn-padding-h: 24px;
	--btn-sm-divisor: 1.6;
	--btn-lg-multiplier: 2.4;
	--c-brand-50: #f9fce9;
	--c-brand-100: #f1f8cf;
	--c-brand-200: #e1f1a5;
	--c-brand-300: #cbe670;
	--c-brand-400: #bada55;
	--c-brand-500: #96bc26;
	--c-brand-600: #74961a;
	--c-brand-700: #587219;
	--c-brand-800: #475b19;
	--c-brand-900: #3d4d1a;
	--c-brand: var(--c-brand-400);
	--c-accent-50: #fcf3fa;
	--c-accent-100: #fae9f8;
	--c-accent-200: #f6d4f0;
	--c-accent-300: #f1b0e5;
	--c-accent-400: #e680d1;
	--c-accent-500: #da55bb;
	--c-accent-600: #c83aa0;
	--c-accent-700: #ad2984;
	--c-accent-800: #8f256d;
	--c-accent-900: #78235c;
	--c-accent: var(--c-accent-500);
	--c-grey-50: #f0f3f5;
	--c-grey-100: #e5e8eb;
	--c-grey-200: #c5cdd3;
	--c-grey-300: #9daab4;
	--c-grey-400: #778692;
	--c-grey-500: #5d6b79;
	--c-grey-600: #4b5763;
	--c-grey-700: #3e4751;
	--c-grey-800: #363e45;
	--c-grey-900: #25292d;
	--c-link: var(--c-grey-900);
	--c-link-hover: #000;
	--z-everest: 100;
	--z-alps: 50;
	--z-hill: 10;
	--z-beach: 1;
	--z-sea: 0;
	--z-deadsea: -1;
	--ff--primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--ff--secondary: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.u-mrg--reset > :first-child {
	margin-top: 0;
}
.u-mrg--reset > :last-child {
	margin-bottom: 0;
}
html {
	line-height: 1.15;
}
body {
	margin: 0;
}
.u-skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 10px 14px;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	border-radius: 6px;
	z-index: var(--z-everest);
	transform: translateY(-200%);
	transition: transform var(--base-transition-time) var(--base-timing-functon);
}
.u-skip-link:focus,
.u-skip-link:focus-visible {
	transform: translateY(0);
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
a {
	background-color: transparent;
}

strong {
	font-weight: bolder;
}
code {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
code,
details,
div,
h1,
h2,
h3,
header,
html,
li,
p,
section,
small,
span,
strong,
ul,
var {
	text-align: left;
}
body,
html {
	margin: 0;
	padding: 0;
}
code {
	font-family:
		Monaco,
		Consolas,
		Bitstream Vera Sans Mono,
		Andale Mono,
		DejaVu Sans Mono,
		Lucida Console,
		monospace;
	font-size: 0.9em;
}
a {
	max-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	background: #fff;
	color: var(--c-grey-900);
	font-family: var(--ff--primary);
	font-size: var(--base-font-size);
	font-weight: 400;
	line-height: var(--base-line-height);
	overflow-x: hidden;
	scroll-behavior: auto;
}
body,
html {
	min-height: 100%;
	text-align: center;
	width: 100%;
}
h1,
h2,
h3 {
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	font-family: var(--ff--secondary);
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 0.4em;
	position: relative;
}
h1 small,
h2 small,
h3 small {
	font-size: 65%;
}
h1,
h2,
h3 {
	font-size: 1.25rem;
}
p {
	line-height: 3.125ex;
	margin: 0 0 1em;
}
a {
	color: var(--c-link);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	word-break: break-all;
}
a * {
	word-break: normal;
}
a:active,
a:hover {
	color: var(--c-link-hover);
	text-decoration: none;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
h1 a,
h2 a,
h3 a {
	word-break: normal;
}
small {
	font-size: 60%;
}

ul {
	margin: 0 0 var(--base-spacing-unit, 1rem);
	padding: 0;
}
ul {
	list-style: disc;
}

li > ul {
	font-size: 1em;
	margin: 0;
}

li {
	margin-left: var(--base-spacing-unit, 1rem);
}
code {
	font-family: var(--ff--mono);
}
code {
	line-height: 1;
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.99);
	color: #fff;
}
::selection {
	background: rgba(0, 0, 0, 0.99);
	color: #fff;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background: var(--c-grey-200);
}
.o-container {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 1024px) {
	.o-container {
		max-width: 1020px;
		padding-left: 60px;
		padding-right: 60px;
	}
}
.o-listbread {
	list-style: none;
}
.o-listbread li {
	display: inline-block;
	margin: 0;
}
.o-listbread li:after {
	content: "|";
	margin: 0 0.5em;
	opacity: 0.5;
}
.o-listbread li:last-child:after {
	display: none;
}
::-ms-expand {
	background-color: transparent;
	border: 0;
}
header {
	display: grid;
	gap: 1rem;
}
@media (min-width: 1024px) {
	header {
		gap: 3rem;
		grid-template-columns: 150px 3fr;
	}
	header > div {
		grid-area: 1/2;
	}
}
header h1 {
	font-size: clamp(32px, 17.8823529412px + 0.0294117647 * 100vw, 48px);
	margin: 0;
}
header p {
	border-bottom: 1px solid var(--c-grey-200, #ccc);
	margin: 0;
	padding: 0 0 0.5rem;
}
header ul {
	font-size: 0;
	margin: 0.5rem 0 0;
}
header ul li {
	font-size: 0.875rem;
	margin: 0;
}
section {
	display: grid;
	gap: 1rem;
	margin-top: clamp(48px, 33.8823529412px + 0.0294117647 * 100vw, 64px);
}
section > :first-child {
	margin-top: 0;
}
section > :last-child {
	margin-bottom: 0;
	padding-top: 0.5em;
}
section h2 {
	font-size: clamp(18px, 9.1764705882px + 0.0183823529 * 100vw, 28px);
	margin: 0;
	text-transform: uppercase;
}
section h3 {
	display: grid;
	gap: 0.6rem;
}
@media (min-width: 1024px) {
	section h3 {
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		align-items: center;
		grid-auto-flow: column;
		justify-content: space-between;
	}
}
section h3 small {
	display: inline-block;
	font-family: var(--ff--primary);
	font-size: 1rem;
}
section p + h3,
section ul + h3 {
	margin-top: 1.6rem;
}
section small {
	color: var(--c-grey-900);
	font-size: 0.875rem;
}
section ul {
	margin: 0;
}
section ul li + li {
	margin-top: calc(var(--base-spacing-unit, 1rem) / 2);
}
@media (min-width: 1024px) {
	section {
		gap: 3rem;
		grid-template-columns: 150px 3fr;
	}
	section h2 {
		text-align: right;
	}
}
.c-skills,
.c-skills li {
	list-style: none;
	margin: 0;
}
.c-skills li {
	display: grid;
	gap: 0;
}
.c-skills li span:last-child {
	color: var(--c-link, #000);
}
.c-skills li + li {
	margin-top: 0.6rem;
}
.c-skills__dots {
	display: none;
}
@media (min-width: 768px) {
	.c-skills li {
		-webkit-box-align: center;
		align-items: center;
		gap: 1rem;
		grid-template-columns: auto 1fr auto;
	}
	.c-skills li + li {
		margin-top: 0.4rem;
	}
	.c-skills__dots {
		border-top: 1px dashed var(--c-grey-200, #ccc);
		display: inline-block;
		height: 0;
	}
}
.c-content {
	padding-bottom: max(6vh, 48px);
	padding-top: max(4vh, 32px);
}
@media print {
	* {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
}
