@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,600,700");
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/FontAwesome.otf); }
* {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default; }

a, a *, button, input[type='range'], input[type='button'],
input[type='submit'], input[type='reset'] {
  cursor: pointer; }

input, textarea {
  cursor: text; }

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, iframe, a, img {
  display: block; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.fa, .fa *, .social * {
  text-decoration: none !important;
  font-family: FontAwesome, sans-serif; }

.pd, .pd * {
  text-decoration: none !important;
  cursor: default !important; }

.logo {
  text-decoration: none !important; }

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: auto; }

html, body {
  background-color: #fff;
  font: 16px/1.5 "Open Sans", sans-serif;
  color: #000; }

h2 {
  width: 100%;
  font: 48px/1.5 "Fjalla One";
  padding: 10px 0; }

h3 {
  width: 100%;
  font: 24px/1 "Open Sans";
  font-weight: 700;
  color: #7238A2; }

p {
  width: 100%;
  font-size: 18px;
  padding: 5px 0; }

p a {
  display:inline-block;
  color: #7238A2;
}

a {
  width: fit-content;
  width: -moz-fit-content; }
  a:hover:not(.pd) {
    text-decoration: underline; }
li {
    list-style: disc inside;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  color: #fff;
  transition: 0.3s ease; }
  header .wrapper {
    justify-content: space-between;
    margin-top: 50px; }
  header .logo {
    font: 36px/1 "Fjalla One"; }
    header .logo span {
      color: #000; }
  header nav {
    display: flex; }
    header nav a {
      margin: auto 30px;
      font-weight: 700; }
  header div.fa {
    display: flex; }
    header div.fa a {
      height: 24px;
      width: 24px;
      border-radius: 50%;
      margin: auto 0 auto 12px;
      background-color: #fff;
      text-align: center;
      color: #7238A2; }
  header .menu {
    display: none; }

footer {
  padding: 30px;
  background-color: #000;
  color: #fff; }
  footer .logo {
    margin: 10px auto 20px;
    font: 24px/1 "Fjalla One"; }
    footer .logo span {
      color: #7238A2; }
  footer p {
    color: #9B9B9B;
    text-align: center; }

.home .hero {
  background: url("/images/BG.png") no-repeat center bottom;
  background-size: cover;
  color: #fff; }
  .home .hero .wrapper {
    align-content: center; }
    .home .hero .wrapper > div:not(.image) {
      flex: 0 0 50%;
      padding: 200px 0; }
      .home .hero .wrapper > div:not(.image) h2 span {
        white-space: nowrap; }
      .home .hero .wrapper > div:not(.image) p {
        max-width: 530px;
        padding-right: 60px; }
      .home .hero .wrapper > div:not(.image) a {
        height: 34px;
        padding: 5px 20px;
        margin-top: 30px;
        border-radius: 17px;
        background-color: #D9B8FF;
        color: #7238A2;
        max-width: 140px;
        text-align: center;
        font-weight: 700;
        text-decoration: none !important; }
    .home .hero .wrapper .image {
      flex: 0 0 50%;
      margin-top: 140px; }
      .home .hero .wrapper .image img {
        position: absolute;
        height: 100%;
        width: auto;
        bottom: 0;
        left: 80px; }
      .home .hero .wrapper .image .img1, .home .hero .wrapper .image .img2 {
        opacity: 0; }

@keyframes heartS {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes heartB {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.img1 {
  animation: heartS 2.5s infinite; }

.img2 {
  animation: heartB 2.5s infinite; }

.home main .wrapper > * {
  padding: 30px 0;
  flex: 0 0 50%; }
.home main .wrapper > div:first-of-type {
  max-width: 540px;
  padding-right: 40px; }
.home main .wrapper > div:last-of-type {
  padding-left: 40px; }
  .home main .wrapper > div:last-of-type h3 {
    margin-bottom: 20px; }
  .home main .wrapper > div:last-of-type .hbspt-form {
    display: block; }
    .home main .wrapper > div:last-of-type .hbspt-form .hs-error-msgs {
      color: #7238A2; }
    .home main .wrapper > div:last-of-type .hbspt-form .submitted-message {
      border: 2px solid #7238A2;
      border-radius: 5px;
      padding: 15px; }
    .home main .wrapper > div:last-of-type .hbspt-form fieldset {
      display: block;
      font: 16px/1.5 "Open Sans"; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset .hs-form-field {
        width: 100% !important;
        float: none !important; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset .input {
        margin: 0; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset label span {
        font-weight: 600; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset textarea {
        resize: none;
        width: 100% !important;
        max-width: 370px !important;
        height: 140px;
        padding: 10px;
        border: 1px solid #9B9B9B;
        border-radius: 5px;
        margin: 10px 0 20px; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset input {
        display: block;
        width: 265px !important;
        height: 34px;
        padding: 0 10px !important;
        border: 1px solid #9B9B9B;
        border-radius: 5px;
        margin: 10px 0 20px; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset .hs-fieldtype-radio > label {
        display: none; }
      .home main .wrapper > div:last-of-type .hbspt-form fieldset ul {
        margin: 15px 0 30px; }
        .home main .wrapper > div:last-of-type .hbspt-form fieldset ul li {
          margin: 8px 0; list-style: none;}
          .home main .wrapper > div:last-of-type .hbspt-form fieldset ul li input {
            position: absolute;
            width: 22px !important;
            height: 22px;
            margin: 1px 0;
            opacity: 0;
            cursor: pointer;
            z-index: 1; }
          .home main .wrapper > div:last-of-type .hbspt-form fieldset ul li input + span {
            display: block;
            padding-left: 30px; }
            .home main .wrapper > div:last-of-type .hbspt-form fieldset ul li input + span::before {
              content: "";
              position: absolute;
              display: block;
              height: 18px;
              width: 18px;
              border: 2px solid #9B9B9B;
              border-radius: 50%;
              top: 0;
              left: 0; }
          .home main .wrapper > div:last-of-type .hbspt-form fieldset ul li input:checked + span::before {
            background-color: #7238A2; }
    .home main .wrapper > div:last-of-type .hbspt-form input[type='submit'] {
      display: block;
      height: 34px;
      max-width: 260px;
      padding: 5px 100px;
      margin-bottom: 30px;
      border-radius: 17px;
      background-color: #7238A2;
      text-align: center;
      color: #fff; }

.about .hero {
  padding: 120px 0 0;
  background: linear-gradient(0deg, #6B9EFF -200%, #B563B5 200%); }
  .about .hero .wrapper {
    display: block !important; }
    .about .hero .wrapper .image {
      max-width: 800px;
      margin: auto; }
      .about .hero .wrapper .image .img1, .about .hero .wrapper .image .img2 {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
.about main .wrapper {
  flex-direction: column;
  align-content: center;
  padding: 40px 20px; }
  .about main .wrapper > * {
    max-width: 600px; }
  .about main .wrapper h2 {
    text-align: center; }
  .about main .wrapper ul {
    padding: 5px 0; }
  .about main .wrapper li {
    padding-bottom: 2px;
    list-style: disc inside; }
  .about main .wrapper img {
    width: 140px;
    padding: 20px 0; }

@media only all and (max-width: 900px) {
  .home .hero .wrapper div:not(.image) {
    padding-bottom: 40px; }
  .home .hero .wrapper .image img {
    left: 0; } }
@media only all and (max-width: 768px) {
  header {
    position: fixed;
    height: 70px;
    overflow: hidden;
    background-color: #70518E; }
    header .wrapper {
      flex-direction: column;
      align-items: center;
      margin: 0; }
      header .wrapper .logo {
        margin: 20px 0; }
      header .wrapper nav {
        flex-direction: column;
        align-items: center;
        margin: 20px 0; }
        header .wrapper nav a {
          margin-bottom: 8px; }
      header .wrapper div.fa a {
        margin: 10px; }
      header .wrapper .menu {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
        font-size: 20px; }

  .home .hero {
    background: none; }
    .home .hero .wrapper {
      padding: 0; }
      .home .hero .wrapper .image {
        position: relative;
        order: -1;
        flex: 0 0 100%;
        padding: 100px 20px 0;
        margin-top: 0;
        background: url("/images/BG.png") no-repeat center bottom;
        background-size: cover; }
        .home .hero .wrapper .image .img0 {
          position: relative;
          width: 100%;
          height: auto;
          max-width: 260px;
          margin: auto; }
        .home .hero .wrapper .image .img1, .home .hero .wrapper .image .img2 {
          display: none; }
      .home .hero .wrapper div:not(.image) {
        flex: 0 0 100%;
        padding: 20px;
        color: #000; }
        .home .hero .wrapper div:not(.image) h2 {
          font-size: 36px;
          line-height: 1.4; }
        .home .hero .wrapper div:not(.image) p {
          padding-right: 0;
          max-width: 100%; }
        .home .hero .wrapper div:not(.image) a {
          margin: 15px auto 0;
          background-color: #7238A2;
          color: #fff; }

  .home main .wrapper {
    justify-content: center; }
    .home main .wrapper > div {
      flex: 0 0 100%;
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin: 0 auto;
      max-width: 500px; }
    .home main .wrapper > div:nth-child(1) {
      order: 2;}
    .home main .wrapper > div:nth-child(2) {
      order: 1;}
      .home main .wrapper > div h2 {
        font-size: 36px;
        line-height: 1.4; }

  .about .img1, .about .img2 {
    display: none; } }