@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  color: #201F00;
}

body {
  background: #FAF9F5;
  /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;*/
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1, h2, h3, h4 {
  font-family: "Quicksand", sans-serif;
}

body {
  font-family: "Fira Sans", sans-serif;
}

section {
  padding: 80px 0px;
  width: 100%;
  min-height: 400px;
  display: block;
  clear: both;
  position: relative;
  float: left;
}

.btn {
  border-radius: 100px;
  background: #B0C6BA;
  border: 0;
  padding: 16px;
}

.btn:hover {
  background: #FF6560;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #555452;
}

h1 {
  margin-bottom: 40px;
}

.logo {
  margin-top: 20px;
}

.peach {
  background: #FFE3CE;
}

.mint {
  background: #B1C7BB;
}

.tan-light {
  background: #FAF9F5;
}

.top-bar {
  min-height: 60px !important;
  position: fixed;
  z-index: 99999;
  background: white;
  padding: 10px;
}

.calendly-container {
  min-height: 400px;
  margin: 40px;
  padding: 40px;
  border: 20px white solid;
}

img {
  /*border:10px white solid;  */
}

.quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 40px;
  margin: 0;
  font-size: 40px;
  font-style: italic;
  line-height: 1.4 !important;
  font-family: Quicksand;
  color: white;
}

.quote p {
  position: relative;
  margin-bottom: 20px;
}

.quote p:first-child:before {
  content: "“";
  color: rgba(255, 255, 255, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -0.4em;
  left: -0.2em;
  text-shadow: none;
  z-index: -10;
  font-family: Fira;
}

.quote cite {
  display: block;
  font-size: 14px;
}

.quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-pattern {
  background: yellow;
}

.manifesting {
  background: #FF6560;
}

ol {
  margin-left: 0;
  list-style: none;
  counter-reset: counter;
  padding: 20px 0px;
}

ol > li:before {
  counter-increment: counter;
  content: counter(counter);
}

ol > li {
  position: relative;
  margin-bottom: 1.5rem;
  border: 3px solid #f7d8a7;
  padding: 0.75rem;
  border-radius: 3px;
  background: white;
}

ol > li:before {
  position: absolute;
  top: -0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  color: white;
  background-color: #f7d8a7;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  text-align: center;
}

ol > li:last-child {
  margin-bottom: 0;
}

/*highlight*/
.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}

.highlight-container:before, .highlight-container:after {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
}

.highlight-container:before {
  background: rgba(234, 221, 6, 0.9);
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
}

.highlight-container:after {
  background: rgba(234, 210, 6, 0.6);
  top: 3px;
  right: -2px;
}

.highlight-container.brush-simple:before {
  background: url(https://assets.codepen.io/27132/brush-highlight.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
}

.highlight-container.brush-simple:after {
  background: url(https://assets.codepen.io/27132/brush-highlight.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
}

.highlight-container .highlight {
  color: #FF6560;
  z-index: 4;
}

.brush-motif {
  background-color: #FAF9F5;
  background: url(https://assets.codepen.io/27132/brush-motif.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right bottom;
  padding: 80px 0px;
}

.confetti {
  background: url("https://assets.codepen.io/27132/bg-confetti.png");
  background-repeat: repeat-x;
}

.photo-office {
  border: 10px white solid;
  width: 100%;
  height: auto;
}

.testimonial {
  padding: 20px 0px !important;
  min-height: 200px;
}

.intro {
  margin-top: 100px;
}

@media (max-width: 575.98px) {
  .calendly-container {
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding: 20px 0px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn {
    padding: 10px;
  }

  .quote {
    font-size: 24px;
  }

  section {
    padding: 30px 0px;
  }

  .intro {
    margin-top: 140px;
  }

  .brush-motif {
    background-size: 100%;
    background-position: right top;
  }

  .logo {
    margin-top: 0px;
  }
}