body {
  font-family: "SN Pro", sans-serif;
  color: #454545 !important; }

a {
  text-decoration: none !important; }

.jc-font-roboto {
  font-family: "Roboto", sans-serif; }

.jc-font-sn-pro {
  font-family: "SN Pro", sans-serif; }

/*FONT SIZE*/
.jc-h1 {
  font-size: 60px; }

.jc-h2 {
  font-size: 30px; }

.jc-h3 {
  font-size: 24px; }

.jc-h4 {
  font-size: 20px; }

.jc-h5 {
  font-size: 16px;
  line-height: 150%; }

.jc-h6 {
  font-size: 14px;
  line-height: 150%; }

.jc-h7 {
  font-size: 12px;
  line-height: 130%; }

/*SPACER*/
.jc-spacer-2 {
  height: 2px; }

.jc-spacer-4 {
  height: 4px; }

.jc-spacer-8 {
  height: 8px; }

.jc-spacer-16 {
  height: 16px; }

.jc-spacer-32 {
  height: 32px; }

.jc-col-container {
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  background: linear-gradient(45deg, white 0%, #e8e8e8 100%);
  background: #fff7f7; }

.jc-col-main {
  border: 1px solid #ffe5ec;
  border-width: 0px 1px;
  max-width: 400px;
  padding: 0px 16px 16px 16px;
  background: #f8f8f8;
  background: #fff0f4;
  overflow: hidden;
  position: relative; }

.jc-nav-button-profile {
  background: #0d19bd;
  background: linear-gradient(45deg, #0d19bd 0%, #00f7ff 100%); }

.jc-nav-button-portfolio {
  background: #bb00ff;
  background: linear-gradient(45deg, #bb00ff 0%, #ff0011 100%); }

.jc-nav-button-skills {
  background: #33ff00;
  background: linear-gradient(45deg, #00ddff 0%, #33ff00 100%); }

.jc-nav-button-contact {
  background: #ffee00;
  background: linear-gradient(45deg, #ff4400 0%, #ffee00 100%); }

.jc-nav-container {
  width: 100%;
  height: 80px;
  z-index: 15;
  width: calc(100% + 32px);
  margin-left: -16px;
  display: inline-flex;
  justify-content: center; }

.jc-nav-bottom-container {
  padding-bottom: 0px;
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 50; }
  .jc-nav-bottom-container .jc-icon-container {
    max-width: 400px;
    display: grid;
    margin: 0px auto;
    background: #ffc00;
    padding: 16px;
    padding-top: 64px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    height: 128px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
    .jc-nav-bottom-container .jc-icon-container > div {
      border-radius: 100px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      justify-content: center;
      margin-bottom: 16px;
      cursor: pointer;
      position: relative;
      animation-name: bottomNavResetAnimation;
      animation-duration: .1s;
      animation-fill-mode: forwards; }
      .jc-nav-bottom-container .jc-icon-container > div:hover {
        animation-name: bottomNavAnimation;
        animation-duration: .1s;
        animation-fill-mode: forwards; }
@keyframes bottomNavAnimation {
  from {
    top: 0px; }
  to {
    top: -4px; } }
@keyframes bottomNavResetAnimation {
  from {
    top: -4px; }
  to {
    top: 0px; } }
.jc-card {
  background: #fff;
  padding: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.035);
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .jc-card .jc-title {
    font-weight: bold;
    padding: 8px 16px;
    background: #fff3f9;
    background: #fff7f7;
    margin: -16px -16px  0px -16px;
    color: #ff0049;
    font-family: "SN Pro", sans-serif; }

.jc-tag-container .jc-tag {
  background: #f8f8f8;
  border-radius: 100px;
  padding: 4px 16px;
  display: inline-block;
  margin: 0px 8px 8px 0px;
  display: inline-flex;
  align-items: center;
  gap: 8px; }
.jc-tag-container .jc-icon {
  width: 20px; }

body.jc-modal-active {
  overflow: hidden; }

.jc-modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .jc-modal .jc-tint {
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0px; }
  .jc-modal .jc-content {
    z-index: 60;
    width: 100%;
    border-radius: 16px;
    top: 0px;
    overflow-y: scroll;
    margin: 0px auto;
    display: inline-flex;
    position: fixed;
    height: 100%;
    align-items: center; }
  .jc-modal .jc-partition {
    position: absolute;
    top: 100%;
    margin-bottom: 32px;
    max-width: 700px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%; }
    .jc-modal .jc-partition > div {
      background: #fff;
      border-radius: 16px;
      margin: 16px;
      position: relative; }
    .jc-modal .jc-partition.jc-logo > div {
      margin: 128px 16px 16px 16px; }
    .jc-modal .jc-partition.jc-logo .jc-dp {
      display: block;
      width: 128px;
      margin: 0px auto;
      background: #ffcc00;
      height: 128px;
      border-radius: 100px;
      overflow: hidden;
      border: 8px solid #fff;
      top: -64px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%); }
    .jc-modal .jc-partition.jc-logo .jc-partion-body {
      padding: 64px 16px;
      min-height: 400px; }

body.jc-modal-active .jc-modal {
  display: flex;
  align-items: center; }
body.jc-modal-active .jc-tint {
  display: flex;
  align-items: center;
  animation-name: modalTintAnimation;
  animation-duration: .5s;
  animation-fill-mode: forwards; }
body.jc-modal-active .jc-partition {
  animation-delay: .5s;
  animation-name: partitionAnimation;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

@keyframes modalTintAnimation {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1; }
  100% {
    height: 100%; } }
@keyframes partitionAnimation {
  100% {
    top: 0%;
    transform: translate(-50%, 0%); } }
.jc-hero {
  min-height: 500px;
  color: #fff; }
  .jc-hero .jc-hero-dp-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #eee; }
  .jc-hero .jc-hero-stack-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    .jc-hero .jc-hero-stack-container > div {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #f8f8f8;
      background-size: cover; }
      .jc-hero .jc-hero-stack-container > div > img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
      .jc-hero .jc-hero-stack-container > div > video {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
    .jc-hero .jc-hero-stack-container > div.jc-active {
      display: inline-block;
      z-index: 5; }
@keyframes heroAnimation {
  0% {
    opacity: 100%; }
  70% {
    opacity: 100%; }
  100% {
    opacity: 0%; } }
  .jc-hero .jc-hero-details-container {
    position: absolute;
    width: calc(100% - 100px);
    bottom: 0px;
    left: 0px;
    padding: 16px;
    z-index: 10; }
    .jc-hero .jc-hero-details-container .jc-hero-detail {
      display: inline-flex;
      align-items: center;
      gap: 8px; }
    .jc-hero .jc-hero-details-container .jc-icon {
      height: 18px; }
  .jc-hero .jc-hero-blur {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    height: 50%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 60%);
    opacity: .8; }
  .jc-hero .jc-dp-counter-container {
    position: absolute;
    top: 0px;
    z-index: 8;
    padding: 16px;
    width: 100%;
    display: flex;
    gap: 8px;
    flex-basis: auto;
    flex-wrap: nowrap;
    flex-direction: row; }
    .jc-hero .jc-dp-counter-container > div {
      height: 5px;
      border-radius: 100px;
      background: #fff;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      position: relative;
      overflow: hidden; }
    .jc-hero .jc-dp-counter-container .jc-loader {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 0px;
      background: #ff0049; }
    .jc-hero .jc-dp-counter-container .jc-active .jc-loader {
      animation-name: counterLoaderAnimation;
      animation-duration: 4s; }
@keyframes counterLoaderAnimation {
  from {
    width: 0%; }
  to {
    width: 100%; } }
  .jc-hero .jc-dp-hero-nav-container {
    position: absolute;
    display: flex;
    bottom: 0px;
    right: 0px;
    width: 100px;
    z-index: 12;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding: 0px 16px 16px 0px; }
    .jc-hero .jc-dp-hero-nav-container > div {
      width: 48px;
      height: 48px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .jc-hero .jc-dp-hero-nav-container > div {
      animation-name: heroNavResetAnimation;
      animation-duration: .1s;
      animation-fill-mode: forwards; }
    .jc-hero .jc-dp-hero-nav-container > div:hover {
      animation-name: heroNavAnimation;
      animation-duration: .1s;
      animation-fill-mode: forwards; }
@keyframes heroNavAnimation {
  from {
    margin-right: 0px; }
  to {
    margin-right: 4px; } }
@keyframes heroNavResetAnimation {
  from {
    margin-right: 4px; }
  to {
    margin-right: 0px; } }
.jc-work-container {
  width: calc(100% + 8px);
  overflow: hidden; }
  .jc-work-container table {
    margin-left: -4px; }
  .jc-work-container td {
    height: 140px;
    border: 4px solid #fff;
    position: relative;
    border-spacing: 30px; }
  .jc-work-container .jc-modal-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .jc-work-container .jc-modal-button .jc-heart {
      width: 24px;
      position: absolute;
      z-index: 3;
      top: 8px;
      right: 8px;
      opacity: .5;
      display: none; }
    .jc-work-container .jc-modal-button .jc-thumb {
      object-fit: cover;
      position: absolute;
      height: 100%;
      width: 100%;
      border-radius: 8px; }
    .jc-work-container .jc-modal-button:hover .jc-heart {
      display: inline-block; }

.jc-hidden-thumb-array.jc-work-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  height: 0px;
  width: 100%; }
  .jc-hidden-thumb-array.jc-work-container .jc-modal-button {
    position: relative;
    top: initial;
    left: initial;
    width: initial;
    height: 138px; }
  .jc-hidden-thumb-array.jc-work-container .jc-thumb {
    width: 100%; }

.jc-cat-container > span {
  cursor: pointer; }
  .jc-cat-container > span.jc-active {
    font-weight: bold;
    color: #ff0049; }

.jc-see-more {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff7f7 100%);
  text-align: center;
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
  margin-top: 4px;
  font-weight: bold;
  color: #ff0049;
  align-items: center;
  justify-content: center; }

.jc-experience-container .jc-experience {
  background: #fff7f7;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 8px;
  margin-bottom: 8px;
  cursor: pointer; }
  .jc-experience-container .jc-experience:last-of-type {
    margin: 0px; }
  .jc-experience-container .jc-experience .jc-desc {
    color: #939393; }
  .jc-experience-container .jc-experience .jc-body {
    padding-top: 8px;
    display: none; }
  .jc-experience-container .jc-experience ul {
    padding-left: 16px; }
.jc-experience-container .jc-icon {
  aspect-ratio: 1;
  border-radius: 4px;
  background: #fbecf0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center; }
  .jc-experience-container .jc-icon > div {
    position: absolute;
    height: 12px;
    width: 12px; }
.jc-experience-container .jc-experience .jc-icon .jc-h {
  height: 2px;
  width: 12px;
  background: #ff0049;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 10px; }
.jc-experience-container .jc-experience .jc-icon .jc-v {
  left: 49%;
  transform: translate(-50%, 0%);
  height: 12px;
  width: 2px;
  position: absolute;
  background: #ff0049;
  border-radius: 10px; }
.jc-experience-container .jc-experience.jc-active .jc-icon > div {
  animation-name: accordionAnimation;
  animation-duration: .5s;
  animation-fill-mode: forwards; }
.jc-experience-container .jc-experience.jc-active .jc-v {
  animation-delay: .2s;
  animation-name: accordionVerticalAnimation;
  animation-duration: .2s;
  animation-fill-mode: forwards;
  transform-origin: center center; }
.jc-experience-container .jc-experience.jc-active .jc-body {
  padding-top: 8px;
  display: block; }

@keyframes accordionAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes accordionVerticalAnimation {
  from {
    transform: scale(1); }
  to {
    transform: scale(0); } }
.jc-skills-container {
  margin-right: 0px; }
  .jc-skills-container .jc-skill-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
  .jc-skills-container .jc-skill-grid-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    background: #fbecf0;
    border-radius: 1000px;
    padding: 4px 8px 4px 4px; }
    .jc-skills-container .jc-skill-grid-item > div {
      display: flex;
      align-items: center; }
  .jc-skills-container .jc-skill-grid-item-icon {
    height: 24px;
    background: #fff7f7;
    border-radius: 1000px;
    overflow: hidden; }
  .jc-skills-container .jc-skill {
    width: 130px;
    background: #fbecf0;
    border-radius: 8px;
    padding: 16px 8px;
    aspect-ratio: 1;
    text-align: center;
    font-weight: bold; }
    .jc-skills-container .jc-skill .jc-skill-icon {
      width: 64px;
      height: 64px;
      border-radius: 1000px;
      display: inline-flex;
      margin: 0px auto;
      background: #fff;
      border: 1px solid #ffe5ec;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
      background-position: center;
      background-size: 80%; }
  .jc-skills-container .lSPager.lSpg {
    display: none !important; }

.jc-link-button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fbecf0; }
  .jc-link-button img {
    width: 60%; }

.jc-download-cv {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
  font-family: "SN Pro", sans-serif; }

.jc-card-package .jc-package-item {
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 40px 1fr;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative; }
.jc-card-package .jc-package-item:last-of-type {
  margin-bottom: 0px; }
.jc-card-package .jc-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .jc-card-package .jc-icon-container img {
    width: 24px; }
.jc-card-package .jc-perfect-match {
  position: absolute;
  right: -13px;
  bottom: -24px;
  width: 84px;
  z-index: 20; }

.jc-modal .jc-partition-header {
  padding: 16px;
  text-align: center; }
.jc-modal .jc-partition-header {
  padding: 16px 16px 8px 16px; }
.jc-modal .jc-package > div {
  background: #fff;
  border-radius: 16px;
  margin: 16px;
  position: relative;
  margin-top: 100px !important; }
.jc-modal .jc-partition.jc-package {
  width: 100%;
  max-width: 900px; }
  .jc-modal .jc-partition.jc-package .jc-partion-body {
    padding: 0px 0px 8px 0px;
    min-height: 0px; }
.jc-modal .jc-package-table {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  background: #fff7f7;
  margin: 8px 16px 8px 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid  #ffe5ec; }
.jc-modal .jc-package-column:nth-of-type(2), .jc-modal .jc-package-column:nth-of-type(4) {
  background: #fff0f4; }
.jc-modal .jc-package-column > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid  #ffe5ec;
  min-height: 40px;
  padding: 2px 8px;
  flex-direction: column;
  margin: 8px 0px; }
  .jc-modal .jc-package-column > div:last-of-type {
    border: 0px; }
.jc-modal .jc-package-column.jc-features > div {
  justify-content: flex-start; }
.jc-modal .jc-package-column .jc-header {
  border: 0px solid #fff;
  margin-bottom: 0px;
  padding-bottom: 0px; }
  .jc-modal .jc-package-column .jc-header > div {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    font-family: "SN Pro", sans-serif;
    font-weight: normal;
    position: relative;
    color: #fff; }
  .jc-modal .jc-package-column .jc-header .jc-perfect-match {
    position: absolute;
    right: -26px;
    bottom: -47px;
    width: 84px;
    z-index: 20; }
.jc-modal .jc-package-column .jc-check {
  width: 24px; }
@media (max-width: 768px) {
  .jc-modal .jc-package-table {
    grid-template-columns: 1fr;
    padding: 0px;
    border-width: 0px;
    background: transparent; }
  .jc-modal .jc-package-column {
    border: 1px solid #fff1f4;
    border-radius: 16px;
    margin-bottom: 16px;
    background: #fff7f7 !important; }
  .jc-modal .jc-package-column:last-of-type {
    margin-bottom: 0px; }
  .jc-modal .jc-header .jc-perfect-match {
    right: 14px !important;
    bottom: -33px !important; }
  .jc-modal .jc-partition.jc-package {
    width: 100%;
    max-width: 500px; } }

body.jc-modal-active {
  overflow: hidden; }

.jc-modal-button {
  cursor: pointer; }

.jc-modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .jc-modal .jc-tint {
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0px; }
  .jc-modal .jc-close {
    height: 48px;
    width: 48px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    z-index: 100; }
  .jc-modal .jc-navigation {
    position: fixed;
    top: 50%;
    border-radius: 0px;
    width: 48px;
    z-index: 90;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .jc-modal .jc-navigation > div {
      width: 100%;
      aspect-ratio: 1;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 1000px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .jc-modal .jc-navigation img {
      width: 32px; }
    .jc-modal .jc-navigation.jc-prev {
      left: 16px; }
    .jc-modal .jc-navigation.jc-next {
      right: 32px; }
  .jc-modal .jc-content {
    z-index: 60;
    width: 100%;
    top: 0px;
    overflow-y: scroll;
    margin: 0px auto;
    display: inline-flex;
    position: fixed;
    height: 100%;
    align-items: center; }
  .jc-modal .jc-partition {
    position: absolute;
    top: 100%;
    margin-bottom: 32px;
    max-width: 700px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%; }
    .jc-modal .jc-partition > div {
      background: #fff;
      border-radius: 16px;
      margin: 16px;
      position: relative; }
    .jc-modal .jc-partition .jc-partition-sub {
      color: #939393; }
    .jc-modal .jc-partition .jc-partition-title {
      color: #ff0049;
      font-family: "SN Pro", sans-serif; }
    .jc-modal .jc-partition.jc-type-logo {
      max-width: 700px; }
      .jc-modal .jc-partition.jc-type-logo > div {
        margin: 128px 16px 16px 16px; }
      .jc-modal .jc-partition.jc-type-logo .jc-partition-dp {
        background-color: #eee;
        display: block;
        width: 128px;
        margin: 0px auto;
        height: 128px;
        border-radius: 100px;
        overflow: hidden;
        border: 8px solid #fff;
        top: -64px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        background-size: cover;
        background-position: center; }
      .jc-modal .jc-partition.jc-type-logo .jc-partion-body {
        padding: 64px 16px;
        min-height: 0px; }
      .jc-modal .jc-partition.jc-type-logo .jc-partition-title {
        padding: 0px 16px; }
      .jc-modal .jc-partition.jc-type-logo .jc-partition-info {
        display: block;
        max-width: 550px;
        margin: 0px auto; }
      .jc-modal .jc-partition.jc-type-logo ul {
        padding: 0px;
        list-style: none; }
      .jc-modal .jc-partition.jc-type-logo .jc-slider-container {
        margin-right: -16px; }
      .jc-modal .jc-partition.jc-type-logo .jc-carousel-image {
        border-radius: 8px;
        width: 250px; }
    .jc-modal .jc-partition.jc-type-web {
      max-width: 700px; }
      .jc-modal .jc-partition.jc-type-web > div {
        padding: 16px;
        margin: 128px 16px 16px 16px;
        overflow: hidden; }
      .jc-modal .jc-partition.jc-type-web .jc-pic-container > img {
        border-radius: 8px; }
      .jc-modal .jc-partition.jc-type-web .jc-partion-body {
        padding: 0px 0px 8px 0px;
        min-height: 0px; }
      .jc-modal .jc-partition.jc-type-web .jc-partition-link {
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-radius: 100px;
        color: #fff;
        font-family: "SN Pro", sans-serif;
        padding: 0px 16px; }
    .jc-modal .jc-partition.jc-type-pic {
      max-width: 500px; }
      .jc-modal .jc-partition.jc-type-pic > div {
        padding: 16px;
        margin: 128px 16px 16px 16px;
        overflow: hidden; }
      .jc-modal .jc-partition.jc-type-pic .jc-pic-container > img {
        border-radius: 8px; }
      .jc-modal .jc-partition.jc-type-pic .jc-partion-body {
        padding: 0px 0px 8px 0px;
        min-height: 0px; }
      .jc-modal .jc-partition.jc-type-pic .jc-partition-title {
        padding: 0px; }
      .jc-modal .jc-partition.jc-type-pic .jc-partition-header {
        background: #fff3f9;
        margin: -16px -16px  0px -16px;
        padding: 16px; }
      .jc-modal .jc-partition.jc-type-pic .jc-partition-info {
        display: none; }
  .jc-modal .lSPager.lSpg {
    display: none !important; }

body.jc-modal-active .jc-modal {
  display: flex;
  align-items: center; }
body.jc-modal-active .jc-tint {
  display: flex;
  align-items: center;
  animation-name: modalTintAnimation;
  animation-duration: .5s;
  animation-fill-mode: forwards; }
body.jc-modal-active .jc-partition {
  animation-delay: .5s;
  animation-name: partitionAnimation;
  animation-duration: .3s;
  animation-fill-mode: forwards; }

@keyframes modalTintAnimation {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1; }
  100% {
    height: 100%; } }
@keyframes partitionAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    top: 0%;
    transform: translate(-50%, 0%); } }

/*# sourceMappingURL=jc-style.css.map */
