.home-page .theme-paragraph-loading-title {
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1.06;
  text-align: center;
  color: #ffffff; }

.theme-paragraph-loading-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  color: #ffffff; }

.theme-paragraph-loading-subtitle {
  font-family: "Khand";
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 0.67;
  color: #ffb400; }

.theme-paragraph-loading {
  height: calc(100vh - 7.5rem);
  overflow: auto;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  background-color: rgba(34, 87, 80, 0.66); }
  .home-page .theme-paragraph-loading {
    background-color: transparent; }
  .theme-paragraph-loading:before, .theme-paragraph-loading:after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(45rem / 2); }
    @media screen and (max-width: 768px) {
      .theme-paragraph-loading:before, .theme-paragraph-loading:after {
        flex-basis: 4rem; } }
  .theme-paragraph-loading-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    min-width: 75rem;
    max-width: 120rem;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-loading-content {
        flex-shrink: 1;
        min-width: auto; } }
  .theme-paragraph-loading-body, .theme-paragraph-loading-footer {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start; }
  .theme-paragraph-loading-footer {
    margin-top: 14rem;
    align-self: center; }
  .theme-paragraph-loading-subtitle {
    margin: 0 0 4rem; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-loading-subtitle {
        line-height: 1; } }
  .theme-paragraph-loading-title {
    margin: 0 0 1rem;
    max-width: 60rem;
    position: relative;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .theme-paragraph-loading-title {
        font-size: 4rem; } }
    .home-page .theme-paragraph-loading-title {
      margin: 0;
      max-width: 70rem; }
      @media screen and (max-width: 768px) {
        .home-page .theme-paragraph-loading-title {
          font-size: 3.5rem; } }
    .cssmask .theme-paragraph-loading-title:after {
      content: "";
      position: absolute;
      display: inline-block;
      bottom: 0;
      width: 10rem;
      height: 10rem;
      margin-left: -10rem;
      pointer-events: none;
      -webkit-transform: translate(7.5rem, 1.5rem);
      transform: translate(7.5rem, 1.5rem);
      background-color: #ffb400;
      -webkit-mask-image: url(../images/icons.svg#yellow_slash);
      mask-image: url(../images/icons.svg#yellow_slash);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: 10rem 10rem;
      mask-size: 10rem 10rem;
      -webkit-mask-position: 100% 100%;
      mask-position: 100% 100%; }
    .cssmask .home-page .theme-paragraph-loading-title:after {
      -webkit-transform: translate(10rem, 5rem);
      transform: translate(10rem, 5rem);
      width: 26rem;
      height: 26rem;
      margin-left: -26rem;
      -webkit-mask-size: 26rem 26rem;
      mask-size: 26rem 26rem; }
  .theme-paragraph-loading-first, .theme-paragraph-loading-next {
    width: 5rem;
    height: 5rem;
    display: block;
    color: #ffb400;
    -webkit-transition: color .3s linear;
    transition: color .3s linear; }
    .theme-paragraph-loading-first:hover, .theme-paragraph-loading-first:focus, .theme-paragraph-loading-first:active, .theme-paragraph-loading-next:hover, .theme-paragraph-loading-next:focus, .theme-paragraph-loading-next:active {
      color: #114f40; }
  .theme-paragraph-loading-first {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }
