@font-face {
  font-family: Geistvf;
  src: url('../fonts/GeistVF.woff2') format("woff2");
  font-weight: 32 240;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.otf') format("opentype"), url('../fonts/Geist-UltraBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-base: #1a1c20;
  --primary: #9269f2;
  --dark-gray: #302f2c;
  --light-gray: #f4f4f4;
  --mid-gray: #d0d1db;
  --white: white;
  --border--radius-md: 8px;
  --border--radius-sm: 4px;
}

.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;
}

.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;
}

body {
  color: var(--color-base);
  font-family: General Sans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

p {
  margin-bottom: 1em;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus-visible {
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.2em;
}

li {
  margin-bottom: .3em;
}

label {
  margin-bottom: 5px;
  display: block;
}

strong {
  font-weight: bold;
}

.h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Geist, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h1.cc-hero-heading {
  text-align: center;
  margin-bottom: .1em;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 96%;
}

.h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Geist, sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Geist, sans-serif;
  font-size: 3.04rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3.cc-hero-sm-heading {
  color: var(--dark-gray);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
}

.h3.cc-hero-sm-heading.cc-accent {
  color: var(--primary);
}

.h3.u-text-white.cert-heading {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 1.825rem;
  font-weight: 500;
  text-decoration: none;
}

.h3.u-text-center {
  font-weight: 500;
}

.h3.no-margin {
  margin-bottom: 0;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Geist, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.section {
  background-color: var(--light-gray);
  cursor: default;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section.cc-nav {
  z-index: 999;
  background-color: var(--light-gray);
  background-image: none;
  border: 1px #000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.cc-hero {
  cursor: default;
  background-image: url('../images/grid-bg.svg'), url('../images/banner-mark.svg');
  background-position: 50%, 100% 101%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 40%;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
}

.section.cc-about {
  background-color: var(--color-base);
  cursor: default;
}

.section.cc-footer {
  background-color: var(--color-base);
  padding-top: 4rem;
  font-family: Geist, sans-serif;
}

.section.cc-work {
  cursor: default;
}

.section.cc-testimonials {
  background-color: var(--primary);
  background-image: url('../images/banner-mark.svg');
  background-position: 100% 101%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.section.cc-tools {
  cursor: default;
  background-image: url('../images/grid-bg.svg');
  background-position: 50% 190%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
}

.section.section-border {
  border-bottom: 1px solid var(--mid-gray);
}

.section.section-border.padding-bottom_half {
  padding-bottom: 4rem;
}

.section.section-border.padding-bottom_half.cc-templates_hero {
  background-image: url('../images/grid-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
}

.section.top-padding_4-rem {
  padding-top: 4rem;
  overflow: visible;
}

.section.top-padding_4-rem.bottom-padding_12-rem {
  padding-bottom: 12rem;
}

.section.top-padding_4-rem.z-index_100 {
  z-index: 100;
}

.section.cc-customers {
  background-image: url('../images/grid-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.cc-banner_mark {
  background-image: url('../images/banner-mark.svg');
  background-position: 100% 101%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.section.cc-banner_mark.cc-top-padding-4 {
  padding-top: 4rem;
}

.section.cc-banner_mark.cc-top-padding-4:where(.w-variant-94ff42ff-72f6-e94d-9387-3e0d615bca79) {
  background-color: var(--white);
}

.section.cc-blog_hero {
  background-image: url('../images/grid-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  transition: color .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.container.cc-work-container {
  flex-direction: column;
  display: flex;
}

.container.cc-cert-cont {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.u-container-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  overflow: visible;
}

.row.row-justify-end {
  justify-content: flex-end;
}

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

.row.row-align-end {
  align-items: flex-end;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.block {
  column-count: 2;
  display: block;
}

.row.u-mt-2.gap-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.row.u-mt-2.gap-32.relative-parent {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  align-items: flex-start;
  position: relative;
  top: 0;
  overflow: visible;
}

 .row.cc-full_width {
  width: 100%;
}

.row.cc-full_width.cc-mobile_centered.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-3.col-md-6.col-sm-12 {
  margin-bottom: 40px;
  padding-left: 8px;
  padding-right: 8px;
}

.col.col-lg-3.sticky {
  z-index: 1;
  position: sticky;
  top: 150px;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-6.cc-tools-col {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.col.col-lg-6.cc-tools-col.col-md-12.col-sm-12 {
  flex-flow: column;
  display: flex;
}

.col.col-lg-6.cc-work-col {
  flex-direction: column;
  display: flex;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-7.cc-my-col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
  padding-left: 8px;
  padding-right: 8px;
}

.col.col-lg-4.padding-side_8 {
  padding-left: 10px;
  padding-right: 10px;
}

.col.col-lg-4.padding-side_8.u-mb-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.col.col-lg-4.sticky {
  position: sticky;
  top: 100px;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-last {
  order: 1;
}

.col.cc-test-col {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.col.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn {
  background-color: var(--color-base);
  box-shadow: inset 1px 0 5px 0 var(--light-gray);
  color: #fff;
  cursor: pointer;
  border: 1px #0000;
  border-radius: 4px;
  padding: .5em 2em;
  font-family: Geist, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.btn:where(.w-variant-e6f231b5-09ed-1448-f713-015cd7843f86) {
  background-color: var(--white);
  box-shadow: inset 0 1px 5px 0 var(--primary);
  color: var(--color-base);
}

.btn:hover {
  border: 4px none var(--color-base);
  box-shadow: inset 0 -4px 16px 0 var(--light-gray);
  pointer-events: auto;
  color: var(--light-gray);
}

.btn:hover:where(.w-variant-e6f231b5-09ed-1448-f713-015cd7843f86) {
  box-shadow: inset 0 -3px 9px 2px var(--primary);
  color: var(--color-base);
}

.btn.cc-light {
  box-shadow: inset 1px 0 5px 0 var(--primary);
  color: #323a45;
  background-color: #fff;
}

.btn.cc-light.cc-email-btn {
  box-shadow: inset 0 1px 5px 0 var(--primary);
}

.btn.cc-light.cc-email-btn:hover {
  box-shadow: inset 0 -3px 9px 2px var(--primary);
}

.btn.cc-light.cc-email-btn:active {
  background-color: var(--white);
}

.btn.cc-secondary {
  border-color: var(--primary);
  color: var(--color-base);
  background-color: #0000;
}

.btn.cc-secondary.cc-light {
  border-color: var(--white);
  color: var(--white);
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26;
}

.btn.cc-full {
  width: 100%;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.u-text-white.u-bg-darkgray {
  border-radius: var(--border--radius-md);
  background-color: var(--color-base);
  box-shadow: inset 0 1px 5px 0 var(--light-gray);
  text-decoration: none;
}

.card.u-bg-black {
  background-color: var(--color-base);
}

.card-body {
  box-shadow: inset 0 0 0 0 var(--color-base);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input {
  border: 1px solid var(--mid-gray);
  height: 100%;
  min-height: 65px;
  color: var(--color-base);
  background-color: #0000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: var(--primary);
}

.input::placeholder {
  color: var(--mid-gray);
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: var(--white);
}

.input-label {
  z-index: 1;
  color: var(--color-base);
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-radio {
  border-color: var(--mid-gray);
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 3px var(--white);
  background-color: #0000;
  margin-top: 2px;
  margin-left: -28px;
}

.input-radio:hover {
  border-color: var(--primary);
  background-color: var(--light-gray);
}

.input-radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
}

.input-radio.w--redirected-focus {
  border-color: var(--primary);
  box-shadow: none;
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px var(--dark-gray);
}

.input-radio.cc-light:hover {
  background-color: var(--mid-gray);
}

.input-check {
  border-color: var(--mid-gray);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  border-color: var(--primary);
  background-color: var(--light-gray);
}

.input-check.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 16px;
}

.input-check.w--redirected-focus {
  border-color: var(--primary);
  box-shadow: none;
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.input-check.cc-light:hover {
  background-color: var(--mid-gray);
}

.utility_form {
  text-align: left;
  flex-direction: column;
}

.utility_container {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  display: flex;
}

.page-wrapper {
  background-color: var(--light-gray);
  color: var(--color-base);
  position: relative;
}

.page-wrapper.cc-utility {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.styles__section-label {
  border-bottom: 2px dotted var(--mid-gray);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.styles__card-preview {
  border-bottom: 1px solid var(--color-base);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 130px;
  display: flex;
  position: relative;
}

.styles__card-preview.cc-work-card {
  justify-content: flex-start;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  padding: 16px;
  position: relative;
}

.styles__row-example {
  border: 1px dashed var(--mid-gray);
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.styles__utility-wrap {
  margin-bottom: 40px;
  padding: 1px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__nav {
  z-index: 2;
  background-color: var(--color-base);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0;
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles__nav-link {
  color: var(--white);
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: var(--primary);
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: var(--dark-gray);
  text-decoration: none;
}

.styles__nav-version {
  background-color: var(--primary);
  color: var(--white);
  text-transform: none;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__nav-logo {
  width: 64px;
  color: var(--primary);
  line-height: .8;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.eyebrow {
  border-radius: var(--border--radius-sm);
  background-color: var(--color-base);
  width: auto;
  box-shadow: inset 0 1px 5px 0 var(--light-gray);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 10px;
  font-family: Geist, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  position: relative;
}

.eyebrow:where(.w-variant-c8e64090-2033-5d7a-bb75-5ea364f72f28) {
  border: 1px solid var(--mid-gray);
  color: var(--color-base);
  background-color: #1a1c2000;
}

.paragraph-0-9 {
  font-family: Geist, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

.paragraph-0-9.cc-grey {
  color: var(--mid-gray);
  font-family: Geist, sans-serif;
}

.paragraph-0-9.no-margin {
  margin-bottom: 0;
}

.paragraph-0-9.cc-dark_grey {
  color: var(--dark-gray);
}

.paragraph-1-25 {
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
}

.paragraph-1-25.no-margin {
  margin-bottom: 0;
}

.paragraph-1-5 {
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
}

.paragraph-1-5.cc-first-par {
  margin-bottom: 1em;
}

.paragraph-1-5.cc-tools-par {
  text-align: right;
}

.paragraph-1-5.cc-add-pad {
  padding-right: 200px;
}

.u-bg-primary {
  background-color: var(--primary);
}

.u-bg-black {
  background-color: var(--color-base);
}

.u-bg-darkgray {
  background-color: var(--dark-gray);
}

.u-bg-midgray {
  background-color: var(--mid-gray);
}

.u-bg-lightgray {
  background-color: var(--light-gray);
}

.u-bg-white {
  background-color: var(--white);
}

.u-text-primary {
  color: var(--primary);
}

.u-text-black {
  color: var(--color-base);
}

.u-text-lightgray {
  color: var(--light-gray);
}

.u-text-lightgray.test-link {
  text-decoration: none;
}

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

.u-text-white.cc-small-link {
  padding-right: 10px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .3s cubic-bezier(.77, 0, .175, 1);
}

.u-text-white.cc-small-link:hover {
  color: var(--primary);
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
}

.u-text-white.cc-small-link.cc-last-link {
  padding-right: 10px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

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

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

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

.u-overflow-visible {
  overflow: visible;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-h-100 {
  height: 100%;
}

.u-w-100 {
  width: 100%;
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-mb-3.eyebrow-container {
  flex-direction: column;
  display: flex;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mr-1 {
  margin-right: 1em;
}

.u-m-0 {
  margin: 0;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.u-p-0 {
  padding: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-position-relative {
  position: relative;
}

.body {
  font-family: Geist, sans-serif;
  font-weight: 400;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--light-gray);
  width: 90%;
  max-width: 90rem;
  margin-bottom: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.77, 0, .175, 1);
}

.nav-link:hover {
  border-radius: var(--border--radius-sm);
  background-color: var(--white);
  color: var(--color-base);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.body-main {
  background-color: var(--light-gray);
  pointer-events: auto;
  cursor: default;
  font-family: Geist, sans-serif;
  overflow: visible;
}

.cc-span-underline {
  background-image: linear-gradient(#9269f200 57%, #fff 58%, #fff);
}

.cc-links {
  color: var(--color-base);
  font-family: Geist, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.cc-links.cc-span-underline.cc-larger {
  margin-right: 10px;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.image-2 {
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: fill;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.logo {
  z-index: 999;
  color: var(--color-base);
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.marquee-image {
  background-color: #0000;
  width: 100px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.marquee-image.featured {
  width: 140px;
}

.marquee-3 {
  grid-column-gap: 1rem;
  background-color: var(--light-gray);
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-3.featured {
  margin-top: 0;
}

.marquee-content-3 {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.about-wrapper {
  width: auto;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 1rem)); }
}

.scroll {
  animation: scroll 60s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.marquee-gradient {
  background-image: linear-gradient(270deg, #0000 80%, #f4f4f4), linear-gradient(270deg, #f4f4f4, #fff 20%);
  position: absolute;
  inset: 0%;
}

.logo-line {
  background-color: var(--primary);
  height: 10px;
  display: none;
  position: absolute;
  inset: auto 0% 37%;
}

.project-label {
  border-radius: var(--border--radius-sm);
  background-color: var(--primary);
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 10px;
  font-weight: 600;
}

.label-wrapper {
  width: auto;
  height: auto;
  display: flex;
}

.footer-heading {
  width: auto;
  height: auto;
  color: var(--light-gray);
  text-shadow: 0 90px 0 var(--light-gray);
  margin-bottom: 0;
  line-height: 5.5rem;
}

.divider {
  background-color: var(--mid-gray);
  height: 1px;
  display: block;
}

.credits {
  justify-content: space-between;
  display: flex;
}

.categories-text {
  color: var(--light-gray);
  flex: none;
  padding-top: 10px;
  font-size: .75rem;
  text-decoration: none;
}

.categories-text:hover {
  text-decoration: underline;
}

.categories-text.u-mb-1 {
  text-decoration: none;
  transition: color .4s;
}

.categories-text.u-mb-1:hover {
  color: var(--primary);
}

.categories-text.no-underline:hover {
  text-decoration: none;
}

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

.footer-heading-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: static;
}

.email-text {
  color: var(--light-gray);
}

.email-text.paragraph-1-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list-item, .list-item.cc-last-item {
  padding-right: 0;
}

.email-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-heading {
  text-decoration: none;
}

.tools-heading {
  font-weight: 500;
}

.card-testimonial {
  border-radius: var(--border--radius-md);
  background-color: var(--color-base);
  box-shadow: inset 0 1px 5px 0 var(--light-gray);
  padding: 35px;
}

.testimonial-par.paragraph-1-5 {
  color: var(--light-gray);
  padding: 0;
}

.avatar {
  border-radius: 999px;
  width: 50px;
  height: 50px;
}

.person-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-par {
  color: var(--primary);
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
}

.testimonial-heading {
  text-align: center;
  margin-top: 60px;
}

.small-bold {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.burger-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 2px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 30px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 2px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 2px;
}

.bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site-btn.btn.cc-light:hover {
  box-shadow: inset 0 -3px 9px 2px var(--primary);
}

.text-span {
  color: var(--primary);
}

.small-wrapper {
  width: auto;
  height: auto;
  color: var(--light-gray);
  margin-bottom: 0;
  font-size: 5.5rem;
  line-height: 5.5rem;
  overflow: hidden;
}

.nav-border-trigger {
  height: 128px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.nav-border-line {
  border: 1px solid #e6e6ee;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.this-year {
  font-size: .75rem;
}

.progress-bar {
  z-index: 999;
  background-color: var(--primary);
  width: 50%;
  height: .5rem;
  position: fixed;
  bottom: 0%;
  left: 0%;
}

.widget-video-wrap {
  z-index: 998;
  width: 218px;
  height: 387.5px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  position: fixed;
  bottom: 0%;
  right: 0%;
}

.widget-close_btn {
  z-index: 30;
  background-color: #fff;
  border: 4px solid #9268f3;
  border-radius: 1200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: absolute;
  inset: -6% auto auto -6%;
}

.video-player {
  border: 4px #9268f3;
  border-radius: 0;
  width: 218px;
  height: 387.55px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.staging-body {
  background-color: var(--light-gray);
  font-family: Geist, sans-serif;
}

.card-cert.u-bg-black {
  border-radius: var(--border--radius-md);
  box-shadow: inset 0 1px 5px 0 var(--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-cert-link {
  border-radius: var(--border--radius-md);
  object-fit: fill;
  text-decoration: none;
}

.cert-img-wrap {
  pointer-events: auto;
  border-radius: 8px 8px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 320px;
  padding: 0;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.cms-img {
  filter: saturate(0);
  transition: filter .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.cms-img:hover {
  filter: saturate(1);
  transform: scale(1.08);
}

.paragraph {
  font-family: Geist, sans-serif;
}

.paragraph.styles, .paragraph.tags {
  display: none;
}

.paragraph.truncate {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  height: auto;
  position: static;
  overflow: hidden;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.text-box.u-medium {
  max-width: 640px;
}

.text-box.u-large {
  max-width: 720px;
}

.text-box.u-small {
  max-width: 480px;
  font-family: Geist, sans-serif;
  line-height: 1.6rem;
}

.text-box.m {
  max-width: 500px;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #242424;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_search {
  color: #b9fd3b;
  background-color: #242424;
  background-image: url('../images/search-icon-white.svg');
  background-position: 16px 52%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 3.25rem;
  font-size: 1rem;
}

.filter_search.helper {
  border: 2px solid var(--white);
  background-color: var(--white);
  min-height: 3rem;
  color: var(--dark-gray);
  border-radius: 4px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Geist, sans-serif;
}

.filter_search.helper:focus {
  border-color: var(--primary);
}

.filter_search.helper::placeholder {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.template-type {
  display: none;
}

.button-wrap.template {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accent-span {
  color: var(--primary);
}

.dropdown-toggle {
  background-color: var(--white);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.dropdown-toggle.u-mt-1 {
  border: 2px none var(--white);
  border-radius: 4px;
  padding-left: 20px;
  transition: border-color .4s;
}

.dropdown-toggle.u-mt-1:hover {
  border: 2px solid var(--primary);
  background-color: var(--white);
}

.dropdown-toggle.u-mt-1.border {
  border-style: solid;
}

.template-card_wrapper {
  background-color: var(--white);
  border-radius: 16px;
  padding: 1rem;
}

.thumbnails-wrapper {
  position: relative;
}

.thumbnails-wrapper.u-mb-1 {
  border-radius: 8px;
  overflow: hidden;
}

.template-thumbnail_first {
  z-index: 1;
  transition: opacity .4s;
  position: relative;
}

.template-card_wrapper:hover .template-thumbnail_first {
  opacity: 0;
}

.template-thumbnail_hidden {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.template-link {
  color: var(--color-base);
  text-decoration: none;
}

.price-platform_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price {
  color: var(--primary);
}

.price.paragraph.no-bottom-margin {
  margin-bottom: 0;
}

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

.h5 {
  font-family: Geist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.h5.cc-white {
  color: var(--light-gray);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h5.cc-white.cc-small {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .825rem;
  display: flex;
}

.h5.cc-white.desktop-no-margin {
  margin-bottom: 0;
}

.dropdown-nav.u-mt-1.dropdown-bg {
  z-index: 1;
  background-color: var(--white);
  border-radius: 4px;
  padding: 1rem;
}

.feature-card_wrapper {
  background-color: var(--white);
  border-radius: 16px;
  padding: 1rem;
  padding-bottom: 2rem;
}

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

.eyebrow-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.header-text_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.fans-card_wrapper {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

.social-avatar_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-avatar {
  border-radius: 1000px;
  width: 48px;
  height: 48px;
}

.social-name-handle_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-link {
  position: absolute;
  inset: 16px 16px auto auto;
}

.post-link_image {
  width: auto;
  height: 32px;
}

.review-header_wrapper.u-mt-2, .review-header_wrapper.u-mt-3 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.reviews-text {
  font-family: Geist, sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.faq-items_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.faq-item {
  cursor: pointer;
  width: auto;
}

.faq-icon-wrap {
  background-color: var(--light-gray);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.faq-item-answer {
  box-sizing: border-box;
  background-color: #fff0;
  border: 1px #fff;
  border-radius: 0 0 .5rem .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  overflow: hidden;
}

.heading.h5 {
  color: #1a1a1a;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  position: static;
}

.heading.h5.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.h6 {
  color: #24242d;
  text-transform: none;
  font-size: 25.8px;
  font-weight: 400;
  line-height: 115%;
}

.heading.h6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.h6.no-margin.dark-5 {
  color: #fff;
}

.heading.h3 {
  font-size: 44.58px;
  font-weight: 400;
  line-height: 115%;
}

.heading.h3.dark-9 {
  color: #fff;
}

.faq-expand-icon {
  filter: invert();
  color: #fff;
  background-color: #fe492d00;
  border-radius: 10000px;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  padding: .25rem;
}

.faq-item-question {
  color: #161616;
  background-color: #fff;
  border: 3px #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  transition: border-color .5s, background-color .5s;
  display: flex;
}

.faq-item-question:hover {
  color: #f2f9ff;
  background-color: #fff;
  border: 3px #d7f680;
}

.paragraph-2 {
  color: #1a1a1a;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-2.large {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-2.large.padding {
  padding: 32px;
}

.paragraph-2.large.padding.no-margin {
  margin-bottom: 0;
}

.paragraph-2.large.padding.no-margin.purple {
  background-color: var(--primary);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: Geist, sans-serif;
}

.tally-iframe {
  max-width: 100%;
}

.code-embed {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.form-border {
  background-color: var(--color-base);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.form-border.u-mt-1 {
  padding: 16px;
}

.gallery-image {
  border-radius: 16px;
  width: 100%;
}

.rich-text {
  font-family: Geist, sans-serif;
}

.rich-text.features {
  margin-top: 20px;
}

.features-dropdown_wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-3 {
  flex: 1;
}

.breadcrumbs-outer_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  font-family: Geist, sans-serif;
  display: flex;
}

.breadcrumbs-outer_wrapper.align-left {
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb {
  color: var(--color-base);
  text-transform: uppercase;
  font-family: Geist, sans-serif;
}

.breadcrumb.paragraph-0-9 {
  text-decoration: none;
}

.breadcrumb.paragraph-0-9:hover {
  text-decoration: underline;
}

.review-wrapper {
  position: relative;
}

.reviewers-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f8f700;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: static;
  inset: auto auto 32px 32px;
}

.reviewers-wrapper.u-mt-1.u-mb-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.reviewers-wrapper.u-mt-1.u-mb-1.u-text-center {
  justify-content: center;
  align-items: center;
}

.customer-avatars-wrap {
  position: static;
  inset: auto auto 32px 32px;
}

.customer-avatar {
  border: 1px #cad3d7;
  border-radius: 1000px;
  width: 32px;
  height: 32px;
}

.customer-avatar.overlap {
  border: 2px solid var(--primary);
  width: 28px;
  height: 28px;
  margin-left: -8px;
}

.paragraph-3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-3.small {
  opacity: 1;
  color: #2c1e22;
  font-size: 14px;
  line-height: 150%;
}

.review-stars {
  width: auto;
  height: 16px;
}

.stars-count_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.more-templates-heading_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.breadcrumps-inner_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.templates-heading_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.all-templates_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.eyebrow-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #1a1c20;
  border-radius: 4px;
  width: auto;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 10px;
  font-family: Geist, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  box-shadow: inset 0 1px 5px #f4f4f4;
}

.btn-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1a1c20;
  border: 1px #0000;
  border-radius: 4px;
  padding: .5em 2em;
  font-family: Geist, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 1px 0 5px #f4f4f4;
}

.btn-2:hover {
  pointer-events: auto;
  color: #f4f4f4;
  border: 4px #1a1c20;
  box-shadow: inset 0 -4px 16px #f4f4f4;
}

.btn-2.secondary {
  color: #1a1c20;
  background-color: #fff;
  box-shadow: inset 0 1px 5px #9269f2;
}

.btn-2.secondary:hover {
  color: #1a1c20;
  box-shadow: inset 0 -3px 9px 2px #9269f2;
}

.btn-3 {
  color: #fff;
  cursor: pointer;
  background-color: #1a1c20;
  border: 1px #0000;
  border-radius: 4px;
  padding: .5em 2em;
  font-family: Geist, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 1px 0 5px #f4f4f4;
}

.btn-3:hover {
  pointer-events: auto;
  color: #f4f4f4;
  border: 4px #1a1c20;
  box-shadow: inset 0 -4px 16px #f4f4f4;
}

.hero-buttons_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-card_wrapper {
  background-color: var(--white);
  border-radius: 16px;
  padding: 16px;
}

.blog-post_link {
  color: var(--color-base);
  font-family: Geist, sans-serif;
  text-decoration: none;
}

.thin-logo {
  font-weight: 200;
}

.template-categories_wrapper {
  flex-flow: column;
  display: flex;
}

.template-categories_wrapper.u-mb-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.template-categories_wrapper.u-mb-1.u-mt-1 {
  justify-content: flex-start;
  align-items: flex-end;
}

.card-link {
  text-decoration: none;
}

.date-read-time_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.read-time_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-icon {
  width: 20px;
  height: 20px;
  padding-bottom: 2px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover .logo-icon {
  transform: rotate(-12deg);
}

.price-outer_wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .1s, background-color .1s;
}

.button:hover {
  background-color: #444;
  border-color: #444;
}

.button:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #ccc;
}

.button.is-full-width {
  flex: 1;
}

.button.is-secondary {
  color: #000;
  background-color: #fff;
  border-color: #dbdcdd;
  transition-duration: .1s, .1s;
}

.button.is-secondary:hover {
  background-color: #eee;
}

 .hide {
  display: none;
}

.highlight-span {
  color: var(--primary);
}

.overlay-hidden {
  overflow: hidden;
}

.gradient-border.grey.dark-6 {
  opacity: 0;
}

.testimonial-icon-wrap {
  background-color: #24242d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f4f7;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 12px #868dab24;
}

.pricing-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 12px #868dab24;
}

.pricing-card.dark-2 {
  background-color: #24242d;
}

.questions-wrap {
  flex-flow: column;
  display: flex;
}

.paragraph-4 {
  color: #24242d;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-4.small {
  opacity: .75;
  font-size: 14px;
}

.paragraph-4.small.extra-light {
  font-weight: 200;
}

.paragraph-4.small.extra-light.no-margin {
  margin-bottom: 0;
}

.paragraph-4.small.extra-light.no-margin.dark-7, .paragraph-4.small.extra-light.dark-10 {
  color: #fff;
}

.price-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-icon {
  width: 16px;
  height: 16px;
}

.plan-name-icon-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.pricing-feature_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-icon {
  width: 12px;
  height: 12px;
}

.pricing-features-outer_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricing-button_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .reviewers-wrapper {
    bottom: 16px;
    left: 16px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    line-height: 150%;
  }
}

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

  h2 {
    font-size: 3.2rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h1.cc-hero-heading {
    font-size: 5.8rem;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .section.cc-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .container.cc-footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .card-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .nav-menu-two {
    z-index: 999;
    background-color: var(--primary);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100%;
    margin-top: 10px;
    padding: 20px 0;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--white);
    padding: 40px 5px;
    font-size: 4.8rem;
    display: flex;
  }

  .nav-link.cc-last-link {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
  }

  .menu-button {
    background-color: var(--light-gray);
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .image-2 {
    height: auto;
    max-height: 100%;
  }

  .footer-heading {
    padding-bottom: 0;
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .credits {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .categories-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-heading-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .email-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .burger-3 {
    background-color: var(--light-gray);
    box-shadow: none;
  }

  .b3-bar1, .b3-middlebar-base, .b3-middlebar, .b3-bar3 {
    background-color: var(--color-base);
    height: 2px;
  }

  .small-wrapper {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .button-wrap.u-mb-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reviewers-wrapper {
    bottom: 128px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .templates-heading_wrapper {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: stretch flex-start;
    align-items: flex-start;
  }

  .template-categories_wrapper.u-mb-1 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .8rem;
  }

  .h1, .h1.cc-hero-heading {
    font-size: 3.6rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.cc-tools {
    background-position: 50% 190%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .container.cc-footer-container, .row.u-mt-2.gap-32.relative-parent {
    flex-flow: column;
  }

  .row.cc-full_width.cc-mobile_centered {
    justify-content: center;
    align-items: center;
  }

  .row.cc-full_width.cc-mobile_centered.gap-32 {
    flex-flow: column;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-lg-6.cc-tools-col.col-md-12.col-sm-12 {
    max-width: 100%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-last {
    order: 1;
  }

  .btn {
    padding: .5em 1em;
  }

  .card-body {
    padding: 20px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: var(--dark-gray);
  }

  .styles__nav-btn.w--open {
    background-color: var(--dark-gray);
    border-radius: 4px;
  }

  .styles__nav-menu {
    background-color: var(--dark-gray);
    padding: 12px 5% 20px;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .paragraph-1-5.cc-add-pad {
    padding-right: 60px;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100svw;
    max-height: 1000px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: 1000px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 3.6rem;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-2 {
    height: 100%;
  }

  .categories-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .categories-text.u-mb-1.hide-mobile {
    display: none;
  }

  .footer-heading-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .email-text.paragraph {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .clients-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .site-btn.btn.cc-light {
    padding-top: .125em;
    padding-bottom: .125em;
  }

  .small-wrapper {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .header-text_wrapper.cc-mobile_vert {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .review-header_wrapper.u-mt-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-item {
    margin-bottom: .5rem;
  }

  .faq-expand-icon {
    flex: 0 auto;
    align-self: center;
    margin-left: 10px;
    padding-left: .25rem;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .code-embed {
    max-width: 460px;
  }

  .reviewers-wrapper {
    bottom: 24px;
    left: 24px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .more-templates-heading_wrapper {
    margin-bottom: 16px;
  }

  .btn-2, .btn-3 {
    padding: .5em 1em;
  }

  .template-categories_wrapper.u-mb-1 {
    flex-flow: column;
  }

  .paragraph-4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  .h1, .h1.cc-hero-heading {
    font-size: 2.8rem;
  }

  .h2 {
    font-size: 2rem;
  }

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

  .section.cc-hero {
    justify-content: center;
    align-items: center;
  }

  .container {
    width: 86%;
  }

  .row.cc-tools-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .row.block {
    column-count: 1;
  }

  .row.cc-full_width.cc-mobile_centered.gap-32 {
    flex-flow: column;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .row {
    margin-bottom: 0;
  }

  .row.u-mt-1,
  .row.u-mt-2 {
    margin-top: 0;
  }

  .col.col-lg-6.cc-tools-col.col-md-12.col-sm-12 {
    max-width: 100%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .styles__row-example {
    height: auto;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .paragraph-1-5.cc-add-pad {
    padding-right: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-top: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-2 {
    height: 100%;
  }

  .footer-heading {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .categories-text {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-heading-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
  }

  .email-text.paragraph-1-5 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .email-text.paragraph {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .email-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .burger-3 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .b3-bar1, .b3-middlebar-base, .b3-middlebar-top, .b3-middlebar, .b3-bar3 {
    height: 2px;
  }

  .bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-btn.btn.cc-light {
    margin-top: 20px;
  }

  .small-wrapper {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .faq-item {
    text-align: left;
    margin-bottom: 8px;
  }

  .faq-expand-icon {
    margin-left: 0;
    padding-left: .25rem;
  }

  .faq-item-question {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .code-embed.contact-form {
    max-width: 100%;
    overflow: hidden;
  }

  .tally-iframe {
    max-width: 100%;
  }

  .reviewers-wrapper.u-mt-1.u-mb-1.u-text-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 150%;
  }

  .stars-count_wrapper {
    justify-content: center;
    align-items: center;
  }

  .all-templates_wrapper.u-mb-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .template-categories_wrapper.u-mb-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button {
    flex: 1;
  }

  .button.is-secondary {
    order: -1;
  }

  .button.is-secondary.is-settings {
    min-width: 100%;
  }

  .button.is-secondary.is-full-width {
    flex: 0 auto;
    width: auto;
  }

  .paragraph-4.small, .paragraph-4.small.extra-light.no-margin {
    display: block;
  }
}


@font-face {
  font-family: 'Geistvf';
  src: url('../fonts/GeistVF.woff2') format('woff2');
  font-weight: 32 240;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.otf') format('opentype'), url('../fonts/Geist-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}