:root {
  --neutral-950: #242424;
  --green-200: #e6e6e2;
  --green-400: #b9b9b0;
  --green-700: #707065;
  --green-100: #f1f1ef;
  --sky-blue: #82cbdb;
  --green-50: #f8f8f8;
  --neutral-400: #818181;
  --green-600: #87877b;
  --neutral-50: white;
  --neutral-200: #c8c8c8;
  --neutral-900: #313131;
  --neutral-100: #e3e3e3;
  --green-800: #5e5e56;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--neutral-950);
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: rgba(36, 36, 36, .6);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--neutral-950);
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}

ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

img {
  width: 120px;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--green-200);
  color: var(--neutral-950);
  margin-top: 0;
  margin-bottom: 32px;
  padding: 16px 24px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.checkbox {
  border-color: var(--green-400);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  border-color: var(--green-700);
  background-color: var(--green-700);
  background-position: 50%;
  background-size: 16px;
  border-radius: 0;
}

.sg-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.form-error {
  background-color: var(--green-100);
  color: var(--neutral-950);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 24px;
  padding: 16px 24px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.section.top-2xl {
  padding-top: 128px;
}

.section.top-2xl.background-color {
  background-color: var(--sky-blue);
}

.section.bottom-2xl {
  padding-bottom: 128px;
}

.section.cta-row {
  background-color: var(--green-700);
  color: var(--green-50);
  background-image: url('../images/texture-green_1texture-green.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.padding-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.padding-2xl {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.padding-2xl.carousel {
  overflow: hidden;
}

.section.image {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  background-color: var(--neutral-950);
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.texture-light {
  background-color: var(--green-100);
  background-image: url('../images/texture-light_1texture-light.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.texture-light.utility-page {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 128px;
  display: flex;
}

.section.page-banner {
  background-color: var(--green-100);
  background-image: url('../images/texture-light_1texture-light.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 24px;
}

.section.page-banner.centered {
  padding-top: 80px;
  padding-bottom: 96px;
}

.section.neutral-950.style-guide {
  padding-top: 128px;
}

.section.top-xl {
  padding-top: 96px;
}

.section.bottom-xl {
  padding-bottom: 96px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.sg-intro-wrapper {
  max-width: 45ch;
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid._4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid._3-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._2-1-column {
  grid-template-columns: 2fr 1fr;
}

.grid._1-2-column {
  grid-template-columns: 1fr 2fr;
}

.sg-nav-menu {
  float: none;
  margin-left: -16px;
  margin-right: -16px;
}

.spacer {
  width: 8px;
  height: 8px;
}

.spacer._16 {
  width: 16px;
  height: 16px;
}

.spacer._48 {
  width: 48px;
  height: 48px;
}

.spacer._32 {
  width: 32px;
  height: 32px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
}

.spacer._8 {
  width: 8px;
  height: 8px;
}

.spacer._72 {
  width: 72px;
  height: 72px;
}

.spacer._40 {
  width: 40px;
  height: 40px;
}

.form-success {
  background-color: var(--green-200);
  color: var(--neutral-950);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  padding: 32px 48px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.horizontal-rule {
  background-color: var(--green-200);
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.footer-text {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.form-dropdown {
  border: 1px solid var(--green-200);
  background-color: var(--green-50);
  color: var(--neutral-400);
  height: 68px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 18px;
}

.form-dropdown:focus {
  border-color: var(--neutral-400);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.field-block.is-flex-horiz {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}

.form-input {
  border: 1px solid var(--green-200);
  background-color: var(--green-50);
  color: var(--neutral-950);
  margin-bottom: 0;
  padding: 32px 24px;
  font-size: 18px;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--neutral-400);
}

.form-input::placeholder {
  color: var(--neutral-400);
}

.form-input.text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 192px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-input.small {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-search.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
  padding: 20px 6px 20px 16px;
  font-size: 16px;
}

.form-input.newsletter {
  border-style: none none solid;
  border-bottom-color: var(--green-600);
  color: var(--neutral-50);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
}

.form-input.newsletter:focus {
  border-bottom-color: var(--neutral-50);
}

.form-input.newsletter::placeholder {
  color: var(--green-400);
}

.form-input.search {
  background-image: url('../images/icon-search-large.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 72px;
}

.sg-column {
  background-color: var(--green-200);
  height: 40px;
}

.radio-button {
  border-color: var(--green-400);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.radio-button.w--redirected-checked {
  border-width: 8px;
  border-color: var(--green-700);
  background-color: var(--neutral-50);
}

.form {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.form-radio-button {
  margin-bottom: 32px;
  padding-left: 0;
}

.sg-grid-column {
  background-color: var(--green-200);
  width: 100%;
  height: 100px;
}

.form-checkbox {
  margin-bottom: 32px;
  padding-left: 0;
}

.form-checkbox.is-no-bottom-margin {
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.sg-nav-link {
  color: var(--neutral-200);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 8px 16px;
  font-size: 14px;
  transition: border-color .3s, opacity .3s;
}

.sg-nav-link:hover {
  color: var(--neutral-50);
}

.sg-nav-link.w--current {
  border-bottom-color: var(--neutral-400);
  color: var(--neutral-50);
}

.field-label {
  margin-bottom: 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.sg-block {
  border-radius: 8px;
  flex-direction: column;
  margin: 0 -12px 40px;
  padding: 12px;
}

.heading.xl {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.heading.m {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
}

.heading.xs {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.heading.xs.is-dartk-text {
  color: var(--neutral-950);
}

.heading.l {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.heading._2xs {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.heading._2xl {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.heading._3xl {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2;
}

.heading.s {
  font-family: Lora, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.sg-label {
  color: var(--neutral-50);
  text-transform: capitalize;
  background-color: #0385ff;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-block;
}

._12-columns {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

._12-columns.align-bottom {
  align-items: flex-end;
}

._12-columns.reverse {
  flex-direction: row-reverse;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-stretch {
  align-items: stretch;
}

._12-columns.justify-left {
  justify-content: flex-start;
}

._12-columns.justify-right {
  justify-content: flex-end;
}

._12-columns.space-between {
  justify-content: space-between;
}

._12-columns.reversed {
  flex-direction: row-reverse;
}

.sg-navigation {
  border-top: 1px solid var(--neutral-900);
  background-color: var(--neutral-950);
}

.sg-navigation.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.l {
  font-size: 18px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.hero {
  padding-right: 0%;
}

.container.is-relative {
  z-index: 2;
  position: relative;
}

.container.is-centered {
  text-align: center;
}

.container.is-search {
  max-width: 1040px;
}

.button {
  border: 1px solid var(--neutral-950);
  color: var(--neutral-50);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #93c24a;
  padding: 24px 32px;
  font-family: Rokkitt, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: color .2s ease-out, background-color .2s ease-out;
}

.button:hover {
  background-color: var(--neutral-50);
  color: var(--neutral-950);
}

.button:active {
  border-color: var(--neutral-400);
  color: var(--neutral-400);
}

.button.secondary {
  color: var(--neutral-950);
  background-color: rgba(0, 0, 0, 0);
}

.button.secondary:hover {
  background-color: var(--neutral-950);
  color: var(--neutral-50);
}

.button.secondary:active {
  background-color: var(--neutral-400);
}

.button.tertiary {
  color: var(--neutral-950);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-arrow-dark.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: none none solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 6px 24px 6px 0;
  transition-property: color, border-color;
  display: flex;
}

.button.tertiary:hover {
  border-bottom-color: var(--neutral-950);
}

.button.tertiary:active {
  border-bottom-color: var(--neutral-400);
  color: var(--neutral-400);
}

.button.dark {
  border-color: var(--green-50);
  background-color: var(--green-50);
  color: var(--neutral-950);
}

.button.dark:hover {
  color: var(--green-50);
  background-color: rgba(0, 0, 0, 0);
}

.button.dark:active {
  border-color: var(--green-400);
  color: var(--green-400);
}

.button.secondary-dark {
  border-color: var(--green-50);
  color: var(--green-50);
  background-color: rgba(0, 0, 0, 0);
}

.button.secondary-dark:hover {
  background-color: var(--green-50);
  color: var(--neutral-950);
}

.button.secondary-dark:active {
  background-color: var(--neutral-200);
}

.button.tertiary-dark {
  color: var(--green-50);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-arrow-light.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: none none solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding: 6px 24px 6px 0;
  transition-property: color, border-color;
}

.button.tertiary-dark:hover {
  border-bottom-color: var(--green-50);
}

.button.tertiary-dark:active {
  border-bottom-color: var(--green-400);
  color: var(--green-400);
}

.column {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.column.desktop-6 {
  width: 50%;
}

.column.desktop-1 {
  width: 8.33%;
}

.column.desktop-8 {
  width: 66.67%;
}

.column.desktop-8.tablet-12 {
  margin-right: auto;
}

.column.desktop-4 {
  width: 33.33%;
}

.column.desktop-7 {
  width: 58.33%;
}

.column.desktop-3 {
  width: 25%;
  margin-bottom: 0;
}

.column.desktop-3.tablet-4.mobile-12.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

.column.desktop-5 {
  width: 41.67%;
}

.column.desktop-12 {
  width: 100%;
}

.column.desktop-9 {
  width: 75%;
}

.column.desktop-11 {
  width: 91.67%;
}

.column.desktop-10 {
  width: 83.33%;
}

.column.desktop-2 {
  width: 16.66%;
}

.column.desktop-2.tablet-6.mobile-12 {
  display: block;
}

.column.desktop-2.tablet-6.mobile-12.hide {
  display: none;
}

.sg-color-block {
  width: 100%;
  margin-bottom: 32px;
  padding-top: 100%;
}

.sg-color-block.outline {
  border: 1px solid #e2e8f0;
}

.sg-color-block.neutral-50.outline {
  border-color: var(--neutral-200);
}

.footer-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.text-color-white {
  color: var(--neutral-50);
}

.neutral-950 {
  background-color: var(--neutral-950);
  color: var(--neutral-50);
}

.neutral-900 {
  background-color: var(--neutral-900);
}

.neutral-400 {
  background-color: var(--neutral-400);
}

.neutral-200 {
  background-color: var(--neutral-200);
}

.neutral-100 {
  background-color: var(--neutral-100);
}

.neutral-50 {
  background-color: var(--neutral-50);
}

.green-800 {
  background-color: var(--green-800);
}

.green-700 {
  background-color: var(--green-700);
}

.green-600 {
  background-color: var(--green-600);
}

.green-400 {
  background-color: var(--green-400);
}

.green-200 {
  background-color: var(--green-200);
}

.green-100 {
  background-color: var(--green-100);
}

.green-50 {
  background-color: var(--green-50);
}

.caption {
  color: var(--neutral-200);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.caption.l {
  font-size: 16px;
}

.caption.s {
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 1.3;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.social-link {
  width: 28px;
  height: 28px;
  transition-property: opacity;
  transition-timing-function: ease-out;
}

.social-link:hover {
  opacity: .7;
}

.social-link.large {
  width: 32px;
  height: 32px;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.nav-top {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 5%;
  display: flex;
}

.nav-top.utility-page {
  z-index: 999;
  justify-content: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-top.utility-page.left {
  justify-content: flex-start;
}

.logo {
  width: 100%;
}

.nav-search {
  width: 20%;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

.navigation {
  background-color: var(--neutral-50);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hidden {
  display: none;
}

.nav-bottom {
  border-top: 1px solid var(--neutral-100);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-link {
  color: var(--neutral-950);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 8px 12px;
  font-family: Rokkitt, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s ease-out, color .2s ease-out;
}

.nav-link:hover {
  border-bottom-color: var(--neutral-950);
}

.nav-link:active {
  border-bottom-color: var(--neutral-400);
  color: var(--neutral-400);
}

.nav-link.w--current {
  color: var(--sky-blue);
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.heading-wrapper {
  margin-bottom: -24px;
}

.heading-wrapper.s {
  margin-bottom: -16px;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon-arrow-newsletter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  padding: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer {
  color: var(--green-50);
  position: relative;
}

.footer-top {
  padding-top: 96px;
  padding-bottom: 40px;
}

.footer-links-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: var(--green-50);
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: rgba(248, 248, 248, .6);
}

.footer-link:active {
  color: rgba(248, 248, 248, .4);
}

.footer-link.small {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-links-column {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-links-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-light {
  color: rgba(248, 248, 248, .6);
}

.link-light:hover {
  color: var(--green-50);
}

.heading-row {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
  display: flex;
}

.heading-row.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

._3-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-row-gap: 16px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.video {
  padding-bottom: 0%;
}

.image-wrapper.l {
  padding-bottom: 80%;
}

.image-wrapper.l.icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-bottom: 0%;
  display: flex;
}

.image-wrapper.height-100 {
  height: 100%;
}

.image-fit {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-content {
  border-bottom: 1px solid var(--neutral-200);
  height: 100%;
  padding-bottom: 32px;
}

.card-content.condensed {
  border-bottom-style: none;
  padding-bottom: 0;
}

.blog-text-link {
  color: var(--neutral-950);
  width: 100%;
  text-decoration: none;
}

.blog-text-link.text-color-white {
  color: var(--neutral-50);
}

.card-info {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  display: flex;
}

.pagination-button {
  border-color: var(--neutral-950);
  color: var(--neutral-950);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 24px;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 1;
  transition: border-color .2s ease-out, background-color .2s ease-out, color .2s ease-out;
}

.pagination-button:hover {
  background-color: var(--neutral-950);
  color: var(--neutral-50);
}

.pagination-button:active {
  border-color: var(--neutral-400);
  background-color: var(--neutral-400);
}

.pagination {
  margin-top: 40px;
}

._4-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.play-button {
  background-color: rgba(135, 135, 123, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button.large {
  width: 128px;
  height: 128px;
}

.play-circle {
  background-color: var(--green-600);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 65%;
  display: flex;
}

.play-icon {
  width: 37%;
  height: 37%;
  margin-left: 4px;
}

.video-length {
  z-index: 4;
  background-color: var(--neutral-900);
  color: var(--neutral-100);
  padding: 4px 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.video-length.large {
  bottom: 16px;
  right: 16px;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-mask {
  width: 38%;
  height: 100%;
  position: static;
  overflow: visible;
}

.carousel-item {
  height: 100%;
  margin-right: 48px;
}

.arrow-icon {
  height: 32px;
}

.arrow-icon.s {
  height: 20px;
}

.carousel-arrow {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: transform .15s ease-out;
  display: flex;
  top: -72px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.carousel-arrow:hover {
  transform: scale(.87);
}

.carousel-arrow:active {
  transform: scale(.75);
}

.carousel-arrow.left {
  right: 60px;
  transform: rotate(180deg)scale(1);
}

.carousel-arrow.left:hover {
  transform: rotate(180deg)scale(.87);
}

.carousel-arrow.left:active {
  transform: rotate(180deg)scale(.75);
}

.full-width-image {
  color: var(--green-50);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.full-width-image.financial-control-hero {
  background-image: url('../images/shutterstock_2029044968.jpg'), url('../images/shutterstock_145713152.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 80vh;
}

.full-width-image.services-hero {
  background-image: url('../images/shutterstock_145713152.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.full-width-image.books-hero {
  background-image: url('../images/shutterstock_562748524.jpg'), url('../images/shutterstock_145713152.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 80vh;
}

.full-width-image.buget-hero {
  background-image: url('../images/shutterstock_1119919919.jpg'), url('../images/shutterstock_145713152.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 80vh;
}

.full-width-image.about-us-hero {
  background-image: url('../images/shutterstock_536306926.jpg'), url('../images/shutterstock_145713152.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 80vh;
}

.full-width-image.starter-kit-hero {
  background-image: url('../images/shutterstock_531086104.jpg'), url('../images/shutterstock_145713152.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 80vh;
}

.image-overlay {
  z-index: 1;
  opacity: .5;
  background-color: #242424;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-width-image-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 66.67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overline {
  margin-bottom: 16px;
  display: inline-block;
}

.overline-line {
  background-color: var(--neutral-950);
  width: 100%;
  height: 1px;
  margin-top: -12px;
}

.overline-line.light {
  background-color: var(--green-50);
}

.button-wrapper {
  margin-top: 24px;
}

.image-text-link {
  color: var(--green-50);
  width: 100%;
  text-decoration: none;
}

.image-text-link:hover {
  color: var(--green-50);
}

.hero-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 72px;
  display: flex;
}

.hero-content-top {
  color: #f0f0f0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-right {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.hero-wrapper {
  display: flex;
}

.layered-image {
  background-color: #6bbdbf;
  width: 100%;
  height: 100%;
  margin-bottom: -80px;
  padding: 96px;
  display: flex;
  position: relative;
}

.layered-image.short {
  max-height: 600px;
}

.inner-image {
  object-fit: cover;
  width: auto;
}

.content-card {
  display: flex;
}

.content-card-image {
  width: 57%;
  display: flex;
}

.content-card-text {
  background-color: var(--green-100);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  padding: 96px 80px;
  display: flex;
}

.search {
  width: 100%;
  margin-bottom: 24px;
}

.tag-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag {
  border: 1px solid var(--neutral-950);
  background-color: var(--neutral-950);
  color: var(--green-50);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  display: block;
}

.tag:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tag:active {
  border-color: var(--neutral-400);
  color: var(--neutral-400);
}

.hamburger-line {
  background-color: #fefdf9;
  width: 48px;
  height: 1px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.hamburger-line.bottom {
  top: 32px;
}

.nav-tag-wrapper {
  align-items: center;
  display: flex;
}

.search-button {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.title-banner-content {
  flex-direction: column;
  align-items: flex-start;
  width: 41.67%;
  display: flex;
}

.title-banner-content.centered {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

._2-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-left {
  width: 66.67%;
}

.blog-grid-right {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.blog-grid {
  grid-column-gap: 48px;
  flex-wrap: wrap;
  display: flex;
}

.blog-grid-rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.share-icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -8px;
  display: flex;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 40px;
}

.rich-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text ol {
  padding-left: 20px;
}

.rich-text figcaption {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 8px;
}

.rich-text.instructions {
  margin-top: 0;
}

.author-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral-950);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.author-photo {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arrow-left {
  background-color: var(--green-800);
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 92px;
  transform: rotate(180deg);
}

.arrow-right {
  background-color: var(--green-800);
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}

.full-width-image-slider {
  color: var(--green-50);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.slider-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-link {
  color: var(--neutral-950);
  font-size: 18px;
  text-decoration: none;
}

.contact-link:hover {
  color: rgba(36, 36, 36, .6);
}

.icon-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.icon-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.disclosure {
  margin-top: 24px;
  font-size: 14px;
}

.form-card {
  background-color: var(--neutral-50);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}

.form-card.utility-page {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-result-item {
  background-color: var(--green-100);
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.search-result-title {
  color: var(--neutral-950);
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-timing-function: ease-out;
  display: block;
}

.search-result-title:hover {
  color: var(--green-700);
}

.search-result-url {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.search-result-content {
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.search-result-image {
  flex: none;
  width: 35%;
  position: relative;
}

.search-result-snippet {
  margin-bottom: 0;
}

.licenses-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.licenses-icon {
  width: 32px;
  height: 32px;
}

.cl-item {
  border-top: 1px solid var(--green-200);
  border-bottom: 1px solid var(--green-200);
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 16px;
  display: flex;
}

.cl-heading-wrapper {
  align-items: baseline;
  display: flex;
}

.cl-date {
  margin-left: 8px;
}

.cl-text-wrapper {
  width: 50%;
}

.component-label {
  color: var(--neutral-50);
  background-color: #03a559;
  border-radius: 4px;
  margin-bottom: 24px;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-block;
}

.grid-background {
  z-index: -1;
  width: 100%;
}

.background-pattern_wrap {
  opacity: .22;
  background-image: url('../images/tree-pattern.svg');
  background-position: 0 0;
  background-size: 19%;
  width: 100%;
  height: 100%;
  position: fixed;
}

.hide {
  display: none;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-image-overlay {
  z-index: 1;
  opacity: 1;
  background-color: #6bbdbf;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.required {
  color: red;
  position: relative;
  top: -2px;
}

.modal-wrap {
  z-index: 10000;
  opacity: 0;
  background-color: rgba(49, 49, 49, .8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  transition: all .4s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrap.show {
  opacity: 1;
  display: flex;
}

.video-embed {
  z-index: 3;
  flex: none;
  width: 100%;
  position: relative;
}

.video-wrap {
  z-index: 2;
  background-color: #a20000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-wrapper.close-icon {
  z-index: 10000;
}

.close-icon {
  color: #d70000;
  width: 2em;
  margin-top: 2vw;
  margin-right: 2vw;
}

.vlog-embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.vlog-wrapper {
  border: 2px solid #000;
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.vlog-wrapper.video {
  padding-bottom: 31%;
}

.vlog-wrapper.l {
  padding-bottom: 80%;
}

.vlog-wrapper.l.icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-bottom: 0%;
  display: flex;
}

.vlog-wrapper.height-100 {
  height: 100%;
}

.vlog-content {
  width: 100%;
  display: flex;
}

.background-img-color-overlay {
  background-color: var(--neutral-900);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-2 {
  margin-left: 0;
}

.checkbox-label {
  flex: 1;
}

.checkbox-label-2 {
  margin-left: 10px;
  line-height: 1.2;
}

.margin-bottom {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.blog-feature-image-overlay {
  z-index: 1;
  opacity: .5;
  background-color: #242424;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text {
  font-weight: 500;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature-list._2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 2rem;
  display: flex;
}

.pricing-feature {
  background-image: url('../images/.');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.normal {
  background-image: none;
  font-weight: 400;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.main {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
}

.main.align-bottom {
  align-items: flex-end;
}

.main.reverse {
  flex-direction: row-reverse;
}

.main.align-top {
  align-items: flex-start;
}

.main.align-stretch {
  align-items: stretch;
}

.main.justify-left {
  justify-content: flex-start;
}

.main.justify-right {
  justify-content: flex-end;
}

.main.space-between {
  justify-content: space-between;
}

.main.reversed {
  flex-direction: row-reverse;
}

.image-2 {
  width: auto;
}

.list {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.image-3 {
  width: 320px;
}

.bold-text-2 {
  font-weight: 400;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.quiz {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quiz-radio {
  flex-direction: row;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.radio-button-field {
  padding-right: 20px;
}

.quiz-quistionaire {
  padding-bottom: 30px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.book {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.book-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.book-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.author-info {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.author-img {
  font-weight: 700;
}

.book-image {
  object-fit: cover;
  width: auto;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-4 {
  text-align: left;
  width: 80%;
}

.rating-price {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.star-icon {
  color: #fc9802;
  border: 1px #000;
  padding-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.price {
  padding-top: 5px;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 500;
}

.dropdown-list {
  background-color: #0d0f0f;
}

.dropdown-list.w--open {
  color: var(--sky-blue);
}

.dropdown-link, .dropdown-link:hover {
  color: #fff;
}

.modal-description {
  text-align: center;
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: block;
}

.modal-form-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-form-content.hide {
  display: none;
}

.modal-item {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: auto;
  padding: 0 0 20px;
  display: block;
  position: relative;
}

.modal-expert {
  z-index: 99;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.form-3 {
  width: 100%;
  display: block;
}

.modal-title-div {
  background-color: var(--sky-blue);
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.modal-fa-icon {
  color: #fff;
  padding-top: 20px;
  padding-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-title {
  color: #fff;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: block;
}

.select-field {
  color: #474747;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  font-family: Overpass, sans-serif;
  display: flex;
}

.modall-main-image {
  background-image: url('../images/shutterstock_421430791-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.modall-main-image._2 {
  background-position: 50% 55%;
}

.modall-main-image._1 {
  background-image: url('../images/shutterstock_1075401791-1.jpg');
}

.modal-bg {
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-submit-btn {
  text-align: center;
  background-color: #f26522;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.modal-input {
  border-radius: 8px;
  height: 50px;
}

.modal-advisors {
  z-index: 99;
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-top {
  margin-top: 1rem;
}

.budgeting {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.padding-bottom {
  margin-bottom: 4rem;
}

.mega-menu {
  justify-content: center;
  align-items: center;
  display: block;
}

.link {
  display: inline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6, p {
    font-size: 14px;
  }

  a:hover {
    color: rgba(36, 36, 36, .6);
  }

  ul {
    font-size: 14px;
  }

  blockquote {
    border-left-width: 4px;
    padding: 12px 16px;
    font-size: 18px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.top-2xl {
    padding-top: 96px;
  }

  .section.bottom-2xl {
    padding-bottom: 96px;
  }

  .section.padding-xl {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.padding-2xl {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.hero {
    margin-bottom: 400px;
  }

  .section.texture-light.utility-page {
    padding-top: 96px;
  }

  .section.page-banner {
    padding-top: 72px;
    padding-bottom: 16px;
  }

  .section.page-banner.centered {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section.top-xl {
    padding-top: 72px;
  }

  .section.bottom-xl {
    padding-bottom: 72px;
  }

  .grid._3-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-rule {
    margin-bottom: 16px;
  }

  .footer-text {
    text-align: left;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .form-dropdown {
    height: 60px;
    font-size: 16px;
  }

  .form-input {
    padding: 28px 24px;
    font-size: 16px;
  }

  .form-input.search {
    background-position: 16px;
    background-size: 28px;
    padding-left: 56px;
  }

  .form-radio-button {
    margin-bottom: 24px;
  }

  .field-label {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .heading.xl {
    font-size: 36px;
  }

  .heading.m {
    font-size: 28px;
  }

  .heading.xs {
    font-size: 18px;
  }

  .heading.l {
    font-size: 32px;
  }

  .heading._2xs {
    font-size: 14px;
  }

  .heading._2xl {
    margin-bottom: 16px;
    font-size: 42px;
  }

  .heading._3xl {
    margin-bottom: 16px;
    font-size: 50px;
  }

  .heading.s {
    font-size: 22px;
  }

  ._12-columns {
    margin-left: -12px;
    margin-right: -12px;
  }

  ._12-columns.mobile-reverse {
    flex-direction: column-reverse;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.l {
    font-size: 16px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero {
    padding-right: 24px;
  }

  .button {
    padding: 20px 28px;
  }

  .button:hover {
    background-color: var(--neutral-950);
    color: var(--neutral-50);
  }

  .button.secondary:hover {
    color: var(--neutral-950);
    background-color: rgba(0, 0, 0, 0);
  }

  .button.secondary:active {
    border-color: var(--neutral-950);
  }

  .button.tertiary {
    border-bottom: 0 #000;
  }

  .button.tertiary:hover {
    color: var(--neutral-950);
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0 rgba(0, 0, 0, 0);
  }

  .button.tertiary:active {
    border-bottom-color: var(--neutral-950);
  }

  .button.dark:hover {
    background-color: var(--green-50);
    color: var(--neutral-950);
  }

  .button.secondary-dark:hover {
    color: var(--green-50);
    background-color: rgba(0, 0, 0, 0);
  }

  .button.tertiary-dark {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .button.tertiary-dark:active {
    color: var(--green-50);
  }

  .column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column.tablet-9 {
    width: 75%;
  }

  .column.tablet-4 {
    width: 33.33%;
  }

  .column.tablet-5 {
    width: 41.67%;
  }

  .column.tablet-3 {
    width: 25%;
  }

  .column.tablet-6 {
    width: 50%;
  }

  .column.tablet-11 {
    width: 91.67%;
  }

  .column.tablet-7 {
    width: 58.33%;
  }

  .column.tablet-12 {
    width: 100%;
  }

  .column.tablet-10 {
    width: 83.33%;
  }

  .column.desktop-3.tablet-4.mobile-12.sticky {
    top: 32px;
  }

  .column.tablet-1 {
    width: 8.33%;
  }

  .column.tablet-2 {
    width: 16.66%;
  }

  .column.tablet-8 {
    width: 66.67%;
  }

  .column.desktop-2.tablet-6 {
    width: 50%;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .caption {
    font-size: 12px;
  }

  .caption.l {
    font-size: 14px;
  }

  .caption.s {
    font-size: 11px;
  }

  .social-links {
    grid-column-gap: 12px;
  }

  .social-link:hover {
    opacity: 1;
  }

  .social-link.large {
    width: 28px;
    height: 28px;
  }

  .nav-top {
    padding: 24px;
  }

  .logo {
    width: 190px;
  }

  .nav-search {
    width: 30%;
  }

  .nav-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    border-bottom-style: none;
  }

  .nav-link:hover {
    color: var(--neutral-950);
  }

  .submit-button {
    background-size: 24px;
    width: 32px;
    height: 32px;
    margin-left: -32px;
  }

  .footer-top {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .footer-links-left {
    grid-column-gap: 24px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-link:hover {
    color: var(--green-50);
  }

  .footer-links-right {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .link-light:hover {
    color: rgba(248, 248, 248, .6);
  }

  .heading-row {
    margin-bottom: 32px;
  }

  ._3-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper {
    padding-bottom: 60%;
  }

  .image-wrapper.l.icons {
    min-height: 560px;
  }

  .blog-text-link:hover {
    color: var(--neutral-950);
  }

  .pagination-button:hover {
    color: var(--neutral-950);
    background-color: rgba(0, 0, 0, 0);
  }

  .pagination {
    margin-top: 32px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .play-button.large {
    width: 96px;
    height: 96px;
  }

  .carousel-mask {
    width: 70%;
  }

  .carousel-item {
    margin-right: 24px;
  }

  .arrow-icon {
    height: 28px;
  }

  .carousel-arrow:hover {
    transform: scale(1);
  }

  .carousel-arrow:active {
    transform: scale(.87);
  }

  .carousel-arrow.left {
    right: 48px;
  }

  .carousel-arrow.left:hover {
    transform: rotate(180deg)scale(1);
  }

  .carousel-arrow.left:active {
    transform: rotate(180deg)scale(.87);
  }

  .full-width-image {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .full-width-image.financial-control-hero, .full-width-image.books-hero, .full-width-image.buget-hero, .full-width-image.about-us-hero, .full-width-image.starter-kit-hero {
    min-height: auto;
  }

  .full-width-image-content {
    width: 100%;
  }

  .button-wrapper {
    margin-top: 24px;
  }

  .hero-left {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 0;
  }

  .hero-right {
    width: 100%;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .layered-image {
    margin-bottom: -400px;
    padding: 64px;
  }

  .content-card {
    flex-direction: column;
  }

  .content-card.flipped {
    flex-direction: column-reverse;
  }

  .content-card-image {
    width: 100%;
  }

  .content-card-text {
    min-height: auto;
    padding: 48px;
  }

  .tag {
    font-size: 12px;
    display: block;
  }

  .tag:hover {
    background-color: var(--neutral-950);
    color: var(--green-50);
  }

  .title-banner-content {
    width: 100%;
  }

  ._2-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-left {
    width: 100%;
    margin-bottom: 48px;
  }

  .blog-grid-rows {
    width: 100%;
  }

  .share-icons-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .rich-text {
    margin-top: -40px;
  }

  .rich-text h1 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .rich-text h6 {
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text li {
    margin-bottom: 12px;
  }

  .rich-text ol {
    font-size: 14px;
  }

  .rich-text figcaption {
    font-size: 12px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .author-row:hover {
    color: var(--neutral-950);
  }

  .arrow-left {
    width: 40px;
    height: 40px;
    bottom: 24px;
    right: 72px;
  }

  .arrow-right {
    width: 40px;
    height: 40px;
    bottom: 24px;
    right: 24px;
  }

  .full-width-image-slider {
    min-height: 640px;
  }

  .contact-link:hover {
    color: var(--neutral-950);
  }

  .contact-form-block {
    margin-bottom: 56px;
  }

  .icon-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .disclosure {
    margin-top: 16px;
  }

  .form-card {
    width: 80%;
    padding: 48px;
  }

  .search-result-item {
    margin-bottom: 24px;
  }

  .search-result-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .search-result-title:hover {
    color: var(--neutral-950);
  }

  .search-result-url {
    font-size: 10px;
  }

  .search-result-content {
    padding: 24px;
  }

  .search-result-snippet {
    font-size: 12px;
  }

  .cl-item {
    padding: 24px 0 8px;
  }

  .grid-background {
    width: auto;
    max-width: none;
    height: 100vh;
    left: 50%;
    transform: translate(-50%);
  }

  .vlog-wrapper {
    padding-bottom: 60%;
  }

  .vlog-wrapper.l.icons {
    min-height: 560px;
  }

  .vlog-content {
    width: 100%;
  }

  .pricing {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .main {
    margin-left: -12px;
    margin-right: -12px;
  }

  .main.mobile-reverse {
    flex-direction: column-reverse;
  }

  .container-2 {
    max-width: 728px;
  }

  .book {
    padding-left: 32px;
  }

  .book-title {
    overflow: visible;
  }

  .budgeting {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
  }

  h4 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  h6 {
    margin-bottom: 12px;
    font-size: 12px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    padding: 8px 12px;
    font-size: 16px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.top-2xl {
    padding-top: 80px;
  }

  .section.bottom-2xl {
    padding-bottom: 80px;
  }

  .section.padding-xl {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.padding-2xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    margin-bottom: 300px;
  }

  .section.texture-light.utility-page {
    padding-top: 72px;
  }

  .section.page-banner {
    padding-top: 56px;
  }

  .section.page-banner.centered {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .section.top-xl {
    padding-top: 56px;
  }

  .section.bottom-xl {
    padding-bottom: 56px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid._3-column {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .spacer._24 {
    width: 16px;
    height: 16px;
  }

  .footer-text {
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .form-dropdown {
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .field-block {
    min-height: auto;
    margin-bottom: 16px;
  }

  .form-input {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-input.search {
    background-position: 12px;
    background-size: 24px;
    padding-left: 48px;
  }

  .form-radio-button {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .sg-grid-column {
    border-radius: 0;
  }

  .form-checkbox {
    font-size: 14px;
  }

  .field-label {
    margin-bottom: 8px;
  }

  .heading.xl {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.m {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
  }

  .heading.xs {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .heading.l {
    font-size: 26px;
  }

  .heading._2xs {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .heading._2xl {
    font-size: 32px;
  }

  .heading._3xl {
    font-size: 40px;
  }

  .heading.s {
    font-size: 18px;
  }

  ._12-columns {
    margin-left: -8px;
    margin-right: -8px;
  }

  ._12-columns.reversed {
    flex-direction: column;
  }

  .paragraph {
    margin-bottom: 12px;
  }

  .paragraph.l {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    font-size: 12px;
  }

  .column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .column.mobile-3 {
    width: 25%;
  }

  .column.mobile-10 {
    width: 83.33%;
  }

  .column.mobile-4 {
    width: 33.33%;
  }

  .column.mobile-1 {
    width: 8.33%;
  }

  .column.mobile-8 {
    width: 66.67%;
  }

  .column.mobile-11 {
    width: 91.67%;
  }

  .column.mobile-7 {
    width: 58.33%;
  }

  .column.mobile-9 {
    width: 75%;
  }

  .column.mobile-12 {
    width: 100%;
  }

  .column.desktop-3.tablet-4.mobile-12.sticky {
    position: relative;
    top: 0;
  }

  .column.mobile-6 {
    width: 50%;
  }

  .column.mobile-2 {
    width: 16.66%;
  }

  .column.mobile-5 {
    width: 41.67%;
  }

  .caption.l {
    font-size: 12px;
  }

  .social-links {
    display: none;
  }

  .nav-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    width: 230px;
  }

  .nav-search {
    display: none;
  }

  .nav-bottom {
    border-top-style: none;
  }

  .nav-link {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Lora, sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
  }

  .nav-menu {
    z-index: 998;
    background-color: var(--neutral-50);
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 96px;
    padding-bottom: 48px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .brand {
    z-index: 999;
    margin-top: -4px;
    padding-left: 0;
    position: relative;
    left: auto;
    transform: translate(0%);
  }

  .brand.w--current {
    margin-right: auto;
  }

  .newsletter-form {
    margin-top: 16px;
  }

  .footer-top {
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .footer-links-left {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    margin-bottom: 48px;
  }

  .footer-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .footer-link.small {
    font-size: 12px;
  }

  .footer-links-right {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-row, .heading-row.centered {
    margin-bottom: 24px;
  }

  ._3-column-grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .card {
    grid-row-gap: 8px;
  }

  .image-wrapper.l.icons {
    min-height: 420px;
  }

  .card-content {
    padding-bottom: 24px;
  }

  .pagination-button {
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .pagination {
    margin-top: 24px;
  }

  ._4-column-grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .play-button.large {
    width: 72px;
    height: 72px;
  }

  .video-length {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    bottom: 8px;
    right: 8px;
  }

  .video-length.large {
    bottom: 8px;
    right: 8px;
  }

  .carousel-mask {
    width: 90%;
  }

  .carousel-item {
    margin-right: 12px;
  }

  .arrow-icon {
    height: 20px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    top: -56px;
  }

  .carousel-arrow.left {
    right: 40px;
  }

  .full-width-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-left {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .layered-image {
    margin-bottom: -300px;
    padding: 32px;
  }

  .content-card-text {
    padding: 32px;
  }

  .search {
    margin-bottom: 16px;
  }

  .tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tag {
    font-size: 10px;
  }

  .tag.mobile-hidden {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 44px;
    display: flex;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 16px;
    transform: translate(0, -50%);
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-line {
    background-color: var(--neutral-950);
    width: 36px;
    right: 0;
  }

  .hamburger-line.bottom {
    top: 28px;
  }

  .nav-tag-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-tag-item {
    width: 100%;
  }

  ._2-column-grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .blog-grid-rows {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-share-wrapper {
    margin-top: 32px;
  }

  .rich-text {
    margin-top: -32px;
  }

  .rich-text h1 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .rich-text blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

  .rich-text figcaption {
    font-size: 10px;
  }

  .rich-text figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .author-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .author-photo {
    width: 32px;
    height: 32px;
  }

  .arrow-left {
    width: 36px;
    height: 36px;
    bottom: 16px;
    right: 60px;
  }

  .arrow-right {
    width: 36px;
    height: 36px;
    bottom: 16px;
    right: 16px;
  }

  .full-width-image-slider {
    min-height: 560px;
  }

  .contact-form-block {
    margin-bottom: 40px;
  }

  .icon-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-list-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .disclosure {
    font-size: 12px;
  }

  .form-card {
    width: 100%;
    padding: 32px;
  }

  .form-card.utility-page {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .search-result-item {
    margin-bottom: 16px;
  }

  .search-result-title {
    font-size: 18px;
  }

  .search-result-content {
    padding: 16px;
  }

  .search-result-image {
    display: none;
  }

  .licenses-icon {
    width: 24px;
    height: 24px;
  }

  .cl-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 4px;
  }

  .vlog-wrapper.l.icons {
    min-height: 420px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .main {
    margin-left: -8px;
    margin-right: -8px;
  }

  .main.reversed {
    flex-direction: column;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .book {
    flex-direction: column;
    padding: 23px;
  }

  .book-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .book-image {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
  }

  .section.hero {
    margin-bottom: 128px;
  }

  .section.page-banner {
    padding-top: 48px;
    padding-bottom: 8px;
  }

  .section.page-banner.centered {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .grid._3-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .horizontal-rule {
    margin-bottom: 12px;
  }

  .footer-text {
    font-size: 11px;
  }

  .form-dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-input {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.s {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .button.tertiary, .button.tertiary-dark {
    width: auto;
  }

  .column.desktop-2.tablet-6.mobile-12 {
    width: 100%;
  }

  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    width: 56%;
  }

  .footer-links-left {
    margin-bottom: 32px;
  }

  .footer-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .footer-link.small {
    font-size: 11px;
  }

  .heading-row {
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .image-wrapper.l.icons {
    min-height: 240px;
  }

  .carousel-item {
    margin-right: 12px;
  }

  .carousel-arrow {
    right: -8px;
  }

  .carousel-arrow.left {
    right: 28px;
  }

  .full-width-image-content {
    text-align: center;
    display: block;
  }

  .overline {
    margin-bottom: 12px;
    display: inline-block;
  }

  .overline-line {
    margin-top: -10px;
  }

  .layered-image {
    margin-bottom: -128px;
    padding: 24px;
  }

  .content-card-text {
    padding: 32px;
    display: block;
  }

  .search-result-title {
    font-size: 16px;
  }

  .vlog-wrapper.l.icons {
    min-height: 240px;
  }

  .pricing, .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .book-title {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .modal-description {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .modal-title {
    width: 80%;
  }

  .modall-main-image {
    background-position: 50%;
  }

  .budgeting {
    max-width: none;
  }
}

#w-node-_90c8b1e9-ca5c-200f-44f2-753eb736b4d1-ec280323, #w-node-_92fe7640-a752-e62b-3a93-13071e778264-ec280323, #w-node-_92fe7640-a752-e62b-3a93-13071e778265-ec280323, #w-node-_956050f7-e5fb-0c8c-ce78-be8562ea288d-6dbed09c, #w-node-_956050f7-e5fb-0c8c-ce78-be8562ea28a4-6dbed09c, #w-node-_956050f7-e5fb-0c8c-ce78-be8562ea28bd-6dbed09c, #w-node-_08d11c87-3aca-d29c-4419-76fa4b7a9388-5378b807, #w-node-_08d11c87-3aca-d29c-4419-76fa4b7a939f-5378b807, #w-node-_08d11c87-3aca-d29c-4419-76fa4b7a93b8-5378b807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-bold.ttf') format('truetype'), url('../fonts/rokkitt-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-bolditalic.ttf') format('truetype'), url('../fonts/rokkitt-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-thinitalic.ttf') format('truetype'), url('../fonts/rokkitt-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rokkitt';
  src: url('../fonts/rokkitt-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-extrabold.ttf') format('truetype'), url('../fonts/overpass-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-bolditalic.ttf') format('truetype'), url('../fonts/overpass-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}