
                  .scv-sa-flip-host #scv-sa-resume-flip ._skip {
                      margin: 0;
                      padding: 40px;
                      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                      min-height: 100vh;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip ._skip {
                      width: 100%;
                      max-width: 100rem;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .animation-wrapper {
                      width: 500px;
                      height: 600px;
                  }

                  @keyframes FoldImageAnimated_rotateY__DM_fr {
                      0% {
                          transform: rotateY(0deg)
                      }

                      40% {
                          transform: rotateY(10deg)
                      }

                      50% {
                          transform: rotateY(170deg);
                          display: none
                      }

                      90% {
                          transform: rotateY(185deg)
                      }

                      to {
                          transform: rotateY(1turn)
                      }
                  }

                  @keyframes FoldImageAnimated_show-and-hide-1__QFuRR {
                      0% {
                          opacity: 1
                      }

                      24% {
                          opacity: 1
                      }

                      25% {
                          opacity: 0
                      }

                      96% {
                          opacity: 0
                      }

                      to {
                          opacity: 1
                      }
                  }

                  @keyframes FoldImageAnimated_show-and-hide-2__KWvUW {
                      0% {
                          opacity: 1
                      }

                      50% {
                          opacity: 1
                      }

                      51% {
                          opacity: 0
                      }

                      to {
                          opacity: 0
                      }
                  }

                  @keyframes FoldImageAnimated_show-and-hide-3__pyc3Z {
                      0% {
                          opacity: 0
                      }

                      45% {
                          opacity: 0
                      }

                      47% {
                          opacity: 1
                      }

                      75% {
                          opacity: 1
                      }

                      76% {
                          opacity: 0
                      }

                      to {
                          opacity: 0
                      }
                  }

                  @keyframes FoldImageAnimated_show-and-hide-4__bYEGQ {
                      0% {
                          opacity: 0
                      }

                      69% {
                          opacity: 0
                      }

                      71% {
                          opacity: 1
                      }

                      96% {
                          opacity: 1
                      }

                      to {
                          opacity: 0
                      }
                  }

                  @keyframes animation-zoom-in {
                      0% {
                          transform: scale(0.8);
                          opacity: 0.8;
                      }

                      50% {
                          transform: scale(1.05);
                          opacity: 1;
                      }

                      100% {
                          transform: scale(1);
                          opacity: 1;
                      }
                  }

                  @keyframes animation-bounce {

                      0%,
                      20%,
                      50%,
                      80%,
                      100% {
                          transform: translateY(0) rotate(-3.04deg);
                      }

                      40% {
                          transform: translateY(-10px) rotate(-3.04deg);
                      }

                      60% {
                          transform: translateY(-5px) rotate(-3.04deg);
                      }
                  }

                  @keyframes animation-slide-fade-in-left {
                      0% {
                          transform: translateX(-30px);
                          opacity: 0;
                      }

                      100% {
                          transform: translateX(0);
                          opacity: 1;
                      }
                  }

                  @keyframes animation-slide-fade-in-right {
                      0% {
                          transform: translateX(30px);
                          opacity: 0;
                      }

                      100% {
                          transform: translateX(0);
                          opacity: 1;
                      }
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_card__3Nznq {
                      position: relative;
                      width: 100%;
                      height: 100%;
                      perspective: 500px;
                      display: block;
                      text-align: center
                  }

                  @media screen and (max-width: 1200px) {
                      .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_card__3Nznq {
                          height: 700px
                      }
                  }

                  @media screen and (max-width: 768px) {
                      .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_card__3Nznq {
                          height: 600px
                      }
                  }

                  @media screen and (max-width: 480px) {
                      .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_card__3Nznq {
                          height: 500px
                      }
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_content__5n8A2 {
                      position: absolute;
                      width: 100%;
                      height: 100%;
                      transition: transform 1s ease-in-out;
                      transform-style: preserve-3d;
                      animation-timing-function: ease-in-out;
                      animation: FoldImageAnimated_rotateY__DM_fr 8s 2s infinite forwards
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_back__STkbo,
                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_front__2BSzH {
                      position: absolute;
                      height: 100%;
                      width: 100%;
                      -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
                      display: block
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_back__STkbo {
                      transform: rotateY(180deg)
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_front__2BSzH {
                      transform: rotateY(0deg)
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeOne__D0ARv {
                      position: relative;
                      padding-top: 16px;
                      opacity: 1;
                      animation: FoldImageAnimated_show-and-hide-1__QFuRR 16s 2s infinite forwards
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeTwoContainer__VRALz {
                      position: relative;
                      max-width: 366px;
                      margin: auto;
                      top: 50%;
                      transform: translateY(-50%);
                      animation: FoldImageAnimated_show-and-hide-2__KWvUW 16s 2s infinite forwards
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeTwo__Yu6L5 {
                      position: relative;
                      max-width: 100%;
                      height: auto;
                      z-index: 1
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_newEntryTwo__7OuQ1 {
                      position: absolute;
                      width: 70%;
                      bottom: 0;
                      right: -7%;
                      z-index: 3
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_fontsTwo__aTPxa {
                      position: absolute;
                      bottom: -4%;
                      left: -17%;
                      width: 54%;
                      z-index: 0
                  }

                  @media screen and (max-width: 768px) {
                      .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_fontsTwo__aTPxa {
                          left: -12%
                      }
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_profileTwo__Cab1h {
                      position: absolute;
                      top: -7%;
                      left: 33%;
                      width: 30%;
                      z-index: 3
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_hiredTwo__wGro5 {
                      position: absolute;
                      top: -4%;
                      left: -8%;
                      color: #57cda4;
                      border: 1px solid #57cda4;
                      border-radius: 28px;
                      transform: rotate(-3.04deg);
                      z-index: 3;
                      animation: animation-bounce 2s 0.5s infinite;
                      padding: 8px 16px;
                      font-weight: 700;
                      font-size: 14px;
                      background: white;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .animation-slide-fade-in-left {
                      animation: animation-slide-fade-in-left 1s ease-out forwards;
                      animation-delay: 4.5s;
                      opacity: 0;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .animation-slide-fade-in-right {
                      animation: animation-slide-fade-in-right 1s ease-out forwards;
                      animation-delay: 5s;
                      opacity: 0;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .animation-zoom-in {
                      animation: animation-zoom-in 2s ease-out forwards;
                      animation-delay: 0.5s;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeThree__l_nL0 {
                      position: absolute;
                      left: -24px;
                      top: 50%;
                      transform: translateY(-50%);
                      opacity: 0;
                      animation: FoldImageAnimated_show-and-hide-3__pyc3Z 16s 2s infinite forwards
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeFourContainer__6itQd {
                      position: absolute;
                      top: 0;
                      bottom: 0;
                      opacity: 0;
                      animation: FoldImageAnimated_show-and-hide-4__bYEGQ 16s 2s infinite forwards
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_resumeFour__Lx5d_ {
                      position: relative;
                      top: 50%;
                      transform: translateY(-50%);
                      left: -24px
                  }

                  /* Wrapper-specific tweaks to ensure sizing inside hero */
                  .scv-sa-flip-host #scv-sa-resume-flip .animation-wrapper {
                      width: min(100%, 600px);
                      min-width: 320px;
                      height: 600px;
                      margin: 0 auto;
                  }

                  .scv-sa-flip-host #scv-sa-resume-flip .FoldImageAnimated_card__3Nznq {
                      height: 100%;
                  }

                  @media (max-width: 980px) {
                      .scv-sa-flip-host #scv-sa-resume-flip {
                          height: 480px;
                      }

                      .scv-sa-flip-host #scv-sa-resume-flip .animation-wrapper {
                          height: 480px;
                      }
                  }

