.pl-sn-journey {
  /* Featured Video */
  /* Popshot */
  /* Heroes */
  /* Hero Desktop */
  /* Posts */
  /* Checklist */
  /* Drawer Slider */
  /* Testimonials */
}
.pl-sn-journey .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-journey .pl-journey-container.pl-show-on-load {
  opacity: 1;
}
.pl-sn-journey .pljy-module {
  padding: 7em 1em;
  overflow-y: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.pl-sn-journey .pljy-module.no-border {
  border-bottom: none;
}
.pl-sn-journey .pljy-module.pad-mini {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pl-sn-journey .pljy-module.nopad-sides {
  padding-left: 0;
  padding-right: 0;
}
.pl-sn-journey .pljy-module.nopad-bottom {
  padding-bottom: 0;
}
.pl-sn-journey .pljy-module.nopad {
  padding: 0;
}
.pl-sn-journey .hide-module {
  display: none;
}
.pl-sn-journey .pljy-title {
  margin-bottom: 3em;
}
.pl-sn-journey .pljy-light-heading {
  font-weight: 300;
}
.pl-sn-journey .pljy-headline {
  font-size: 4em;
  letter-spacing: -0.05em;
}
.pl-sn-journey .pljy-subheadline {
  font-size: 1.3em;
  line-height: 1.4;
  letter-spacing: -0.008em;
  opacity: .9;
}
.pl-sn-journey .pljy-splash {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.pl-sn-journey .pljy-splash .pljy-splash-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.pl-sn-journey .pljy-featured-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pl-sn-journey .pljy-featured-video h3 {
  margin: 50px 0;
}
.pl-sn-journey .pljy-featured-video h3 a {
  display: inline-block;
}
.pl-sn-journey .pljy-featured-video h3 a img {
  max-width: 70px;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.pl-sn-journey .pljy-popshots {
  padding: 7em 0 0 0;
}
.pl-sn-journey .popshots-wrap {
  position: relative;
  overflow: hidden;
  /*height: 280px;*/
  text-align: center;
}
.pl-sn-journey .popshots-wrap .shelf-shadow {
  position: absolute;
  bottom: 0;
  height: 70px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.07)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.07));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.07));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.07));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.07));
  width: 100%;
}
.pl-sn-journey .popshots-wrap .popshot {
  max-width: 400px;
  max-height: 300px;
  bottom: -10px;
  position: absolute;
  z-index: 10;
  left: 50%;
  /*transform: skewY(-10deg);*/
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}
.pl-sn-journey .popshots-wrap .popshot a {
  display: block;
  background-color: #333;
}
.pl-sn-journey .popshots-wrap .popshot a:hover img {
  opacity: .5;
}
.pl-sn-journey .popshots-wrap .popshot img {
  max-width: 100%;
  border-radius: 2px;
}
.pl-sn-journey .popshots-wrap .popshot:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.pl-sn-journey .pljy-heroes .pl-hero {
  overflow: hidden;
}
.pl-sn-journey .pljy-heroes .browser-wrap .pl-hero-media img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.pl-sn-journey .pljy-heroes .pl-content-pad {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pl-sn-journey .pljy-heroes .pl-hero-media {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pl-sn-journey .pljy-heroes .pl-hero-media .center-media {
  text-align: center;
  line-height: 1;
}
.pl-sn-journey .pljy-heroes .pl-hero-media img {
  display: inline-block;
  max-width: none;
}
.pl-sn-journey .pljy-heroes .pl-section-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pl-sn-journey .pljy-heroes .pl-section-right .pl-hero-media img {
  float: right;
}
.pl-sn-journey .pljy-heroes .pl-section-center {
  display: block;
  text-align: center;
}
.pl-sn-journey .pljy-heroes .pl-section-center .hero-span {
  max-width: 100%;
}
.pl-sn-journey .pljy-heroes .pl-section-center .pl-hero-media {
  text-align: center;
}
.pl-sn-journey .pljy-heroes .pl-section-center .pl-hero-media img {
  float: none;
  max-width: 100% !important;
}
.pl-sn-journey .pljy-heroes .hero-span {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.pl-sn-journey .pljy-heroes .pl-hero-content-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pl-sn-journey .pljy-heroes .pl-hero-content-wrap .pl-hero-content {
  padding: 4vw;
}
@media (max-width: 768px) {
  .pl-sn-journey .pljy-heroes .pl-hero .pl-content-pad {
    display: block;
  }
  .pl-sn-journey .pljy-heroes .pl-hero .pl-content-pad .hero-span {
    max-width: 100%;
  }
  .pl-sn-journey .pljy-heroes .pl-hero .pl-content-pad .pl-hero-content {
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .pl-sn-journey .pljy-heroes .pl-hero .pl-content-pad .pl-hero-media {
    text-align: center;
  }
  .pl-sn-journey .pljy-heroes .pl-hero .pl-content-pad .pl-hero-media img {
    float: none;
    width: auto;
    max-width: 100% !important;
  }
}
.pl-sn-journey .pljy-hero-desktop .pljy-desktop-wrap {
  border-radius: 24px 24px 0 0;
  padding: 40px 26px 0 26px;
  box-shadow: inset 0 1px 1px 1px #000000, inset 0 40px 0 #111111, inset 26px 0 0 #111111, inset -26px 0 0 #111111, 0 0 0 3px #828186, 0 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.3);
}
.pl-sn-journey .pljy-hero-desktop .pljy-desktop-wrap img {
  margin-bottom: -6px;
}
.pl-sn-journey .pljy-postgrid {
  margin-bottom: 20px;
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item {
  overflow: hidden;
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a {
  position: relative;
  display: block;
  margin: 10px;
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a img {
  display: block;
  transform: scale(1, 1);
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a:hover .pljy-postgrid-item-title {
  opacity: .8;
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a:hover .pljy-postgrid-item-title .vert-center {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a .pljy-postgrid-item-title {
  opacity: 0;
  position: absolute;
  top: 0 ;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background: #000000;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.pl-sn-journey .pljy-postgrid .pljy-postgrid-item a .pljy-postgrid-item-title .vert-center {
  position: absolute;
  font-size: .8em;
  font-weight: 600;
  text-align: center;
  z-index: 10;
  top: 50%;
  width: 100%;
  padding: 0px 20px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.pl-sn-journey .pljy-checklist-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1.5em;
}
.pl-sn-journey .pljy-checklist-item .pljy-checklist-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.pl-sn-journey .pljy-checklist-item .pljy-checklist-media {
  max-width: 100px;
}
.pl-sn-journey .pljy-checklist-item .pljy-checklist-media svg {
  fill: currentColor;
}
.pl-sn-journey .pljy-checklist-item .pljy-checklist-media img {
  width: 100%;
}
.pl-sn-journey .pljy-dslider {
  width: 100%;
}
.pl-sn-journey .pljy-dslider .flickity-prev-next-button {
  background: transparent;
  height: 80px;
  width: 80px;
  opacity: .3;
}
.pl-sn-journey .pljy-dslider .flickity-prev-next-button:hover {
  opacity: 1;
}
.pl-sn-journey .pljy-dslider-cell {
  width: 50%;
  opacity: .3;
}
.pl-sn-journey .pljy-dslider-cell .pljy-dslide {
  position: relative;
  border-radius: 4px;
  margin: 50px 60px;
}
.pl-sn-journey .pljy-dslider-cell .pljy-dslide img {
  box-shadow: 0 10px 35px 10px rgba(0, 0, 0, 0.15);
}
.pl-sn-journey .pljy-dslider-cell.is-selected {
  opacity: 1;
}
.pl-sn-journey .pljy-dslider-cell.is-selected .dslide {
  background-color: #1e83ec;
}
.pl-sn-journey .pljy-testimonials .pljy-testimonial {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);
}
.pl-sn-journey .pljy-testimonials .pljy-testimonial .author {
  font-size: .9em;
}
.pl-sn-journey .pljy-testimonials .pljy-testimonial .pljy-testimonial-avatar {
  max-height: 24px;
}
.pl-sn-journey .pljy-cta {
  background-position: center center;
}
@media (max-width: 768px) {
  .pl-sn-journey .pljy-module {
    padding: 4em 1em;
  }
  .pl-sn-journey .pljy-headline {
    font-size: 2em;
  }
  .pl-sn-journey .pljy-subheadline {
    font-size: 1.2em;
  }
  .pl-sn-journey .pljy-featured-video a span {
    display: block;
    clear: both;
    padding: 20px;
    font-size: 1.2em;
  }
  .pl-sn-journey .pljy-popshots {
    padding: 4em 0 0 0;
  }
  .pl-sn-journey .pljy-hero-desktop .pljy-desktop-wrap {
    border-radius: 14px 14px 0 0;
    padding: 16px 10px 0 10px;
    box-shadow: inset 0 1px 1px 1px #000000, inset 0 16px 0 #111111, inset 10px 0 0 #111111, inset -10px 0 0 #111111, 0 0 0 3px #828186, 0 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.3);
  }
  .pl-sn-journey .pljy-hero-desktop .pljy-desktop-wrap img {
    margin-bottom: -6px;
  }
  .pl-sn-journey .pljy-dslider-cell {
    width: 80%;
  }
  .pl-sn-journey .pljy-dslider-cell .pljy-dslide {
    margin: 25px 20px;
  }
  .pl-sn-journey .pljy-heroes .pl-content-pad .pl-hero-media {
    float: none;
    margin: 0 !important;
    max-width: 100%;
  }
  .pl-sn-journey .pljy-heroes .pl-content-pad .pl-hero-content,
  .pl-sn-journey .pljy-heroes .pl-content-pad.pl-section-right .pl-hero-content,
  .pl-sn-journey .pljy-heroes .pl-content-pad.pl-section-left .pl-hero-content {
    margin-left: 0;
  }
}
