.theme-paragraph-body {
  margin-top: 3rem;
  margin-left: 19rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 3rem);
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
  flex: auto; }
  @media screen and (max-width: 768px) {
    .theme-paragraph-body {
      margin-top: 2rem;
      margin-left: 0;
      max-height: none; } }
  .home-page .theme-paragraph-body {
    background: none;
    margin-left: 0; }
  .theme-paragraph-body .theme-field-body {
    flex-basis: auto;
    margin: 5rem 4rem 5rem 5rem;
    padding: 0 1rem 0 0;
    position: relative;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-body .theme-field-body {
        margin: 0; } }
    .theme-paragraph-body .theme-field-body-content {
      scrollbar-width: thin; }
    .home-page .theme-paragraph-body .theme-field-body {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 768px) {
    .cssmask .theme-paragraph-body {
      padding-bottom: 45px; } }
  .cssmask .theme-paragraph-body:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: #17685e;
    -webkit-mask-image: url(../images/icons.svg#green_slash);
    mask-image: url(../images/icons.svg#green_slash);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 19rem 19rem;
    mask-size: 19rem 19rem;
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%; }
    @media screen and (max-width: 768px) {
      .cssmask .theme-paragraph-body:after {
        -webkit-mask-size: 19rem 17rem;
        mask-size: 19rem 17rem;
        right: -50px; } }
  .no-cssmask .theme-paragraph-body:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 19rem;
    height: 19rem;
    background-image: url(../images/icons.svg#green_slash);
    background-repeat: no-repeat;
    background-size: 19rem 19rem;
    background-position: .2rem 13.4rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  @media screen and (max-width: 768px) {
    .cssmask .home-page .theme-paragraph-body {
      padding-bottom: 0; } }
  .cssmask .home-page .theme-paragraph-body:after {
    content: none; }
