* {
  position: relative;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}

.jpp-page-nav .nav-wrap {
  flex-wrap: wrap;
}

#vue-landing-page {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

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

#vue-landing-page h1 {
  font-size: 36pt;
  font-weight: 800;
  line-height: 38pt;
  letter-spacing: 0.1vw;
}

#vue-landing-page h2 {
  font-size: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

#vue-landing-page h3,
#vue-landing-page h3 span {
  font-size: 28pt;
  font-weight: 800;
  line-height: 30pt;
}

#vue-landing-page h4 {
  font-size: 15pt;
  line-height: 18pt;
}

#vue-landing-page h5 {
  font-size: 12pt;
  line-height: 14pt;
}

#vue-landing-page p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt !important;
}

body > main img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page h2 {
    font-size: 30pt !important;
    line-height: 32pt !important;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 26pt;
    line-height: 30pt;
  }

  #vue-landing-page h2 {
    font-size: 24pt;
    line-height: 26pt;
  }
  #vue-landing-page p {
    font-size: 12pt;
    line-height: 16pt;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  .jpp-page-nav:before {
    position: relative;
    right: auto;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
  }

  #vue-landing-page .jpp-page-nav .nav-wrap a {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #000 !important;
  }
}

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

#vue-landing-page h1,
#vue-landing-page h2,
#vue-landing-page h3,
#vue-landing-page h4,
#vue-landing-page h5,
#vue-landing-page p {
  color: #000;
  text-transform: none;
}

#vue-landing-page p {
  font-weight: 400;
}

#vue-landing-page .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

#vue-landing-page section:first-child,
#vue-landing-page section:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}

#vue-landing-page section {
  margin-top: 3em;
  margin-bottom: 4em;
}

#vue-landing-page .no-margin {
  margin: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.mainwrap.roland section.shop-section .flickity-viewport {
  margin-right: -30px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shop-section .flickity-slider {
  margin-left: 15px;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* breadcrumbs */
.breadcrumbs {
  background-color: #f2f6fb;
  height: 48px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.breadcrumbs .items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: auto;
  font-size: 1.2rem;
  color: #a3a3a3;
  list-style: none none;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs .items .breadcrumbs-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .items .breadcrumbs-item a {
  color: #0088ce;
  font-size: 12px;
  text-decoration: none;
}
#vue-landing-page a:hover,
#sns_main a:hover {
  color: #f58220;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child)::after {
  color: #353535;
  content: "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 2px;
  padding: 0 5px;
  vertical-align: middle;
}

.breadcrumbs strong {
  font-weight: 400;
  color: #0088ce;
}
/* nav-bar */
#vue-landing-page .printer-nav-bar {
  margin-top: 0;
  margin-bottom: 2em;
}

.menu-list {
  display: none;
}

.nav-wrap.visible {
  max-height: 410px !important;
}

.printer-nav-bar .jpp-page-nav {
  background-color: #f8f8f8 !important;
}

.printer-nav-bar .jpp-page-nav .nav-wrap a {
  color: #000 !important;
}

#vue-landing-page .jpp-page-nav .nav-wrap a:hover {
  color: #0088ce !important;
}

@media (max-width: 1500px) {
  .jpp-page-nav:before {
    position: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-list {
    font-size: 14pt;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    gap: 30px;
    top: 10px;
    color: #000;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 319px) {
  .menu-list {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    gap: 30px;
    top: 10px;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
#vue-landing-page .epilog-banner {
  background: url(https://jpp.trgcdn.com/landing-pages/about-us/about-us-banner.jpg)
    no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}

#vue-landing-page .epilog-banner .row {
  justify-content: end;
}

#vue-landing-page .epilog-banner .epilog-content {
  text-align: center;
}

#vue-landing-page .epilog-banner .epilog-content h1 {
  color: #fff;
  margin: 10px 0;
}

#vue-landing-page .epilog-banner .epilog-content p {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .epilog-banner {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page .epilog-banner {
    height: 535px;
  }

  #vue-landing-page .epilog-banner .epilog-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 319px) {
  #vue-landing-page .epilog-banner {
    height: 550px;
  }

  #vue-landing-page .epilog-banner .epilog-content {
    padding: 0 15px;
  }
}


#vue-landing-page .why-jpplus {
  text-align: center;
}

#vue-landing-page .why-jpplus .row h2 {
  font-weight: 900;
}

#vue-landing-page .why-jpplus .row h2 span.light {
  font-weight: 300;
}

#vue-landing-page .why-jpplus .first-p {
  width: 68%;
  margin: 0 auto 20px auto;
}

#vue-landing-page .why-jpplus .rowmark-slider .rowmark-card {
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  width: 15%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: grayscale(100%);
}

#vue-landing-page .why-jpplus .rowmark-slider .rowmark-card:hover {
  filter: grayscale(0%);
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .why-jpplus .first-p {
    width: 80%;
  }
  #vue-landing-page .why-jpplus .rowmark-slider .rowmark-card {
    padding: 0 20px;
    width: 23%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .why-jpplus .first-p {
    width: 100%;
  }
  #vue-landing-page .why-jpplus .rowmark-slider .rowmark-card {
    padding: 0 15px;
    width: 40%;
  }

  #vue-landing-page .why-jpplus .rowmark-slider {
    width: 95%;
    margin: auto;
  }
}

@media (max-width: 319px) {
  #vue-landing-page .why-jpplus .first-p {
    width: 100%;
  }
  #vue-landing-page .why-jpplus .rowmark-slider .rowmark-card {
    padding: 0 15px;
    width: 40%;
  }

  #vue-landing-page .why-jpplus .rowmark-slider {
    width: 95%;
    margin: auto;
  }
}

#vue-landing-page .our-history {
  margin-bottom: 0;
}

#vue-landing-page .our-history .bold {
  font-weight: 700;
}

#vue-landing-page .our-history h2 {
  font-weight: 900;
}

#vue-landing-page .our-history .container-fluid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background-color: #0088ce;
  color: white;
  padding: 0;
}

#vue-landing-page .our-history .container-fluid .history-content {
  padding: 10% 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#vue-landing-page .our-history .container-fluid .history-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#vue-landing-page .our-history .container-fluid .history-content h2,
#vue-landing-page .our-history .container-fluid .history-content p {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .our-history .container-fluid .history-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  #vue-landing-page .our-history .container-fluid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .our-history .container-fluid .history-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  #vue-landing-page .our-history .container-fluid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}

@media (max-width: 319px) {
  #vue-landing-page .our-history .container-fluid {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}

#vue-landing-page .our-people {
  background: url("https://jpp.trgcdn.com/landing-pages/about-us/our-people-background.jpg")
    no-repeat top center;
  padding: 3em 0;
  margin-top: 0;
}

#vue-landing-page .our-people .row {
  text-align: center;
}

#vue-landing-page .our-people .row h2,
#vue-landing-page .our-people .row p {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .our-people {
    background-size: cover;
  }
}

.mobile-team-pictures {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto auto;
  gap: 10px;
}

.photo-1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  padding: 0 0 0 7.5%;
}

.photo-2 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
  top: 26%;
  padding: 0;
}

.photo-3 {
  grid-column: 4 / span 2;
  grid-row: 1 / span 2;
  top: 0;
  padding: 0;
}

.photo-4 {
  grid-column: 6 / span 1;
  grid-row: 2 / span 1;
  top: -82%;
  padding: 0;
}

.photo-5 {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
  top: -92%;
  padding: 0;
}

.photo-6 {
  grid-column: 2 / span 2;
  grid-row: 2 / span 2;
  top: 0;
  padding: 0;
}

.photo-7 {
  grid-column: 4 / span 2;
  grid-row: 3 / span 1;
  top: -38%;
  padding: 0;
}

.photo-8 {
  grid-column: 6 / span 1;
  grid-row: 3 / span 2;
  top: -67%;
  padding: 0;
}
.grid-item img {
  width: 100%;
  object-fit: cover; 
  display: block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .photo-4 {
    top: -85%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-team-pictures {
    display: block;
  }
  .team-pictures {
    display: none;
  }
  
  .grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    gap: 20px;
  }

  .photo-1 {
    padding-left: 0;
  }

  .photo-4 {
    padding-right: 0;
  }

  .grid-item {
    width: 100%;
  }
}
