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

.paragraph {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.cell {
  text-align: center;
  align-items: center;
}

.text-block {
  text-align: center;
  margin-top: 10px;
}

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

.text-block-2 {
  text-align: center;
  margin-top: 10px;
}

.cell-2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-3 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.text-block-3 {
  text-align: center;
  margin-top: 10px;
}

.cell-3 {
  align-items: center;
}

.quick-stack {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-4 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-4 {
  text-align: center;
  margin-top: 10px;
}

.cell-4 {
  text-align: center;
  align-items: center;
}

.paragraph-5 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-5 {
  text-align: center;
  margin-top: 10px;
}

.cell-5 {
  text-align: center;
  align-items: center;
}

.paragraph-6 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-6 {
  text-align: center;
  margin-top: 10px;
}

.cell-6 {
  align-items: center;
}

.text-block-7 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .paragraph-2 {
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .text-block-7 {
    font-size: 11px;
  }
}

#w-node-_0a8e1eb9-36f2-bcfe-f499-ea5d5fe76920-7f1ae685, #w-node-ca0e5c5b-8048-96ac-482b-62058143eab6-7f1ae685 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_0a8e1eb9-36f2-bcfe-f499-ea5d5fe76920-7f1ae685, #w-node-ca0e5c5b-8048-96ac-482b-62058143eab6-7f1ae685 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
