.page-thankyou {
  background-color: #fff; }
  .page-thankyou .thankyou-figure {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 24px 24px; }
    .page-thankyou .thankyou-figure .thankyou-thumbnail {
      height: 100vh;
      margin: 0 auto;
      position: relative;
      min-height: 480px;
      width: 100%;
      max-width: 100% !important;
      margin-top: -64px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 64px calc(48* 100vw / 1440);
      color: #fff;
      text-align: center; }
      @media (max-width: 800px) {
        .page-thankyou .thankyou-figure .thankyou-thumbnail {
          margin-top: -0px; } }
      .page-thankyou .thankyou-figure .thankyou-thumbnail .thankyou-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: -0.005em;
        text-align: left;
        color: #fff;
        text-align: center; }
      .page-thankyou .thankyou-figure .thankyou-thumbnail p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: center; }
      .page-thankyou .thankyou-figure .thankyou-thumbnail .button.button--primary {
        padding: 14.7px 20px; }
  .page-thankyou .themevale_section-homeportfolio {
    padding: calc(40* 100vw / 1440) calc(29* 100vw / 1440);
    margin: -60px calc(20* 100vw / 1440) 0;
    border-radius: 24px;
    width: calc(100% - calc(2*(20* 100vw / 1440)));
    position: relative; }
    @media (max-width: 800px) {
      .page-thankyou .themevale_section-homeportfolio {
        padding: 40px 15px;
        margin: -40px 15px 0;
        width: calc(100% - 30px); } }
  .page-thankyou .themevale_section-homeportfolio:after {
    left: 0; }
  .page-thankyou .thankyou-darkbg {
    position: relative; }
    .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list {
      margin-top: -20vh; }
      .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list .themevale_section-home {
        background-color: #f3f3f3;
        border-radius: 24px; }
        .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list .themevale_section-home #postpage-postlist .productCarousel-slide {
          width: 50% !important; }
          @media (max-width: 800px) {
            .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list .themevale_section-home #postpage-postlist .productCarousel-slide {
              width: 100% !important; } }
          .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list .themevale_section-home #postpage-postlist .productCarousel-slide .blog-thumbnail {
            max-height: 400px;
            height: 400px; }
            @media (max-width: 800px) {
              .page-thankyou .thankyou-darkbg .recent-posts-portfolio-list .themevale_section-home #postpage-postlist .productCarousel-slide .blog-thumbnail {
                max-height: 200px;
                height: 200px; } }
  .page-thankyou .thankyou-darkbg:before {
    background-color: #333;
    height: 60px;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -2px; }
