/* nunito-sans-200 - latin */
@font-face {
  font-family: 'Acta';
  font-style: normal;
  font-display: swap;
  src: url("../fonts/acta/Acta-book.ttf"); }
/* lato-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato/lato-v24-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato/lato-v24-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Lato';
  font-size: 14px;
  font-style: normal; }

a {
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-style: normal; }

p {
  margin-bottom: 20px;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 1.5em;
  color: #000000; }
  @media screen and (max-width: 485px) {
    p {
      font-size: 16px; } }

.container {
  max-width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    width: 720px; } }
@media screen and (min-width: 900px) {
  .container {
    width: 860px; } }
@media screen and (min-width: 992px) {
  .container {
    width: 960px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container {
    width: 1000px; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px; } }
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px; } }
.jp-popup-share {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .jp-popup-share .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .jp-popup-share .content {
    background-color: #FFFFFF;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .jp-popup-share .content .header {
      background-color: #dd1e26;
      padding: 15px;
      display: block; }
      .jp-popup-share .content .header .head-title {
        margin: 0;
        display: inline-block;
        line-height: 1;
        font-family: "Lato";
        text-transform: capitalize;
        font-size: 24px;
        color: #FFFFFF; }
      .jp-popup-share .content .header .close {
        margin-top: -8px;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        opacity: 1;
        float: right;
        text-decoration: none;
        cursor: pointer; }
    .jp-popup-share .content .share-list {
      list-style: none;
      margin: 0;
      padding: 0 12px;
      border: 0;
      clear: both; }
      .jp-popup-share .content .share-list li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        border-bottom: 1px solid #E5E5E5; }
        .jp-popup-share .content .share-list li a {
          position: relative;
          background: #FFFFFF;
          color: #6B6B6B;
          font-family: "Lato";
          font-size: 21px;
          text-decoration: none;
          text-transform: capitalize;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .jp-popup-share .content .share-list li a i {
            display: inline-block;
            width: 30px;
            text-align: left; }
          .jp-popup-share .content .share-list li a span {
            font-family: "Lato";
            font-size: 16px;
            display: inline-block; }
      .jp-popup-share .content .share-list .share-fb a:hover {
        color: #3B5998; }
      .jp-popup-share .content .share-list .share-tw a:hover {
        color: #1da1f2; }
      .jp-popup-share .content .share-list .share-gp a:hover {
        color: #dd4b39; }
      .jp-popup-share .content .share-list .share-linkedin a:hover {
        color: #0077B5; }
      .jp-popup-share .content .share-list .share-wa a:hover {
        color: #25D366; }
      .jp-popup-share .content .share-list .share-mt a:hover {
        color: #32007f; }

.jp-socmed {
  margin-top: 20px;
  list-style: none; }
  .jp-socmed li {
    display: inline-block;
    margin: .5em; }
    @media screen and (max-width: 768px) {
      .jp-socmed li {
        margin: .2em; } }
    .jp-socmed li a {
      width: 40px;
      height: 40px;
      display: inline-block;
      color: #333333;
      background-color: #FFFFFF;
      border-radius: 40px;
      text-shadow: 0px 2px 3px #999999;
      font-size: 1.3em;
      line-height: 44px;
      opacity: .9;
      text-decoration: none;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .jp-socmed li a {
          width: 35px;
          height: 35px;
          line-height: 36px; } }
    .jp-socmed li:last-child {
      margin: 0 0 0 .5em; }
      @media screen and (max-width: 768px) {
        .jp-socmed li:last-child {
          margin: .2em; } }

.jp-section {
  background: #FFFFFF;
  position: relative;
  height: auto;
  padding: 30px 0;
  overflow: visible; }
  .jp-section .decor {
    max-width: 100%;
    position: absolute;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .jp-section .decor {
        opacity: .7; } }
    .jp-section .decor--center-left {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .jp-section .decor--center-right {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .jp-section .decor--bottom-left {
      left: 0;
      bottom: -40px; }
    .jp-section .decor--bottom-right {
      bottom: -40px;
      right: 0; }
  .jp-section .container .section__title {
    max-width: calc(100vw * 50 / 100);
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: "Acta";
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .jp-section .container .section__title {
        padding: 0 16px;
        max-width: calc(100vw * 80 / 100); } }
    @media screen and (max-width: 485px) {
      .jp-section .container .section__title {
        max-width: 100%; } }
  .jp-section .container .section__content {
    padding: 0 1em;
    margin: 40px auto;
    max-width: calc(100vw * 50 / 100);
    position: relative;
    z-index: 4; }
    @media screen and (max-width: 1024px) {
      .jp-section .container .section__content {
        max-width: calc(100vw * 60 / 100); } }
    @media screen and (max-width: 900px) {
      .jp-section .container .section__content {
        max-width: calc(100vw * 70 / 100); } }
    @media screen and (max-width: 768px) {
      .jp-section .container .section__content {
        max-width: calc(100vw * 80 / 100);
        margin-bottom: 0; } }
    @media screen and (max-width: 485px) {
      .jp-section .container .section__content {
        max-width: 100%; } }
    .jp-section .container .section__content .content__image {
      margin-top: 30px;
      margin-bottom: 40px;
      width: 100%;
      height: auto;
      -webkit-transform: translate3d(0, 0, 0);
      border-radius: 10px; }
      .jp-section .container .section__content .content__image img {
        width: 100%;
        height: auto; }
      .jp-section .container .section__content .content__image span {
        margin-top: 4px;
        display: block;
        text-align: left;
        color: #8D8D8D; }
    .jp-section .container .section__content .content__separator {
      width: 100%;
      border-bottom: 1px solid #ACACAC;
      margin-top: 20px;
      margin-bottom: 40px; }
    .jp-section .container .section__content .content__full {
      margin: 40px 0;
      position: relative;
      width: 100vw;
      height: calc(100vw * 50 / 100);
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      overflow: hidden;
      display: flex;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
      @media screen and (max-width: 768px) {
        .jp-section .container .section__content .content__full {
          height: calc(100vw * 60 / 100);
          margin-top: 30px;
          margin-bottom: 0; } }
      .jp-section .container .section__content .content__full::before, .jp-section .container .section__content .content__full::after {
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: auto; }
      .jp-section .container .section__content .content__full::before {
        content: '';
        background-image: url("../images/border-content-top.svg");
        background-size: 100% 100%;
        display: inline-block;
        top: -8px; }
      .jp-section .container .section__content .content__full::after {
        content: '';
        background-image: url("../images/border-content-bottom.svg");
        background-size: 100% 100%;
        display: inline-block;
        bottom: -8px; }
      .jp-section .container .section__content .content__full img {
        width: 100%;
        max-width: 100%; }
      @media screen and (max-width: 485px) {
        .jp-section .container .section__content .content__full {
          display: block; }
          .jp-section .container .section__content .content__full img {
            width: 100%; } }
      .jp-section .container .section__content .content__full .full__border {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99; }
        .jp-section .container .section__content .content__full .full__border--top {
          top: -1%; }
        .jp-section .container .section__content .content__full .full__border--bottom {
          bottom: -1%; }
        @media screen and (max-width: 768px) {
          .jp-section .container .section__content .content__full .full__border {
            display: none; } }
    .jp-section .container .section__content .content__column {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media screen and (max-width: 768px) {
        .jp-section .container .section__content .content__column {
          grid-template-columns: 100%; } }
      .jp-section .container .section__content .content__column .column__item {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .jp-section .container .section__content .content__column .column__item .item__img {
          margin-bottom: 20px; }
      .jp-section .container .section__content .content__column .column__item:first-child {
        padding-right: 14px; }
        @media screen and (max-width: 768px) {
          .jp-section .container .section__content .content__column .column__item:first-child {
            padding-right: 0; } }
      .jp-section .container .section__content .content__column .column__item:last-child {
        padding-left: 14px; }
        @media screen and (max-width: 768px) {
          .jp-section .container .section__content .content__column .column__item:last-child {
            padding-left: 0; } }
  .jp-section--cover {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../images/bg-menara-danareksa.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
    .jp-section--cover .cover__logo {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%); }
      .jp-section--cover .cover__logo img {
        max-width: 250px; }
        @media screen and (max-width: 768px) {
          .jp-section--cover .cover__logo img {
            max-width: 150px; } }
    .jp-section--cover .cover__caption {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .jp-section--cover .cover__caption .caption__text {
        font-family: "Lato";
        font-weight: 900;
        font-size: 52px;
        line-height: 62px;
        text-align: center;
        color: #FFFFFF; }
        .jp-section--cover .cover__caption .caption__text span {
          display: block;
          font-weight: 500;
          font-size: 38px;
          line-height: 48px; }
        @media screen and (max-width: 768px) {
          .jp-section--cover .cover__caption .caption__text {
            font-size: 32px;
            line-height: 38px; }
            .jp-section--cover .cover__caption .caption__text span {
              font-size: 22px;
              line-height: 30px; } }
      .jp-section--cover .cover__caption .caption__name {
        margin-top: 20px;
        font-family: "Lato";
        font-weight: 800;
        font-size: 21px;
        line-height: 29px;
        text-align: center;
        color: #FFFFFF; }
        @media screen and (max-width: 1024px) {
          .jp-section--cover .cover__caption .caption__name {
            font-size: 18px;
            font-weight: 600; } }
        @media screen and (max-width: 900px) {
          .jp-section--cover .cover__caption .caption__name {
            margin-top: 10px;
            font-size: 16px; } }
    .jp-section--cover .cover__scroll {
      position: absolute;
      bottom: 12%;
      left: 48%;
      transform: translateX(-50%);
      z-index: 999;
      animation: bounce 2s infinite;
      -webkit-animation: bounce 2s infinite;
      -moz-animation: bounce 2s infinite;
      -o-animation: bounce 2s infinite; }
      @media screen and (max-width: 1024px) {
        .jp-section--cover .cover__scroll {
          left: 43%; } }
      @media screen and (max-width: 485px) {
        .jp-section--cover .cover__scroll {
          left: 40%; } }
      .jp-section--cover .cover__scroll .scroll__action {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .jp-section--cover .cover__scroll .scroll__action .action__label {
          font-family: "Lato";
          font-weight: 400;
          font-size: 18px;
          text-align: center;
          color: #FFFFFF; }
          @media screen and (max-width: 1024px) {
            .jp-section--cover .cover__scroll .scroll__action .action__label {
              font-size: 16px; } }
          @media screen and (max-width: 485px) {
            .jp-section--cover .cover__scroll .scroll__action .action__label {
              font-size: 14px; } }
        .jp-section--cover .cover__scroll .scroll__action .action__icon {
          margin-top: 10px;
          max-width: 25px; }
          @media screen and (max-width: 1024px) {
            .jp-section--cover .cover__scroll .scroll__action .action__icon {
              margin-top: 0;
              max-width: 20px; } }
    .jp-section--cover .cover__border {
      position: absolute;
      bottom: -6%;
      width: 100%;
      transform: rotate(0.5deg); }
      .jp-section--cover .cover__border img {
        width: 100%; }
      @media screen and (max-width: 320px) {
        .jp-section--cover .cover__border {
          bottom: -5%; } }
      @media screen and (max-width: 200px) {
        .jp-section--cover .cover__border {
          bottom: -6%; } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
  .jp-section--slider .courtesy {
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
    color: #8D8D8D; }
  .jp-section--slider .swiper {
    position: relative; }
    .jp-section--slider .swiper::before, .jp-section--slider .swiper::after {
      content: " ";
      position: absolute;
      top: 0;
      width: 100px;
      height: 100%;
      z-index: 999; }
    .jp-section--slider .swiper::before {
      background: linear-gradient(90deg, #000000 -18.1%, rgba(0, 0, 0, 0) 100%);
      left: 0; }
    .jp-section--slider .swiper::after {
      background: linear-gradient(270deg, #000000 -18.1%, rgba(0, 0, 0, 0) 100%);
      right: 0; }
    .jp-section--slider .swiper-button-prev {
      left: 50px; }
      @media screen and (max-width: 768px) {
        .jp-section--slider .swiper-button-prev {
          left: 20px; }
          .jp-section--slider .swiper-button-prev img {
            max-width: 40px; } }
    .jp-section--slider .swiper-button-next {
      right: 50px; }
      @media screen and (max-width: 768px) {
        .jp-section--slider .swiper-button-next {
          right: 20px; }
          .jp-section--slider .swiper-button-next img {
            max-width: 40px; } }
    .jp-section--slider .swiper-button-prev ::before, .jp-section--slider .swiper-button-prev::after, .jp-section--slider .swiper-button-next ::before, .jp-section--slider .swiper-button-next::after {
      content: none; }
    .jp-section--slider .swiper-prev {
      left: 50px; }
      @media screen and (max-width: 768px) {
        .jp-section--slider .swiper-prev {
          left: 20px; }
          .jp-section--slider .swiper-prev img {
            max-width: 40px; } }
    .jp-section--slider .swiper-next {
      right: 50px; }
      @media screen and (max-width: 768px) {
        .jp-section--slider .swiper-next {
          right: 20px; }
          .jp-section--slider .swiper-next img {
            max-width: 40px; } }
    .jp-section--slider .swiper-prev ::before, .jp-section--slider .swiper-prev::after, .jp-section--slider .swiper-next ::before, .jp-section--slider .swiper-next::after {
      content: none; }
    .jp-section--slider .swiper-slide:first-child {
      margin-left: 20px; }
    .jp-section--slider .swiper-slide:last-child {
      margin-right: 20px; }
    .jp-section--slider .swiper-slide .thumbnail {
      width: 100%;
      height: 350px;
      overflow: hidden;
      display: flex; }
      @media screen and (max-width: 768px) {
        .jp-section--slider .swiper-slide .thumbnail {
          height: 150px; } }
      .jp-section--slider .swiper-slide .thumbnail.center img {
        object-position: center; }
      .jp-section--slider .swiper-slide .thumbnail.bottom img {
        object-position: bottom; }
      .jp-section--slider .swiper-slide .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .jp-section--slider .swiper-slide .caption {
      margin-top: 10px;
      display: block;
      text-align: left;
      color: #8D8D8D; }
  .jp-section--quote {
    padding-top: 0;
    padding-bottom: 30px; }
    .jp-section--quote .container .section__content {
      position: relative;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .jp-section--quote .container .section__content {
          padding: calc(100vw * 14 / 100) 16px; } }
      @media screen and (max-width: 485px) {
        .jp-section--quote .container .section__content {
          padding: calc(100vw * 22 / 100) 16px; } }
      .jp-section--quote .container .section__content .quote__text {
        position: relative;
        font-family: "Acta";
        font-weight: 400;
        font-size: 32px;
        line-height: 42px;
        text-align: center;
        color: #0F5AA2; }
        @media screen and (max-width: 768px) {
          .jp-section--quote .container .section__content .quote__text {
            font-size: 24px; } }
      .jp-section--quote .container .section__content .quote__name {
        margin-top: 24px;
        margin-bottom: 0;
        font-family: "Lato";
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
        text-align: center;
        color: #000000; }
        @media screen and (max-width: 768px) {
          .jp-section--quote .container .section__content .quote__name {
            max-width: 90%;
            margin: 16px auto;
            font-size: 18px; }
            .jp-section--quote .container .section__content .quote__name span {
              display: block;
              font-size: 18px;
              line-height: 22px;
              font-style: italic; } }
        @media screen and (max-width: 768px) {
          .jp-section--quote .container .section__content .quote__name {
            font-weight: 500;
            font-size: 16px; }
            .jp-section--quote .container .section__content .quote__name span {
              font-size: 16px; } }
      .jp-section--quote .container .section__content::before, .jp-section--quote .container .section__content::after {
        width: fit-content;
        position: absolute; }
      .jp-section--quote .container .section__content::before {
        content: url("../images/icon-quotes-left.svg");
        top: 0;
        left: -8%;
        animation: tilt-shake 1s infinite;
        -webkit-animation: tilt-shake 1s infinite;
        -moz-animation: tilt-shake 1s infinite;
        -o-animation: tilt-shake 1s infinite; }
        @media screen and (max-width: 768px) {
          .jp-section--quote .container .section__content::before {
            top: 0;
            left: 45%;
            transform: translateX(-50%); } }
      .jp-section--quote .container .section__content::after {
        content: url("../images/icon-quotes-right.svg");
        bottom: 0;
        right: -8%;
        animation: tilt-shake 1s infinite;
        -webkit-animation: tilt-shake 1s infinite;
        -moz-animation: tilt-shake 1s infinite;
        -o-animation: tilt-shake 1s infinite; }
        @media screen and (max-width: 768px) {
          .jp-section--quote .container .section__content::after {
            top: 90%;
            bottom: 0;
            right: 0;
            left: 45%;
            transform: translateX(-50%); } }
@keyframes tilt-shake {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  .jp-section--parallax .parallax {
    position: relative;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
    @media screen and (max-width: 768px) {
      .jp-section--parallax .parallax {
        height: 300px; } }
    .jp-section--parallax .parallax.first {
      background-image: url("../images/parallax-1.jpg"); }
    .jp-section--parallax .parallax.second {
      background-image: url("../images/parallax-2.jpg"); }
  .jp-section--credits {
    padding-bottom: 100px; }
    .jp-section--credits .credit {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .jp-section--credits .credit__title {
        font-family: "Acta";
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        color: #7A7A7A;
        text-align: center; }
      .jp-section--credits .credit__logo {
        display: flex;
        align-items: center;
        margin-top: 20px; }
        .jp-section--credits .credit__logo img {
          margin: 0 20px; }
          @media screen and (max-width: 768px) {
            .jp-section--credits .credit__logo img {
              max-height: 60px; } }

.jp-popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .jp-popup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .jp-popup__content {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .jp-popup__content-header {
      width: 100%;
      height: 40px;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      z-index: 99;
      display: flex;
      align-items: center; }
      .jp-popup__content-header .close {
        cursor: pointer;
        position: absolute;
        right: 32px;
        top: 4px;
        width: 32px;
        height: 32px;
        opacity: 0.3;
        background: transparent;
        border: 0; }
      .jp-popup__content-header .close:hover {
        opacity: 1; }
      .jp-popup__content-header .close:before, .jp-popup__content-header .close:after {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #FFFFFF; }
      .jp-popup__content-header .close:before {
        transform: rotate(45deg); }
      .jp-popup__content-header .close:after {
        transform: rotate(-45deg); }

.jp-slick .slick-prev, .jp-slick .slick-next {
  z-index: 999999; }
  .jp-slick .slick-prev::before, .jp-slick .slick-next::before {
    font-size: 40px; }
.jp-slick .slick-prev {
  left: 20px; }
.jp-slick .slick-next {
  right: 40px; }
.jp-slick .slider-for {
  width: 100%;
  display: flex;
  align-items: center; }
  .jp-slick .slider-for .slider-item {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .jp-slick .slider-for .slider-item {
        margin: 0 10px; } }
    .jp-slick .slider-for .slider-item .thumbnail {
      width: 100%;
      height: 100vh; }
      .jp-slick .slider-for .slider-item .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .jp-slick .slider-for .slider-item .caption {
      margin-top: 10px;
      display: block;
      text-align: left;
      color: #8D8D8D; }
.jp-slick .slider-nav .slider-item {
  margin: 0 8px; }
  .jp-slick .slider-nav .slider-item .thumbnail {
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex; }
    .jp-slick .slider-nav .slider-item .thumbnail.center {
      align-items: center; }
    .jp-slick .slider-nav .slider-item .thumbnail.bottom {
      align-items: flex-end; }
    .jp-slick .slider-nav .slider-item .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*# sourceMappingURL=apps.css.map */
