@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1,
h3 {
  margin-top: 20px;
}

h1 {
  font-size: 3rem;
  line-height: 140%;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

p,
ul {
  margin-top: 0;
}

h1,
h3,
h4,
p,
ul {
  margin-bottom: 10px;
}

h2,
li {
  margin-bottom: 1rem;
}

.grid-list,
.section,
.width-100p {
  width: 100%;
}

.list-wrap,
.results-grid,
.w-layout-grid {
  grid-auto-columns: 1fr;
}

:root {
  --green: #028456;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.w-inline-block,
img {
  max-width: 100%;
  display: inline-block;
}

.page-wrapper,
.section {
  flex-direction: column;
  display: flex;
}

.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

h2 {
  margin-top: 0.5rem;
  font-size: 3.3rem;
  line-height: 130%;
}

h3 {
  font-size: 2.7rem;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  padding-left: 40px;
}

li {
  padding-left: 0.5rem;
}

.hero-title {
  font-size: 4.25rem;
}

.page-wrapper {
  color: #000;
  text-align: center;
  align-items: center;
  padding-left: 1.5%;
  padding-right: 1.5%;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 170%;
}

.align-left,
.case-study-text-wrap,
.list-wrap {
  text-align: left;
}

.section {
  max-width: 72rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.section.footer {
  padding-bottom: 1rem;
  font-size: 0.9rem;
}

.paragraph-x-large {
  font-size: 1.4rem;
}

.paragraph-x-large.max-width-55 {
  max-width: 55rem;
}

.width-100p.mg-calendly-embed {
  margin-top: -3.7rem;
}

.h2-hero {
  color: var(--green);
  margin-bottom: 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}

.hero-call {
  background-color: #065f40;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.7rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #fff;
}

.no-mg {
  margin: 0px, 0px, 0px, 0px;
}

.number,
.text-bold-green {
  color: var(--green);
  font-weight: 600;
}

.list-wrap {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.grid-list,
.results-grid {
  grid-template-rows: auto auto;
}

.grid-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1rem;
}

.list-shadow {
  border-radius: 3px;
  align-items: center;
  padding: 1.8rem 2rem;
  display: flex;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
}

.list-shadow.list-small {
  padding: 1rem 1.5rem;
}

.list-short {
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
}

.list-shadow.dir-vertical {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 1.7rem;
}

.check-icon {
  height: 1.2rem;
  margin-right: 0.5rem;
}

.check-icon.cross {
  width: 1rem;
  height: 1.1rem;
}

.list-paragraph {
  display: inline;
}

.paragraph-small {
  font-size: 1.1rem;
}

.jj-image {
  width: 20rem;
  flex: none;
}

.reveal-image {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3), 0px 0px 25px rgba(255, 255, 255, 0.1);
}

img {
  vertical-align: middle;
}

.flex-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.results-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.number {
  font-size: 3rem;
  line-height: 130%;
}

.section-left {
  width: 74%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.case-study-wrap,
.faq-grid {
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 3px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 0.5fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
}

.video-title {
  font-size: 2.3rem;
}

.question-heading {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}

.text-x-small {
  color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #000;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.52rem;
  font-weight: 500;
  line-height: 150%;
}

.logo-footer {
  width: 3.7rem;
  margin-bottom: 0.9rem;
}

.mg-bt-0-5 {
  margin-bottom: 0.5rem;
  line-height: 0.9;
}

.h2-small {
  color: var(--green);
  font-size: 2.9rem;
}

.h4-small {
  font-size: 1.6rem;
  margin-top: 0px;
}

.btn {
  background-color: var(--green);
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 2rem;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-family: Poppins;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.6s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: none;

}

.subtext {
  opacity: 80%;
  font-size: 0.8rem;
}

.mg-top-1 {
  margin-top: 0px;
}

.btn:hover {
  background-color: #00c37e;
}

.cta {
  /* box-shadow: #000 0 0 0 0.1rem; */
  cursor: pointer;
}

.container {
  display: flex;
  justify-content: space-between;
}

.column-left,
.column-right {
  flex-basis: 50%;
  padding: 10px;
}

.column-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-left img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.column-right h3 {
  margin-bottom: 20px;
}

.column-right ul {
  margin-bottom: 20px;
}

.faq-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.typeform-embed {
  margin-top: 9rem;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {

  h1,
  h2,
  .hero-title {
    font-size: 2.8rem;
    padding-bottom: 20px;
  }


  .width-100p.mg-calendly-embed {
    margin-top: -2.5rem;
  }

  .grid-list {
    grid-template: ". ." ". ." ". ." ". ." "Area Area" /1fr 1fr;
    grid-auto-flow: row;
  }

  .jj-image {
    display: none;
  }

  .flex-horizontal {
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
  }

  .section-left {
    width: auto;
  }

  .case-study-wrap,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .align-left,
  .grid-list {
    text-align: center;
  }

  h1,
  h2,
  .hero-title {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .page-wrapper {
    font-size: 1.1rem;
  }

  .paragraph-x-large {
    font-size: 1.2rem;
  }

  .width-100p.mg-calendly-embed {
    margin-top: -1rem;
  }

  .h2-hero {
    font-size: 1.5rem;
  }

  .hero-call {
    font-size: 1.3rem;
    margin-bottom: 0rem;
  }

  .subheadline {
    font-weight: 600;
    font-size: 1.25rem;
  }

  .grid-list {
    flex-direction: column;
    display: flex;
  }

  .list-shadow.dir-vertical {
    text-align: center;
    align-items: center;
  }

  .list-short {
    grid-column-gap: 1rem;
    grid-row-gap: 1.6rem;
  }

  .results-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 2.7rem;
  }

  .section-left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .case-study-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reveal-image {
    width: auto;
  }

  .video-title {
    font-size: 1.8rem;
  }

  .question-heading {
    font-size: 1.4rem;
  }

  .h2-small {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 479px) {

  h1,
  .hero-title {
    font-size: 2.3rem;
    line-height: 135%;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 2rem;
  }

  .paragraph-x-large {
    font-size: 1.1rem;
    line-height: 155%;
  }

  .h2-hero {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .list-shadow {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .case-study-wrap {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .video-title {
    font-size: 1.7rem;
  }

  .btn {
    font-size: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: -0.05px;
  }
}

.grid-area-1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.justify-center {
  justify-self: center;
}

.align-center {
  align-self: center;
}