body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ffa4b6;
  background-image: url('../images/bg.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 145px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-content {
  width: 50%;
  padding: 30px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.9em;
  line-height: 105%;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-h1.small {
  font-size: 2.8em;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 0.8;
  font-size: 1.7em;
  line-height: 150%;
  font-weight: 400;
}

.btn {
  padding: 14px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #934c95;
  border-radius: 4px;
  background-color: #934c95;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.btn.ghost {
  padding: 14px 40px;
  background-color: transparent;
  color: #934c95;
}

.btn.ghost.ct {
  border-color: #fff;
  color: #fff;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.logo-img {
  width: 110px;
}

.hero-pretitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
  background-color: #934c95;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.small {
  font-size: 0.5em;
}

.section {
  padding: 120px 10px;
}

.section.dark {
  background-color: #934c95;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 76, 149, 0.86)), to(rgba(147, 76, 149, 0.86))), url('../images/img-testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(147, 76, 149, 0.86), rgba(147, 76, 149, 0.86)), url('../images/img-testimonials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #934c95;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.section.ws {
  background-color: rgba(235, 152, 205, 0.14);
}

.section.cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #934c95;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.container.cta-small {
  max-width: 650px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  width: 50%;
  padding: 30px;
}

.content.title {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content.full {
  width: 100%;
}

.content._49 {
  width: 49%;
}

.content.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.content.p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-size: 4.9em;
  line-height: 105%;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title.small {
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 40px;
}

.section-title.w {
  color: #fff;
}

.p20 {
  opacity: 0.8;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 36px;
}

.p16 {
  opacity: 0.8;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
}

.p14 {
  line-height: 24px;
}

.quote {
  width: 75px;
  margin-bottom: 20px;
}

.quote-p {
  font-size: 16px;
  line-height: 26px;
}

.testimonial-cl {
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.lightbox-link {
  text-decoration: none;
}

.html-embed {
  position: relative;
  width: 180px;
  margin-bottom: 16px;
}

.html-embed.center {
  margin-right: auto;
  margin-left: auto;
}

.html-embed.fw {
  width: 100%;
}

.text-cta {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 34px;
  font-weight: 600;
}

.p26 {
  opacity: 0.8;
  color: #4b4b4b;
  font-size: 26px;
  line-height: 36px;
}

.p30 {
  opacity: 0.8;
  color: #4b4b4b;
  font-size: 30px;
  line-height: 45px;
}

.h3-small {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.list {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 152, 205, 0.6)), to(rgba(235, 152, 205, 0.6))), url('../images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(235, 152, 205, 0.6), rgba(235, 152, 205, 0.6)), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-wrapper {
    min-height: auto;
  }
  .hero-content {
    width: 100%;
  }
  .logo-img {
    width: 100px;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 152, 205, 0.4)), to(rgba(235, 152, 205, 0.4))), url('../images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(235, 152, 205, 0.4), rgba(235, 152, 205, 0.4)), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-wrapper {
    padding-bottom: 50px;
  }
  .logo-img {
    width: 75px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 220, 242, 0.81)), to(rgba(255, 220, 242, 0.81))), url('../images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(255, 220, 242, 0.81), rgba(255, 220, 242, 0.81)), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-content {
    padding: 10px;
  }
  .hero-h1 {
    font-size: 2.5em;
  }
  .hero-h1.small {
    font-size: 1.4em;
  }
  .hero-p {
    font-size: 1.2em;
  }
  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.footer {
    font-size: 12px;
  }
  .content {
    padding: 10px;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .section-title.small {
    font-size: 26px;
    line-height: 30px;
  }
  .p20 {
    font-size: 18px;
    line-height: 26px;
  }
  .p26 {
    font-size: 18px;
    line-height: 26px;
  }
  .p30 {
    font-size: 18px;
    line-height: 26px;
  }
}

