@font-face {
  font-family: Digital Glitch Demo;
  src: url('../fonts/Digital-Glitch-Demo.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansmono Condensed;
  src: url('../fonts/NotoSansMono-SemiCondensedMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-color: #021527;
  --font-color: #617b96;
  --matrix-green: #50b121;
  --white: white;
  --font-faded: #617b9652;
  --mark-up-link-style: #ff6c22;
  --purple: #4d5cce;
  --sage-green: #43d9ae;
  --salmon-pink: #e99287;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  font-family: Notosansmono Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  background-color: #141414;
  background-image: linear-gradient(#00000073, #00000073), url('../images/tile-5.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 64px;
}

.intro-page-container {
  width: 100vw;
  height: 100vh;
}

.intro-widget-container {
  background-color: #030303;
  border-radius: 50px;
  position: absolute;
  inset: 25% 35%;
}

.computer-image {
  z-index: 9999;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block {
  width: auto;
  height: auto;
  font-size: 18px;
  position: absolute;
  inset: 22% 28% 40% 25%;
}

.typewriter-text {
  color: #62ff00a3;
  padding: 10%;
  font-family: Digital Glitch Demo, sans-serif;
  font-size: .5em;
  line-height: 15px;
}

.button {
  z-index: 999999;
  border: 3px solid var(--matrix-green);
  color: #50b121;
  background-color: #50b12100;
  margin-left: 10%;
  font-family: Digital Glitch Demo, sans-serif;
  display: inline-block;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
}

.div-block-2 {
  opacity: .35;
  mix-blend-mode: exclusion;
  background-color: #6987b800;
  background-image: url('../images/dirty-screen-texture.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0% 0% 0% 3%;
}

.body-2 {
  background-color: var(--bg-color);
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--font-color);
  padding-left: 0;
  font-family: Notosansmono Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block.active-text {
  color: var(--white);
}

.navbar-custom {
  border-bottom: 1px solid var(--font-faded);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.navbar-element-container {
  border-right: 1px solid var(--font-faded);
  border-left: 1px #000;
  padding: 20px;
  text-decoration: none;
}

.navbar-element-container.namebrand {
  width: 20%;
}

.navbar-element-container.bottom {
  border-left-style: solid;
  border-left-color: var(--font-faded);
  display: flex;
}

.navbar-element-container.current {
  border-bottom: 3px solid var(--mark-up-link-style);
}

.navigation-items-container {
  width: 50%;
  display: flex;
}

.contact-me-container {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.contact-me-container.bototm-page {
  border-top: 1px solid var(--font-faded);
  width: 100%;
}

.intro-section-wrapper {
  background-image: linear-gradient(#021527d1, #021527d1), url('../images/blob.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.intro-content-wrapper {
  color: var(--font-color);
  width: 50%;
  margin-left: 40px;
  margin-right: 40px;
}

.container {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 1500px;
  display: flex;
  position: static;
}

.text-block-2, .heading-2 {
  color: var(--white);
}

.text-block-3 {
  color: var(--purple);
}

.text-block-4 {
  color: var(--purple);
  font-size: 32px;
  line-height: 32px;
}

.game-container {
  background-color: #5353530f;
  border: 2px solid #0000004d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.text-span {
  color: var(--purple);
}

.text-block-5 {
  color: var(--font-color);
}

.text-span-2 {
  color: var(--sage-green);
}

.markup-link-style {
  color: var(--mark-up-link-style);
}

.text-span-3 {
  color: var(--white);
}

.heading-3 {
  color: var(--purple);
  margin-bottom: 100px;
}

.game-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-3 {
  width: 50%;
}

.blob-div {
  position: absolute;
  inset: 0%;
}

.image-2 {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-4 {
  width: 100%;
}

.screw-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.screw {
  border-radius: 20px;
  width: 15px;
  height: 15px;
  box-shadow: 0 2px 5px 3px #0003;
}

.primary-button {
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.justify-left {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.icon {
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.icon-2 {
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about-me-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  border: 2px none var(--font-faded);
  width: 100%;
  height: 100%;
}

.personal-info-tab {
  border-style: solid solid solid none;
  border-width: 2px 1px 2px 2px;
  border-color: var(--font-faded);
  width: 100%;
  padding: 10px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bio-content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.bio-content.development, .bio-content.project-management, .bio-content.education {
  text-transform: lowercase;
  display: none;
}

.bio-content.bio {
  text-transform: lowercase;
}

.bio-content.design {
  text-transform: lowercase;
  display: none;
}

.skill-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.icon-3 {
  color: var(--mark-up-link-style);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-3.development {
  color: var(--sage-green);
}

.icon-3.project-management {
  color: var(--purple);
}

.icon-3.design {
  color: var(--matrix-green);
}

.icon-3.school {
  color: var(--font-color);
}

.text-block-6 {
  color: var(--white);
}

.icon-4 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-5 {
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.stack-description {
  color: var(--white);
  text-align: center;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12 {
  justify-content: center;
  align-items: center;
}

.portfolio-section-title-container {
  border: 2px solid var(--font-faded);
  width: 100%;
  padding: 10px;
}

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

.masonry-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  border-radius: 20px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.left-side-grid-item {
  border-style: solid;
  border-width: 2px 1px 2px 2px;
  border-color: var(--font-faded);
  padding: 20px;
}

.text-block-8 {
  font-size: 32px;
}

.text-block-9 {
  margin-bottom: 20px;
  font-size: 32px;
}

.div-block-6 {
  max-width: 256px;
  min-height: 0;
  max-height: 256px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.right-grid-item {
  border-style: solid;
  border-width: 2px 2px 2px 1px;
  border-color: var(--font-faded);
}

.contact-form-wrapper {
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  width: 75%;
}

.text-field, .text-field-2 {
  border: 1px solid var(--font-color);
  color: var(--white);
  background-color: #fff0;
}

.textarea {
  border: 1px solid var(--font-color);
  background-color: #fff0;
}

.submit-button {
  border: 2px solid var(--sage-green);
  background-color: #3898ec00;
}

.mac-navigation-bar {
  border-style: solid none none solid;
  border-width: 2px 1px 0 2px;
  border-color: var(--font-faded) var(--font-faded) var(--font-color);
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.red-exit {
  background-color: #fe5f57;
  border-radius: 20px;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}

.red-exit.yellow {
  background-color: #ffbd2e;
}

.red-exit.green {
  background-color: #25c840;
}

.navbar-hamburger-menu-hm13 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.hamburger-menu-hm13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hamburger-menu-hm13.w--open {
  background-color: #0000;
}

.top-bar-hm13, .middle-bar-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.bottom-bar-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
}

.cross-bar-1-hm13 {
  z-index: 10;
  background-color: #333;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  inset: auto auto 36px;
}

.cross-bar-2-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 37px auto auto;
}

.mobile-menu {
  display: none;
}

.task-bar {
  background-color: #141414;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.portfolio-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.portfolio-content.description {
  background-color: #d6d6d600;
  border: 0 #000;
  border-radius: 12px 12px 10px 10px;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.banner-image {
  width: 100%;
}

.banner-image.socialbuzz {
  border-radius: 20px;
  max-width: 512px;
  margin-top: 10px;
}

.h2-portfolio {
  color: var(--black);
  background-color: #0000;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-size: 18px;
}

.button-2 {
  background-color: var(--mark-up-link-style);
  color: var(--white);
  border: 2px solid #000;
  margin-top: 20px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-14 {
  color: var(--black);
  font-family: Notosansmono Condensed, sans-serif;
  font-size: 24px;
}

.image-5 {
  border-radius: 20px;
}

.text-span-13, .text-span-14 {
  font-size: 18px;
}

.div-block-10 {
  background-color: #d6d6d6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.body-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  display: none;
}

.text-span-15 {
  width: 18px;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 18px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .mobile-menu, .text-block-15 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-custom {
    height: auto;
  }

  .navbar-element-container.current {
    border-bottom: 3px solid var(--mark-up-link-style);
  }

  .intro-section-wrapper {
    height: 100%;
  }

  .markup-link-style {
    color: var(--salmon-pink);
  }

  .hero-section {
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    max-height: 100vh;
  }

  .portfolio-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mobile-menu {
    display: none;
  }

  .quick-stack-3 {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .intro-widget-container {
    inset: 30% 10%;
  }

  .text-block {
    font-size: .8rem;
  }

  .intro-content-wrapper.game {
    display: block;
  }

  .container {
    min-width: 100%;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    max-width: 128px;
    max-height: 128px;
  }

  .navbar-hamburger-menu-hm13 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: var(--bg-color);
  }

  .intro-widget-container {
    left: 5%;
    right: 5%;
  }

  .typewriter-text {
    font-size: .4em;
  }

  .button {
    font-size: 11px;
  }

  .text-block {
    font-size: .5rem;
  }

  .navbar-custom {
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .navigation-items-container {
    width: auto;
  }

  .contact-me-container {
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }

  .contact-me-container.bototm-page {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .intro-section-wrapper {
    height: auto;
  }

  .intro-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-content-wrapper.game {
    width: 100%;
  }

  .container {
    flex-flow: column;
    min-width: auto;
    max-width: none;
  }

  .game-container {
    width: auto;
    height: auto;
  }

  .hero-section {
    height: auto;
  }

  .div-block-5 {
    padding-top: 0;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .paragraph {
    font-size: 10px;
  }

  .navbar-hamburger-menu-hm13 {
    z-index: 2147483647;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .hamburger-menu-hm13 {
    margin-top: 60px;
  }

  .top-bar-hm13 {
    background-color: var(--sage-green);
    height: 5px;
    margin-bottom: 10px;
  }

  .middle-bar-hm13 {
    background-color: var(--purple);
    height: 5px;
    margin-bottom: 10px;
  }

  .bottom-bar-hm13 {
    background-color: var(--mark-up-link-style);
    height: 5px;
  }

  .mobile-menu {
    z-index: 9999999;
    background-color: #1e1f1e;
    text-decoration: none;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .task-bar {
    background-color: #272828;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .div-block-9 {
    background-color: #ff5f56;
    border-radius: 30px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    max-height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-9.yellow {
    background-color: #febc2e;
  }

  .div-block-9.green {
    background-color: #29c840;
  }

  .mobile-menu-items {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .link-block, .link-block.w--current {
    text-decoration: none;
  }

  .text-block-10 {
    color: var(--white);
    text-decoration: none;
  }

  .text-block-11, .text-block-12, .text-block-13 {
    color: var(--white);
  }

  .h2-portfolio {
    font-size: 24px;
  }

  .paragraph-2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .typewriter-text {
    font-size: .2em;
    line-height: 5px;
  }

  .button {
    font-size: 8px;
  }

  .intro-content-wrapper {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .left-side-grid-item {
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 2px;
  }

  .right-grid-item {
    border-top-style: none;
    border-top-width: 1px;
  }

  .contact-form-wrapper {
    margin-top: 10px;
  }

  .mac-navigation-bar {
    border-right-style: solid;
    border-right-width: 2px;
  }

  .navbar-hamburger-menu-hm13 {
    position: absolute;
  }

  .cross-bar-1-hm13, .cross-bar-2-hm13 {
    background-color: red;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-menu-items {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block {
    color: var(--font-color);
    margin-bottom: 10px;
    text-decoration: none;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    color: var(--white);
  }

  .background-video {
    margin-bottom: 20px;
  }
}

#w-node-_6dc858e1-8b32-0ec6-0cc4-1f10015c5326-dbd53ac5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-_7f8f571d-3412-4697-b8d6-6d6ee2b72cce-dbd53ac5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_45a22a8f-c886-a1b2-1d29-c5e23d2b3545-dbd53ac5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45a22a8f-c886-a1b2-1d29-c5e23d2b3546-dbd53ac5 {
  grid-column: span 3 / span 3;
}

#w-node-e2b288e1-384f-2629-7ecc-5f67b75246f0-dbd53ac5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e2b288e1-384f-2629-7ecc-5f67b75246f1-dbd53ac5 {
  grid-column: span 3 / span 3;
}

#w-node-fdee763d-2b9f-4a78-4719-e25f8aa274c1-dbd53ac5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fdee763d-2b9f-4a78-4719-e25f8aa274c2-dbd53ac5 {
  grid-column: span 3 / span 3;
}

#w-node-_707f6b11-3c1d-d2a4-a597-66db0282decd-dbd53ac5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_707f6b11-3c1d-d2a4-a597-66db0282dece-dbd53ac5, #w-node-a5c19873-5b3e-2fc1-3e06-bdbfe1b1db24-dbd53ac5, #w-node-_081a41f2-0cc9-c533-6b53-975b7265982c-dbd53ac5, #w-node-_0a8259ff-fc6d-f5e6-22dd-783fd1007927-dbd53ac5 {
  grid-column: span 3 / span 3;
}

#w-node-_5ed7eaa4-c59b-bdc1-a814-134c01712167-dbd53ac5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-18fe99d0, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-97413ca2, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-335e24a3, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-465f3fad, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-c7e9748f, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-c4dd799e, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-91c1e7ac, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-49270ada, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-b54980cb, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-336509d0, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-71bd5deb, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-f95961dc, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-e4e8df96, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-8857b819, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-5730372f, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-b37132e1, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-369c5a3c, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-4a19d687, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-3e29cd8a, #w-node-_3a8adfca-0b7c-423d-8973-e23c9dc57ace-89cb397c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6dc858e1-8b32-0ec6-0cc4-1f10015c5326-dbd53ac5 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f8f571d-3412-4697-b8d6-6d6ee2b72cce-dbd53ac5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_5ed7eaa4-c59b-bdc1-a814-134c01712167-dbd53ac5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Digital Glitch Demo';
  src: url('../fonts/Digital-Glitch-Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansmono Condensed';
  src: url('../fonts/NotoSansMono-SemiCondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}