:root {
  --accent: #57e0ff;
  --light-grey: #dee0e3;
  --black: #101b37;
  --white: white;
  --dark-grey: #9396a4;
  --101b37: var(--4844);
  --f2c03b: #f2c03b;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--black: #2c2c2c;
  --15: var(--black);
  --4844: var(--15);
}

.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-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: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 130%;
}

.sg-body {
  background-color: #fff;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-nav-container {
  background-color: var(--accent);
  width: 240px;
  height: 100vh;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #fff;
  padding-right: 0;
  font-weight: 600;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #356af000;
}

.sg-section.header.no-sticky {
  position: static;
}

.text-box {
  max-width: 750px;
}

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

.text-box.m.visible {
  background-color: var(--light-grey);
  border-radius: 6px;
  max-width: 31.25rem;
}

.text-box.l {
  max-width: 600px;
  min-height: 64px;
}

.text-box.l.visible {
  background-color: var(--light-grey);
  border-radius: 6px;
  max-width: 37.5rem;
}

.text-box.l.integrations-text-box {
  background-image: url('../images/circled-oval.svg');
  background-position: 25% 90%;
  background-repeat: no-repeat;
  background-size: 280px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-box.l.pricint-text-box {
  background-image: url('../images/circled-out.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 133px;
  padding-right: 1rem;
}

.text-box.s {
  max-width: 400px;
  min-height: 64px;
}

.text-box.s.visible {
  background-color: var(--light-grey);
  border-radius: 6px;
  max-width: 25rem;
}

.text-box.xl {
  max-width: 700px;
  min-height: 64px;
}

.text-box.xl.visible {
  background-color: var(--light-grey);
  border-radius: 6px;
  max-width: 43.75rem;
}

.text-box.xxl {
  max-width: 800px;
  min-height: 64px;
}

.text-box.xxl.visible {
  background-color: var(--light-grey);
  border-radius: 6px;
  max-width: 50rem;
}

.text-box.testimonials-text-box {
  position: relative;
}

.heading-2 {
  color: #111314;
}

.ds-section-header {
  margin-bottom: 50px;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-description {
  color: var(--black);
  max-width: 400px;
  line-height: 130%;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-label {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 4.475rem;
  font-weight: 800;
  line-height: 110%;
}

.heading.h2 {
  margin-bottom: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 3.733rem;
  font-weight: 800;
  line-height: 110%;
}

.heading.h2.features-heading {
  color: var(--light-grey);
  text-align: left;
}

.heading.h2.works-heading {
  text-align: center;
}

.heading.h2.integrations-heading {
  color: var(--light-grey);
  text-align: center;
}

.heading.h2.services-heading {
  z-index: 10;
  text-align: center;
  position: relative;
}

.heading.h2.why-us-heading, .heading.h2.team-heading {
  text-align: center;
}

.heading.h2.pricing-heading {
  color: var(--light-grey);
}

.heading.h2.testimonials-heading {
  z-index: 1000;
  text-align: center;
  position: relative;
}

.heading.h3 {
  font-size: 3.111rem;
  font-weight: 800;
  line-height: 120%;
}

.heading.h3.step-heading {
  margin-top: 16px;
  font-size: 1.6rem;
}

.heading.h4 {
  color: var(--black);
  margin-bottom: 12px;
  font-size: 2.592rem;
  font-weight: 800;
  line-height: 120%;
}

.heading.h4.inter {
  font-family: Inter, sans-serif;
}

.heading.h4.price {
  color: var(--accent);
}

.heading.h4.cta-heading {
  color: var(--light-grey);
}

.heading.h5 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 130%;
}

.heading.h5.more-heading {
  color: var(--accent);
  padding-right: 5rem;
}

.heading.h5.service-name {
  color: var(--black);
  position: absolute;
  inset: 25% auto 0% 0%;
  transform: rotate(-15deg);
}

.heading.h5.service-name._15deg {
  transform: rotate(15deg);
}

.heading.h5.custom-pricing-heading {
  color: var(--light-grey);
  text-transform: capitalize;
}

.heading.h6 {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
}

.heading.h6.card-heading {
  color: var(--light-grey);
}

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

.heading.h6.price {
  color: var(--light-grey);
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._3r {
  background-color: #0000;
  border-radius: 6px;
  width: 3rem;
  height: 3rem;
}

.spacer._1-5r {
  text-transform: uppercase;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer._2r {
  background-color: #0000;
  border-radius: 6px;
  width: 2rem;
  height: 2rem;
}

.spacer._1r {
  background-color: #0000;
  width: 1rem;
  height: 1rem;
}

.spacer._4r {
  background-color: #0000;
  width: 4rem;
  height: 4rem;
}

.spacer._5r {
  background-color: #0000;
  width: 5rem;
  height: 5rem;
}

.spacer._6r {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
}

.spacer._8r {
  background-color: #0000;
  width: 8rem;
  height: 8rem;
}

.paragraph {
  color: var(--black);
  mix-blend-mode: normal;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph.large {
  color: var(--black);
  text-align: left;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph.large.features-paragraph {
  z-index: 10;
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.paragraph.large.works-paragraph {
  text-align: center;
}

.paragraph.large.integrations-paragraph {
  color: var(--light-grey);
  text-align: center;
}

.paragraph.large.team-paragraph {
  text-align: center;
}

.paragraph.large.pricing-paragraph {
  color: var(--light-grey);
  text-align: center;
}

.paragraph.large.cta-paragraph {
  color: var(--light-grey);
}

.paragraph.small {
  opacity: .75;
  font-size: .875rem;
}

.paragraph.small.pricing {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
}

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

.paragraph.light {
  color: var(--light-grey);
}

.paragraph.pricing {
  color: var(--light-grey);
  text-align: left;
}

.block-quote {
  border-left-color: var(--accent);
  font-size: 1.125rem;
  line-height: 1.4em;
}

.rich-text {
  text-align: left;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

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

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

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

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

.column.desk-3 {
  flex: none;
  width: 25%;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.light-grey {
  background-color: var(--dark-grey);
}

.color-block.soft-grey {
  background-color: var(--light-grey);
}

.color-block.back-grey {
  background-color: var(--accent);
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #f0f2f3;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex: none;
  margin-bottom: 0;
  padding: 1rem 32px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.button:active {
  background-color: var(--white);
}

.button.light {
  background-color: var(--white);
  color: var(--black);
}

.button.light:hover {
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
}

.button.light:active {
  background-color: var(--black);
  color: #fff;
}

.button.outline {
  box-shadow: inset 0 0 0 3px var(--black);
  color: var(--black);
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--black);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #fff;
}

.button.outline:active {
  background-color: var(--black);
  box-shadow: inset 0 0 0 2px var(--black);
}

.button.minimal {
  box-shadow: none;
  color: var(--black);
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.minimal:hover {
  color: var(--dark-grey);
}

.button.minimal:active {
  color: #0a3092;
}

.button.grey {
  background-color: var(--light-grey);
  box-shadow: none;
  color: var(--black);
}

.button.grey:hover {
  background-color: var(--dark-grey);
  color: #2a2f31;
}

.button.grey:active {
  color: #111314;
  background-color: #808c91;
}

.button.accent {
  background-color: var(--accent);
  box-shadow: none;
  color: var(--black);
}

.button.accent:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.small-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  margin-bottom: 0;
  padding: 6px 16px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
}

.small-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.small-button:active {
  background-color: var(--white);
}

.small-button.light {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--black);
  color: var(--white);
}

.small-button.light:active {
  background-color: var(--black);
  color: #fff;
}

.small-button.outline {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  background-color: #0000;
}

.small-button.outline:hover {
  background-color: var(--black);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #fff;
}

.small-button.outline:active {
  background-color: var(--black);
  box-shadow: inset 0 0 0 2px var(--black);
}

.small-button.minimal {
  color: var(--black);
  background-color: #1f242800;
}

.small-button.minimal:hover {
  color: var(--dark-grey);
}

.small-button.grey {
  background-color: var(--light-grey);
  color: var(--black);
}

.small-button.grey:hover {
  background-color: var(--dark-grey);
}

.small-button.accent {
  background-color: var(--accent);
  color: var(--black);
}

.small-button.accent:hover {
  background-color: var(--light-grey);
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.ds-module {
  background-color: var(--light-grey);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.visible-spacer {
  background-color: var(--light-grey);
  border-radius: 5px;
  display: inline-block;
}

.ds-icon-grid {
  margin-top: 24px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.form {
  margin-bottom: 8px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: var(--black);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

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

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

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 720px;
  display: flex;
}

.footer {
  z-index: 300;
  background-color: var(--black);
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: center;
  width: 88vw;
  max-width: 87.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.container.features-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.integrations-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.services-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

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

.container.team-container {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.container.pricing-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.testimonials-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cta-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.footer-links-col {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-col-heading {
  margin-top: 0;
}

.hover-link {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .5rem;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navigation-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-text {
  z-index: 99;
  color: #000;
  justify-content: center;
  align-items: center;
  line-height: 130%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: perspective(725px);
}

.link-text.cc-hidden {
  position: absolute;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.link-text.cc-1 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-text.cc-1.cc-hidden {
  position: absolute;
  inset: auto 0% -100%;
}

.copyrights-link {
  color: var(--black);
  text-decoration: underline;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
}

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

.logo-heading {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 11.25rem;
  line-height: 90%;
}

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

.col._404-col {
  flex-flow: column;
  display: flex;
}

._404-heading {
  text-align: center;
}

._404-image {
  width: 440px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  z-index: 100000;
  border-bottom: 3px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  position: sticky;
  inset: 0% 0% auto;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.mobile-menu {
  z-index: 99;
  display: none;
  position: static;
}

.doodlio-logo {
  width: 140px;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.navigation-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.navigation-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.burger-menu {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: relative;
}

.bar-1 {
  background-color: var(--black);
  width: 30px;
  height: 4px;
}

.bar-2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.bar-1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.bar-3 {
  background-color: var(--black);
  width: 30px;
  height: 4px;
}

.mobile-menu-navigation {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mobile-menu-link {
  color: var(--white);
}

.body {
  background-color: var(--white);
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  overflow: visible;
}

.section {
  background-color: var(--accent);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.hero-section {
  background-color: var(--accent);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(320grad, #fff0 48%, #ffffffd4 68%), url('../images/verse_meme-game.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  padding-bottom: 0;
  position: relative;
}

.section.features-section {
  background-color: var(--black);
  padding-top: 4rem;
}

.section.how-it-works-section {
  background-color: var(--f2c03b);
}

.section.integrations-section {
  background-color: #1f242800;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.services-section {
  background-color: var(--white);
  padding-top: 0;
  position: relative;
}

.section.why-us-section {
  background-color: var(--f2c03b);
  padding-bottom: 0;
}

.section.team-section {
  position: relative;
}

.section.pricing-section {
  background-color: var(--black);
}

.box-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.version-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  display: flex;
}

.full-details-wrapper {
  background-color: var(--accent);
  border-radius: 8px;
  flex: 1;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.licensing-link {
  color: var(--black);
  text-decoration: none;
}

._2-column-grid {
  grid-template-rows: auto;
}

.hero-details-wrap {
  position: relative;
}

._404-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-buttons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

._6-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  padding-right: 1rem;
}

.placeholder-logo {
  width: auto;
  height: auto;
  max-height: 1.3rem;
}

.placeholder-logo.nexus {
  padding-top: 2px;
}

.block-quote-2 {
  border-left-color: var(--accent);
  font-size: 1.125rem;
  line-height: 1.375rem;
}

._3-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-card {
  border: 3px solid var(--light-grey);
  background-color: var(--dark-grey);
  background-image: url('../images/flower.svg');
  background-position: 160% -130%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 2rem;
  transition: background-color .5s, border-color .5s;
}

.feature-card:hover {
  border: 3px solid var(--accent);
  background-color: var(--black);
  color: var(--light-grey);
}

.feature-card.middle-card {
  border-color: var(--accent);
  background-color: var(--black);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.feature-card.middle-card:hover {
  border-color: var(--light-grey);
  background-color: var(--dark-grey);
}

.feature-card.right-card {
  border-color: var(--accent);
  background-color: var(--black);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.feature-card.right-card:hover {
  border-color: var(--light-grey);
  background-color: var(--dark-grey);
  color: var(--black);
}

.feature-card.left-card {
  border-color: var(--accent);
  background-color: var(--black);
  color: var(--light-grey);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.feature-card.left-card:hover {
  border-color: var(--light-grey);
  background-color: var(--dark-grey);
  color: var(--black);
}

.list-item, .list-item-2, .list-item-3, .link {
  font-size: .875rem;
  line-height: 1.25rem;
}

.heading-3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.paragraph-2, .list-item-4, .list-item-5, .list-item-6, .link-2 {
  font-size: .875rem;
  line-height: 1.25rem;
}

.features-header-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos-grid-wrap {
  width: 200%;
  display: flex;
}

.logos-wrapper {
  position: relative;
  overflow: hidden;
}

.gradient-block-left {
  z-index: 100;
  background-image: linear-gradient(90deg, var(--accent) 8%, #fcfb0000);
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.gradient-block-right {
  z-index: 100;
  background-image: linear-gradient(-90deg, var(--accent), #fff0);
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.paragraph-4 {
  line-height: 130%;
}

.step-details {
  border: 0px none var(--black);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.step-paragraph {
  line-height: 130%;
}

.stage-image-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

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

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.eyebrow {
  background-color: var(--black);
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25rem .5rem;
  display: flex;
}

.step-text {
  color: var(--accent);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
}

.underlines {
  margin-top: -2rem;
  position: static;
}

.stage-illustration {
  object-fit: fill;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: none;
}

.stage-card {
  border: 3px none var(--black);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: border-color .5s, background-color .5s;
  display: flex;
}

.stage-card:hover {
  border-style: none;
  border-color: var(--dark-grey);
  background-color: var(--white);
}

.eyebrow-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-5.h3 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 140%;
}

.heading-5.h3.step-heading {
  margin-top: 16px;
  font-size: 1.6rem;
}

.flower-graphic {
  position: absolute;
  inset: -20% -20% auto auto;
}

.flower-graphic.middle {
  inset: auto -15% -30% auto;
}

.flower-graphic.right {
  z-index: 0;
  inset: auto auto -26% -25%;
}

.feature-card-icon {
  display: inline-block;
}

.paragraph-6 {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-6.large {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 150%;
}

.hero-wave-border {
  position: absolute;
  inset: auto 0% 0%;
}

.container-wrap {
  z-index: 100;
  background-color: var(--black);
  background-image: linear-gradient(#1c9380, #1c9380);
  border-radius: 16px;
  width: 96%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.half-circle {
  background-color: var(--f2c03b);
  border-bottom-right-radius: 10000px;
  border-bottom-left-radius: 10000px;
  width: 100vw;
  height: 6rem;
  display: block;
  position: absolute;
  inset: -2% 0% auto;
}

.marquee {
  width: 100%;
}

.marquee.top-margin {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content-wrap {
  z-index: 0;
  flex-flow: row;
  width: 200%;
  display: flex;
  position: relative;
  overflow: visible;
}

.marquee-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.marquee-content.scroll {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-right: 20px;
  display: flex;
}

.marquee-card {
  background-color: var(--accent);
  border-radius: 8px;
  width: 350px;
  padding: 0 1rem 1rem;
  display: block;
  box-shadow: 0 10px 12px -2px #0414352e;
}

.card-header {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.integration-logo {
  width: 1.5rem;
  margin-top: .5rem;
  margin-right: 1rem;
}

.marquee-text-link {
  color: var(--black);
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.intagration-logo {
  width: 1.5rem;
  margin-right: 1rem;
}

.more-wrap {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: auto 0% -10%;
}

.arrow {
  width: 120px;
  margin-top: -1rem;
  position: absolute;
  inset: 100% 0% 0% auto;
}

.arrow.contact-sales {
  position: absolute;
  inset: -75% -60% auto auto;
}

._404-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

._3-2-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

._3-2-grid.full-width {
  width: 100%;
}

.service-wrap {
  width: 100%;
  height: 6rem;
  position: relative;
}

.service-icon {
  width: 80px;
  position: absolute;
  inset: 75% 0% auto auto;
}

.service-icon.left-corner {
  inset: -19% auto auto 10%;
}

.service-icon.top-corner {
  inset: 110% 0% auto auto;
}

.service-icon.some {
  top: 75%;
  right: 10%;
}

.services-wave-border {
  vertical-align: baseline;
  order: 1;
  position: static;
  inset: 0% auto auto 0%;
}

.team-card {
  background-color: var(--accent);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/member-card-bg-shape-2.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 17rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card.dark {
  background-color: var(--black);
  background-image: url('../images/member-card-bg-shape-1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.team-avatar {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.team-card-wrap {
  border: 1px none var(--accent);
  background-color: var(--accent);
  border-radius: 8px;
}

.team-card-wrap.dark {
  border: 1px none var(--black);
  background-color: var(--black);
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.member-details {
  background-color: var(--white);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

._2-2-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.faq-items-wrapper {
  width: auto;
}

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

.faq-item-question {
  border: 4px solid var(--black);
  background-color: var(--black);
  color: #212533;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  transition: border-color .5s, background-color .5s;
  display: flex;
}

.faq-item-question:hover {
  border: 4px solid var(--white);
  color: #fff;
  background-color: #212533;
}

.paragraph-15 {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-15.large {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-15.large.faq-question-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-15.large.faq-question-heading:hover {
  color: #fff;
}

.paragraph-15.large.answer-paragraph {
  background-color: var(--white);
  color: #212533;
  background-color: #f5f7fc00;
  border: 1px #f5f7fc;
  padding: 1.5rem;
}

.faq-expand-icon {
  background-color: #fff0;
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  margin-left: 10px;
  padding: .25rem;
}

.faq-item-answer {
  box-sizing: border-box;
  border: 1px none var(--white);
  background-color: var(--white);
  border-radius: 0 0 1.5rem 1.5rem;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  overflow: hidden;
}

.heading-wrap {
  z-index: 10;
  padding: 1rem 2rem;
  position: relative;
}

.question-icon {
  width: 30px;
  position: absolute;
  inset: 15% -5% auto auto;
  transform: rotate(25deg);
}

.question-icon.flipped {
  inset: 25% auto auto -5%;
  transform: rotate(-20deg);
}

.blob {
  position: absolute;
  inset: auto 0% 0% auto;
}

.blob.yellow {
  z-index: 0;
  max-width: 50%;
  inset: auto 0% 20% auto;
}

.blob.white {
  width: 14rem;
  max-width: none;
  inset: 0% auto auto 0%;
  transform: rotate(8deg);
}

.hero-details {
  z-index: 10;
  position: relative;
}

.heading-7.h6 {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
}

.pricing-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: ". . Area"
  / 1fr;
  width: auto;
  max-width: none;
}

.pricing-card {
  border: 3px solid var(--white);
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 35px;
  padding: 2rem;
  transition: border-color .5s;
  display: flex;
}

.pricing-card:hover {
  border-color: var(--white);
}

.pricing-card.dark {
  border: 3px solid var(--light-grey);
  background-color: var(--black);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.pricing-card.dark:hover {
  border: 3px solid var(--accent);
}

.personal-plan-icon, .commercial-plan-icon, .extended-plan-icon {
  height: 120px;
}

.popular-wrap {
  background-color: #fcfb00;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .125rem .5rem;
  display: flex;
  position: static;
  inset: 5% 5% auto auto;
}

.popular-wrap.outlined {
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #fcfb0000;
}

.custom-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-sales-wrap {
  flex: 0 auto;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--accent);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: none;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.paragraph-17 {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-17.large {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-17.large.quote {
  font-weight: 700;
}

.quoter-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar {
  border: 3px solid var(--white);
  filter: saturate(0%);
  border-radius: 1000px;
  width: 64px;
  height: 64px;
}

.partner-details {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.partner-name {
  color: #222;
  -webkit-text-stroke-color: #28b7c3;
  margin-bottom: 0;
  font-weight: 700;
}

.partner-title {
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
}

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

.smileys-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials-icon {
  width: 120px;
  position: absolute;
  inset: 40% 0% auto auto;
  transform: rotate(30deg);
}

.cta-wrap {
  background-color: var(--black);
  background-image: url('../images/member-card-bg-shape-1.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shipping-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-buttons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.outer-menu-wrap {
  z-index: 1000000;
  background-color: var(--black);
  color: var(--accent);
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-18 {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 150%;
}

.paragraph-18.large {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 150%;
}

.heading-9.h1 {
  margin-bottom: 18px;
  font-size: 4.475rem;
  font-weight: 800;
  line-height: 110%;
}

.sources-link {
  color: var(--black);
}

.paragraph-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.svg-icon:hover {
  cursor: pointer;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.paragraph-20 {
  object-fit: fill;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.walsh-paragraph-small {
  color: var(--white);
  text-indent: -.5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-text-block {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-heading-small-alt {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-icon-wrapper {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: var(--101b37);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.paragraph-21 {
  letter-spacing: 0;
}

.text-block-2 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
}

.paragraph-22 {
  color: var(--light-grey);
  padding-left: 39px;
}

.div-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-cover-image {
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.div-block-3 {
  color: var(--light-grey);
}

.paragraph-23, .link-3 {
  color: var(--dark-grey);
}

@media screen and (min-width: 1280px) {
  .sg-nav, .sg-nav-container {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-section.header.no-sticky {
    position: static;
  }

  .heading.h1 {
    font-size: 4.475rem;
    line-height: 110%;
  }

  .heading.h2 {
    font-size: 3.733rem;
  }

  .heading.h2.services-heading {
    text-align: center;
  }

  .heading.h3 {
    font-size: 3.111rem;
    line-height: 120%;
  }

  .heading.h4 {
    font-size: 2.592rem;
    line-height: 120%;
  }

  .heading.h5 {
    text-transform: capitalize;
    font-size: 2.16rem;
    line-height: 130%;
  }

  .heading.h6 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    color: #fff;
  }

  .link-text {
    font-size: 1rem;
  }

  .link-text.cc-1 {
    color: #fffffc;
  }

  .header {
    background-color: var(--101b37);
  }

  .navigation {
    color: var(--white);
  }

  .section {
    background-color: #f2c03b;
  }

  .section.hero-section {
    background-image: url('../images/verse_meme-game.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
  }

  .section.features-section {
    background-color: #101b37;
    padding-top: 4rem;
  }

  .section.how-it-works-section, .section.why-us-section {
    background-color: var(--accent);
  }

  .feature-card.middle-card {
    background-color: #101b37;
    background-image: none;
  }

  .feature-card.right-card {
    background-image: linear-gradient(#101b37, #101b37);
  }

  .feature-card.left-card {
    background-color: var(--black);
    background-image: linear-gradient(#101b37, #101b37);
  }

  .underlines {
    margin-top: -1.5rem;
  }

  .hero-wave-border {
    width: 100vw;
    position: static;
    inset: auto 0% 0%;
  }

  .container-wrap {
    background-color: var(--white);
    background-image: linear-gradient(#279381, #279381);
  }

  .half-circle {
    width: auto;
  }

  .marquee-card {
    background-color: var(--f2c03b);
    background-image: linear-gradient(to bottom, var(--f2c03b), var(--f2c03b));
  }

  .filed-label {
    text-align: left;
  }

  .text-field {
    border: 4px solid #000;
    border-radius: 8px;
    height: 4rem;
  }

  .text-field:focus {
    border-style: solid;
    border-color: var(--accent);
    background-color: var(--accent);
  }

  .text-field::placeholder {
    color: var(--dark-grey);
    font-size: 1rem;
  }

  ._3-2-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-content: stretch;
    align-items: stretch;
  }

  .service-icon {
    right: 10%;
  }

  .service-icon.top-corner {
    right: 15%;
  }

  .service-icon.some {
    right: 25%;
  }

  .team-avatar {
    inset: auto 0% 0%;
  }

  .heading-7.h6 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .paragraph-17.large.quote {
    font-size: 24px;
    font-weight: 700;
  }

  .cta-wrap {
    max-width: 100%;
  }

  .heading-9.h1 {
    font-size: 4.475rem;
    line-height: 110%;
  }

  .grid-2 {
    grid-template-columns: 1.5fr .75fr;
  }

  .paragraph-20 {
    cursor: zoom-in;
    mix-blend-mode: normal;
    background-color: #fff0;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 20px;
    transition: line-height .4s;
  }

  .image {
    box-sizing: border-box;
    mix-blend-mode: normal;
    border-radius: 20px;
    overflow: scroll;
    transform: scale(1.1);
    box-shadow: 7px 2px 5px #0003;
  }

  .image-2 {
    word-break: break-all;
    max-width: 100%;
    overflow: clip;
  }

  .text-block {
    font-weight: 800;
  }
}

@media screen and (min-width: 1440px) {
  .marquee-content-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 200%;
    display: flex;
  }

  .service-icon.top-corner {
    right: 25%;
  }

  .services-wave-border {
    width: 100vw;
  }

  .team-card, .team-card.dark {
    height: 20rem;
  }

  .team-avatar {
    inset: 0%;
  }

  .cta-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .text-box.m {
    box-sizing: content-box;
    float: none;
    clear: both;
    aspect-ratio: 2;
    text-align: center;
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 1rem;
  }

  .heading.h1 {
    flex-flow: row;
    display: flex;
  }

  .heading.h4 {
    font-size: 2.2rem;
  }

  .heading.h5.service-name {
    margin-top: 0;
    font-size: 2rem;
  }

  .heading.h5.custom-pricing-heading {
    font-size: 1.9rem;
  }

  .heading.integration-logo-heading {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .paragraph.large {
    text-align: left;
  }

  .paragraph.large.integrations-paragraph {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .small-button {
    position: relative;
  }

  .grid, ._2-1-grid, ._1-2-grid {
    margin-left: 0;
  }

  .footer {
    z-index: 10;
    display: block;
  }

  .container {
    flex-flow: column;
    display: flex;
  }

  .container.pricing-container {
    flex-flow: column;
  }

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

  .footer-links-col {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .footer-col-heading {
    text-align: left;
  }

  .hover-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: .5rem;
    margin-right: 0;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .navigation-link {
    flex: 0 auto;
    align-self: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-text {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .link-text.cc-hidden {
    text-align: left;
    position: absolute;
  }

  .logo-heading {
    font-size: 6rem;
  }

  .navigation {
    grid-template-columns: 1fr 4.5fr;
  }

  .mobile-menu {
    z-index: 99;
    color: var(--black);
    background-color: #d1d1d1;
    flex-flow: column;
    align-self: center;
    width: 100vw;
    display: none;
    position: absolute;
    top: 100%;
  }

  .navigation-left, .navigation-menu {
    display: none;
  }

  .mobile-menu-toggle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .burger-menu {
    width: 30px;
    height: 20px;
    display: block;
  }

  .bar-1 {
    height: 3px;
  }

  .bar-2 {
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .bar-1-middle {
    width: 3px;
  }

  .bar-3 {
    height: 3px;
  }

  .mobile-menu-navigation {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100svh;
    padding: 4rem;
    display: flex;
  }

  .mobile-menu-link {
    color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    text-decoration: none;
    display: flex;
  }

  .section.hero-section {
    padding-bottom: 2rem;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    align-self: stretch;
    display: block;
  }

  .hero-details-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

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

  .features-header-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .underlines {
    padding-bottom: 2rem;
  }

  .sign-up-btn-wrap {
    display: block;
  }

  .card-header {
    flex-flow: column;
    margin-top: .5rem;
  }

  .arrow.contact-sales {
    top: -200%;
    right: 0%;
  }

  ._3-2-grid {
    grid-template-columns: 1fr 1fr;
    width: 70%;
  }

  .service-icon {
    top: 75%;
  }

  .service-icon.left-corner {
    top: -25%;
  }

  .service-icon.top-corner {
    top: 100%;
    right: 25%;
  }

  ._2-2-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq-items-wrapper {
    width: 100%;
  }

  .hero-details {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    overflow: visible;
  }

  .pricing-grid {
    grid-column-gap: 4.4rem;
    grid-row-gap: 4.4rem;
  }

  .custom-wrap {
    margin-top: 5rem;
  }

  .smiley-icon {
    display: block;
  }

  .outer-menu-wrap {
    background-image: url('../images/member-card-bg-shape-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .heading-9.h1.mobile-menu-link {
    color: var(--light-grey);
    transition: color .5s cubic-bezier(.6, .04, .98, .335);
  }

  .heading-9.h1.mobile-menu-link:hover {
    color: var(--accent);
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .paragraph-20 {
    padding-top: 20px;
    padding-right: 20px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 767px) {
  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-box.l.integrations-text-box {
    background-position: 73%;
    background-size: 135px;
  }

  .text-box.l.pricint-text-box {
    background-position: 100%;
    background-size: 70px;
  }

  .heading.h1 {
    font-size: 2.592rem;
  }

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

  .heading.h4 {
    font-size: 20px;
  }

  .heading.h4.cta-heading {
    font-size: 24px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._4r {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large.cta-paragraph {
    text-align: center;
    font-size: 1rem;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4 {
    width: 100%;
  }

  .ds-colour-block {
    width: 25%;
  }

  .button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  ._2-1-grid, ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .field-block {
    min-height: auto;
  }

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

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

  .hover-link {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
  }

  .logo-heading {
    font-size: 4rem;
  }

  .navigation {
    grid-template-columns: 1fr 3.25fr;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu-navigation {
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .feature-card:hover {
    border-style: solid;
  }

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

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

  .half-circle {
    top: 0%;
  }

  .marquee-content.scroll {
    flex: none;
    width: auto;
  }

  .marquee-card {
    flex: none;
    width: 300px;
  }

  .arrow.contact-sales {
    top: -340%;
  }

  ._3-2-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._3-2-grid.full-width {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

  .service-icon {
    width: 60px;
    right: 10%;
  }

  .service-icon.top-corner {
    right: 25%;
  }

  .service-icon.some {
    width: 60px;
    right: 25%;
  }

  .team-card {
    height: auto;
  }

  .team-card-wrap {
    padding-bottom: 1.5rem;
  }

  .faq-items-wrapper {
    width: 100%;
  }

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

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

  .paragraph-15.large.faq-question-heading {
    padding-right: 1rem;
  }

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

  .pricing-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 48.5261%;
  }

  .pricing-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .custom-wrap {
    flex-flow: column;
  }

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

  .smiley-icon {
    width: 50%;
  }

  .testimonials-icon {
    width: 80px;
    right: 15%;
  }

  .outer-menu-wrap {
    background-position: 0 -50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .heading-9.h1 {
    font-size: 35px;
  }

  .heading-9.h1.mobile-menu-link {
    font-size: 52px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-box.m {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .text-box.l.integrations-text-box {
    background-position: 20% 70%;
  }

  .text-box.l.pricint-text-box {
    background-position: 100%;
  }

  .text-box.testimonials-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading.h1 {
    font-size: 2.592rem;
  }

  .heading.h2.pricing-heading {
    text-align: center;
    font-size: 24px;
  }

  .heading.h5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading.h5.more-heading {
    padding-right: 0;
    font-size: 1.6rem;
  }

  .heading.h5.service-name {
    font-size: 1rem;
  }

  .heading.h5.custom-pricing-heading {
    text-align: center;
  }

  .spacer._6r {
    width: 6rem;
    height: 2rem;
  }

  .paragraph.large {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.large.integrations-paragraph {
    font-size: 1rem;
  }

  .paragraph.large.faq-paragraph {
    text-align: center;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .text-input {
    width: 100%;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .hover-link {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    font-size: 1rem;
    overflow: hidden;
  }

  .logo-heading {
    font-size: 4rem;
  }

  .navigation {
    grid-column-gap: 26px;
    grid-template-columns: 1.75fr 2.25fr;
  }

  .mobile-menu {
    display: none;
  }

  .doodlio-logo {
    width: 160px;
  }

  .navigation-right {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .mobile-menu-navigation {
    padding: 2rem;
  }

  .section.hero-section {
    float: none;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(256deg, #0000, #fff), linear-gradient(320grad, #fff0 48%, #ffffffd4 68%), url('../images/verse_meme-game.png');
    background-position: 0 0, 0 0, 65%;
    background-size: auto, auto, cover;
    background-clip: padding-box;
    position: relative;
    left: 0;
  }

  .box-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .version-wrapper {
    margin-bottom: 2rem;
  }

  .full-details-wrapper {
    width: 100%;
    margin-left: 0;
  }

  ._2-column-grid {
    display: block;
  }

  .hero-details-wrap {
    position: relative;
  }

  .hero-buttons-wrap {
    flex-flow: column;
  }

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

  .logos-wrapper {
    padding-top: 2rem;
  }

  .sign-up-btn-wrap {
    display: none;
  }

  .half-circle {
    top: 0%;
  }

  .marquee-content-wrap {
    justify-content: center;
  }

  .marquee-content.scroll {
    flex-flow: column;
  }

  .more-wrap {
    justify-content: center;
    align-items: center;
  }

  .arrow {
    margin-top: 0;
  }

  .arrow.contact-sales {
    top: 77%;
  }

  ._3-2-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  ._3-2-grid._1-column-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .service-icon {
    width: 40px;
    top: 40%;
  }

  .service-icon.top-corner {
    width: 40px;
    top: 70%;
  }

  .service-icon.some {
    width: 40px;
  }

  ._2-2-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .faq-items-wrapper {
    text-align: left;
    width: 100%;
  }

  .faq-item {
    text-align: left;
  }

  .paragraph-15.large.faq-question-heading, .paragraph-15.large.answer-paragraph, .paragraph-15.large.answer-paragraph {
    font-size: 1rem;
  }

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

  .blob.white {
    mix-blend-mode: soft-light;
  }

  .pricing-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .pricing-card {
    margin-left: 0;
  }

  .testimonials-icon {
    top: 75%;
  }

  .cta-buttons-wrap {
    flex-flow: column;
    margin-top: 2rem;
  }

  .outer-menu-wrap {
    background-position: 220% 440%;
    background-size: auto;
  }

  .heading-9.h1.mobile-menu-link {
    font-size: 32px;
  }

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

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .image-2 {
    cursor: nesw-resize;
    mix-blend-mode: normal;
    max-width: 100%;
    transition: top .2s;
    overflow: scroll;
    transform: scale(1.2);
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small, .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-text-small {
    font-size: 13px;
  }

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-heading-small-alt {
    font-size: 1em;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .text-block-2 {
    display: flex;
  }

  .paragraph-22 {
    padding-left: 29px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .bold-text {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
    line-height: 130%;
    display: flex;
    overflow: visible;
  }

  .bold-text-2 {
    display: block;
  }
}

#w-node-aab8a638-0715-fddf-39c8-536bcd2fb268-6e2c7599 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f60d8727-22b8-c571-8016-6a85be2f4d30-6e2c7599 {
  justify-self: stretch;
}

#w-node-_5bc31864-7a3c-c162-7a16-4c8e630d1cda-6e2c7599, #w-node-_5bc31864-7a3c-c162-7a16-4c8e630d1ce8-6e2c7599, #w-node-_5bc31864-7a3c-c162-7a16-4c8e630d1cf7-6e2c7599 {
  place-self: center;
}

#w-node-a36fb872-fd64-e399-1b78-1437ed1ccafb-6e2c7599, #w-node-a36fb872-fd64-e399-1b78-1437ed1ccb03-6e2c7599, #w-node-a36fb872-fd64-e399-1b78-1437ed1ccb0b-6e2c7599, #w-node-a36fb872-fd64-e399-1b78-1437ed1ccb13-6e2c7599 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_389287d5-14c7-2c89-3cc2-41926e98c7cf-6e2c7599 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_389287d5-14c7-2c89-3cc2-41926e98c7db-6e2c7599, #w-node-_389287d5-14c7-2c89-3cc2-41926e98c7e7-6e2c7599 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2c1f02c7-6bd1-36a5-534b-ce55a3059cd6-6e2c7599 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53cc979b-20ee-94cd-ab53-059f03672771-6e2c7599 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_264617c8-338a-a971-dd7f-c6179bc7bf48-6e2c7599, #w-node-_264617c8-338a-a971-dd7f-c6179bc7bf78-6e2c7599 {
  place-self: auto;
}

#w-node-_26803f8b-f73f-1571-d0f1-3be4cb9c0c8e-6e2c7599 {
  place-self: center;
}

#w-node-_677ce8dc-20c3-795f-1d3a-dd0f52d52496-52d52492 {
  place-self: center start;
}

#w-node-_347c2acd-4158-f829-ce05-8be23552d520-52d52492 {
  place-self: center;
}

#w-node-_677ce8dc-20c3-795f-1d3a-dd0f52d52499-52d52492 {
  place-self: center end;
}

#w-node-_17bc6574-8ccd-42ad-3ce5-3e8bc0dfbd93-6e2c759e {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_8d60b6d5-cad7-8781-2b49-9943eb94a5a6-6e2c7599 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ed7f85e6-cfe8-99d1-656a-db369934d94d-6e2c7599 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_9a1965b6-0dd3-8c53-75d7-8dfc19ed9dd3-6e2c7599 {
    place-self: center;
  }

  #w-node-_389287d5-14c7-2c89-3cc2-41926e98c7cf-6e2c7599, #w-node-_389287d5-14c7-2c89-3cc2-41926e98c7db-6e2c7599, #w-node-_389287d5-14c7-2c89-3cc2-41926e98c7e7-6e2c7599 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8d9cf31f-cebe-2c52-f947-e6c5cce15032-cce15025 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d9cf31f-cebe-2c52-f947-e6c5cce1503f-cce15025 {
    place-self: auto start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed7f85e6-cfe8-99d1-656a-db369934d94d-6e2c7599 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_473fb3ef-0826-6acb-cd43-1300ff6f218d-6e2c7599 {
    place-self: auto;
  }
}


