@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-bold-italic-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-light-italic-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-regular-italic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/geomanist-medium-italic-webfont.woff2') format("woff2"), url('../fonts/geomanist-medium-italic-webfont.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geomanist webfont;
  src: url('../fonts/geomanist-medium-webfont.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey800: #1f2937;
  --mainaccent: #542cec;
  --guestorange: #ff611d;
  --dim-grey: #4d5863;
  --white: white;
  --blwhite: #f5f4fa;
  --off-white: #f9fbfd;
  --grey50-501: #f8fafc;
  --mm-black: #1c1c1c;
  --text-grey: #707f8f;
  --grey300: #d1d5db;
  --shorpurple-light: #f8f4fc;
  --showpurple: #7d23d1;
  --slate-grey: #707f8fb3;
  --grey600: #4b5563;
  --mm-light-grey: #f2f2f2;
  --ma-900: #130646;
  --showpurplelight: #be7cfc;
  --agencyteal: #0c9dcb;
  --grey500: #6b7280;
  --grey700: #374151;
  --grey200: #e5e7eb;
  --medium-blue: #4021b3;
  --mainaccent-50: #f6f4fe;
  --guestorange-light: #fff7f3;
  --grey100: #f3f4f6;
  --grey200-201: #e5e7eb;
  --go-800: #742300;
}

.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;
  font-family: Geomanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--grey800);
  letter-spacing: -.75px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2.81em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

h2 {
  color: var(--grey800);
  letter-spacing: -.5px;
  margin-top: .25em;
  margin-bottom: 1rem;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25em;
}

h3 {
  color: var(--grey800);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.579em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

h4 {
  color: var(--grey800);
  margin-top: .25rem;
  margin-bottom: .5rem;
  font-size: 1.185em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #515963;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
}

a {
  color: var(--mainaccent);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--guestorange);
}

ul {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

li {
  margin-top: .75em;
}

strong {
  font-weight: 500;
}

.body {
  color: var(--grey800);
  flex-direction: column;
  font-family: Geomanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 147%;
  display: flex;
}

.logo {
  margin-top: -8px;
}

.logo.hide-on-sm {
  margin-top: -5px;
}

.show-purple {
  color: #7d23d1;
}

.guest-orange {
  color: var(--guestorange);
}

.btn {
  background-color: var(--mainaccent);
  color: var(--white);
  letter-spacing: 0;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 2em;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
}

.btn:hover {
  background-color: var(--guestorange);
  color: #fff;
}

.btn.btn-signup {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 3em;
}

.btn.orange {
  background-color: var(--guestorange);
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.btn.orange:hover {
  background-color: var(--mainaccent);
}

.get-started-form {
  margin-top: 1.5em;
  margin-bottom: .5em;
  display: none;
}

.form-text-field {
  letter-spacing: .5px;
  border: 1px solid #d4d4d4;
  border-right-width: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 3em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
  font-weight: 400;
}

.form-text-field:focus {
  border: 1px solid var(--guestorange);
}

.form-text-field.no-border {
  border-style: none;
  border-width: 0;
}

.getting-started-form-wrap {
  flex-direction: row;
  justify-content: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.getting-started-form-wrap.shadow {
  box-shadow: 0 6px 24px #3f2b858f;
}

.small-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-container.left {
  text-align: left;
}

.container {
  z-index: 2;
  perspective: 1000px;
  width: 95%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.container.small-container {
  text-align: center;
  max-width: 45em;
}

.container.small-container.left {
  text-align: left;
  align-items: flex-start;
}

.container.viewport-height {
  min-height: 100dvh;
}

.small-title-wrap {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.small-title-wrap.left {
  text-align: left;
  margin-bottom: 64px;
}

.blue {
  color: var(--mainaccent);
}

.for-guests {
  background-color: var(--blwhite);
  border-top-right-radius: 240px;
  border-bottom-left-radius: 240px;
  align-items: center;
  min-height: 100vh;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.featured-by {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 128px;
}

.all-features {
  align-items: center;
  padding-top: 8em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.feature-wrap.alt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  background-color: var(--white);
  cursor: auto;
  border-radius: 1rem;
  width: 30%;
  padding: 2rem 2rem 2.5rem;
  transition: box-shadow .2s;
  box-shadow: 0 0 #0000;
}

.feature-item.center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-item.white {
  background-color: #0000;
}

.feature-item.alt {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-icon {
  width: 3em;
  height: 3em;
}

.feature-title {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 500;
  display: flex;
}

.footer {
  color: var(--white);
  background-image: linear-gradient(to right, #542cec, #a25ce3);
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: none;
  position: relative;
}

.signup-cta {
  text-align: center;
  background-image: none;
}

.footer-logo {
  background-color: var(--white);
  border-radius: 4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -127%);
  box-shadow: 0 0 2rem #0000001a;
}

.heading-8 {
  width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav {
  color: var(--mm-black);
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.footer-col {
  align-self: center;
}

.footer-link {
  color: var(--white);
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-logo-img {
  width: 2rem;
  height: 2rem;
}

.contact {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.small {
  align-self: center;
  font-size: .825rem;
  display: inline;
}

.social-links {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.social-icons {
  justify-content: flex-start;
  margin-left: .5rem;
  display: flex;
}

.social-icon {
  background-color: #ffffff80;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: .5rem;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--mainaccent);
}

.terms {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

.vid-wrap {
  text-align: center;
  margin: 2em auto 4em;
  position: relative;
}

.last-updated {
  color: var(--text-grey);
  margin-top: 2rem;
}

.list {
  margin-bottom: 1em;
  list-style-type: disc;
}

.main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.paragraph-4 {
  color: var(--mm-black);
}

.flex-table-row {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  display: flex;
}

.flex-table-row.alt {
  background-color: #0000;
  border-radius: 4px;
}

.flex-table-item {
  color: var(--dim-grey);
  width: 30%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-label {
  color: var(--mm-black);
  margin-bottom: 1rem;
  font-weight: 700;
  display: none;
}

.table-label.main-label {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.flex-table {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.autoplay-wistia {
  border-radius: 24px;
  max-width: 100%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 12px 32px #5d779233;
}

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

.text-span {
  font-size: .8em;
}

.header {
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 2em;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.button-wrap.vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #dddfe5;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.footer-brand {
  flex: 1;
}

.footer-links {
  color: var(--grey300);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-brand-strap {
  color: var(--white);
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 115%;
}

.footer-brand-logo {
  margin-bottom: 1em;
}

.footer-link-group-title {
  color: var(--white);
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 500;
}

.footer-link-item {
  color: #d1d5db;
  cursor: pointer;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 300;
}

.footer-link-item:hover {
  color: var(--white);
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.footer-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 24px;
  transition: opacity .2s, border-color .2s;
  display: flex;
}

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

.vid-wrapper {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}

.light {
  color: var(--shorpurple-light);
  font-weight: 500;
}

.sub-conf-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.sub-conf-wrapper.default-height {
  min-height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.top-bar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-text.max-w-80-mobile {
  font-size: 1rem;
  font-weight: 500;
}

.top-bar-button {
  color: #4a3aff;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f1ff;
  border-radius: 80px;
  margin-left: 16px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.top-bar-button:hover {
  color: #fff;
  background-color: #170f49;
}

.close-icon {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.close-icon:hover {
  transform: scale3d(.9, .9, .01);
}

.top-bar-wrapper {
  z-index: 9999;
  background-color: var(--mainaccent);
  background-image: linear-gradient(135deg, var(--mainaccent), var(--showpurple));
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-wrapper.valentine {
  background-image: url('../images/banner_bg_1.avif');
  background-position: 50%;
  background-size: cover;
}

.heading-20 {
  margin-top: 1.5em;
}

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

.dogbox {
  box-shadow: 3px 3px 11px -7px var(--slate-grey);
  color: var(--mm-black);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.infinite-carousel {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinite-carousel.profiles {
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.infinite-carousel.padbot-2 {
  padding-bottom: 4em;
}

.infinite-carousel-wrapper {
  flex-direction: row;
  display: flex;
  overflow: visible;
}

.infinite-carousel-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  padding-left: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brand-img {
  height: 80px;
}

.navigation-link-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-secondary {
  color: var(--grey600);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  color: var(--mainaccent);
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-link {
  color: var(--grey800);
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 24px;
  padding: 6px .75em 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  background-color: var(--white);
  color: var(--mainaccent);
  border: 1px solid #0000;
  border-radius: 24px;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1.5px solid var(--mainaccent);
  background-color: var(--mainaccent);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  color: var(--mainaccent);
  background-color: #0000;
  font-weight: 400;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menubutton {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menubutton:hover {
  color: #ea7462;
}

.menubutton.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 24px 2rem;
  display: flex;
}

.text-body-large {
  color: var(--grey800);
  text-wrap: pretty;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.47em;
}

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

.text-body-large.white.bold {
  font-weight: 500;
}

.button {
  grid-column-gap: 8px;
  border: 1.5px solid var(--mainaccent);
  background-color: var(--mainaccent);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em .75em 2em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  color: var(--mainaccent);
  background-color: #0000;
  font-weight: 400;
}

.button.ghost {
  color: var(--mainaccent);
  background-color: #0000;
  font-size: 1em;
}

.button.ghost.white {
  border-color: var(--mm-light-grey);
  color: var(--white);
}

.button.ghost.white:hover {
  color: var(--mm-light-grey);
  background-color: #ffffff1a;
}

.button.ghost.white.alt {
  align-self: stretch;
}

.button.lighthover {
  font-size: 1em;
}

.button.lighthover:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff1a;
}

.button.stretch {
  align-self: stretch;
}

.button.stretch.white {
  border-color: var(--grey50-501);
  background-color: var(--grey50-501);
  color: var(--mainaccent);
}

.button.stretch.white:hover {
  color: var(--mm-light-grey);
  background-color: #0000;
}

.button.cta-button {
  color: var(--mainaccent);
  border-radius: 80px;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 400;
}

.button.cta-button:hover {
  border-color: var(--mm-light-grey);
  color: var(--mm-light-grey);
  background-color: #0000;
}

.hero-button-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.hero-button-group.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-button-group.horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.hero-button-group.horizontal.center {
  flex-direction: row;
  justify-content: center;
  margin-top: 1em;
}

.hero-button-group.horizontal.left {
  flex-direction: row;
  align-items: flex-start;
}

.collab {
  background-color: var(--grey800);
  color: var(--ma-900);
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.title-label {
  color: var(--mainaccent);
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.185em;
  font-weight: 400;
}

.title-label.guest-orange {
  color: var(--guestorange);
}

.title-label.show-purple {
  color: var(--showpurplelight);
}

.title-label.agency-teal {
  color: var(--agencyteal);
}

.title-label.orange {
  color: var(--guestorange);
}

.community {
  background-color: var(--grey50-501);
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.community.dark {
  background-color: var(--grey800);
}

.profile-card-wrapper {
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: row;
  width: 276px;
  height: 100%;
  padding: 8px;
  transition: transform .2s;
  position: relative;
  box-shadow: 0 7px 20px -4px #0003;
}

.profile-card-wrapper:hover {
  transform: translate(0, -12px);
}

.profile-card-wrapper.testimonial-infinite-card {
  width: 28em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2em 3em;
}

.profile-card-image {
  border-radius: 4px;
  width: 260px;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.profile-card-details {
  padding-top: 12px;
  padding-bottom: 12px;
}

.profile-card-name {
  font-size: 16px;
  font-weight: 500;
}

.profile-card-location {
  color: var(--grey500);
  font-size: 14px;
  font-weight: 400;
}

.profile-card-categories {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--mainaccent);
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
}

.category-tag {
  background-color: var(--blwhite);
  border-radius: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 400;
  display: inline-block;
}

.profile-type-tag {
  z-index: 10;
  background-color: var(--blwhite);
  color: var(--blwhite);
  border-radius: 24px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: .77em;
  display: inline-block;
  position: absolute;
  inset: .5rem auto auto .5rem;
}

.profile-type-tag.show {
  background-color: var(--showpurple);
}

.profile-type-tag.guest {
  background-color: var(--guestorange);
  font-weight: 300;
}

.profile-card-back-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #542cece6;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 276px;
  height: 100%;
  padding: 64px 16px 16px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.profile-headline {
  color: var(--off-white);
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
}

.for-guests {
  background-color: var(--white);
  border-radius: 0;
  min-height: auto;
  padding-top: 128px;
  padding-bottom: 64px;
  overflow: hidden;
}

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

._2up-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

._2up-wrapper.incontainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

._2up-wrapper.padbot-2 {
  margin-bottom: 0;
}

.app-cover {
  border-radius: 12px;
  margin-bottom: 2em;
  box-shadow: 0 7px 32px #707f8f33;
}

.cta-wrapper {
  padding: 4em 0 0;
}

.cta-wrapper.half {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.simple-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--mainaccent);
  align-items: center;
  font-size: 1em;
  display: flex;
}

.faq-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  text-decoration: none;
}

.faqs-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.faqs-text-wrap {
  width: 100%;
}

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

.bottom-line-2 {
  background-color: var(--blwhite);
  width: 100%;
  height: 1px;
}

.faq-answer-wrap {
  padding-bottom: 0;
  padding-right: 10%;
}

.faq-questions {
  width: 90%;
  font-size: 1.25em;
  font-weight: 500;
}

.faq-question-container {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faqs-text-wrapper {
  text-align: center;
}

.faq {
  background-color: var(--white);
  padding-top: 4em;
  padding-bottom: 4em;
}

.twitter-card-header {
  text-align: left;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1em;
  display: flex;
}

.footer-main {
  background-color: var(--grey800);
  color: var(--text-grey);
  padding-top: 4em;
  position: relative;
}

.show-purple-light {
  color: var(--showpurplelight);
}

._2up-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 120%;
}

.cta-card-content {
  padding-bottom: 4em;
  padding-left: 3em;
  padding-right: 3em;
}

.cta-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.featured-by {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-block-9 {
  line-height: 1.47em;
}

.for-shows {
  background-color: var(--grey800);
  border-radius: 0;
  padding-top: 128px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.matchmaker-extras {
  background-color: var(--grey800);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}

.sign-in-up {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.logomark_header {
  height: 32px;
}

.logomark_header.show-sm-only {
  display: none;
}

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

.wave {
  z-index: 0;
  color: var(--mainaccent);
  width: 100%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.wave.orange {
  color: var(--guestorange);
}

.wave.neartop {
  margin-left: auto;
  margin-right: auto;
  top: 25%;
}

.wave.teal {
  color: #0c9dcb80;
}

.form-embed {
  width: 50%;
  max-width: 800px;
  height: auto;
}

.agency-teal {
  color: var(--agencyteal);
}

.agencypricing {
  background-color: var(--grey800);
  padding-top: 4em;
  padding-bottom: 0;
}

.nopad {
  margin-top: 0;
  margin-bottom: 0;
}

.joinconversation {
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

._2up-content {
  max-width: 60%;
  padding-right: 2rem;
}

._2up-image-item {
  z-index: -1;
  position: relative;
}

._2up-image-item.radio-image {
  max-width: 80%;
}

.cta-img {
  border-radius: 0 0 12px 12px;
}

.wibbly-wobbly-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.wibbly-item {
  border-radius: 5px;
}

.wibbly-item.nth {
  transform: translate(0, 64px);
}

.wibbly-row {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials {
  padding-top: 4em;
  padding-bottom: 4em;
}

.testimonial-image-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.testimonial-image-and-name.review-twitter {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.reviews-grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 552px;
}

.reviews-grid.right {
  z-index: 5;
  margin-bottom: 44px;
  position: static;
}

.reviews-grid.left {
  margin-right: 48px;
}

._16-px {
  flex: none;
  font-size: 16px;
}

.reviews-container {
  z-index: 5;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  position: static;
}

.testimonial-image-2 {
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 12px;
  overflow: hidden;
}

.review-paragraph {
  color: #0d0e10;
  text-align: left;
  flex: 0 auto;
}

.twitter-link {
  margin-left: auto;
}

.testimonial-item {
  border-radius: 12px;
  max-width: 600px;
  margin-right: 40px;
  padding: 32px 28px 50px;
  overflow: hidden;
  box-shadow: 17px 17px 200px #40454f0f;
}

.testimonial-item.reviews-main {
  background-color: #fff;
  margin-right: 0;
  padding-bottom: 32px;
}

.pricing {
  background-color: var(--grey800);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.pricing-table-item-2 {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 24px 200px #40454f33;
}

.pricing-table-item-2.bg {
  background-image: url('../images/Shapes_1Shapes.webp');
  background-position: 50%;
  background-size: auto;
}

.pricing-table-item-2.bg.white {
  background-color: var(--mainaccent);
  background-image: none;
}

.pricing-table-item-2.alt {
  background-color: var(--grey700);
  padding-bottom: 2rem;
}

.pricing-tables-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-tables-container._3up {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-tables-container._2up {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.pricing-table-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-table-item-text {
  margin-bottom: .5rem;
}

.pricing-table-checkmark {
  flex: none;
  margin-top: 4px;
  margin-right: 8px;
}

.pill {
  background-color: var(--agencyteal);
  color: var(--grey50-501);
  border-radius: 20px;
  padding: 0 12px;
  font-size: .8625em;
  display: inline-block;
}

.pill.orange {
  background-color: var(--guestorange);
}

.pricing-cost {
  margin-bottom: 0;
}

.secondary-pricing-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 1rem;
  font-size: 16px;
  display: flex;
}

.pricing-table-item-pointers {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.pricing-table-item-pointers.alt {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pricing-cost-text-span {
  letter-spacing: -1px;
  margin-right: 4px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-cost-text-span.white {
  color: #fff;
}

.was-price-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.price-card-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.how-it-works {
  background-color: var(--white);
  border-radius: 0;
  min-height: auto;
  padding-top: 128px;
  padding-bottom: 64px;
  overflow: hidden;
}

.infinite-testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  flex: none;
  display: flex;
  position: relative;
}

.button-3 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #542cec;
  border: 1.5px solid #542cec;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em .75em 2em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  color: #542cec;
  background-color: #0000;
  font-weight: 400;
}

.button-4 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #542cec;
  border: 1.5px solid #542cec;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em .75em 2em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-4:hover {
  color: #542cec;
  background-color: #0000;
  font-weight: 400;
}

.text-body-large-3 {
  color: #1f2937;
  margin-bottom: 2rem;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.47em;
}

.feature-item-2 {
  cursor: auto;
  background-color: #fff;
  border-radius: 1rem;
  width: 30%;
  padding: 2rem 2rem 2.5rem;
  transition: box-shadow .2s;
  box-shadow: 0 0 #0000;
}

.title-label-3 {
  color: #542cec;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.185em;
  font-weight: 400;
}

.show-cta {
  background-color: var(--grey200);
  background-image: linear-gradient(to bottom, var(--medium-blue), var(--medium-blue));
  padding-top: 4em;
  padding-bottom: 4em;
}

.show-cta-img {
  height: 6rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.discount-code {
  text-align: center;
  width: 100%;
}

.features-learn-more-link {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-features-subheading {
  color: #47c1fe;
  margin-bottom: 16px;
}

.wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper-2.cta-wrapper {
  background-color: var(--mainaccent);
  background-image: linear-gradient(156deg, var(--mainaccent), var(--showpurple));
  color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
}

.footer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-legal {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--slate-grey) black black;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: .8625rem;
}

.guest-cta {
  background-color: var(--medium-blue);
  padding-top: 4em;
  padding-bottom: 4em;
}

._2up-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

._2up-container.flip {
  flex-flow: row-reverse;
}

._2up-image-wrap {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 620px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-features-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
}

._2up-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 500px;
  display: flex;
}

.home-features-heading {
  text-wrap: pretty;
  margin-bottom: .5rem;
}

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

.image-3.contain {
  object-fit: contain;
  margin-top: 0;
}

.feature-list-wrap {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.feature-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
}

._2up-image2 {
  min-width: 100%;
}

.center-heading {
  text-align: center;
  width: 100%;
}

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

.cta-button {
  color: #145aff;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: all .2s;
}

.cta-button:hover {
  color: #fff;
  background-color: #1ebd53;
}

.cta-pointer-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-pointer-item.first {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-right: 24px;
}

.cta-section {
  z-index: 1;
  background-image: linear-gradient(180deg, white, white 50%, var(--grey800) 50%, var(--grey800));
  padding-bottom: 2em;
  position: relative;
}

.cta-pointers-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.top-bar-wrapper-2 {
  z-index: 9999;
  color: #fff;
  background-color: #542cec;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-wrapper-2.valentine {
  background-image: linear-gradient(90deg, #4021b3, #7d23d1);
}

.promo-prices {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: stretch;
  width: 100%;
  margin-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.promo-price {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  background-color: #07070733;
  border-radius: .5em;
  flex-flow: column;
  flex: 1;
  padding: 1em 1em .5em;
  display: flex;
}

.large-price {
  font-size: 2rem;
  font-weight: 700;
}

.cta-promo-deets {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.offerpill {
  background-color: #00000026;
  border: 1px solid #ffffff1a;
  border-radius: 80px;
  padding: .5rem 1rem .25rem;
}

@media screen and (min-width: 1280px) {
  li {
    margin-top: .75em;
  }

  .btn {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 1400px;
  }

  .all-features {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .vid-wrap {
    margin-top: 2rem;
  }

  .flex-table-row {
    justify-content: space-between;
    margin-bottom: 1rem;
    display: flex;
  }

  .flex-table-item {
    width: 30%;
  }

  .table-label {
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .header {
    position: relative;
    overflow: hidden;
  }

  .dogbox {
    box-shadow: 3px 3px 11px -7px var(--slate-grey);
    outline-offset: 0px;
    cursor: pointer;
    border: 1px #000;
    border-radius: 10px;
    outline: 3px #1c1c1c;
    padding: 10px 10px 0;
  }

  .reviews-container {
    justify-content: center;
  }

  .price-card-header {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 18px;
  }

  .container {
    overflow: visible;
  }

  .small-title-wrap {
    max-width: 840px;
    padding-left: 0;
    padding-right: 0;
  }

  .center {
    text-align: center;
  }

  .hero-button-group.horizontal.center {
    justify-content: center;
  }

  .title-label.white {
    opacity: .7;
  }

  .for-guests {
    background-color: #0000;
  }

  .reviews-container {
    justify-content: center;
  }

  .how-it-works {
    background-color: #0000;
  }

  .show-cta {
    background-color: var(--medium-blue);
    color: var(--blwhite);
    background-image: none;
  }
}

@media screen and (min-width: 1920px) {
  .small-container {
    max-width: 1300px;
  }

  .small-title-wrap {
    max-width: 45em;
  }

  .top-bar-container {
    max-width: 1240px;
    position: relative;
  }

  .navigation-container {
    max-width: 80%;
  }

  .profile-card-wrapper {
    width: 320px;
  }

  .profile-card-image {
    width: 304px;
    height: 304px;
  }

  .profile-card-name {
    font-size: .9em;
  }

  .profile-card-location {
    font-size: .625em;
  }

  .category-tag {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .9rem;
  }

  .profile-card-back-2 {
    width: 320px;
    display: flex;
  }

  ._2up-wrapper.incontainer {
    max-width: 100%;
  }

  .faq-card {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .wave.neartop {
    display: none;
  }

  .wibbly-item {
    width: 180px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
  }

  .logo.hide-on-sm {
    margin-top: 0;
  }

  .btn.orange {
    background-color: var(--guestorange);
  }

  .small-container {
    width: 90%;
    padding-bottom: 0;
  }

  .small-title-wrap {
    width: 100%;
  }

  .for-guests {
    background-position: 120% 90%;
  }

  .featured-by {
    overflow: hidden;
  }

  .feature-wrap {
    justify-content: flex-start;
    margin-top: 2em;
  }

  .feature-item {
    width: 48%;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-logo {
    transform: translate(-50%, -95%);
  }

  .heading-8 {
    width: 100%;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }

  .flex-table-row {
    width: 100%;
  }

  .flex-table-item {
    width: 33%;
  }

  .header {
    padding-top: 82px;
    padding-bottom: 60px;
  }

  .footer-brand {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .footer-brand-strap {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-bottom-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer-contact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .social-link {
    width: 32px;
  }

  .top-bar-container {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-text {
    max-width: 90%;
  }

  .dogbox {
    max-width: 200px;
  }

  .infinite-carousel {
    overflow: scroll;
  }

  .infinite-carousel.profiles {
    overflow: auto;
  }

  .infinite-carousel-items.duplicate {
    display: none;
  }

  .brand-img {
    height: 50px;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-link {
    text-align: right;
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    box-shadow: 0 7px 6px #0003;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .menu-icon {
    position: relative;
  }

  .menubutton {
    font-size: 1rem;
    display: flex;
  }

  .menubutton:focus {
    border-color: var(--mainaccent);
  }

  .menubutton.w--open {
    background-color: #ea7462;
  }

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

  .profile-card-wrapper:hover {
    transform: none;
  }

  ._2up-wrapper {
    flex-direction: column-reverse;
  }

  ._2up-wrapper.padbot-2 {
    flex-direction: column;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faqs-text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  ._2up-image {
    transform: scale3d(1none, 1none, 1none);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._2up-content {
    max-width: 100%;
  }

  ._2up-image-item {
    transform: none;
  }

  .wibbly-wobbly-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 8em;
    margin-bottom: 8em;
    position: relative;
    transform: scale(1.2);
  }

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

  .reviews-grid.left {
    margin-right: 24px;
  }

  .testimonial-item {
    max-width: 500px;
  }

  .pricing-table-item-2 {
    width: 100%;
  }

  .pricing-tables-container._3up {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tables-container._2up {
    width: 100%;
  }

  .was-price-box {
    justify-content: space-between;
    width: 100%;
  }

  .infinite-testimonials.duplicate {
    display: none;
  }

  .feature-item-2 {
    width: 48%;
  }

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

  .wrapper-2.cta-wrapper {
    text-align: center;
    border-radius: 2em 2em 0 0;
    width: 100%;
  }

  .menu-icon {
    display: block;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: stretch;
  }

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

  ._2up-container.flip {
    flex-flow: column;
  }

  ._2up-image-wrap {
    width: 100%;
    margin-bottom: 60px;
  }

  ._2up-content-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .cta-section {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 32px;
  }

  .for-guests {
    background-position: 150% 0;
  }

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

  .feature-item {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
  }

  .feature-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-table-row {
    border-bottom: 1px solid #1c1c1c2e;
    flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .flex-table-row.alt {
    background-color: #0000;
    border-radius: 0;
  }

  .flex-table-item {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-label {
    margin-bottom: .25rem;
    display: block;
  }

  .table-label.main-label {
    font-size: 1rem;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
  }

  .top-bar-container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-text {
    max-width: 85%;
  }

  .close-icon {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .close-icon.top-bar-3 {
    margin-left: 14px;
    position: static;
  }

  .top-bar-wrapper {
    font-size: 16px;
  }

  .brand-img {
    height: 48px;
  }

  .icon-arrow.hide-small {
    display: none;
  }

  .navigation-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-button {
    padding-left: 12px;
  }

  .menubutton.w--open {
    background-color: var(--mainaccent);
  }

  .menubutton.w--open:focus {
    border-color: var(--mainaccent);
  }

  .navigation {
    padding: 16px;
  }

  .profile-card-wrapper.testimonial-infinite-card {
    padding: 1em 1.5em;
  }

  ._2up-wrapper {
    flex-direction: column;
    width: 95%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-main {
    align-self: center;
  }

  .sign-in-up {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .logomark_header.show-sm-only {
    height: 32px;
  }

  .wibbly-item {
    width: 80px;
  }

  .reviews-grid.right {
    margin-bottom: 0;
  }

  .reviews-grid.left {
    margin-bottom: 48px;
    margin-right: 0;
  }

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

  .testimonial-item {
    max-width: 460px;
  }

  .pricing-table-item-2 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-tables-container._3up {
    grid-template-columns: 1fr;
    width: 80%;
    margin-top: 0;
  }

  .pricing-tables-container._2up {
    grid-template-columns: 1fr;
  }

  .feature-item-2 {
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
  }

  .show-cta-img {
    height: 4rem;
  }

  .wrapper-2 {
    width: 90%;
  }

  .wrapper-2.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  ._2up-container {
    flex-direction: column;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-pointer-item {
    margin-top: 10px;
  }

  .cta-pointers-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .top-bar-wrapper-2 {
    font-size: 16px;
  }

  .promo-prices {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }
}

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

  h2 {
    font-size: 1.5em;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo {
    margin-top: .45rem;
    padding-right: 0;
  }

  .logo.hide-on-sm {
    min-width: 100%;
    height: auto;
    display: none;
  }

  .btn {
    line-height: 150%;
  }

  .btn.btn-signup {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .form-text-field {
    text-align: center;
    border-bottom-width: 0;
    border-right-width: 1px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .getting-started-form-wrap {
    flex-direction: column;
  }

  .container {
    width: 95%;
    margin-top: .5rem;
    padding-left: .5em;
    padding-right: .5em;
  }

  .small-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .small-title-wrap.left {
    margin-bottom: 32px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .for-guests {
    background-image: linear-gradient(#0000, #0000);
    margin-top: 2rem;
    padding-top: 0;
  }

  .all-features {
    padding-top: 4em;
  }

  .feature-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: .5rem;
    display: flex;
  }

  .feature-item:hover {
    box-shadow: none;
  }

  .feature-item.white {
    color: var(--grey50-501);
  }

  .feature-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem;
  }

  .footer-nav {
    text-align: center;
    flex-direction: column;
    line-height: 300%;
  }

  .flex-table-item {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-bottom: 0;
    overflow: hidden;
  }

  .faq-question-wrap {
    padding: .75em 1em 1em;
  }

  .title-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer-links {
    margin-bottom: 2em;
  }

  .top-bar-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-text {
    max-width: 100%;
  }

  .top-bar-text.max-w-80-mobile {
    max-width: 80%;
  }

  .top-bar-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .close-icon {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

  .close-icon.top-bar-3 {
    margin-left: 0;
    position: absolute;
  }

  .dogbox {
    max-width: 250px;
  }

  .infinite-carousel.profiles {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand-img {
    height: 48px;
  }

  .navigation-link-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    max-width: 100%;
  }

  .navigation-wrapper {
    flex: 1;
  }

  .navigation-secondary {
    padding: 4px 12px;
    font-size: 14px;
  }

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

  .navigation-menu {
    box-shadow: 1px 16px 16px #0003;
  }

  .menubutton {
    flex: none;
  }

  .menubutton:hover {
    color: var(--mainaccent);
  }

  .menubutton.w--open {
    background-color: var(--mainaccent);
    border-style: none;
  }

  .navigation {
    padding: 8px 1em;
    font-size: 14px;
  }

  .text-body-large {
    font-size: 1em;
  }

  .hero-button-group {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
  }

  .hero-button-group.horizontal {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-button-group.horizontal.center {
    flex-direction: column;
    align-items: center;
  }

  .collab, .community {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .profile-card-wrapper:hover {
    transform: none;
  }

  .for-guests {
    padding-top: 4em;
  }

  ._2up-wrapper.incontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-questions {
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 140%;
  }

  .footer-main {
    align-self: center;
  }

  .cta-card-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .for-shows {
    padding-top: 4em;
  }

  .sign-in-up {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex: none;
    align-items: center;
  }

  .logomark_header.show-sm-only {
    height: 24px;
    display: block;
  }

  ._2up-content {
    padding-right: 0;
  }

  .wibbly-wobbly-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 2em;
    margin-bottom: 7em;
  }

  .wibbly-item {
    width: 80px;
  }

  .wibbly-item.nth {
    transform: translate(0, 24px);
  }

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

  .testimonial-image-2 {
    margin-right: 12px;
  }

  .testimonial-item {
    max-width: 320px;
  }

  .pricing-table-item-2 {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-tables-container._3up {
    width: 100%;
  }

  .pricing-table-item-pointers {
    text-align: left;
  }

  .how-it-works {
    padding-top: 4em;
  }

  .text-body-large-3 {
    font-size: 1.1em;
  }

  .feature-item-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    width: 100%;
    padding-left: 1rem;
    padding-right: .5rem;
    display: flex;
  }

  .feature-item-2:hover {
    box-shadow: none;
  }

  .feature-list-wrap {
    text-align: left;
  }

  .cta-pointer-item.first {
    margin-bottom: 8px;
  }

  .cta-pointers-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-prices {
    flex-flow: column;
    width: 80%;
  }
}

#w-node-_61240d88-4bd2-5d48-e886-6df16a32e53a-d75616d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_61240d88-4bd2-5d48-e886-6df16a32e53a-d75616d3 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61240d88-4bd2-5d48-e886-6df16a32e53a-d75616d3 {
    grid-column: span 2 / span 2;
  }

  #w-node-d73e2880-b676-cc41-f829-c0db5a85b97e-fdbdd0be {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-bold-italic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-light-italic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-regular-italic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/geomanist-medium-italic-webfont.woff2') format('woff2'), url('../fonts/geomanist-medium-italic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist webfont';
  src: url('../fonts/geomanist-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}