/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Atkinson Hyperlegible, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.tooltip, .tooltip-lg {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.ring-2 {
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}

.backdrop-blur-lg {
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.left-9 {
  left: 2.25rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.-left-\[5\%\] {
  left: -5%;
}

.z-\[500\] {
  z-index: 500;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-0 {
  margin-top: 0px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-auto {
  height: auto;
}

.h-32 {
  height: 8rem;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.w-1\/4 {
  width: 25%;
}

.w-32 {
  width: 8rem;
}

.w-full {
  width: 100%;
}

.w-3\/5 {
  width: 60%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-9\/12 {
  width: 75%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/5 {
  width: 20%;
}

.w-11\/12 {
  width: 91.666667%;
}

.min-w-\[6rem\] {
  min-width: 6rem;
}

.max-w-none {
  max-width: none;
}

.max-w-3xl {
  max-width: 48rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.columns-xs {
  -webkit-columns: 20rem;
          columns: 20rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-none {
  border-style: none;
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.pt-6 {
  padding-top: 1.5rem;
}

.pl-\[5\%\] {
  padding-left: 5%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.indent-1\.5 {
  text-indent: 0.375rem;
}

.indent-1 {
  text-indent: 0.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: 'forest camp';

  src: url('fonts/forestcamp-edited-cap-t.woff2') format('woff2'), url('fonts/forestcamp-edited-cap-t.woff') format('woff'), url('fonts/forestcamp-edited-cap-t.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'forest camp caps';

  src: url('fonts/forest_camp-caps.woff2') format('woff2'), url('fonts/forest_camp-caps.woff') format('woff'), url('fonts/forest_camp-caps.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'migrainesans';

  src: url('fonts/migraine_sans-webfont.woff2') format('woff2'), url('fonts/migraine_sans-webfont.woff') format('woff'), url('fonts/migraine_sans-webfont.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

body {
  --red: rgb(239 68 68 / 15%);
  --green: rgb(34 197 94 / 15%);
  --purple: rgb(168 85 247 / 15%);
  --blue: rgb(14 165 233 / 15%);
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  font-family: Atkinson Hyperlegible, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  line-height: 1.6;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: radial-gradient(circle 30vmax at 38% 25%, var(--red) 20%, transparent 80%), radial-gradient(circle 30vmax at 68% 38%, var(--green) 20%, transparent 80%), radial-gradient(circle 30vmax at 59% 80%, var(--purple) 20%, transparent 80%), radial-gradient(circle 30vmax at 30% 66%, var(--blue) 20%, transparent 80%);
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.App {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  overflow-x: hidden;
}

.App.front {
  display: unset;
}

main {
  padding: 0 3rem;
  padding: 0 min(3rem, 3vw);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  max-width: 60ch;
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.75ex;
}

.salt {
  -webkit-font-feature-settings: 'salt' on;
          font-feature-settings: 'salt' on;
}

@media screen and (orientation: landscape) and (min-width: 40rem) {
  .hide-wide {
    display: none;
  }
}

@media screen and (min-width: 40rem) {
  .hide-with-menu {
    display: none;
  }
}

.site-name {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 5.5vw;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  margin-top: 1ex;
  letter-spacing: 0.55vw;
  letter-spacing: max(0.55vw, 0.25rem);
}

h2 {
  font-size: 1.7rem;
  letter-spacing: 0.17rem;
}

@media screen and (min-width: 40rem) {
  h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

p {
  margin-bottom: 1em;
  orphans: 2;
  widows: 2;
}

blockquote {
  margin: 0 3ex 1.5em;
  font-family: Merriweather, serif;
  color: var(--theme-dark);
}

blockquote cite {
  font-style: italic;
  margin-top: 1em;
  display: block;
}

blockquote cite::before {
  content: "Source(s): ";
}

main a,
footer a {
  border-bottom: 1px dotted currentColor;
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

@media (hover: hover) {
  main a,
  footer a {
    transition: all 0.25s ease;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

main a:hover,
footer a:hover,
main a:focus,
footer a:focus {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
  border-style: solid;
}

.inline-icon {
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  margin: 0 1px;
  position: relative;
  top: 2px;
}

.with-ender::after {
  content: url("fleuron37x22.svg");
  position: relative;
  top: 3px;
  left: 0.5ex;
}

.scriptcaps {
  font-family: 'forest camp caps', 'Atkinson Hyperlegible', sans-serif;
}

.info-button {
  border: 2px solid black;
  border-radius: 50%;
  font-weight: bold;
  background: transparent;
  color: black !important;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
  line-height: 1.1em;
  font-size: 0.8rem;
}

.use-color-em em,
.use-color-em strong {
  color: var(--theme-primary);
}

footer {
  --dgray: rgb(100 116 139 / 20%);
  --lgray: rgb(100 116 139 / 3%);
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  max-height: 30vh;
  min-height: 12rem;
  padding: 4rem 3rem 2rem;
  margin-top: 4rem;
  background: linear-gradient(140deg, var(--dgray), var(--lgray));
}

body {
  overscroll-behavior-y: none;
}

@media screen and (min-width: 40rem) {
  body {
    overscroll-behavior-y: unset;
  }

  footer + a {
    display: none;
  }

  .App {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 57rem) {
  .App {
    padding-top: 6rem;
  }
}

.Navbar {
  padding: 1rem 0 0.5rem;
  text-align: center;
  font-family: Atkinson Hyperlegible, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 500;
  transition: all 0.25s ease;
  margin-top: -13rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 40rem) {
  .Navbar {
    padding: 0.5rem 3rem;
    padding: 0.5rem min(3rem, 3vw);
    font-family: Merriweather, serif;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: unset;
  }
}

.Navbar__opener {
  font-size: 0;
  text-indent: -9999rem;
  color: #334155;
  border-color: currentColor;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 3px;
  position: relative;
  height: 8px;
  width: 2rem;
  opacity: 0.25;
  transition: all 0.25s ease;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.Navbar__opener:focus,
.Navbar__opener:focus-within {
  opacity: 0.6;
}

.Navbar__opener::before {
  content: "";
  display: block;
  border-top: 4px solid currentColor;
  width: 100%;
  position: absolute;
  top: 9px;
}

.Navbar__opener::after {
  content: "";
  display: block;
  border: 1rem solid transparent;
  border-top-color: currentColor;
  width: 100%;
  position: absolute;
  top: 16px;
}

@media screen and (min-width: 40rem) {
  .Navbar__opener {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

.Navbar > ul {
  display: grid;
  row-gap: 0.3rem;
}

.Navbar > ul li.site-name {
  order: 100;
  margin-top: 1rem;
}

@media screen and (min-width: 40rem) {
  .Navbar > ul li.site-name {
    margin-top: 0;
    order: -1;
    grid-column: 1 / -1;
  }
}

@media screen and (min-width: 57rem) {
  .Navbar > ul li.site-name {
    order: 3;
    grid-column: unset;
  }
}

@media screen and (min-width: 40rem) {
  .Navbar > ul {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    place-items: center;
  }

  .Navbar > ul .order-first,
  .Navbar > ul .order-1 {
    margin-left: max(-1rem, -1vw);
  }

  .Navbar > ul .order-first ~ .order-1,
  .Navbar > ul .order-1 ~ .order-1 {
    margin: 0;
  }

  .Navbar > ul:last-of-type {
    margin-right: max(-1rem, -1vw);
  }
}

@media screen and (min-width: 57rem) {
  .Navbar > ul {
    grid-template-columns: auto 1fr -webkit-min-content 1fr auto;
    grid-template-columns: auto 1fr min-content 1fr auto;
  }
}

.Navbar__item {
  display: block;
  text-shadow: 0 0 0.5ex #fff;
  padding: 0 min(1rem, 1vw);
}

@media (hover: hover) {
  .Navbar__item {
    transition: all 0.25s ease;
  }
}

.Navbar__item:not(.site-name) {
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0.5;
  --cyan20: rgb(14 116 144 / 20%);
  --cyan80: rgb(14 116 144 / 80%);
  background-image: linear-gradient(to right, rgb(203 213 225 / 60%), transparent);
}

@media (hover: hover) {
  .Navbar__item:not(.site-name):hover {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 40rem) {
  .Navbar__item:not(.site-name) {
    background-image: none;
    border-width: 2px;
  }

  .Navbar__item:not(.site-name):focus {
    border-color: var(--cyan80);
  }
}

@media screen and (min-width: 40rem) and (hover: hover) {
  .Navbar__item:not(.site-name):hover {
    border-color: var(--cyan20);
  }
}

.Navbar__item:not(.active) {
  color: currentColor;
}

.Navbar__item.active,
.Navbar__item.active:focus {
  border-color: transparent;
  opacity: 1 !important;
}

@media (hover: hover) {
  .Navbar__item.active:hover {
    border-color: transparent;
    opacity: 1 !important;
  }
}

.Navbar--expanded {
  margin-top: 0;
  background: linear-gradient(to bottom, rgb(248 250 252 / 80%) 50%, transparent);
}

@media screen and (min-width: 40rem) {
  .Navbar--expanded {
    background: transparent;
  }
}

.Navbar--expanded .Navbar__opener {
  opacity: 0.1;
}

.Navbar--expanded .Navbar__opener:focus,
.Navbar--expanded .Navbar__opener:focus-within {
  opacity: 0.4;
}

.Navbar--scrolled {
  background: linear-gradient(to bottom, rgb(248 250 252 / 50%), rgb(248 250 252 / 70%) 45%, rgb(248 250 252 / 70%) 60%, transparent);
  margin-top: -13rem;
}

@media screen and (min-width: 40rem) {
  .Navbar--scrolled {
    margin-top: -2.75rem;
  }
}

@media screen and (min-width: 57rem) {
  .Navbar--scrolled {
    margin-top: 0;
  }
}

.Navbar--scrolled .Navbar__item:not(.site-name) {
  opacity: 0.75;
}

@media screen and (min-width: 40rem) {
  .Navbar--scrolled .Navbar__item:not(.site-name):focus {
    border-color: var(--cyan80);
  }
}

@media screen and (min-width: 40rem) and (hover: hover) {
  .Navbar--scrolled .Navbar__item:not(.site-name):hover {
    --cyan40: rgb(14 116 144 / 40%);
    border-color: var(--cyan40);
  }
}

@media screen and (min-width: 57rem) and (max-width: 63rem), screen and (max-width: 27.5rem) {
  .Navbar .site-name span {
    display: none;
  }
}

.Ring-nav {
  position: absolute;
  inset: 0;
  width: 70vmin;
  height: 70vmin;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.25s ease;
  transition-duration: 0.5s;
  z-index: -1;
}

.Ring-nav a {
  color: currentColor !important;
}

.Ring-nav__ring,
.Ring-nav__inner {
  position: absolute;
  margin: auto;
  border-radius: 50%;
}

@-webkit-keyframes ring-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes ring-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.Ring-nav__ring {
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ring-rotate 60s infinite linear;
          animation: ring-rotate 60s infinite linear;
}

.Ring-nav__ring tspan,
.Ring-nav__ring a {
  fill: currentColor;
  cursor: grab;
}

.Ring-nav__ring:hover,
.Ring-nav__ring:focus,
.Ring-nav__ring:focus-within,
.Ring-nav__ring.manually-rotating {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.Ring-nav__ring:hover text :is(tspan, a):not(:hover, .active),
.Ring-nav__ring:focus text :is(tspan, a):not(:hover, .active),
.Ring-nav__ring:focus-within text :is(tspan, a):not(:hover, .active),
.Ring-nav__ring.manually-rotating text :is(tspan, a):not(:hover, .active) {
  fill-opacity: 0.5;
}

.Ring-nav__ring:hover + .Ring-nav__inner,
.Ring-nav__ring:focus + .Ring-nav__inner,
.Ring-nav__ring:focus-within + .Ring-nav__inner,
.Ring-nav__ring.manually-rotating + .Ring-nav__inner {
  opacity: 0.5;
}

.Ring-nav__ring.manually-rotating text :is(tspan, a):is(:hover, .active) {
  fill: unset;
}

@media (prefers-reduced-motion: reduce) {
  .Ring-nav__ring {
    -webkit-animation: none;
            animation: none;
  }
}

.Ring-nav #gear {
  opacity: 0.3;
}

.Ring-nav__inner {
  inset: 0;
  width: 80%;
  height: 80%;
}

.Ring-nav--background {
  z-index: -1;
  opacity: 0.2;
  width: 25vw;
  height: 25vw;
  width: max(25vw, 12rem);
  height: max(25vw, 12rem);
  inset: auto;
  top: -4vw;
  left: -3vw;
  top: min(-4vw, -1.9rem);
  left: min(-3vw, -1.4rem);
  pointer-events: none;
  -webkit-filter: blur(0.05vw);
          filter: blur(0.05vw);
  -webkit-filter: blur(max(0.14vw, 0.08rem));
          filter: blur(max(0.14vw, 0.08rem));
  position: fixed;
}

.Ring-nav--background .Ring-nav__graphic {
  opacity: 0.7;
}

@media (max-width: 57rem) {
  .Ring-nav--background {
    opacity: 0.15;
  }
}

@media (max-width: 40rem) {
  .Ring-nav--background {
    opacity: 0.1;
  }

  .Ring-nav--background * {
    -webkit-animation: none;
            animation: none;
  }
}

.Contact-card a {
  border-bottom: 0 none;
  position: relative;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
  transition: all 0.25s ease;
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Contact-card a:hover,
.Contact-card a:focus {
  color: #f8fafc;
}

.Contact-card a:focus {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.Contact-card a svg {
  width: 60%;
  height: 60%;
  margin: auto;
  inset: 0;
  position: absolute;
}

.Contact-card a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (prefers-reduced-motion: reduced) {
  .Contact-card a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.Contact-card {
  grid-template-columns: repeat(auto-fit, 4rem);
}

.Skills-page h2 {
  text-align: center;
  font-family: Oswald, sans-serif;
  letter-spacing: initial;
  font-weight: normal;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
  font-size: max(2rem, 2vw);
}

.Skills-slide {
  width: 100%;
  height: 100%;
}

.Skills-slide h2 {
  display: none;
}

@media screen and (min-width: 40rem) {
  .Skills-slide h2 {
    display: block;
  }

  .Skills-slide h2::before,
  .Skills-slide h2::after {
    content: "";
    border-bottom: 3px solid currentColor;
    width: 1em;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0.25em;
  }
}

.Skills-slide__barchart {
  width: 90%;
  border-left: 2px solid #334155;
  padding: 4px 0 1px;
  margin: 0 auto;
  position: relative;
}

.Skills-slide__barchart__bar {
  background-color: rgb(14 116 144 / 65%);
  margin: 0 0 4px;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
  text-align: left;
  padding-left: 0.35em;
  white-space: nowrap;
  transition: all 0.25s ease;
  text-shadow: 0 0 0.4em #0891b2;
  cursor: pointer;
  position: relative;
  height: min(clamp(3rem, 3.5vw, 4rem), 13vw);
  font-size: clamp(1.2rem, 1.35vw, 1.5rem);
  line-height: min(clamp(4rem, 5vw, 6rem), 16vw);
}

.Skills-slide__barchart__bar:hover,
.Skills-slide__barchart__bar:active,
.Skills-slide__barchart__bar.active {
  background-color: rgb(14 116 144 / 80%);
}

.Skills-slide__barchart__bar--info-button {
  position: absolute;
  top: 4px;
  right: 4px;
}

.Skills-numbers {
  min-height: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 1.5rem 0 0;
  text-shadow: 0 0 1em #f8fafc;
}

@media screen and (min-width: 40rem) {
  .Skills-numbers {
    padding-top: 5rem;
  }
}

.Skills-numbers__list {
  height: 28.8vw;
  position: relative;
}

@media screen and (min-width: 40rem) {
  .Skills-numbers__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: unset;
  }
}

.Skills-numbers__list:hover li,
.Skills-numbers__list:focus li,
.Skills-numbers__list:focus-within li {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.Skills-numbers__list-item {
  transition: color 0.3s ease-out;
  cursor: pointer;
  font-size: 18vw;
  display: table;
  margin: auto;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.Skills-numbers__list-item:hover,
.Skills-numbers__list-item:focus,
.Skills-numbers__list-item:focus-within {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

@-webkit-keyframes numbers_fader {
  5%,
  15% {
    opacity: 1;
    pointer-events: unset;
  }

  20%,
  100%,
  0% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes numbers_fader {
  5%,
  15% {
    opacity: 1;
    pointer-events: unset;
  }

  20%,
  100%,
  0% {
    opacity: 0;
    pointer-events: none;
  }
}

.Skills-numbers__list-item:nth-of-type(1) {
  -webkit-animation-name: numbers_fader;
          animation-name: numbers_fader;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.Skills-numbers__list-item:nth-of-type(2) {
  -webkit-animation-name: numbers_fader;
          animation-name: numbers_fader;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.Skills-numbers__list-item:nth-of-type(3) {
  -webkit-animation-name: numbers_fader;
          animation-name: numbers_fader;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.Skills-numbers__list-item:nth-of-type(4) {
  -webkit-animation-name: numbers_fader;
          animation-name: numbers_fader;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.Skills-numbers__list-item:nth-of-type(5) {
  -webkit-animation-name: numbers_fader;
          animation-name: numbers_fader;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

@media screen and (min-width: 40rem) {
  .Skills-numbers__list-item {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    font-size: 6.3vw;
    position: static;
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1;
    pointer-events: unset;
  }
}

@media screen and (min-width: 56rem) {
  .Skills-numbers__list-item {
    font-size: 5vw;
  }
}

@media screen and (min-width: 87.5rem) {
  .Skills-numbers__list-item {
    font-size: 4vw;
    font-size: max(4vw, 76px);
  }
}

.Skills-numbers .digit {
  font-family: Oswald, sans-serif;
  display: inline-block;
  margin: 0 0.25ex 0 0.2ex;
  vertical-align: baseline;
  line-height: 1;
  letter-spacing: -0.015em;
}

.Skills-numbers .digit sup {
  font-size: 0.7em;
  position: relative;
  bottom: 0.5ex;
}

.Skills-numbers small {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 0.36em;
  font-size: max(0.36em, 0.875rem);
  line-height: 1.2;
  display: inline-block;
  vertical-align: baseline;
  margin-top: -0.1ex;
  letter-spacing: -0.015em;
}

@media screen and (min-width: 40rem) {
  .Skills-numbers .show-four {
    display: none;
  }
}

@media screen and (min-width: 56rem) {
  .Skills-numbers .show-four {
    display: block;
  }
}

@media screen and (min-width: 40rem) {
  .Skills-numbers .show-five {
    display: none;
  }
}

@media screen and (min-width: 87.5rem) {
  .Skills-numbers .show-five {
    display: block;
  }
}

.textshadow-white {
  text-shadow: 0 0 0.4em #f8fafc;
}

.Radar-chart {
  position: relative;
  width: 100%;
  height: auto;
  top: 1rem;
}

.Radar-chart__gridFrames polygon,
.Radar-chart__gridFrames polyline {
  fill: none;
  stroke: #64748b;
  stroke-width: 1;
  stroke-opacity: 0.5;
}

.Radar-chart__diagram {
  stroke: #6b21a8;
  fill: #c084fc;
  fill-opacity: 0.3;
  stroke-opacity: 0.6;
  stroke-width: 2;
  transition: all 0.25s ease;
}

.Radar-chart__diagram:hover {
  fill-opacity: 0.4;
  stroke-opacity: 0.8;
}

.Radar-chart__label {
  font-size: 0.4em;
  font-weight: 400;
  text-transform: uppercase;
  fill: rgb(88 28 135 / 70%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.Radar-chart__label--active {
  fill: #581c87;
  font-weight: 600;
}

.Radar-chart__spoke {
  cursor: pointer;
}

.Radar-chart .markerDot {
  fill: rgb(88 28 135 / 70%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.Radar-chart .markerDot--active {
  fill: #581c87;
}

.Donut-chart {
  position: relative;
  width: 100%;
  top: 1rem;
}

.Donut-chart > svg {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.Donut-chart__slice {
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: none;
  stroke: currentColor;
  stroke-width: 40;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.25s ease;
}

.Donut-chart__slice--active {
  opacity: 1;
}

.Donut-chart__labels {
  position: absolute;
  inset: 25%;
  text-align: center;
}

.Donut-chart__label > button {
  font-weight: bold;
  font-size: 1.2rem;
  font-size: min(clamp(1.2rem, 2vw, 1.9rem), 4.25vw);
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1ex;
}

.Donut-chart__label > button > span {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
  transition: all 0.25s ease;
}

.Donut-chart__label > button::before {
  content: "";
  background-color: currentColor;
  height: 1em;
  width: 1em;
  margin-right: 1ex;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 0.6em #f8fafc;
}

.Donut-chart__label > button:hover {
  text-shadow: 0 0 0.6em #d8b4fe;
}

.Donut-chart__label > button:hover > span {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.Donut-chart__label--active > button {
  text-shadow: 0 0 0.6em #d8b4fe;
}

.Donut-chart__label--active > button > span {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.Portfolio {
  min-height: 700px;
  min-height: max(700px, 80vh);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: calc(100vw - 6rem);
  width: calc(100vw - min(6rem, 6vw));
}

.Portfolio .mobile-hide {
  display: none;
}

@media screen and (min-width: 40rem) and (orientation: landscape) {
  .Portfolio {
    flex-direction: row;
  }

  .Portfolio .mobile-hide {
    display: block;
  }
}

.Portfolio__item {
  flex-basis: 4.5rem;
  flex-shrink: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(3 105 161 / 75%);
  border-left-width: 0.5rem;
  transition: all 0.75s ease-out;
  margin-bottom: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0 0.75rem #f8fafc;
  outline: 1px solid white;
}

@media screen and (min-width: 40rem) and (orientation: landscape) {
  .Portfolio__item {
    border-bottom-width: 0.5rem;
    border-left-width: 0;
    margin-right: 0.75rem;
    margin-bottom: 0;
    flex-basis: 0;
  }

  .Portfolio__item:last-child {
    margin-right: 0;
  }
}

.Portfolio__item:hover,
.Portfolio__item:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.Portfolio__item--active {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
  cursor: default;
  flex-basis: max-content;
}

@media screen and (min-width: 40rem) and (orientation: landscape) {
  .Portfolio__item--active {
    flex-basis: calc(60vw - 6rem * 0.6);
    flex-basis: calc(60vw - min(6rem, 6vw) * 0.6);
  }
}

.Portfolio__item__bg {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(60vw - 6rem * 0.6);
  width: calc(60vw - min(6rem, 6vw) * 0.6);
  min-width: 100%;
  background-size: cover;
  opacity: 1;
  transition: all 0.75s ease-out;
}

@media screen and (max-width: 40rem) {
  .Portfolio__item__bg {
    background-image: none !important;
  }
}

.Portfolio__item__bg--small {
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: 1;
  transition: all 0.75s ease-out;
}

@media screen and (min-width: 40rem) {
  .Portfolio__item__bg--small {
    background-image: none !important;
    display: none;
  }
}

.Portfolio__item--active .Portfolio__item__bg,
.Portfolio__item--active .Portfolio__item__bg--small {
  opacity: 0.25;
}

.Portfolio__item__wrapper {
  position: relative;
  z-index: 2;
  inset: 0 auto 0 0;
  padding: 1rem 1rem 2rem;
  opacity: 0;
  width: calc(60vw - 6rem * 0.6);
  width: calc(60vw - min(6rem, 6vw) * 0.6);
  min-width: 100%;
  transition: all 0.75s ease-out;
  color: #000;
}

.Portfolio__item--active .Portfolio__item__wrapper {
  opacity: 1;
}

.Portfolio__item__title {
  font-family: Oswald, sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}

.Portfolio__item__content {
  width: 100%;
  max-width: 25em;
  text-shadow: 0 0 0.5em #f8fafc;
  line-height: 1.3;
  pointer-events: none;
}

.Portfolio__item__content.has-screens {
  padding-bottom: 17.5rem;
}

.Portfolio__item__content p:first-of-type {
  margin-top: 0;
}

.Portfolio__item__content img.inline-photo.simple {
  display: inline;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.Portfolio__item__content img.inline-photo.simple.triple,
.Portfolio__item__content img.inline-photo.simple.quadruple {
  width: 170px;
  height: auto;
}

.Portfolio__item__content img.inline-photo.simple.triple {
  max-width: 30%;
}

.Portfolio__item__content img.inline-photo.simple.quadruple {
  max-width: 23.5%;
}

.Portfolio__item--active .Portfolio__item__content {
  pointer-events: unset;
}

.Portfolio__item__urls {
  font-weight: bold;
}

.Portfolio__item__icons {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.Portfolio__item__icons__icon {
  margin-right: 0.75rem;
}

.Portfolio__item__icons__icon > svg {
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  vertical-align: middle;
  stroke: currentColor;
  cursor: pointer;
}

.Portfolio__item__icons__icon > svg:hover,
.Portfolio__item__icons__icon > svg:focus,
.Portfolio__item__icons__icon > svg:focus-within {
  color: #0c4a6e;
}

.Portfolio__item__screens {
  margin-left: 1rem;
  width: 90%;
  max-width: 32rem;
  position: relative;
  margin-top: -17rem;
  top: -1rem;
  opacity: 0;
  transition: all 0.75s ease-out;
}

@media screen and (min-width: 40rem) and (orientation: landscape) {
  .Portfolio__item__screens {
    position: absolute;
    bottom: 1.3em;
    top: unset;
    max-width: 30rem;
    width: calc(calc(60vw - 6rem * 0.6) * 0.9);
    width: calc(calc(60vw - min(6rem, 6vw) * 0.6) * 0.9);
  }
}

.Portfolio__item__screens:before {
  content: '';
  width: 100%;
  padding-top: 62.23%;
  display: block;
}

.Portfolio__item__screens:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('images/screens-nophone.svg') top left no-repeat;
  background-size: contain;
}

.Portfolio__item__screens.responsive:after {
  background-image: url('images/screens-all.svg');
}

.Portfolio__item--active .Portfolio__item__screens {
  opacity: 1;
}

.Portfolio__item__screen {
  position: absolute;
}

.Portfolio__item__screen--desktop {
  top: 7%;
  left: 10.55%;
  width: 74%;
  height: 68.3%;
}

.Portfolio__item__screen--tablet {
  top: 52.5%;
  left: 54.6%;
  width: 40%;
  height: 41.6%;
}

.Portfolio__item__screen--mobile {
  top: 54.4%;
  left: 2%;
  width: 13.8%;
  height: 40%;
}

.Portfolio__item__screens.responsive .Portfolio__item__screen--tablet {
  top: 27.2%;
  left: 70.6%;
  width: 26%;
  height: 64%;
}

@media screen and (max-width: 40rem), (orientation: portrait) {
  .Portfolio__item:not(.Portfolio__item--active) {
    flex-basis: 4.5rem !important;
  }
}

.Skeleton-loader__box {
  display: inline-block;
  min-height: 1em;
  position: relative;
  overflow: hidden;
  background-color: rgb(148 163 184 / 40%);
  color: transparent;
}

.Skeleton-loader__box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: '';
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.tooltip {
  z-index: 999;
  position: absolute;
  display: block;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: var(--theme-primary-fade, rgba(100, 116, 139, 0.8));
  width: -webkit-max-content;
  width: max-content;
  max-width: 90vw;
  max-width: min(90vw, 30em);
  padding: 0.75rem 1rem;
  font-size: initial;
  line-height: initial;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  text-shadow: none;
  pointer-events: none !important;
}

.tooltip-lg {
  z-index: 999;
  position: absolute;
  display: block;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: var(--theme-primary-fade, rgba(100, 116, 139, 0.8));
  width: -webkit-max-content;
  width: max-content;
  max-width: 90vw;
  max-width: min(90vw, 30em);
  padding: 1.5rem 2rem;
  font-size: initial;
  line-height: initial;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  text-shadow: none;
  pointer-events: none !important;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

@media (min-width: 640px) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
