.pl-sn-premise .pl-sn-pad {
  padding: 0;
}
.pl-sn-premise .pl-card {
  padding: 3em 0 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#06000000', GradientType=0);
}
.pl-sn-premise .pl-card.premise-header-wrap {
  overflow: hidden;
  padding-bottom: 0;
}
.pl-sn-premise .pl-title-container {
  text-align: center;
  max-width: 60em;
  margin: 2em auto;
}
.pl-sn-premise .pl-title-main,
.pl-sn-premise .pl-title-sub {
  letter-spacing: -0.02em;
  margin: 1.5rem;
  text-rendering: optimizeLegibility;
}
.pl-sn-premise .pl-title-main {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
}
.pl-sn-premise .pl-title-sub {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.4;
  opacity: .6;
}
.pl-sn-premise .pl-cta {
  text-align: center;
  margin: 2.5em 0;
}
.pl-sn-premise .pl-cta .pl-action {
  margin-bottom: 2em;
}
.pl-sn-premise .pl-cta .pl-note {
  opacity: .7;
  font-size: .9em;
  font-weight: 600;
}
.pl-sn-premise .pl-card-splash {
  margin: 3em 0 1em;
}
.pl-sn-premise .pl-card-splash img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.pl-sn-premise .features-list-container {
  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-premise .features-list-container > .features-list-wrap {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.pl-sn-premise .pl-examples {
  margin: 3em 0 0em;
}
.pl-sn-premise .pl-examples .pl-example {
  margin-bottom: 1em;
}
.pl-sn-premise .pl-examples .pl-screen {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
}
.pl-sn-premise .pl-examples .pl-screen img {
  display: block;
  width: 100%;
}
.pl-sn-premise .pl-examples .pl-cite {
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  opacity: .6;
}
.pl-sn-premise .premise-features {
  padding-top: 40px;
}
.pl-sn-premise .premise-features.pl-scheme-light .browser-frame .top {
  background: rgba(255, 255, 255, 0.2);
}
.pl-sn-premise .premise-features.pl-scheme-light .browser-frame .top > .burger > div {
  background: rgba(255, 255, 255, 0.3);
}
.pl-sn-premise .premise-features.pl-scheme-light .features-list li {
  background: rgba(255, 255, 255, 0.13);
}
.pl-sn-premise .premise-features.pl-scheme-light .features-list li:hover:not(.active) {
  background: rgba(255, 255, 255, 0.2);
}
.pl-sn-premise .premise-features.pl-scheme-light .features-list li.active {
  background: rgba(255, 255, 255, 0.2);
}
.pl-sn-premise .premise-features.pl-scheme-default .browser-frame .top,
.pl-sn-premise .premise-features.pl-scheme-dark .browser-frame .top {
  background: rgba(0, 0, 0, 0.1);
}
.pl-sn-premise .premise-features.pl-scheme-default .browser-frame .top > .burger > div,
.pl-sn-premise .premise-features.pl-scheme-dark .browser-frame .top > .burger > div {
  background: rgba(0, 0, 0, 0.2);
}
.pl-sn-premise .premise-features.pl-scheme-default .features-list li,
.pl-sn-premise .premise-features.pl-scheme-dark .features-list li {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pl-sn-premise .premise-features.pl-scheme-default .features-list li:hover:not(.active),
.pl-sn-premise .premise-features.pl-scheme-dark .features-list li:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}
.pl-sn-premise .premise-features.pl-scheme-default .features-list li.active,
.pl-sn-premise .premise-features.pl-scheme-dark .features-list li.active {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pl-sn-premise .premise-features .browser-frame {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.pl-sn-premise .premise-features .browser-frame .top {
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 30px;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.pl-sn-premise .premise-features .browser-frame .top > .burger {
  float: right;
  width: 20px;
  border-radius: 0;
  background: transparent;
  margin-right: 0;
  margin-top: 4px;
}
.pl-sn-premise .premise-features .browser-frame .top > .burger > div {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  margin: 4px 0;
}
.pl-sn-premise .premise-features .browser-frame .pl-shot {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 749px 500px;
  position: relative;
  background-size: cover;
  background-position: 100% 0%;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  -ms-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.pl-sn-premise .premise-features .features-list {
  list-style-type: none;
  max-width: 25em;
}
.pl-sn-premise .premise-features .features-list li {
  margin-bottom: .5em;
  display: block;
  padding: .5em 1.5em;
  border-radius: 5px;
  color: inherit;
  font-weight: 600;
}
.pl-sn-premise .premise-features .features-list li:hover:not(.active) {
  cursor: pointer;
  text-decoration: none;
}
.pl-sn-premise .premise-features .features-list li p {
  display: none;
  font-weight: 500;
  line-height: 1.4;
  opacity: .5;
  font-size: .9em;
  padding-top: .2em;
  margin-bottom: .5em;
}
.pl-sn-premise .premise-features .features-list li.active p {
  display: block;
}
.pl-sn-premise .premise-illustrate {
  text-align: center;
}
.pl-sn-premise .premise-illustrate .pl-illustrate-wrap {
  padding: 2em 2em 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.025) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#06000000', GradientType=0);
}
.pl-sn-premise .premise-illustrate .pl-illustrate-header {
  font-weight: 500;
  margin-bottom: 3em;
}
.pl-sn-premise .premise-illustrate .pl-illustrate-header .head {
  font-size: 2em;
  font-weight: 600;
}
.pl-sn-premise .premise-illustrate .pl-illustrate-header .sub {
  opacity: .6;
}
.pl-sn-premise .premise-brands {
  padding: .5em 0 1em;
  text-align: center;
}
.pl-sn-premise .premise-brands.pl-scheme-dark .flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.7);
}
.pl-sn-premise .premise-brands.pl-scheme-default .flickity-prev-next-button .arrow,
.pl-sn-premise .premise-brands.pl-scheme-light .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.7);
}
.pl-sn-premise .premise-brands h3 {
  font-size: 1em;
  opacity: .7;
  font-weight: 600;
}
.pl-sn-premise .premise-brands .cell {
  width: 25%;
  padding: 1em;
}
.pl-sn-premise .premise-brands .cell img {
  width: 100%;
}
.pl-sn-premise .premise-brands .flk-carousel {
  margin: 1em 100px;
}
.pl-sn-premise .premise-brands .flickity-prev-next-button.previous {
  left: -40px;
}
.pl-sn-premise .premise-brands .flickity-prev-next-button.next {
  right: -40px;
}
.pl-sn-premise .premise-brands .flickity-prev-next-button:hover {
  background: none;
  opacity: .7;
}
.pl-sn-premise .premise-quotes {
  padding: 3em 0;
}
.pl-sn-premise .premise-quotes.pl-scheme-default .quote,
.pl-sn-premise .premise-quotes.pl-scheme-dark .quote {
  background: rgba(255, 255, 255, 0.8);
}
.pl-sn-premise .premise-quotes.pl-scheme-default .flickity-prev-next-button .arrow,
.pl-sn-premise .premise-quotes.pl-scheme-dark .flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.7);
}
.pl-sn-premise .premise-quotes.pl-scheme-light .quote {
  background: rgba(255, 255, 255, 0.2);
}
.pl-sn-premise .premise-quotes.pl-scheme-light .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.7);
}
.pl-sn-premise .premise-quotes .quote {
  float: left;
  width: 500px;
  margin: 0 400px;
  max-width: 90%;
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 2px;
  text-align: center;
  opacity: .3;
  transition: opacity .2s;
}
.pl-sn-premise .premise-quotes .quote.is-selected {
  opacity: 1;
}
.pl-sn-premise .premise-quotes .quote .words {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
}
.pl-sn-premise .premise-quotes .quote .citation {
  font-size: .9;
  opacity: .7;
  font-weight: 500;
}
.pl-sn-premise .premise-quotes .quote .citation .title {
  opacity: .7;
  font-size: .9em;
}
.pl-sn-premise .premise-quotes .quote .avatar {
  width: 65px;
  margin: 0 auto;
}
.pl-sn-premise .premise-quotes .quote .avatar img {
  border-radius: 50%;
}
.pl-sn-premise .premise-quotes .flickity-viewport {
  transition: height 0.2s;
}
.pl-sn-premise .premise-quotes .flickity-prev-next-button:hover {
  background: transparent;
}
.pl-sn-premise .premise-quotes .flickity-prev-next-button.previous {
  left: 100px;
}
.pl-sn-premise .premise-quotes .flickity-prev-next-button.next {
  right: 100px;
}
.pl-sn-premise .img-responsive.mobile {
  display: none;
}
@media (max-width: 768px) {
  .pl-sn-premise .premise-quotes .flickity-prev-next-button.previous {
    left: 50px;
  }
  .pl-sn-premise .premise-quotes .flickity-prev-next-button.next {
    right: 50px;
  }
  .pl-sn-premise .premise-features {
    padding-top: 0;
  }
  .pl-sn-premise .premise-features .browser-frame {
    margin-left: 28px;
    margin-right: 28px;
    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-premise .premise-features .browser-frame .pl-shot {
    background-size: cover;
    background-position: top center;
    height: 223px;
    width: 100%;
  }
  .pl-sn-premise .premise-features .browser-frame .top {
    height: 20px;
    padding: 0;
  }
  .pl-sn-premise .premise-features .browser-frame .top > .burger > div {
    width: 14px;
    margin: 2px 0;
  }
  .pl-sn-premise .premise-features .features-list {
    padding: 1.5em;
    margin: 0;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .pl-sn-premise .img-responsive {
    display: none;
  }
  .pl-sn-premise .img-responsive.mobile {
    display: block;
  }
  .pl-sn-premise .pl-title-main {
    font-size: 2em;
    margin: .5em;
  }
  .pl-sn-premise .pl-title-sub {
    font-size: 1.1em;
  }
  .pl-sn-premise .pl-card {
    padding: 1em 0 2em;
  }
  .pl-sn-premise .premise-illustrate .pl-illustrate-wrap {
    padding: 1em 1em 2em;
  }
  .pl-sn-premise .premise-brands .flk-carousel {
    margin: 1em 50px;
  }
  .pl-sn-premise .premise-brands .cell {
    width: 50%;
  }
  .pl-sn-premise .premise-quotes {
    padding: 3em 0;
  }
  .pl-sn-premise .premise-quotes .flickity-prev-next-button {
    display: none;
  }
}
