/** Shopify CDN: Minification failed

Line 230:3 Unexpected ","

**/
.content-width{
  max-width: 1029px;
  margin: 0 auto;
}
h2, h3{
  letter-spacing: 0;
}
.dz-line{
  display: inline-block;
  width: 157px;
  height: 3px;
  background: #000;
}
.fs-45 {
  font-size: 45px;
  line-height: 42px!important;
}
.page-join-us{
  overflow: hidden;
}
.join-spacing{
  margin-top: 100px;
  margin-bottom: 100px;
}
.join-main-section{
  margin-top: 30px;
}
.lead-enroll{
  margin: 70px 0;
  margin-top: 20px;
}
.lead-enroll a.btn{
  background: #000;
  font-family: 'Lato';
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.16;
  padding: 1.67em 5em;
  border-radius: 0;
}
.join-hvideo{
  max-width: 1196px;
  margin: 0 auto;
}
.join-hvideo img{
  cursor: pointer;
}
.join-main-section .moc-section{
  margin: 40px auto;
  max-width: 710px;
}
.join-main-section .moc-section .sub-title b{
  display: block;
  font-weight: 700 !important;
}
.main-oc-blocks .row{
  justify-content: space-between;
}
.main-oc-blocks .single-oc-block{
  padding-left: 12px;
  padding-right: 12px;
  max-width: 320px;
  margin-bottom: 40px;
}
.join-cycle-section .dz-dotted-img{
  width: 100%;
  height: 3px;
  background-size: cover;
}
.beauty-steps{
  max-width: 766px;
  margin: 100px auto;
}
.beauty-steps .subtitle{
  border-bottom: 3px solid #000;
}
/* Included List Section */
.included-list{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.included-list .single-list{
  max-width: 288px;
}
/* Gift Unique Section */
.gift-section .lead-enroll{
  margin: 0 0 20px;
  text-align: left !important;
}
/* Meet Community Section */
.com-media-content{
  background-color: #F5F5F5;
}
.com-media-content .com-media-content-inner{
  max-width: 403px;
  margin: 2.5rem auto;
}
.com-img svg{
  width: 100%;
}
.control-option{
  position: absolute;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-media .control-option .player-icon svg{
  width: 42px;
  height: 42px;
}
.control-option p{
  color: #fff;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 40px;
}
.single-media .control-option p{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 15px;
}
.com-media-list{
  margin-left: -13px;
  margin-right: -13px;
}
.com-media-list .slick-track{
  display: flex;
}
.com-media-list .single-media{
  margin: 10px 13px;
  height: auto;
}
.com-media-list .single-media video{
  height: 100%;
  object-fit: cover;
}
.com-media-list .slick-arrow{
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
}
/* FAQ Section */
.faq-list{
  max-width: 883px;
  margin: 0 auto;
}
.faq-list .single-faq .heading{
  cursor: pointer;
  transition: 0.2s ease;
}
.faq-list .single-faq .f-icon{
  line-height: 12px;
  margin-right: 24px;  
}
.faq-list .single-faq .f-icon svg{
  transition: 0.25s ease;
}
.faq-list .single-faq .f-icon.arrow-animate svg{
  transform: rotate(90deg);
}
.faq-list .single-faq .faq-answer{
  padding-left: 36px;
  display: none;
}

@media (max-width: 1150px){
  .com-media-list{
    padding-right: 35px;
  }
  .com-media-list .slick-arrow{
    right: 5px;
  }
}
@media (max-width: 991px){
  .main-oc-blocks .row{
    justify-content: space-evenly;
  }
}
@media (max-width: 768px){
  .join-spacing{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lead-enroll{
    margin: 50px 0;
  }
  .join-hvideo,
  .cycle-img,
  #shopify-section-gift-unuique .gift-section{
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-oc-blocks .single-oc-block,
  .included-list .single-list{
    max-width: 100%;
  }
  .beauty-steps{
    margin: 60px auto;
  }
  .gift-section .lead-enroll{
    margin-top: 20px;
  }
  .gift-section .lead-enroll a.btn{
    background-color: transparent;
    border: 2px solid #fff;
  }
  .gift-section .lead-enroll a.btn:hover{
    border-color: #787878;
    background-color: #787878;    
  },
  .control-option .player-icon svg{
    width: 44px;
    height: 44px;
  }
  .single-media .control-option .player-icon svg{
    width: 20px;
    height: 20px;
  }
  .control-option p{
    font-size: 20px;
    line-height: 23px;
  }
  .single-media .control-option p{
    font-size: 7px;
    margin-bottom: 15px;
    margin-top: 7px;
  }
}