@font-face {
  font-family: "Sk-Modernist";
  src: url("../font/cd2adc492503743209c265f863fcee61.eot");
  src: url("../font/cd2adc492503743209c265f863fcee61.eot?#iefix") format("embedded-opentype"), url("../font/cd2adc492503743209c265f863fcee61.woff") format("woff"), url("../font/cd2adc492503743209c265f863fcee61.woff2") format("woff2"), url("../font/cd2adc492503743209c265f863fcee61.ttf") format("truetype"), url("../font/cd2adc492503743209c265f863fcee61.svg#Sk-Modernist Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.eot");
  src: url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.eot?#iefix") format("embedded-opentype"), url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.woff") format("woff"), url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.woff2") format("woff2"), url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.ttf") format("truetype"), url("../font/d8a28611cf5f5d635071f2d90d9e9cc8.svg#Sk-Modernist-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("../font/164f4d9975414d4ed6b78f88b36865eb.eot");
  src: url("../font/164f4d9975414d4ed6b78f88b36865eb.eot?#iefix") format("embedded-opentype"), url("../font/164f4d9975414d4ed6b78f88b36865eb.woff") format("woff"), url("../font/164f4d9975414d4ed6b78f88b36865eb.woff2") format("woff2"), url("../font/164f4d9975414d4ed6b78f88b36865eb.ttf") format("truetype"), url("../font/164f4d9975414d4ed6b78f88b36865eb.svg#Sk-Modernist Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*********** RESET ************/
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: unset;
}

ul, ol {
  list-style: none;
}

button:active, input[type=submit]:active,
input:focus, textarea:focus {
  outline: 1px solid;
}

html {
  scroll-behavior: smooth;
}

/*********** PREVENT BLUE COLOR ON MOBILE TAP ************/
* {
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none !important;
}

/*********** PREVENT INPUT DEFAULT DISPLAY ON IOS ************/
input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*********** KEEP SIMILAR FONT IN INPUTS AND TEXTAREAS ************/
input, textarea {
  font-family: unset;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/*********** SELECTION ************/
*::selection {
  background: var(--primary);
  color: var(--navitem-bg);
}

:root {
  --primary: #00F0AE;
  --primary00: #00F0AE00;
  --darkPrimary: #03593c;
  --secondary: #FFEB0F;
  --background: #08210A;
  --darkBackground: hsl(125, 61%, 3%);
  --navitem-bg: hsl(from var(--background) h s calc( l + 2));
  --text: #F1F1F1;
  --bezierSpeed: cubic-bezier(.72,0,.28,.99);
}

.pointer {
  cursor: pointer;
}

body {
  background: url("../img/noise.webp") var(--background);
  color: var(--text);
  font-family: "Sk-Modernist";
  font-weight: 400;
  letter-spacing: 0.05em;
}

.locked {
  overflow: hidden;
}

main {
  padding: 0;
}

p {
  line-height: 150%;
}

.dnone {
  display: none !important;
}

.o0 {
  opacity: 0 !important;
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  height: 36px;
  width: auto;
  z-index: 50;
  fill: var(--text);
}

.rotating-star {
  transform-origin: 85% 20%;
  transition: rotate 1.6s var(--bezierSpeed), fill 1.6s var(--bezierSpeed);
}

.logo:hover .rotating-star {
  rotate: 720deg;
  fill: var(--primary);
}

h1, h2 {
  font-family: "Sk-Modernist";
  font-weight: 700;
  color: var(--text);
}

h3 {
  color: var(--primary);
  font-size: 20px;
}

h1 {
  font-size: clamp(50px, 13.4vw, 400px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.7;
  display: flex;
  flex-direction: column;
  gap: 80px;
  opacity: 1;
}

section {
  margin-bottom: 120px;
}

.toDisplay {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--primary);
  z-index: 2;
  width: fit-content;
  margin-left: 0.7vw;
  letter-spacing: 0.02em;
}

.letter-split span {
  translate: 0;
  opacity: 1;
  transition: opacity 0.5s linear, translate 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#banner {
  padding: 130px 0 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.span-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

#journey {
  position: relative;
}

#journey h2 {
  text-align: right;
}

.h1-bottom {
  padding-left: 14%;
}

.h1-bottom .letter-split {
  letter-spacing: -0.045em;
}

.h1-top .letter-split {
  letter-spacing: -0.03em;
}

.h1-bottom::before {
  content: "&";
  font-size: clamp(20px, 9vw, 150px);
  color: var(--primary);
  display: inline-block;
  position: absolute;
  translate: -120% -40%;
}

.floating-description {
  display: flex;
  flex-direction: column;
  width: 26vw;
  position: absolute;
  top: 17vw;
  right: 17%;
  gap: 10px;
  font-size: clamp(16px, 1.2vw, 24px);
}

.nav-container {
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 50;
  display: flex;
  flex-direction: column;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: translate 0.2s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-menu small {
  display: none;
}

.sticky-socials-item-label {
  display: none;
}

.nav-item a,
.sticky-socials-item-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sticky-socials-item-link {
  text-align: center;
  align-content: center;
}

.nav-item a {
  line-height: 30px;
  padding: 0 10px;
}

.sticky-socials {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

.sticky-socials-item {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navitem-bg);
  border: 1px solid;
}

.sticky-socials-item svg {
  fill: var(--text);
  transition: fill 0.1s linear;
}

.sticky-socials-item:hover svg {
  fill: var(--primary);
}

.nav-element {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid;
}

.lnkin {
  line-height: 44px;
  text-align: center;
}

.nav-item {
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 700;
  background: var(--navitem-bg);
}

.nav-item:hover {
  background: var(--darkPrimary);
  color: var(--primary);
}

.nav-item.selected {
  background: var(--primary);
  color: var(--background);
}

.nav-item.selected {
  pointer-events: none;
}

.nav-logo {
  display: none;
}

h2 {
  font-size: clamp(50px, 10.4vw, 400px);
  color: hsl(from var(--text) h s l/0);
  -webkit-text-stroke: 2px var(--text);
  opacity: 0.1;
  position: relative;
}

.letter-split .hiddenLetter {
  opacity: 0;
  translate: 0 50%;
}

#timeline {
  padding-left: 80px;
}

.timeline-element-title {
  height: 0;
  overflow: hidden;
}

.timeline-element {
  position: relative;
  padding: 0 50px 0 24px;
}

.timeline-element-text {
  translate: 0 100%;
  opacity: 0;
  text-wrap: balance;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), translate 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.timeline-element.revealed .timeline-element-text {
  translate: 0 0;
  opacity: 1;
}

.pulse {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  translate: -50% -50%;
  border: 2px solid var(--navitem-bg);
  box-shadow: 0 0 2px 2px var(--primary);
}

.pulse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  translate: -50% -50%;
  border: 1px solid var(--primary);
  animation: pulse 3s linear forwards infinite;
}

.pulse.frontend::before {
  animation-delay: 0.4s;
}

.pulse.backend::before {
  animation-delay: 0.8s;
}

.timeline-arrow {
  position: fixed;
  left: 80px;
  content: "";
  display: block;
  width: 3px;
  background: linear-gradient(to top, var(--secondary), hsl(from var(--secondary) h s l/0));
  animation: timeflow 3s linear infinite;
  translate: 50% 0;
}

h2 {
  position: sticky;
  top: 30%;
  height: fit-content;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 40%;
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: hsl(from var(--secondary) h s l/0.1);
  display: block;
}

.timeline-container::after {
  content: "";
  position: absolute;
  width: 3px;
  background: linear-gradient(to top, var(--secondary), hsl(from var(--secondary) h s l/0));
  display: block;
  animation: timeline 3s linear infinite;
}

#projects h2 {
  width: fit-content;
  text-align: right;
  transition: width 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  interpolate-size: allow-keywords;
}

#projects h2.right {
  width: 99%;
}

#projects .projects-container {
  position: relative;
  z-index: 10;
}

.single-project.right {
  margin: 0 20px 160px auto;
}

.single-project.left {
  margin: 0 auto 160px 20px;
}

#project-anchor {
  height: 0;
  width: 100%;
}

.project-img {
  position: relative;
}

#projects > * {
  width: 100%;
}

.single-project {
  margin: 0 20px 0 auto;
  display: flex;
  flex-direction: column;
  width: 800px;
}

.single-project img {
  width: 100%;
  height: auto;
}

.project-title {
  font-weight: 700;
  font-size: 40px;
  color: var(--text);
  margin-bottom: 4px;
}

.project-subtitle {
  margin-bottom: 20px;
  color: var(--secondary);
  font-size: 0.9em;
  text-transform: uppercase;
}

.tags {
  display: flex;
  justify-content: flex-end;
}

.tag-item {
  position: relative;
  line-height: 2;
  font-size: 1.1em;
}

.tag-item:first-of-type {
  padding-left: 0;
}

.project-stack {
  margin: 30px 0 12px 0;
  color: var(--secondary);
  text-transform: uppercase;
  text-underline-offset: 2px;
}

.tags-group {
  padding: 10px 20px;
  list-style: unset;
}

.stack-title, .summary-btn-label {
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 700;
}

.summary {
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  interpolate-size: allow-keywords;
  transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), padding-bottom 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.summary-subtitle {
  color: var(--secondary);
  font-weight: 200;
}

.summary-content {
  margin-bottom: 16px;
}

.details.reveal .summary {
  height: auto;
  padding-bottom: 20px;
}

.details.reveal svg {
  rotate: 180deg;
}

.details .summary-btn-label {
  font-size: 1.2em;
  display: inline-block;
  line-height: 2em;
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.05em;
}

.details, .stack-container {
  border-left: 5px solid var(--secondary);
  background-color: hsl(from var(--text) h s l/0.1);
}

.stack-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 20px;
}

.details * {
  padding: 0 20px;
}

.summary-btn {
  padding: 16px 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#projects svg {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.summary-btn svg {
  stroke: var(--secondary);
  padding: 0;
  width: 32px;
  height: 32px;
  transition: rotate 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.live-btn svg {
  stroke: var(--primary);
  transition: stroke 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-container {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
}

.live-btn {
  background: var(--background);
  padding: 20px;
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 0.9em;
  height: fit-content;
  border: 1px solid;
  position: sticky;
  top: 60%;
  transition: background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.live-btn.soon {
  color: var(--background);
  border: none;
  background: orange;
  pointer-events: none;
}

.live-btn.soon svg {
  display: none;
}

.live-btn:hover {
  background: var(--primary);
  color: var(--background);
}

.live-btn:hover svg {
  stroke: var(--background);
}

#skillset h2 {
  text-align: center;
}

.skills-block {
  width: 25%;
  transition: opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), translate 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.skills-block * {
  transition: opacity 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), translate 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.skills-block.left {
  text-align: right;
}

.left .skills-block-title,
.left .skill {
  opacity: 0;
  translate: -100% 0;
}

.right .skills-block-title,
.right .skill {
  opacity: 0;
  translate: 100% 0;
}

.right .skill:nth-of-type(1),
.left .skill:nth-of-type(1) {
  transition-delay: 0.15s;
}

.right .skill:nth-of-type(2),
.left .skill:nth-of-type(2) {
  transition-delay: 0.3s;
}

.right .skill:nth-of-type(3),
.left .skill:nth-of-type(3) {
  transition-delay: 0.45s;
}

.right .skill:nth-of-type(4),
.left .skill:nth-of-type(4) {
  transition-delay: 0.6s;
}

.right .skill:nth-of-type(5),
.left .skill:nth-of-type(5) {
  transition-delay: 0.75s;
}

.right .skill:nth-of-type(6),
.left .skill:nth-of-type(6) {
  transition-delay: 0.9s;
}

.revealed .skills-block-title,
.revealed .skill {
  translate: 0 0;
  opacity: 1;
}

.skills-block-container {
  overflow: hidden;
}

.skills-block.left {
  margin: 0 auto 80px 0;
}

.skills-block.right {
  margin: 0 0 80px auto;
}

.skills-block-title {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.skill {
  line-height: 30px;
  font-size: 1.3em;
}

#navMobileBtn {
  display: none;
  z-index: 60;
  margin-left: auto;
  transition: all 0.25s linear;
  width: 50px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 30px;
  right: 20px;
  padding-right: 10px;
  border-radius: 2px;
  background: hsl(from var(--navitem-bg) h s l/0.3);
  backdrop-filter: blur(20px);
  border: 2px solid var(--primary);
}

.nav-btn-lines-container {
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.btn-line {
  position: relative;
  height: 3px;
  border-radius: 30px;
  background-color: var(--text);
  margin: 3px 0;
  transition: transform 0.25s linear;
}

.top, .bottom {
  width: 50%;
}

.middle {
  width: 80%;
}

.translateMiddle {
  transform: translateX(150px);
  opacity: 0;
}

.rotateTop, .rotateBottom {
  width: 70%;
}

.rotateTop {
  transform: translateY(9px) rotate(225deg);
}

.rotateBottom {
  transform: translateY(-9px) rotate(-45deg);
}

.nav-logo {
  position: absolute;
  height: 20px;
  width: auto;
  top: 38px;
  left: 20px;
  fill: var(--text);
}

hr {
  width: 70%;
  margin: 20px auto;
  opacity: 0.3;
  display: none;
}

@media screen and (max-width: 1200px) {
  .floating-description {
    top: 19vw;
  }
  .skill {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 980px) {
  #banner {
    padding-bottom: 0;
  }
  .floating-description {
    position: unset;
    width: min(90%, 350px);
    text-align: justify;
    margin: 100px auto 0;
  }
  section {
    margin-bottom: 80px;
  }
  h2, #journey h2, #projects h2 {
    position: unset;
    text-align: center;
    margin-bottom: 80px;
  }
  #projects h2 {
    width: unset;
  }
  #timeline {
    padding: 0;
    width: min(400px, 90%);
    margin: 0 auto;
  }
  .timeline-container {
    width: unset;
  }
  .timeline-element {
    padding: 0 30px;
  }
  .single-project {
    width: min(90%, 800px);
  }
  .single-project.right,
  .single-project.left {
    margin: 0 auto 160px;
  }
  .skills-block {
    width: 50%;
  }
  .skills-block.left {
    margin: 0 auto 50px 0;
  }
  .skills-block.right {
    margin: 0 0 50px auto;
  }
  h2 {
    opacity: 0.5;
    -webkit-text-stroke-width: 1px;
  }
  .right .skills-block-title, .right .skill {
    opacity: 0;
    translate: 30% 0;
  }
  .left .skills-block-title, .left .skill {
    opacity: 0;
    translate: -30% 0;
  }
  .revealed .skills-block-title,
  .revealed .skill {
    translate: 0 0;
    opacity: 1;
  }
  footer h2 {
    text-align: unset;
    margin: 0;
    margin-left: 10px;
  }
  .h1-top,
  .h1-bottom {
    padding-left: 5%;
  }
  .h1-bottom::before {
    position: unset;
    translate: unset;
    margin-bottom: 30px;
    color: var(--secondary);
  }
  h1 {
    gap: 30px;
  }
  .timeline-arrow {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    gap: 20px;
  }
  #navMobileBtn {
    display: flex;
  }
  .nav-container {
    right: 0;
    top: 0;
  }
  .nav-container, .nav-menu {
    translate: 100% 0;
  }
  .nav-container {
    width: 100%;
    height: 100vh;
    background: hsl(from black h s l/0.9);
  }
  .nav-menu {
    width: 270px;
    margin-left: auto;
    height: 100%;
    background: url("../img/noise.png") var(--navitem-bg);
    padding-top: 200px;
  }
  .nav-element {
    border: unset;
  }
  .nav-menu small {
    display: unset;
  }
  .nav-logo {
    display: unset;
  }
  .nav-item a,
  .sticky-socials a {
    padding: 0 30px;
    line-height: 40px;
  }
  .nav-item,
  .sticky-socials-item {
    width: 85%;
    margin: 0 auto 0 12px;
    border-radius: 2px;
  }
  .nav-item {
    background: unset;
    font-weight: 500;
  }
  .nav-item:hover {
    background: none;
  }
  .nav-item:hover a {
    color: var(--secondary);
  }
  .sticky-socials {
    flex-direction: column;
  }
  .sticky-socials-item {
    background: none;
    border: none;
    justify-content: space-between;
  }
  .sticky-socials-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: unset;
  }
  .logo {
    filter: drop-shadow(0 0 6px black);
  }
  .h1-bottom, .h1-top {
    padding-left: 5%;
  }
  .h1-bottom::before {
    position: unset;
    translate: unset;
    margin-bottom: 20px;
    color: var(--secondary);
  }
  .span-container {
    gap: 4px;
  }
  .floating-description {
    margin-top: 50px;
  }
  h2, #journey h2, #projects h2 {
    margin-bottom: 40px;
  }
  .visible,
  .nav-menu.slideIn {
    translate: 0 0;
  }
  .nav-menu.slideIn {
    transition-duration: 1s;
  }
  .visible {
    transition-delay: 0.25s;
  }
  .nav-item.selected {
    background: none;
    color: var(--primary);
  }
  .nav-item.selected a {
    border-right: 3px solid;
    font-weight: 700;
  }
  .stack-container {
    flex-direction: column;
    gap: unset;
  }
  .live-btn {
    background: var(--primary);
    color: var(--background);
  }
  .live-btn svg {
    stroke: var(--background);
  }
  .sticky-socials-item-label {
    display: inline-block;
    width: 65px;
  }
  .sticky-socials-item {
    align-items: center;
    gap: 12px;
  }
  .sticky-socials-item svg {
    translate: 0 -1px;
  }
  .sticky-socials a:hover {
    color: var(--secondary);
  }
  .sticky-socials a:hover svg {
    fill: var(--secondary);
  }
  hr {
    display: unset;
  }
}
@media screen and (max-width: 550px) {
  .btn-container {
    display: flex;
    flex-direction: column;
  }
  .live-btn {
    width: 100%;
    justify-content: center;
    position: unset;
  }
  .skills-block {
    width: 90%;
  }
  .skills-block.left {
    margin: 0 auto 50px 20px;
    text-align: left;
  }
  .skills-block.right {
    margin: 0 20px 50px auto;
    text-align: right;
  }
  .live-btn.soon {
    color: orange;
    background: none;
    font-size: 1.1em;
  }
  .live-btn svg {
    display: none;
  }
}
footer {
  position: relative;
  padding-bottom: 80px;
}

footer h2 {
  font-size: clamp(50px, 13.4vw, 400px);
  color: var(--primary);
  position: unset;
  opacity: 1;
  -webkit-text-stroke: unset;
}

.footer-link {
  display: flex;
  width: 300px;
  margin: 0 auto;
  gap: 12px;
  align-items: center;
  font-size: 1.15em;
  padding: 12px 20px;
  border: 1px solid;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.footer-link:hover {
  color: var(--background);
  background: var(--primary);
  border: 1px solid var(--primary);
}

.footer-link svg {
  fill: var(--primary);
  width: 30px;
  height: 30px;
  padding-bottom: 5px;
  transition: fill 0.2s linear;
}

.footer-link:hover svg {
  fill: var(--background);
}

.footer-link-container {
  position: relative;
  z-index: 10;
  padding: 50px 30px;
}

small {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -10px;
  opacity: 0.5;
  font-size: 11px;
  width: 100%;
  text-align: center;
}

@keyframes timeflow {
  0% {
    height: 0;
    top: 80vh;
    opacity: 1;
  }
  50% {
    height: 230px;
    opacity: 0;
  }
  100% {
    height: 230px;
    opacity: 0;
  }
}
@keyframes timeline {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    border: 24px solid var(--primary00);
  }
  100% {
    border: 1px solid var(--primary00);
  }
}

/*# sourceMappingURL=styles.css.map */
