<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nested_content .heading_area {
  max-width: 910px;
  text-align: center;
  margin: auto
}

.nested_content .content_wrapper {
  max-width: 1016px;
  margin: auto;
}

.nested_content .two_column_text {
  margin: 58px auto 66px;
}

.nested_content .nest_1, .nested_content .nests div {
  border-radius: 12px;
  padding: 48px 56px;
}

.nested_content .nests .nest_3 {
  padding: 40px 56px;
}

.nested_content .nests *:not(div) {
  color: #fff;
  margin: auto;
  max-width: 680px;
}

.nested_content .nests h3 {
  margin-bottom: 32px;
  text-align: center
}

.nested_content .nests .content_title {
  display: block;
  margin-bottom: 16px
}

.nested_content .nests p {
  font-size: 18px
}

.nested_content .nests div {
  margin-top: 40px
}

.nested_content .nest_1 {
  background-color: #4742d4
}

.nested_content .nest_2 {
  background-color: #3c37be
}

.nested_content .nest_3 {
  background-color: #302ca4
}

@media(max-width:768px) {
  .nested_content .nest_1,
  .nested_content .nests div {
    padding: 32px !important;
  }
}

@media(max-width:480px) {
  .nested_content .nest_1,
  .nested_content .nests div {
    padding: 16px !important;
  }
  .nested_content .nests div {
    margin-top: 24px;
  }
  .nested_content .nests h3 {
    margin-bottom: 16px;
  }
  .nested_content .two_column_text {
    margin: 58px auto 33px;
  }
}
}</pre></body></html>