.download-now-comp {
  margin-left: calc(6rem + 12px);
}
@media screen and (max-width: 1100px) {
  .download-now-comp {
    margin-left: calc(2rem + 12px);
    margin-right: calc(2rem + 12px);
  }
}
@media screen and (max-width: 800px) {
  .download-now-comp {
    margin-left: calc(1rem + 12px);
    margin-right: 1rem;
  }
}
.download-now-comp .buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.download-now-comp .buttons .download-button {
  font-weight: bold;
  font-size: 2rem;
  justify-content: flex-start;
}
.download-now-comp .buttons .download-button .text {
  font-size: 1.2rem;
}

#hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc(6rem + 12px);
  padding-right: calc(6rem + 12px);
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  #hero {
    padding-left: calc(2rem + 12px);
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  #hero {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8rem;
    height: unset;
  }
}
@media screen and (max-width: 800px) {
  #hero {
    padding-left: calc(1rem + 12px);
    padding-top: 1rem;
  }
}
#hero #fancy-text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  font-size: 6rem;
  font-weight: bold;
}
#hero #fancy-text .dynamic-letters {
  color: #F83A83;
}
@media screen and (max-width: 1800px) {
  #hero #fancy-text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1600px) {
  #hero #fancy-text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  #hero #fancy-text {
    height: 100vh;
    margin-top: 15vh;
  }
}
@media screen and (max-width: 600px) {
  #hero #fancy-text {
    font-size: 3rem;
  }
}
#hero #screenshot-section {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (max-width: 1100px) {
  #hero #screenshot-section {
    margin-left: -24px;
  }
}
@media screen and (max-width: 1100px) {
  #hero #screenshot-section {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #hero #screenshot-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
#hero #screenshot-section #screenshot {
  height: 52rem;
}
@media screen and (max-width: 1450px) {
  #hero #screenshot-section #screenshot {
    height: 45rem;
  }
}
@media screen and (max-width: 600px) {
  #hero #screenshot-section #screenshot {
    height: unset;
    width: 80vw;
  }
}
#hero #screenshot-section #buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: bold;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1100px) {
  #hero #screenshot-section #buttons .download-text {
    align-self: center;
  }
}
@media screen and (max-width: 600px) {
  #hero #screenshot-section #buttons .download-text {
    align-self: flex-start;
  }
}
#hero #screenshot-section #buttons .download-button {
  font-weight: bold;
  font-size: 2rem;
  justify-content: flex-start;
}
#hero #screenshot-section #buttons .download-button .text {
  font-size: 1.2rem;
}
@media screen and (max-width: 1100px) {
  #hero #screenshot-section #buttons {
    align-items: stretch;
  }
}
@media screen and (max-width: 600px) {
  #hero #screenshot-section #buttons {
    margin-left: 2rem;
    align-items: flex-start;
  }
}

#about.section {
  height: 100vh;
  padding-left: calc(6rem + 12px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #about.section {
    padding-left: calc(2rem + 12px);
    padding-right: calc(2rem + 12px);
  }
}
@media screen and (max-width: 1000px) {
  #about.section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  #about.section {
    padding-left: calc(1rem + 12px);
    padding-top: 1rem;
    padding-right: 1rem;
  }
}
#about.section .about-title {
  font-size: 0.8rem;
  color: #F83A83;
}
#about.section #summary {
  max-width: 24rem;
}
#about.section #summary #summary-content {
  font-size: 1.5rem;
  font-weight: bold;
}
#about.section #filter-by {
  margin-left: 20vw;
}
@media screen and (max-width: 1200px) {
  #about.section #filter-by {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  #about.section #filter-by {
    margin-left: unset;
    margin-top: 4rem;
  }
}
#about.section #filter-by #filter-boxes {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes {
    display: flex;
    flex-direction: column;
  }
}
#about.section #filter-by #filter-boxes .filter-box {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes .filter-box {
    padding-left: unset;
  }
}
#about.section #filter-by #filter-boxes .filter-box:nth-child(1) {
  border-right: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  padding-left: 0;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes .filter-box:nth-child(1) {
    border-right: unset;
  }
}
#about.section #filter-by #filter-boxes .filter-box:nth-child(2) {
  border-left: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  margin-left: -1px;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes .filter-box:nth-child(2) {
    border-left: unset;
  }
}
#about.section #filter-by #filter-boxes .filter-box:nth-child(3) {
  border-right: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
  padding-left: 0;
  margin-top: -1px;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes .filter-box:nth-child(3) {
    border-right: unset;
  }
}
#about.section #filter-by #filter-boxes .filter-box:nth-child(4) {
  border-left: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 500px) {
  #about.section #filter-by #filter-boxes .filter-box:nth-child(4) {
    border-left: unset;
  }
}