:root {
  --text-black: #12141d;
  --lavender: #e2dafe59;
  --dodger-blue: #ed0f6f;
  --white: white;
  --low-opacity: #12141d14;
  --darker-pink: #cd1363;
  --black: #000;
  --alley-component-library-blue--100: #eceefe;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-gray--900: #131316;
  --alley-component-library-gray--700: #383942;
  --alley-component-library-gray--500: #5e606e;
  --alley-component-library-neutral--off-white: #f4f4f6;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--text-black);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

p {
  max-width: 900px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #25272a;
  font-size: 18px;
  text-decoration: none;
}

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

form {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.button-secondary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #9c9c9c;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #949494;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.small {
  letter-spacing: -.2px;
  background-color: #9c9c9c;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

._3-col-grid {
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.features {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1280px;
  margin-top: 50px;
}

._3-col-grid.feedback {
  margin-top: 50px;
}

._2-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid.hero {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

._2-col-grid.details_2 {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 25px;
}

._2-col-grid.details_1 {
  grid-template-columns: 1fr .75fr;
}

._4-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4-col-grid.pricing {
  margin-top: 50px;
}

.container {
  flex: 1;
  align-self: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.centered {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.container.footer-copyright {
  margin-top: 50px;
}

.section {
  padding: 100px 3%;
}

.section.style-hero {
  background-color: var(--text-black);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero {
  background-image: none;
  background-size: auto;
  padding-top: 160px;
  padding-right: 0%;
  display: block;
}

.section.features {
  background-color: var(--lavender);
}

.section.features.hidden {
  display: none;
}

.section.details {
  display: block;
}

.section.details.hidden {
  display: none;
}

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

.section.cta {
  background-color: var(--dodger-blue);
}

.section.about {
  background-color: #e8f1f9;
}

.section.white-bg {
  background-color: #fff;
}

.grid-block.hero-img {
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.grid-block.features {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 30px;
  display: flex;
}

.grid-block.pricing_card-wrapper {
  background-color: #fff;
  border: 1px solid #12141d1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 110%;
  padding: 32px;
  transition: background-color .3s cubic-bezier(.667, .019, .409, 1.095);
  display: flex;
}

.grid-block.pricing_card-wrapper:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.grid-block.feedback-card-wrapper {
  border: 1px solid var(--low-opacity);
  border-radius: 10px;
  padding: 30px;
}

.grid-block.footer-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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-direction: column;
  width: 260px;
  display: flex;
}

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

.sg-sticky-nav {
  color: var(--text-black);
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.button-item {
  width: 180px;
  margin-right: 48px;
}

.button-item.style-guide-spacer {
  margin-bottom: 0;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.input {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.style-guide-wrapper {
  margin-top: 50px;
}

.content-wrapper.sg-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-bottom-xxl {
  margin-bottom: 120px;
}

.max-width-large {
  max-width: 800px;
}

.checkbox {
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px #0000000a;
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-medium {
  max-width: 500px;
}

.max-width-small {
  max-width: 400px;
}

.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.style-guide-block {
  align-self: stretch;
}

.style-guide-block.icons, .style-guide-block.structure, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms {
  margin-top: 128px;
}

.style-guide-block.global-classes {
  margin-top: 99px;
}

.style-guide-block.typography {
  object-fit: fill;
  margin-top: 128px;
}

.color-item {
  border: 1px solid #e6e7e8;
  box-shadow: 1px 1px 3px #0000000a;
}

.paragraph-small {
  letter-spacing: 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
}

.max-width-ml {
  max-width: 600px;
}

.hidden {
  display: none;
}

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

.margin-top-large {
  margin-top: 80px;
}

.max-width-xxl {
  max-width: 1000px;
}

.margin-top-small {
  margin-top: 20px;
}

.style-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.text-area {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-top-ml {
  margin-top: 50px;
}

.grid-style-guide {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.radio-button {
  border-style: solid;
  border-color: #25272a;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px #0000000a;
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  border: 5px #25272a;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-xl {
  max-width: 900px;
}

.margin-top-medium {
  margin-top: 40px;
}

.max-width-tiny {
  max-width: 300px;
}

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

.color-item-fill {
  background-color: var(--darker-pink);
  height: 150px;
}

.color-item-fill.blue {
  background-color: var(--dodger-blue);
}

.color-item-fill.white {
  background-color: var(--white);
}

.color-item-fill.black {
  background-color: var(--text-black);
}

.margin-top-xxl {
  margin-top: 120px;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 32px;
}

.margin-bottom-ml {
  margin-bottom: 50px;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.style-guide-button-wrapper {
  align-items: flex-end;
  display: flex;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.sg-description {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sg-description.no-margin {
  background-color: #fff;
  margin-top: 0;
}

.menu-block {
  background-color: var(--dodger-blue);
  color: var(--text-black);
  width: 300px;
  padding: 50px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.light-text {
  color: #f8f8f8;
}

.style-guide-display {
  margin-bottom: 50px;
  padding: 25px;
}

.button-tertiary {
  border: 1px solid var(--low-opacity);
  color: #25272a;
  letter-spacing: -.8px;
  background-color: #fff;
  border-radius: 3px;
  align-self: flex-start;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-tertiary:hover {
  color: var(--text-black);
  background-color: #e6e7e8;
}

.button-tertiary:active {
  color: #25272a;
}

.button-tertiary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-tertiary.sg {
  margin-top: 20px;
}

.button-tertiary.pricing-card {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.margin-bottom-medium {
  margin-bottom: 40px;
}

.select-field {
  color: #9a9ea5;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-bottom-tiny {
  margin-bottom: 10px;
}

.radio-button-field {
  display: flex;
}

.block-quote {
  color: #080808;
  max-width: 900px;
}

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

.visual-sg-block {
  background-color: #0000;
  padding: 25px;
  box-shadow: 4px 4px 18px -6px #0003;
}

.visual-sg-block.dark {
  background-color: #25272a;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.margin-bottom-xl {
  margin-bottom: 100px;
}

.text-span {
  color: #f8f8f8;
  font-weight: 600;
}

.sg-nav-link {
  color: #dadada;
  align-self: flex-start;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s;
}

.sg-nav-link:hover {
  color: #fff;
  transform: translate(5px);
}

.sg-nav-link.w--current, .sg-nav-link.w--current:hover {
  color: #fff;
}

.box-shadow-block {
  background-color: #0000;
  align-self: stretch;
  height: auto;
  min-height: 50px;
  box-shadow: 0 5px 18px -6px #00000052;
}

.sg-content-block {
  margin-top: 64px;
}

.margin-top-xl {
  margin-top: 100px;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.button-primary {
  background-color: var(--dodger-blue);
  color: #fff;
  letter-spacing: -.8px;
  border-radius: 6px;
  order: 0;
  align-self: auto;
  padding: 8px 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: background-color .32s ease-in-out;
}

.button-primary:hover {
  background-color: var(--darker-pink);
  color: #fff;
  align-self: auto;
  transform: translate(0);
}

.button-primary:active {
  color: #fff;
}

.button-primary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary.small:hover {
  background-color: #979797;
}

.button-primary.nav-btn {
  margin-top: 0;
}

.button-primary.button-hero {
  padding: 15px 40px;
  font-size: 18px;
}

.button-primary.black-btn {
  background-color: var(--black);
}

.wrapper-sg {
  margin-top: 50px;
}

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

.divider {
  background-color: #e6e7e8;
  width: 100%;
  height: 1px;
}

.guide-dark {
  background-color: #000;
  height: 50px;
}

.apptitud-logo {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.h1-style {
  font-size: 72px;
  line-height: 80px;
}

.h2-style {
  font-size: 56px;
  line-height: 64px;
}

.h3-style {
  font-size: 40px;
  line-height: 48px;
}

.h4-style {
  font-size: 32px;
  line-height: 40px;
}

.h5-style {
  font-size: 24px;
  line-height: 32px;
}

.h6-style {
  font-size: 20px;
  line-height: 28px;
}

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

.body {
  font-family: DM Sans, sans-serif;
}

.main-nav {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 15px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.hero-img {
  width: 100%;
  height: auto;
  display: none;
}

.icon-circle {
  background-color: var(--dodger-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.content-wrapper-features {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.features-tittle {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.features-paragraph {
  max-width: none;
}

.hero-button-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 20px;
  display: flex;
}

.nav-logo {
  width: 125px;
}

.nav-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.nav_link-text {
  font-size: 20px;
}

.apptitud-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f6f9fc;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.details_stats-wrapper {
  border-top: 1px solid var(--low-opacity);
  margin-top: 50px;
}

.details_stats-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.detais_stats-number {
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.details_stats-text {
  font-size: 16px;
}

.pricing_card-top {
  border: 1px #000;
  padding: 0;
}

.pricing-tittle {
  margin-bottom: 24px;
  font-weight: 600;
}

.pricing-number {
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.pricing-number-stat {
  color: #12141db3;
  font-size: 14px;
  font-weight: 600;
}

.pricing-number-stat:hover {
  color: #68686e;
}

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

.pricing_stat-wrapper:hover {
  color: var(--white);
}

.pricing-detail {
  font-size: 16px;
}

.pricing_card-middle {
  border-top: 1px solid var(--low-opacity);
  margin-top: 30px;
  padding: 0;
}

.pricing-features {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-features-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-bottom: 18px;
  list-style-type: none;
  display: flex;
}

.icon-circle-pricing {
  background-color: var(--dodger-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.icon-circle-pricing:hover {
  background-color: var(--dodger-blue);
}

.tick-icon {
  width: 10px;
}

.pricing-feature-text {
  font-size: 16px;
  font-weight: 600;
}

.feedback-content {
  padding: 0;
}

.feedback-content-text {
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.feedback-stars {
  margin-bottom: 30px;
}

.feedback-persona {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.persona-img {
  border-radius: 55px;
  width: 60px;
}

.persona-name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.persona-tittle {
  color: #12141db3;
  font-size: 14px;
  line-height: 20px;
}

.cta_ink-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.link-icons {
  object-fit: contain;
  width: 200px;
}

.cta-heading {
  color: #fff;
  margin-bottom: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.cta-text {
  color: var(--alley-component-library-blue--100);
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

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

.footer-brand-logo {
  width: 100%;
}

.footer_text-tittle {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-link {
  font-size: 20px;
}

.highlight-color {
  color: var(--dodger-blue);
  -webkit-text-stroke-color: var(--dodger-blue);
  font-family: Poppins, sans-serif;
}

.highlight-color.main-heading {
  font-size: 47px;
}

.body-2 {
  background-color: #f6f9fc;
}

.heading {
  width: 573px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
}

.heading.width-520 {
  width: 520px;
}

.div-block {
  background-color: #fceaf0;
  border-radius: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
}

.text-block {
  color: var(--dodger-blue);
  text-align: center;
  font-size: 15px;
}

.bold-text {
  font-family: Poppins, sans-serif;
}

.bold-text.main-heading {
  font-family: Poppins, sans-serif;
  font-size: 47px;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
}

.bold-text-2.main-heading {
  font-size: 47px;
}

.logos-without-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 30px;
  display: block;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  display: flex;
}

.image {
  object-fit: fill;
  display: block;
}

.client-logo-block {
  grid-column-gap: 7px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-4 {
  display: block;
}

.logos-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1280px;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.merchants-pic {
  width: 140px;
  margin-right: 11px;
}

.merchants-block {
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.under-rating-text {
  font-size: 12px;
  font-weight: 500;
}

.guarantee--text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-3 {
  font-size: 14px;
}

.about-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}

.tag-text {
  color: var(--dodger-blue);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.tag-text._0-margin {
  margin-bottom: 0;
}

.tag-text._0-margin.feature-tag {
  font-size: 22px;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.h2.about-text {
  color: var(--text-black);
  font-size: 29px;
  font-weight: 900;
}

.h2.about-text.fade-up.tricks {
  color: var(--text-black);
}

.h2.about-text.split-text {
  font-size: 24px;
  font-weight: 700;
}

.h2.cta-h2 {
  color: var(--text-black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
}

.h2.cta-h2.white {
  color: var(--white);
  font-weight: 500;
}

.h2.cta-h2.text-width {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.h2.cta-h2.left-align {
  text-align: left;
  width: 65%;
}

.about-para {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.about-col-1 {
  padding-right: 55px;
}

.icon-check-list {
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.about-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-column.col-padding {
  margin-top: 80px;
  margin-bottom: 80px;
}

.about-column.col-swap {
  flex-direction: row-reverse;
}

.winning-product-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-container {
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.trustpilot-logo {
  margin-top: 20px;
}

.members-heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.image-block {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.video-section {
  padding: 80px 3%;
}

.video-section.white-bg {
  background-color: #fff;
}

.video {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/play-video3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 20px;
}

.video-2 {
  aspect-ratio: 19 / 12;
  object-fit: cover;
}

.features-section {
  background-color: #080326;
  padding: 100px 3%;
}

.cards-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.color-card {
  grid-column-gap: 20px;
  background-color: #151031;
  width: 40%;
  padding: 40px;
  display: flex;
}

.card-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.gradient-cta {
  background-image: linear-gradient(90deg, #130f26, #4c5db9);
  border-radius: 46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 50px 60px;
  display: flex;
}

.gradient-cta-text {
  color: var(--white);
  text-align: center;
  max-width: 1000px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.ds-product-slider-wrapper {
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.ds-product-slider {
  background-color: #fff;
  width: 100%;
  height: 575px;
  margin-top: 65px;
}

.ds-product-slider-mask {
  width: 25%;
  height: 100%;
  overflow: visible;
}

.ds-product-slide {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.slide-nav.hide {
  display: none;
}

.ds-product-slide-image-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.ds-product-slide-content-block {
  width: 100%;
  height: 40%;
  padding: 10px 10px 20px;
}

.ds-product-slide-btn-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 10%;
  display: flex;
}

.ds-product-slide-img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 80%;
  margin-top: 10px;
}

.ds-product-slide-title {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.ds-product-slide-price-wrapper {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.price-block {
  width: 50%;
}

.ranking-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.price-text {
  color: var(--dodger-blue);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.price-text.green {
  color: #367a11;
}

.rank-block {
  grid-column-gap: 5px;
  width: 50%;
  display: flex;
}

.ds-product-slide-button {
  border: 1px solid var(--darker-pink);
  color: var(--darker-pink);
  text-align: center;
  background-color: #3898ec00;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.ds-product-slide-button.black-btn {
  border-color: var(--black);
  color: var(--black);
}

.ds-product-slide-block {
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  min-height: 350px;
  padding: 30px 30px 30px 0;
  display: flex;
  position: relative;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 0;
  display: flex;
}

.quote-image {
  min-width: 40px;
  margin-bottom: 20px;
}

.testimonial-paragraph {
  color: var(--text-black);
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}

.slide-nav-2 {
  display: none;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-columns {
  display: flex;
}

.testimonial-author-wrap {
  margin-top: 20px;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-image {
  border: 1px solid var(--darker-pink);
  object-fit: cover;
  border-radius: 555px;
  width: 20vw;
  height: 20vw;
}

.left-arrow {
  display: block;
  position: absolute;
  inset: auto 40% 0% auto;
}

.author-name {
  color: #546681;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.slider-arrow-wrap {
  justify-content: flex-end;
  margin-top: 45px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  margin-top: 80px;
}

.arrow {
  width: 34px;
}

.testimonial-content-wrap {
  align-items: center;
  width: 70%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.pink-divider {
  background-color: var(--darker-pink);
  width: 100%;
  height: 2px;
}

.testimonial-left-arrow {
  width: 35px;
  height: 35px;
  inset: -10% 4% auto auto;
}

.testimonial-right-arrow {
  width: 35px;
  height: 35px;
  inset: -10% 0% auto auto;
}

.video-thumbnail {
  z-index: 3;
  background-image: url('../images/play-youtube.webp'), url('../images/play-video3.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-wrapper {
  cursor: pointer;
  width: 650px;
  height: 366px;
  margin-bottom: 20px;
  position: relative;
}

.html-embed {
  z-index: 1;
}

.footer-section {
  background-color: #0f131a;
  padding: 20px 3% 50px;
}

.footer-container {
  max-width: 1280px;
  display: flex;
}

.copyright {
  color: var(--white);
  width: 415px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.privacy-text {
  color: #6a6c70;
  margin-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.privacy-text:hover {
  color: #fff;
}

.dr-product-detail-image {
  mix-blend-mode: multiply;
  width: 100%;
}

.ds-product-slide-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.bold-text-4 {
  font-weight: 700;
}

.image-4 {
  font-size: 17px;
  line-height: 25px;
}

.image-6 {
  margin-bottom: 20px;
}

.member-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 43px;
}

.slide-nav-3, .icon-5, .icon-6 {
  display: none;
}

.slider-right-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.hero-slider-wrapper {
  z-index: -2;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 341px;
  height: 472px;
  position: static;
}

.hero-slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-slider-left-arrow {
  color: #444;
  display: none;
}

.hero-slider-mask {
  position: static;
  overflow: visible;
}

.mobile-video {
  display: none;
}

.desktop-video {
  display: block;
}

.link {
  clear: none;
  font-size: 16px;
  display: none;
}

.rating-icon-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-icon {
  width: 30%;
}

.asseenon-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.seenon---text {
  text-align: center;
  letter-spacing: .3em;
  font-family: Inter, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5em;
}

.asseenon-logo-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.seenon-leaf {
  width: 3vw;
}

.asseenon---logo {
  width: 12%;
}

.h1-headshot {
  background-color: #fceaf0;
  border-radius: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
}

.shopify-logo {
  object-fit: cover;
  width: 220px;
  height: 100px;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 20px;
  display: flex;
}

.influencers-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.harry-img {
  object-fit: cover;
  border-radius: 5px;
  width: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.influencer-cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.influencer-content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.influencer-content-block.arie-content {
  width: 85%;
}

.influencer-content-block.marko-content {
  width: 90%;
}

.influencer-paragraph {
  color: var(--text-black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.influencer-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.influencer-popularity {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.flex-block {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.quick-stack {
  grid-column-gap: 20px;
}

.charts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.charts-grid {
  padding: 0;
}

.charts-grid.right-grid {
  width: 33%;
}

.charts-grid.left-grid {
  width: 67%;
}

.charts {
  border: 1px solid var(--dodger-blue);
  border-radius: 20px;
  width: 100%;
  padding: 5px;
}

.cell {
  justify-content: space-between;
  align-items: center;
}

.border-radius-2 {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 1.8rem;
}

.border-radius-2.image-size-review {
  width: 50%;
  height: 24vw;
}

.cell-3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #0c3145;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2% 3% 2% 5%;
}

.cell-3.border-radius-2 {
  color: #fff;
  background-color: #ed0f6f;
  flex-flow: row;
}

.cell-3.border-radius-2.mob-padding {
  background-color: #ed0f6b;
}

.cell-3.border-radius {
  flex-flow: row;
}

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

.cell-2 {
  justify-content: center;
  align-items: center;
  padding: 2% 5%;
}

.cell-2.border-color {
  border: 1px solid #ed0f6f;
}

.text-size-tiny {
  font-size: .75rem;
}

.image-8 {
  width: 20vw;
  height: 26vw;
}

.image-8.image-size-review {
  width: 100%;
  height: 24vw;
}

.div-block-6 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: center;
  padding: 2% 5%;
}

.cell-4.border-color {
  border: 1px solid #ed0f6f;
}

.div-block-7 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-8 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.image-9 {
  width: 20vw;
  height: 26vw;
}

.image-9.image-size-review {
  width: 100%;
  height: 24vw;
}

.link-2 {
  color: #fbfbfb;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.image-10 {
  object-fit: contain;
  height: auto;
}

.cell-5 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #ed0f6f;
  background-image: url('../images/Mask-group.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
}

.cell-5.border-radius {
  justify-content: center;
  align-items: center;
}

.div-block-9 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.expert-say {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 100px 3%;
  display: flex;
}

.expert-says-left-wrapper {
  width: 360px;
}

.harry-coleman-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.expert-says-right-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 640px;
}

.marko-img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.arie-scherson-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.arie-scherson {
  object-fit: cover;
  border-radius: 5px;
  width: 60%;
  margin-bottom: 20px;
  margin-right: 20px;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

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

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.hero {
    display: block;
  }

  ._2-col-grid.details_2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._2-col-grid.details_1 {
    grid-template-columns: 1fr;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  ._4-col-grid.pricing {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .container.cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-block.pricing_card-wrapper {
    width: 100%;
  }

  .tablet-centered {
    text-align: center;
  }

  .color-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-style-guide {
    grid-template-columns: 1fr;
  }

  .menu-block {
    display: none;
  }

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

  .h1-style {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-style {
    font-size: 48px;
    line-height: 56px;
  }

  .h3-style {
    font-size: 36px;
    line-height: 44px;
  }

  .h4-style {
    font-size: 28px;
    line-height: 36px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-right {
    display: none;
  }

  .nav-menu {
    background-color: var(--white);
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--darker-pink);
    background-color: #ffffff73;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .testimonial-image-block {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .grid-block.footer-content {
    align-items: flex-start;
  }

  .mobile-landscape-left-align {
    text-align: left;
  }

  .mobile-landscape-centered {
    text-align: center;
  }

  .sg-content-block.colour {
    margin-top: 40px;
  }

  .h1-style {
    font-size: 56px;
    line-height: 64px;
  }

  .h2-style {
    font-size: 40px;
    line-height: 48px;
  }

  .h3-style {
    font-size: 32px;
    line-height: 40px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .mobile-video {
    display: block;
  }

  .desktop-video {
    display: none;
  }

  .asseenon-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .seenon---text {
    font-size: 3.2vw;
  }

  .asseenon-logo-block {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .seenon-leaf {
    display: none;
  }

  .asseenon---logo {
    width: 34%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  strong {
    display: block;
  }

  ._3-col-grid.feedback {
    align-content: start;
    align-items: start;
  }

  ._2-col-grid.hero {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .container.cta {
    flex-direction: column;
  }

  .section {
    padding: 60px 2%;
  }

  .section.hero {
    padding-top: 120px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.about {
    padding: 50px 2%;
  }

  .section.white-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-block.hero-img {
    margin-top: 50px;
  }

  .grid-block.feedback-card-wrapper {
    padding: 30px;
  }

  .button-item.style-guide-spacer {
    margin-bottom: 24px;
  }

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

  .style-guide-block.icons, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms, .style-guide-block.typography {
    margin-top: 72px;
  }

  .color-grid {
    grid-template-columns: 1fr;
  }

  .icon-grid, .style-guide-button-wrapper, .style-guide-button-wrapper.margin-bottom-32 {
    flex-wrap: wrap;
  }

  .button-tertiary {
    align-self: center;
  }

  .mobile-centered {
    text-align: center;
  }

  .button-primary {
    display: block;
  }

  .button-primary.nav-btn {
    text-align: center;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: block;
  }

  .button-primary.nav-btn.black-btn.link-btn.mob-width {
    width: 140px;
  }

  .button-primary.button-hero {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .h1-style {
    font-size: 48px;
    line-height: 56px;
  }

  .h2-style {
    font-size: 36px;
    line-height: 40px;
  }

  .h3-style {
    font-size: 28px;
    line-height: 36px;
  }

  .h4-style {
    font-size: 24px;
    line-height: 32px;
  }

  .h5-style {
    font-size: 20px;
    line-height: 28px;
  }

  .h6-style {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-right {
    display: block;
  }

  .nav_link-text {
    display: none;
  }

  .apptitud-nav {
    padding-left: 2%;
    padding-right: 2%;
  }

  .feedback-content-text {
    font-size: 14px;
    line-height: 19px;
  }

  .persona-img {
    width: 40px;
  }

  .cta_ink-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 30px;
  }

  .cta-text {
    font-size: 14px;
  }

  .paragraph {
    text-align: center;
  }

  .menu-button {
    display: none;
  }

  .highlight-color.main-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading {
    width: auto;
    font-size: 30px;
  }

  .heading.width-520 {
    width: 100%;
  }

  .bold-text.main-heading, .bold-text-2.main-heading {
    font-size: 28px;
    line-height: 32px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .client-logo-block {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
  }

  .merchants-pic {
    width: 100px;
  }

  .merchants-block {
    flex-direction: column;
  }

  .under-rating-text {
    margin-bottom: 0;
  }

  .about-container.mob-center {
    flex-flow: column;
    display: flex;
  }

  .tag-text {
    text-align: left;
    font-size: 24px;
  }

  .tag-text._0-margin {
    font-size: 18px;
  }

  .tag-text._0-margin.feature-tag {
    font-size: 16px;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.about-text {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .h2.about-text.split-text {
    font-size: 17px;
  }

  .h2.cta-h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .h2.cta-h2.text-width {
    width: 100%;
  }

  .about-para {
    text-align: left;
    font-size: 16px;
  }

  .about-col-1 {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-check-list {
    text-align: left;
    font-size: 16px;
  }

  .about-col-2 {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-col-2._w-col-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-column {
    flex-direction: column-reverse;
  }

  .about-column.col-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .about-column.col-padding.mobile-col-swap {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .winning-product-heading {
    justify-content: center;
  }

  .members-heading {
    text-align: center;
    width: 382px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 29px;
  }

  .image-block {
    grid-column-gap: 10px;
  }

  .features-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .cards-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 19px;
    align-items: flex-start;
    height: 100%;
  }

  .color-card {
    width: 100%;
    padding: 20px;
  }

  .card-text {
    font-size: 14px;
    line-height: 23px;
  }

  .gradient-cta-text {
    font-size: 14px;
  }

  .ds-product-slider-wrapper {
    height: 595px;
  }

  .ds-product-slider {
    height: 511px;
  }

  .ds-product-slider-mask {
    width: 75%;
  }

  .ds-product-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ds-product-slide-title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .ds-product-slide-button {
    font-size: 13px;
  }

  .ds-product-slide-block {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-image-block {
    min-height: 200px;
    padding: 15px;
  }

  .testimonial-image {
    width: 72vw;
    height: 72vw;
  }

  .testimonial-slider {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-left-arrow {
    right: 12%;
  }

  .video-thumbnail {
    background-size: 60px, cover;
    width: 100%;
  }

  .video-wrapper {
    width: 100%;
    height: 256px;
  }

  .html-embed {
    width: 300px;
  }

  .html-embed.hidden {
    width: 100px;
  }

  .footer-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .copyright {
    text-align: left;
    width: 500px;
    margin-bottom: 20px;
  }

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

  .dr-product-detail-image {
    width: 100%;
  }

  .image-2 {
    width: 48%;
    margin-left: 10px;
  }

  .image-3 {
    width: 48%;
    margin-right: 10px;
  }

  .icon-4 {
    display: none;
  }

  .icon-check-list-bold {
    margin-bottom: -30px;
  }

  .image-5 {
    max-width: 70%;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .bold-text-6 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .member-heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 32px;
  }

  .member-heading.mob-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-2 {
    width: 384px;
  }

  .bold-text-8 {
    width: 100px;
  }

  .bold-text-9, .bold-text-10 {
    float: left;
  }

  .rich-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-slider-wrapper {
    justify-content: center;
    width: 100%;
  }

  .hero-slider {
    width: 296px;
    height: 390px;
  }

  .hero-slide-content-wrapper {
    padding-right: 30px;
  }

  .mobile-video {
    height: 300px;
    display: block;
  }

  .desktop-video {
    display: none;
  }

  .play-pause-button {
    inset: 0%;
  }

  .link {
    float: none;
    text-align: right;
    font-size: 12px;
  }

  .rating-icon-block {
    justify-content: center;
    align-items: center;
  }

  .rating-icon {
    width: 33%;
  }

  .seenon---text {
    font-size: 4vw;
  }

  .h1-headshot {
    width: 100%;
  }

  .shopify-logo {
    object-fit: cover;
    width: 100%;
    height: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .influencer-content-block.mob-height {
    height: auto;
  }

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

  .charts-wrapper {
    flex-flow: column;
  }

  .charts-grid.right-grid, .charts-grid.left-grid {
    width: 100%;
  }

  .border-radius-2 {
    border-radius: .9rem;
  }

  .border-radius-2.image-size-review {
    width: 100%;
    height: 35vw;
  }

  .border-radius-2.image-size-review.mob-height {
    height: 80vw;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .cell-3, .cell-3.border-radius-2 {
    flex-flow: column;
  }

  .cell-3.border-radius-2.mob-padding {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .cell-3.border-radius {
    flex-flow: column;
  }

  .image-8.image-size-review {
    height: 35vw;
  }

  .image-8.image-size-review.border-radius-2.mob-height {
    height: 80vw;
  }

  .div-block-6 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-5, .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column;
    width: 100%;
  }

  .image-9.image-size-review {
    height: 35vw;
  }

  .link-2 {
    text-align: center;
    font-size: .9rem;
  }

  .cell-5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    flex-flow: column;
    width: 100%;
  }

  .expert-say {
    flex-flow: column;
  }

  .expert-says-left-wrapper {
    width: 100%;
  }

  .hide-on-mob {
    display: none;
  }

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

#w-node-_6016d52e-4697-aa73-6664-12664b627239-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6016d52e-4697-aa73-6664-12664b62723a-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_45c43d2a-f709-8c45-ee59-7dd5429bed13-6fbb7887, #w-node-d9e84a46-97ed-4450-23b2-567c646b7f94-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b7c5a15-dde2-ce70-92f2-ba1c4023e580-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4890ec60-9b32-26c4-db12-6e2f791e6312-6fbb7887 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c19dd92c-c4d3-75c3-ecff-e89c2e198bc0-6fbb7887, #w-node-_2d9e1c10-fd37-435c-eeae-62744c0832aa-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9e1c10-fd37-435c-eeae-62744c0832ab-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2d9e1c10-fd37-435c-eeae-62744c0832ac-6fbb7887 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a1-6fbb7887, #w-node-f00f0524-9dc7-33e2-1557-d837a77291a2-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a3-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a4-6fbb7887 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3b-6fbb7887, #w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3c-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3d-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3e-6fbb7887 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_421233ee-fa4e-0fc3-d22c-14fa5ca153f0-6fbb7887 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_86475211-4d1a-95f7-c10e-51f01a3afa59-6fbb7887, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa65-6fbb7887, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa71-6fbb7887, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa7d-6fbb7887, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa89-6fbb7887, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa95-6fbb7887, #w-node-d30553f8-500a-df2f-6412-fa0dd3e0b70e-6fbb7887, #w-node-_395711fa-cdb6-5243-8a6a-2fa06447d313-6fbb7887, #w-node-_37bfcbbc-1b1d-e611-7527-1589476dd99f-6fbb7887, #w-node-cbe84372-6e76-3375-5f83-679f17f64977-6fbb7887, #w-node-_24a065f5-f110-d418-2703-4d85939e577e-6fbb7887, #w-node-_21352a72-745e-c97e-efa9-39da75dce418-6fbb7887, #w-node-dc5664bd-5537-2205-f67c-1b72d0b9c65e-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc5664bd-5537-2205-f67c-1b72d0b9c65f-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c02747d6-88d4-7869-533e-367da94546f6-6fbb7887 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02747d6-88d4-7869-533e-367da94546f8-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807783-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807785-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807795-6fbb7887 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807797-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b26dbd6-d1e5-fce8-29bd-5266aed1d1d6-6fbb7887, #w-node-_77e00fd8-18bf-6f6a-1a5c-370c81c7e8f6-6fbb7887, #w-node-_8a9c34a8-3cb9-be6b-46f1-3e7a3ce5b328-6fbb7887, #w-node-_81556085-b7ac-b78b-3a6b-b5a74c7f83ca-6fbb7887, #w-node-_84f469ab-47cd-100f-ca5a-4a4b2f420d06-6fbb7887, #w-node-_7c0b60a6-dea8-5c95-a7db-abf67ad5d747-6fbb7887, #w-node-_2201a610-9069-cc4d-2380-b96412cfd79c-6fbb7887, #w-node-aee26cf8-0210-365a-6a22-c88d0b824afa-6fbb7887, #w-node-_0cc4e6e3-81f8-9d0a-8fd3-2e7d9cba72ef-6fbb7887, #w-node-_6196cd23-de3d-536d-7e77-724736c9298d-6fbb7887, #w-node-_88a0b804-5b76-c728-3436-493983e9d40b-6fbb7887, #w-node-_88a0b804-5b76-c728-3436-493983e9d40c-6fbb7887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0796c73-bf9e-f6f3-865d-56920834a91b-6fbb7889 {
  justify-self: stretch;
}

#w-node-_6016d52e-4697-aa73-6664-12664b627239-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6016d52e-4697-aa73-6664-12664b62723a-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_45c43d2a-f709-8c45-ee59-7dd5429bed13-b54c00d6, #w-node-d9e84a46-97ed-4450-23b2-567c646b7f94-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b7c5a15-dde2-ce70-92f2-ba1c4023e580-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4890ec60-9b32-26c4-db12-6e2f791e6312-b54c00d6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c19dd92c-c4d3-75c3-ecff-e89c2e198bc0-b54c00d6, #w-node-_2d9e1c10-fd37-435c-eeae-62744c0832aa-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9e1c10-fd37-435c-eeae-62744c0832ab-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2d9e1c10-fd37-435c-eeae-62744c0832ac-b54c00d6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a1-b54c00d6, #w-node-f00f0524-9dc7-33e2-1557-d837a77291a2-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a3-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f00f0524-9dc7-33e2-1557-d837a77291a4-b54c00d6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3b-b54c00d6, #w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3c-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3d-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2ace5696-1cca-fc0d-1bf0-69718cb6ef3e-b54c00d6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f76beb3c-24d9-698e-6028-ff37607c57f6-b54c00d6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-fc65ad95-d13f-611a-61ae-9e640ce248d2-b54c00d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_86475211-4d1a-95f7-c10e-51f01a3afa59-b54c00d6, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa65-b54c00d6, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa71-b54c00d6, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa7d-b54c00d6, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa89-b54c00d6, #w-node-_86475211-4d1a-95f7-c10e-51f01a3afa95-b54c00d6, #w-node-d30553f8-500a-df2f-6412-fa0dd3e0b70e-b54c00d6, #w-node-_395711fa-cdb6-5243-8a6a-2fa06447d313-b54c00d6, #w-node-_37bfcbbc-1b1d-e611-7527-1589476dd99f-b54c00d6, #w-node-cbe84372-6e76-3375-5f83-679f17f64977-b54c00d6, #w-node-_24a065f5-f110-d418-2703-4d85939e577e-b54c00d6, #w-node-_21352a72-745e-c97e-efa9-39da75dce418-b54c00d6, #w-node-dc5664bd-5537-2205-f67c-1b72d0b9c65e-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc5664bd-5537-2205-f67c-1b72d0b9c65f-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c02747d6-88d4-7869-533e-367da94546f6-b54c00d6 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02747d6-88d4-7869-533e-367da94546f8-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807783-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807785-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807795-b54c00d6 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbecc743-e1bd-2b81-b352-8309f0807797-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b26dbd6-d1e5-fce8-29bd-5266aed1d1d6-b54c00d6, #w-node-_77e00fd8-18bf-6f6a-1a5c-370c81c7e8f6-b54c00d6, #w-node-_8a9c34a8-3cb9-be6b-46f1-3e7a3ce5b328-b54c00d6, #w-node-_81556085-b7ac-b78b-3a6b-b5a74c7f83ca-b54c00d6, #w-node-_84f469ab-47cd-100f-ca5a-4a4b2f420d06-b54c00d6, #w-node-_7c0b60a6-dea8-5c95-a7db-abf67ad5d747-b54c00d6, #w-node-_2201a610-9069-cc4d-2380-b96412cfd79c-b54c00d6, #w-node-aee26cf8-0210-365a-6a22-c88d0b824afa-b54c00d6, #w-node-_0cc4e6e3-81f8-9d0a-8fd3-2e7d9cba72ef-b54c00d6, #w-node-_6196cd23-de3d-536d-7e77-724736c9298d-b54c00d6, #w-node-_88a0b804-5b76-c728-3436-493983e9d40b-b54c00d6, #w-node-_88a0b804-5b76-c728-3436-493983e9d40c-b54c00d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_88a0b804-5b76-c728-3436-493983e9d40c-6fbb7887, #w-node-_88a0b804-5b76-c728-3436-493983e9d40c-b54c00d6 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_421233ee-fa4e-0fc3-d22c-14fa5ca153f0-6fbb7887, #w-node-f76beb3c-24d9-698e-6028-ff37607c57f6-b54c00d6, #w-node-fc65ad95-d13f-611a-61ae-9e640ce248d2-b54c00d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


