:root {
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.body.homepage {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  color: #e0e0e0;
  background-color: #000;
}

.rich-text-block {
  max-width: 720px;
  margin-top: 60px;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-3 {
  color: #e0e0e0;
  background-color: #000;
  font-family: Open Sans, sans-serif;
}

.heading {
  flex: 1;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 600;
}

.image {
  border-radius: 16%;
  width: 50px;
}

.image-2 {
  border-radius: 20px;
  max-height: 60vh;
}

.flex-block-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}

.section-2 {
  height: 100%;
}

.text-block-2 {
  align-self: center;
}

.flex-block-4 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.link {
  align-self: center;
}

.link-2 {
  color: #0080ff;
  font-size: 20px;
}

.flex-block-5 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.div-block {
  color: #fff;
  cursor: default;
  justify-content: center;
  align-items: stretch;
  font-size: 41px;
  line-height: 40px;
  display: flex;
}

.header {
  display: flex;
}

.header-buttons {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  align-self: flex-start;
  margin-left: auto;
  font-size: 18px;
  display: flex;
}

.link-4 {
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
}

.content-section {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 18px;
  display: block;
}

.content-section.projects {
  margin-top: 60px;
}

.div-block-4 {
  cursor: pointer;
  background-color: #353535;
  border: 1px solid #fff;
  width: 190px;
  height: 190px;
  transition: transform .2s;
  position: relative;
  overflow: hidden;
}

.div-block-4:hover {
  outline-offset: 2px;
  border-width: 3px;
  outline-width: 3px;
  transform: scale(1.1);
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  max-width: 880px;
  margin-right: auto;
  display: flex;
}

.footer {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.sobre-popup {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup-background {
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-6 {
  z-index: 1;
  background-color: #000;
  border: 1px solid #fff;
  width: 460px;
  padding: 60px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.text-block-3 {
  cursor: default;
  font-size: 41px;
  line-height: 40px;
}

.paragraph {
  cursor: default;
  margin-top: 94px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.image-3 {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-height: 50px;
  display: flex;
}

.div-block-9 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s;
  display: flex;
}

.div-block-9:hover, .div-block-9.w--current:hover {
  opacity: 1;
}

.text-block-4 {
  margin-left: 10px;
  font-size: 35px;
  font-style: italic;
}

.div-block9 {
  color: #fff;
  cursor: default;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-size: 41px;
  line-height: 41px;
  display: flex;
}

.background-video {
  outline-offset: 0px;
  outline: 1px solid #fff;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 800px;
  top: 0;
  bottom: 0;
}

.flex-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  width: 100%;
}

.left-column {
  max-width: 300px;
  margin-top: -4px;
  margin-right: 40px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.div-block-10 {
  border: 1px #fff;
  border-bottom-style: solid;
  margin-top: 20px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.image-6 {
  margin-left: 5px;
}

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

.content-wrapper {
  display: flex;
}

.header-links-mobile {
  display: none;
}

.div-block-12 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 60px;
}

.div-block-12.potato {
  flex: 1;
}

.text-block-9 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  color: #ffffffbd;
  text-transform: uppercase;
  background-color: #242424;
  border-radius: 3px;
  padding: 2px 9px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  margin-bottom: 30px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.right-column {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.right-column.ocd {
  justify-content: flex-start;
  align-items: center;
}

.image-7, .image-8 {
  outline-offset: 0px;
  outline: 1px solid #fff;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.div-block-17.ocd {
  max-width: 850px;
}

.code-embed {
  margin-top: 40px;
}

.background-video-2 {
  outline-offset: 0px;
  outline: 1px solid #fff;
  width: 100%;
}

.image-9 {
  outline-offset: 0px;
  outline: 1px #fff;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  max-height: 80vh;
}

.text-block-11 {
  text-decoration: none;
}

.contacto-popup {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 90px;
  display: flex;
}

.div-block-20 {
  z-index: 1;
  background-color: #000;
  border: 1px solid #fff;
  width: 460px;
  padding: 60px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.link-5 {
  align-self: flex-start;
  text-decoration: none;
}

.link-6 {
  margin-bottom: 20px;
}

.popup-background-2 {
  display: block;
  position: fixed;
  inset: 0%;
}

.link-block-1 {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .content-section.projects {
    margin-top: 40px;
  }

  .div-block-4 {
    border-width: 1px;
  }

  .div-block-4:hover {
    border-width: 1px;
    transform: none;
  }

  .div-block-5 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .background-video {
    width: 100%;
  }

  .left-column {
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .div-block-16 {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .body-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .link-2 {
    align-self: flex-end;
  }

  .flex-block-5, .div-block {
    align-self: flex-start;
  }

  .header {
    flex-flow: column;
  }

  .header-buttons {
    order: -1;
    display: none;
  }

  .div-block-3 {
    border: 1px #000;
    border-bottom: 1px solid #fff;
    align-self: center;
  }

  .content-section {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .content-section.projects {
    margin-bottom: 20px;
  }

  .div-block-4 {
    width: 36vw;
    height: 36vw;
  }

  .sobre-popup {
    display: none;
  }

  .div-block-6 {
    width: auto;
  }

  .background-video {
    height: 46vw;
  }

  .left-column {
    margin-right: 0;
  }

  .header-links-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    display: flex;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .div-block-20 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .body, .body.homepage {
    padding: 40px;
  }

  .heading {
    font-size: 16px;
    line-height: 16px;
  }

  .image-2 {
    border-radius: 9px;
    max-height: 70vw;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .link-2 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 17px;
  }

  .flex-block-5 {
    flex-flow: row;
  }

  .header {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-4 {
    border-style: solid;
    border-width: 1px;
    width: 35vw;
    height: 35vw;
  }

  .div-block-4:hover {
    border-style: none;
    border-width: 0;
    transform: none;
  }

  .div-block-4:active {
    border-style: none;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .sobre-popup {
    display: none;
  }

  .div-block-6 {
    padding: 40px;
  }

  .paragraph {
    margin-top: 40px;
  }

  .image-5 {
    max-width: none;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .div-block9 {
    font-size: 28px;
    line-height: 30px;
  }

  .background-video {
    height: 46vw;
  }

  .left-column {
    margin-top: 0;
  }

  .text-block-8 {
    margin-right: 10px;
  }

  .code-embed {
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-20 {
    padding: 40px;
    left: 0;
    right: 0;
  }
}


