/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

p {
  margin-bottom: 17px; }
  p.tick-item {
    margin-bottom: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  color: #585A72; }

.main-col {
  margin: auto;
  max-width: 1300px; }

.main-col-small {
  margin: auto;
  max-width: 1200px; }

.green {
  color: #20B78D; }

iframe {
  width: 100%;
  height: 330px; }

h1 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: white;
  line-height: 49px; }
  h1.title-under {
    font-size: 32px;
    color: #8381ff; }

h3 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: white;
  line-height: 30px; }

@media screen and (max-width: 667px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px; }

  h3 {
    font-size: 20px;
    line-height: 24px; } }
h4 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: white;
  margin-bottom: 15px; }

h5 {
  color: #12745C;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 15px; }

.menu-link {
  color: white;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 19px;
  font-weight: 600; }

.desktop-menu {
  position: fixed;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  margin-left: 0px; }
  .desktop-menu.with_background {
    background: linear-gradient(163.15deg, #4c3bb9 0%, #7573da 75.14%), #7573da; }
  .desktop-menu .logo {
    margin-right: 30px; }
  .desktop-menu .menu-inner {
    display: flex; }
  .desktop-menu .menu-link {
    margin-right: 30px; }
  .desktop-menu .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  @media screen and (max-width: 667px) {
    .desktop-menu .items {
      display: block; } }

.mobile-menu {
  display: none; }

@media screen and (max-width: 667px) {
  .desktop-menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    padding: 20px 10px 20px 10px;
    background: linear-gradient(163.15deg, #4c3bb9 0%, #7573da 75.14%), #7573da;
    z-index: 999;
    text-align: center; }
    .desktop-menu .menu-inner {
      flex-direction: column; }
    .desktop-menu .left-menu {
      flex-direction: column; }
    .desktop-menu .right-menu {
      flex-direction: column; }
    .desktop-menu .mobile-menu {
      display: flex;
      justify-content: space-between; }
      .desktop-menu .mobile-menu .logo {
        margin-right: 0px;
        width: 150px;
        margin-bottom: 0px; }
    .desktop-menu .items {
      display: none;
      padding-top: 30px; } }
input {
  width: 399px;
  height: 49px;
  background: #FFFFFF;
  border: 2px solid #D3E3DF;
  border-radius: 4px;
  font-size: 18px;
  padding: 8px 13px 8px 13px; }

@media screen and (max-width: 667px) {
  input {
    width: 100%; } }
.input-subtext {
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  color: white;
  margin-top: 10px; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.column {
  flex-basis: 100%;
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (min-width: 800px) {
  .column {
    flex: 1; } }
.splot-bg {
  background-image: url(images/bg_splot.svg);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: center;
  background-position-y: 5px;
  text-align: right; }

.character-header {
  background-image: url(images/people.png);
  background-repeat: no-repeat;
  background-size: 310px;
  background-position: center;
  background-position-y: 5px;
  height: 250px; }

@media screen and (max-width: 667px) {
  .splot-vg {
    text-align: center; } }
.header {
  background: linear-gradient(163.15deg, #4C3BB9 0%, #7573DA 75.14%), #7573DA;
  padding-top: 150px; }
  .header .text-col {
    padding-top: 60px; }
  .header.testimonial-col {
    background: none;
    background-color: #F8F5F1;
    background-image: url(images/TileBackground.svg);
    padding: 29px 0px;
    font-size: 17px; }
    .header.testimonial-col .inner-body {
      padding: 30px;
      border-radius: 20px;
      background: linear-gradient(172.98deg, #363058 0%, #42418B 75.14%), #7573DA;
      color: white; }
    .header.testimonial-col .reference-name {
      padding: 30px;
      padding-bottom: 10px;
      font-weight: 800; }
      .header.testimonial-col .reference-name img {
        width: 180px;
        display: block;
        margin-top: 15px; }
    .header.testimonial-col .quote-img {
      width: 100%;
      background-image: url(images/quote.svg);
      background-repeat: no-repeat;
      background-size: 300px;
      background-position: right; }
    .header.testimonial-col .inner-body {
      position: relative; }
    .header.testimonial-col .inner-body:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 30%;
      width: 0;
      height: 0;
      border: 21px solid transparent;
      border-top-color: #42418b;
      border-bottom: 0;
      border-left: 0;
      margin-left: -10.5px;
      margin-bottom: -21px; }
  .header.i-col {
    padding: 120px 0px;
    color: white;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5rem;
    text-align: center; }
    .header.i-col .title {
      display: block; }
    .header.i-col .fas {
      margin-bottom: 20px;
      font-size: 40px; }
    .header.i-col .body-text {
      text-align: center;
      padding: 0px 120px; }
    @media screen and (max-width: 667px) {
      .header.i-col {
        padding: 0px; }
        .header.i-col .body-text {
          padding: 0px 30px; }
        .header.i-col .feature-block {
          margin: 60px 0px; } }

.feature-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  margin-bottom: 20px;
  height: 250px;
  padding: 40px;
  font-weight: bold;
  box-shadow: 10px 12px 30px rgba(0, 0, 0, 0.05); }
  .feature-box i {
    color: #7573DA;
    display: block;
    font-size: 60px;
    margin: 10px 0px; }
  .feature-box .description {
    margin-top: 10px;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    text-align: center; }

.high-header {
  background-color: #FBF8F4;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding-top: 100px;
  height: 232px; }
  .high-header .text-col {
    padding-top: 60px; }

.header-img {
  width: 80%;
  padding: 60px; }

button {
  background-color: #7573DA;
  padding: 15px 24px 15px 24px;
  box-shadow: -2px 6px 20px rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
  font-weight: 900;
  border-radius: 5px;
  font-size: 16px; }

.light-strip {
  padding: 130px;
  background-color: #FBF8F4;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  text-align: center; }

.no-margin {
  margin: 0px; }

.step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 90px; }
  .step-title .step-number {
    flex-shrink: 0;
    margin-right: 30px;
    background-color: #F5F2ED;
    font-weight: bold;
    font-size: 48px;
    line-height: 118.1%;
    text-align: center;
    color: #20B78D;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    padding: 5px; }

.single-col-video {
  width: 600px; }

.quote-block {
  text-align: left; }
  .quote-block .name {
    color: #607D7C;
    font-weight: 800;
    font-size: 18px;
    line-height: 6px;
    margin-top: 23px; }
  .quote-block .business-name {
    color: #607D7C;
    font-size: 13px; }

.quote-img {
  width: 100%;
  background-image: url(images/quote.svg);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: right; }

.tick-item {
  color: #20B78D;
  font-size: 18px; }

.tick-item-container {
  margin-bottom: 30px; }

.meeting-section {
  background-image: url(images/office.jpg);
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 100px;
  background-size: cover;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%); }
  .meeting-section h1, .meeting-section h3 {
    color: white; }
  .meeting-section h1 {
    margin-bottom: 40px;
    line-height: 50px; }
  .meeting-section h3 {
    margin-bottom: 10px; }
  .meeting-section .author {
    font-size: 13px;
    margin-bottom: 30px;
    color: white; }

.footer {
  padding: 40px 0px;
  background: linear-gradient(172.98deg, #363058 0%, #42418B 75.14%), #7573DA;
  color: white; }
  .footer .footer-items {
    display: flex;
    justify-content: space-between; }
  .footer p {
    font-size: 15px;
    font-weight: 600; }

.highlighted-text {
  background-color: #4842a0;
  padding-left: 5px;
  padding-right: 5px; }

.social-logos i {
  margin-right: 15px; }

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

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

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

.hide-desktop {
  display: none; }

@media screen and (max-width: 667px) {
  .single-col-video {
    width: 100%; }

  .arrows {
    width: 100px; }

  img {
    max-width: 100vw;
    width: 80vw; }

  .light-strip {
    padding: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
    text-align: center; }
    .light-strip .gift-card {
      width: 50vw;
      margin-top: 50px; }

  .meeting-section {
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 90px;
    padding-bottom: 90px; }

  .step-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 60px; }
    .step-title .step-number {
      margin-bottom: 30px; }
    .step-title h4, .step-title p {
      text-align: center; }

  .footer-logo {
    display: none; }

  .quote-img {
    display: none; }

  .header {
    padding-top: 150px;
    text-align: center; }
    .header .text-col {
      padding-top: 0px; }

  .pattern-col .body-text {
    margin-bottom: 60px;
    padding: 0px 80px !important; }

  .hide-mobile {
    display: none; }

  .hide-desktop {
    display: block; }

  img {
    margin-bottom: 40px; }

  input {
    margin-bottom: 20px; }

  .splot-bg {
    background-size: 89vw; }

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

  .tick-item {
    font-size: 15px; }

  .mobile-gift-cards {
    display: flex !important; }
    .mobile-gift-cards .col {
      text-align: center;
      display: flex;
      flex-direction: column;
      width: 50%;
      align-items: center; }
    .mobile-gift-cards .gift-card {
      width: 110px;
      margin-bottom: 0px; }

  .high-header {
    padding-top: 80px; }

  .price-container {
    margin-bottom: 60px; }

  .feature {
    flex-direction: column; }

  .feature-img {
    width: 80px; }

  .price-row {
    text-align: center; }

  iframe {
    height: 180px; } }
button:hover,
button:focus,
button:active {
  transform: scale(1.04);
  background-color: #8180db;
  color: white;
  outline: none;
  cursor: pointer; }

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: all .1s ease-in-out; }

a {
  transition: all .1s ease-in-out; }

a:hover {
  cursor: pointer;
  color: #9593d9 !important; }

.items .menu-link a {
  text-decoration: none;
  color: white; }

a:hover,
a:focus
a:active {
  transform: scale(1.04);
  color: white;
  outline: none;
  cursor: pointer; }

.mobile-gift-cards {
  display: none; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .desktop-menu {
    margin-left: 0px; } }
.price-col {
  max-width: 1050px; }
  .price-col .price-row {
    margin-top: 80px; }
    .price-col .price-row .price-container {
      text-align: center; }
      .price-col .price-row .price-container .description {
        min-height: 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 17px;
        padding-left: 10px;
        padding-right: 10px; }
      .price-col .price-row .price-container .price {
        background-color: #FAF8F5;
        font-weight: bold;
        font-size: 96px;
        color: #7573DA;
        line-height: 200px; }
      .price-col .price-row .price-container button {
        width: 100%; }
    .price-col .price-row .feature {
      display: flex; }
    .price-col .price-row .price-img-container {
      margin-right: 25px; }

.demo-block {
  background-color: #FAF8F5;
  padding: 60px;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  background-image: url(images/questionmark.png);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position-x: right; }
  .demo-block .text-block {
    margin-bottom: 20px; }

h6 {
  color: #6963d1;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px; }

.contact-details {
  text-align: center;
  width: 100%;
  padding: 20px;
  height: 300px;
  background-image: url(images/bg_splot.svg);
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.no-link-decoration {
  text-decoration: none;
  color: inherit; }

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