img, svg {
  vertical-align: top;
}

.page-hero {
  background: linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
  border-radius: 0 0 24px 24px;
  padding: 0 0 16px 0;
}

/*Start: Homepage styles*/
@media (min-width: 1200px) {
  .homepage-hero-outer {
    padding: 0 40px;
  }
}

.homepage-hero {
  background: linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
  border-radius: 0 0 24px 24px;
  padding: 0 0 16px 0;
}
@media (min-width: 576px) {
  .homepage-hero {
    padding: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .homepage-hero {
    border-radius: 24px;
    margin: 0 40px;
    padding: 90px 40px;
    background-image: url("../img/homepage/hero-background--sm-desktop.png"), linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
    background-position: center right, center center;
    background-size: auto 100%, 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .homepage-hero {
    padding: 90px 80px;
    max-width: 2000px;
    margin: 0 auto;
    background-image: url("../img/homepage/hero-background--desktop.png"), linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
  }
}
@media (min-width: 576px) {
  .homepage-hero img.homepage-image {
    display: none;
  }
}
.homepage-hero img.homepage-image--tablet {
  display: none;
}
@media (min-width: 576px) {
  .homepage-hero img.homepage-image--tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .homepage-hero img.homepage-image--tablet {
    display: none;
  }
}
.homepage-hero h1 {
  color: #ffffff;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  margin: 24px 0 18px 0;
  max-width: 380px;
}
@media (min-width: 360px) {
  .homepage-hero h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 576px) {
  .homepage-hero h1 {
    font-size: 36px;
    line-height: 50px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .homepage-hero h1 {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .homepage-hero h1 {
    font-size: 52px;
    line-height: 68px;
  }
}
.homepage-hero h1 br {
  display: none;
}
@media (min-width: 992px) {
  .homepage-hero h1 br {
    display: inline-block;
  }
}
.homepage-hero h1 br.popout-break {
  display: none;
}
.homepage-hero h1 .popout-word {
  border-radius: 4px;
  color: #8C1770;
  padding: 0 6px;
}
.homepage-hero p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 18px 0;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .homepage-hero p {
    font-size: 21px;
    line-height: 31px;
  }
}
.homepage-hero p br {
  display: none;
}
@media (min-width: 992px) {
  .homepage-hero p br {
    display: inline-block;
  }
}
.homepage-hero p:last-of-type {
  padding: 0 0 24px 0;
}
@media (min-width: 1400px) {
  .homepage-hero p:last-of-type {
    padding: 0 0 36px 0;
  }
}
.homepage-hero a {
  width: 100%;
  display: block;
  margin: 0 0 16px;
  text-align: center;
}
@media (min-width: 576px) {
  .homepage-hero a {
    width: auto;
    margin: 0 16px 0 0;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .homepage-hero a {
    min-width: 200px;
  }
}

/*End: Homepage styles*/
/*Start: Featured styles*/
.featured {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .featured {
    padding: 36px 0;
  }
}
@media (min-width: 1200px) {
  .featured {
    padding: 60px 0;
  }
}
.featured .featured__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .featured .featured__inner {
    justify-content: space-between;
    flex-wrap: no-wrap;
  }
}
.featured .featured-img-container {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media (min-width: 576px) {
  .featured .featured-img-container {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .featured .featured-img-container {
    width: auto;
    margin: 0;
  }
}
.featured p {
  color: #711B5B;
  font-size: 18px;
  flex-grow: 4;
  width: 100%;
  text-align: center;
  margin-bottom: 12px !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  .featured p {
    width: auto;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .featured p {
    font-size: 20px;
    margin-bottom: 24px !important;
  }
}
.featured img {
  height: 30px;
}
@media (min-width: 360px) {
  .featured img {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .featured img {
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .featured img {
    height: 48px;
  }
}

/*End: Featured styles*/
/*Start: Separator styling*/
.separator hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #c4c4c4;
  margin: 0;
}

/*End: Separator styling*/
/*Start: Wide message styling*/
.wide-message {
  padding: 42px 0;
}
@media (min-width: 992px) {
  .wide-message {
    padding: 60px 0;
  }
}
.wide-message h2 {
  background: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin: 0 auto 30px;
  max-width: 460px;
}
@media (min-width: 576px) {
  .wide-message h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .wide-message h2 {
    font-size: 30px;
    line-height: 39px;
    max-width: 640px;
  }
}
.wide-message h2 br {
  display: none;
}
@media (min-width: 576px) {
  .wide-message h2 br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .wide-message h2 br {
    display: none;
  }
}
.wide-message p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 18px 0;
  color: #6C757D;
  max-width: 460px;
  margin: -12px auto 30px;
}
@media (min-width: 576px) {
  .wide-message p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .wide-message p {
    font-size: 21px;
    line-height: 31px;
    max-width: 710px;
  }
}

/*End: Wide message styling*/
/*Start: Carousel styling*/
.example {
  background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 94.99%, #fff 95%, #fff 100%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 54px 0 72px;
}
@media (min-width: 768px) {
  .example {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 86.99%, #fff 87%, #fff 100%);
    padding: 90px 0 130px;
  }
}
@media (min-width: 992px) {
  .example {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 78.99%, #fff 79%, #fff 100%);
    padding: 100px 0 80px;
  }
}
@media (min-width: 1200px) {
  .example {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 74.99%, #fff 75%, #fff 100%);
  }
}
.example h2 {
  background: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .example h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .example h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
.example .embed-container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .example .embed-container {
    margin-bottom: 48px;
  }
}
.example .example-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .example .example-card {
    border-radius: 20px;
    min-height: 230px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1400px) {
  .example .example-card {
    min-height: 190px;
  }
}
.example p {
  font-size: 16px;
  line-height: 25px;
  color: #6C757D;
}

.example-carousel {
  padding: 24px 0 30px;
  background-image: url("../img/homepage/example-background.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .example-carousel {
    padding: 42px 0;
  }
}
@media (min-width: 1200px) {
  .example-carousel {
    padding: 60px 0;
  }
}
@media (min-width: 1800px) {
  .example-carousel {
    background-image: url("../img/homepage/example-background--xl.svg");
  }
}
.example-carousel h2 {
  color: #441B71;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .example-carousel h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1200px) {
  .example-carousel h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .example-carousel h2 br {
    display: none;
  }
}

.carousell {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
  scroll-behavior: smooth; /* Smooth scrolling */
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0;
}
@media (min-width: 768px) {
  .carousell {
    border: 12px;
  }
}
@media (min-width: 1200px) {
  .carousell {
    border: 24px;
  }
}

.carousell-item {
  flex: 0 0 100%; /* Each item takes up 100% of the carousel's width */
  scroll-snap-align: start;
  width: 100vw; /* Adjust the width to fit your design */
  box-sizing: border-box;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
  width: 12px;
  height: 12px;
}

/*End: Carousel styling*/
/*Start: Uses styling*/
.uses {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .uses {
    padding: 42px 0 0;
  }
}
@media (min-width: 1200px) {
  .uses {
    padding: 90px 0 10px;
  }
}
.uses .uses-inner {
  display: flex;
  flex-direction: column;
}
.uses .uses-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .uses .uses-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .uses .uses-row--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .uses .uses-content {
    max-width: 490px;
  }
}
.uses h2 {
  color: #441B71;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .uses h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1200px) {
  .uses h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 576px) {
  .uses h2 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .uses h2 br {
    display: block;
  }
}
.uses p {
  color: #6C757D;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px !important;
}
@media (min-width: 1200px) {
  .uses p {
    font-size: 18px;
    line-height: 27px;
  }
}
.uses hr {
  width: 100%;
  border-top: 1px solid #c4c4c4;
  height: 1px;
  margin: 18px 0;
}
.uses a {
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .uses a {
    width: 230px;
  }
}
.uses img {
  margin: 42px auto 24px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .uses img {
    margin: 0 auto;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .uses img {
    max-width: 450px;
    padding: 0;
  }
}

/*End: Uses styling*/
/*Start: Testimonials styling*/
.testimonials-outer {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 24.99%, #711B5B 25%, #E3136E 100%);
}
@media (min-width: 768px) {
  .testimonials-outer {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 14.99%, #711B5B 15%, #E3136E 100%);
  }
}
@media (min-width: 992px) {
  .testimonials-outer {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 9.99%, #711B5B 10%, #E3136E 100%);
  }
}

.testimonials {
  padding: 36px 0 0;
}
.testimonials h2 {
  color: #441B71;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .testimonials h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1200px) {
  .testimonials h2 {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 42px;
  }
}

.testimonials-custom-container {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .testimonials-custom-container {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .testimonials-custom-container {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .testimonials-custom-container {
    overflow: auto;
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .testimonials-custom-container {
    max-width: 1140px;
  }
}

.testimonials-card {
  background-color: #F8F9FA;
  border-radius: 24px;
  padding: 24px 16px;
  min-width: 320px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .testimonials-card {
    min-width: 0;
    width: 280px;
    margin: 24px 8px 0;
  }
}
@media (min-width: 1200px) {
  .testimonials-card {
    width: 350px;
  }
}
.testimonials-card img.testimonials-stars {
  height: 18px;
  margin-bottom: 18px;
}
.testimonials-card img.testimonial-img {
  height: 100px;
}
.testimonials-card .testimonials-lower {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonials-card p {
  color: #6C757D;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px !important;
}
.testimonials-card hr {
  width: 100%;
  background-color: #E9ECEF;
  height: 1px;
  margin: 12px 0;
}
.testimonials-card h3 {
  font-size: 18px;
  line-height: 23px;
  color: #441B71;
  font-weight: 700;
}
@media (min-width: 992px) {
  .testimonials-card h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .testimonials-card h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.testimonials-card span {
  font-size: 14px;
  line-height: 18px;
  color: #6C757D;
}
.testimonials-card--bryan {
  margin-bottom: 36px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .testimonials-card--bryan {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .testimonials-card--bryan hr {
    display: none;
  }
}
@media (min-width: 768px) {
  .testimonials-card--bryan p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .testimonials-card--bryan p {
    font-size: 21px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .testimonials-card--bryan .testimonials-lower {
    flex-direction: column;
    width: 280px;
    text-align: center;
    margin-right: 30px;
    background-color: #F6F4F8;
    border-radius: 14px;
    padding: 16px;
  }
  .testimonials-card--bryan .testimonials-lower img {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .testimonials-card--bryan .testimonials-lower {
    width: 350px;
  }
}

/*End: Testimonial styling*/
/*Start: What is styling*/
.what-is {
  padding: 36px 0 0;
}
@media (min-width: 992px) {
  .what-is {
    padding: 120px 0 0;
  }
}
@media (min-width: 992px) {
  .what-is-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.what-is img.what-is-emblem {
  height: 70px;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .what-is img.what-is-emblem {
    height: 110px;
  }
}
.what-is h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) {
  .what-is h2 {
    font-size: 42px;
  }
}
.what-is .what-is-card {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .what-is .what-is-card {
    width: 50%;
    margin: 0 12px;
    max-width: 500px;
    padding: 40px;
  }
}
.what-is .what-is-card h3 {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .what-is .what-is-card h3 {
    font-size: 30px;
  }
}
.what-is .what-is-card hr {
  width: 100%;
  background-color: #E9ECEF;
  height: 1px;
  margin: 18px 0;
}
.what-is .what-is-card p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px !important;
  color: #495057;
}
@media (min-width: 992px) {
  .what-is .what-is-card p {
    font-size: 18px;
    line-height: 27px;
  }
}
.what-is .what-is-card li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3px !important;
  color: #495057;
}
@media (min-width: 992px) {
  .what-is .what-is-card li {
    font-size: 18px;
    line-height: 27px;
  }
}

.frames-pattern {
  width: 100%;
  height: auto;
  margin: 36px 0 0;
}
@media (min-width: 992px) {
  .frames-pattern {
    margin: 120px 0 0;
  }
}

/*End: What is styling*/
/* Start: FAQ Styling */
.faq {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .faq {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .faq {
    padding: 80px 0;
  }
}
.faq h2 {
  color: #441B71;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .faq h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .faq h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 36px;
  }
}
.faq p:nth-of-type(2) {
  margin-top: 16px !important;
}
.faq p:nth-of-type(3) {
  margin-top: 16px !important;
}
.faq li {
  margin-top: 8px !important;
}
.faq li a {
  color: #441b71;
  text-decoration: underline;
}
.faq .faq-item {
  margin-bottom: 12px;
}
.faq button {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 8px 8px 0 0;
  border: 0px solid #fff;
  font-weight: 600;
}
.faq button span {
  transform: rotate(180deg);
}
.faq button.collapsed {
  border-radius: 8px;
}
.faq button.collapsed span {
  transform: rotate(0deg);
}
.faq .faq-answer {
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 0 0 8px 8px;
}

/* End: FAQ Styling */
/*Start: Figures styling*/
.figures {
  background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 94.99%, transparent 95%, transparent 100%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 36px 0 42px;
}
@media (min-width: 768px) {
  .figures {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 74.99%, transparent 75%, transparent 100%);
    padding: 60px 0 90px;
  }
}
@media (min-width: 992px) {
  .figures {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 74.99%, transparent 75%, transparent 100%);
    padding: 90px 0 130px;
  }
}
@media (min-width: 1200px) {
  .figures {
    background-image: url("../img/homepage/figures-background--xl.svg"), linear-gradient(180deg, #F0F1F2 0%, #F0F1F2 54.99%, transparent 55%, transparent 100%);
  }
}
.figures--about {
  background-image: none;
  padding: 42px 0 0;
}
@media (min-width: 768px) {
  .figures--about {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .figures--about {
    padding: 36px 0 0;
  }
}
@media (min-width: 997px) {
  .figures--about-inner {
    justify-content: space-between !important;
  }
}
@media (min-width: 997px) {
  .figures--about-card {
    width: auto !important;
  }
}
.figures h2 {
  background: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .figures h2 {
    font-size: 30px;
    line-height: 39px;
    margin: 0 auto 42px;
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .figures h2 {
    max-width: 900px;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) {
  .figures-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.figures-card {
  text-align: center;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .figures-card {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .figures-card {
    width: 25%;
  }
}
.figures-card span {
  font-weight: 700;
  color: #495057;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
.figures-card p {
  font-weight: 700;
  color: #8C1770;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .figures-card p {
    font-size: 50px;
    line-height: 50px;
  }
}

/*End: Figures styling*/
/*Start: Features styling*/
.features {
  background: -webkit-linear-gradient(120deg, #E3136E, #711B5B);
  padding: 60px 0 36px;
  margin-top: -30px;
  z-index: -10;
  position: relative;
}
@media (min-width: 768px) {
  .features {
    padding: 90px 0 60px;
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .features {
    padding: 120px 0 90px;
  }
}
.features-card {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .features-card {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .features-card {
    padding: 30px;
  }
}
.features h2 {
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .features h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .features h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.features h3 {
  font-size: 24px;
  font-weight: 31px;
  background: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 16px;
}
.features p {
  font-size: 16px;
  line-height: 25px;
  color: #495057;
  margin-bottom: 12px !important;
}
.features h4 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #495057;
  margin-bottom: 9px !important;
}
.features li {
  font-size: 16px;
  line-height: 25px;
  color: #495057;
  margin-bottom: 6px;
}

/*End: Features styling*/
/* Start: Demo video styling */
.demo-video {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .demo-video {
    padding: 60px 0;
  }
}
.demo-video h2, .demo-video p {
  background: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  margin: 20px auto 20px !important;
  max-width: 460px;
}
@media (min-width: 576px) {
  .demo-video h2, .demo-video p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .demo-video h2, .demo-video p {
    font-size: 30px;
    line-height: 39px;
    max-width: 710px;
    margin: 30px auto 30px !important;
  }
}

/* End Demo video styling */
/*Start: Footer CTA*/
@media (min-width: 1200px) {
  .footer-cta-outer {
    padding: 0 40px;
  }
}

.footer-cta {
  background: linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
  padding: 24px 0;
}
@media (min-width: 576px) {
  .footer-cta {
    text-align: center;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .footer-cta {
    border-radius: 24px;
    margin: 0 40px 60px;
    padding: 90px 40px;
  }
}
@media (min-width: 1200px) {
  .footer-cta {
    padding: 90px 80px;
    max-width: 1200px;
    margin: 0 auto 90px;
  }
}
.footer-cta h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-cta h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 1400px) {
  .footer-cta h2 {
    font-size: 52px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  .footer-cta h2 br {
    display: none;
  }
}
.footer-cta a {
  width: 100%;
  display: block;
  margin: 24px 0 0;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-cta a {
    width: auto;
    display: inline-block;
    margin: 24px auto 0;
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  .footer-cta a {
    margin-top: 30px;
  }
}
.footer-cta p {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-cta p {
    margin-top: 24px;
  }
}

/* End: Footer CTA */
/*Start: About hero styling*/
.about-hero {
  padding: 24px 0 0;
}
@media (min-width: 1400px) {
  .about-hero {
    padding: 60px 0 48px;
  }
}
@media (min-width: 768px) {
  .about-hero__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .about-hero__content {
    padding-right: 24px;
  }
}
.about-hero__content h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #8C1770;
  max-width: 380px;
}
@media (min-width: 576px) {
  .about-hero__content h1 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .about-hero__content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .about-hero__content h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 1400px) {
  .about-hero__content h1 {
    font-size: 45px;
    line-height: 56px;
  }
}
.about-hero__content p {
  font-size: 18px;
  line-height: 27px;
  color: #6C757D;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .about-hero__content p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .about-hero__content p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1400px) {
  .about-hero__content p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
  }
}
.about-hero__img--mobile {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .about-hero__img--mobile {
    display: none;
  }
}
.about-hero__img--desktop {
  display: none;
}
@media (min-width: 992px) {
  .about-hero__img--desktop {
    display: block;
  }
}
.about-hero__img--tablet {
  display: none;
}
@media (min-width: 768px) {
  .about-hero__img--tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-hero__img--tablet {
    display: none;
  }
}
.about-hero__mobileimg {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .about-hero__mobileimg {
    display: none;
  }
}
.about-hero__mobileimg div {
  background-color: #fff;
  border-radius: 18px;
  padding: 10px 20px;
  margin: 0 16px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 32px);
}
.about-hero__mobileimg div p {
  font-size: 12px;
  line-height: 18px;
  color: #6C757D;
  text-align: center;
  margin: 0 !important;
}
.about-hero__desktopimg {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .about-hero__desktopimg {
    display: block;
  }
}
.about-hero__desktopimg div {
  background-color: #fff;
  border-radius: 18px;
  padding: 10px 20px;
  margin: 0 16px;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 32px);
}
.about-hero__desktopimg div p {
  font-size: 12px;
  line-height: 18px;
  color: #6C757D;
  text-align: center;
}
.about-hero--homepage {
  padding: 42px 0;
}
@media (min-width: 768px) {
  .about-hero--homepage {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .about-hero--homepage .about-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .about-hero--homepage .about-hero__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.about-hero--homepage h1 {
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .about-hero--homepage h1 {
    font-size: 24px;
    line-height: 31px;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .about-hero--homepage h1 {
    font-size: 30px;
    line-height: 39px;
    margin-top: 0;
  }
}
.about-hero--homepage p {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .about-hero--homepage .about-hero__content {
    max-width: 480px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .about-hero--homepage .about-hero__content {
    max-width: 600px;
    padding-right: 70px;
  }
}

/*End: About hero styling*/
/*Start: Founder styling*/
.founders {
  background-image: url("../img/homepage/example-background.svg"), linear-gradient(180deg, #fff 0%, #fff 8.99%, #F0F1F2 9%, #F0F1F2 100%);
  background-position: center 200px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 24px 0;
}
@media (min-width: 768px) {
  .founders {
    background-image: url("../img/homepage/example-background--xl.svg"), linear-gradient(180deg, #fff 0%, #fff 8.99%, #F0F1F2 9%, #F0F1F2 100%);
  }
}
@media (min-width: 992px) {
  .founders {
    background-image: url("../img/homepage/example-background--xl.svg"), linear-gradient(180deg, #fff 0%, #fff 29.99%, #F0F1F2 30%, #F0F1F2 100%);
    padding: 30px 0;
    background-position: center 200px;
  }
}
@media (min-width: 1200px) {
  .founders {
    background-image: url("../img/homepage/example-background--xl.svg"), linear-gradient(180deg, #fff 0%, #fff 54.99%, #F0F1F2 55%, #F0F1F2 100%);
  }
}
.founders .container {
  overflow: hidden;
}
.founders img {
  margin: 30px auto 0;
  display: block;
  max-width: 280px;
  width: 100%;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .founders img {
    max-width: 400px;
    margin: 48px auto 0;
  }
}
@media (min-width: 992px) {
  .founders img {
    max-width: 400px;
    margin: 0;
  }
}
.founders h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-top: 16px;
  font-weight: 700;
  color: #8C1770;
}
@media (min-width: 992px) {
  .founders h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.founders p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #6C757D;
}
@media (min-width: 992px) {
  .founders p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 4px;
  }
}
.founders p:nth-of-type(2) {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  max-width: 280px;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  .founders p:nth-of-type(2) {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .founders p:nth-of-type(2) {
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  .founders p:nth-of-type(2) {
    font-size: 16px;
    line-height: 25px;
  }
}

/*End: Founder styling*/
/*Start: Story styling*/
.story {
  padding: 16px 0;
  background-color: #F0F1F2;
}
.story h2 {
  color: #8C1770;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .story h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
.story p {
  font-size: 16px;
  line-height: 25px;
  color: #212529;
  margin-bottom: 16px !important;
}
@media (min-width: 992px) {
  .story p {
    font-size: 18px;
    line-height: 27px;
  }
}
.story hr {
  width: 100%;
  background-color: #E9ECEF;
  height: 1px;
  margin: 18px 0;
}
@media (min-width: 768px) {
  .story hr {
    margin: 40px 0;
  }
}
.story a {
  width: 100%;
}
@media (min-width: 768px) {
  .story a {
    max-width: 270px;
    margin: 0 auto;
    display: block;
  }
}
.story__inner {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .story__inner {
    padding: 40px;
    max-width: 600px;
    margin: 60px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .story__inner {
    padding: 40px 80px;
    max-width: 800px;
  }
}

/*End: Story styling*/
/*Start: About Images styling*/
.about-images {
  padding: 30px 0;
  background-color: #F0F1F2;
  background-image: url("../img/about/images-background.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px;
}
@media (min-width: 436px) {
  .about-images {
    background-size: 460px;
  }
}
@media (min-width: 768px) {
  .about-images {
    padding: 72px 0;
    background-size: 290px;
  }
}
@media (min-width: 992px) {
  .about-images {
    background-size: 380px;
  }
}
@media (min-width: 1200px) {
  .about-images {
    padding: 90px 0;
    background-size: 430px;
  }
}
@media (min-width: 1400px) {
  .about-images {
    background-size: 470px;
  }
}
.about-images img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  max-height: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .about-images img {
    max-width: none;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .about-images__image {
    padding: 0 20px;
  }
}
.about-images__image:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-images__image:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .about-images__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

/*End: About Images styling*/
/*Start: About quote styling*/
.about-quote {
  padding: 36px 0;
  background-color: #F0F1F2;
}
@media (min-width: 768px) {
  .about-quote {
    padding: 66px 0;
  }
}
.about-quote h2 {
  color: #6C757D;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .about-quote h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .about-quote h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .about-quote h2 {
    max-width: 870px;
    font-size: 36px;
    line-height: 50px;
  }
}
.about-quote h2 span {
  font-weight: 700;
  color: #8C1770;
}

/*End: About quote styling*/
/*Start: About different styling*/
.about-different {
  padding: 36px 0;
  background-image: linear-gradient(289deg, #711B5B 1.02%, #E3136E 99.25%);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .about-different {
    padding: 48px 0;
  }
}
@media (min-width: 992px) {
  .about-different {
    padding: 72px 0;
  }
}
.about-different h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .about-different h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .about-different h2 {
    margin-bottom: 18px;
  }
}
.about-different-card {
  background-color: rgba(248, 249, 250, 0.12);
  padding: 16px;
  border-radius: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about-different-card {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
@media (min-width: 992px) {
  .about-different-card {
    max-width: 770px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .about-different-card {
    max-width: 850px;
  }
}
.about-different-card:first-of-type {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-different-card:first-of-type {
    margin-top: 66px;
  }
}
.about-different-card p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .about-different-card p {
    font-size: 21px;
    line-height: 31px;
  }
}

/*End: About different styling*/
/*Start: About Footer CTA*/
@media (min-width: 1200px) {
  .about-footer-cta-outer {
    padding: 0 40px;
  }
}

.about-footer-cta {
  background-color: #F0F1F2;
  padding: 24px 0;
}
@media (min-width: 576px) {
  .about-footer-cta {
    text-align: center;
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .about-footer-cta {
    border-radius: 24px;
    margin: 60px 40px 60px;
    padding: 90px 40px;
  }
}
@media (min-width: 1200px) {
  .about-footer-cta {
    padding: 90px 80px;
    max-width: 1200px;
    margin: 90px auto 90px;
  }
}
.about-footer-cta h2 {
  color: #8C1770;
  font-size: 34px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .about-footer-cta h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 1400px) {
  .about-footer-cta h2 {
    font-size: 52px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  .about-footer-cta h2 br {
    display: none;
  }
}
.about-footer-cta a {
  width: 100%;
  display: block;
  margin: 24px 0 0;
  text-align: center;
}
@media (min-width: 576px) {
  .about-footer-cta a {
    width: auto;
    display: inline-block;
    margin: 24px auto 0;
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  .about-footer-cta a {
    margin-top: 30px;
  }
}
.about-footer-cta p {
  color: #6C757D;
  font-size: 14px;
  line-height: 14px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .about-footer-cta p {
    margin-top: 24px;
  }
}

/* End: About Footer CTA */
/*Start: Demo hero styles*/
@media (min-width: 1200px) {
  .demo-hero-outer {
    padding: 0 40px;
  }
}

.demo-hero {
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .demo-hero {
    border-radius: 0 0 24px 24px;
  }
}
@media (min-width: 992px) {
  .demo-hero {
    border-radius: 24px;
    margin: 0 40px;
    padding: 80px 40px;
    background-image: url("../img/get-demo/demo-background-blur.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .demo-hero {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .demo-hero img.demo-image {
    display: none;
  }
}
.demo-hero img.demo-image--tablet {
  display: none;
}
@media (min-width: 576px) {
  .demo-hero img.demo-image--tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .demo-hero img.demo-image--tablet {
    display: none;
  }
}
.demo-hero img.demo-device {
  display: none;
}
@media (min-width: 992px) {
  .demo-hero img.demo-device {
    display: block;
    position: absolute;
    bottom: 0;
    right: -80px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .demo-hero img.demo-device {
    right: 0;
  }
}
.demo-hero .container {
  overflow: visible !important;
}
.demo-hero h1 {
  color: #441B71;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 12px 0;
  max-width: 380px;
  margin-top: -36px !important;
}
@media (min-width: 360px) {
  .demo-hero h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -42px !important;
  }
}
@media (min-width: 576px) {
  .demo-hero h1 {
    font-size: 36px;
    line-height: 50px;
    margin-top: -42px !important;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .demo-hero h1 {
    margin-top: 0 !important;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .demo-hero h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 1400px) {
  .demo-hero h1 {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .demo-hero h1 br {
    display: none;
  }
}
.demo-hero p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 16px 0;
  color: #6C757D;
}
@media (min-width: 992px) {
  .demo-hero p {
    color: #fff;
    max-width: 510px;
  }
}
@media (min-width: 1200px) {
  .demo-hero p {
    max-width: 580px;
  }
}
@media (min-width: 1400px) {
  .demo-hero p {
    font-size: 18px;
    line-height: 27px;
    max-width: 700px;
  }
}
.demo-hero p:nth-of-type(3) {
  font-weight: 600;
}
.demo-hero a {
  display: inline-block;
  margin: 0 8px 0 0;
  height: 48px !important;
  width: auto !important;
}
.demo-hero a img {
  display: block !important;
  height: 100%;
}

/*End: Demo hero styles*/
/*Start: Demo booking*/
.demo-booking {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
  padding: 24px 0;
}
@media (min-width: 768px) {
  .demo-booking {
    background-image: none;
  }
}
.demo-booking h2 {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  .demo-booking h2 {
    text-align: center;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .demo-booking h2 {
    margin-bottom: -24px !important;
  }
}
.demo-booking p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .demo-booking p {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .demo-booking__inner {
    background-image: -webkit-linear-gradient(120deg, #711B5B, #E3136E);
    max-width: 650px;
    padding: 42px;
    border-radius: 24px;
    margin: 0 auto;
  }
}

/*End: Demo booking*/
/*Start: Apps hero styles*/
@media (min-width: 1200px) {
  .apps-hero-outer {
    padding: 0 40px;
  }
}

.apps-hero {
  padding: 0 0 16px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .apps-hero {
    border-radius: 0 0 24px 24px;
    padding: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .apps-hero {
    border-radius: 24px;
    margin: 0 40px;
    padding: 80px 40px;
    background-image: url("../img/apps/apps-background-blur.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .apps-hero {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .apps-hero img.apps-image {
    display: none;
  }
}
.apps-hero img.apps-image--tablet {
  display: none;
}
@media (min-width: 576px) {
  .apps-hero img.apps-image--tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .apps-hero img.apps-image--tablet {
    display: none;
  }
}
.apps-hero img.apps-device {
  display: none;
}
@media (min-width: 992px) {
  .apps-hero img.apps-device {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
  }
}
.apps-hero .container {
  overflow: visible !important;
}
.apps-hero h1 {
  color: #441B71;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 12px 0;
  max-width: 380px;
  margin-top: -16px !important;
}
@media (min-width: 360px) {
  .apps-hero h1 {
    font-size: 27px;
    line-height: 39px;
  }
}
@media (min-width: 576px) {
  .apps-hero h1 {
    font-size: 36px;
    line-height: 50px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .apps-hero h1 {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .apps-hero h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 1400px) {
  .apps-hero h1 {
    font-size: 52px;
    line-height: 68px;
  }
}
.apps-hero h1 span {
  font-size: 24px;
  line-height: 31px;
  display: block;
}
@media (min-width: 1200px) {
  .apps-hero h1 span {
    font-size: 30px;
    line-height: 39px;
  }
}
.apps-hero p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 16px 0;
  color: #6C757D;
}
@media (min-width: 992px) {
  .apps-hero p {
    color: #fff;
    max-width: 510px;
  }
}
@media (min-width: 1200px) {
  .apps-hero p {
    max-width: 580px;
  }
}
@media (min-width: 1400px) {
  .apps-hero p {
    font-size: 21px;
    line-height: 31px;
    max-width: 870px;
  }
}
.apps-hero p:nth-of-type(2) {
  font-weight: 600;
  padding-bottom: 30px;
}
.apps-hero a {
  display: inline-block;
  margin: 0 8px 0 0;
  height: 48px !important;
  width: auto !important;
}
.apps-hero a img {
  display: block !important;
  height: 100%;
}

/*End: Apps hero styles*/
/*Start: Apps uses*/
.separator--apps {
  padding: 30px 0 42px;
}
@media (min-width: 992px) {
  .separator--apps {
    display: none;
  }
}
.separator--apps hr {
  display: block;
}

@media (min-width: 992px) {
  .uses--apps {
    padding: 90px 0;
  }
}
.uses--apps h2 {
  color: #441B71;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .uses--apps h2 {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .uses--apps h2 {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 1200px) {
  .uses--apps h2 {
    margin-bottom: 72px;
  }
}
.uses--apps h3 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #8C1770;
}
@media (min-width: 992px) {
  .uses--apps h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .uses--apps h3 {
    font-size: 32px;
    line-height: 41px;
  }
}
@media (min-width: 1200px) {
  .uses--apps p {
    font-size: 20px;
    line-height: 30px;
  }
}
.uses--apps img {
  width: 100%;
}
@media (min-width: 992px) {
  .uses--apps img {
    max-width: none;
    padding: 0;
    min-width: 350px;
  }
}
@media (min-width: 1200px) {
  .uses--apps img {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .uses--apps .uses-content {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .uses--apps .uses-content {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .uses--apps .uses-content {
    max-width: 560px;
  }
}

/*End: Apps uses*/
/*Start: Apps footer cta*/
.footer-cta--apps .apps-ctas {
  margin: 24px auto 0;
  width: fit-content;
}
@media (min-width: 992px) {
  .footer-cta--apps .apps-ctas {
    margin: 36px auto 0;
  }
}
.footer-cta--apps .apps-ctas a {
  display: inline-block;
  margin: 0 8px 0 0;
  height: 48px !important;
  width: auto !important;
  min-width: 0 !important;
}
.footer-cta--apps .apps-ctas a img {
  display: block !important;
  height: 100%;
}

/*End: Apps footer cta*/
.toggle {
  align-items: center;
  border-radius: 100px;
  display: flex;
  font-weight: 700;
  margin-bottom: 16px;
}
.toggle:last-of-type {
  margin: 0;
}

p {
  margin-bottom: 0 !important;
}

.custom-tooltip {
  --bs-tooltip-bg: white;
  --bs-tooltip-color: pink;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid black;
  border-radius: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 3px solid black;
  transition-duration: 0ms;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.toggle__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.toggle__input:not([disabled]):active + .toggle-track, .toggle__input:not([disabled]):focus + .toggle-track {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px black;
}
.toggle__input:disabled + .toggle-track {
  cursor: not-allowed;
  opacity: 0.7;
}

.toggle-track {
  background: white;
  border: 1px solid black;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: 41px;
  margin-right: 12px;
  position: relative;
  width: 87.5px;
}

.toggle-indicator {
  align-items: center;
  background: black;
  border-radius: 35px;
  bottom: 2px;
  display: flex;
  height: 35px;
  justify-content: center;
  left: 2px;
  outline: solid 2px transparent;
  position: absolute;
  transition: 250ms;
  width: 35px;
}

.checkMark {
  fill: #fff;
  height: 31px;
  width: 31px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
  background: black;
  transform: translateX(46.5px);
}
.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

@media screen and (-ms-high-contrast: active) {
  .toggle-track {
    border-radius: 0;
  }
}
.item-check {
  position: absolute;
  top: 4px;
  left: 7px;
}

.form-controls {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 0em auto;
  gap: 0.5em;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: white;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: deeppink;
  width: 0.7em;
  height: 0.7em;
  border: 0.05em solid #693b97;
  border-radius: 0.1em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]:checked {
  background-color: #693b97;
}

input[type=checkbox]::before {
  content: "";
  width: 0.35em;
  height: 0.35em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.form-controls + .form-controls {
  margin-top: 1em;
}

.artistchip {
  font-size: 8px;
  border-radius: 80px;
  background: #431B71;
  padding: 6px 12px 4px 12px !important;
  color: white;
  text-align: center;
}

.chip-alt {
  font-size: 8px;
  border-radius: 80px;
  background: #E3136E;
  padding: 6px 12px 4px 12px !important;
  color: white;
  text-align: center;
}

.chip-alt-red {
  font-size: 10px;
  border-radius: 6px;
  border: 1px solid #ff445d;
  background: rgba(237, 0, 43, 0.2);
  padding: 3px 6px !important;
  color: black;
  width: 60px;
  text-align: center;
}

.chip-green {
  font-size: 10px;
  border-radius: 0px;
  border: 1px solid #0bc300;
  background: rgba(80, 222, 0, 0.53);
  padding: 3px 6px !important;
  color: black;
  width: 60px;
  text-align: center;
}

.chip-grey {
  font-size: 10px;
  border-radius: 0px;
  border: 1px solid #ababab;
  background: rgba(216, 216, 216, 0.53);
  padding: 3px 6px !important;
  color: black;
  width: 60px;
  text-align: center;
  border-radius: 6px;
}

.chip-green:hover {
  background: rgba(61, 171, 0, 0.53);
}

.chip-red {
  font-size: 10px;
  border-radius: 0px;
  border: 1px solid #ff0000;
  background: rgba(255, 0, 68, 0.53);
  padding: 3px 6px !important;
  color: black;
  width: 60px;
  text-align: center;
}

.chip-red:hover {
  background: rgba(190, 0, 52, 0.53);
}

.square-play {
  width: 25px;
  height: 25px;
  border: 2px solid black;
  font-size: 10px;
  border-radius: 5px;
}

.edit-small {
  font-size: 13px;
  color: black;
  margin-left: 7px;
  text-decoration: underline;
  cursor: pointer;
}

.edit-input {
  border: 1px solid #c7c7c7;
  padding: 3px;
  border-radius: 6px;
  width: 300px;
  margin-right: 7px;
  font-size: 17px;
}

.updated-text {
  font-size: 11px;
}

.trackname {
  font-size: 17px;
}

.track-row-link {
  color: #693b97;
  text-decoration: underline !important;
  font-weight: 400;
}

.track-row-link:hover {
  color: #4f227d;
  font-weight: 400;
}

.track-row-spacer {
  border-left: 2px solid rgba(202, 202, 202, 0.52);
  height: 25px !important;
}

.linkbutton {
  border: none;
  background: none;
}

.newsearchform {
  border: 1px solid #dedede;
  border-right: none !important;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.newsearchformbutton {
  border-radius: 50px;
  border: 1px solid #dedede;
  border-left: none;
}

.pointer {
  cursor: pointer;
}

.container {
  overflow: auto;
}

.action-dark {
  border-radius: 4px;
  background: white;
  border: 1px solid black;
  padding: 5px 15px;
  font-size: 14px;
  color: black;
  margin: 0px 5px;
  transition-duration: 300ms;
}

.action-dark:hover {
  background: black;
  color: white;
}

.action-dark:disabled {
  border: 1px solid lightgrey;
  background: #ededed;
  color: darkgrey;
}

.action-black {
  border-radius: 4px;
  background: black;
  border: 1px solid black;
  padding: 5px 15px;
  font-size: 14px;
  color: white;
  margin: 0px 5px;
  transition-duration: 300ms;
}

.action-black:hover {
  background: black;
  color: white;
}

.action-red {
  border-radius: 4px;
  background: white;
  border: 1px solid red;
  padding: 5px 15px;
  font-size: 14px;
  color: red;
  margin: 0px 5px;
  transition-duration: 300ms;
}

.action-red:hover {
  background: red;
  color: white;
}

.action-red:disabled {
  border: 1px solid lightgrey;
  background: #ededed;
  color: darkgrey;
}

.page {
  padding: 20px;
  margin-top: 25px;
  background-color: white;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
}

.row-borders {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  padding-top: 15px;
  padding-bottom: 15px;
}

.track-row {
  border-bottom: 2px solid #dedede;
  padding: 5px;
}

.track-row:hover {
  border-bottom: 2px solid #dedede;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f4f4f4;
}

.group-row {
  border-bottom: 2px solid #dedede;
  padding: 7px 15px;
  background: #f3f3f3;
}

.group-row:hover {
  border-bottom: 2px solid #dedede;
  background: #dedede;
}

.row-borders-bottom {
  border-bottom: 2px solid #c7c7c7;
}

.sb-btn-round {
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 50%;
  padding: 2px;
  width: 35px;
  height: 35px;
}

.bg-delete {
  background: #e52d27; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #b31217, #e52d27); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

.bg-yermaw {
  background: green;
}

.btn-purple {
  background: #693b97;
  color: white;
}

.btn-purple:hover {
  background: #441a6a;
  color: white;
}

.font-purple {
  color: #693b97;
}

.font-purple:hover {
  color: #693b97;
}

.font-pink {
  color: #e7136e;
}

.font-pink:hover {
  color: #e7136e;
}

.mh-475 {
  min-height: 495px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "";
}

.btn-sbx-outline {
  background: white !important;
  border: 1px solid #693b97;
  color: #693b97;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 11px 40px 11px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-outline:hover {
  background: white;
  border: 1px solid #e7136e;
  color: #e7136e;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 11px 40px 11px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-outline:active {
  background: white;
  border: 1px solid #e7136e;
  color: #e7136e;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px;
  transition-duration: 250ms;
  text-align: center;
}

.bg-sbx-purple {
  background: #693b97;
}

.bg-sbx-pink {
  background: #e7136e;
}

.btn-sbx {
  background: linear-gradient(234.57deg, #e7136e -16.8%, #693b97 112.78%);
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 15px;
  transition-duration: 250ms;
  text-align: center;
}

.upload-tracks:before {
  content: "Upload Tracks";
}

.btn-sbx:disabled {
  background: linear-gradient(30deg, #6f6f6f, #aeaeae);
}

.btn-sbx:disabled:hover {
  background: linear-gradient(30deg, #5b5b5b, #aeaeae);
}

.btn-sbx:hover {
  color: #ffffff;
  background: linear-gradient(30deg, #5b2d86, #c0004a);
}

.btn-sbx:active {
  color: #464646;
  background: linear-gradient(30deg, #241237, #380015);
}

.btn-sbx-disabled {
  background: linear-gradient(45deg, #787878, #7f7f7f);
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 40px 12px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-disabled:hover {
  color: white;
  background: linear-gradient(45deg, #666666, #7f7f7f);
}

.btn-sbx-pink {
  background: #e7136e;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-pink:hover {
  background: #cf1260;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-purple {
  background: #693b97;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx-purple:hover {
  background: #533073;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 40px 10px;
  transition-duration: 250ms;
  text-align: center;
}

.btn-sbx:active {
  color: white;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-small {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-small:hover {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-small:active {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px 5px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-very-small {
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 14px 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-very-small:hover {
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 14px 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-very-small:active {
  color: white;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 14px 3px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
}

.btn-sbx-like {
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  color: white;
}

.color-brand-pink {
  color: #e7136e;
}

.color-brand-purple {
  color: #693b97;
}

.f-black {
  color: #545454;
}

.btn-outline-sbx {
  border: 1px solid #aaaaaa;
  background-color: transparent;
  color: #aaaaaa;
}

.blog p, .blog h4, .blog h2 {
  margin-top: 10px;
}

.embedded_image {
  margin-top: 25px;
  margin-bottom: 25px;
}

.custom-file-label::after {
  display: none;
}

.custom-file-input:lang(en) ~ .custom-file-label::before {
  content: "2. Select MP3 File";
}

.btn-outline-brand {
  color: #693b97;
  background: linear-gradient(45deg, #fff, #fff);
  border: 2px solid #693b97 !important;
  transition-duration: 300ms;
}

.btn-outline-brand:hover {
  color: white;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border: 2px solid #e7136e !important;
}

.widgetcount {
  padding: 5px 12px;
  border: 1px solid #c1c1c1;
  display: inline-block;
  border-radius: 7px;
  color: #aaaaaa;
}

.custom-file-label::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-right: 1px solid #ced4da;
  border-radius: 0.25rem 0;
}

.join-p-1 {
  font-weight: 900;
  color: #693b97;
}

.homepage-pricing {
  background: #ededed;
}

.preview-banner {
  padding: 3px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  color: white;
}

.flex-1 {
  flex: 1;
}

.fc-red {
  color: #c90023;
}

.step-passed {
  padding: 8px;
  border-radius: 10px;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  text-decoration: line-through;
}

.step-current {
  padding: 8px;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
}

.step-future {
  padding: 8px;
  border-radius: 10px;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
}

.promobanner {
  background: #da552f;
  color: white;
  text-align: center;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #693b97;
  border-color: #693b97;
}

a.page-link {
  z-index: 2;
  color: #693b97 !important;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #693b97;
}

.promotion {
  border: 1px solid #693b97;
  padding: 20px;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.navi-link {
  color: #e7136e;
  margin-left: 13px;
}

.navi-link:hover {
  color: #693b97;
  margin-left: 13px;
}

.navi-link-mobile {
  color: #e7136e;
  margin-left: 0px;
  font-weight: bold;
}

.navi-link-mobile:hover {
  color: #e7136e;
  margin-left: 0px;
  font-weight: bold;
}

.join-p-2 {
  font-weight: 200;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}

.join-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #693b97;
}

.gradient-font {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.join-section h1, .join-section h4 {
  color: white;
}

.join-section:nth-child(even) h1 {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.join-section:nth-child(even) h4 {
  color: black;
}

.join-section:nth-child(even) {
  padding-top: 70px;
  padding-bottom: 70px;
  background: white;
}

.f-white {
  color: white !important;
}

.bg-brand {
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.bg-brand-gradient {
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.bg-header-label {
  background: linear-gradient(90deg, #693b97, #693b97);
  margin-bottom: 10px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.bg-brand-trans {
  background: linear-gradient(45deg, rgba(231, 19, 110, 0.7), rgba(105, 59, 151, 0.7));
}

.bg-brand h1, .bg-brand h4 {
  color: white;
}

.signup-box {
  padding: 20px;
  border: 2px solid #693b97;
  background: white;
}

.important-info {
  border: 1px solid #8c8c8c;
  border-radius: 10px;
  padding: 5px;
}

.plan-label {
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #2d2d2d;
}

.signup-summary {
  color: #777777;
}

.plan-page-hero-text {
  background: white;
  padding: 20px;
}

.plan-page-hero-text h1 {
  font-size: 30px;
}

.plan-page-hero-text h3 {
  font-size: 18px;
}

.smallprint {
  display: block;
  font-weight: 200;
  font-size: 14px;
}

.ad1 {
  animation-delay: 225ms;
}

.ad2 {
  animation-delay: 150ms;
}

.ad3 {
  animation-delay: 3500ms;
}

.sbWidgetBorder {
  border: 2px solid #693b97;
}

.pp-price {
  color: #2d2d2d;
  font-weight: 900;
  margin-top: 20px;
}

.cta-bg {
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.fw200 {
  font-weight: 200;
}

.sbFontColor {
  color: #693b97 !important;
  font-weight: 900;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.signup-message {
  background: white;
  padding: 15px 30px;
  border: 1px solid black;
}

.sbshadow {
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.desktop-text-right-mob-center {
  text-align: center;
}

.navbar-header.text-center {
  padding: 10px 0;
  background: white;
}

td.activity-feed {
  padding: 3px !important;
}

.alert-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-delay: 3s;
}

#feedbackmessage {
  background-color: #FFFFFF;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
  border: 5px solid #693b97;
  padding: 20px;
  z-index: 10000;
  text-align: center;
}

#feedbackmessageWrapper {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 10000;
}

.navbar .container {
  background: white;
}

.mobile-text-center {
  text-align: center;
}

.em15 {
  font-size: 1.2em;
}

.em2 {
  font-size: 1.5em;
}

.em25 {
  font-size: 2em;
}

.em3 {
  font-size: 2.5em;
}

.em4 {
  font-size: 3.5em;
}

.em5 {
  font-size: 4.5em;
}

html {
  height: 100%;
}

.highlight {
  border: 3px solid #693b97;
}

.h100 {
  min-height: 100%;
}

.height-100 {
  height: 100% !important;
}

.height100 {
  min-height: 100%;
}

.mw100 img {
  width: 200px;
}

body {
  min-height: 100%;
  background: white;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

.no-btn {
  padding: 0;
  margin: 0;
  background: none;
}

.mob-mt-20 {
  margin-top: 20px;
}

.mob-mt-40 {
  margin-top: 40px;
}

.navbar ul li {
  list-style: none;
  margin-bottom: 5px;
}

.widget-more {
  text-align: right;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600 !important;
  font-size: 16px;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.initiate {
  z-index: 30;
  float: right;
}

.initiate.hamburger.hamburger--elastic {
  display: flex;
  align-items: center;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background: linear-gradient(45deg, #e7136e, #693b97) !important;
}

.noscroll {
  overflow: hidden;
}

.sbText {
  color: rgba(0, 0, 0, 0.7);
}

.verify-email-header {
  background: #693b97;
  padding: 10px;
  color: white;
  text-align: center;
}

.songbox-blocked {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.full-page-nav {
  padding: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgba(231, 19, 110, 0.975), rgba(105, 59, 161, 0.975));
  transition-duration: 400ms;
  z-index: 20;
  position: fixed;
  top: -100%;
  left: 0;
  transition: top 0.1s ease;
}

.full-page-nav a {
  display: inline-block;
  color: white;
  font-size: 1.75em;
  font-weight: 900;
  z-index: 30;
  background: transparent;
  transition-duration: 400ms;
}

.full-page-nav ul {
  padding: 15px;
  margin: 0;
}

.full-page-nav ul li {
  list-style: none;
  padding: 0px;
  background: transparent;
  transition-duration: 400ms;
}

.full-page-nav ul li:hover {
  background: white;
}

.full-page-nav ul li a {
  padding: 10px 0;
  display: block;
  width: 100%;
}

.full-page-nav a:hover {
  background-color: black;
  opacity: 1 !important;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4.sbMenuTitle.fw900 {
  padding: 15px;
  color: white;
  text-decoration: underline;
}

.black {
  color: #353535;
}

.show-nav {
  top: 0;
}

.logo-image {
  display: inline-block;
  width: 150px;
  float: left;
}

.logo-image img {
  max-height: 100%;
  display: inline-block;
  float: left;
}

.index-logo-image {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.index-logo-image img {
  max-height: 100%;
  display: inline-block;
  width: 200px;
  padding: 0px 0;
}

.ham-wrap {
  z-index: 99999999;
  position: absolute;
  right: 10px;
  top: 10px;
  background: white;
  border-radius: 50%;
}

.pagination {
  text-align: center !important;
}

.pagination-pages {
  color: #693b97;
  padding: 3px;
  font-weight: 900;
  margin: 3px;
}

.sbHeader {
  background: #ffffff;
  box-shadow: 0 0 20px #c6c6c6;
  padding: 0px 0 0px 0;
  width: 100%;
  z-index: 20;
}

.index-sbHeader {
  background: #ffffff;
  box-shadow: 0 0 20px #c6c6c6;
  padding: 20px 0;
  width: 100%;
  z-index: 20;
}

.hp-section-grey {
  text-align: center;
  padding: 50px 0px;
  z-index: 19;
}

.hp-section-grey img {
  margin: 20px auto;
}

.col-white {
  color: white;
}

.hp-section-dark {
  text-align: center;
  padding: 100px 20px;
  z-index: 19;
  background: #2c2c2c;
}

.hp-section-white {
  text-align: center;
  padding: 50px 20px;
  z-index: 19;
  background: #ffffff;
}

.hp-section-white img {
  margin: 20px auto;
}

.sbWidget {
  background: #ffffff;
  padding: 20px;
  margin: 0px 0;
  border: 1px solid #d4d4d4;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  position: relative;
}

.sbWidget:last-child {
  margin-bottom: 0px;
}

.trans {
  background: transparent;
  box-shadow: none;
}

.sbWidgetTitle {
  color: black;
  margin-bottom: 20px;
  font-weight: 200;
}

.sbHeroMetric {
  text-align: center;
  font-weight: 900;
  font-size: 80px;
  margin: 0;
  padding: 0;
}

.noBlock {
  display: inline !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.sbHeroMetricLabel {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  padding: 0;
}

.sbBrandColor {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sbBrandColorNotInverted {
  background: linear-gradient(90deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sbBrandColorInverted {
  background: linear-gradient(270deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sbPageTitle {
  color: black;
  margin: 20px 0;
  font-weight: 900;
}

.sbLink {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.sbLink:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.3s ease, background-color 0.1s ease;
}

.sbLink:hover:after {
  width: 100%;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.sbLink2 {
  position: relative;
  padding-bottom: 3px;
}

.sbLink2:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.3s ease, background-color 0.1s ease;
}

.sbLink2:hover:after {
  width: 100%;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.sbBtnSmall {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 7px 40px 7px 40px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: white;
  font-weight: 900;
  transition-duration: 500ms;
}

.sbBtnSmall:hover {
  color: white;
}

.sbBtnSmall:active {
  color: white;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.sbBtnTiny {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 4px 12px 4px 12px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  color: white;
  font-weight: 900;
  transition-duration: 500ms;
}

.sbBtnTinyTiny {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 4px 12px 4px 12px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7em;
  color: white;
  font-weight: 900;
  transition-duration: 500ms;
}

.sbBtnTinyTiny:hover {
  color: white;
}

.sbBtnTiny:hover {
  color: white;
}

.sbBtnTiny:active {
  color: white;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.sbBtnStd {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 13px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-weight: 900;
  transition-duration: 500ms;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.sbBtnStd:hover {
  color: white;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.sbBtnStd:active {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 13px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-weight: 900;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.sbBtn {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 13px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-weight: 900;
  width: 100%;
  transition-duration: 500ms;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.sbBtn:hover {
  color: white;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
}

.sbBtn:active, .sbBtn.active {
  color: black;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
  background: black;
}

.sbBtnns {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 13px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  color: white;
  font-weight: 900;
  width: 100%;
  transition-duration: 500ms;
  box-shadow: none;
}

.sbBtnns:hover {
  color: white;
}

.sbBtnns:active {
  color: white;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.table {
  font-size: 18px;
  margin-bottom: 0;
}

.table tr {
  padding: 30px 0 !important;
}

.table tr:last-child {
  border-bottom: none;
}

.table td {
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
  background-color: transparent !important;
}

.table th {
  padding: 15px 0 !important;
  border-top: none !important;
}

.feedbackTableHead {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.feedbackTableName {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.feedbackTableTime {
  color: #aeaeae;
  font-style: italic;
}

.sbNav ul {
  padding: 0;
  margin: 0;
  padding-right: 0px;
}

.sbNav ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 10px;
}

.sbNav li {
  background: white;
}

.sbNav li:hover {
  background: white;
}

.sbNav li a {
  color: black;
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.sbNav li a:hover {
  color: black;
}

.contact {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7136e+0,693b97+100 */
  background: #e7136e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #e7136e 0%, #693b97 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e7136e 20%, #693b97 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e7136e 10%, #693b97 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7136e", endColorstr="#693b97", GradientType=1);
}

.contact-hero {
  text-align: center;
  width: 80%;
}

.contact-hero h1 {
  color: white;
  font-size: 3em;
  font-weight: bold;
}

.new-landing-page {
  min-height: 100%;
  width: 100%;
  background: white;
  padding: 20px 5px;
  display: block;
}

.landing {
  min-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7136e+0,693b97+100 */
  background: #e7136e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #e7136e 0%, #693b97 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e7136e 20%, #693b97 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e7136e 10%, #693b97 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7136e", endColorstr="#693b97", GradientType=1);
}

.hero {
  text-align: center;
  width: 80%;
}

.hero h1, h4, h2 {
  color: white;
}

.sbWidget h4 {
  color: black;
  font-weight: 600;
}

.learn-more {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
}

.landing-more-info {
  width: 100%;
  padding: 80px 40px 80px 40px;
  text-align: center;
}

.landing-more-info-header {
  width: 100%;
  text-align: center;
}

.landing-more-info-header img {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.landing-more-info-header h2 {
  color: #2d2d2d;
}

.landing-3 {
  padding: 80px 40px 80px 40px;
  background: #e7136e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #e7136e 0%, #693b97 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e7136e 20%, #693b97 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e7136e 10%, #693b97 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7136e", endColorstr="#693b97", GradientType=1);
  text-align: center;
}

.landing-3 h1 {
  color: white;
  font-size: 4em;
}

.landing-3 img {
  max-width: 80%;
  margin: 0 auto;
}

.Button-animationWrapper-child--primary.Button {
  background: red !important;
}

.info {
  position: absolute;
  top: 7px;
  right: 10px;
  color: rgba(63, 176, 172, 0.3);
  transition-duration: 400ms;
}

.info:hover {
  color: rgba(63, 176, 172, 0.8);
}

.info-create-songbox {
  position: absolute;
  top: 7px;
  right: 10px;
  color: rgba(63, 176, 172, 0.3);
  transition-duration: 400ms;
}

.info-create-songbox:hover {
  color: rgba(63, 176, 172, 0.8);
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6, a, p, span, input, button, textarea, label, li {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

.section-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: black;
}

.section-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.section-input {
  background: #FFFFFF;
  /* Neutral/400 */
  border: 1px solid #CED4DA;
  /* Shadow 2 */
  box-shadow: 0px 2px 2px rgba(33, 37, 41, 0.06), 0px 0px 1px rgba(33, 37, 41, 0.08);
  border-radius: 6px;
  padding: 10px 16px;
  width: 100%;
}

.section-code {
  background: #F5F5F5;
  border-radius: 6px;
  width: 700px;
}

.content-body ul, .content-body li {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 20px;
}

.content-body ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-body p {
  font-size: 20px;
}

textarea::placeholder {
  color: #a8a8a8;
}

h1.logo {
  font-family: "Dosis", sans-serif;
  color: white;
  margin: 0px;
  padding: 10px;
  font-weight: 800;
}

.logo a {
  text-decoration: none;
  color: white;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
}

h1.home-logo {
  font-family: "Dosis", sans-serif;
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: 800;
  text-align: center;
  margin-top: 80px;
  font-size: 5em;
  text-shadow: 0px 0px 20px black;
}

h2.home-tagline {
  font-family: "Dosis", sans-serif;
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 3em;
  text-shadow: 0px 0px 20px black;
}

h3.home-tagline {
  font-family: "Dosis", sans-serif;
  color: white;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  font-size: 2em;
  text-shadow: 0px 0px 20px black;
}

.home-panel {
  background: white;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #3fb0ac;
}

.home-panel-2 {
  background-color: rgb(255, 255, 255);
  padding: 50px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.home-input {
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #3fb0ac;
  color: #29716E;
  font-size: 1.2em;
}

.home-songbox-btn {
  display: inline-block;
  font-size: 1.2em;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  background: #3fb0ac;
  color: white;
  border: 1px solid grey;
}

.home-panel input {
  color: #3fb0ac;
}

input::placeholder {
  color: #a8a8a8;
}

/*.dark-primary-color    { background: #0288D1; }
.default-primary-color { background: #03A9F4; }
.light-primary-color   { background: #B3E5FC; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #FFEB3B; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }*/
.dark-primary-color {
  background: #0097A7;
}

.default-primary-color {
  background: #00BCD4;
}

.light-primary-color {
  background: #B2EBF2;
}

.text-primary-color {
  color: #FFFFFF;
}

.accent-color {
  background: #00BCD4;
}

.primary-text-color {
  color: #212121;
}

.secondary-text-color {
  color: #757575;
}

.divider-color {
  border-color: #BDBDBD;
}

.header {
  background: #3fb0ac;
  border-bottom: 5px solid #29716E;
}

.form {
  padding: 10px;
}

.input-margin {
  margin: 10px 0;
}

.upload-track {
  padding: 20px;
}

.btn-create-songbox {
  padding: 10px;
  background: #3fb0ac;
  font-size: 2em;
  transition-duration: 400ms;
}

.btn-create-songbox:hover {
  background: #29716E;
}

.btn-upload-track {
  background: #3fb0ac;
  transition-duration: 400ms;
  color: white;
  font-size: 1.5em;
}

.btn-upload-track:hover {
  background: #29716E;
  color: white;
}

a.btn-create-songbox {
  color: white;
}

a.btn-create-songbox:hover {
  color: white;
}

audio {
  width: 100%;
}

.home {
  background-size: cover;
  height: 100%;
}

.home-2 {
  background: white;
  padding: 100px 30px;
  text-align: center;
}

.home-3 {
  background-size: cover;
  background-position: center center;
  padding: 60px 30px;
  text-align: center;
}

.home-4 {
  background: white;
  padding: 100px 30px;
  text-align: left;
}

.home-strip {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  margin-top: 40px;
  width: 100%;
  left: 0;
  padding: 40px;
}

.footer {
  background: #000000;
  color: white;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: white;
  text-decoration: none;
}

.create-songbox-input {
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
  margin-bottom: 10px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.create-songbox-submit {
  display: block;
  width: 100%;
  padding: 17px;
  background: #3fb0ac;
  font-size: 1.5em;
  transition-duration: 400ms;
  color: white;
}

.create-songbox-submit:hover {
  background: #29716E;
  color: white;
}

.cbx-row {
  PADDING: 10px;
  font-size: 17px;
  font-family: "Dosis", sans-serif;
}

.cbx-row p {
  display: inline-block;
  margin-left: 10px;
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cbx,
.cbx1,
.cbx2,
.cbx3,
.cbx4,
.cbx5,
.cbx6,
.cbx7,
.cbx8,
.cbx9,
.cbx10,
.cbx11,
.cbx12,
.cbx13,
.cbx14,
.cbx15 {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}

.cbx1:after,
.cbx2:after,
.cbx3:after,
.cbx4:after,
.cbx5:after,
.cbx6:after,
.cbx7:after,
.cbx8:after,
.cbx9:after,
.cbx10:after,
.cbx11:after,
.cbx12:after,
.cbx13:after,
.cbx14:after,
.cbx15:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

#cbx1:checked ~ .cbx1,
#cbx2:checked ~ .cbx2,
#cbx3:checked ~ .cbx3,
#cbx4:checked ~ .cbx4,
#cbx5:checked ~ .cbx5,
#cbx6:checked ~ .cbx6,
#cbx7:checked ~ .cbx7,
#cbx8:checked ~ .cbx8,
#cbx9:checked ~ .cbx9,
#cbx10:checked ~ .cbx10,
#cbx11:checked ~ .cbx11,
#cbx12:checked ~ .cbx12,
#cbx13:checked ~ .cbx13,
#cbx14:checked ~ .cbx14,
#cbx15:checked ~ .cbx15 {
  border-color: transparent;
  background: #3fb0ac;
  animation: jelly 0.6s ease;
}

#cbx1:checked ~ .cbx1:after,
#cbx2:checked ~ .cbx2:after,
#cbx3:checked ~ .cbx3:after,
#cbx4:checked ~ .cbx4:after,
#cbx5:checked ~ .cbx5:after,
#cbx6:checked ~ .cbx6:after,
#cbx7:checked ~ .cbx7:after,
#cbx8:checked ~ .cbx8:after,
#cbx9:checked ~ .cbx9:after,
#cbx10:checked ~ .cbx10:after,
#cbx11:checked ~ .cbx11:after,
#cbx12:checked ~ .cbx12:after,
#cbx13:checked ~ .cbx13:after,
#cbx14:checked ~ .cbx14:after,
#cbx15:checked ~ .cbx15:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
/*PARSLEY*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid grey;
  outline: none;
}

.parsley-errors-list {
  margin: 2px 0px 5px;
  padding: 5px;
  list-style-type: none;
  font-size: 1.3em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required {
  font-size: 12px;
  background: #f2dede;
  padding: 10px;
  border: 1px solid grey;
  border-top: none;
  margin-top: -17px;
  border-top: 0px;
  color: black;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.parsley-type {
  font-size: 12px;
  background: #f2dede;
  padding: 10px;
  border: 1px solid grey;
  border-top: none;
  margin-top: -17px;
  border-top: 0px;
  color: black;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.know {
  border-bottom: 2px solid red;
  font-style: italic;
}

.all-data {
  text-align: right;
}

.float-right {
  float: right;
}

.cog {
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 999;
}

.songbox-profile-info-name {
  text-align: center;
  color: white;
  font-size: 40px;
  margin-bottom: 0px !important;
}

.songbox-profile-email {
  text-align: center;
  color: white;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

.songbox-profile-info-hr {
  color: white;
  margin: 25px 0px;
}

.songbox-profile-info {
  color: white;
  padding: 5px;
  font-size: 1.3em;
}

.songbox-profile-email a {
  color: white;
  text-decoration: none;
  transition-duration: 400ms;
}

.songbox-profile-email a:hover {
  color: #29716E;
}

.songbox-profile-bio {
  padding: 0px;
  color: white;
  font-size: 1.3em;
}

.songbox-profile-feedback-form textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  height: 100px;
}

.songbox-profile-feedback-form button {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 15px 5px;
  font-size: 1.5em;
}

.songbox-profile-feedback-form button:hover {
  color: white;
}

.sbNewBadge {
  background: linear-gradient(45deg, #e7136e, #693b97);
  padding: 10px 20px;
  border-radius: 30px;
  color: white;
  font-weight: 900 !important;
  display: block;
  position: absolute;
  top: -15px;
  right: 30px;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.sbButton {
  background: linear-gradient(45deg, #e7136e, #693b97);
  color: white;
  font-weight: 900;
}

.account-form {
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.account-form-input {
  padding: 10px;
  font-size: 1.3em;
}

.account-form-submit {
  padding: 17px;
  font-size: 1.5em;
  background: #3fb0ac;
  color: white;
  transition-duration: 400ms;
}

.account-form-submit:hover {
  background: #29716E;
  color: white;
}

.songbox-profile-image img {
  padding: 5px;
  max-width: 100%;
  background: linear-gradient(45deg, #e7136e, #693b97);
}

.profile-picture img {
  border-radius: 50%;
  border: 5px solid #29716E;
  max-width: 100%;
}

.flex-middle {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}

.picture-info {
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #3fb0ac;
}

.nopad {
  padding: 0;
}

.nopadding {
  padding: 0 !important;
}

.pad5 {
  padding: 5px;
}

.text-right {
  text-align: right;
}

.btn-file {
  padding: 17px;
  font-size: 1.5em;
  background: #3fb0ac;
  color: white;
  transition-duration: 400ms;
}

.btn-file:hover {
  background: #29716E;
  color: white;
}

.filebutton {
  transition-duration: 400ms;
}

button.login {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 5px 30px;
  border-radius: 5px;
  background: white;
  color: #29716E;
  font-size: 1.5em;
  font-weight: 800;
}

button.register {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 5px 30px;
  border-radius: 5px;
  background: white;
  color: #29716E;
  font-size: 1.5em;
  font-weight: 800;
  display: none;
}

form.login {
  transition-duration: 400ms;
}

form.register {
  transition-duration: 400ms;
}

label span input {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  top: -2px;
  left: -700px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  _cursor: hand;
  margin: 0;
  padding: 0;
}

#maitre-widget-container #maitre-subheader, #maitre-widget-popup #maitre-subheader {
  font-size: 1.4em;
  margin: 0 0 0.5em;
  color: #000000;
  text-align: center;
}

.login-link {
  color: white;
  padding: 10px 20px 10px 10px;
  font-size: 1.2em;
  background: linear-gradient(to right, rgb(63, 176, 172) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition-duration: 500ms;
  float: right;
  margin-top: 5px;
  border-top-right-radius: 49%;
  border-bottom-right-radius: 49%;
}

.login-link:hover {
  color: white;
  background-position: left bottom;
}

.red {
  background: #DB0000;
  padding: 10px;
}

.red:hover {
  background: #B00000;
}

.privacy-disclaimer {
  padding: 10px;
  text-align: center;
  background: #55B7D4;
  color: white;
  margin-bottom: 10px;
}

.privacy-disclaimer h4 {
  padding: 0;
  margin: 0;
}

.padr75 {
  padding-right: 15px;
}

.padl75 {
  padding-left: 15px;
}

.padl10 {
  padding-left: 15px;
}

.padl15 {
  padding-left: 15px;
}

.bar-right {
  border-right: 1px solid #3fb0ac;
}

.info-box {
  padding: 20px;
  background: rgba(63, 176, 172, 0.5);
  border: 1px solid #3fb0ac;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 1.3em;
  color: #29716E;
}

.onboard-complete {
  color: #3fb0ac;
  animation-delay: 1000ms;
}

.onboard-success {
  padding: 20px;
  background: rgba(63, 176, 172, 0.5);
  border: 1px solid #3fb0ac;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 1.3em;
  color: #29716E;
}

.stripe-button-el span {
  display: inline-block !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 1.1em !important;
}

.delete-button {
  padding: 0px 20px;
  background: red;
  color: white;
  margin: 0;
}

.maitre-wrapper {
  margin: 0 auto;
  background: white;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #3fb0ac;
}

.cancel {
  color: #aeaeae;
}

.cancel:hover {
  color: #929292;
}

.btn-delete-account {
  display: block;
  width: 100%;
  padding: 20px;
  color: white;
  background: red;
  font-size: 1.3em;
}

.btn-back {
  display: block;
  width: 100%;
  padding: 20px;
  color: white;
  background: #3fb0ac;
  font-size: 1.3em;
}

.btn-back:hover {
  color: white;
  background: #29716E;
}

.relative {
  position: relative;
}

.feedback-count {
  position: absolute;
  top: 19px;
  right: -14px;
  padding: 1px 5px;
  border: 2px solid white;
  border-radius: 100px;
  background: red;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0px rgba(255, 255, 255, 0.11) inset;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.admin-toolbar {
  background: black;
  padding: 10px;
  z-index: 9999;
}

.admin-toolbar a {
  margin-right: 20px;
}

.trial-expired-hero {
  text-align: center;
  padding: 30px;
  background: #3fb0ac;
  border: 5px solid #29716E;
  color: white;
}

.sbForm {
  margin: 20px;
  border: 1px solid white;
  padding: 20px;
  width: 90%;
}

.sbInput {
  padding: 15px;
  font-size: 1.2em;
  color: #693b97;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #CACACA;
}

.sbTrackInput {
  padding: 7px;
  font-size: 0.9em;
  color: #693b97;
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.sbInput:last-child {
  margin-bottom: 0;
}

.sbSubmit {
  padding: 15px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 0;
  display: inline-block;
  width: 100%;
  color: white;
  font-weight: 900 !important;
  font-size: 1.2em;
  transition-duration: 400ms;
  border: none;
}

.sbSubmit:disabled {
  background: grey;
}

.valid {
  background: rgba(0, 201, 8, 0.07);
}

.invalid {
  background: rgba(201, 37, 0, 0.07);
}

.sbSubmit:active {
  background: linear-gradient(45deg, #b20f55, #3e2358);
}

.sbSubmitSmall {
  padding: 3px 10px;
  background: #e7136e;
  display: inline;
  color: white;
  font-weight: 900 !important;
  transition-duration: 400ms;
  border-radius: 10px;
}

.sbSubmitSmall:hover {
  color: white;
}

.sbSubmitInverse {
  padding: 15px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0;
  border: 2px solid #693b97;
  display: inline-block;
  width: 100%;
  color: #e7136e;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
}

.sbSubmitInverse:active {
  padding: 15px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0;
  border: 2px solid #693b97;
  display: inline-block;
  width: 100%;
  color: white;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
}

.sbSubmitPill {
  padding: 15px 90px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 30px;
  display: inline-block;
  color: white;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
}

.sbSubmitPill:hover {
  color: white;
}

.sbSubmit:hover {
  color: white;
}

.beta-contact-wrapper {
  text-align: center;
}

.margin-0-auto {
  margin: 0 auto;
  margin-bottom: 40px;
}

.margin-0-auto:last-child {
  margin-bottom: 0px;
}

#maitre-widget-container input, #maitre-widget-popup input {
  height: auto !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
  body {
    padding-top: 0px;
  }
  .join-section {
    padding-top: 140px;
    padding-bottom: 140px;
    background: #693b97;
  }
  .desktop-text-right-mob-center {
    text-align: right;
  }
  .plan-page-hero-text {
    background: none;
    padding-bottom: 10px;
  }
  .plan-page-hero-text h1 {
    font-size: 40px;
  }
  .plan-page-hero-text h3 {
    font-size: 28px;
    margin-top: 5px;
  }
  .new-landing-page {
    min-height: 100%;
    width: 100%;
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-text-center {
    text-align: left;
  }
  .is-table-row {
    display: table;
  }
  .is-table-row [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .hero {
    width: 30%;
  }
  .padr75 {
    padding-right: 5px;
  }
  .padl75 {
    padding-left: 5px;
  }
  .padl10 {
    padding-left: 10px;
  }
  .padl15 {
    padding-left: 15px;
  }
  .initiate.hamburger.hamburger--elastic {
    display: flex;
    align-items: center;
  }
  .mob-mt-20 {
    margin-top: 0px;
  }
  .mob-mt-40 {
    margin-top: 0px;
  }
  .landing-more-info-header img {
    max-width: 30%;
    text-align: center;
    margin: 0 auto;
  }
  .landing-3 img {
    max-width: 30%;
  }
  .contact-hero {
    width: 30%;
  }
  .sbForm {
    margin: 20px;
    border: 1px solid white;
    padding: 20px;
    width: 50%;
  }
  .margin-0-auto {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .em15 {
    font-size: 1.5em;
  }
  .em2 {
    font-size: 2em;
  }
  .em25 {
    font-size: 2.5em;
  }
  .em3 {
    font-size: 3em;
  }
  .em4 {
    font-size: 4em;
  }
  .em5 {
    font-size: 5em;
  }
}
.sbButton {
  background-color: linear-gradient(45deg, #e7136e, #693b97);
}

.sbButtonInverse {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #693b97;
  border: 1px solid #693b97;
  color: linear-gradient(45deg, #e7136e, #693b97);
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 1200px) {
  .hero {
    width: 60%;
  }
  .contact-hero {
    width: 30%;
  }
  .initiate.hamburger.hamburger--elastic {
    display: flex;
    align-items: center;
  }
}
.noShadow {
  box-shadow: none;
}

#pp-cfpiaw-trigger.pp-cfpiaw-trigger--rounded {
  border-radius: 40px;
  z-index: 100 !important;
}

.unread {
  color: black;
  font-weight: 900;
  font-style: normal;
}

.fw900 {
  font-weight: 900 !important;
}

.bg-white {
  background: white !important;
}

.row.match-my-cols {
  overflow: hidden;
}

.row.match-my-cols [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.hp-header {
  padding: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.transfer-header {
  padding-top: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.max-400 {
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.max-300 {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.max-200 {
  max-width: 150px;
}

.max-100 {
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.sbPillInverse {
  padding: 7px 25px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 100px;
  border: 2px solid #693b97;
  color: white;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbPillInverseNoBorder {
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
  font-weight: 900 !important;
  font-size: 2em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbPill {
  padding: 7px 25px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 100px;
  color: white;
  border: 2px solid #ffffff;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbNavPill {
  padding: 7px 25px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 100px;
  color: white;
  border: 2px solid #ffffff;
  font-weight: 900 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbNavPill:hover {
  padding: 7px 25px !important;
  background: linear-gradient(45deg, #e7136e, #693b97) !important;
  border-radius: 100px !important;
  color: white !important;
  border: 2px solid #ffffff !important;
  font-weight: 900 !important;
  font-size: 1em !important;
  transition-duration: 400ms !important;
  text-align: center;
}

.btn-promo {
  padding: 4px 20px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 100px;
  color: white;
  border: 1px solid #ffffff;
  font-weight: 900 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.btn-promo:hover {
  padding: 4px 20px !important;
  background: linear-gradient(45deg, #e7136e, #693b97) !important;
  border-radius: 100px !important;
  color: white !important;
  border: 1px solid #ffffff !important;
  font-weight: 900 !important;
  font-size: 1em !important;
  transition-duration: 400ms !important;
  display: inline-block !important;
  text-align: center;
  margin-left: 10px;
}

.sbNavPillInverse {
  padding: 7px 25px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 100px;
  border: 2px solid #693b97;
  color: white;
  font-weight: 900 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbNavPillInverse-disabled {
  padding: 7px 25px;
  background: rgba(162, 162, 162, 0.91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 100px;
  border: 2px solid rgba(162, 162, 162, 0.91);
  color: white;
  font-weight: 900 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: center;
}

.sbNavItem {
  background: none;
  border-radius: 100px;
  color: black;
  border: 2px solid transparent;
  font-weight: 400 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: right;
}

.sbNavItem2 {
  padding: 0px 15px;
  background: none;
  border-radius: 100px;
  color: black;
  border: 0px solid transparent;
  font-weight: 400 !important;
  font-size: 1em;
  transition-duration: 400ms;
  display: inline-block;
  text-align: right;
}

.sbPill2 {
  padding: 11px 25px;
  background: linear-gradient(45deg, #e7136e, #693b97);
  border-radius: 100px;
  color: white;
  border: 2px solid #ededed;
  font-weight: 900 !important;
  font-size: 1.5em;
  transition-duration: 400ms;
  text-align: center;
}

.flex-magic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbPill2:hover {
  color: white;
}

.sbPill:hover {
  color: white;
}

.login-signup-area a {
  margin: 0 0px;
}

.hero-area-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-area-right {
  height: 400px;
  background: url("https://cdn.filestackcontent.com/quality=value:10/resize=height:500/compress/cache=expiry:2592000/XGlUBNKTMK45SzAGMPZA");
  background-size: cover;
  background-position: center center;
}

.hero-area-left h1 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.hero-area-left h2 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

.hero-area-left h3 {
  width: 100%;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.nomargin {
  margin: 0 !important;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.hp-blackbox {
  background: #2c2c2c;
  position: relative;
  display: block;
}

.stripe-logo img {
  max-width: 50%;
}

.hp-blackbox h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
  z-index: 2;
}

.blackbox-left {
  padding: 40px 0px;
  z-index: 2;
}

.blackbox-left h1 {
  z-index: 3;
}

.help-symbol {
  text-align: center;
  padding: 0px 0px;
  z-index: 40;
}

.help-symbol img {
  height: 324px;
  display: block;
  margin: 0 auto;
  opacity: 0.4;
}

.help3 {
  position: absolute;
  top: 0;
  right: 0px;
  overflow: hidden;
  width: 264px;
  opacity: 0.4;
  z-index: 1;
}

.band {
  background: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.bg-light-grey {
  background: #ededed;
}

.band:nth-child(odd) {
  background: #ededed;
}

.band:last-child {
  padding: 50px 0;
}

.band h2 {
  font-size: 40px;
}

.band p {
  font-size: 20px;
  font-weight: 200;
}

@media (min-width: 768px) {
  .hero-area-left h1 {
    width: 400px;
    font-size: 33px;
    font-weight: bold;
    line-height: 29px;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
  }
  .hero-area-left h3 {
    width: 400px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
  }
  .hero-area-right {
    height: 350px;
    background: url("https://cdn.filestackcontent.com/quality=value:20/resize=height:500/compress/cache=expiry:2592000/XGlUBNKTMK45SzAGMPZA");
    background-size: cover;
    background-position: center center;
  }
  .hp-blackbox {
    background: #2c2c2c;
    position: relative;
    display: block;
  }
  .hp-blackbox h1 {
    font-size: 78.4px;
    font-weight: bold;
    line-height: 77px;
    text-align: left;
    display: inline-block;
  }
  .blackbox-left {
    padding: 70px 0px;
    z-index: 50;
  }
  .help-symbol {
    text-align: center;
    padding: 40px 0px;
    z-index: 40;
  }
  .help-symbol img {
    height: 324px;
    display: block;
    margin: 0 auto;
    opacity: 0.4;
  }
  .band {
    background: #ffffff;
    padding: 100px 0;
    text-align: left;
  }
  .band:nth-child(odd) {
    background: #ededed;
  }
  .band h2 {
    font-size: 50px;
  }
  .band p {
    font-size: 20px;
    font-weight: 200;
  }
}
@media (min-width: 992px) {
  .hero-area-left h1 {
    width: 440px;
    font-size: 48px;
    font-weight: bold;
    line-height: 44px;
    text-align: left;
    margin: 0 auto;
  }
  .hero-area-left h3 {
    width: 440px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
  }
  .hero-area-right {
    height: 500px;
    background: url("https://cdn.filestackcontent.com/quality=value:20/resize=height:500/compress/cache=expiry:2592000/XGlUBNKTMK45SzAGMPZA");
    background-size: cover;
    background-position: center center;
  }
  .hp-blackbox {
    padding: 20px 80px;
    background: #2c2c2c;
  }
  .hp-blackbox h1 {
    font-size: 65px;
    font-weight: bold;
    line-height: 72px;
    text-align: left;
  }
  .blackbox-left {
    padding: 60px 0px;
  }
  .help-symbol {
    text-align: center;
    padding: 40px 0px;
  }
  .help-symbol img {
    height: 324px;
    display: block;
    margin: 0 auto;
    opacity: 0.4;
  }
  .band {
    background: #ffffff;
    padding: 100px 0;
  }
  .band:nth-child(odd) {
    background: #ededed;
  }
  .band h2 {
    font-size: 55px;
  }
  .band p {
    font-size: 23px;
    font-weight: 200;
  }
}
@media (min-width: 1200px) {
  .hero-area-right {
    height: 600px;
    background: url("https://cdn.filestackcontent.com/quality=value:20/resize=height:500/compress/cache=expiry:2592000/XGlUBNKTMK45SzAGMPZA");
    background-size: cover;
    background-position: center center;
  }
  .hero-area-left h1 {
    width: 650px;
    font-size: 68px;
    font-weight: bold;
    line-height: 64px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .hero-area-left h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 64px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .hero-area-left h3 {
    width: 650px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
    margin: 0 auto;
  }
  .hp-blackbox {
    background: #2c2c2c;
    position: relative;
    display: block;
  }
  .hp-blackbox h1 {
    font-size: 78px;
    font-weight: bold;
    line-height: 77px;
    text-align: left;
    display: inline-block;
  }
  .blackbox-left {
    padding: 70px 0px;
  }
  .help-symbol {
    text-align: center;
    padding: 40px 0px;
  }
  .help-symbol img {
    height: 324px;
    display: block;
    margin: 0 auto;
    opacity: 0.4;
  }
  .band {
    background: #ffffff;
    padding: 100px 0;
  }
  .band:nth-child(odd) {
    background: #ededed;
  }
  .band h2 {
    font-size: 68px;
  }
  .band p {
    font-size: 30px;
    font-weight: 200;
  }
}
.listnone {
  list-style: none;
}

.pdt-10 {
  padding: 10px 0;
}

.main-nav {
  text-align: right;
}

.main-nav ul {
  list-style: none;
}

.main-nav li {
  display: inline-block;
  margin-left: 6px;
}

.main-nav li:first-child {
  margin-left: 0;
}

.height100p {
  height: 100%;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.table-signup td {
  padding: 6px !important;
}

.sbLink:hover {
  text-decoration: none;
}

.footerlist li {
  list-style: none;
  color: #8c8c8c;
  font-size: 0.8em;
}

.footerlist li a {
  list-style: none;
  color: #c8c8c8;
  font-size: 1em !important;
}

.footerlist li a:hover {
  list-style: none;
  color: #c8c8c8;
}

.btn-none {
  background: none;
  border: 1px solid black !important;
}

.iti-flag {
  background-image: url("../img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}
.intl-tel-input {
  width: 100%;
}

.label-helper {
  margin-top: 0;
  font-weight: 400;
  color: #8c8c8c;
  display: block;
  text-align: left !important;
  line-height: 19px;
}

textarea, input, button {
  outline: none;
}

.admin-header {
  border-bottom: 1px solid #8c8c8c;
  padding: 10px;
}

.f-dark {
  color: #8c8c8c;
}

ul.footerlist {
  padding: 0;
}

.sb-player {
  background: #ededed;
  border: 1px solid #d4d4d4;
  align-items: center;
  padding: 12px 0px;
  margin-bottom: 20px;
}

.sb-player-style-2 {
  background: #ededed;
  border: 1px solid #d4d4d4;
  align-items: center;
  padding: 6px 20px 10px 20px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 100px !important;
}

.sb-player__button {
  background: linear-gradient(45deg, #e7136e, #693b97);
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.wave {
  flex: 1;
}

.reports-nav {
  border-bottom: 1px solid #2d2d2d;
}

.announcements {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999999;
}

button:focus {
  outline: 0;
}

.imagewrapper {
  position: relative;
}

.changeimagebutton {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-toggle {
  border-radius: 0;
  padding: 15px 40px;
}

.btn-toggle-left {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.btn-toggle-right {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.btn-yearly {
  background-color: #693b97;
  color: white;
  font-weight: bold;
  border-radius: 50px;
}

.btn-monthly {
  background-color: #e7136e;
  color: white;
  font-weight: bold;
  border-radius: 50px;
}

.btn-toggle-active {
  background-color: #693b97;
  color: white;
  font-weight: bold;
}

.btn-toggle-not-active {
  background-color: #e7136e;
  color: #eeeeee;
  font-weight: bold;
  box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.4);
}

.font-vsmall {
  font-size: 14px;
}

.f-red {
  color: red;
}

.f-green {
  color: #13d829;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.cmt {
  padding: 0;
  margin-top: 6px;
  margin-left: 20px;
}

#module {
  font-size: 1rem;
  line-height: 1.5;
}

#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

#module a.collapsed::after {
  content: "Read More";
}

#module a:not(.collapsed)::after {
  content: "Read Less";
}

.sticky {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.testimonial-circle {
  width: 300px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.table-sm td {
  padding: 15px 10px !important;
}

.text-light:hover {
  color: white;
}

.bttn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.ad2 {
  animation-delay: 2000ms;
}

.px-custom-pricing {
  padding-left: 10px;
  padding-right: 10px;
}

.strike {
  text-decoration: line-through;
}

.width80 {
  min-width: 90px;
}

.very-small {
  vertical-align: super;
  font-size: 8px;
}

.tagify__input {
  padding: 10px;
}

.tagify__tag {
  background-color: #131313 !important;
  padding-left: 20px;
  padding-right: 20px;
  color: white !important;
  border-radius: 30px;
}

.tagify__tag-text {
  color: white;
  padding: 0;
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.tagify__input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tagify__dropdown {
  border: none !important;
}

.tagify__dropdown__wrapper {
  border: 1px solid #CACACA !important;
  width: 100% !important;
}

.width80 {
  min-width: 90px;
}

.very-small {
  vertical-align: super;
  font-size: 8px;
}

.tagify__input {
  padding: 10px;
}

.tagify__tag {
  background-color: #131313;
  padding-left: 20px;
  padding-right: 20px;
  color: white !important;
  border-radius: 30px;
}

.tagify__tag-text {
  color: white;
  padding: 0;
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.fw700 {
  font-weight: 700;
}

.tagify__tag__removeBtn {
  color: #fff;
  font-size: 23px;
  padding: 0;
  margin: 0;
}

.form-check-input:checked {
  background-color: #693b97;
  border-color: #693b97;
}

.tagify__tag > div::before {
  box-shadow: none;
  color: #FFFFFF;
}

.newsearchform {
  border-radius: 50px;
  border: 1px solid #dedede;
  border-right: none;
}

.newsearchformbutton {
  border-radius: 50px;
  border: 1px solid #dedede;
  border-left: none;
}

.tagify__tag__removeBtn {
  color: #fff;
  font-size: 23px;
  padding: 0;
  margin: 0;
}

.tagify__tag > div::before {
  box-shadow: none;
  color: #FFFFFF;
}

.text-red {
  color: #c90000;
}

.text-green {
  color: #0ba200;
}

.table th {
  padding-left: 5px !important;
  border-top: none !important;
}

.nav-link {
  color: black !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #693b97 !important;
}

.endorsement {
  font-size: 12px !important;
}

.bg-alternate {
  background-color: #f6f6f6;
}

.bg-alternate:nth-child(even) {
  background-color: #dadada;
}

.submit-inline-input {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.submit-inline-input:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.input-inline-input {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.sidebar {
  min-height: 100vh;
  background: #FFFFFF;
  border-right: 1px solid #cdcdcd;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #e7136e !important;
}

.sidenav {
  border-radius: 0px;
  background: transparent;
  border: 1px solid #e3e3e3;
}

.sidenav:hover {
  background: #e3e3e3;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.toast {
  z-index: 999999;
}

.content-body blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 16px;
  font-size: 29px !important;
  line-height: 37px !important;
}

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit
  the CSS below. Click "details"
  below to add comments or questions.
  This file uses some SCSS. Learn more
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 10px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #fff;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big.
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 4em !important;
  line-height: 2em;
  height: 2em;
  width: 2em;
  /* 0.06666em = 2px default */
  border: none;
  /* 0.3em = 9px default */
  border-radius: 1em;
  background: linear-gradient(45deg, #e7136e, #693b97) !important;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1em;
  margin-top: -1em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #2B333F;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(43, 51, 63, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: rgb(190.6924528302, 198.858490566, 211.1075471698);
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
}

.popular {
  /* Rectangle 4464 */
  position: absolute;
  width: 90px;
  right: 25px;
  top: 10px;
  background: rgba(51, 51, 51, 0.4);
  border-radius: 10px;
  /* POPULAR */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* or 100% */
  text-align: center;
  /* Neutral/100 */
  color: #FFFFFF;
}

.popular-mob {
  /* Rectangle 4464 */
  position: absolute;
  width: 90px;
  right: 15px;
  top: 10px;
  background: rgba(51, 51, 51, 0.4);
  border-radius: 10px;
  /* POPULAR */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* or 100% */
  text-align: center;
  /* Neutral/100 */
  color: #FFFFFF;
}

.price-box .row.flex-grow-1 {
  flex-grow: 1;
}

.price-box-featured .row.flex-grow-1 {
  flex-grow: 1;
}

.sbx-button-primary {
  margin-top: auto;
}

.plan-feature {
  margin-top: 15px;
}

.plan-feature-item {
  margin-left: 10px;
  /* Text 200 */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  /* Neutral/800 */
  color: #170F49;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.included {
  /* Text 200 */
  margin-top: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height, or 111% */
  color: #454545;
}

.price {
  /* Price */
  height: 66px;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  /* identical to box height, or 122% */
  /* Neutral/800 */
  color: #170F49;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.mob-price {
  /* Price */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  /* identical to box height, or 122% */
  /* Neutral/800 */
  color: #170F49;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.price-term {
  /* /monthly */
  /* Text Single/300/Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-left: 8px;
  /* identical to box height, or 110% */
  color: #541B71;
}

.mob-price-term {
  /* /monthly */
  /* Text Single/300/Medium */
}

.toggle-container {
  display: flex;
  background-color: #e0e0e0;
  border-radius: 200px;
  padding: 5px;
  position: relative;
  width: 398px;
  margin: auto;
  z-index: 1;
}

.toggle-container input[type=radio] {
  display: none;
}

.toggle-option {
  padding: 10px 20px;
  border-radius: 200px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 50%;
  z-index: 2;
}

.toggle-option span {
  display: block;
  font-size: 12px;
  color: #666;
  z-index: 2;
}

input[type=radio]:checked + label {
  color: #800080;
  font-weight: bold;
}

#yearly:checked + label span {
  color: #333;
}

.toggle-pill {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 50%; /* Adjust based on your design */
  background-color: white;
  border-radius: 200px;
  transition: transform 0.3s ease;
  z-index: 1;
}

input[type=radio]#yearly:checked ~ .toggle-pill {
  transform: translateX(0);
}

input[type=radio]#monthly:checked ~ .toggle-pill {
  transform: translateX(95%);
}

.price-box {
  /* Pricing Card  */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 32px;
  /* Neutral/100 */
  background: #FFFFFF;
  /* Neutral/300 */
  border: 1px solid #EFF0F7;
  /* General/Shadow 02 */
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  border-radius: 24px;
}

.plan-description {
  color: #454545;
}

.price-box-plan {
  /* Price */
  /*font-style: normal;*/
  font-family: "Nunito sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  /* identical to box height, or 103% */
  background: linear-gradient(230.32deg, #E3136E 0%, #441B71 92.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.price-box-plan-featured {
  /* Price */
  /*font-style: normal;*/
  font-family: "Nunito sans", sans-serif;
  font-weight: 700;
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  /* identical to box height, or 103% */
  color: white;
}

.logo-box {
  /* Icon Background */
  background: #F5F5F5;
  border-radius: 16px;
  width: 72px !important;
  height: 72px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.logo-box-mob img {
  /* Icon Background */
  width: 30px !important;
  height: 30px !important;
  margin-right: 10px;
}

.logo-box-featured-mob img {
  /* Icon Background */
  width: 30px !important;
  height: 30px !important;
  margin-right: 10px;
}

.logo-box-featured {
  /* Icon Background */
  border-radius: 16px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.gradient-bg {
  background: linear-gradient(230.32deg, #E3136E 0%, #441B71 92.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sbx-gradient-check {
  font-size: 26px;
  background: linear-gradient(230.32deg, #E3136E 0%, #441B71 92.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.price-box-featured {
  /* Pricing Card  */
  color: white !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 32px;
  /* Neutral/100 */
  background: linear-gradient(230.32deg, #E3136E 0%, #441B71 92.27%);
  /* Neutral/300 */
  border: 1px solid #EFF0F7;
  /* General/Shadow 02 */
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  border-radius: 24px;
}

/*# sourceMappingURL=main.css.map */
