/* Visby CF @font-face declarations removed during Astro migration.
   Mulish (free, similar humanist-geometric character) is now loaded via
   @fontsource/mulish in src/styles/global.css and bound to all .Visbycf-class
   slots through font-family swaps below. */

:root {
  --blue-black: #020122;
  --blue-violet: #603eff;
  --white: white;
  --primary50: #fbe8e6;
  --black: black;
  --background: #f8eee7;
  --brandprimary: #ff521b;
  --primary700: #e64312;
  --primary800: #d83c0d;
  --dark-slate-grey: #054a49;
  --text500: #737373;
  --snow-brown: #f7f2ef;
  --white-smoke: #e4ebeb;
  --deep-pink: #f0386b;
  --primary100: #ffcbba;
  --peach-puff: #fcc8aa;
  --cyan: #69fdef;
  --seashell: #f8eee7;
  --gold: #f5c830;
  --snow: #fff9f5;
  --brandyellow300: #fced66;
  --brandyellow400: #f9e83e;
  --neutral2: #fafafa;
  --neutral3: whitesmoke;
}

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

body {
  color: #333;
  background-color: #fcfcfc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

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

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

.section-standard {
  align-items: center;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: block;
}

.section-standard.hero {
  align-items: center;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  display: flex;
}

.section-standard.hero.home {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 20px;
  display: flex;
}

.section-standard.hero.features {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 95px;
  max-height: none;
  padding-bottom: 80px;
  display: flex;
}

.section-standard.hero.style-guide {
  background-color: #140f3a;
  align-items: center;
  height: 50vh;
  max-height: none;
  padding-bottom: 80px;
}

.section-standard.hero.lp-template {
  height: auto;
  min-height: 85vh;
  max-height: none;
  margin-top: 0;
  padding-top: 140px;
}

.section-standard.hero.lp-template.light-blue {
  background-color: #c7f3f8;
  height: auto;
  min-height: 85vh;
  max-height: none;
  margin-top: 0;
  padding-top: 140px;
}

.section-standard.hero.lp-template._40-padding {
  min-height: 60vh;
  padding-bottom: 40px;
}

.section-standard.hero.blog {
  background-color: #0000;
  height: auto;
  max-height: none;
  display: block;
}

.section-standard._40-top-padding {
  padding-top: 40px;
}

.section-standard._40-top-padding.grey {
  display: none;
}

.section-standard.blog {
  background-color: var(--blue-black);
  align-items: center;
  height: 65vh;
  max-height: 550px;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-standard._40-padding {
  display: block;
  overflow: hidden;
}

.section-standard.demo-page {
  background-color: #0000;
  align-items: flex-start;
  height: 800px;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.section-standard._60-top-margin {
  margin-top: 60px;
}

.section-standard.white {
  background-color: var(--white);
}

.section-standard.white._40-bottom-padding.grey {
  display: none;
}

.section-standard.orange-background {
  background-color: var(--primary50);
  display: block;
}

.section-standard.orange-background.extended-background {
  padding-top: 375px;
}

.section-standard.grey {
  background-color: #f7f7f7;
}

.section-standard.light-blue {
  background-color: #c7f3f8;
}

.section-standard.dark-blue {
  background-color: var(--blue-black);
}

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

.section-standard._80-bottom-padding._0-top-mobile {
  padding-right: 20px;
}

.section-standard._40-bottom-padding {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-standard {
  flex: 0 auto;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-standard._40-bottom-margin {
  border-radius: 10px;
  margin-bottom: 40px;
}

.div-standard.flex {
  border-radius: 4px;
  flex: none;
  align-items: center;
  width: 95%;
  max-width: 1280px;
  display: flex;
}

.div-standard.flex.justify {
  justify-content: space-between;
  align-items: flex-start;
}

.div-standard.flex.home {
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.div-standard.justify-spaced {
  justify-content: space-between;
}

.div-standard.justify-spaced._1140 {
  max-width: 1140px;
  display: flex;
}

.div-standard.justify-spaced._1140._60-top-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-standard.justify-spaced._1080 {
  max-width: 1080px;
  margin-top: 60px;
  display: flex;
}

.div-standard.justify-spaced._1080.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  width: 95%;
  max-width: 1140px;
}

.div-standard.justify-spaced._800 {
  max-width: 800px;
  display: flex;
}

.div-standard.justify-spaced._800._60-bottom-margin {
  margin-bottom: 60px;
}

.div-standard.justify-spaced._800._60-bottom-margin.right-aligned {
  max-width: 800px;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.div-standard.justify-spaced._800.right-aligned {
  margin-right: 0;
}

.div-standard.justify-spaced.flex {
  width: auto;
}

.div-standard._1150-width {
  max-width: 1150px;
}

.div-standard.style-guide {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 4px;
  padding: 30px;
}

.div-standard._960-width {
  width: 97%;
  max-width: 960px;
}

.div-standard._1100 {
  max-width: 1100px;
}

.heading-1 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-1.centre {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.centre.white {
  color: var(--white);
}

.heading-1.centre._950w {
  max-width: 950px;
}

.heading-1.centre._960-width {
  max-width: 960px;
  font-weight: 600;
}

.heading-1.centre.brown._950-width {
  max-width: 950px;
  color: var(--white);
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.centre._900-width {
  max-width: 900px;
  color: var(--blue-black);
}

.heading-1._45px {
  color: var(--blue-black);
  font-size: 45px;
}

.heading-1._45px.demo-page {
  opacity: 1;
  font-weight: 600;
}

.heading-1.brown {
  color: var(--background);
  letter-spacing: -.5px;
  margin-bottom: 30px;
}

.paragraph {
  color: var(--blue-black);
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph._16px {
  flex: none;
  line-height: 1.4em;
}

.paragraph._16px.centre {
  text-align: center;
}

.paragraph._26px {
  height: auto;
  font-size: 25px;
  font-weight: 300;
}

.paragraph._26px.blue {
  color: #603eff;
  font-weight: 400;
}

.paragraph.centre {
  color: var(--blue-black);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.centre._860-width {
  max-width: 860px;
}

.paragraph.blog {
  max-width: 700px;
  color: var(--blue-black);
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.paragraph._400w {
  max-width: 400px;
}

.paragraph.pricing-label {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.paragraph.package-name {
  color: var(--blue-black);
  font-size: 30px;
  font-weight: 600;
}

.paragraph._20px {
  font-family: Mulish, system-ui, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

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

.button {
  border: 3px none var(--brandprimary);
  background-color: var(--brandprimary);
  max-width: 170px;
  height: 48px;
  color: var(--white);
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button:hover {
  background-color: var(--primary700);
  color: var(--white);
  border-style: none;
  box-shadow: 0 2px 2px #d83c0d1f;
}

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

.button.ghost {
  border: 3px solid var(--blue-violet);
  color: var(--blue-violet);
  background-color: #0000;
  justify-content: center;
  margin-left: 0;
}

.button.ghost:hover {
  background-color: var(--blue-violet);
  color: #fff;
  border-style: none;
}

.button.left-aligned {
  width: 280px;
  max-width: none;
  margin-left: 0;
}

.button._100 {
  border: 2px solid var(--brandprimary);
  background-color: var(--brandprimary);
  color: #fff;
  border-radius: 8px;
  align-self: baseline;
  width: 100%;
  max-width: none;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 0;
}

.button._100:hover {
  border-color: var(--brandprimary);
  color: var(--brandprimary);
  background-color: #0000;
}

.button.auto-width {
  border-color: var(--brandprimary);
  background-color: var(--brandprimary);
  border-radius: 8px;
  flex: none;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 12px;
  position: static;
}

.button.auto-width:hover {
  padding-top: 12px;
}

.button.auto-width._20-padding {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button.auto-width.secondary {
  background-color: var(--white);
  color: var(--brandprimary);
  border-style: solid;
}

.button.pricing {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.two-columns-450-w {
  max-width: 525px;
  margin-left: 0;
  margin-right: auto;
}

.two-columns-450-w.centre {
  margin-left: auto;
  margin-right: auto;
}

.two-columns-450-w._450 {
  max-width: 450px;
}

.two-columns-450-w._450.centre {
  margin-left: auto;
  margin-right: auto;
}

.checkmar {
  max-width: none;
  max-height: 15px;
}

.checkmark-column {
  opacity: .6;
  align-items: flex-start;
  display: flex;
}

.text-checkmark {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.image._120w {
  width: 120px;
}

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

.div-block.logo-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  opacity: .6;
  width: 100vw;
  max-width: 1080px;
}

.div-block.logo-bar._20-top-margin._60-opacity.demo-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 450px;
  margin-top: 60px;
  margin-left: 0;
  display: grid;
}

.heading-4 {
  color: var(--blue-black);
  margin-bottom: 15px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5em;
}

.div-500-width {
  width: 500px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-500-width.auto-align {
  margin-left: auto;
  margin-right: auto;
}

.div-500-width.demo {
  width: 500px;
  margin-bottom: 80px;
  padding-bottom: 0;
}

.heading-2 {
  color: var(--blue-black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-2.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-2.centre._800w {
  max-width: 800px;
  font-weight: 600;
}

.heading-2.centre._1100w {
  max-width: 1100px;
}

.heading-2._450 {
  max-width: 500px;
  line-height: 1.4em;
}

.heading-2._450._50px {
  font-size: 50px;
}

.heading-2._30px {
  font-size: 30px;
}

.link-red {
  /* Was #ff521b (brand-primary). Failed WCAG AA on cream backgrounds at ~3.2:1.
     Swapped to the darker --primary800 / brand-primary-active shade (#d83c0d, ~4.6:1)
     during the Astro migration so editorial body links pass AA. The brand-primary
     orange is still used for buttons and decorative accents. See DESIGN.md. */
  color: #d83c0d;
  border-bottom: 1px #fecabc;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.link-red:hover {
  opacity: .62;
}

.link-red.small-text {
  margin-bottom: 0;
  font-size: 16px;
}

.large-testimonial {
  color: var(--blue-black);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5em;
}

.large-testimonial.centre {
  text-align: center;
}

.link-block {
  flex: none;
  color: inherit;
  text-decoration: none;
}

.nav-link {
  float: right;
  clear: left;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 60px;
  color: var(--blue-black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link:hover {
  perspective: 627px;
  perspective-origin: 50%;
  color: var(--blue-black);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--brandprimary);
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.navbar {
  z-index: 5;
  background-color: #fcfcfc;
  border-bottom: 1px solid #0201220d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonial-name-white {
  border-bottom: 1px none var(--blue-violet);
  color: var(--text500);
  text-align: left;
  letter-spacing: 2px;
  margin: 0 auto 0 0;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.testimonial-name-white.white {
  color: var(--white);
}

.testimonial-name-white.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.heading-5 {
  color: var(--primary800);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

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

.form-block {
  margin-bottom: 15px;
  display: none;
}

.form-block._500w {
  max-width: 500px;
}

.form-block._500w.centre {
  width: 100vw;
}

.form-block.centre {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 2px solid var(--brandprimary);
  background-color: #f6f6f6;
  border-radius: 8px;
  flex: 1;
  align-self: flex-start;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  line-height: 1em;
}

.text-field._15-padding {
  margin-right: 15px;
}

.text-field._15-padding:focus {
  border-color: var(--brandprimary);
}

.small-testimonial {
  opacity: .7;
  max-width: 420px;
  color: var(--blue-black);
  background-color: #0000;
  border: 3px #000;
  border-top: 1px dashed #00000026;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  line-height: 1.4em;
}

.h4 {
  color: var(--blue-black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.h4.package-name {
  text-align: center;
  margin-bottom: 15px;
}

.search {
  border: 1px none var(--snow-brown);
  background-color: var(--white);
  max-width: 300px;
  height: 46px;
  color: var(--blue-black);
  border-radius: 5px;
  flex: 0 auto;
  align-self: stretch;
  align-items: baseline;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.search:focus {
  background-color: var(--white);
  opacity: 1;
}

.footer {
  background-color: var(--blue-black);
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.link-footer {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  text-decoration: none;
}

.link-footer.centre {
  text-align: center;
}

.link-footer.centre.attribution {
  object-fit: scale-down;
  object-position: 50% 1000%;
  position: relative;
  top: 127px;
  overflow: hidden;
}

.legal {
  color: var(--text500);
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.subheadline {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.subheadline.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subheadline.centre.white {
  color: #fff;
}

.subheadline.centre.white._750 {
  max-width: 700px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.subheadline.centre._750w {
  max-width: 750px;
}

.subheadline.centre._750w.white {
  display: none;
}

.subheadline._500w {
  max-width: 500px;
  margin-bottom: 20px;
}

.subheadline.white {
  color: #fff;
}

.slide {
  text-align: left;
  max-width: 350px;
  max-height: none;
  margin-right: 40px;
  position: static;
}

.slide-nav {
  display: none;
}

.testimonial {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5em;
}

.testimonial.white {
  color: var(--white);
  font-size: 19px;
}

.slider {
  background-color: #0000;
  align-items: center;
  max-height: 150px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: #fcfcfc;
  font-family: Inter, sans-serif;
}

.mask {
  flex: 0 auto;
  align-self: center;
  width: 90%;
  max-width: 1150px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  left: auto;
}

.left-arrow {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-73 {
  display: inline-block;
}

.image-73:hover {
  opacity: .5;
}

.column-71 {
  flex-direction: column;
  justify-content: space-around;
  height: 400px;
  padding-right: 15px;
  display: flex;
}

.column-60 {
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.columns-3 {
  align-items: center;
  height: 100%;
  display: block;
}

.column-72 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.div-final-cta-flex {
  display: flex;
}

.benefit-text-blcok {
  flex: 1;
  margin-left: 5px;
}

.image-74 {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: 6px;
  margin-right: 5px;
  display: block;
}

.columns-4 {
  height: auto;
  max-height: none;
}

.column-73 {
  flex-direction: column;
  justify-content: space-around;
  height: 400px;
  display: flex;
}

.div-510w {
  width: auto;
  min-width: 510px;
  margin-left: 77px;
}

._350-width {
  flex: 0 auto;
  max-width: 350px;
}

._350-width._300-width {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-fixed-height {
  min-height: auto;
}

.testimonial-image-2 {
  object-fit: cover;
  border: 1px #000;
  flex: 0 auto;
  width: auto;
  max-width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-testimonial-large {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.div-testimonial-large._40-top-margin {
  margin-top: 40px;
}

.div-block-35 {
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
}

.div-block-35.centre-align {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-testimonial-image {
  border: 2px none var(--blue-black);
  object-fit: cover;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  margin-right: 15px;
}

.columns-features {
  flex: 1;
  align-items: center;
  display: flex;
}

.columns-features.reverse {
  flex-flow: row-reverse;
}

.div-440-width {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.div-440-width.right-aligned {
  float: none;
  margin-right: 3%;
}

.div-440-width.left-aligned.flex {
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.div-440-width.left-aligned.flex.centre {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.home-image {
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.home-image.left-align {
  max-width: 80%;
  margin-left: 0;
}

.home-image.left-align._20-top-margin {
  max-width: 85%;
}

.home-image._80 {
  max-width: 80%;
}

.home-image.right-align {
  margin-right: 0;
}

.home-image.right-align._20-top-margin {
  float: right;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.home-image._2 {
  width: 100%;
  max-width: 650px;
}

.home-image._1 {
  max-width: 550px;
}

.home-image.rounded {
  border-radius: 32px;
}

.column-feature-image {
  padding-left: 0;
  padding-right: 0;
}

.persona {
  width: auto;
  max-width: none;
  min-height: 0;
  box-shadow: none;
  background-color: #0000;
  border: 3px #000;
  border-radius: 4px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px 0 15px;
  display: block;
}

.persona:hover {
  box-shadow: none;
}

.link-block---persona {
  max-width: 350px;
  color: var(--brandprimary);
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: block;
}

.tabs-menu-2 {
  float: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.image-13 {
  max-width: 20px;
}

.tabs-content-2 {
  width: 500px;
  max-width: none;
  margin-top: -270px;
  margin-left: 63px;
  margin-right: auto;
}

.pricing-table {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.columns-pricing-table-features {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1-2 {
  border: 3px solid var(--blue-violet);
  opacity: 1;
  width: 135px;
  max-width: 135px;
  height: 45px;
  color: var(--blue-violet);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  border-width: 3px;
  border-color: var(--blue-violet);
  background-color: var(--blue-violet);
  opacity: 1;
  color: var(--white);
  border-radius: 30px;
  margin-left: 7px;
  margin-right: 7px;
}

.price {
  color: var(--blue-violet);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}

.price.small {
  color: #666;
  margin-bottom: 10px;
  font-size: 24px;
}

.pricing-div {
  color: #000;
  background-color: #fff9;
  border-radius: 8px;
  width: 99%;
  max-width: 375px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: 0 3px 10px #00000012;
}

.pricing-div.promotion {
  border: 3px solid var(--blue-violet);
}

.columns-price {
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.grid-grey {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: #f8f8f8;
  grid-template: "."
                 "."
                 / 1fr 3.25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 0;
  max-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: grid;
}

.grid-grey.top-border {
  background-color: #f8f8f8;
  border-top: 2px solid #f5f6f8;
  align-items: center;
  padding-left: 25px;
}

.grid-grey.top-border.hidden-mobile, .grid-grey.hidden-mobile {
  max-height: 70px;
}

.grid-white {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 0;
  max-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: grid;
}

.grid-white.hidden-mobile {
  max-height: 70px;
}

.columns-12 {
  align-items: center;
  display: flex;
}

.pricing-tabs-mobile {
  display: none;
}

.image-94 {
  width: 30px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.check {
  max-width: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-95 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-13 {
  align-items: center;
  display: flex;
}

.faq-columns {
  margin-bottom: 39px;
}

.div-450w {
  float: none;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7 {
  color: #7030a0;
}

.message-field {
  border: 2px solid var(--primary100);
  background-color: #f6f6f6;
  border-radius: 8px;
  height: auto;
  min-height: 100px;
  max-height: 100px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
}

.message-field:focus {
  border-color: var(--brandprimary);
}

.form-field {
  border: 2px solid var(--primary100);
  color: #333;
  background-color: #f6f6f6;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.form-field:focus {
  border-color: var(--brandprimary);
}

.demo-form {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-name {
  font-weight: 400;
}

.testimonial-name-wrap {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-name-small {
  border-bottom: 1px none var(--blue-black);
  color: var(--blue-black);
  text-align: left;
  margin: 0 auto 0 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.heading-3 {
  color: var(--blue-black);
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-3.centre {
  text-align: center;
}

.form-sidebar {
  background-color: #f5f8fa;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 45%;
  height: 800px;
  margin-top: 60px;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 40px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.test-block {
  float: none;
  clear: right;
  max-width: 780px;
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.7em;
  display: block;
}

/* Policy section headings (refund-policy etc.) are now <h2> for a clean
   h1 -> h2 hierarchy, but visually they should still read as smaller
   sub-headings. Keep the 24px size the legacy h3 rendered at. */
.test-block h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* FAQ disclosure items (<Faq> component). Brand-coloured +/- affordance,
   default disclosure triangle hidden across browsers. */
.faq-item summary {
  position: relative;
  padding-right: 32px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: -2px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #d83c0d;
}
.faq-item[open] summary::after {
  content: "\2013";
}

/* Screen-reader-only utility (used on the comparison table's empty corner cell). */

/* Comparison table (<table class="compare-table">) — on-brand, semantic. */

.columns-features-page {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.color-circle {
  background-color: #fff9f5;
  border: 1px solid #000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.color-circle._181818 {
  background-color: #181818;
}

.color-circle.fcc8aa {
  background-color: #fcc8aa;
}

.color-circle.ffff {
  background-color: #fff;
}

.color-circle._140f3a {
  background-color: #140f3a;
}

.small-testimonial-wrapper {
  max-width: 450px;
  margin-top: 40px;
}

.div-60px-top-margin {
  margin-top: 80px;
}

.div-60px-top-margin._60-opacity {
  opacity: .6;
  width: 97%;
  max-width: 1280px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  margin-bottom: 20px;
}

.giant-testimonial-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.giant-testimonial-image {
  float: none;
  /* AVIF (≈30 KB) / WebP (≈80 KB) / PNG (≈220 KB) negotiated via image-set.
     Every evergreen browser understands image-set + type(); old clients fall
     through to the PNG. Generated by scripts/optimize-images.mjs. */
  background-image: url('../images/photo-booking-ebc-frontdesk-2-p-800.png');
  background-image: image-set(
    url('../images/photo-booking-ebc-frontdesk-2-p-800.avif') type('image/avif'),
    url('../images/photo-booking-ebc-frontdesk-2-p-800.webp') type('image/webp'),
    url('../images/photo-booking-ebc-frontdesk-2-p-800.png') type('image/png')
  );
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex: none;
  width: 700px;
  max-width: 700px;
  height: 100vh;
  max-height: 475px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-block {
  z-index: 2;
  float: right;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 400px;
  height: 100vh;
  max-height: 480px;
  margin-left: auto;
  padding: 35px;
  display: flex;
  position: relative;
  top: 52px;
  left: -119px;
  right: 0;
  box-shadow: 0 0 6px #0000001a;
}

.integration {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 1px 1px 3px #0000001a;
}

.integrations-div {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-integration {
  color: var(--blue-violet);
  font-weight: 500;
}

.final-cta-block {
  background-color: var(--primary100);
  background-image: linear-gradient(#ffcbba, #fff);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 20px;
  display: flex;
}

.hero-image-referral {
  flex: none;
  width: 60%;
  margin-left: 40px;
  margin-right: 0;
}

.hero-image-referral.mobile-only {
  display: none;
}

.tab {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 50px;
  margin-bottom: 15px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.tab:hover {
  background-color: #ffffff9e;
}

.tab.w--current {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 10px #00000012;
}

.tabs-selectors {
  float: right;
  flex-direction: column;
  flex: none;
  align-self: flex-start;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-right: 3%;
  display: block;
  position: relative;
  top: auto;
  left: -47px;
  right: auto;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-103 {
  display: block;
}

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

._350w {
  max-width: 350px;
  margin-left: 0;
  margin-right: 0;
}

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

.div-650-width {
  flex: 0 auto;
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}

.pricing-tabss {
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-79 {
  flex: 0 auto;
}

.centre-hero-image-wrapper {
  /* Renders at most 880x530, so the 1080px variant is ample. Was loading the
     2.3 MB full-res PNG as the loyalty hero — the LCP element. AVIF is ~72 KB. */
  background-image: url('../images/photo-woman-with-cashier-in-the-supermarket-p-1080.png');
  background-image: image-set(
    url('../images/photo-woman-with-cashier-in-the-supermarket-p-1080.avif') type('image/avif'),
    url('../images/photo-woman-with-cashier-in-the-supermarket-p-1080.webp') type('image/webp'),
    url('../images/photo-woman-with-cashier-in-the-supermarket-p-1080.png') type('image/png')
  );
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  height: 100vh;
  max-height: 530px;
  margin-top: 50px;
  margin-bottom: -350px;
  display: flex;
  position: static;
  box-shadow: 0 0 20px 8px #e55e3233;
}

.column-80 {
  flex: none;
}

.div-block-53 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.link-block-4.w--current {
  justify-content: center;
  max-width: 120px;
  margin-top: 30px;
  display: flex;
}

.navigation-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 60px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.brand {
  margin-right: 20px;
  padding: 0 12px 0 0;
}

.logo {
  width: 150px;
}

.nav-menu-dropdown {
  color: #3f0a3d;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list.w--open {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropdown-link {
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 500;
  display: flex;
}

.dropdown-link.w--current {
  color: var(--brandprimary);
}

.dropdown-toggle-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 30px;
  display: block;
}

.icon-3 {
  margin-right: 10px;
}

.dropdown-list-2 {
  color: var(--blue-black);
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 40px -2px #2e25251a;
}

.dropdown {
  display: block;
}

.success-message {
  background-color: var(--primary100);
  color: var(--primary700);
  border-radius: 16px;
  font-weight: 500;
}

.column-text {
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation-3 {
  width: 240px;
  position: relative;
  top: 95px;
  left: -5px;
}

.image-benefit {
  width: 24px;
  height: 24px;
}

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

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

.benefits-grid {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  min-height: 360px;
  display: grid;
}

.benefits-grid.small {
  grid-template-columns: 1fr;
  min-height: 240px;
}

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

.hero-image-sms {
  flex: none;
  width: 60%;
  margin-left: 40px;
  margin-right: 0;
}

.hero-image-sms.mobile-only {
  display: none;
}

.heading-9 {
  color: #d83c0d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.heading-10 {
  color: #020122;
  margin-bottom: 20px;
  font-family: Mulish, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph-2 {
  color: #020122;
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-2._400w {
  max-width: 400px;
}

.paragraph-list {
  grid-row-gap: 10px;
  color: var(--blue-black);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.paragraph-list._16px {
  flex: none;
  line-height: 1.4em;
}

.paragraph-list._16px.centre {
  text-align: center;
}

.paragraph-list._26px {
  height: auto;
  font-size: 25px;
  font-weight: 300;
}

.paragraph-list._26px.blue {
  color: #603eff;
  font-weight: 400;
}

.paragraph-list.centre {
  color: var(--blue-black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-list.centre._860-width {
  max-width: 860px;
}

.paragraph-list.blog {
  max-width: 700px;
  color: var(--blue-black);
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.paragraph-list._400w {
  max-width: 400px;
}

.paragraph-list.pricing-label {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-list.package-name {
  color: var(--blue-black);
  font-size: 30px;
  font-weight: 600;
}

.paragraph-list._20px {
  font-family: Mulish, system-ui, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.paragraph-list._14px {
  font-size: 14px;
}

.company-info {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  min-height: auto;
  display: block;
}

.company-info.small {
  grid-template-columns: 1fr;
  min-height: 240px;
}

.div-left-align {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section-three-features {
  align-items: center;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
  display: block;
}

.section-three-features.hero {
  align-items: center;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  display: flex;
}

.section-three-features.hero.home {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 20px;
  display: flex;
}

.section-three-features.hero.features {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 95px;
  max-height: none;
  padding-bottom: 80px;
  display: flex;
}

.section-three-features.hero.style-guide {
  background-color: #140f3a;
  align-items: center;
  height: 50vh;
  max-height: none;
  padding-bottom: 80px;
}

.section-three-features.hero.lp-template {
  height: auto;
  min-height: 85vh;
  max-height: none;
  margin-top: 0;
  padding-top: 140px;
}

.section-three-features.hero.lp-template.light-blue {
  background-color: #c7f3f8;
  height: auto;
  min-height: 85vh;
  max-height: none;
  margin-top: 0;
  padding-top: 140px;
}

.section-three-features.hero.lp-template._40-padding {
  min-height: 60vh;
  padding-bottom: 40px;
}

.section-three-features.hero.blog {
  background-color: #0000;
  height: auto;
  max-height: none;
  display: block;
}

.section-three-features._40-top-padding {
  padding-top: 40px;
}

.section-three-features._40-top-padding.grey {
  display: none;
}

.section-three-features.blog {
  background-color: var(--blue-black);
  align-items: center;
  height: 65vh;
  max-height: 550px;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-three-features._40-padding {
  background-color: var(--primary50);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section-three-features.demo-page {
  background-color: #0000;
  align-items: flex-start;
  height: 800px;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.section-three-features._60-top-margin {
  margin-top: 60px;
}

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

.section-three-features.white._40-bottom-padding.grey {
  display: none;
}

.section-three-features.orange-background {
  background-color: var(--primary50);
  display: none;
}

.section-three-features.orange-background.extended-background {
  padding-top: 375px;
}

.section-three-features.grey {
  background-color: #f7f7f7;
}

.section-three-features.light-blue {
  background-color: #c7f3f8;
}

.section-three-features.dark-blue {
  background-color: var(--blue-black);
}

.section-three-features._80-bottom-padding {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-three-features._80-bottom-padding._0-top-mobile {
  padding-right: 20px;
}

.section-three-features._40-bottom-padding {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.two-links-booking {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.div-block-59 {
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fcfcfc;
  }

  h3 {
    color: var(--blue-black);
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  p {
    margin-bottom: 30px;
    line-height: 1.6em;
  }

  .section-standard {
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .section-standard.hero.home {
    background-color: #0000;
  }

  .section-standard.hero.features {
    background-color: #0000;
    background-image: none;
    align-items: center;
  }

  .section-standard.hero.style-guide {
    background-color: #140f3a;
    align-items: center;
    height: 50vh;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-standard.hero.lp-template {
    justify-content: center;
  }

  .section-standard.hero.lp-template.light-blue {
    background-color: #c7f3f8;
    justify-content: center;
    min-height: 85vh;
  }

  .section-standard._40-padding {
    background-color: #0000;
  }

  .section-standard.demo-page {
    background-color: #0000;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 0%;
    display: flex;
  }

  .section-standard.orange-background {
    min-height: 0;
  }

  .section-standard.grey {
    background-color: #f7f7f7;
  }

  .section-standard._40-bottom-padding {
    justify-content: center;
    padding-bottom: 40px;
  }

  .div-standard {
    max-width: 1280px;
  }

  .div-standard.flex {
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.flex.home {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    display: flex;
  }

  .div-standard.justify-spaced._1080 {
    max-width: 1000px;
    margin-top: 60px;
    display: flex;
  }

  .div-standard.justify-spaced._1080.flex {
    flex: 1;
    max-width: 1140px;
  }

  .div-standard.justify-spaced._800 {
    max-width: 800px;
    display: flex;
  }

  .div-standard.justify-spaced._800._60-bottom-margin {
    margin-bottom: 60px;
  }

  .div-standard.justify-spaced._800._60-bottom-margin.right-aligned, .div-standard.justify-spaced._800.right-aligned {
    margin-right: 0;
  }

  .div-standard.justify-spaced.flex._60-top-margin {
    margin-top: 60px;
  }

  .div-standard._1150-width {
    flex: 0 auto;
    width: 96%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-standard.style-guide {
    border: 3px solid var(--blue-black);
    background-color: var(--white);
    padding: 20px;
    box-shadow: -4px 4px #000;
  }

  .heading-1 {
    font-weight: 600;
  }

  .heading-1.centre._950w {
    max-width: 950px;
  }

  .heading-1.centre._950w.white {
    color: var(--background);
  }

  .heading-1.centre._960-width {
    max-width: 960px;
  }

  .heading-1.centre.brown._950-width, .heading-1.white {
    color: var(--white);
  }

  .heading-1._45px {
    font-size: 45px;
  }

  .heading-1.brown {
    letter-spacing: -.5px;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .paragraph {
    color: var(--blue-black);
    font-size: 17px;
  }

  .paragraph._26px {
    font-size: 26px;
    font-weight: 400;
  }

  .paragraph.centre {
    color: var(--blue-black);
    text-align: center;
  }

  .paragraph.blog {
    flex: 0 auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph._400w {
    color: #333;
  }

  .paragraph.pricing-label {
    color: #444;
    font-size: 27px;
  }

  .paragraph.package-name {
    margin-bottom: 0;
    font-weight: 600;
  }

  .button.ghost {
    border-color: var(--blue-violet);
    color: var(--blue-violet);
    background-color: #0000;
  }

  .button.ghost:hover {
    background-color: var(--blue-violet);
    border-style: solid;
  }

  .button.left-aligned {
    font-weight: 500;
  }

  .button._100 {
    max-width: none;
    height: 50px;
    color: var(--white);
    margin-bottom: 15px;
  }

  .button.pricing {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    opacity: .6;
    width: 100vw;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .heading-2 {
    font-weight: 600;
  }

  .heading-2._35px {
    letter-spacing: 0;
  }

  .link-red {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .large-testimonial {
    font-weight: 600;
  }

  .testimonial-name-white {
    border-bottom-color: var(--blue-violet);
    flex: none;
    display: inline;
  }

  .testimonial-name-white.white {
    border-bottom-color: var(--white);
    max-width: none;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-field {
    border-color: var(--brandprimary);
    margin-right: 20px;
  }

  .small-testimonial {
    opacity: .7;
    background-color: #0000;
    border: 3px #000;
    border-top: 1px dashed #00000026;
    border-radius: 0;
    align-items: center;
    max-width: 420px;
    min-height: 120px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    display: flex;
  }

  .h4 {
    font-size: 22px;
  }

  .h4.package-name {
    text-align: center;
    margin-bottom: 0;
  }

  .search {
    justify-content: space-around;
    max-width: 300px;
    height: 50px;
    display: block;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .subheadline {
    color: var(--blue-black);
  }

  .subheadline.white {
    color: #fff;
    font-weight: 400;
  }

  .testimonial {
    color: var(--blue-black);
    text-align: left;
    font-size: 19px;
  }

  .body {
    background-color: #fcfcfc;
  }

  .column-71 {
    justify-content: space-around;
  }

  .div-510w {
    margin-left: 5%;
    margin-right: auto;
  }

  .testimonial-image-2 {
    height: 250px;
  }

  .div-testimonial-large {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    margin-left: 40px;
    margin-right: auto;
  }

  .small-testimonial-image {
    border: 2px none var(--blue-black);
    flex: 0 auto;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    margin-right: 10px;
  }

  .columns-features {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-features.reverse {
    max-width: 1280px;
  }

  .div-440-width.left-aligned {
    margin-left: 0;
  }

  .div-440-width.left-aligned.flex {
    margin-bottom: 20px;
    display: flex;
  }

  .home-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-image.left-align {
    float: left;
    max-width: 75%;
    margin-left: 0;
  }

  .home-image.left-align._20-top-margin {
    max-width: 85%;
  }

  .home-image.right-align {
    margin-right: 0;
  }

  .home-image.right-align._20-top-margin {
    float: none;
    max-width: 90%;
  }

  .home-image._2 {
    width: 80%;
    max-width: none;
    display: block;
  }

  .home-image._1 {
    width: 80%;
    display: block;
  }

  .persona {
    padding-left: 0;
    padding-right: 0;
  }

  .persona:hover {
    box-shadow: none;
  }

  .tabs-menu-2 {
    margin-bottom: 40px;
  }

  .image-13 {
    display: block;
  }

  .tabs-content-2 {
    width: 500px;
    margin-left: 60px;
  }

  .columns-pricing-table-features {
    margin-bottom: 20px;
  }

  .tab-link-tab-1-2 {
    color: var(--blue-black);
    border-color: #363636;
  }

  .tab-link-tab-1-2:hover {
    border-color: var(--black);
    color: var(--black);
  }

  .tab-link-tab-1-2.w--current {
    background-color: var(--blue-violet);
    color: var(--white);
  }

  .price {
    font-family: Inter, sans-serif;
  }

  .pricing-div {
    background-color: #fff9;
    width: 100vw;
    max-width: 375px;
    padding: 30px;
    box-shadow: 0 2px 5px #0003;
  }

  .columns-price {
    align-items: flex-end;
    min-height: 55px;
  }

  .pricing-columns {
    width: auto;
  }

  .grid-grey {
    background-color: #f8f8f8;
    max-height: 90px;
  }

  .grid-grey.top-border {
    max-height: 90px;
    margin-top: 20px;
  }

  .grid-grey.top-border.hidden-mobile {
    margin-top: 0;
  }

  .grid-grey.hidden-mobile {
    padding-top: 20px;
  }

  .grid-white {
    background-color: var(--white);
    max-height: 90px;
  }

  .image-95 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-columns {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .message-field {
    background-color: #f6f6f6;
    border-width: 2px;
    min-height: 90px;
    max-height: none;
  }

  .message-field:hover {
    border-color: var(--blue-black);
  }

  .message-field:focus {
    border-color: var(--deep-pink);
  }

  .form-field {
    height: 50px;
    color: var(--blue-black);
    background-color: #f6f6f6;
    border-width: 2px;
  }

  .form-field:hover {
    border-color: var(--blue-black);
  }

  .form-field:focus {
    border-color: var(--deep-pink);
  }

  .demo-form {
    background-color: #f5f8fa;
    border-radius: 8px;
    position: relative;
  }

  .testimonial-name {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-name-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .testimonial-name-small {
    border-bottom-style: none;
    border-bottom-color: var(--blue-black);
    color: var(--blue-black);
    flex: 0 auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .heading-3 {
    font-weight: 600;
  }

  .form-sidebar {
    background-color: #f5f8fa;
    flex-direction: row;
    align-self: auto;
    align-items: center;
    width: 100vw;
    max-width: 50%;
    height: 90vh;
    max-height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .columns-features-page {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-features-page.reverse-mobile {
    max-width: 1280px;
  }

  .color-circle {
    background-color: #fff9f5;
    border: 1px solid #000;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .color-circle._181818 {
    background-color: var(--blue-black);
  }

  .color-circle.fcc8aa {
    background-color: #fecabc;
  }

  .color-circle.ffff {
    background-color: #fff;
  }

  .columns-styleguide {
    margin-bottom: 30px;
  }

  .small-testimonial-wrapper {
    border: 3px #000;
    border-radius: 4px;
    max-width: 420px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-60px-top-margin._60-opacity {
    opacity: .6;
  }

  .integrations-div {
    margin-top: 60px;
  }

  .hero-image-referral {
    width: 60%;
    margin-right: 0;
  }

  ._300-width {
    flex: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-650-width {
    max-width: 650px;
  }

  .centre-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 880px;
    height: 100vh;
    max-height: 530px;
    display: flex;
  }

  .link-block-4.w--current {
    margin-bottom: 20px;
  }

  .dropdown-link:hover {
    text-decoration: underline;
  }

  .success-message {
    background-color: var(--primary100);
  }

  .hero-image-sms {
    width: 60%;
    margin-right: 0;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-10 {
    font-weight: 600;
  }

  .paragraph-2 {
    color: #020122;
    font-size: 17px;
  }

  .paragraph-2._400w {
    color: #333;
  }

  .paragraph-list {
    color: var(--blue-black);
    font-size: 17px;
  }

  .paragraph-list._26px {
    font-size: 26px;
    font-weight: 400;
  }

  .paragraph-list.centre {
    color: var(--blue-black);
    text-align: center;
  }

  .paragraph-list.blog {
    flex: 0 auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-list._400w {
    color: #333;
  }

  .paragraph-list.pricing-label {
    color: #444;
    font-size: 27px;
  }

  .paragraph-list.package-name {
    margin-bottom: 0;
    font-weight: 600;
  }

  .section-three-features {
    background-color: #0000;
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .section-three-features.hero.home {
    background-color: #0000;
  }

  .section-three-features.hero.features {
    background-color: #0000;
    background-image: none;
    align-items: center;
  }

  .section-three-features.hero.style-guide {
    background-color: #140f3a;
    align-items: center;
    height: 50vh;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-three-features.hero.lp-template {
    justify-content: center;
  }

  .section-three-features.hero.lp-template.light-blue {
    background-color: #c7f3f8;
    justify-content: center;
    min-height: 85vh;
  }

  .section-three-features.demo-page {
    background-color: #0000;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 0%;
    display: flex;
  }

  .section-three-features.orange-background {
    min-height: 0;
  }

  .section-three-features.grey {
    background-color: #f7f7f7;
  }

  .section-three-features._40-bottom-padding {
    justify-content: center;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard.hero.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-standard.hero.features {
    background-color: #0000;
    margin-top: 0;
    overflow: visible;
  }

  .section-standard.hero.style-guide {
    background-color: #013969;
  }

  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-standard.hero.blog {
    background-color: #0000;
    height: auto;
    max-height: none;
    padding-top: 50px;
    display: block;
  }

  .section-standard.blog {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard.demo-page {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .section-standard.orange-background.extended-background {
    padding-top: 250px;
  }

  .div-standard.flex {
    flex: 0 auto;
  }

  .div-standard.flex.home {
    display: flex;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-standard.justify-spaced._1080.flex {
    width: 95%;
  }

  .div-standard._1150-width {
    flex: 0 auto;
  }

  .div-standard._1150-width.demo {
    display: block;
  }

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

  .heading-1.centre.white {
    font-size: 50px;
  }

  .heading-1.white.centre {
    font-size: 40px;
  }

  .heading-1._45px.demo-page {
    font-size: 30px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .paragraph._16px.centre {
    font-size: 16px;
  }

  .paragraph._26px {
    font-size: 20px;
  }

  .paragraph.blog {
    max-width: 650px;
  }

  .paragraph._15px.no-margin {
    font-size: 14px;
  }

  .paragraph.pricing-label {
    font-size: 25px;
  }

  .paragraph.package-name {
    font-size: 26px;
  }

  .button, .button.ghost {
    flex: 1;
  }

  .button.auto-width {
    flex: 0 auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.pricing {
    font-size: 14px;
  }

  .image._120w {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .heading-4 {
    font-size: 23px;
  }

  .div-500-width.demo {
    margin: 40px auto;
  }

  .heading-2 {
    font-size: 35px;
  }

  .heading-2.centre._800w, .heading-2._450._50px {
    font-size: 40px;
  }

  .heading-2._35px {
    font-size: 30px;
  }

  .heading-2._30px {
    font-size: 25px;
  }

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

  .large-testimonial {
    font-size: 25px;
  }

  .nav-link {
    clear: none;
    background-color: #fff0;
    flex-direction: row-reverse;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .nav-link.w--current {
    align-self: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    flex-direction: column-reverse;
    max-height: 60px;
    display: flex;
  }

  .small-testimonial {
    font-size: 20px;
  }

  .h4 {
    font-size: 18px;
  }

  .subheadline.centre.white._750 {
    font-size: 17px;
  }

  .slide {
    max-width: 300px;
  }

  .mask {
    width: 80%;
  }

  .div-510w {
    flex: 0 auto;
    min-width: auto;
  }

  ._350-width {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-2 {
    position: relative;
  }

  .div-testimonial-large {
    padding-left: 25px;
    padding-right: 40px;
  }

  .div-testimonial-large._40-top-margin {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-35 {
    margin-left: 30px;
    margin-right: auto;
  }

  .small-testimonial-image {
    align-self: flex-start;
    max-height: 250px;
  }

  .div-440-width.right-aligned {
    margin-right: 0%;
  }

  .div-440-width.right-aligned._400-tablet {
    max-width: 400px;
  }

  .home-image._2 {
    max-width: 100%;
  }

  .persona, .link-block---persona {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-2 {
    width: auto;
    max-width: 90%;
    margin-top: -221px;
    margin-left: auto;
  }

  .price {
    font-size: 30px;
  }

  .pricing-div {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-grey, .grid-white {
    padding-right: 25px;
  }

  .form-sidebar {
    align-self: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding: 0 20px 60px;
    display: flex;
    position: static;
  }

  .test-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-60px-top-margin._60-opacity {
    width: 97%;
    margin-top: 40px;
  }

  .giant-testimonial-block {
    justify-content: flex-start;
  }

  .testimonial-block {
    flex: none;
    width: auto;
    height: auto;
    max-height: none;
    left: -372px;
  }

  .link-block-3 {
    flex: 0 auto;
  }

  .hero-image-referral {
    flex: 0 auto;
    width: 60%;
    margin-left: 20px;
  }

  .tabs-selectors {
    margin-right: 0%;
    left: auto;
  }

  .image-103, .image-104, .image-105 {
    max-width: 90%;
  }

  ._350w {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pricing-tabss {
    width: auto;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
  }

  .centre-hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    max-height: 400px;
    margin-bottom: -252px;
  }

  .image-106 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-div {
    width: 100%;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .brand {
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
  }

  .nav-menu-dropdown {
    background-color: var(--white);
    color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    height: 100vh;
    padding-bottom: 15px;
    display: flex;
  }

  .line-break {
    display: none;
  }

  .menu-button {
    min-height: 60px;
    color: var(--blue-violet);
    border: 1px solid #02676b1a;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--brandprimary);
  }

  .icon-2 {
    color: var(--black);
    margin-top: 18px;
  }

  .dropdown-toggle-2 {
    flex: 0 auto;
    justify-content: center;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    position: relative;
  }

  .dropdown {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-3 {
    width: 200px;
  }

  .div-block-two-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .benefits-grid {
    grid-row-gap: 20px;
  }

  .hero-image-sms {
    flex: 0 auto;
    width: 60%;
    margin-left: 20px;
  }

  .paragraph-2, .paragraph-list {
    font-size: 16px;
  }

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

  .paragraph-list._16px.centre {
    font-size: 16px;
  }

  .paragraph-list._26px {
    font-size: 20px;
  }

  .paragraph-list.blog {
    max-width: 650px;
  }

  .paragraph-list._15px.no-margin {
    font-size: 14px;
  }

  .paragraph-list.pricing-label {
    font-size: 25px;
  }

  .paragraph-list.package-name {
    font-size: 26px;
  }

  .company-info {
    grid-row-gap: 20px;
  }

  .section-three-features {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section-three-features.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-three-features.hero.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-three-features.hero.features {
    background-color: #0000;
    margin-top: 0;
    overflow: visible;
  }

  .section-three-features.hero.style-guide {
    background-color: #013969;
  }

  .section-three-features.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-three-features.hero.blog {
    background-color: #0000;
    height: auto;
    max-height: none;
    padding-top: 50px;
    display: block;
  }

  .section-three-features.blog {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-three-features.demo-page {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .section-three-features.orange-background.extended-background {
    padding-top: 250px;
  }

  .two-links-booking {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-standard.hero {
    display: block;
  }

  .section-standard.hero.home {
    background-image: none;
    max-height: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-standard.hero.features {
    margin-top: 0;
  }

  .section-standard.hero.lp-template {
    padding-top: 50px;
  }

  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-standard.hero.lp-template._40-padding {
    margin-top: 60px;
  }

  .section-standard.blog {
    display: block;
  }

  .section-standard._40-bottom-padding._0-top-mobile {
    padding-top: 0;
  }

  .section-standard.demo-page {
    height: auto;
    display: block;
  }

  .div-standard {
    max-width: 95%;
  }

  .div-standard._40-bottom-margin {
    max-width: 95%;
    margin-bottom: 40px;
  }

  .div-standard.flex {
    flex-direction: column;
  }

  .div-standard.flex.justify, .div-standard.justify-spaced._1080.flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-standard._1150-width {
    display: block;
  }

  .heading-1.centre.white {
    font-size: 30px;
  }

  .heading-1.centre._960-width {
    font-size: 35px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph._16px.centre {
    font-size: 14px;
  }

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

  .paragraph.blog {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph._15px.no-margin {
    font-size: 13px;
  }

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

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

  .button.left-aligned {
    font-size: 15px;
  }

   .button.auto-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.pricing {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .two-columns-450-w {
    margin-bottom: 10px;
  }

  .image {
    max-width: 80%;
    display: block;
  }

  .image._120w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-4 {
    font-size: 21px;
  }

  .div-500-width {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-500-width.demo {
    width: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2, .heading-2.centre._800w {
    font-size: 30px;
  }

  .heading-2._35px {
    font-size: 27px;
  }

  .heading-2._35px.centre {
    text-align: center;
  }

  .large-testimonial {
    font-size: 20px;
  }

  .nav-link {
    float: none;
    clear: none;
    text-align: center;
    background-color: #fff;
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .testimonial-name-white.white {
    font-size: 14px;
    display: inline;
  }

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

  .small-testimonial {
    font-size: 16px;
  }

  .h4 {
    font-size: 18px;
  }

  .div-footer-column {
    margin-bottom: 30px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .subheadline.centre.white._750, .subheadline.centre._750w {
    font-size: 16px;
  }

  .mask {
    width: 80%;
  }

  .column-71 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: baseline;
    height: auto;
    display: block;
  }

  .column-60 {
    margin-bottom: 20px;
  }

  .column-72 {
    padding-left: 20px;
  }

  .columns-4 {
    display: flex;
  }

  .column-73 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    height: auto;
    display: block;
  }

  .div-510w {
    margin-left: 5%;
    margin-right: 5%;
  }

  ._350-width {
    width: 100%;
  }

  .testimonial-image-2 {
    flex: none;
    max-width: 100%;
  }

  .div-testimonial-large {
    flex: 1;
    justify-content: flex-start;
    width: 97%;
    padding: 10px 0 45px;
  }

  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }

  .columns-features, .columns-features.reverse {
    flex-flow: column;
  }

  .div-440-width {
    max-width: 440px;
    margin-bottom: 20px;
  }

  .div-440-width.right-aligned._400-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .home-image.left-align {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-image.left-align._20-top-margin {
    margin-top: 20px;
  }

  .home-image._80 {
    max-width: 95%;
  }

  .home-image.right-align {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-image.right-align._20-top-margin {
    margin-top: 20px;
  }

  .persona {
    width: auto;
    min-height: auto;
  }

  .tabs-content-2 {
    flex: 1;
    margin-top: 0;
    display: block;
  }

  .pricing-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .grid-grey {
    max-height: none;
  }

  .grid-grey.top-border {
    max-height: none;
    padding-left: 15px;
  }

  .grid-grey.mobile {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 3.25fr;
    padding-left: 15px;
  }

  .grid-grey.hidden-mobile {
    display: none;
  }

  .grid-white {
    max-height: none;
    padding-left: 15px;
  }

  .grid-white.mobile {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 3.25fr;
  }

  .grid-white.hidden-mobile {
    display: none;
  }

  .pricing-tabs-mobile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .plan-tab {
    background-color: #fff;
    justify-content: center;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    display: flex;
  }

  .plan-tab.w--current {
    border-bottom: 3px solid var(--blue-violet);
    width: 100%;
    color: var(--blue-violet);
    background-color: #fff;
    font-weight: 600;
  }

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

  .faq-columns {
    margin-bottom: 20px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .form-sidebar {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    position: relative;
  }

  .columns-features-page {
    flex-direction: column;
  }

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

  .icon {
    width: 45px;
  }

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

  .testimonial-block {
    flex: none;
    align-self: flex-end;
    position: relative;
    top: 22px;
    left: -447px;
  }

  .integration {
    width: 150px;
    height: 110px;
  }

  .integrations-div {
    grid-column-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .final-cta-block {
    min-height: 240px;
  }

  .hero-image-referral {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-image-referral.desktop-only {
    display: none;
  }

  .hero-image-referral.mobile-only {
    display: block;
  }

  .tabs-selectors {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-2 {
    display: block;
  }

  ._350w {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pricing-tabss {
    flex: 1;
    display: block;
  }

  .centre-hero-image-wrapper {
    max-width: 500px;
    max-height: 350px;
  }

  .logo {
    width: auto;
    height: 40px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-self: center;
  }

  .icon-3 {
    margin-right: 5%;
  }

  .lottie-animation-3 {
    top: 85px;
  }

  .div-block-two-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .benefits-grid {
    grid-row-gap: 20px;
    min-height: auto;
  }

  .hero-image-sms {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-image-sms.desktop-only {
    display: none;
  }

  .hero-image-sms.mobile-only {
    display: block;
  }

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

  .heading-10 {
    margin-top: 0;
  }

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

  .paragraph-list._16px.centre {
    font-size: 14px;
  }

  .paragraph-list._26px {
    font-size: 18px;
  }

  .paragraph-list.blog {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-list._15px.no-margin {
    font-size: 13px;
  }

  .paragraph-list.pricing-label {
    font-size: 15px;
  }

  .paragraph-list._20px {
    font-size: 17px;
  }

  .company-info {
    grid-row-gap: 20px;
    min-height: auto;
  }

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

  .section-three-features.hero {
    display: block;
  }

  .section-three-features.hero.home {
    background-image: none;
    max-height: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-three-features.hero.features {
    margin-top: 0;
  }

  .section-three-features.hero.lp-template {
    padding-top: 50px;
  }

  .section-three-features.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-three-features.hero.lp-template._40-padding {
    margin-top: 60px;
  }

  .section-three-features.blog {
    display: block;
  }

  .section-three-features.demo-page {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section-standard {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }

  .section-standard.hero.home {
    max-height: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-standard.hero.features {
    margin-top: 0;
  }

  .section-standard.hero.lp-template {
    padding-top: 50px;
  }

  .section-standard.hero.lp-template._40-padding {
    padding-top: 20px;
  }

  .section-standard.blog {
    height: 60vh;
    max-height: none;
  }

  .section-standard._40-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-standard.demo-page {
    padding: 0;
  }

  .section-standard.orange-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-standard._80-bottom-padding._0-top-mobile {
    padding-top: 0;
  }

  .section-standard._40-bottom-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-standard {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-standard.flex.justify {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    margin-top: 40px;
  }

  .div-standard.justify-spaced._1080.flex {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-standard.justify-spaced.flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-standard._1150-width.demo {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-standard._20-side-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-1 {
    text-align: left;
    font-size: 32px;
  }

  .heading-1.centre {
    text-align: left;
  }

  .heading-1.centre._950w {
    text-align: center;
  }

  .heading-1.white.centre._900-width {
    text-align: center;
    font-size: 28px;
  }

  .paragraph {
    font-size: 16px;
  }

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

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

  .paragraph.centre._860-width {
    text-align: left;
  }

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

  .paragraph._400w.centre-mobile {
    text-align: center;
    max-width: none;
  }

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

  .button {
    width: 100%;
    max-width: none;
    height: 40px;
    color: var(--white);
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button.ghost {
    flex: 0 auto;
    height: 40px;
  }

  .button.left-aligned {
    height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .two-columns-450-w {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkmark-column {
    opacity: .6;
    border-radius: 0;
    margin-top: 5px;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-4.centre-mobile {
    font-size: 20px;
  }

  .div-500-width {
    width: auto;
    max-width: 500px;
  }

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

  .heading-2.centre, .heading-2.centre._800w {
    text-align: left;
    font-size: 27px;
  }

  .heading-2.centre._1100w {
    text-align: left;
  }

  .heading-2._450._50px {
    text-align: left;
    font-size: 30px;
  }

  .heading-2._35px, .heading-2._35px.centre {
    text-align: left;
  }

  .link-red {
    font-size: 16px;
  }

  .large-testimonial {
    text-align: center;
  }

  .nav-link {
    float: none;
    clear: none;
    text-align: center;
    background-color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.w--current {
    display: flex;
  }

  .testimonial-name-white.centre {
    border-bottom-style: none;
  }

  .heading-5 {
    text-align: left;
    font-size: 16px;
  }

  .heading-5.centre-mobile {
    text-align: center;
  }

  .form {
    flex-direction: column;
    max-width: 400px;
  }

  .form-block._500w.centre {
    width: 100%;
  }

  .text-field {
    flex: none;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .text-field._15-padding {
    margin-right: 5px;
  }

  .small-testimonial {
    margin-bottom: 10px;
  }

  .h4 {
    font-size: 17px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-footer-column {
    margin-bottom: 20px;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 16px;
  }

  .link-footer {
    margin-bottom: 5px;
    font-size: 15px;
  }

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

  .subheadline._500w {
    font-size: 16px;
  }

  .right-arrow {
    flex: 1;
    justify-content: flex-end;
  }

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

  .image-73 {
    max-width: 35%;
  }

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

  .column-60 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-72 {
    padding-left: 0;
  }

  .columns-4 {
    display: block;
  }

  .column-73 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .div-510w {
    width: auto;
    max-width: 100%;
  }

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

  .testimonial-image-2 {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-testimonial-large {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }

  .div-block-35 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-440-width.left-aligned.flex {
    justify-content: space-between;
    display: block;
  }

  .div-440-width.centre-mobile {
    text-align: center;
  }

  .home-image._80 {
    max-width: 75%;
    display: block;
  }

  .column-feature-image {
    margin-top: 0;
  }

  .persona {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block---persona {
    max-width: none;
  }

  .pricing-div {
    margin-bottom: 20px;
  }

  .grid-grey, .grid-white {
    grid-template-columns: 1.5fr 3.25fr;
  }

  .pricing-tabs-mobile {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-tab {
    flex: 1;
    width: 30%;
    font-size: 15px;
  }

  .plan-tab.w--current {
    flex: 1;
    width: 30%;
  }

  .testimonial-name {
    text-align: center;
  }

  .testimonial-name-wrap {
    max-width: 250px;
  }

  .heading-3 {
    text-align: left;
    font-size: 22px;
  }

  .test-block {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-60px-top-margin._60-opacity {
    width: 95%;
    margin-top: 30px;
  }

  .icon.centre-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .giant-testimonial-block {
    flex-direction: column;
  }

  .giant-testimonial-image {
    max-height: 300px;
  }

  .testimonial-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: relative;
    top: -40px;
    left: auto;
  }

  .integration {
    width: 100%;
    height: 100%;
  }

  .integrations-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .link-integration {
    text-align: center;
  }

  .final-cta-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab, .tab.w--current {
    font-size: 14px;
  }

  .centre-hero-image-wrapper {
    width: 95%;
    max-height: 250px;
  }

  .navigation-div {
    padding-left: 10px;
  }

  .logo {
    width: auto;
    height: 40px;
  }

  .menu-button:hover, .menu-button:active {
    color: var(--brandprimary);
  }

  .menu-button:focus {
    -webkit-text-stroke-color: var(--brandprimary);
  }

  .column-text {
    flex: 0 auto;
  }

  .lottie-animation-3 {
    width: 120px;
    top: 60px;
  }

  .div-block-two-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits-grid {
    grid-row-gap: 10px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 100%;
  }

  .heading-9 {
    text-align: left;
    font-size: 16px;
  }

  .heading-10 {
    text-align: left;
    font-size: 22px;
  }

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

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

  .paragraph-list._16px {
    font-size: 14px;
  }

  .paragraph-list._26px {
    font-size: 16px;
  }

  .paragraph-list.centre._860-width {
    text-align: left;
  }

  .paragraph-list._15px {
    font-size: 14px;
  }

  .paragraph-list._400w.centre-mobile {
    text-align: center;
    max-width: none;
  }

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

  .company-info {
    grid-row-gap: 10px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 100%;
  }

  .section-three-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-three-features.hero {
    height: 80vh;
    max-height: none;
  }

  .section-three-features.hero.home {
    max-height: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-three-features.hero.features {
    margin-top: 0;
  }

  .section-three-features.hero.lp-template {
    padding-top: 50px;
  }

  .section-three-features.blog {
    height: 60vh;
    max-height: none;
  }

  .section-three-features._40-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-three-features._40-bottom-padding._0-top-mobile {
    padding-top: 0;
  }

  .section-three-features.demo-page {
    padding: 0;
  }

  .section-three-features.orange-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-three-features._80-bottom-padding._0-top-mobile {
    padding-top: 0;
  }

  .section-three-features._40-bottom-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-links-booking {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_818a8158-809d-4e2e-3aff-8321375832e9-bdf92812, #w-node-_818a8158-809d-4e2e-3aff-8321375832e9-bdf92814 {
  justify-self: end;
}

#w-node-_3e4d6b22-9f4f-6db5-45e8-e09afdc240a8-bdf92819, #w-node-_5930a758-79b9-1e0f-8fb5-af8504ce179a-bdf9281a {
  align-self: center;
}

@media screen and (min-width: 1440px) {

  #w-node-_3e4d6b22-9f4f-6db5-45e8-e09afdc240b5-bdf92819, #w-node-_8a0047b9-0704-56f2-5f63-a99d5fc85532-bdf92819 {
    align-self: center;
  }
}


/* Second batch of Visby CF @font-face declarations removed during Astro
   migration. See top of file for context. */