.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;
  }
}

.image, .container {
  text-align: center;
}

.body {
  background-color: #000;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

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

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
}

.section {
  background-color: #e6e6e6;
  margin-top: 60px;
}

.section-2 {
  background-color: #e6e6e6;
  margin-top: 0;
}

.image-2 {
  margin-top: 60px;
}

.section-3 {
  background-color: #e6e6e6;
  margin-bottom: 0;
}

.text-block {
  text-align: justify;
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph {
  color: #f1f1f1;
  margin-top: 60px;
}

.section-4 {
  margin-top: 0;
}

.quick-stack {
  text-align: center;
}

.link {
  color: #b9b9b9;
  text-align: center;
}

.link-2, .link-3, .link-4 {
  color: #b9b9b9;
}

.cell, .cell-2 {
  text-align: center;
}

.text-block-2 {
  color: #b9b9b9;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.section-5 {
  margin-top: 40px;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .code-embed {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-2 {
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph, .quick-stack, .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_16efdd5c-273f-51de-6bb0-71001e795fdd-12ed7a3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
