body {border-bottom: 0px solid white;} /* force update */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
.homepage-zi-divider .btn-dark,
.homepage-shop-buttons .btn-dark,
.homepage-party-button .btn-dark,
.homepage-join-button .btn-dark {
  border-radius: 0;
  text-transform: uppercase;
}
.paparazzi-crown {
  display: block;
  margin: 0 auto 10px;
  width: 70px;
}
.homepage-nav,
.homepage-banner,
.homepage-banner .lead,
.homepage-shop,
.homepage-shop h1,
.homepage-shop h2,
.homepage-shop h3,
.homepage-party,
.homepage-party h1,
.homepage-party h2,
.homepage-join,
.homepage-join h1,
.homepage-join h2 {
  font-weight: 300;
}
.homepage-shop h1,
.homepage-party h1,
.homepage-join h1 {
  text-transform: lowercase;
  color: #fff;
  border: 1px solid #fff;
  border-right: 0;
  border-left: 0;
}
.homepage-shop h1:before,
.homepage-party h1:before,
.homepage-join h1:before,
.homepage-shop h1:after,
.homepage-party h1:after,
.homepage-join h1:after {
  content: "·";
}
.homepage-shop h1:before,
.homepage-party h1:before,
.homepage-join h1:before {
  margin-right: 10px;
}
.homepage-shop h1:after,
.homepage-party h1:after,
.homepage-join h1:after {
  margin-left: 10px;
}
.homepage-hero {
  position: relative;
  height: calc(100vmin - 136px);
  min-height: 400px;
  overflow: hidden;
  border-top: 10px solid #E50589;
}
.homepage-hero .carousel-indicators {
  bottom: 90px;
}
.homepage-hero-slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-hero-slide.active.fadeout,
.homepage-hero-slide.fadeout {
  opacity: 1;
  display: flex;
  animation: fadeout;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
}
.homepage-hero-slide.active {
  opacity: 0;
  display: flex;
  animation: fadein;
  animation-fill-mode: both;
  animation-direction: normal;
  animation-duration: 500ms;
}
@keyframes fadein {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    display: flex;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.homepage-hero-group {
  background-image: url("https://storage.googleapis.com/vw-paparazzi/uploads/2020/10/23/images/Home_Page_01Large.jpg");
  background-position: center center;
  background-size: cover;
}
.homepage-hero-group2 iframe {
  width: 100%;
  height: 100%;
  background: black;
}
.homepage-hero-group3.active {
  display: flex;
  background: black;
}
.homepage-hero-group3 {
  justify-content: center;
  align-items: center;
  border: 1px solid deeppink;
  padding-bottom: 76px;
}
.homepage-hero-group3 .zi-welcome {
  border: 4px solid #444;
  max-width: 100%;
  max-width: min(900px, 100%);
  max-height: 600px;
  background-color: black;
  background-image: url(https://storage.googleapis.com/vw-paparazzi/uploads/2020/10/23/images/Pattern.png);
  background-size: 50vw;
  background-repeat: repeat no-repeat;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.homepage-hero-group3 .zi-welcome img {
  width: 100%;
  place-self: flex-start;
}
.homepage-hero-group3 .zi-welcome a {
  margin: 25px auto;
  background: black;
  color: deeppink;
  padding: 5px;
  border: 2px solid deeppink;
}
.hero-video-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-bottom: 150px;
}
@keyframes hero-video-overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-video-overlay img {
  width: 250px;
}
.hero-video-overlay .button {
  margin-top: -35px;
  margin-right: 25px;
  border: 2px solid deeppink;
  background: black;
  color: deeppink;
  padding: 5px;
  font-weight: bold;
  animation: hero-video-overlay-button 4000ms infinite both;
  transition: filter 200ms, opacity 200ms;
  opacity: 0.7;
  filter: blur(0.75px);
}
.hero-video-overlay .button:hover {
  opacity: 1;
  filter: blur(0px);
}
@keyframes hero-video-overlay-button {
  from {
    box-shadow: 0 1px 8px deeppink;
  }
  25% {
    box-shadow: 1px 0 10px deeppink;
  }
  50% {
    box-shadow: 0 -1px 12px deeppink;
  }
  75% {
    box-shadow: -1px 0 6px deeppink;
  }
  to {
    box-shadow: 0 1px 8px deeppink;
  }
}
.homepage-hero-zi {
  display: none;
}
.homepage-hero-zi video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  object-fit: cover;
  pointer-events: none;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.homepage-hero-zi-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAFCAYAAAB1j90SAAAAGUlEQVR4AWMAAl8glmJAAEJiAw8QzqGpkwGbIwJrZ0gGeQAAAABJRU5ErkJggg==");
}
.homepage-hero-zi-content {
  position: absolute;
  top: 33%;
  left: 0;
  -webkit-transform: translateY(-33%);
  transform: translateY(-33%);
  width: 100%;
  padding-top: 4%;
}
.homepage-hero-zi-content h1 {
  margin-top: 0;
  font-size: 52px;
}
.homepage-hero-zi-content h1 .homepage-zi-logo {
  display: block;
  margin: 0 auto 10px;
  width: 335px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.8) 0 1px 0);
  filter: drop-shadow(rgba(0, 0, 0, 0.8) 0 1px 0);
}
.homepage-zi-divider {
  margin: 20px auto 0;
  width: 22vw;
  text-align: center;
}
.homepage-zi-divider hr {
  margin: 17px auto 0;
  width: calc(50% - 5em);
  float: right;
  border-color: #E50589;
}
.homepage-zi-divider hr:first-child {
  float: left;
}
.homepage-nav-container {
  position: absolute;
  bottom: 10px;
  width: 100%;
  border: 3px solid rgba(229, 5, 137, 0.67);
  border-right: 0;
  border-left: 0;
}
.homepage-nav {
  margin: 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.67);
  font-size: 28px;
  text-align: center;
}
.homepage-nav li {
  display: inline;
}
.homepage-nav li + li {
  margin-left: 200px;
}
.homepage-nav a {
  color: #fff;
}
.homepage-nav a:hover {
  color: #E50589;
  text-decoration: none;
}
.homepage-nav a:before {
  content: ">";
  margin-right: 8px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.homepage-banner {
  padding: 3px 0;
  background-color: #000;
  text-align: center;
  border-bottom: 16px solid #E50589;
}
.homepage-banner p,
.homepage-banner a:hover {
  color: #fff;
}
.homepage-banner a:hover {
  text-decoration: none;
}
.homepage-banner strong,
.homepage-banner .homepage-formula {
  text-transform: uppercase;
  color: #E50589;
}
.homepage-banner .lead {
  margin-bottom: 0;
  font-size: 32px;
}
.homepage-banner .homepage-formula {
  margin-bottom: 0;
  font-size: 36px;
}
.homepage-banner .homepage-below-formula {
  font-weight: normal;
}
.homepage-shop {
  position: relative;
  min-height: 670px;
  padding: 115px 0 115px 110px;
  background-image: url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/26/images/model.jpg");
  background-repeat: no-repeat;
  background-position: 65% top;
  background-size: cover;
  border-bottom: 16px solid #E50589;
}
.homepage-shop-text-main {
  width: 385px;
}
.homepage-shop-text-main h1 {
  margin-top: 0;
}
.homepage-shop-text-main h2 {
  margin: 5px 0 0;
  padding: 0;
  background: none;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.homepage-shop-text-main h3 {
  margin: 0 0 16px;
}
.homepage-shop-text-main p {
  line-height: 1.67;
}
.homepage-shop-text-main h3,
.homepage-shop-text-main p {
  color: #fff;
}
.homepage-shop-text-main img {
  max-width: 100%;
}
.homepage-shop-buttons {
  text-align: center;
}
.homepage-shop-buttons span {
  display: block;
  margin: 5px 0;
}
.homepage-party {
  overflow: auto;
  background-color: #000;
}
.homepage-party-top {
  overflow: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 200px, transparent 400px), url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/27/images/party.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 8px solid #000;
}
.homepage-party-text {
  margin: 100px 0 100px 50px;
  width: 300px;
}
.homepage-party-text h1 {
  margin-top: 0;
}
.homepage-party-text h2 {
  margin-top: 5px;
  padding: 0;
  background: none;
  font-size: 28px;
}
.homepage-party-text h2 img {
  display: block;
  margin: -8px auto -12px;
}
.homepage-party-text p {
  color: #fff;
  line-height: 1.67;
}
.homepage-party-button {
  margin-top: 20px;
  text-align: center;
}
.homepage-party-home,
.homepage-party-online {
  position: relative;
  width: 49.7%;
  height: 281px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}
.homepage-party-home {
  float: left;
  background-image: url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/27/images/women-looking-at-jewelry.jpg");
  background-position: center center;
}
.homepage-party-online {
  float: right;
  background-image: url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/27/images/paparazzi-tablet.jpg");
  background-position: center 55%;
}
.homepage-party-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.homepage-party-divider hr {
  margin: 14px auto 0;
  width: calc(50% - 8em);
  float: right;
  border-color: #E50589;
}
.homepage-party-divider hr:first-child {
  float: left;
}
.homepage-party-divider a:hover {
  color: #fff;
}
.homepage-join {
  position: relative;
  min-height: 690px;
  padding: 115px 0 115px 110px;
  background-image: url("https://vw-paparazzi.storage.googleapis.com/uploads/2018/10/15/images/model_sIazm27.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 16px solid #E50589;
}
.homepage-join h1 {
  color: #fff;
  border-color: #fff;
}
.homepage-join-text-main {
  width: 381px;
}
.homepage-join-text-main h1 {
  margin: 0;
}
.homepage-join-text-main h2 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  font-size: 28px;
}
.homepage-join-below-join {
  display: block;
  margin-top: -10px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.homepage-join-below-heading {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.homepage-join-below-heading span {
  display: block;
}
.homepage-join-below-heading span:last-child {
  font-size: 20px;
  font-weight: normal;
  color: #E50589;
}
.homepage-join-text-bottom {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 3px 20px;
  width: 100%;
  font-family: "Open Sans Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background-color: #E50589;
  color: #fff;
}
.homepage-join-button {
  text-align: center;
}
@media (min-width: 1440px) {
  .homepage-party-top {
    background-image: url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/27/images/party.jpg");
  }
  .homepage-party-text {
    float: right;
    margin-right: 100px;
  }
}
@media (min-width: 1681px) {
  .homepage-hero-zi-content h1 {
    font-size: 64px;
  }
  .homepage-hero-zi-content h1 .homepage-zi-logo {
    width: 420px;
  }
  .homepage-shop {
    padding-left: 350px;
    min-height: 740px;
  }
  .homepage-party-top {
    border-bottom-width: 12px;
  }
  .homepage-party-text {
    margin-right: 325px;
  }
  .homepage-join {
    min-height: 800px;
    padding-left: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage-shop {
    min-height: 0;
    padding-left: 90px;
  }
  .homepage-join {
    min-height: 575px;
    padding: 65px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .homepage-party-text {
    float: none;
    margin-left: 50px;
  }
  .homepage-join-text-bottom {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .homepage-hero .carousel-indicators {
    bottom: 50px;
  }
  .homepage-zi-divider {
    width: auto;
  }
  .homepage-zi-divider hr {
    display: none;
  }
  .homepage-nav-container {
    bottom: 5px;
  }
  .homepage-nav {
    padding: 5px 0;
    font-size: 18px;
  }
  .homepage-nav li + li {
    margin-left: 150px;
  }
  .homepage-nav a:before {
    margin-right: 4px;
    font-size: 12px;
  }
  .homepage-shop {
    min-height: 0;
    padding-left: 18px;
  }
  .homepage-shop-text-main {
    width: 360px;
  }
  .homepage-join {
    min-height: 0;
    padding: 10px 0 95px 10px;
  }
  .homepage-join-text-bottom {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .homepage-shop {
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/26/images/model-cropped.jpg");
    background-position: center top;
  }
  .homepage-shop-text-main {
    width: 100%;
  }
  .homepage-shop-text-main h2 {
    font-size: 27px;
  }
  .homepage-shop-text-main h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    height: calc(100vmin - 91px);
    min-height: 380px;
    max-height: 480px;
  }
  .homepage-hero-zi-content h1 {
    font-size: 32px;
  }
  .homepage-hero-zi-content h1 .homepage-zi-logo {
    width: 240px;
  }
  .homepage-zi-divider {
    margin-top: 10px;
  }
  .content {
    padding-right: 0;
    padding-left: 0;
  }
  .homepage-nav {
    background-color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
  }
  .homepage-nav li + li {
    margin-left: 10px;
  }
  .homepage-nav a:before {
    margin-right: 0;
    font-size: 9px;
  }
  .homepage-banner .lead {
    font-size: 16px;
  }
  .homepage-banner .homepage-formula {
    font-size: 33px;
  }
  .homepage-banner .homepage-below-formula {
    font-size: 10px;
  }
  .homepage-party-top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://vw-paparazzi.storage.googleapis.com/uploads/2017/09/27/images/party-cropped.jpg");
  }
  .homepage-party-text {
    width: 100%;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    border: 0;
  }
  .homepage-party-home,
  .homepage-party-online {
    width: 100%;
  }
  .homepage-join {
    padding-right: 15px;
    padding-left: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://vw-paparazzi.storage.googleapis.com/uploads/2018/10/15/images/model-cropped_asdK20Z.jpg");
  }
  .homepage-join-text-main {
    width: 100%;
  }
  .homepage-join-text-main h2 {
    font-size: 22px;
  }
  .homepage-join-text-bottom {
    padding-right: 5px;
    padding-left: 5px;
  }
}
