:root {
  --blacks--neutrals--900: #201f1e;
  --whites--100: white;
  --whites--0: #fff0;
  --_sizing---containers--main: 96rem;
  --blacks--neutrals--primary--400: #b97d0c;
  --blacks--neutrals--200: #fcfbfa;
  --blacks--neutrals--primary--200: #ffd88e;
  --blacks--0: #0000;
  --_sizing---containers--medium: 64rem;
  --_sizing---containers--small: 48rem;
  --size-units--xs: .5rem;
  --size-units--s: 1rem;
  --size-units--m: 2rem;
  --size-units--l: 4rem;
  --size-units--xl: 6rem;
  --size-units--xxs: .25rem;
  --size-units--xxl: 8rem;
  --blacks--neutrals--primary--600: #664403;
  --blacks--50: #00000080;
  --blacks--neutrals--400: #e9e6e4;
  --_sizing---section-padding--large: 10rem;
  --blacks--neutrals--700: #5c5855;
  --whites--30: #ffffff4d;
  --blacks--neutrals--800: #3d3a38;
  --blacks--neutrals--100: white;
  --blacks--neutrals--500: #c9c6c5;
  --_sizing---section-padding--small: 4rem;
  --_sizing---section-padding--medium: 6rem;
  --whites--20: #fff3;
  --blacks--10: #0000001a;
  --blacks--100: #000;
  --whites--90: #ffffffe6;
  --whites--80: #fffc;
  --whites--70: #ffffffb3;
  --whites--60: #fff9;
  --whites--50: #ffffff80;
  --whites--40: #fff6;
  --whites--10: #ffffff1a;
  --whites--5: #ffffff0d;
  --blacks--90: #000000e6;
  --blacks--80: #000c;
  --blacks--70: #000000b3;
  --blacks--60: #0009;
  --blacks--40: #0006;
  --blacks--30: #0000004d;
  --blacks--20: #0003;
  --blacks--5: #0000000d;
  --blacks--neutrals--600: #8f8c8a;
  --blacks--neutrals--300: #f7f3f1;
  --blacks--neutrals--primary--500: #8f6515;
  --blacks--neutrals--primary--300: #eea928;
  --blacks--neutrals--primary--100: #fff1d8;
  --_sizing---containers--large: 128rem;
  --_sizing---containers--x-small: 36rem;
  --_sizing---containers--tiny: 24rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--blacks--neutrals--900);
  font-family: Afacad, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.header {
  z-index: 12;
  width: 100%;
  height: 6rem;
  margin-bottom: -6rem;
  padding-top: 2rem;
  position: relative;
}

.hero-section {
  background-image: linear-gradient(0deg, var(--whites--100), var(--whites--0) 45%), url('../images/hero-bg.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.container-main {
  max-width: var(--_sizing---containers--main);
  padding-left: 4vw;
  padding-right: 4vw;
}

.section-padding--large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.logo-wrapper {
  width: 20rem;
  max-width: 100%;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--blacks--neutrals--900);
  background-color: var(--blacks--neutrals--900);
  color: var(--whites--100);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  border: 1px solid var(--blacks--neutrals--primary--400);
  background-color: var(--blacks--neutrals--200);
  box-shadow: 0 2px 24px 0 var(--blacks--neutrals--primary--200);
  color: var(--blacks--neutrals--900);
  transform: scale(1.025);
}

.button.text-link {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--blacks--neutrals--primary--400);
  background-color: var(--blacks--0);
  color: var(--blacks--neutrals--900);
  border-radius: 0;
  height: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.button.hide-on-desktop {
  display: none;
}

.icon--1rem {
  width: 1rem;
  height: 1rem;
}

.heading-style-1 {
  letter-spacing: -.01em;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .95em;
}

.hero-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.container-xs {
  width: 100%;
}

.hero-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  padding-top: 1rem;
  display: flex;
}

.button-text--default {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

.heading-style-3 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1em;
}

.heading-style-2 {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1em;
}

.heading-style-2.margin-padding-0 {
  color: var(--blacks--neutrals--900);
}

.heading-style-4 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1em;
}

.heading-style-5 {
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-style-1 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-style-1.opacity-80._32rem {
  max-width: 32rem;
}

.body {
  font-size: 16px;
}

.image {
  width: 100%;
}

.header-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-medium {
  max-width: var(--_sizing---containers--medium);
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-small {
  max-width: var(--_sizing---containers--small);
  padding-left: 4vw;
  padding-right: 4vw;
}

.spacer-xs {
  height: var(--size-units--xs);
  width: 100%;
}

.spacer-s {
  height: var(--size-units--s);
  width: 100%;
}

.spacer-m {
  height: var(--size-units--m);
  width: 100%;
}

.spacer-l {
  height: var(--size-units--l);
  width: 100%;
}

.spacer-xl {
  height: var(--size-units--xl);
  width: 100%;
}

.spacer-xxs {
  height: var(--size-units--xxs);
  width: 100%;
}

.spacer-xxl {
  height: var(--size-units--xxl);
  width: 100%;
}

.button--text-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 2px solid var(--blacks--neutrals--primary--400);
  color: var(--blacks--neutrals--900);
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button--text-link:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom-color: var(--blacks--neutrals--primary--600);
}

.button--text-link.light {
  color: var(--whites--100);
}

.button-text--large {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

.hero-bottom {
  background-image: url('../images/building.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  min-height: 65rem;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 65rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.building-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  padding-top: 12rem;
}

.hero-profile-img {
  z-index: 1;
  object-fit: cover;
  height: 100%;
}

.hero-profile-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.signature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.signature-img {
  flex: 0 auto;
  align-self: flex-start;
  height: 40rem;
  margin-right: -30%;
  padding-top: 6rem;
}

.nick-dropshadow {
  background-color: var(--blacks--50);
  filter: blur(4rem);
  width: 100%;
  max-width: 20rem;
  margin-top: 20%;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-gradient-transition {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--whites--0), var(--blacks--neutrals--200));
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-section {
  background-color: var(--blacks--neutrals--200);
  background-image: linear-gradient(180deg, var(--blacks--neutrals--200), var(--blacks--neutrals--400));
}

.intro-content {
  padding-bottom: var(--_sizing---section-padding--large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-top {
  text-align: center;
  width: 31.52rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.intro-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-block {
  border: 1px solid var(--blacks--neutrals--400);
  background-color: var(--whites--100);
  text-align: left;
  border-radius: .5rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.no-icon {
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: -1.25rem 0% auto;
}

.margin-padding-0 {
  margin: 0;
  padding: 0;
}

.image-2 {
  height: 100%;
}

.intro-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.about-section {
  background-color: var(--whites--100);
}

.about-content {
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.about-left {
  background-image: url('../images/521576652_10172134237995012_5314061434742374454_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 100%;
}

.about-right {
  width: 100%;
  max-width: 26rem;
}

.icon-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blacks--neutrals--900);
  text-decoration: none;
  display: flex;
}

.icon--2rem {
  width: 2rem;
  height: 2rem;
}

.icon--1-5rem {
  width: 1.5rem;
  height: 1.5rem;
}

.link-block {
  color: var(--blacks--neutrals--900);
  text-decoration: none;
}

.about-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-6 {
  color: var(--blacks--neutrals--700);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-style-2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.about-signature {
  width: 100%;
  max-width: 8rem;
}

.down-arrow-drawn {
  height: 8rem;
  padding-left: 12rem;
  position: absolute;
  inset: -4rem auto auto;
}

.services-section {
  background-color: var(--blacks--neutrals--900);
}

.services-content {
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--whites--100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-block {
  border: 1px solid var(--whites--30);
  background-color: var(--blacks--neutrals--800);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2rem 2rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 24px #000000a6;
}

.service-block.cta {
  border: 1px solid var(--blacks--neutrals--primary--400);
  outline-offset: 0px;
  background-color: #2c2824;
  outline: 3px #fff;
}

.paragraph-style-3 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.opacity-80 {
  opacity: .8;
}

.results-section {
  background-color: var(--whites--100);
}

.results-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.result-block {
  border: 1px solid var(--blacks--neutrals--400);
  background-color: var(--blacks--neutrals--200);
  text-align: center;
  border-radius: .5rem;
  padding: 2rem;
  position: relative;
}

.results-content {
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.result-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

.heading-number {
  color: var(--blacks--neutrals--800);
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: .95em;
}

.path-section {
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  background-image: url('../images/steps-bg-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-block-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blacks--neutrals--100);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 2rem 3rem 3rem;
  display: flex;
}

.path-steps-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.step-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-bullet-large {
  background-color: var(--blacks--neutrals--900);
  text-align: center;
  border-radius: 2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-bottom: 2px;
  display: flex;
}

.text-color--white {
  color: var(--whites--100);
}

.step-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.faq-section {
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  background-color: var(--blacks--neutrals--100);
}

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

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faq-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--blacks--neutrals--500);
  background-color: var(--blacks--neutrals--200);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.faq-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.faq-block-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: 4rem;
  display: flex;
}

.faq-close {
  flex: none;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.faq-open {
  flex: none;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
}

.cta-section {
  padding-top: var(--_sizing---section-padding--small);
  background-image: linear-gradient(180deg, var(--blacks--neutrals--800), var(--blacks--neutrals--900));
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.cta-content {
  padding-top: var(--_sizing---section-padding--medium);
  padding-bottom: var(--_sizing---section-padding--medium);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-info {
  color: var(--whites--100);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

.cta-form {
  border: 1px solid var(--blacks--neutrals--400);
  background-color: var(--blacks--neutrals--100);
  border-radius: .5rem;
  padding: 2rem;
}

.cta-form.hide {
  display: none;
}

.contact-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--whites--20);
  background-color: var(--blacks--neutrals--900);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.9rem 1.9rem 1.9rem 0;
  display: flex;
}

.profile-photo {
  border: 1px solid var(--blacks--neutrals--500);
  background-image: url('../images/profile-image_rob-compressed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
  margin-left: -2rem;
}

.contact-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-style-4 {
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
}

.contact-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  color: var(--blacks--neutrals--700);
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.form-field {
  border: 1px solid var(--blacks--neutrals--400);
  background-color: var(--whites--100);
  box-shadow: 0 2px 4px 0 var(--blacks--10);
  color: var(--blacks--neutrals--900);
  border-radius: .5rem;
  height: 3rem;
  font-size: 1.1em;
  line-height: 1em;
  transition: all .3s;
}

.form-field:hover {
  border-color: var(--blacks--neutrals--primary--400);
  background-color: var(--blacks--neutrals--200);
  color: var(--blacks--100);
}

.form-field:focus {
  border-color: var(--blacks--neutrals--primary--400);
  background-color: var(--whites--100);
  color: var(--blacks--neutrals--900);
}

.form-field::placeholder {
  color: var(--blacks--neutrals--700);
}

.form-item {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.text-area {
  border: 1px solid var(--blacks--neutrals--400);
  background-color: var(--whites--100);
  box-shadow: 0 2px 4px 0 var(--blacks--10);
  border-radius: .5rem;
  min-height: 6rem;
  font-size: 1.1em;
  line-height: 1em;
}

.footer-content {
  justify-content: space-between;
  padding-bottom: 2rem;
  display: flex;
}

.footer-logo {
  opacity: .55;
  width: 100%;
  max-width: 24rem;
}

.footer-right {
  color: var(--whites--100);
}

.text-link {
  color: var(--blacks--neutrals--primary--400);
}

.bottom-gradient-ball {
  background-color: var(--blacks--neutrals--200);
  filter: blur(4rem);
  width: 200%;
  min-width: 200%;
  height: 24rem;
  margin-bottom: -12rem;
}

.page-wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.page-load-fade {
  z-index: 999;
  background-color: var(--blacks--neutrals--200);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.terms-section {
  background-color: var(--blacks--neutrals--200);
}

.terms-content {
  padding-top: var(--_sizing---section-padding--small);
  padding-bottom: var(--_sizing---section-padding--large);
}

.terms-hero {
  background-image: linear-gradient(0deg, var(--whites--100), var(--whites--0) 45%), url('../images/hero-bg.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.terms-hero-content {
  z-index: 2;
  padding-top: var(--_sizing---section-padding--large);
  padding-bottom: var(--_sizing---section-padding--large);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    --_sizing---containers--main: 96rem;
    --_sizing---containers--medium: 64rem;
    --_sizing---containers--small: 48rem;
    --_sizing---section-padding--large: 8rem;
    --_sizing---section-padding--small: 3.5rem;
    --_sizing---section-padding--medium: 5rem;
    --_sizing---containers--large: 128rem;
    --_sizing---containers--x-small: 36rem;
    --_sizing---containers--tiny: 24rem;
  }

  .section-padding--large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button.hide-on-tablet {
    display: none;
  }

  .button.hide-on-desktop {
    display: flex;
  }

  .heading-style-1 {
    font-size: 5.5rem;
  }

  .hero-top {
    padding-top: 8rem;
  }

  .heading-style-3 {
    font-size: 2em;
  }

  .heading-style-2 {
    font-size: 3em;
  }

  .header-content {
    flex-flow: column;
  }

  .button--text-link.hide-on-tablet {
    display: none;
  }

  .hero-bottom {
    min-height: 40rem;
  }

  .hero-content {
    min-height: 70vh;
  }

  .building-img {
    padding-top: 4rem;
  }

  .signature-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .signature-img {
    width: 100%;
    height: auto;
    margin-right: -37%;
    padding-top: 0;
  }

  .nick-dropshadow {
    filter: blur(3rem);
    max-width: 12rem;
  }

  .about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .results-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .path-block-wrapper {
    max-width: 100%;
  }

  .cta-section {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .cta-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .bottom-gradient-ball {
    height: 24rem;
    margin-bottom: -12rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizing---containers--main: 96rem;
    --_sizing---containers--medium: 64rem;
    --_sizing---containers--small: 48rem;
    --_sizing---section-padding--large: 6rem;
    --_sizing---section-padding--small: 3rem;
    --_sizing---section-padding--medium: 4rem;
    --_sizing---containers--large: 128rem;
    --_sizing---containers--x-small: 36rem;
    --_sizing---containers--tiny: 24rem;
  }

  .section-padding--large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-1 {
    font-size: 5rem;
  }

  .paragraph-style-1 {
    font-size: 1.3em;
  }

  .hero-bottom {
    min-height: 33rem;
  }

  .building-image-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-profile-img, .hero-profile-wrapper {
    flex: none;
  }

  .signature-img {
    margin-right: -32%;
  }

  .intro-grid, .about-content {
    grid-template-columns: 1fr;
  }

  .about-left {
    aspect-ratio: 2;
  }

  .about-signature {
    width: 8rem;
  }

  .services-grid, .results-grid {
    grid-template-columns: 1fr;
  }

  .result-block {
    padding: .7rem;
  }

  .heading-number {
    font-size: 2.5rem;
  }

  .path-block-wrapper {
    padding: 1.5rem 2rem 2rem;
  }

  .cta-content {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-card {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 1.9rem;
  }

  .profile-photo {
    margin-top: -4rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-1 {
    font-size: 4rem;
  }

  .heading-style-3 {
    font-size: 1.65em;
  }

  .heading-style-2 {
    font-size: 2.65em;
  }

  .button-text--large {
    font-size: 1.1em;
  }

  .hero-bottom {
    min-height: 24rem;
  }

  .signature-img {
    margin-right: -34%;
  }

  .path-block-wrapper {
    padding-top: 1rem;
  }

  .cta-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-form {
    padding: .6rem 1.2rem 1.2rem;
  }

  .contact-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .name {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .bottom-gradient-ball {
    filter: blur(2rem);
    height: 24rem;
  }
}

#w-node-_4ee619bb-a944-cbcc-8962-a4c8c5d09652-c4f4faf0, #w-node-f3b47311-2efd-b880-60a7-83c50cba7419-c4f4faf0 {
  place-self: stretch stretch;
}

#w-node-_2bba59c7-bcaa-3d88-fd49-30436ee3877f-c4f4faf0 {
  justify-self: center;
}

#w-node-bae0b123-9906-6dbd-d9c4-323ee3804f4e-c4f4faf0 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_4a348ef7-3905-f9fc-e308-0105b412f77b-c4f4faf0 {
    justify-self: center;
  }
}


