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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.advertisment {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 888px;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.advertisment_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 888px;
  padding-top: 24px;
  display: none;
}

.text-block {
  font-family: Open Sans, sans-serif;
}

.text-block.ad {
  font-size: 12px;
  font-weight: 600;
}

.text-block.labels {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.text-block.footer_text {
  color: #6b7280;
  width: 100%;
  max-width: 888px;
  font-size: 12px;
  font-weight: 400;
}

.single-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.single-label.hidden {
  display: none;
}

.labels {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.heading {
  color: #000;
  width: 100%;
  max-width: 888px;
  margin-top: 0;
  line-height: 140%;
  text-decoration: underline;
  font-size: 38px;
  font-weight: bold;
  margin: 0.67em 0;
  margin-bottom: 10px;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.divider {
  -webkit-text-fill-color: inherit;
  background-color: #a2a6a7;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 2px;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.content_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image {
  pointer-events: auto;
  mix-blend-mode: normal;
  border-radius: 20px;
  width: 100%;
}

.image:hover {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.body_text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body_text.author {
  font-size: 20px;
  display: none;
}

.bold {
  font-weight: 700;
}

.bold.link {
  color: #3e92d0;
}

.bold.link:hover {
  color: #23567c;
}

.button {
  text-align: center;
  background-color: #117a23;
  border: 10px solid #d2d2d2;
  border-radius: 20px;
  width: 100%;
  max-width: 888px;
  margin-top: 24px;
  padding: 8px 16px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 56.3px;
}

.button:hover {
  background-color: #10611d;
  border-color: #b3b3b3;
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f4f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 24px;
  display: block;
}

.links {
  flex-flow: column;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.link-2 {
  color: #3e92d0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #23567c;
}

.text-block-3, .text-block-4 {
  width: 100%;
  max-width: 888px;
}

.div-block {
  flex-flow: column;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.link_footer {
  color: #a2a6a7;
  border-right: 2px solid #a2a6a7;
  padding-right: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.link_footer:hover {
  color: #000;
}

.link_footer.last {
  border-right-style: none;
  padding-right: 0;
}

.link_footer.hidden {
  display: none;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.spacer {
  background-color: #a2a6a7;
  width: 2px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 16px 44px;
  display: flex;
}

.text-block-copy {
  font-family: Open Sans, sans-serif;
}

.text-block-copy.ad {
  font-size: 12px;
  font-weight: 600;
}

.text-block-copy.labels {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.text-block-copy.footer_text {
  color: #6b7280;
  width: 100%;
  max-width: 888px;
  font-size: 12px;
  font-weight: 400;
}

.label {
  color: #6b7280;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.label.ad {
  font-size: 12px;
  font-weight: 600;
}

.label.labels {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.label.footer_text {
  color: #6b7280;
  width: 100%;
  max-width: 888px;
  font-size: 12px;
  font-weight: 400;
}

.text_footer {
  color: #a2a6a7;
  width: 100%;
  max-width: 888px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.text_footer.ad {
  font-size: 12px;
  font-weight: 600;
}

.text_footer.labels {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
}

.text_footer.footer_text {
  color: #6b7280;
  width: 100%;
  max-width: 888px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.link-3, .link_video {
  text-decoration: none;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
}

.text-block-5.ad {
  font-size: 12px;
  font-weight: 600;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.link-4 {
  color: #3e92d0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #23567c;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
}

.text-block-6.ad {
  font-size: 12px;
  font-weight: 600;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  width: 100%;
  max-width: 888px;
  display: flex;
}

.link-5 {
  color: #3e92d0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-5:hover {
  color: #23567c;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 28px;
    line-height: 140%;
  }

  .content {
    flex-flow: column;
  }

  .spacer {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 28px;
    line-height: 140%;
  }

  .content {
    flex-flow: column;
  }

  .button {
    font-size: 24px;
    line-height: 150%;
  }

  .link_footer {
    border: 1px #000;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .spacer {
    overflow: hidden;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .labels {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    font-size: 24px;
  }

  .button {
    font-size: 16px;
  }

  .link-2, .link-4, .link-5 {
    word-break: break-all;
  }
}


