/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./source/styles/components/dazed-club/club-promotion-widget.scss ***!
  \***************************************************************************************************************************************************************************************************/
.separate-assets-version.hide {
  display: none;
}

.club-promo-widget {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  padding: 9px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../images/asset-mobile.png);
  max-width: 375px;
  background-size: 100%;
  background-color: #808080;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  display: block;
}
.separate-assets-version > .club-promo-widget {
  background-image: url(../../images/bg.png) !important;
}
@media (min-width: 814px) {
  .club-promo-widget {
    max-width: 780px;
    display: flex;
    align-items: stretch;
    background-image: url(../../images/asset.png);
  }
  .separate-assets-version .club-promo-widget {
    background-image: url(../../images/bg.png);
  }
  .club-promo-widget > div {
    flex: 1;
  }
  .club-promo-widget .pricing {
    width: 334px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.8s ease-in-out;
  }
}
@media (min-width: 1260px) {
  .club-promo-widget {
    transform: scale(1.5);
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
.club-promo-widget .promo {
  min-height: 214px;
  padding: 12px 50px;
  position: relative;
}
.club-promo-widget .promo img {
  position: absolute;
  left: 1%;
  top: 30px;
  width: 98%;
}
.club-promo-widget .pricing {
  padding: 12px 50px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}
.club-promo-widget .pricing:hover {
  backdrop-filter: blur(2px);
}
.club-promo-widget .pricing ul {
  text-align: left;
}
.club-promo-widget .pricing .tabs {
  height: 50px;
  background-color: #fff;
  border: 0.2px solid black;
  border-radius: 3px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.club-promo-widget .pricing label {
  flex: 1;
  background-color: rgba(255, 0, 0, 0.4);
}
.club-promo-widget .pricing label:nth-child(even) {
  background-color: rgba(0, 128, 0, 0.4);
}
.club-promo-widget .pricing label .inner {
  background-color: rgba(0, 0, 255, 0.4);
}
.club-promo-widget .pricing .tab-views {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.club-promo-widget .pricing .tab-views .tab-views {
  width: 100%;
}
.club-promo-widget .pricing .promo-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
  font-family: inherit;
  font-weight: 700;
}
.club-promo-widget .pricing .promo-title svg {
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.club-promo-widget .pricing .benefits {
  font-size: 10px;
}
.club-promo-widget .pricing .benefits ul {
  list-style: none;
  /* Remove default list style */
  margin: 0;
  padding-left: 0;
}
.club-promo-widget .pricing .benefits li {
  margin-bottom: 20px;
  display: flex;
}
.club-promo-widget .pricing .benefits li .dvl {
  width: 14px;
  min-width: 14px;
  margin-right: 8px;
  color: #015F59;
}
.club-promo-widget .club-cta {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  background: #FF4F93;
  transition: 0.4s all ease-in-out;
  display: block;
  height: 33px;
  line-height: 33px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.club-promo-widget .club-cta:hover {
  background: #015F59;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.club-promo-widget:hover .club-cta {
  background: #015F59;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.club-promo-widget .sign-off svg {
  max-width: 88px;
}

/*# sourceMappingURL=club-promotion-widget.css.map*/