* {
  box-sizing: border-box;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-synthesis: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "HostGrotesk";
  src: url("HostGrotesk-VariableFont_wght.ttf") format("truetype");
}
:root {
  --primary: #162238;
  --secondary: #1D2E4A;
  --tertiary: #fff;
  --interactive: #007aff;
  --gradient-primary: linear-gradient(to bottom, #162238, #18253c, #1a2841, #1b2b45, #1d2e4a);
  --gradient-secondary: linear-gradient(to top, #162238, #18253c, #1a2841, #1b2b45, #1d2e4a);
  --gradient-tertiary: linear-gradient(90deg, #63d8e3, #29beff, #007aff);
  --line-height: 1.9;
  --gap-space: 1.5rem;
  --font-family: "HostGrotesk";
  --font-h1: clamp(2.5rem, 1.1364rem + 6.8182vw, 5.5rem);
  --font-h2: clamp(2.25rem, 1.6818rem + 2.8409vw, 3.5rem);
  --font-h3: clamp(2rem, 1.7727rem + 1.1364vw, 2.5rem);
  --font-h4: clamp(1.5rem, 1.2727rem + 1.1364vw, 2rem);
  --font-h5: clamp(1.8rem, 2.5vw, 2.8rem);
  --font-h6: clamp(1.125rem, 0.5rem + 1.5625vw, 1.5rem);
  --font-body: clamp(1rem, 0.8864rem + 0.5682vw, 1.25rem);
  --font-weight: 400;
  --icon-size: 1.25rem;
  --opacity: .64;
}

body {
  align-items: start;
  background: var(--primary);
  color: var(--tertiary);
  display: flex;
  font: var(--font-weight) var(--font-body)/calc(var(--font-body) * var(--line-height)) var(--font-family), sans-serif;
  flex-direction: column;
  letter-spacing: 0;
  justify-content: center;
  width: 100vw;
}

h1 {
  font-size: var(--font-h1);
  line-height: calc(var(--font-h1) * 1);
  font-weight: var(--font-weight);
}

h2 {
  font-size: var(--font-h2);
  line-height: calc(var(--font-h2) * 1.25);
  font-weight: 900;
}

h3 {
  font-size: var(--font-h3);
  line-height: calc(var(--font-h3) * var(--line-height));
  font-weight: var(--font-weight);
}

h4 {
  align-items: center;
  display: inline-flex;
  font-size: var(--font-h4);
  gap: calc(var(--gap-space) / 2);
  line-height: calc(var(--font-h4) * var(--line-height));
  font-weight: var(--font-weight);
}

h6 {
  font-size: var(--font-h6);
  line-height: calc(var(--font-h6) * 1);
  font-weight: var(--font-weight);
}

.animated-button {
  align-items: center;
  background-color: inherit;
  border: 0.25rem solid;
  border-color: transparent;
  border-radius: 1000rem;
  box-shadow: 0 0 0 0.125rem var(--tertiary);
  color: var(--tertiary);
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-weight: 400;
  gap: 0.25rem;
  overflow: hidden;
  padding: 0.75rem 2.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button:after {
  display: none;
}
.animated-button > svg {
  position: absolute;
  width: 1.5rem;
  fill: var(--tertiary);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button > svg path {
  fill: var(--tertiary);
}
.animated-button .arr-1 {
  right: 1rem;
}
.animated-button .arr-2 {
  left: -25%;
}
.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--interactive);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-0.75rem);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button:hover {
  box-shadow: 0 0 0 0.75rem transparent;
  color: var(--tertiary);
  border-radius: 0.75rem;
}
.animated-button:hover .arr-1 {
  right: -25%;
}
.animated-button:hover .arr-2 {
  left: 1rem;
}
.animated-button:hover .text {
  transform: translateX(0.75rem);
}
.animated-button:hover svg {
  fill: var(--tertiary);
}
.animated-button:hover svg path {
  fill: var(--tertiary);
}
.animated-button:hover .circle {
  width: 13.75rem;
  height: 13.75rem;
  opacity: 1;
}
.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 0.25rem var(--interactive);
}

.chip {
  align-items: center;
  border-radius: 0.25rem;
  border: 0.063rem solid var(--tertiary);
  color: var(--tertiary);
  font-size: clamp(0.875rem, 0.6667rem + 0.5208vw, 1rem);
  display: inline-flex;
  gap: 0.5rem;
  line-height: var(--line-height);
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  position: relative;
  margin-right: auto;
  text-decoration: none;
}
.chip::after {
  display: none;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, -5.1667rem + 16.6667vw, 5.5rem) var(--gap-space);
}
.cards .results {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: calc(var(--gap-space) * 1);
  grid-row-gap: calc(var(--gap-space) * 1);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 100%;
}
.cards .card {
  background-color: rgba(var(--tertiary), 0.04);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 var(--tertiary);
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}
.cards .card .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--tertiary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}
.cards .card:hover {
  box-shadow: 0 0 0 0.125rem var(--interactive);
  border-radius: 0.75rem;
}
.cards .card:hover .circle {
  width: 100rem;
  height: 100rem;
  opacity: 0.04;
}
.cards .card:active {
  scale: 0.99;
  box-shadow: 0 0 0 0.25rem var(--interactive);
}
.cards .card::before {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.cards .card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  text-decoration: none;
  z-index: 2;
}
.cards .card .thumbnail {
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cards .card .thumbnail img {
  aspect-ratio: 16/9;
  width: 100%;
}
.cards .card .details {
  z-index: 5;
}
.cards .card .details .title {
  font-size: clamp(1.125rem, 0.5rem + 1.5625vw, 1.5rem);
  font-weight: 500;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards .card .details .title::after {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.16;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.cards .card .details .helper {
  font-size: clamp(0.875rem, 0.6667rem + 0.5208vw, 1rem);
  line-height: 1.5;
  height: clamp(2.625rem, 2rem + 1.5625vw, 3rem);
  margin: 0 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards .card span {
  align-items: center;
  color: var(--tertiary);
  display: inline-flex;
  font-size: clamp(0.875rem, 0.6667rem + 0.5208vw, 1rem);
  gap: 0.5rem;
  letter-spacing: 0;
  text-decoration: none;
}
.cards .card span svg {
  height: var(--icon-size);
  width: var(--icon-size);
}
.cards .showmore ul {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: var(--gap-space);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.link-block {
  display: flex;
  flex-direction: column;
}
.link-block > * {
  line-height: 1.5;
}
.link-block .label {
  opacity: var(--opacity);
}
.link-block .value a {
  align-items: center;
  color: var(--tertiary);
  display: inline-flex;
  gap: 0.5rem;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.link-block .value a svg {
  fill: var(--tertiary);
  height: var(--icon-size);
  width: var(--icon-size);
}
.link-block .value a::after {
  background-color: var(--tertiary);
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  inset: auto 0% 0%;
  transform: translate(-101%);
  transition: 300ms ease-in-out;
}
.link-block .value a:hover::after, .link-block .value a:focus::after {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

header, section, footer {
  align-items: start;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.container {
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  padding: clamp(1.5rem, -5.1667rem + 16.6667vw, 5.5rem) var(--gap-space);
  max-width: 85rem;
  width: 100%;
  z-index: 2;
}

.columns {
  align-items: flex-start;
  align-content: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-space);
  justify-content: flex-start;
}
.columns > div {
  flex-grow: 1;
}
.columns h4 svg {
  height: calc(var(--font-h4) * 0.75);
  width: calc(var(--font-h4) * 0.75);
}
.columns .body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-space);
  max-width: 58rem;
  width: 100%;
}
.columns .body .title {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 0.25rem;
}
.columns .body .title p {
  font-size: clamp(0.875rem, 0.25rem + 1.5625vw, 1.25rem);
  line-height: 1;
  opacity: var(--opacity);
}
.columns .body ul li {
  display: flex;
  flex-direction: column;
  padding: 0 0 var(--gap-space);
  position: relative;
  gap: 0.5rem;
  width: 100%;
}
.columns .body ul li::after {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.16;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.columns .body ul li:last-of-type {
  padding: 0;
}
.columns .body ul li:last-of-type::after {
  height: 0;
}
.columns .body .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: calc(var(--gap-space) * 2);
  grid-row-gap: calc(var(--gap-space) * 2);
  grid-template-rows: auto;
  width: 100%;
}
.columns .body .grid div {
  aspect-ratio: 1/1;
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  justify-content: center;
  max-width: 3rem;
  overflow: hidden;
  position: relative;
}
.columns .body .grid div svg path {
  fill: var(--tertiary);
}
.columns .body .skillset {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: calc(var(--gap-space) * 2);
  grid-row-gap: calc(var(--gap-space) * 2);
  grid-template-rows: auto;
  padding: var(--gap-space) 0 0;
  position: relative;
  width: 100%;
}
.columns .body .skillset:after {
  background-color: var(--primary);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.16;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.columns .body .skillset div {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.columns .body .skillset div svg {
  height: 3rem;
  width: 3rem;
}
.columns .body .skillset div svg path {
  fill: var(--primary);
}

header {
  right: 0;
  top: 0;
  position: fixed;
  transition: 300ms ease-in-out;
  z-index: 100;
}
header.active {
  backdrop-filter: blur(0.25rem);
}
header.active::after {
  background-color: var(--primary);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .container {
  align-items: center;
  flex-direction: row;
  gap: unset;
  justify-content: space-between;
  padding: calc(var(--gap-space)) var(--gap-space);
}
header .container .skip {
  display: none;
}
header .container ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: calc(var(--gap-space) * 1.5);
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container ul li {
  position: relative;
  overflow: hidden;
}
header .container ul li::after {
  background-color: var(--tertiary);
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  inset: auto 0% 0%;
  transform: translate(-101%);
  transition: 300ms ease-in-out;
}
header .container ul li:hover::after, header .container ul li:focus::after {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
header .container ul a {
  color: inherit;
  display: flex;
  font-size: clamp(0.875rem, 0.6667rem + 0.5208vw, 1rem);
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}

section {
  position: relative;
}
section .container {
  padding: clamp(1.5rem, -5.1667rem + 16.6667vw, 5.5rem) var(--gap-space);
  position: relative;
}
section:first-of-type .container {
  padding-top: clamp(9.5rem, 6.1463rem + 5.4422vw, 10.5rem);
  padding-bottom: clamp(0.9375rem, -0.8333rem + 4.4271vw, 2rem);
}
section.intro {
  background-image: var(--gradient-primary);
}
section.intro * img {
  aspect-ratio: 1/1;
  margin: auto;
  max-width: clamp(8rem, -5.3333rem + 33.3333vw, 16rem);
}
section.intro * h1 {
  font-size: clamp(2rem, 1.7727rem + 1.1364vw, 2.5rem);
  line-height: calc(clamp(2rem, 1.7727rem + 1.1364vw, 2.5rem) * 1.25);
}
section h3 {
  font-weight: 500;
}
section h3 svg {
  height: calc(var(--font-h4) * 0.75);
  width: calc(var(--font-h4) * 0.75);
}
section h4 {
  font-size: clamp(1.25rem, 0.8333rem + 1.0417vw, 1.5rem);
}
section figure {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
section figure::before {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section figure figcaption {
  font-size: clamp(0.75rem, 0.5417rem + 0.5208vw, 0.875rem);
  line-height: 1.5;
}
section figure img, section figure video, section figure iframe {
  width: 100%;
}
section ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--gap-space);
  align-self: stretch;
  flex-wrap: wrap;
}
section.title-bar {
  background-image: var(--gradient-primary);
  font-size: var(--font-h1);
  letter-spacing: clamp(-0.0625rem, 0.0417rem - 0.2604vw, -0.125rem);
  line-height: var(--font-h1);
}
section.title-bar .container {
  letter-spacing: -0.125rem;
  gap: 0;
}
section.title-bar .container > * {
  justify-content: center;
}
section.title-bar .container h1 {
  display: flex;
  align-items: center;
  font-weight: 900;
  grid-column-gap: 1.5rem;
  word-wrap: break-word;
}
section.title-bar .container h1 img {
  aspect-ratio: 3/2;
  max-width: clamp(4.5rem, -4.25rem + 21.875vw, 9.75rem);
}
section.title-bar .container div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 200;
  grid-column-gap: 1.5rem;
  line-height: 1.25;
  background-color: #63d8e3;
  background-image: linear-gradient(90deg, #63d8e3, #29beff, #007aff);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.title-bar .container div span {
  height: 2px;
  flex: 1;
  background-color: var(--tertiary);
  max-width: 8rem;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  transform-style: preserve-3d;
  opacity: 1;
}
section.portfolio-bar {
  background-image: var(--gradient-primary);
}
section.portfolio-bar .container {
  letter-spacing: 0rem;
}
section.portfolio-bar .container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.portfolio-bar .container ul li {
  margin: 0;
}
section.portfolio-body .container .portfolio-body-section {
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
}
section.portfolio-body .container .portfolio-body-section h3 {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  position: relative;
}
section.portfolio-body .container .portfolio-body-section h3::after {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.16;
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.portfolio-body .container .portfolio-body-section h4 {
  font-weight: 600;
}
section.portfolio-body .container .portfolio-body-section .chip-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.portfolio-body .container .portfolio-body-section .chip-list li {
  margin: 0;
}
section.portfolio-body .container .portfolio-body-section a {
  align-items: center;
  color: var(--tertiary);
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
section.portfolio-body .container .portfolio-body-section a::after {
  background-color: var(--tertiary);
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  inset: auto 0% 0%;
  transform: translate(-101%);
  transition: 300ms ease-in-out;
}
section.portfolio-body .container .portfolio-body-section a:hover::after, section.portfolio-body .container .portfolio-body-section a:focus::after {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
section.login {
  background-image: var(--gradient-primary);
}
section.login .form {
  align-items: center;
  border-radius: 0.75rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  margin: auto;
  max-width: 32rem;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.login .form::before {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.login .form .title {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
section.login .form .title h3 {
  line-height: 1.5;
}
section.login .form .message {
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  width: 100%;
}
section.login .form form {
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  width: 100%;
  z-index: 2;
}
section.login .form form > * {
  font-size: inherit;
}
section.login .form form .button {
  text-align: center;
  width: auto;
}
section.login .form .input {
  background-color: var(--tertiary);
  border-radius: 0.75rem;
  max-width: 100%;
  padding: 1.5rem;
  box-shadow: 0 0 0 0 var(--tertiary);
}
section.login .form .input:focus {
  background-color: var(--tertiary);
  transition: 0.1s;
  transition-property: box-shadow;
}
section.login .form .input:active {
  box-shadow: 0 0 0 0.25rem var(--tertiary);
}
section.login .form .animated-button {
  justify-content: center;
  text-align: center;
}
section.login .form .animated-button:active, section.login .form .animated-button:focus, section.login .form .animated-button:hover {
  color: var(--tertiary);
}
section.error {
  background-image: var(--gradient-primary);
}
section.error .message {
  align-items: center;
  border-radius: 0.75rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  margin: auto;
  max-width: 32rem;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.error .message::before {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.error .message div {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--gap-space);
  z-index: 2;
}
section.error .message div .button {
  margin: 0 auto;
}
section.error .error404 {
  animation: glitch 1s linear infinite;
  font-size: clamp(4.5rem, 2rem + 6.25vw, 6rem);
  font-weight: 800;
  line-height: 1;
}
@keyframes glitch {
  2%, 64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%, 60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}
section.error .error404:before,
section.error .error404:after {
  content: attr(title);
  position: absolute;
  left: 0;
}
section.error .error404:before {
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}
@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }
  4%, 60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
section.error .error404:after {
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}
@keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }
  4%, 60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}
section.s1c {
  background: var(--interactive);
  color: var(--tertiary);
}
section.s1c h4 svg path {
  fill: var(--tertiary);
}
section.s1c .chip {
  border-color: var(--tertiary);
  color: var(--tertiary);
}
section.s1c .columns li::after {
  background-color: var(--tertiary);
}
section.s2c, section.portfolio-body {
  background: var(--secondary);
  color: var(--tertiary);
}
section.s2c h4 svg path, section.portfolio-body h4 svg path {
  fill: var(--tertiary);
}
section.s2c .chip, section.portfolio-body .chip {
  border-color: var(--tertiary);
  color: var(--tertiary);
}
section.s2c .columns li::after, section.portfolio-body .columns li::after {
  background-color: var(--tertiary);
}
section.s3c {
  background: var(--tertiary);
  color: var(--primary);
}
section.s3c h4 svg path {
  fill: var(--primary);
}
section.s3c .chip {
  border-color: var(--primary);
  color: var(--primary);
}
section.s3c .columns li::after {
  background-color: var(--primary);
}

footer {
  background-image: var(--gradient-secondary);
}
footer .container {
  gap: clamp(1.5rem, 0.6667rem + 2.0833vw, 2rem);
  position: relative;
}
footer .container h6 span {
  opacity: 0.64;
}
footer .container .links {
  align-items: center;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: unset;
  justify-content: space-between;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}
footer .container .links > * {
  z-index: 2;
}
footer .container .links::before {
  background-color: var(--tertiary);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
footer .container .links ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--gap-space);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (max-width: 64rem) {
  .center, .outerCircle {
    display: none;
  }
  .cards .results {
    grid-template-columns: 1fr;
  }
  .columns div {
    flex-basis: 100%;
    max-width: 100%;
  }
  .columns .body .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .columns .body .skillset {
    grid-template-columns: 1fr;
  }
  footer .container {
    align-items: center;
  }
  footer .container > * {
    width: 100%;
  }
  footer .container h6 {
    text-align: center;
  }
  footer .container .links {
    flex-direction: column-reverse;
    gap: clamp(1.5rem, 0.6667rem + 2.0833vw, 2rem);
  }
  .links {
    align-items: center;
  }
  .links ul {
    justify-content: center;
    padding: 0 0 1.5rem !important;
    position: relative;
    width: 100%;
  }
  .links ul::after {
    background-color: var(--tertiary);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0.16;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .link-block {
    align-items: center;
  }
}
