@font-face {
  font-family: Circular;
  src: url('../fonts/CircularStd-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Circular;
  src: url('../fonts/CircularStd-Black.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --white: white;
  --text: #2e3f52;
  --bg-primary-4: #f2f2f2;
  --primary-1: #eee;
  --alice-blue: #f7f8fa;
  --primary-3: #f7f7f7;
  --accent-2: #e4cec3;
  --dim-grey: #5a6670;
  --danger: #f46a54;
  --dark: #212121;
  --border-white: #ffffff26;
  --light-slate-grey: #7b88a8;
  --button: #3f5b7a;
  --success: #32a872;
  --primary-2: #7da7d9;
  --warning: #ffc65c;
  --border-dark: #1616161a;
  --dark-slate-grey: #3c484e;
  --accent-3: #c6bfbd;
  --accent-1: #d4dad4;
  --green-grey: #a2b4ac;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--white);
  color: var(--text);
  font-family: Circular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circular, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 66px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circular, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circular, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circular, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circular, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--text);
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
}

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

strong {
  font-weight: 500;
}

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

figure {
  margin-bottom: 10px;
}

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

.load-first.no-overflow {
  overflow: hidden;
}

.section {
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.reduced-bottom-padding {
  padding-bottom: 50px;
}

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

.section.bg-primary-3 {
  top: 0;
  left: 0;
}

.section.bg-primary-3.reduce-top-padding {
  padding-top: 20px;
}

.section.bg-primary-3.sample7 {
  background-color: #edeff2;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.bg-primary-3.faded-background {
  background-image: linear-gradient(to top, var(--bg-primary-4), #f9f9f9 60%, white);
}

.section.align-content-center {
  align-items: center;
  display: flex;
}

.section.align-content-center.hero {
  padding-top: 200px;
  padding-bottom: 0;
}

.section.align-content-center.hero.left.guides {
  height: 700px;
  padding-top: 0;
}

.section.align-content-center.hero.left.bg-light-blue {
  margin-bottom: 0;
}

.section.align-content-center.hero.left.hero-mobile-fix.landing-fd {
  padding-bottom: 100px;
}

.section.align-content-center.hero.left.hero-mobile-fix.sample2 {
  background-image: url('../images/EventLive-Staff-95.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.align-content-center.hero.left.hero-mobile-fix.sample2.sample6 {
  background-image: url('../images/Hero-Image-Funerals-Landing-Page2.jpg');
  background-position: 45%;
  background-size: cover;
}

.section.align-content-center.hero.left.hero-mobile-fix.landing-hero {
  padding-top: 300px;
}

.section.align-content-center.hero.left.hero-mobile-fix.new-home-fix {
  padding-top: 250px;
  padding-bottom: 50px;
}

.section.align-content-center.hero.left.hero-mobile-fix.new-home-fix.palette-2 {
  background-color: #fff3e0;
}

.section.align-content-center.hero.left.hero-mobile-fix.new-home-fix.palette-x1 {
  background-color: var(--alice-blue);
}

.section.align-content-center.hero.left.hero-mobile-fix.new-home-fix.custom-fix1 {
  padding-top: 200px;
}

.section.less-padding {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.less-padding.hide-on-mobile.sample2b {
  padding-top: 60px;
}

.section.less-padding.bottom-padding-0 {
  padding-bottom: 0;
}

.section.less-padding.mobile-fx14 {
  padding-top: 0;
}

.section.less-padding.mobile-fx14.bottom-padding {
  margin-bottom: 100px;
}

.section.less-padding.bottom-margin {
  margin-bottom: 120px;
}

.section.bg-match-text.cta-3 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.bg-match-text.margin-top {
  margin-top: 80px;
}

.section.hidden-mobile.no-bottom-padding.comparison-x7 {
  padding-top: 40px;
}

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

.section.bg-light-blue {
  background-color: #f7f7f7;
  margin-bottom: 0;
}

.section.bg-light-blue.funeral-home {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.bg-light-blue.funeral-home.fd-section {
  margin-bottom: 60px;
}

.section.bg-light-blue.funeral-home.fd-section.sample2 {
  margin-top: 70px;
  margin-bottom: 0;
}

.section.bg-light-blue.no-padding-top {
  padding-top: 40px;
}

.section.bg-light-blue.no-margin {
  margin-bottom: 0;
}

.section.bg-light-blue.no-margin.sample6 {
  background-color: #edeff2;
  padding-top: 0;
  padding-bottom: 0;
}

.section.image-bg {
  background-image: url('../images/Eventlive-Wedding-min.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.case-study {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.overflow-hidden.bg-light-blue.funeral-demo {
  background-color: #7b88a821;
  background-image: linear-gradient(to top, #edeff2, var(--primary-3) 70%);
}

.section.overflow-hidden.bg-light-blue.funeral-demo.landing-fd {
  background-image: none;
  margin-top: 60px;
}

.section.reduce-top-padding {
  padding-top: 40px;
}

.section.home {
  margin-bottom: 44px;
}

.section.funeral-demo {
  background-color: #edeff2;
}

.section.funeral-demo.mobile-padding.fd-sect {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.funeral-demo.mobile-padding.fd-sect.sample7 {
  padding-bottom: 140px;
}

.section.comparison-x6 {
  padding-bottom: 0;
}

.section.hide-this {
  display: block;
}

.section.fd-sec {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.categories-fix {
  padding-top: 0;
}

.section.badges {
  background-color: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.funeral-section {
  margin-top: 20px;
}

.section.sample2b {
  padding-top: 80px;
}

.section.samplebg {
  background-color: #edeff2;
  background-image: linear-gradient(#7da7d912, #edeff2);
}

.section.samplebg.sample2c {
  padding-bottom: 60px;
}

.section.top-padding-reduced {
  padding-top: 30px;
}

.section.top-padding {
  padding-top: 160px;
}

.section.custom-padding {
  padding-bottom: 0;
}

.section.padding-top-0 {
  padding-top: 50px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.bottom-margin {
  margin-bottom: 60px;
}

.section.no-padding-top {
  padding-top: 0;
  padding-bottom: 150px;
}

.section.background-only {
  padding-top: 0;
  padding-bottom: 0;
}

.section.shadow-edges {
  background-color: var(--white);
  color: var(--text);
  background-image: url('../images/background2.jpg'), url('../images/background.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 90%;
  background-attachment: scroll, scroll;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.shadow-edges.hide-on-mobile {
  background-color: #fff0;
  background-image: url('../images/background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: scroll;
}

.section.shadow-edges.no-bottom-margin {
  margin-bottom: 0;
}

.section.value-add {
  padding-top: 0;
  padding-bottom: 110px;
}

.section.opacity-low {
  opacity: .6;
}

.section.opacity-low.reduced-padding-top {
  padding-top: 50px;
}

.section.opacity-low.top-margin {
  padding-top: 130px;
}

.section.features-1 {
  padding-bottom: 600px;
}

.section.features-1._3a {
  padding-top: 0;
  padding-bottom: 240px;
}

.section.features-1._3a._3afix {
  padding-bottom: 400px;
}

.section.features-1._3a._3b {
  padding-top: 64px;
}

.section.features-1._4a {
  padding-bottom: 91px;
}

.section.features-1._4a._4ab {
  padding-top: 160px;
}

.section.features-1._4a.mobile {
  overflow: hidden;
}

.section.features-1._1ab {
  padding-top: 150px;
  padding-bottom: 400px;
}

.section.features-2a {
  padding-top: 80px;
  padding-bottom: 217px;
}

.section.features-2a._3c {
  padding-top: 153px;
}

.section.r1d {
  padding-top: 250px;
  padding-bottom: 250px;
}

.section.r1d.r2d {
  padding-bottom: 350px;
}

.section.proof-1a {
  padding-bottom: 150px;
}

.section.proof-1a.hide-proof {
  display: none;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.samples-segment {
  padding-bottom: 120px;
}

.section.bottom-padding {
  padding-bottom: 50px;
}

.section.bottom-padding-2 {
  padding-bottom: 170px;
}

.section.business-clone {
  padding-top: 300px;
  padding-bottom: 150px;
}

.section.top-padd {
  padding-top: 140px;
}

.section.discount-section {
  padding-bottom: 50px;
}

.section.custom-padding-2 {
  padding-top: 170px;
  padding-bottom: 40px;
}

.section.custom-padding-2.mobile-fix.padding_nonprofit {
  padding-top: 100px;
}

.section.more-padding {
  padding-top: 150px;
  padding-bottom: 90px;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 130px;
}

.main-container {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.main-container.narrow {
  max-width: 1089px;
}

.main-container.narrow.extended {
  max-width: 100%;
}

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

.main-container.horizontal.larger {
  max-width: 95%;
}

.main-container.horizontal.landing-fd {
  padding-top: 60px;
}

.main-container.horizontal.sample2 {
  padding-top: 28px;
  padding-bottom: 91px;
}

.main-container.horizontal.sample2.herofix {
  padding-left: 0;
}

.main-container.horizontal.unique-fix-1.mobile-top-fix {
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-container.steps {
  max-width: 1200px;
  display: block;
}

.main-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.main-container.review-page {
  margin-top: 60px;
}

.main-container.home {
  margin-bottom: -230px;
}

.main-container.top-padding {
  margin-top: 40px;
  margin-bottom: 30px;
}

.main-container.realweddings {
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.main-container.comparison-page {
  margin-top: 140px;
}

.main-container.comparison-page.script_intro {
  padding-bottom: 0;
}

.main-container.comparison-page-2 {
  margin-top: 0;
}

.main-container.comparison-page-3 {
  padding-top: 60px;
}

.main-container.comparison-page-3.comp-pricing {
  margin-bottom: 100px;
}

.main-container.comparison-x {
  margin-top: 60px;
  padding-bottom: 60px;
}

.main-container.comparison-y {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-container.comparison-y.comparison-para {
  margin-bottom: 20px;
}

.main-container.description-landing {
  background-color: #7da7d92e;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-container.larger {
  max-width: 1500px;
}

.main-container.mobile-home.top-padding {
  margin-top: 120px;
  margin-bottom: 0;
}

.main-container.padding-bottom {
  margin-bottom: 100px;
}

.main-container.lower-opacity {
  opacity: .6;
}

.main-container.lower-opacity.proof-3a {
  max-width: 1610px;
}

.main-container.lower-opacity.proof-3a.wrap-custom2 {
  padding-top: 40px;
}

.main-container._4a {
  padding-top: 98px;
}

.main-container.center-explainer {
  width: 100%;
  max-width: 980px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.main-container.padding-top {
  margin-top: 80px;
}

.main-container.padding-custom-weddings {
  max-width: 1600px;
  padding-top: 30px;
  overflow: hidden;
}

.main-container.trusted-badges {
  opacity: .7;
}

.main-container.move-right {
  padding-left: 8.8em;
}

.main-container.sideways {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-container.smaller-margin {
  padding-left: 2em;
  padding-right: 2em;
}

.main-container.smaller {
  max-width: 1073px;
  margin-top: 60px;
  margin-bottom: 90px;
}

.main-container.smaller.mobile-full {
  max-width: 1073px;
  margin-bottom: 400px;
}

.main-container.smaller.mobile-full.unique {
  margin-bottom: 40px;
}

.main-container.mobile-full.top-padd {
  margin-top: 60px;
}

.main-container.blog-container {
  max-width: 1344px;
}

.main-container.search-page {
  padding-top: 150px;
}

.main-container.columns-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
}

.main-container.padding-custom-youth {
  max-width: 1600px;
  padding-top: 30px;
  overflow: hidden;
}

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 640px;
  position: relative;
}

.container-large.wide {
  max-width: 830px;
}

.container-large.wide.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large.wide.align-center.article-width {
  width: 750px;
  max-width: 100%;
}

.container-large.wide.align-center.fd-1 {
  max-width: 900px;
}

.container-large.wide.align-center.funerals-heading {
  max-width: 1000px;
}

.container-large.wide.align-center.padding-top {
  padding-top: 60px;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large.align-center.comparison-elements {
  max-width: 640px;
}

.container-large.align-center._100 {
  z-index: 1;
  max-width: 100%;
}

.container-large.negative-z {
  z-index: -10;
  position: relative;
}

.container-large.top-space {
  padding-top: 25px;
}

.large-text {
  flex: 0 auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.large-text.bold-text.quote-title {
  color: var(--accent-2);
  font-size: 28px;
}

.large-text.article-p.review-text {
  font-size: 18px;
  line-height: 41px;
}

.large-text.weight300 {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.large-text.unlock-benefits {
  color: #32a87296;
  flex-direction: row;
  order: -1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.large-text.unlock-benefits.align-left {
  position: absolute;
}

.large-text.less-padding {
  margin-bottom: 0;
}

.large-text.mobile-orphanword {
  font-weight: 400;
}

.large-text.mobile-orphanword.landing-fd {
  text-align: center;
}

.large-text.mobile-orphanword.landing-fd-3 {
  margin-bottom: 20px;
}

.large-text.comparison-test-2 {
  direction: ltr;
  white-space: normal;
  padding: 40px 40px 20px;
}

.large-text.comparison-text-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.large-text.text-white {
  text-shadow: 1px 1px 20px #00000047;
}

.large-text.text-white.sample7 {
  text-shadow: 1px 1px 20px #0000;
  font-size: 24px;
  font-weight: 400;
}

.large-text.text-white.sample8 {
  text-align: center;
  text-shadow: 1px 1px 20px #0000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.large-text.hide-on-mobile.palette-1 {
  color: #594278;
}

.large-text.air-text {
  color: var(--dim-grey);
  font-size: 24px;
  line-height: 43px;
}

.large-text.value-added {
  padding-top: 20px;
}

.large-text.floating-review {
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.large-text.floating-review.author-review {
  text-transform: uppercase;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.large-text.floating-review.smaller {
  font-size: 31px;
  display: inline-block;
}

.large-text.review-place {
  text-align: right;
  font-size: 16px;
  line-height: 16px;
}

.large-text.included-event {
  color: #8bc7ab;
  font-weight: 500;
}

.large-text.included-event.centered-margin {
  text-align: center;
  margin-bottom: 15px;
}

.large-text.top-padding {
  margin-top: 90px;
}

.large-text.review-place-center {
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
}

.large-text.pricing-packs {
  align-content: center;
  align-self: flex-start;
  font-weight: 300;
  display: flex;
}

.large-text.pricing-packs.pricing-table-accordion {
  font-size: 18px;
}

.large-text.price-per-pack {
  letter-spacing: 1px;
  align-self: flex-end;
}

.large-text.price-per-pack.pricing-table-accordion {
  font-size: 18px;
}

.large-text.top-padd {
  padding-top: 20px;
}

.small-caps {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.small-caps.personal {
  color: var(--danger);
}

.small-caps.right-align {
  color: var(--dim-grey);
  text-align: right;
  padding-right: 6px;
}

.small-caps.padding-top {
  flex-direction: row;
  order: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

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

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

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

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

.display-heading-2 {
  letter-spacing: -.03em;
  margin-bottom: 28px;
  font-family: Circular, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}

.display-heading-2.no-bottom-margin {
  margin-bottom: 0;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.display-heading-1 {
  letter-spacing: -.03em;
  margin-bottom: 28px;
  font-family: Circular, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 88px;
}

.display-heading-1.no-bottom-margin, .form-block {
  margin-bottom: 0;
}

.small-text {
  font-size: 14px;
  line-height: 24px;
}

.small-text.space-up {
  margin-top: 5px;
  padding-left: 10px;
  font-style: italic;
  font-weight: 400;
}

.small-text.space-up.landing-fd {
  text-align: center;
}

.small-text.space-up.event-pack {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
}

.small-text.space-up.event-pack.hide-on-mobile {
  margin-top: -35px;
  font-weight: 300;
}

.small-text.footer-text {
  opacity: 1;
}

.small-text.footer-text.links {
  margin-right: 20px;
}

.small-text.big-variation {
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
}

.small-text.small-variation {
  font-size: 12px;
}

.small-text.menu-highlithed-text {
  color: var(--light-slate-grey);
}

.small-text.menu-highlithed-text:hover {
  color: var(--danger);
}

.small-text.centered {
  margin-bottom: 0;
  padding-top: 5px;
}

.small-text.centered.tiny {
  font-size: 12px;
}

.small-text.right-align {
  color: var(--dim-grey);
  text-align: right;
  padding-right: 6px;
}

.small-text.center-on-mobile {
  text-align: left;
  width: 70%;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.small-text.custom {
  text-align: center;
  margin-top: 7px;
  font-weight: 300;
}

.style-guide-buttons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.button {
  background-color: var(--button);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  padding: 14px 28px;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

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

.button.large {
  float: none;
  clear: none;
  background-color: var(--danger);
  text-align: justify;
  object-fit: fill;
  margin-top: 40px;
  padding: 21px 52px;
  font-size: 22px;
  font-weight: 400;
  position: static;
}

.button.large:hover {
  background-color: #f4543b;
}

.button.large.bg-dark.outline {
  padding-top: 19px;
  padding-bottom: 19px;
}

.button.large.bg-dark.outline.white {
  border-color: var(--white);
  color: var(--white);
}

.button.large.bg-dark.outline.white.margin-left {
  margin-left: 20px;
}

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

.button.large.grow.mobile-fix.desktop-button {
  background-color: var(--button);
  padding-left: 70px;
  padding-right: 70px;
}

.button.large.grow.mobile-fix.desktop-button.palette-4 {
  background-color: #fe8577;
}

.button.large.grow.blue {
  width: 27%;
  font-size: 26px;
  line-height: 30px;
}

.button.large.grow.blue.bottom-cta-5 {
  width: 40%;
  padding-top: 26px;
  padding-bottom: 26px;
}

.button.large.grow.blue.bottom-cta-5.no-padding {
  margin-top: 0;
}

.button.large.grow.blue.bottom-cta-5.no-padding.hide-on-mobile.spa {
  width: 80%;
}

.button.large.grow.blue.button-fix {
  margin-right: auto;
}

.button.large.grow.blue.hide-on-mobile {
  font-size: 24px;
  display: none;
}

.button.large.grow.blue.custom-homepage {
  display: none;
}

.button.large.top-padding-0 {
  margin-top: 0;
}

.button.large.big-cta {
  font-size: 26px;
  line-height: 30px;
}

.button.large.big-cta.temp-delete {
  width: 70%;
}

.button.large.no-padding-top {
  margin-top: 0;
}

.button.large.funeral-directors {
  width: 310px;
}

.button.small {
  padding: 7px 21px 8px;
}

.button.bg-dark {
  background-color: var(--text);
  color: #fff;
  box-shadow: inset 0 0 200px #fff0;
}

.button.bg-dark:hover {
  box-shadow: inset 0 0 200px #ffffff1a;
}

.button.bg-dark.outline {
  border: 2px solid var(--text);
  color: var(--text);
  background-color: #0000;
}

.button.bg-dark.outline:hover {
  background-color: var(--text);
  color: var(--white);
}

.button.bg-dark.outline.less-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.bg-dark.outline.less-padding.margin-left {
  margin-left: 20px;
}

.button.bg-dark.outline.less-padding.margin-left.mobile-100 {
  width: 44%;
}

.button.bg-white {
  border: 2px solid var(--button);
  box-shadow: none;
  color: var(--button);
  background-color: #fff;
  transition: color .2s, background-color .2s;
}

.button.bg-white:hover {
  border-color: var(--danger);
  background-color: var(--danger);
  color: #fff;
}

.button.mobile.no-radius {
  display: none;
}

.button.active {
  background-color: var(--danger);
  cursor: pointer;
}

.button.active:hover {
  background-color: #f4543b;
}

.button.active.menu {
  cursor: pointer;
  margin-top: 6px;
}

.button.active.menu.fd-button {
  background-color: var(--button);
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.active.menu.landing-page-fade-in {
  display: inline-block;
}

.button.active.popup-button {
  align-self: stretch;
  width: 50%;
}

.button.active.popup-button.larger {
  font-size: 22px;
  font-weight: 500;
}

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

.button.full-width.outline {
  background-color: var(--dark);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button.full-width.outline.no-button {
  color: var(--success);
  background-color: #32a8721c;
}

.button._100 {
  object-fit: fill;
  width: 58%;
}

.button._100.comparison-page {
  margin: 20px auto 80px;
  display: block;
}

.button.grow.mobile-100 {
  width: 50%;
}

.button.grow.mobile-100._100 {
  width: 54%;
}

.button.grow.mobile-100.fd-button {
  width: 50%;
}

.button.grow.mobile-100.landing-fd {
  background-color: var(--danger);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.button.contact-form {
  width: 100%;
}

.button.fd-form-button-1 {
  background-color: var(--danger);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.button.fd-form-button-1.sample-offer {
  font-size: 20px;
}

.button.button-form {
  width: 100%;
}

.button.sample8 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.bottom-right-b {
  position: absolute;
  inset: auto 7% 7% auto;
}

.button.pricing-model-2 {
  border: 2px solid var(--button);
  background-color: var(--white);
  color: var(--button);
  margin-top: 8px;
  margin-bottom: 0;
}

.button.pricing-model-2:hover {
  background-color: var(--button);
  color: var(--white);
}

.button.larger-button {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.button.features-cta {
  width: 50%;
  margin-top: 60px;
  margin-right: auto;
  display: block;
}

.button.features-cta.hide-on-mobile.custom-home {
  width: 33%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button.features-cta.hide-this {
  display: none;
}

.button.full {
  width: 100%;
}

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

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

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

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 36px;
}

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

.form-grid-vertical.increased-row-gaps {
  box-sizing: border-box;
  grid-row-gap: 40px;
  text-align: left;
}

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

.style-guide-typography {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-input {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #20484f;
  height: 57px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.form-input:focus {
  border-bottom-color: #20484f;
}

.form-input::placeholder {
  color: #20484f;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.form-input.white {
  color: var(--text);
  background-color: #fff0;
  border-width: 0 0 1px;
  border-color: #000 #000 #c6bfbd4f;
  font-weight: 500;
}

.form-input.white::placeholder {
  color: var(--button);
}

.form-input.white.last {
  margin-bottom: 40px;
}

.form-input.textarea {
  height: 168px;
}

.form-input.demo-input {
  border-style: none none solid;
  border-radius: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-input.demo-input.last {
  margin-bottom: 40px;
}

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

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

.no-bottom-margin.smaller {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.no-bottom-margin.text-white.comparison-text-6 {
  color: var(--danger);
}

.no-bottom-margin.text-center {
  text-align: center;
}

.no-bottom-margin.margin-right {
  margin-right: 20px;
}

.no-bottom-margin.features-p {
  font-weight: 300;
}

.no-bottom-margin.color {
  color: #8bc7ab;
  font-size: 22px;
  font-weight: 500;
}

.style-guide-color {
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 112px;
  margin-bottom: 14px;
  overflow: hidden;
}

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

.bg-border-dark {
  background-color: var(--border-dark);
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-bottom-contents {
  border-top: 1px solid #2121210d;
  justify-content: space-between;
  align-items: center;
  margin-top: 112px;
  padding-top: 28px;
  display: flex;
}

.footer-bottom-contents.alt-footer {
  margin-top: 20px;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 386px;
}

.container-small.footer-text {
  max-width: 386px;
}

.container-small.footer-text.footer-test {
  width: 100%;
}

.container-small.align-center {
  border: 0 #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  margin-right: 28px;
}

.social-link.no-right-margin {
  margin-right: 0;
}

.footer-top-contents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer-top-contents._3-col-footer {
  grid-template-columns: 1fr 1fr 1fr;
}

.social-links {
  align-items: center;
  display: none;
}

.footer {
  border-top: 1px solid #2121210d;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.footer-menu-heading {
  margin-bottom: 20px;
}

.hover-link {
  opacity: .5;
  white-space: normal;
  transition: opacity .2s;
}

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

.vertical-link-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-menus-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: end;
}

.footer-menus-grid.fd-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-logo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  display: grid;
}

.footer-logo-link.second-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: column;
}

.social-link-icon {
  width: 25px;
  height: 25px;
  display: block;
}

.search-trigger {
  cursor: pointer;
  flex: none;
  transition: transform .2s;
}

.search-trigger:hover {
  transform: scale(1.15);
}

.grid-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  position: relative;
}

.grid-halves.reverse-direction {
  direction: rtl;
  grid-template-columns: 1fr 1fr;
}

.grid-halves.reverse-direction.fd-page2 {
  justify-items: stretch;
}

.grid-halves.reverse-direction.temporary-padding {
  align-items: center;
  padding-bottom: 80px;
}

.grid-halves.reverse-direction.mobile {
  align-items: center;
}

.grid-halves.funeral-features {
  grid-column-gap: 40px;
}

.grid-halves.comparison-page {
  padding-top: 60px;
}

.grid-halves.comparison-page-grid {
  grid-template-columns: 1fr;
}

.grid-halves.fd-page {
  justify-items: center;
}

.grid-halves.badges {
  grid-template-columns: .5fr 1fr 1fr;
}

.grid-halves.mobile, .grid-halves.align-center {
  align-items: center;
}

.text-white {
  color: #fff;
}

.text-white.centered.guide {
  color: var(--white);
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

.container {
  z-index: 0;
  direction: ltr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container.align-center.shorter {
  text-align: center;
  max-width: 50%;
}

.container.align-center.shorter.landing-fd-2 {
  max-width: 90%;
}

.container.align-center.shorter.cta1 {
  max-width: 80%;
}

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

.container._40 {
  width: 40%;
}

.container._40.landing-fd {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
}

.container._40.funeral-homes-fix {
  max-width: 500px;
}

.container._40._50 {
  width: 50%;
  max-width: 560px;
  margin-left: 0;
  padding-top: 50px;
}

.container._60 {
  width: 60%;
  max-width: 700px;
  margin-left: 40px;
}

.container._60._50 {
  margin-left: 0;
  margin-right: 5px;
}

.container.full-width-image {
  max-width: none;
}

.container.post-right {
  object-fit: fill;
  object-position: 50% 50%;
}

.container.post-right.referral-container, .container._100 {
  max-width: 100%;
}

.container._100.funeral-home {
  border-right: 0 #000;
  padding-left: 40px;
  padding-right: 40px;
}

.container._100.funeral-home.border {
  border-right: 1px solid #7b88a83d;
  padding-left: 40px;
  padding-right: 40px;
}

.container.case-study {
  background-color: #fff9;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.container.funeral-features {
  max-width: 520px;
}

.container.larger-container {
  max-width: 560px;
}

.container.comparison-page-text {
  max-width: 100%;
}

.container.fd-ad-form {
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.container.fd-ad-3 {
  align-self: center;
  margin-left: 35px;
}

.container.fd-ad-3.funeralslp1 {
  background-color: #2121216b;
  margin-left: 0;
  padding: 50px 35px 40px;
}

.container.fd-ad-3.funeralslp1.mobilefx.bottom {
  display: none;
}

.container.fd-ad-3.funeralslp1.mobilefx.fix {
  width: 52%;
}

.container.funeral-orphan-word {
  max-width: 520px;
}

.container._35 {
  width: 35%;
}

.container._50 {
  width: 50%;
}

.container._50.z-index-1 {
  z-index: 1;
}

.container.wider {
  max-width: 500px;
}

.container.center-cta {
  text-align: center;
  max-width: 611px;
}

.container.spacing {
  padding-top: 40px;
}

.container.spacing._2a {
  width: 70%;
  margin-right: 0;
  padding-top: 60px;
}

.container.spacing._2a._3b {
  padding-top: 43px;
}

.container.spacing._3a {
  text-align: right;
  width: 54%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 73px;
  padding-right: 29px;
}

.container.spacing._3a._3b {
  padding-top: 43px;
}

.container.funeral-directors-link {
  display: none;
}

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

.subheading {
  margin-bottom: 20px;
}

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

.subheading.centered.less-opacity {
  opacity: .33;
}

.subheading.centered.less-opacity.opacity-tweak {
  opacity: .6;
}

.subheading.centered.hero-0a {
  margin-bottom: 40px;
  font-size: 22px;
}

.vertical-grid {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
  position: relative;
}

.vertical-grid.no-gap {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
}

.form-error {
  color: #fff;
  background-color: #bd3131;
  margin-top: 14px;
  padding: 21px;
}

.form-success {
  background-color: #24da78;
  padding: 28px;
}

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

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

.link-underline-container {
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.link-underline {
  background-color: var(--danger);
  height: 2px;
}

.video-play-button {
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.video-play-button.hero {
  z-index: 100;
  cursor: pointer;
  border-radius: 100px;
  position: absolute;
  top: 36%;
}

.video-play-button.hero.how-it-works {
  top: 40%;
}

.small-avatar {
  object-fit: cover;
  border-radius: 200px;
  flex: none;
  width: 56px;
  max-width: 56px;
  height: 56px;
  max-height: 56px;
}

.small-avatar.review {
  border-radius: 20px;
}

.large-heading {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 60px;
}

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

.sans-serif.no-bottom-margin.bold-text.toppadding {
  margin-top: 20px;
}

.video-play-button-link {
  z-index: 3;
  border-radius: 100px;
  transition: transform .2s;
  position: absolute;
  overflow: hidden;
}

.video-play-button-link:hover {
  transform: scale(1.05);
}

.small-quote-text {
  flex-direction: column;
  margin-left: 21px;
  display: flex;
}

.underline-link {
  color: var(--danger);
  align-self: flex-start;
}

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

.small-quote-wrapper {
  align-items: center;
  display: flex;
}

.video-thumbnail-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-thumbnail-wrapper.hero {
  z-index: 100;
  border-radius: 40px;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px #2121214d;
}

.slide-nav {
  width: auto;
  position: absolute;
}

.slide-nav.wide-quotes-slide-nav {
  text-align: right;
  height: 10px;
  margin-top: -10px;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
  display: none;
  position: relative;
}

.wide-quotes-slider {
  background-color: #0000;
  height: auto;
}

.wide-quotes-slider.split-2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-quote {
  align-items: flex-start;
  margin-bottom: 56px;
  display: flex;
}

.grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hide {
  display: none;
}

.process-section-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.empty-state {
  background-color: var(--light-slate-grey);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 27px;
}

.wide-quotes-slider-wrapper {
  color: var(--text);
  background-color: #fff;
  border-radius: 0 80px 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
  box-shadow: 0 20px 30px #2121211f;
}

.wide-quotes-slider-wrapper.no-upper-margin {
  margin-top: 0;
}

.wide-quotes-slider-wrapper.sample2d {
  border-radius: 40px;
  width: 50%;
  max-width: 540px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: inline-block;
}

.wide-quotes-slider-wrapper.sample2d.right {
  width: 100%;
  max-width: 57%;
  min-height: 325px;
  margin-left: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.wide-quotes-slider-wrapper.sample2d.left {
  max-width: 40%;
  min-height: 325px;
}

.section-title {
  margin-bottom: 60px;
}

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

.section-title.center-text._80 {
  margin-left: auto;
  margin-right: auto;
}

.section-title.center-text.padding-bottom-0 {
  margin-bottom: 0;
}

.section-title.center-text.padding-bottom {
  padding-bottom: 40px;
}

.section-title.center-text.hide-on-desktop {
  display: none;
}

.section-title.center-text.mobile.no-bottom-padding {
  margin-bottom: 0;
}

.horizontal-quote-icon {
  flex: none;
  max-width: 35px;
  margin-right: 40px;
}

.full-width-image {
  width: 100%;
  height: 100%;
}

.process-item-heading {
  margin-bottom: 10px;
}

.process-item-heading.hide-on-desktop {
  display: none;
}

.process-item-heading.funeral-page {
  font-size: 28px;
  line-height: 34px;
}

.process-item-heading.features-wedd {
  color: var(--primary-2);
  font-size: 22px;
}

.process-item-heading.bottom-padding {
  margin-bottom: 30px;
}

.process-item-wrapper {
  border: 1px solid var(--primary-1);
  background-color: var(--white);
  border-radius: 0 60px 40px 40px;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 30px #2121211f;
}

.process-item-wrapper.single {
  background-color: #0000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 17px 20px #2121210f;
}

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

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

.icon-list-item-text-2 {
  margin-left: 21px;
}

.icon-list-item-text-2.horizontal-icon-list-item-text {
  margin-top: 14px;
  margin-left: 0;
}

.icon-list-item-text-2.horizontal-icon-list-item-text.expanded-gap {
  color: #2e3f52;
  text-align: center;
  order: 1;
  margin-top: 28px;
  display: block;
}

.text-banner {
  z-index: 2;
  position: absolute;
}

.background-image {
  opacity: .1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% -50% 0% auto;
}

.dropdown-omega {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  position: relative;
}

.menu-title {
  white-space: nowrap;
}

.brand-2 {
  margin-right: 20px;
}

.icon-circle-omega {
  background-color: #3f5b7a12;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 14px;
  padding: 10px;
  display: flex;
}

.navigation-menu-omega {
  align-items: center;
  display: flex;
}

.container-omega {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.column-full-omega {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 14px 24px;
  display: flex;
}

.column-full-omega.resources {
  padding: 0 20px;
}

.column-full-omega.use-cases {
  min-width: 240px;
}

.toggle-omega {
  color: var(--text);
  cursor: pointer;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.toggle-omega.w--open {
  color: var(--danger);
}

.nav-link-omega {
  color: var(--text);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .35s;
}

.nav-link-omega:hover {
  color: var(--danger);
}

.nav-link-omega.w--current {
  color: var(--text);
}

.nav-link-omega.w--current:hover {
  color: var(--danger);
}

.nav-link-omega.login-desktop {
  display: none;
}

.nav-link-omega.business-button {
  color: var(--text);
  font-weight: 500;
}

.nav-link-omega.business-button:hover {
  color: var(--danger);
  background-color: #f46a5414;
}

.nav-link-omega.top-right {
  margin-right: 20px;
  font-weight: 500;
}

.nav-link-omega.top-right:hover {
  -webkit-text-fill-color: inherit;
  background-color: #f46a5414;
  background-clip: border-box;
}

.nav-link-omega.hide-on-mobile {
  width: 99.6111px;
}

.dropdown-wrapper-omega {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  order: 1;
  align-items: center;
  display: block;
  position: relative;
  box-shadow: 0 20px 30px #2121211f;
}

.dropdown-wrapper-omega.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 3px -1px #3b3b3b0d;
}

.chevron {
  margin-right: 5px;
  font-size: 12px;
}

.chevron.price {
  color: var(--white);
  margin: 0 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  position: static;
}

.chevron.price.comparison-detail {
  color: var(--danger);
}

.chevron.price.features-incl {
  color: var(--danger);
  margin-top: 6px;
}

.chevron.price.color {
  color: #8bc7ab;
}

.navigation-button-wrap {
  flex: none;
  height: 67.9948px;
}

.navigation-button-wrap.tablet-fix {
  cursor: pointer;
  min-width: 380px;
}

.brand-logo-2 {
  width: 200px;
  min-width: 130px;
  height: auto;
  display: block;
}

.brand-logo-2.mobile-404-logo {
  display: none;
}

.image-7 {
  width: 33px;
}

.nav-wrapper-omega {
  border-top: 4px solid var(--button);
  border-radius: 5px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu-omega {
  flex: none;
  align-items: center;
  height: 100px;
  margin-right: 200px;
  display: flex;
  position: static;
}

.nav-menu-omega.obit-menu-hidden {
  display: none;
}

.menu-button-omega {
  cursor: pointer;
}

.dropdown-list-omega {
  min-width: 140px;
  display: none;
}

.dropdown-list-omega.w--open {
  background-color: #0000;
  min-width: 540px;
  max-height: 100vh;
  margin-top: -4px;
  padding-top: 39px;
  left: -180px;
}

.dropdown-list-omega.smaller-card-omega {
  min-width: 270px;
  display: block;
  left: -71px;
}

.navigation-link-omega {
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-omega:hover {
  color: var(--danger);
}

.navigation-link-omega.full-link {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.navigation-link-omega.full-link:hover {
  background-color: #a1a1a10d;
  border-radius: 10px;
}

.navigation-link-omega.full-link.w--current {
  cursor: pointer;
}

.navigation-arrow-omega {
  z-index: 999;
  width: 30px;
  position: absolute;
  inset: -12px auto auto 104px;
}

.navigation-arrow-omega.resources {
  top: -12px;
  left: 284px;
}

.navigation-arrow-omega.resources.blog-nav {
  left: 453px;
}

.navigation-arrow-omega.business-resources {
  left: 503px;
}

.svg-ornaments {
  z-index: -10;
  opacity: .5;
  position: absolute;
  inset: 2em;
}

.svg-ornaments.hidden {
  display: none;
}

.main-image {
  z-index: -1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  position: relative;
}

.main-image.steps {
  max-height: 400px;
}

.main-image.steps.how-it-works-img {
  text-align: left;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 auto;
  max-height: 340px;
}

.main-image.steps.how-it-works-img.pos-left {
  object-position: 0% 50%;
}

.main-image.steps.how-it-works-img.lcp-fix {
  width: 544px;
  height: 340px;
}

.main-image.funeral-borders {
  border-radius: 0 90px 60px;
  box-shadow: 1px 9px 20px 4px #00000030;
}

.main-image.funeral-borders-2 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  border: 1px #000;
  border-radius: 90px 0 90px 60px;
  transform: translate(0);
  box-shadow: 0 9px 20px 4px #00000030;
}

.main-image.fixed-width-height {
  width: 616px;
  height: 469px;
}

.main-image.badges {
  opacity: 1;
  max-height: 170px;
}

.main-image.badges.bottom-mobile {
  display: none;
}

.main-image.features-download {
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
}

.main-image.background-hero {
  overflow: hidden;
}

.main-image.background-hero.youth {
  border-radius: 0;
}

.main-image.padding-right {
  padding-right: 40px;
}

.main-image.padding-right.business-img {
  width: 100%;
  height: 100%;
}

.main-image.hide-desktop {
  display: none;
}

.process-details {
  padding: 40px 30px 40px 40px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.process-details:hover {
  color: var(--danger);
}

.process-details.single:hover {
  color: var(--text);
}

.process-details.single.white-bg {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.process-details.single.white-bg.clickable {
  align-items: center;
}

.process-details.single.white-bg.clickable:hover {
  color: var(--danger);
}

.process-details.single.white-bg.clickable.custom-box {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-details.single.sample8 {
  background-color: #f7f7f7ba;
  height: 100%;
}

.float-svg {
  margin-left: auto;
  margin-right: auto;
}

.float-svg.fixed-width-height {
  width: 472px;
  max-width: 472px;
  height: 162px;
}

.svg-container {
  z-index: 9;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.svg-container.steps {
  bottom: -75px;
}

.svg-container.landing-fd-break {
  margin-top: 20px;
  margin-bottom: 20px;
}

.svg-container.floating-review {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 160px;
  padding-bottom: 0;
  position: static;
  top: 0;
  bottom: 0;
}

.svg-container.floating-review.hide-on-mobile {
  padding-top: 100px;
  padding-bottom: 30px;
}

.svg-container.floating-review.hide-on-mobile.stars {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
}

.svg-container.floating-review.stars {
  grid-row-gap: 40px;
  flex-direction: column;
}

.svg-container.floating-review.business-page {
  max-width: 1120px;
  padding-top: 40px;
}

.svg-container.higher {
  padding-bottom: 0;
}

.svg-container.closer-up {
  margin-top: -30px;
}

.svg-container.single-lower {
  margin-top: 26px;
}

.horizontal-small-metrics-collection {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-small-metrics-collection.less-opcacity {
  opacity: .33;
  justify-content: center;
  align-items: center;
}

.horizontal-small-metrics-collection.less-opcacity.funeral-homes {
  padding-top: 10px;
}

.horizontal-small-metrics-collection.less-opcacity.opacity-tweak {
  opacity: .5;
}

.horizontal-small-metrics-collection.mobile-fix-2.grayed-out {
  opacity: .35;
}

.horizontal-small-metrics-collection.mobile-fix-2.solutions {
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 180px;
}

.horizontal-small-metrics-collection.mobile-fix-2.solutions.proof-2a {
  width: 100%;
}

.horizontal-small-metrics-collection.mobile-fix-2.wrap-custom {
  flex-wrap: wrap;
  place-content: space-between;
  min-height: 130px;
}

.small-metric {
  width: 100%;
  max-width: 200px;
}

.small-metric.center-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-logo {
  flex: 0 auto;
  max-width: 150px;
  max-height: 40px;
}

.social-logo.space-bottom {
  max-width: 180px;
  max-height: 70px;
  margin-bottom: 28px;
}

.social-logo.smaller {
  max-width: 120px;
  max-height: 40px;
}

.social-logo.smaller.lcp-fix-3 {
  width: 120px;
  height: 15.3711px;
}

.social-logo.smaller.lcp-fix-4 {
  width: 120px;
  height: 20px;
}

.social-logo.bigger {
  max-width: 160px;
  max-height: 40px;
}

.social-logo.bigger.lcp-fix-1 {
  width: 160px;
  height: 13px;
}

.social-logo.fixed-width-height {
  width: 150px;
  height: 40px;
}

.social-logo.fixed-width-height.bigger-desktop {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 200px;
  max-width: 200px;
  height: 500px;
  max-height: 50px;
}

.social-logo.fixed-size {
  width: 92px;
  height: 40px;
}

.social-logo.fixed-size.bigger-desktop {
  width: 110px;
  max-width: 170px;
  height: 70px;
  max-height: 45px;
}

.social-logo.fix-height {
  width: 80px;
  height: 60px;
  max-height: 48px;
}

.social-logo.fix-height-lcp {
  width: 104.492px;
  height: 40px;
}

.social-logo.fixed-height-lcp-2 {
  width: 65.9375px;
  height: 40px;
}

.social-logo.fix-height-lcp-3 {
  width: 150px;
  height: 35.2344px;
}

.social-logo.fix-height-lcp-4 {
  width: 73.3984px;
  height: 39.9805px;
}

.social-logo.fix-height-lcp-5 {
  width: 150px;
  height: 29.2383px;
}

.social-logo.fix-height-lcp-6 {
  width: 85.7227px;
  height: 40px;
}

.social-logo.lcp-fix-2 {
  width: 150px;
  height: 11.4258px;
}

.social-logo.fix-height-youth-icp-1, .social-logo.fix-height-youth-icp-2 {
  height: 80px;
  max-height: 80px;
}

.social-logo.fix-height-youth-icp-3 {
  filter: brightness(91%);
  color: var(--primary-1);
  height: 90px;
  max-height: 90px;
}

.social-logo.fix-height-youth-icp-4 {
  pointer-events: auto;
  height: 70px;
  max-height: 80px;
}

.background-pattern-section {
  position: relative;
}

.background-pattern-section.padding-top {
  margin-top: 150px;
}

.footer-logo {
  width: 130px;
}

.horizontal-overflow-quote-container {
  justify-content: center;
  display: flex;
}

.quote-wrapper {
  direction: ltr;
  background-color: #fff;
  padding: 28px;
  box-shadow: 0 2px 3px -1px #2121210d;
}

.quote-wrapper.inline-quote-wrapper {
  border-radius: 30px 30px 30px 35px;
  margin-right: 21px;
}

.quote-wrapper.inline-quote-wrapper.bg-primary-3.hidden-mobile.test-color {
  background-color: #5a6670ab;
  border-bottom-right-radius: 0;
}

.quote-wrapper.inline-quote-wrapper.bg-primary-3.mobile-fix.test-color {
  background-color: #5a6670ab;
  border-bottom-right-radius: 0;
  margin-left: 0;
  box-shadow: 0 17px 20px #2121211a;
}

.quote-wrapper.inline-quote-wrapper.bg-primary-3.mobile-fix.test-color.custom-color {
  background-color: #cadee5;
}

.quote-wrapper.inline-quote-wrapper.bg-primary-3 {
  background-color: #f7f7f7;
  max-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 17px 20px #2121211a;
}

.horizontal-overflow-quote-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-overflow-quote-wrapper.text-dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.horizontal-overflow-quote-wrapper.text-dark.less-padding {
  align-items: center;
  margin-top: -20px;
  position: static;
}

.horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix.larger-review {
  grid-template-columns: 1fr 1fr;
}

.horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix.larger-review.margin-top {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 40px;
  padding-right: 5px;
}

.horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix.hide-this {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.star-container {
  opacity: .75;
  margin-bottom: 28px;
  display: flex;
}

.star-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.small-line {
  background-color: var(--danger);
  width: 100px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.small-line.wedding {
  background-color: var(--accent-2);
}

.small-line.funerals {
  background-color: var(--text);
}

.small-line.landing-line {
  background-color: var(--primary-2);
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.quote-image-container {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.quote-block {
  padding: 21px;
}

.quote-block.split-2col {
  padding-bottom: 0;
  padding-right: 107px;
}

.quote-icon {
  z-index: 3;
  width: 50px;
  height: 38.9258px;
  position: absolute;
  inset: 40px auto auto 40px;
}

.quote-icon.second {
  height: 38.9258px;
  inset: auto 40px 40px auto;
  transform: rotate(180deg);
}

.quote-icon.second.unique-placement {
  bottom: -2px;
  right: 323px;
}

.quote-image {
  object-fit: contain;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.quote-image.funeral-borders {
  object-fit: cover;
  border-radius: 80px 60px 80px 40px;
}

.quote-image.funeral-borders.fix-width-height {
  width: 458px;
  height: 458px;
}

.quote-image.funeral-borders.sample2b {
  width: 70%;
}

.quote-image.fixed-width-height {
  width: 458px;
  height: 512px;
}

.background-video {
  z-index: 99;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.background-video.player {
  z-index: 90;
}

.background-video.back-loop {
  opacity: 1;
}

.big-icons {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.big-icons.smaller-icon {
  width: 34px;
  height: 34px;
}

.big-icons.features-wedding {
  float: left;
  margin-bottom: 60px;
  margin-right: 20px;
}

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

.accordion-title {
  cursor: pointer;
  margin-bottom: 21px;
  padding-top: 21px;
}

.price {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.price-container {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px #0000001f;
}

.price-container.full-width {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 35px 0;
}

.price-container.full-width.unlock-benefits {
  padding-top: 80px;
}

.price-container.full-width.unlock-benefits.shorten.every-wedding {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 0 20px 30px #0000001f;
}

.price-container.full-width.pricing-page {
  width: 100%;
}

.price-container.resources {
  min-height: 400px;
}

.price-container.sample3b {
  justify-content: flex-start;
}

.price-container.sample4 {
  justify-content: center;
}

.price-container.get-started {
  background-color: var(--primary-2);
  background-image: linear-gradient(49deg, #fe9253, #f6ac4f);
  justify-content: flex-start;
  min-height: 280px;
}

.price-container.get-started.taller {
  justify-content: space-between;
}

.price-container.b2c-price-table {
  justify-content: space-around;
}

.price-container.subscription {
  justify-content: space-between;
}

.toggle-contain {
  cursor: pointer;
  background-color: #f46a5426;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.pricing-box {
  background-color: #f46a5400;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
}

.pricing-box._2-fold {
  position: relative;
}

.pricing-box._2-fold.popular {
  background-color: #f46a5440;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}

.pricing-box._2-fold.popular.single {
  background-color: var(--primary-1);
  border-radius: 20px;
  padding-top: 15px;
}

.pricing-box._2-fold.popular.single.weddings-mobile.shadow-box {
  background-color: #f46a5400;
}

.pricing-box._2-fold.popular.single.weddings-mobile.shadow-box.background-shadow.pricing-model-2 {
  max-width: 100%;
}

.pricing-box._2-fold.popular.single.weddings-mobile.shadow-box.background-shadow.pricing-model-2.unique-right-space {
  padding-right: 40px;
}

.pricing-box._2-fold.popular.single.weddings-mobile.shadow-box.background-shadow.pricing-model-2.free-trial-mod {
  max-width: 360px;
}

.pricing-box._2-fold.sample3c {
  background-color: #eee0;
}

.pricing-box.full-width {
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-box.full-width.business {
  background-color: #0000;
}

.pricing-box.full-width.personal {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: block;
}

.pricing-box.full-width.personal.unlock-benefits.space-up {
  margin-top: 40px;
}

.pricing-box.single {
  max-width: 400px;
}

.pricing-box.single.background-shadow {
  background-color: #eee0;
  width: 100%;
  max-width: 400px;
}

.pricing-box.single.shadow-green {
  background-color: #32a87224;
  background-image: none;
  max-width: 600px;
}

.pricing-box.single.shadow-green.top-padding-mobile {
  background-image: none;
}

.pricing-box.live-streaming-resources {
  background-color: #e8f3ff;
}

.pricing-box.live-streaming-resources.highlight {
  background-color: #ffe8e8;
}

.pricing-box.sample4 {
  background-color: #0000;
  height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.pricing-box.get-started {
  -webkit-text-fill-color: inherit;
  background-color: #f46a5400;
  background-clip: border-box;
}

.pricing-box.custom {
  background-color: #eee0;
  padding-right: 40px;
}

.pricing-box.other-events {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-box-row {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.pricing-box-row.yearly-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.pricing-box-row.yearly-row.single {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.pricing-box-row.yearly-row.single.padding-bottom {
  margin-bottom: 60px;
}

.pricing-box-row.yearly-row.single.padding-bottom.joy {
  grid-template-columns: 1fr;
  align-self: center;
  min-width: 400px;
}

.pricing-box-row.yearly-row.single.padding-bottom.fix1234 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-box-row.yearly-row.single.padding-bottom.fix1234.pricing-model-2 {
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.pricing-box-row.business-packages.padding-bottom {
  margin-bottom: 200px;
}

.pricing-box-row.business-packages.chevon-down {
  margin-bottom: 55px;
}

.pricing-box-row.business-packs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.pricing-box-row.business-packs.mobile-fix {
  grid-template-columns: 1fr 2fr;
}

.pricing-box-row.business-packs.mobile-fix._3col {
  grid-template-columns: 1fr 2fr 1fr;
}

.toggle-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.toggle-row.no-bottom-padding {
  margin-bottom: 0;
}

.toggle-dot {
  background-color: var(--danger);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.pricing-benefits-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-benefits-container.full-width {
  align-items: flex-start;
  margin-left: 35px;
  margin-right: 35px;
}

.pricing-benefits-container.full-width.fix12345 {
  clear: none;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 30px;
  display: block;
  position: static;
}

.pricing-benefits-container.full-width.fix12345.pricing-model-2 {
  font-size: 18px;
}

.pricing-benefits-container.left-content {
  align-items: flex-start;
  padding-left: 5px;
}

.pricing-benefits-container._60 {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.price-benefits {
  cursor: default;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.price-benefits.last {
  margin-bottom: 0;
}

.price-benefits.sample-funerals {
  font-weight: 300;
}

.price-benefits.included {
  font-size: 15px;
  font-weight: 400;
}

.price-benefits.included.pricing-model-2 {
  padding-top: 10px;
  font-size: 17px;
}

.price-benefits.included.pricing-model-2.unique-guarantee {
  color: var(--success);
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}

.price-benefits.included.pricing-model-2.sub-benefit {
  margin-left: 20px;
  padding-top: 0;
}

.check-icon {
  width: 15.9961px;
  height: 15.9961px;
  margin-top: 5px;
  margin-right: 10px;
}

.line {
  background-color: var(--primary-1);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 25px;
  position: static;
}

.line.guides {
  max-width: 85%;
  margin: 80px auto 40px;
}

.price-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.price-contain.dropdown-spacer {
  margin-top: 20px;
}

.price-contain.b2c-price-point, .price-contain.no-bottom-padding {
  margin-bottom: 0;
}

.price-contain.bottom-padding {
  margin-bottom: 30px;
}

.dollar {
  padding-bottom: 20px;
}

.dollar.usd {
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 0;
}

.dollar.usd.one-time {
  line-height: 19px;
}

.pricing-toggle {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-toggle.single {
  margin-top: 100px;
}

.pricing-toggle.space-up {
  margin-top: 80px;
}

.price-discount {
  color: var(--danger);
  background-color: #f46a5440;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: -34px 0% auto;
}

.tooltip {
  color: var(--success);
  cursor: default;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-left: 3px;
  font-style: normal;
  font-weight: 500;
}

.centered {
  color: var(--dark);
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.centered.bottom-padding {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.centered.bottom-padding._80 {
  width: 100%;
}

.centered.adjustpopuptitle {
  font-size: 26px;
}

.centered.samplecreditpacks {
  margin-bottom: 30px;
}

.centered.text-white {
  text-align: left;
  font-size: 29px;
}

.centered.top-padding {
  padding-top: 30px;
}

.centered.padding-top {
  color: var(--text);
  margin-top: 20px;
  font-weight: 500;
}

.centered._100-image {
  max-width: 90%;
  max-height: 90%;
}

.centered.wider {
  max-width: 1140px;
}

.price-pack {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.price-pack.one-fix {
  flex-direction: column;
}

.price-pack.centered {
  color: var(--text);
  justify-content: center;
  margin-bottom: 0;
  margin-right: auto;
}

.pricing-table-cell {
  background-color: var(--white);
  border-bottom: 1px solid #2121211a;
  border-left: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  max-width: 16%;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.pricing-table-cell.features {
  border-left-style: none;
  align-items: flex-start;
  width: 36%;
  max-width: 36%;
}

.pricing-table-cell.eventlive {
  z-index: 9;
  background-color: var(--white);
  flex: 0 auto;
  box-shadow: 0 -4px 16px #21212114;
}

.pricing-table-cell.eventlive.comparison-page {
  flex-direction: column;
  width: 30%;
  max-width: 30%;
}

.pricing-table-cell.comparison-page {
  width: 30%;
  max-width: 30%;
}

.pricing-wrapper {
  margin-top: 60px;
  position: relative;
}

.pricing-wrapper.pro {
  margin-top: 60px;
}

.logo-pricing {
  width: 100px;
  max-height: 30px;
  display: block;
}

.logo-pricing.eventlive {
  width: 120px;
}

.logo-pricing.lcp-fix {
  height: 22.5px;
}

.logo-pricing.lcp-fix2 {
  height: 30px;
}

.price-grid-container {
  display: flex;
  overflow: hidden;
}

.price-grid-container.sticky {
  z-index: 10;
  position: sticky;
  top: 100px;
}

.check-icon-grid {
  width: 30px;
  height: 30px;
}

.check-icon-grid.space-bottom {
  margin-bottom: 5px;
}

.accordion {
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion.js-accordion {
  cursor: pointer;
  margin-bottom: 0;
}

.accordion__item {
  background-color: var(--button);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 32px;
  display: flex;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item.active {
  background-color: var(--light-slate-grey);
  flex-direction: row;
}

.accordion__item.js-accordion-item.active.comparison-page-accordion {
  background-color: var(--white);
}

.accordion__item.js-accordion-item.active.simple {
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.accordion__item.js-accordion-item.active.simple:hover {
  box-shadow: none;
}

.pro-grid-price-container {
  margin-top: 60px;
}

.pro-grid-price-container.comparison-page-4 {
  margin-top: 0;
}

.cta-block {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.cta-block.centered.sample9 {
  max-width: 50%;
  margin: 140px auto 40px;
  line-height: 52px;
}

.star-icon-price {
  opacity: .75;
  width: 25px;
  height: 25px;
  margin-left: 3px;
  margin-right: 3px;
}

.star-container-grid {
  display: flex;
}

.highlighted {
  color: var(--danger);
  background-color: #f46a541a;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.highlighted.weddings {
  background-color: var(--accent-2);
  color: var(--white);
}

.highlighted.funerals {
  background-color: var(--primary-1);
  color: var(--light-slate-grey);
}

.highlighted.custom {
  align-self: baseline;
  padding: 0 10px;
  font-weight: 400;
  display: inline;
}

.quoted-paragraph {
  opacity: .5;
  font-style: italic;
}

.quoted-paragraph.features-it {
  opacity: 1;
  color: #2e3f52cc;
  margin-bottom: 5px;
  font-weight: 300;
}

.quoted-paragraph.orphan-word {
  width: 90%;
}

.quoted-paragraph.author {
  opacity: .7;
  direction: ltr;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 12px;
  font-style: normal;
}

.quoted-paragraph.author.orphan-word {
  opacity: .8;
  padding-right: 30px;
}

.video-wall-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.video-wall-block {
  z-index: 9;
  border: 15px solid var(--white);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 30px #2121211f;
}

.video-wall-block.upper {
  margin-top: -40px;
}

.video-wall-block._312px {
  width: 337px;
}

.video-wall-block._312px.r1b {
  width: 430px;
  height: 710px;
  position: absolute;
  top: -143px;
  left: -77.0039px;
}

.video-wall-block.mobile-fx {
  display: none;
}

.video-testimonial {
  z-index: 1;
  border-radius: 20px;
  width: 308px;
  height: 550px;
  overflow: hidden;
}

.video-testimonial.r1c {
  width: 400px;
  height: 708px;
}

.blog-post-image {
  width: 100%;
  max-width: 1050px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post-image.guides {
  object-fit: cover;
  max-width: 100%;
  max-height: 700px;
  margin-top: 0;
}

.blog-post-image.blogs {
  object-fit: contain;
  max-width: 986px;
  height: 518px;
  margin-right: auto;
}

.blog-meta {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.blog-meta.centered {
  justify-content: center;
}

.meta-divider {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px;
}

.article a {
  color: var(--danger);
  font-weight: 500;
  text-decoration: underline;
}

.article blockquote {
  color: var(--text);
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-left-style: none;
  margin-top: 40px;
  padding-left: 40px;
  font-size: 32px;
  line-height: 38px;
}

.article img {
  display: block;
}

.article figcaption {
  color: #2e3f5280;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  display: inline-block;
}

.article h1 {
  font-weight: 700;
}

.article p {
  color: var(--dark-slate-grey);
  letter-spacing: .1px;
  font-size: 19px;
  font-weight: 300;
  line-height: 36px;
}

.article strong {
  color: var(--dim-grey);
  font-weight: 700;
}

.article h2 {
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.article ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 36px;
}

.article li {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 300;
}

.article ol {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 36px;
}

.article figure {
  clear: both;
  object-fit: none;
  width: 750px;
  min-width: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
}

.blog-grid-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.authors-container {
  align-items: center;
  display: flex;
}

.authors-picture {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 2px;
}

.guide-details-text.text-white.light {
  font-weight: 300;
}

.guide-details-text.small {
  font-size: 16px;
  line-height: 20px;
}

.date-container {
  align-items: center;
  display: flex;
}

.guides-cta-container {
  background-color: #f3f7ff;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  overflow: hidden;
}

.guides-cta-container:hover {
  box-shadow: 0 20px 30px #486d991f;
}

.guide-cta-details {
  max-width: 100%;
}

.cta-image {
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.author-bottom-container {
  align-items: flex-start;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-bottom {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.line-2 {
  background-color: #eee;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.line-2.guides {
  max-width: 85%;
  margin: 80px auto 40px;
}

.button-4 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3f5b7a;
  border-radius: 5px;
  padding: 14px 28px;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.button-4:hover {
  background-color: #f46a54;
}

.button-4.large {
  background-color: #f46a54;
  padding: 21px 52px;
  font-size: 22px;
  font-weight: 500;
}

.button-4.large:hover {
  background-color: #f4543b;
}

.button-4.faq-bottom {
  width: 30%;
}

.guides-details-container {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 50%;
  margin: 100px auto auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.guides-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.guides-overlay {
  z-index: 5;
  background-color: #17263780;
  background-image: linear-gradient(#2e3f5240, #2e3f5240);
  position: absolute;
  inset: 0%;
}

.categories-tag-container {
  color: var(--white);
  background-color: #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.form-input {
  background-color: #ffffffe6;
  border-style: solid;
  border-color: #2e3f521a;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-input::placeholder {
  color: #2e3f5240;
  font-weight: 400;
}

.form-input.white-bg {
  border-color: #2e3f5280;
  height: 50px;
  margin-bottom: 0;
}

.form-input.white-bg.textarea {
  height: 170px;
}

.toc {
  z-index: 9;
  align-self: flex-start;
  max-width: 280px;
  max-height: 70%;
  margin-right: 40px;
  font-size: 14px;
  line-height: 40px;
  position: sticky;
  top: 220px;
}

.horizontal-page-title {
  border-bottom: 0px none var(--text);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 28px;
  display: flex;
}

.horizontal-page-title-heading {
  margin-bottom: 0;
}

.app-store-button {
  width: 120px;
  height: 40px;
}

.app-store-button.google {
  width: 135px;
}

.app-store-button.google.padding-top {
  margin-top: 0;
  padding-top: 0;
}

.app-store-button.google.padding-top.home-download-buttons {
  width: 190px;
  height: 70px;
  margin-top: 0;
}

.app-store-button.home-page-button {
  width: 190px;
  height: 60px;
}

.app-store-button.footer-logo {
  display: block;
}

.app-store-container {
  margin-right: 20px;
}

.app-store-container.footer-fix {
  margin-right: 0;
}

.about-image {
  object-fit: cover;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  height: 100%;
  max-height: 800px;
  box-shadow: 0 20px 30px #21212138;
}

.form-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-grid-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.how-icon {
  width: 120px;
  height: 120px;
}

.how-icon.app-icon {
  order: 0;
  align-self: auto;
  width: 80px;
  position: static;
}

.how-icon.app-icon.app-icon-left {
  clear: none;
  object-fit: fill;
  order: -1;
  align-self: auto;
  margin-right: 10px;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0%;
}

.how-icon.app-icon.app-icon-right {
  clear: none;
  order: 1;
  margin-left: 10px;
  display: block;
  position: static;
}

.accordion-item-2 {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 30px 30px 10px;
  box-shadow: 0 20px 30px #2121211f;
}

.accordion-item-2.last {
  margin-bottom: 0;
}

.accordion-item-2.pricing-accordion {
  box-shadow: none;
  background-color: #ffe8bd6b;
  border-radius: 20px;
  width: 85%;
  margin: 40px auto;
  padding-top: 15px;
  padding-bottom: 0;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  font-size: 32px;
  line-height: 30px;
}

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

.accordion-item-trigger.cursor {
  cursor: auto;
}

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

.accordion-item-content {
  margin-top: 20px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content.no-padding {
  margin-top: 15px;
  margin-right: 0;
}

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

.faq-title {
  font-size: 22px;
  line-height: 24px;
}

.faq-title.no-bottom-margin.pricing-table-accordion {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.number-steps {
  color: var(--danger);
  background-color: #f46a5433;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.number-steps-container {
  margin-bottom: 20px;
}

.footer-small-links {
  display: flex;
}

.contact-methods {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 0;
}

.contact-section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 497px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-links-2 {
  align-items: center;
  display: flex;
}

.social-links-2.footer-social-links {
  margin-top: 40px;
}

.form-grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr;
}

.form-grid-thirds.original {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: flex;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-container {
  overflow: hidden;
}

.team-image {
  object-fit: contain;
  width: 312px;
  height: 422px;
}

.team-details-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  display: flex;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-grid.how-to {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact-container {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 28px;
  display: flex;
  box-shadow: 0 20px 30px #2121211f;
}

.contact-container.how-to {
  box-shadow: none;
  justify-content: flex-end;
}

.contact-container.how-to.transparente {
  z-index: auto;
  background-color: #fff0;
}

.contact-container-image {
  object-fit: contain;
  border-radius: 0;
  width: 22%;
  max-width: 100%;
  height: 24%;
  margin-bottom: 28px;
}

.grid-dash {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  width: 100%;
}

.dropdown-list-dash {
  min-width: 100%;
  display: none;
}

.dropdown-list-dash.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: auto;
  max-width: 990px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 39px;
  position: absolute;
  inset: auto 0;
}

.navigation-image-link {
  text-decoration: none;
}

.column-dash {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 20px 30px #2121211f;
}

.dropdown-dash {
  position: static;
}

.toggle-dash {
  color: var(--text);
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.toggle-dash:hover, .toggle-dash.w--open {
  color: var(--danger);
}

.navigation-container-dash {
  border-top: 4px solid var(--button);
  background-color: #fff;
  border-radius: 5px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 30px 40px;
  display: flex;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.one-time-resources-fix {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.menu-guide-container {
  max-width: 100%;
  height: 150px;
  display: flex;
}

.menu-guide-image-container {
  width: 40%;
}

.menu-guide-details-container {
  background-color: var(--primary-3);
  border-radius: 0 5px 5px 0;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 10px 15px;
  display: flex;
}

.menu-guide-image {
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
}

.menu-guide-text {
  font-size: 18px;
  line-height: 24px;
}

.menu-guides-link {
  cursor: pointer;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.marquee-icon {
  width: 60%;
}

.marquee-icon.i1 {
  width: 90%;
  padding-left: 30px;
  padding-right: 30px;
}

.marquee-icon.business-icons {
  width: 80%;
  padding-right: 20px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flip-svp {
  opacity: .33;
  background-image: linear-gradient(270deg, #fff0 70%, #fff);
}

.grid-guide-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.press-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr;
  margin-top: 60px;
}

.press-logo {
  width: 150px;
  margin-bottom: 20px;
}

.press-logo.about-press {
  opacity: .4;
  width: 100px;
  max-width: 70%;
}

.press-logo.about-press.lcp-fix {
  height: 46.7383px;
}

.press-logo.about-press.lcp-fix-3 {
  height: 61.9922px;
}

.press-logo.about-press.lcp-fix-4 {
  height: 60.6641px;
}

.press-logo.about-press2 {
  opacity: .4;
}

.press-logo.about-press2.lcp-fix2 {
  height: 36.7383px;
}

.press-logo.about-press2.lcp-fix-5 {
  height: 29.2383px;
}

.press-logo.about-press2.lcp-fix-6 {
  height: 27.7344px;
}

.press-logo.about-press2.lcp-fix-7 {
  height: 35.2539px;
}

.fading-side {
  z-index: 10;
  background-image: linear-gradient(to right, #fff0 80%, var(--white)), linear-gradient(270deg, #fff0 80%, white);
  position: absolute;
  inset: 0%;
}

.category-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.category-image.small {
  height: 200px;
}

.category-guide-container-big {
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.category-guide-container-big:hover {
  box-shadow: 0 0 40px 10px #2121211f;
}

.category-template-paragraph {
  opacity: .75;
  color: var(--dim-grey);
}

.small-guide-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.small-guide-container:hover {
  box-shadow: 0 0 30px 10px #2121211f;
}

.small-guide-image {
  border-radius: 10px;
  width: 125px;
  height: 125px;
  margin-right: 10px;
}

.small-guide-details-container {
  max-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.category-guide-container-big-2 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 400px;
  height: 100%;
  padding: 20px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.category-guide-container-big-2:hover {
  box-shadow: 0 0 40px 10px #2121211f;
}

.category-template-paragraph-2 {
  opacity: .75;
  color: #5a6670;
}

.authors-picture-2 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 2px;
}

.next-button {
  background-color: var(--primary-3);
  color: var(--text);
  border-style: none;
  border-radius: 5px;
  margin-right: 0;
}

.next-button.previous {
  margin-left: 0;
}

.pagination {
  margin-top: 40px;
}

.icon-3 {
  padding-top: 1px;
  display: inline-block;
}

.blog-link {
  height: 100%;
}

.blog-link.category-guide-container-big-2 {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.small-guide-container-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.small-guide-container-2:hover {
  box-shadow: 0 0 30px 10px #2121211f;
}

.hide-this {
  display: none;
}

.hint {
  background-color: #ffc65c80;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.hint-text {
  max-width: 580px;
}

.hint-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin: 10px 0 40px auto;
  display: flex;
}

.author {
  margin-bottom: 40px;
  padding-left: 40px;
}

.social-share-container {
  z-index: 9;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-end;
  width: 250px;
  height: 200px;
  margin-left: 40px;
  display: flex;
  position: sticky;
  top: 200px;
  right: 0;
}

.html-embed {
  display: inline-block;
}

.article-p {
  letter-spacing: .1px;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

.div-block-6.landing-fd {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
}

.div-block-6.top-padding {
  padding-top: 25px;
}

.cookie {
  z-index: 99999999;
  min-width: 300px;
  max-width: 600px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.bottom-cookie-wrapper {
  background-color: var(--primary-3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
  box-shadow: 0 20px 30px #21212133;
}

.white-x {
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  display: none;
}

.cookie-content {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.demo-form {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 40px 35px;
  display: flex;
  box-shadow: 0 20px 30px #2121211f;
}

.demo-form.fd-form-1 {
  border-style: solid;
  border-width: 5px 0;
  border-color: var(--primary-3) var(--danger);
  background-color: var(--white);
  font-weight: 700;
  box-shadow: 0 10px 30px #21212138;
}

.demo-details-container {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-3);
  border-radius: 20px 20px 20px 0;
  width: 300px;
  padding: 30px;
  position: absolute;
  inset: auto auto -5% -20%;
  box-shadow: 0 17px 20px #2121210f;
}

.demo-image {
  max-height: 500px;
}

.red-link {
  color: var(--danger);
}

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

.pop-up {
  z-index: 999;
  background-color: #21212180;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up.callmeback-popup, .pop-up.funerals-demo-popup, .pop-up.free-event-popup, .pop-up.funeral-free-event {
  display: none;
}

.popup-form {
  z-index: 9;
  width: 450px;
  display: block;
  position: relative;
}

.close-form-icon {
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.transparent-background {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.case-study-section-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.demo-cta-container {
  background-color: var(--white);
  border-radius: 0 40px 20px;
  padding: 40px;
  box-shadow: 0 20px 30px #21212133;
}

.demo-cta-container.home {
  background-color: var(--bg-primary-4);
  background-image: linear-gradient(139deg, var(--white), #7da7d908);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 60px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  top: -142px;
  box-shadow: 0 20px 30px #2121211a;
}

.demo-cta-container.home.funeral-home {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  background-color: #7b88a817;
  background-image: linear-gradient(139deg, var(--white), #7da7d908);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
  top: -100px;
}

.demo-cta-container.home.funeral-home.first-step {
  grid-template-columns: 1fr;
}

.demo-cta-container.home.down {
  max-width: 1260px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  top: auto;
}

.demo-cta-image {
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-check-container {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.check-cta-icon {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 20px;
}

.external-link-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.external-link-icon.footer-icon {
  opacity: .5;
  margin-top: 2px;
  margin-left: 5px;
}

.external-link-icon.higher {
  opacity: .5;
  object-fit: fill;
  object-position: 50% 50%;
  height: 12px;
  display: inline-block;
  position: relative;
  bottom: 12px;
  left: -4px;
}

.external-link-footer {
  align-items: center;
  display: flex;
}

.features-p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.features-p.large-text {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.features-p.mobile-fx15.center {
  text-align: left;
}

.italic-text {
  opacity: .4;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.link {
  color: var(--danger);
  border-bottom: 1px #000;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.link.larger-text.mobile-fix.smaller {
  font-size: 24px;
}

.about-press {
  max-width: 90%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-7 {
  float: right;
  max-width: 90%;
  margin-right: 40px;
  position: relative;
}

.div-block-7.comparison-page-3 {
  background-color: #fbfbfb;
  border-radius: 60px;
  width: 95%;
  max-width: 100%;
  margin-right: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.heading-6.padding-bottom {
  margin-bottom: 60px;
}

.dropdown-omega-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

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

.section-3.bg-primary-3 {
  top: 0;
  left: 0;
}

.section-3.bg-primary-3.home {
  padding-top: 45px;
}

.section-3.bg-primary-3.home.less-padding {
  padding-top: 10px;
}

.section-3.bg-primary-3.faq-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.section-3.bg-primary-3.sample2b {
  background-color: var(--alice-blue);
}

.section-3.bg-primary-3.sample2b.sample3 {
  padding-bottom: 100px;
}

.section-3.less-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3.reduced-bottom-padding {
  padding-bottom: 50px;
}

.section-3.bg-primary-4 {
  background-color: #7da7d92e;
}

.section-3.padding-custom {
  padding-top: 0;
}

.section-3.custom-padding {
  padding-top: 30px;
  padding-bottom: 110px;
}

.section-3.custom-padding.mobile-fx.no-top-padding-mobile {
  padding-bottom: 30px;
}

.wide-quotes-slider-wrapper-2 {
  color: #2e3f52;
  background-color: #fff;
  border-radius: 0 80px 40px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
  box-shadow: 0 20px 30px #2121211f;
}

.quote-block-2 {
  padding: 21px;
}

.quote-block-2.quote-mobile.r1 {
  width: 70%;
  margin-left: auto;
}

.process-item-wrapper-2 {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0 60px 40px 40px;
  width: 100%;
  min-width: 300px;
  height: 100%;
  min-height: 280px;
  box-shadow: 0 25px 30px #2121211f;
}

.process-item-wrapper-2.samplefd2 {
  cursor: default;
}

.process-details-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.process-details-2:hover {
  color: #f46a54;
}

.small-line-2 {
  background-color: #f46a54;
  width: 100px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.orphan-word {
  width: 90%;
}

.orphan-word.comparison-page-x1 {
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.orphan-word.comparison-paragraph {
  text-align: center;
}

.orphan-word.comparison-paragraph._80 {
  margin-left: auto;
  margin-right: auto;
}

.orphan-word.comparison-paragraph._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.features-it {
  color: #2e3f52cc;
}

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

.heading-7.home {
  color: var(--text);
}

.heading-7.home.sample3 {
  font-size: 38px;
  line-height: 42px;
}

.heading-7.home.sample3.mobilefix {
  font-size: 40px;
  line-height: 48px;
}

.paragraph {
  text-align: center;
}

.paragraph.home {
  color: var(--button);
  margin-top: -10px;
  padding-top: 0;
}

.paragraph.home.features-p {
  color: var(--text);
}

.paragraph.home.features-p.fd-larger-text {
  font-size: 20px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._80 {
  width: 80%;
}

._90 {
  width: 90%;
}

.last {
  color: var(--dim-grey);
  margin-bottom: 20px;
}

.realweddings {
  margin-bottom: 100px;
}

.book-a-demo-popup {
  display: none;
}

.heading-8 {
  text-align: center;
  font-weight: 700;
}

.categories-mobile-fix {
  padding-left: 20px;
}

.about {
  object-fit: contain;
  width: 615.996px;
  height: 764.023px;
}

._100 {
  width: 100%;
}

.faq-h3 {
  margin-left: auto;
  margin-right: auto;
}

.comparison-title {
  text-align: center;
  letter-spacing: -3px;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

.comparison-title._90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.comparison-title.youtube-title {
  font-size: 70px;
}

.div-block-9 {
  position: relative;
}

.list {
  list-style-type: disc;
}

.list.comparison-page {
  margin-top: 0;
  margin-bottom: 0;
}

.list.comparison-page.fb {
  margin-bottom: 40px;
}

.comparison-page {
  padding-bottom: 10px;
}

.comparison-list {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 25px;
}

.comparison-text-3 {
  font-size: 44px;
}

.image-10 {
  max-width: 200px;
  padding-top: 40px;
  padding-left: 40px;
}

.image-10.facebook-logo {
  padding-top: 60px;
  position: relative;
}

.image-10.eventlive-logo {
  max-width: 240px;
  padding-top: 60px;
}

.image-10.zoom-logo {
  max-width: 220px;
  padding-left: 35px;
}

.image-10.youtube-logo {
  max-width: 180px;
  padding-top: 60px;
}

.comparison-x2 {
  text-align: center;
  font-size: 22px;
}

.comparison-x2.comparison-paragraph-text {
  text-align: left;
}

.comparison-x2.comparison-paragraph-text.article-p._80 {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.comparison-x2.comparison-paragraph-text.article-p._80.fff {
  margin-bottom: 0;
  padding-top: 0;
}

.comparison-x2.comparison-paragraph-text.article-p._80.fff.fff_mobile {
  letter-spacing: 0;
  word-break: normal;
  font-size: 18px;
}

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

.text-span-3 {
  color: var(--danger);
  font-weight: 700;
}

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

.hint-div-full {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 40px;
  display: flex;
}

.fd-alt-title {
  text-align: left;
  white-space: break-spaces;
  font-family: Circular, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 59px;
}

.fd-alt-title.sample2 {
  color: var(--danger);
  font-size: 81px;
  line-height: 70px;
}

.fd-alt-title.sample2.text-white {
  color: var(--white);
  text-shadow: 1px 1px 20px #0000;
  font-size: 59px;
  font-weight: 700;
  line-height: 70px;
}

.bold-text-6 {
  color: var(--text);
  font-weight: 500;
}

.collection-list-wrapper {
  margin-top: 80px;
  margin-bottom: 100px;
}

.collection-list-wrapper-2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.landing-fd.cta-fd {
  font-size: 24px;
}

.landing-fd.h1-fd {
  margin-bottom: 0;
}

.landing-fd-3 {
  margin-bottom: 10px;
}

.dropdown-pricing {
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-pricing.w--open {
  margin-bottom: 0;
}

.dropdown-pricing-open {
  border: 1px solid var(--dim-grey);
  background-color: var(--white);
  letter-spacing: 1px;
  font-weight: 500;
}

.collection-list-wrapper-3 {
  margin-bottom: 0;
  padding-top: 80px;
}

.live-streaming-resources.highlighted {
  text-align: center;
}

.div-block-10 {
  flex: 0 auto;
  position: relative;
}

.div-block-11 {
  flex: 0 auto;
  order: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-12, .div-block-13, .div-block-14, .div-block-15 {
  margin-top: auto;
  margin-bottom: auto;
}

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

.sample2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-7.mobilefx {
  font-weight: 500;
  line-height: 34px;
}

.image-11 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.image-11.sample3b {
  width: 50%;
  padding-top: 10px;
  display: block;
}

.sample5 {
  height: 100%;
}

.image-12 {
  max-height: 240px;
}

.image-13 {
  max-width: 48%;
}

.image-13.right {
  padding-left: 20px;
  position: static;
}

.image-13.left {
  float: left;
  max-width: 50%;
}

.bold-text-7 {
  font-weight: 300;
}

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

.special {
  background-color: #dcf5ea;
  border: 1px solid #bde3d2;
  border-radius: 0;
  padding: 15px 20px;
}

.text-block {
  font-size: 28px;
}

.bold-heading {
  font-size: 58px;
  font-weight: 500;
  line-height: 61px;
}

.how-to-img {
  width: 55%;
  padding-bottom: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.how-to-img.wide {
  width: 98%;
  padding-bottom: 4%;
}

.how-to-img.wide.last {
  padding-bottom: 23%;
}

.how-to-img.wide.how-to-third {
  padding-bottom: 21%;
}

.how-to-img.shorter-img1 {
  width: 43%;
  padding-bottom: 18%;
}

.image-15 {
  max-width: 43%;
  padding-top: 6px;
  display: block;
}

.image-15.centered {
  max-width: 27%;
}

.image-15.centered.ratings-fix {
  text-align: left;
  margin-left: 0;
}

.image-15.ratings-bigger {
  max-width: 70%;
  position: static;
}

.link-2 {
  color: var(--danger);
  text-decoration: underline;
}

.text-block-2, .text-block-3 {
  color: var(--text);
}

.bold-text-9 {
  font-weight: 300;
}

.heading-10 {
  letter-spacing: -1px;
}

.heading-10.custom-h1 {
  letter-spacing: -2px;
  text-indent: 0;
  font-size: 63px;
  font-weight: 700;
  line-height: 71px;
}

.heading-10.custom-h1.business-header.palette-1 {
  color: #594278;
}

.heading-10.custom-h1.business-header.h1-custom1 {
  font-size: 60px;
  line-height: 67px;
}

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

.bold-text-10.trial {
  font-size: 22px;
}

.lightbox-link {
  color: var(--danger);
  text-decoration: underline;
}

.link-3 {
  text-decoration: underline;
}

.small-text.padding-left {
  color: #2e3f5278;
  padding-left: 5px;
}

.small-text.gray-text {
  color: var(--accent-3);
  align-self: center;
  font-weight: 300;
}

.text-white.smaller {
  font-size: 29px;
}

.text-span-9 {
  font-size: 54px;
}

.link-5 {
  color: var(--danger);
  text-decoration: underline;
}

.grid-block {
  margin-bottom: 40px;
  margin-right: 20px;
}

.grid-second {
  width: 100%;
  max-width: 100%;
}

.div-block-17 {
  flex-direction: column;
  display: flex;
}

.text-caps {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
}

.text-caps.smaller {
  font-size: 14px;
}

.text-caps.smaller.salediscount {
  background-color: #ffab00;
  padding: 5px 10px;
}

.bold-text-11 {
  color: #52b487;
}

.text-block-4 {
  color: #21212178;
}

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

.div-block-18 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.palette-1 {
  color: #594278;
}

.div-block-19 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cnn-logo {
  width: 120px;
  padding-top: 30px;
}

.cnn-logo.top {
  padding-top: 0;
}

.large-review {
  color: #90979e;
  letter-spacing: -.3px;
  font-size: 31px;
  line-height: 40px;
}

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

.large-review.text-white.smaller-text {
  font-size: 27px;
}

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

.quote-transparent {
  border-radius: 70px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 0;
}

.bold-text-13 {
  color: #ddc9bf;
}

.number-stats {
  color: #5a66708a;
  text-align: right;
  font-size: 34px;
}

.number-stats._2a {
  color: var(--accent-3);
  font-size: 30px;
}

.text-span-11 {
  color: var(--danger);
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
}

.text-span-12 {
  color: var(--danger);
  font-size: 30px;
}

.text-span-13 {
  text-decoration: line-through;
}

.text-span-13._14 {
  padding-left: 30px;
  text-decoration: none;
}

.image-16 {
  max-width: 32%;
  position: absolute;
  top: -59.021px;
  left: -66px;
}

.section-2 {
  margin-top: 100px;
  margin-bottom: 80px;
}

.section-2.hidden {
  display: none;
}

.link-6 {
  color: var(--danger);
  text-decoration: underline;
}

.emoji {
  font-size: 30px;
  line-height: 30px;
}

.money-back {
  margin-bottom: -5px;
  font-size: 40px;
}

.store-reviews {
  max-width: 20%;
}

.store-reviews-container {
  justify-content: space-around;
  align-items: center;
  width: 800px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.store-reviews-container._0b {
  opacity: .8;
  mix-blend-mode: normal;
}

.hero-123 {
  padding-top: 230px;
}

.hero-123.hero-fix {
  padding-bottom: 207px;
}

.hero-123.smaller-padding {
  padding-top: 190px;
}

.hero-12 {
  margin-bottom: 60px;
  position: relative;
}

.hero-12.em {
  margin-top: 230px;
}

.hero-h1 {
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.hero-h1.h1fix {
  text-align: left;
}

.hero-h1.padding-custom {
  margin-bottom: 0;
}

.hero-h1.fit-wide {
  font-size: 87px;
}

.hero-h1.fit-wide.inverted {
  color: var(--white);
}

.hero-h1.top-padding-hero {
  margin-top: 230px;
}

.hero-subheading {
  text-align: center;
  font-size: 29px;
}

.hero-subheading.h1-fix {
  text-align: left;
}

.hero-subheading.mobile-fix.white-space {
  padding-top: 20px;
}

.hero-subheading.mobile-fix.inverted {
  color: var(--white);
}

.hero-subheading.mobile-fix.smaller {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.hero-cta {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.hero-cta.herof-xi {
  text-align: left;
}

.hero-cta.smaller-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-cta.custom-padding {
  padding-top: 0;
  padding-bottom: 80px;
}

.hero-cta.custom-padding.left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta.fd-padding {
  padding-top: 0;
  padding-bottom: 10px;
}

.features-1a {
  text-align: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.features-1a._2a {
  text-align: right;
}

.features-1a._5a {
  font-size: 61px;
}

.features-1a._5a.no-padding {
  margin-bottom: 0;
}

.features-1a.cta-2 {
  text-align: center;
  margin-bottom: 49px;
  font-weight: 500;
}

.features-1a.center-feature {
  text-align: center;
  margin-bottom: 0;
}

.features-1a.center-feature.mobile-fix.center.h1 {
  margin-bottom: 60px;
}

.features-1a.center-feature.mobile-fix.center.padding-bottom {
  margin-bottom: 30px;
}

.features-1a.center-feature.mobile-fix.smaller, .features-1a.center-feature.mobile-heading.smaller {
  font-size: 60px;
  font-weight: 500;
}

.img-huge {
  z-index: -999;
  position: absolute;
  top: -59.0039px;
  right: -489.994px;
}

.img-huge.second-feature {
  z-index: -99999999;
  width: 60%;
  max-width: 100%;
  top: -439px;
  left: -285px;
  right: auto;
}

.img-huge.second-feature.second-fix {
  top: -352px;
}

.img-huge.second-feature.second-fix.third-fix {
  width: 52%;
  top: -258px;
  left: -314px;
}

.img-huge._3a {
  width: 85%;
  top: -10.0039px;
  right: -517.994px;
}

.img-huge._3a.second-page {
  top: -14.0039px;
  right: -498.994px;
}

.img-huge._3a._3b {
  top: -42.0039px;
  right: -565.994px;
}

.img-huge._4a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: auto;
  right: auto;
}

.img-huge._4a._4ab {
  width: 1000px;
  padding-top: 30px;
  position: static;
}

.img-huge._4a.small-padding {
  padding-top: 25px;
}

.img-huge._4a.small-padding.smaller, .img-huge._4a.mobile.smaller {
  max-width: 80%;
}

.img-huge.hero-img {
  top: 257.996px;
  right: -353.994px;
}

.larger-text {
  text-align: right;
  font-size: 26px;
  font-weight: 300;
  line-height: 50px;
}

.larger-text._2a {
  text-align: right;
}

.larger-text._3a, .larger-text._6a {
  text-align: left;
}

.larger-text._6b {
  font-size: 20px;
  line-height: 30px;
}

.larger-text._7b {
  line-height: 30px;
}

.larger-text.centered {
  color: var(--text);
  text-align: center;
}

.larger-text.centered.mobile-fix.smaller {
  font-size: 24px;
  line-height: 40px;
}

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

.larger-text.bold-text {
  text-align: left;
  font-weight: 500;
}

.grid-2a {
  grid-template-columns: 1.5fr .25fr;
  place-content: space-between end;
  place-items: center stretch;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
}

.floating-review {
  color: var(--dim-grey);
  text-align: center;
  max-width: 1000px;
  font-size: 38px;
  line-height: 45px;
}

.floating-review.top-space {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
}

.money-back-guarantee {
  max-width: 30%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.money-back-guarantee.support-badge {
  max-width: 32%;
  margin-bottom: 30px;
}

.scroll-icon {
  max-width: 70px;
  margin-left: auto;
  position: static;
  inset: auto auto 0%;
}

.form-block-2 {
  background-color: #fffffe;
  border-radius: 14px;
  max-width: 480px;
  margin-top: 20px;
  overflow: hidden;
}

.form {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.form.toggle {
  padding-top: 0;
  padding-bottom: 10px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox {
  background-color: #ffc6c7;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-color: #ff8ba7;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
  padding-bottom: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #8bc794;
  padding-bottom: 4px;
}

.checkbox-label {
  font-size: 20px;
}

.link-7, .link-8 {
  color: var(--danger);
  text-decoration: underline;
}

.expand-included-features {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-credit-packs {
  color: var(--danger);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 40px;
  font-size: 16px;
  text-decoration: underline;
}

.dropdown-icon {
  margin-top: 8px;
}

.dropdown-submenu {
  color: var(--danger);
}

.dropdown-submenu-bg.w--open {
  background-color: var(--bg-primary-4);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.img-centered-feature {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-centered-feature.top-padd {
  padding-top: 30px;
}

.img-centered-feature.top-padd.smaller {
  max-width: 50%;
}

.floating-img {
  max-width: 550px;
  position: absolute;
  inset: 196px 0 0 -79px;
}

.floating-img.floating-2 {
  max-width: 500px;
  inset: 430px 0 0 587px;
}

.floating-img.floating-3 {
  max-width: 640px;
  inset: 232px 0 0 1210px;
}

.lens-camera-switching {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.plug-in-mic {
  z-index: -2;
  position: absolute;
  inset: 68px 0 0 987px;
}

.plug-in-mic.unique {
  position: relative;
  top: 73px;
  left: 950px;
  overflow: hidden;
}

.modal {
  z-index: 999999;
  background-color: #212121c7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  height: 80%;
  min-height: 80%;
  max-height: 90%;
  margin: auto;
  display: block;
  position: fixed;
  inset: 3% 0%;
}

.iframe-sample {
  border-radius: 30px;
}

.samples-page {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3-col-grid.top-padding {
  margin-top: 40px;
}

.sample-img {
  width: 100%;
  height: 242.328px;
}

._4-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.download-app-icons.hide-on-mobile {
  margin-top: 80px;
}

.download-app-icons._404-download {
  margin-top: 40px;
}

.app-storelogo {
  width: 180px;
  max-width: 180px;
  margin-right: 14px;
}

.app-storelogo.qr-on-hover {
  z-index: 5;
  float: left;
  position: relative;
}

.app-storelogo.footer-logo {
  width: 150px;
  height: 50px;
  margin-right: 0;
}

.image-18 {
  width: 200px;
  max-width: 400px;
}

.image-18.qr-on-hover {
  z-index: 5;
  position: relative;
}

.image-18.footer-logo {
  height: 50px;
}

.qr-code {
  z-index: 4;
  background-color: #21212180;
  background-image: linear-gradient(#00000080, #34343480 32%);
  display: none;
  position: fixed;
  inset: -40% 0%;
}

.qr-placeholder {
  z-index: 99999;
  width: 250px;
  height: 338px;
  margin: auto;
  display: inline-block;
  position: fixed;
  inset: -45% 0% 0%;
}

.qr-placeholder.qr-youthstream {
  width: 390px;
  height: 390px;
}

.hero-img {
  z-index: -10;
  margin-top: -45px;
  margin-left: 516px;
  margin-right: -251px;
  position: absolute;
}

.hero-img.weddings-hero {
  align-self: flex-start;
  width: 60%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.hero-img.business-hero-wip {
  margin-top: -55px;
  margin-left: 677px;
  margin-right: 0;
}

.hero-img.youth-hero {
  align-self: flex-start;
  width: 50%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.qr {
  width: 100%;
  height: 100%;
}

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

.column {
  flex: 1;
  align-self: stretch;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1344px;
  display: grid;
}

.left-image-features {
  width: 100%;
  max-width: 100%;
  padding-right: 40px;
}

.sample-wedding {
  cursor: zoom-in;
  border-radius: 30px;
  width: 100%;
  box-shadow: 0 10px 30px #0003;
}

.included-pricing {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.included-pricing.mobile-business, .included-pricing.margin-custom {
  display: none;
}

.included-pricing.margin-custom.show-desktop {
  display: block;
}

.features-text {
  color: #3d8f69;
  font-size: 20px;
  font-weight: 300;
}

.click-to-play {
  z-index: -15;
  max-width: 180px;
  position: relative;
  inset: -352px 0 0 9px;
}

.green-badge {
  color: #5bac87;
  text-align: center;
  background-color: #d7fceb;
  border-radius: 20px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.h1-hero {
  font-size: 80px;
  font-weight: 700;
  line-height: 74px;
}

.h1-hero.alt-pages {
  font-size: 69px;
}

.press-review {
  background-color: #cadee5;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 31px;
  line-height: 40px;
  box-shadow: 0 17px 20px #2121211a;
}

.press-reviews-text {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 28px 28px 40px;
}

.press-reviews-text.press-smaller {
  font-size: 27px;
}

.press-logo-home {
  max-width: 120px;
  margin-left: auto;
}

.press-logo-home.logo-pittsburgh {
  max-width: 190px;
}

.grid-reviews {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  display: grid;
}

.hero-home {
  margin-top: 120px;
  margin-bottom: 150px;
}

.hero-home.no-bottom-padding {
  margin-bottom: 0;
}

.heading-13 {
  margin-bottom: 40px;
}

.heading-13._80 {
  margin-left: auto;
  margin-right: auto;
}

.heading-13._80.smaller {
  font-size: 60px;
}

.div-block-22 {
  width: 80%;
  max-width: 80%;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  margin: auto;
  display: inline-block;
  position: absolute;
}

.business-hero {
  position: absolute;
  top: 254px;
  right: -275px;
}

.h1-business {
  letter-spacing: -.5px;
  font-size: 71px;
  font-weight: 700;
  line-height: 75px;
}

.business-clone-img {
  z-index: -999;
  width: 700px;
  max-width: 1000px;
  position: absolute;
  top: -38px;
  right: 25px;
}

.image-20 {
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-23 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-right: auto;
}

.heading-14 {
  font-weight: 500;
  line-height: 52px;
}

.ratings-discount {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #afafaf;
  flex-direction: row;
  padding-top: 10px;
  display: flex;
}

.details-offer {
  border-top: 1px solid #dbdbdb;
  margin-top: 40px;
}

.link-10 {
  cursor: pointer;
  font-weight: 500;
}

.link-10.centered {
  color: var(--text);
}

.heading15 {
  margin-bottom: 10px;
}

.container-2 {
  flex-direction: row;
  display: flex;
}

.star-review {
  padding-right: 4px;
}

.italic-text-4 {
  font-style: normal;
  font-weight: 300;
}

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

.italic-text-5 {
  font-style: normal;
  font-weight: 300;
  display: inline;
}

.italic-text-5.bold {
  font-weight: 500;
}

.grid-4 {
  grid-column-gap: 16px;
  opacity: 1;
  border-bottom: 1px dashed #afafaf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 30px;
}

.grid-4.mobile-fix {
  margin-left: 10px;
  margin-right: 10px;
}

.grid-4.mobile-fix.pricing-table-accordion {
  margin-bottom: 6px;
}

.grid-4.mobile-fix.bottom {
  border-bottom-width: 0;
  margin-bottom: 15px;
}

.packs-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
}

.packs-title.no-bottom-padding {
  margin-bottom: 30px;
}

.div-block-25 {
  flex: 0 auto;
  align-self: stretch;
}

.text-span-14 {
  color: #a8a8a8;
  margin-left: 30px;
}

.text-span-15 {
  color: #a8a8a8;
  margin-left: 22px;
}

.text-span-16, .text-span-17 {
  color: #a8a8a8;
  margin-left: 20px;
}

.section-cta {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 40px;
}

.section-cta.split-2 {
  justify-content: space-between;
  padding-top: 70px;
  display: flex;
}

.section-cta.mobile {
  margin-left: auto;
  margin-right: auto;
}

.section-cta.mobile.custom-fix {
  margin-top: 100px;
}

.review-stars {
  justify-content: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.review-website {
  float: left;
  order: 3;
  padding-left: 5px;
  font-size: 18px;
  line-height: 30px;
}

.review-website.mobile-fix {
  text-align: left;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-items: center;
  display: flex;
}

.round-img-review {
  border-radius: 100px;
  width: 130px;
  height: 130px;
  margin-top: 40px;
}

.div-block-27 {
  align-self: auto;
  padding-top: 40px;
  padding-left: 10px;
}

.full-container {
  max-width: 100%;
  max-height: 100%;
}

.full-section {
  object-position: 0% 50%;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 1em;
  margin-right: 1em;
  overflow: hidden;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card.card4-content {
  background-image: url('../images/use-case-wedding.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 450px;
  padding-bottom: 0;
}

.card.card4-content.overlay-top {
  cursor: pointer;
  background-image: linear-gradient(#00000040 10%, #fff0 26%), url('../images/use-case-wedding.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.card.card4-content.overlay-top.smaller-mobile {
  cursor: auto;
}

.card.card4-content.overlay-top.smaller-mobile.smaller {
  height: 360px;
}

.card.card8-content {
  background-image: url('../images/use-case-presentations.jpg');
  background-size: cover;
  height: 450px;
  padding-bottom: 0;
}

.card.card8-content.smaller-mobile.smaller {
  height: 360px;
}

.card.card5-content {
  background-image: url('../images/use-case-dance.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  padding-bottom: 0;
}

.card.card5-content.overlay-top {
  background-image: linear-gradient(#00000040 12%, #fff0 30%), url('../images/use-case-dance.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card5-content.overlay-top.smaller {
  height: 360px;
}

.card.card-6 {
  background-image: linear-gradient(#00000040 15%, #fff0 25%), url('../images/use-case-corporate-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 450px;
}

.card.card-6.smaller {
  height: 360px;
}

.card.card7-content {
  background-image: url('../images/use-case-religious.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.card.card7-content.overlay-top {
  background-image: linear-gradient(#00000040 11%, #fff0 30%), url('../images/use-case-religious.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card7-content.overlay-top.smaller {
  height: 360px;
}

.card.card15-content {
  background-image: url('../images/use-case-indian-wedding-2.jpg'), linear-gradient(#000, #000);
  background-position: 50% 100%, 0 0;
  background-size: auto, auto;
  height: 450px;
  padding-bottom: 0;
}

.card.card15-content.overlay-top {
  background-image: linear-gradient(#00000040 12%, #fff0 28%), url('../images/use-case-indian-wedding-2.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 50% 100%, 0 0;
  background-size: auto, auto, auto;
}

.card.card15-content.overlay-top.smaller {
  height: 360px;
}

.card.card17-content {
  background-image: url('../images/use-case-graduations.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.card.card17-content.overlay-top {
  background-image: linear-gradient(#00000040 15%, #fff0 29%), url('../images/use-case-graduations.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card17-content.overlay-top.smaller {
  height: 360px;
}

.card.card-26 {
  background-image: url('../images/use-case-workshops.jpg');
  background-size: cover;
  height: 450px;
}

.card.card-26.overlay-top {
  background-image: linear-gradient(#00000040 6%, #fff0 27%), url('../images/use-case-workshops.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card.card-26.overlay-top.smaller {
  height: 360px;
}

.card.card25-content {
  background-image: url('../images/use-case-funerals.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  padding-bottom: 0;
}

.card.card25-content.overlay-top {
  cursor: pointer;
  background-image: linear-gradient(#00000040 8%, #fff0 25%), url('../images/use-case-funerals.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card25-content.overlay-top.smaller-mobile {
  cursor: auto;
}

.card.card25-content.overlay-top.smaller-mobile.smaller {
  height: 360px;
}

.card.card8-content-copy {
  background-image: url('../images/use-case-presentations.jpg');
  background-size: cover;
  height: 450px;
  padding-bottom: 0;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
  font-size: 40px;
}

.card-headline.smaller {
  text-align: left;
  font-size: 26px;
}

.card-headline.smaller.custom-home {
  line-height: 30px;
}

.basic-column {
  padding-left: 5px;
  padding-right: 5px;
}

.button-5 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-5:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-5.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-5.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-5.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button-5.default-button.card-cta.hide-this {
  display: none;
}

.columns-3 {
  width: 240vh;
  display: flex;
}

.columns-3.longer {
  width: 330vh;
}

.columns-4 {
  width: 330vh;
  display: flex;
}

.columns-4.use-cases-mobile {
  width: 330vh;
}

.columns-4.use-cases-mobile.shorter {
  height: 400px;
}

.big-text {
  z-index: 3;
  top: -40px;
}

.big-text-2 {
  z-index: 3;
  color: #f2e6d8;
  text-transform: uppercase;
  top: -40px;
}

.full-container-left {
  max-width: 100%;
  max-height: 100%;
}

.full-container-left.big-text-2 {
  text-transform: none;
}

.full-section--2 {
  object-position: 0% 50%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  overflow: hidden;
}

.image-21 {
  min-width: 300px;
  max-width: 300px;
  max-height: 100%;
}

.full-width {
  width: 100%;
}

.external-link {
  opacity: .5;
  width: 15px;
  margin-left: 5px;
  padding-bottom: 10px;
  display: inline-block;
}

.grid-business-alt {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1344px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-11, .link-13 {
  color: var(--danger);
  font-weight: 500;
  text-decoration: underline;
}

.link-13.block {
  display: block;
}

.link-14 {
  color: var(--danger);
  font-weight: 500;
  text-decoration: underline;
}

.image-behind {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
}

.image-behind-3 {
  z-index: -2;
  position: absolute;
  inset: 0 auto auto 0;
}

.expand-included-features-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.orange-text {
  color: var(--danger);
}

.columns-5 {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: block;
}

.image500px {
  height: 450px;
  margin-left: 70px;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: -235px;
  overflow: hidden;
}

.image-23 {
  margin-left: auto;
  position: relative;
  top: 21px;
  left: 244px;
}

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

.behind-image {
  z-index: -1;
  width: 1000px;
  height: 495px;
  position: absolute;
  overflow: hidden;
}

.larger-div {
  height: 650px;
}

.iphone-microphone.hide-on-mobile {
  width: 1000px;
  height: 495px;
  position: absolute;
  overflow: hidden;
}

.sticky-box {
  float: right;
  width: 200px;
  height: 400px;
  position: sticky;
  top: 180px;
  right: 2em;
}

.sticky-link {
  width: 100%;
  height: 100%;
}

.spacer-category {
  color: var(--accent-3);
  margin-left: 5px;
  margin-right: 7px;
  font-size: 18px;
}

.breadcrumbs {
  justify-content: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-form-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.close-popup {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup:hover {
  transform: scale(.9);
}

.popup-1-form {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.popup-content-wrapper {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper.popup-1-content-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 14px #46464629, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.success-message {
  background-color: var(--success);
  color: #fff;
  border-radius: 16px;
  font-size: 22px;
}

.error-message {
  border-radius: 16px;
  padding: 20px;
}

.popup-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.popup-1-illustration {
  margin-bottom: 24px;
}

.input-popup {
  color: var(--text);
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .2s;
}

.input-popup:hover, .input-popup:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input-popup::placeholder {
  color: #6f6c90;
}

.input-popup.larger {
  border: 1px solid var(--light-slate-grey);
  border-radius: 5px;
  font-size: 22px;
}

.input-popup.larger:hover, .input-popup.larger:active {
  border: 1px solid var(--text);
  color: var(--text);
}

.input-popup.larger:focus {
  color: var(--text);
}

.input-popup.larger::placeholder {
  color: var(--light-slate-grey);
}

.input-popup.larger.paddedinput {
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-wrapper {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.preview-page {
  display: none;
  position: fixed;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.overlay {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.search {
  flex-direction: row;
  align-items: stretch;
  max-width: 750px;
  margin: 40px auto auto;
  display: flex;
}

.search-input {
  min-height: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 18px;
}

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

.search-blog-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.image-24 {
  border-radius: 10px;
}

.hero-form {
  width: 70%;
  margin: 50px auto 80px;
}

.hero-form.hero-spacing {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.hero-form.hero-spacing.funeral-directors {
  margin-top: 0;
  margin-bottom: 0;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.faq-title-2 {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.standard-paragraph {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.h3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-faq {
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  width: 110%;
  margin-top: 0;
  margin-left: 100px;
}

.tab-link {
  opacity: .4;
  color: var(--text);
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link:hover {
  opacity: .6;
  border-left-color: #ff6161;
  text-decoration: none;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #ff6161;
}

.tab_text-wrapper {
  overflow: hidden;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.tab-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.col._2col.overflow-visible {
  overflow: visible;
}

.strategy-illo_bg {
  max-width: 600px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.tab_illo-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-2 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3-2.mb-0 {
  color: var(--text);
}

.tab_text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

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

.tab_pane {
  overflow: visible;
}

.what-it-is {
  margin-top: 50px;
}

.container-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1344px;
  margin-bottom: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.cta-3 {
  background-color: var(--danger);
  background-image: linear-gradient(34deg, #ff7e4f 31%, #ffb88c);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 110px 60px 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 30px #0000001f;
}

.cta-3.contact-box {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  max-width: 1344px;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 0;
  padding-bottom: 20px;
}

.about-img {
  max-width: 95%;
}

.about-text {
  margin-right: 40px;
}

.contact-box {
  font-size: 22px;
}

.vertical-align {
  flex: 0 auto;
  align-self: center;
}

.image-25 {
  max-height: 330px;
}

.hero-h1-usp {
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 100%;
}

.app-ratings {
  max-width: 252px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}

.phone-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 183px;
  left: 185px;
  overflow: hidden;
}

.frame {
  border: 2px #080621;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screenshot {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-container {
  margin-top: 250px;
  position: absolute;
  inset: 0% 0% auto 39%;
}

.image-26 {
  width: 540px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-27 {
  z-index: -999;
  opacity: .88;
  object-fit: fill;
  width: 50%;
  position: absolute;
  top: 36px;
  left: 50%;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.floating-bg {
  z-index: -999;
  opacity: .3;
  position: absolute;
  top: 255px;
  left: -334px;
}

.text-span-19 {
  font-family: var(--font-great-vibes), cursive;
  font-size: 100px;
}

.home-slider {
  background-color: #ddd0;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.icon-4 {
  display: none;
}

.columns-6 {
  display: flex;
}

.column-7 {
  align-items: flex-end;
}

.hero__circle {
  z-index: 0;
  border-radius: 50%;
  flex: none;
  position: relative;
  box-shadow: 20px 113px 140px -30px #00000080;
}

.hero__circle.mod--2 {
  background-image: url('../images/funeral-home-bg2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 19px;
  width: 350px;
  height: 200px;
  padding-left: 20px;
  display: none;
  position: absolute;
  inset: 0 125px 0 74%;
  box-shadow: 12px 69px 140px -30px #00000080;
}

.hero__circle.mod--2._3b {
  background-image: url('../images/use-case-graduations.jpg');
  width: 290px;
  height: 170px;
  top: 384px;
  right: 230px;
}

.hero__circle.mod--1 {
  background-image: url('../images/use-case-indian-wedding-2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 19px;
  width: 350px;
  height: 200px;
  padding-top: 1px;
  padding-left: 20px;
  display: none;
  position: absolute;
  top: 433.24px;
  right: 74%;
  box-shadow: 12px 69px 140px -30px #00000080;
}

.hero__circle.mod--1.mod--1b {
  background-image: url('../images/use-case-workshops.jpg');
  display: none;
  top: 53.24px;
  left: auto;
  right: 76%;
}

.hero__circle-dot {
  color: #fff;
  background-color: #f75606;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-left: -30px;
  padding-left: 11px;
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 58px;
}

.hero__circle-dot.bigger-dot {
  z-index: -1;
  width: 60px;
  height: 60px;
  margin-left: auto;
  display: none;
  inset: 287px auto 0% 14%;
}

.use-cases-title {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 500;
}

.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-block-5 {
  color: var(--white);
  text-shadow: 0 0 14px #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  display: none;
  position: absolute;
  bottom: 62px;
  left: 37px;
}

.image-28 {
  width: 200px;
  height: 400px;
}

.recaptcha-div {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.recaptcha {
  margin-right: 10px;
}

.obituary-intro {
  margin-bottom: 45px;
}

.cta-box {
  background-image: linear-gradient(to bottom, var(--primary-1), var(--primary-1));
  width: 100%;
  padding-top: 70px;
}

.div-block-32 {
  flex: 1;
}

.highlight {
  background-color: #ffe8bd6b;
  border-radius: 20px;
  width: 70%;
  margin: 35px auto 70px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.pricing-card {
  background-color: #f46a5400;
  border-radius: 20px;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 450px;
  padding: 15px;
}

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

.pricing-individual {
  margin-top: 30px;
}

.div-block-34 {
  margin-bottom: 40px;
}

.slider-reviews {
  background-color: #fff;
  min-height: 470px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-vertical-center {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-right: 40px;
  display: flex;
}

.image-29 {
  height: 309.092px;
}

.smaller-img {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-30 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-31 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.tab-nolink {
  opacity: .4;
  color: var(--text);
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -28px;
  padding: 0 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-nolink:hover {
  opacity: .6;
  border-left-color: #ff6161;
  text-decoration: none;
}

.tab-nolink.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #ff6161;
  padding-right: 0%;
}

.discount {
  padding-right: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: line-through;
}

.topintro {
  text-align: center;
  font-size: 24px;
}

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

.hiw-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}

.youth-app-rating {
  width: 230px;
  margin-top: 8px;
}

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

.section-4 {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-block-6 {
  padding-right: 5px;
}

@media screen and (min-width: 1280px) {
  .container.funeral-directors-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .price-contain.b2c-price-point {
    margin-bottom: 0;
  }

  .hero__circle.mod--2 {
    background-image: url('../images/use-case-funerals.jpg');
    display: block;
    left: 79%;
  }

  .hero__circle.mod--1 {
    display: block;
    right: 77%;
  }

  .hero__circle.mod--1.mod--1b {
    display: block;
    right: 80%;
  }

  .hero__circle-dot.bigger-dot {
    display: block;
  }

  .text-block-5 {
    line-height: 34px;
  }
}

@media screen and (min-width: 1440px) {
  .section.bg-primary-3 {
    background-color: var(--white);
  }

  .button.large.grow.blue.bottom-cta-5.no-padding.hide-on-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.large.no-padding-top {
    display: none;
  }

  .button.active.popup-button.larger {
    align-self: stretch;
    width: 100%;
  }

  .button.active.popup-button.larger.paddedinput {
    margin-top: 10px;
  }

  .no-bottom-margin.bold {
    font-weight: 500;
  }

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

  .nav-link-omega.top-right:hover {
    background-color: #a1a1a10d;
  }

  .chevron.price.blue {
    color: var(--text);
  }

  .navigation-link-omega.full-link {
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .svg-ornaments.hidden {
    display: block;
  }

  .pricing-box.full-width.personal.wider {
    width: 100%;
  }

  .pricing-benefits-container.full-width.wider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-benefits-container.full-width.wide {
    margin-right: 20px;
  }

  .pricing-benefits-container.full-width.wide-2 {
    margin-left: 20px;
  }

  .line {
    display: none;
  }

  .accordion__item.pricing-table-expand {
    color: var(--text);
    background-color: #ffe8bd6b;
    border-radius: 20px;
    flex-direction: row;
  }

  .accordion__item.pricing-table-expand:hover {
    box-shadow: none;
  }

  .contact-container.how-to {
    justify-content: flex-end;
    align-items: center;
  }

  .how-to-img.wide.how-to-third {
    padding-bottom: 0%;
  }

  .image-15.centered.mobile-fx {
    max-width: 25%;
  }

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

  .hero-img.weddings-hero, .hero-img.youth-hero {
    padding-left: 40px;
  }

  .italic-text-4.bold {
    color: var(--danger);
  }

  .input-popup.larger.paddedinput {
    margin-right: 0;
  }

  .home-slider {
    margin-top: 50px;
  }

  .hero__circle.mod--2 {
    background-image: url('../images/live-stream-funerals.webp');
    left: 75%;
  }

  .hero__circle.mod--2._3b {
    background-image: url('../images/live-stream-graduations.webp');
  }

  .hero__circle.mod--1 {
    background-image: url('../images/live-stream-indian-wedding.webp');
    right: 73%;
  }

  .hero__circle.mod--1.mod--1b {
    background-image: url('../images/live-stream-workshops.webp');
    right: 76%;
  }

  .hero__circle-dot.bigger-dot {
    left: 16%;
  }

  .image-28 {
    display: none;
  }

  .column-vertical-center {
    justify-content: space-between;
  }

  .image-30 {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  h3 {
    font-size: 40px;
  }

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

  h5 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .section.reduced-bottom-padding {
    padding-bottom: 40px;
  }

  .section.align-content-center.hero {
    padding-top: 80px;
  }

  .section.align-content-center.hero.left {
    padding-top: 200px;
  }

  .section.align-content-center.hero.left.guides {
    height: 525px;
  }

  .section.image-bg {
    color: var(--white);
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.case-study {
    padding-bottom: 80px;
  }

  .main-container, .main-container.narrow {
    max-width: 950px;
  }

  .main-container.horizontal {
    flex-direction: column;
    align-items: center;
  }

  .main-container.horizontal.unique-fix-1.mobile-top-fix {
    flex-flow: column;
    margin-top: 40px;
  }

  .container-large.wide.align-center.article-width {
    max-width: 90%;
  }

  .display-heading-2 {
    font-size: 54px;
    line-height: 60px;
  }

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

  .display-heading-1 {
    font-size: 54px;
    line-height: 60px;
  }

  .form-block {
    width: 100%;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .small-text.space-up.event-pack.hide-on-mobile {
    display: none;
  }

  .style-guide-buttons {
    justify-items: start;
  }

  .button.mobile {
    display: none;
  }

  .button.active.menu.fd-button {
    max-width: 100%;
  }

  .button.features-cta {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom-contents {
    text-align: center;
    flex-direction: column-reverse;
    margin-top: 84px;
  }

  .container-small.footer-text {
    flex-direction: column;
    display: flex;
  }

  .footer-top-contents {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .footer-menus-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .grid-halves,
  .grid-halves.reverse-direction,
  .grid-halves.reverse-direction.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-white.centered.guide {
    font-size: 54px;
    line-height: 60px;
  }

  .container.align-center.shorter {
    max-width: 80%;
  }

  .container._40 {
    width: 100%;
  }

  .container._40._50 {
    width: 100%;
    padding-top: 0;
  }

  .container._60 {
    width: 100%;
    max-width: 497px;
    margin-left: 0;
  }

  .form-error {
    color: var(--danger);
    background-color: #f46a5433;
    border-radius: 5px;
  }

  .form-success {
    background-color: var(--light-slate-grey);
    color: var(--white);
    border-radius: 5px;
  }

  .video-play-button.hero {
    top: 33%;
  }

  .video-play-button.hero.how-it-works {
    top: 37%;
  }

  .video-thumbnail-wrapper.hero {
    margin-top: 40px;
  }

  .horizontal-quote {
    flex-direction: column;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-section-title {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
  }

  .wide-quotes-slider-wrapper {
    padding: 56px;
  }

  .horizontal-quote-icon {
    margin-bottom: 20px;
  }

  .background-image {
    display: none;
    right: 0%;
  }

  .dropdown-omega {
    margin-left: 0;
    margin-right: 0;
  }

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

  .navigation-menu-omega {
    align-items: center;
    display: flex;
  }

  .container-omega {
    max-width: 950px;
    min-height: auto;
    position: relative;
  }

  .column-full-omega {
    width: 100%;
    padding-bottom: 14px;
  }

  .column-full-omega.resources {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-omega {
    border-top: 1px solid var(--primary-1);
    width: 100%;
    padding-left: 24px;
    font-size: 20px;
  }

  .toggle-omega.w--open {
    width: 100%;
  }

  .nav-link-omega {
    border-top: 1px solid var(--primary-1);
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .nav-link-omega.login-desktop {
    display: block;
  }

  .nav-link-omega.business-button {
    display: none;
  }

  .nav-link-omega.top-right {
    border-top-width: 0;
    display: none;
  }

  .dropdown-wrapper-omega {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
  }

  .chevron {
    margin-right: 20px;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .navigation-button-wrap.tablet-fix {
    min-width: 0;
  }

  .nav-wrapper-omega {
    border-radius: 0;
  }

  .nav-menu-omega {
    background-color: var(--white);
    width: 100%;
    height: auto;
    margin-right: 0;
    position: absolute;
    top: 80px;
    box-shadow: 0 4px 6px -1px #2121211a;
  }

  .menu-button-omega {
    border: 1px #0000001a;
    margin-left: 20px;
    padding: 15px;
    transition: all .5s cubic-bezier(.39, .575, .565, 1);
  }

  .menu-button-omega.w--open {
    background-color: #0000;
    border-style: none;
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
    transform: rotate(90deg);
  }

  .dropdown-list-omega.w--open {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navigation-arrow-omega {
    display: none;
  }

  .svg-ornaments {
    inset: 15% 0% 0%;
  }

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

  .main-image.steps {
    max-height: 300px;
  }

  .float-svg {
    width: 400px;
  }

  .svg-container {
    bottom: -60px;
  }

  .svg-container.steps {
    display: none;
  }

  .horizontal-small-metrics-collection {
    grid-column-gap: 16px;
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: center;
    display: grid;
  }

  .quote-wrapper.inline-quote-wrapper.bg-primary-3.hidden-mobile {
    display: none;
  }

  .horizontal-overflow-quote-wrapper.text-dark {
    grid-template-columns: 1fr 1fr;
  }

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

  .quote-image {
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-container.full-width {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-box {
    width: 400px;
  }

  .pricing-box._2-fold.popular {
    margin-top: 34px;
  }

  .pricing-box.custom {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box-row.yearly-row {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .pricing-box-row.yearly-row.single {
    grid-template-columns: 1fr;
  }

  .pricing-box-row.mobile-fix {
    flex-direction: column;
  }

  .pricing-benefits-container.full-width {
    margin-left: 25px;
    margin-right: 25px;
  }

  .pricing-toggle.single {
    margin-top: 0;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .star-icon-price {
    margin-bottom: 3px;
  }

  .star-container-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-wall-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .video-wall-block {
    border-width: 12px;
  }

  .video-wall-block.upper {
    display: none;
  }

  .video-testimonial {
    width: 250px;
    height: 444px;
  }

  .blog-post-image.guides {
    max-height: 600px;
  }

  .blog-post-image.blogs {
    height: auto;
  }

  .article blockquote {
    font-size: 28px;
    line-height: 34px;
  }

  .article h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .article figure {
    width: 100%;
    max-width: 100%;
    left: auto;
  }

  .blog-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .guide-cta-details {
    max-width: 70%;
  }

  .guides-details-container {
    max-width: 80%;
  }

  .toc {
    width: 700px;
    max-width: 90%;
    max-height: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .horizontal-page-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .horizontal-page-title-heading {
    margin-bottom: 21px;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .footer-small-links {
    margin-bottom: 10px;
  }

  .social-links-2.footer-social-links {
    margin-top: 21px;
  }

  .form-grid-thirds {
    grid-template-columns: 1fr;
  }

  .team-grid, .contact-grid {
    grid-template-columns: 1fr;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dropdown-list-dash.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-image-link {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .column-dash {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .toggle-dash {
    border-top: 1px solid var(--primary-1);
    width: 100%;
    padding-left: 24px;
    font-size: 20px;
  }

  .navigation-container-dash {
    border-radius: 0;
    padding: 14px 24px;
  }

  .menu-guides-container {
    margin-top: 24px;
    display: none;
  }

  .marquee-icon {
    width: 80%;
  }

  .grid-guide-container {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .press-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .small-guide-details-container {
    max-width: none;
  }

  .blog-link {
    width: 100%;
  }

  .social-share-container {
    flex-direction: row;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .cookie {
    min-width: 300px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 20px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .popup-form {
    max-width: 80%;
  }

  .case-study-section-image {
    max-height: 400px;
  }

  .dropdown-omega-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3.reduced-bottom-padding {
    padding-bottom: 40px;
  }

  .wide-quotes-slider-wrapper-2 {
    padding: 56px;
  }

  .image-15.centered.mobile-fx {
    max-width: 45%;
  }

  .features-1a.center-feature.mobile-fix.smaller {
    line-height: 100%;
  }

  .samples-page {
    padding-left: 1em;
    padding-right: 1em;
  }

  .download-app-icons.hide-on-mobile {
    margin-top: 0;
  }

  .image-18.footer-logo {
    width: 190px;
  }

  .hero-img.weddings-hero {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .hero-img.business-hero-wip {
    flex-direction: column;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .hero-img.youth-hero {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .included-pricing {
    padding-top: 50px;
  }

  .hero-home {
    margin-top: 160px;
  }

  .heading-13._80.smaller {
    line-height: 100%;
  }

  .button-5.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .sticky-box {
    display: none;
  }

  .popup-content-wrapper {
    width: auto;
  }

  .popup-content-wrapper.popup-1-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .popup-wrapper.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .tab-link {
    padding-right: 0%;
  }

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

  .phone-wrapper {
    width: 50%;
  }

  .image-27 {
    display: none;
  }

  .bold-text-15 {
    line-height: 100%;
  }

  .hero__circle.mod--2, .hero__circle.mod--1, .hero__circle.mod--1.mod--1b {
    display: none;
  }

  .tab-nolink {
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

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

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

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

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

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

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

  .section.align-content-center.hero.left {
    padding-top: 180px;
  }

  .section.align-content-center.hero.left.guides {
    height: 500px;
  }

  .section.hidden-mobile {
    display: none;
  }

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

  .main-container, .main-container.narrow {
    max-width: 550px;
  }

  .container-large.wide.align-center.article-width {
    width: 550px;
  }

  .display-heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .style-guide-section {
    max-width: 100%;
  }

  .display-heading-1 {
    font-size: 40px;
    line-height: 48px;
  }

  .button.large.bg-dark.outline.white.margin-left {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .style-guide-colors {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .heading, .form-grid-vertical, .style-guide-typography {
    max-width: 100%;
  }

  .no-bottom-margin.margin-right {
    margin-bottom: 10px;
  }

  .div-block-2 {
    max-width: 100%;
  }

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

  .grid-halves {
    grid-row-gap: 40px;
  }

  .text-white.centered.guide {
    font-size: 40px;
    line-height: 48px;
  }

  .container.align-center.shorter {
    max-width: 100%;
  }

  .container.full-width {
    padding-left: 2em;
    padding-right: 2em;
  }

  .justify-content-center.padding-bottom.mob-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .video-play-button.hero.how-it-works {
    top: 33%;
  }

  .large-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .video-thumbnail-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .video-thumbnail-wrapper.hero {
    border-radius: 20px;
    max-width: 486.016px;
    max-height: 273.379px;
  }

  .horizontal-quote {
    margin-bottom: 35px;
  }

  .process-section-title {
    margin-bottom: 56px;
  }

  .wide-quotes-slider-wrapper {
    padding: 49px;
  }

  .horizontal-quote-icon {
    margin-right: 35px;
  }

  .container-omega {
    max-width: 550px;
  }

  .brand-logo-2 {
    width: 130px;
  }

  .nav-wrapper-omega {
    flex-wrap: wrap;
  }

  .svg-ornaments {
    top: 20%;
  }

  .svg-container.steps {
    bottom: -10%;
  }

  .svg-container.floating-review.hide-on-mobile.stars.side-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-small-metrics-collection {
    grid-template-columns: 1fr 1fr;
  }

  .social-logo.fix-height-youth-icp-4 {
    height: 60px;
    max-height: 70px;
  }

  .horizontal-overflow-quote-wrapper.text-dark {
    grid-template-columns: 1fr;
  }

  .background-video {
    border-radius: 20px;
  }

  .price-container.full-width {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pricing-box.full-width.business, .pricing-box.full-width.personal {
    padding: 0;
  }

  .toggle-row {
    margin-bottom: 40px;
  }

  .pricing-benefits-container.full-width {
    margin-bottom: 10px;
  }

  .pricing-benefits-container.full-width.last {
    margin-bottom: 0;
  }

  .line.guides {
    margin-top: 40px;
  }

  .dollar {
    padding-bottom: 15px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-wall-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-post-image {
    margin-top: 56px;
  }

  .blog-post-image.guides {
    min-height: 500px;
  }

  .article h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .guide-cta-details {
    max-width: 75%;
  }

  .line-2.guides {
    margin-top: 40px;
  }

  .guides-details-container {
    max-width: 80%;
    margin-top: 110px;
  }

  .toc {
    width: 550px;
    max-width: 90%;
  }

  .form-row {
    flex-direction: column;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .team-grid, .contact-grid {
    max-width: 80%;
  }

  .marquee-icon {
    width: 80%;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .cookie {
    min-width: 300px;
    max-width: 80%;
  }

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

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .cookie-content.bottom-banner-content {
    align-self: stretch;
    align-items: center;
    margin-bottom: 0;
  }

  .demo-details-container {
    left: 30%;
  }

  .popup-form {
    max-width: 70%;
  }

  .case-study-section-image {
    max-height: 300px;
  }

  .demo-cta-image {
    margin-left: auto;
    margin-right: auto;
  }

  .button-container-cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-p.mobile-fx15.center, .features-p.no-bottom-padding.center-mob {
    text-align: center;
  }

  .wide-quotes-slider-wrapper-2 {
    padding: 49px;
  }

  .larger-text.align-left.center-mob {
    text-align: center;
  }

  .floating-review.top-space.side-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-app-icons.hide-on-mobile.center-mob {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .left-image-features.top-space.center-mob {
    padding-right: 0;
  }

  .h1-hero {
    font-size: 50px;
    line-height: 140%;
  }

  .h1-hero.center-mob {
    text-align: center;
  }

  .button-5.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .popup-1-form {
    flex-direction: column;
  }

  .popup-content-wrapper.popup-1-content-wrapper {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1 {
    max-width: none;
    padding: 32px;
  }

  .popup-1-illustration {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .popup-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

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

  .hero-h1-usp {
    line-height: 100%;
  }

  .phone-wrapper {
    width: 100%;
    margin-top: 41px;
    overflow: hidden;
  }

  .frame {
    border-radius: 49px;
    width: 19.7em;
    height: 39.4em;
    margin-top: 0;
  }

  .hero__circle-dot.bigger-dot {
    display: none;
  }

  .tab-nolink {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  .hiw-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hiw-icon {
    width: 48px;
    height: 48px;
  }

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

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

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

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

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

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

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

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

  .section.reduced-bottom-padding.mobile-funeralpaddingfix {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.reduced-bottom-padding.mobile-funeralpaddingfix.landing-fd-section {
    padding-bottom: 40px;
  }

  .section.no-bottom-padding {
    overflow: hidden;
  }

  .section.no-bottom-padding.reduced-top-padding {
    padding-top: 50px;
  }

  .section.bg-primary-3.reduce-top-padding {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.align-content-center.hero.left {
    padding-top: 140px;
  }

  .section.align-content-center.hero.left.hero-mobile-fix {
    padding-top: 120px;
  }

  .section.align-content-center.hero.left.hero-mobile-fix.sample2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .section.align-content-center.hero.left.hero-mobile-fix.sample2.sample6 {
    background-color: var(--primary-1);
    background-image: linear-gradient(to top, #bdc6ddb3, #fff 68%);
    padding-top: 60px;
  }

  .section.align-content-center.hero.left.hero-mobile-fix.landing-hero {
    padding-top: 140px;
  }

  .section.align-content-center.hero.left.hero-mobile-fix.new-home-fix {
    padding-top: 125px;
  }

  .section.align-content-center.hero.left.hero-mobile-fix.new-home-fix.custom-fix1 {
    padding-top: 100px;
  }

  .section.align-content-center.hero.left.comparison-page-1 {
    padding-top: 85px;
  }

  .section.align-content-center.hero.obituary-writer {
    padding-top: 110px;
  }

  .section.less-padding.bottom-padding-0.mobile-lesstoppadding {
    padding-top: 40px;
  }

  .section.less-padding.landing-fds-social {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.less-padding.mobile-fx14 {
    padding-bottom: 0;
  }

  .section.less-padding.bottom-margin.mobile-fix {
    margin-bottom: 40px;
    padding: 20px 0 0;
  }

  .section.bg-match-text.affiliates-button {
    white-space: normal;
  }

  .section.bg-light-blue.funeral-home.fd-section.sample2 {
    max-width: 100%;
  }

  .section.image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.case-study {
    padding-bottom: 60px;
  }

  .section.overflow-hidden.bg-light-blue.funeral-demo.landing-fd {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.reduce-top-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.reduce-top-padding.smaller-margins {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.funeral-demo.mobile-padding {
    padding-top: 1px;
  }

  .section.funeral-demo.mobile-padding.fd-sect.sample7 {
    padding-top: 60px;
  }

  .section.comparison-x6 {
    padding-top: 40px;
  }

  .section.sample2b.top-padding {
    padding-top: 0;
  }

  .section.samplebg.sample2c {
    padding-bottom: 0;
  }

  .section.funeralfix {
    padding-top: 30px;
  }

  .section.mobile-fx13 {
    padding-bottom: 0;
  }

  .section.no-padding.bottom-margin.mobile-fix {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-padding-top.mobile-fix {
    padding: 20px 0 40px;
  }

  .section.shadow-edges {
    padding-bottom: 0;
  }

  .section.shadow-edges.hide-on-mobile {
    display: block;
  }

  .section.value-add {
    padding-bottom: 80px;
  }

  .section.opacity-low.reduced-padding-top {
    margin-top: 50px;
  }

  .section.opacity-low.top-margin {
    width: 100%;
    display: none;
  }

  .section.features-1._4a.mobile {
    padding-bottom: 60px;
  }

  .section.features-1._4a.mobile.top-padding {
    padding-top: 80px;
  }

  .section.features-1._4a.mic-fix {
    padding-bottom: 0;
  }

  .section.features-1.mobile {
    padding-bottom: 90px;
  }

  .section.samples-segment {
    padding-bottom: 80px;
  }

  .section.bottom-padding {
    padding-bottom: 0;
  }

  .section.bottom-padding.custom-margin {
    margin-left: 1em;
    margin-right: 1em;
  }

  .section.bottom-padding-2 {
    padding-bottom: 70px;
  }

  .section.business-clone {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.top-padd {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .section.custom-padding-2.mobile-fix {
    padding-top: 90px;
  }

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

  .section.wider-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.custom-padding-4 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.benefit-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container.horizontal {
    padding-left: 2em;
    padding-right: 2em;
  }

  .main-container.horizontal.landing-fd {
    padding-top: 20px;
  }

  .main-container.horizontal.sample2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-top: 49px;
    padding-bottom: 38px;
  }

  .main-container.horizontal.sample2.herofix.mobilefx {
    padding-top: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .main-container.horizontal.unique-fix-1.mobile-top-fix {
    padding-top: 50px;
  }

  .main-container.steps.faq-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-container.home {
    margin-bottom: -210px;
    display: block;
  }

  .main-container.home.mobilefx {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.faq-section {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-container.top-padding {
    margin-top: 40px;
  }

  .main-container.categories-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: .25em;
    padding-right: .25em;
  }

  .main-container.comparison-page {
    margin-top: 60px;
  }

  .main-container.comparison-page-3.comp-pricing {
    padding-top: 20px;
  }

  .main-container.comparison-x10 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-container.comparison-x {
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-container.comparison-y.comparison-para {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.live-streaming-resources, .main-container.mobilefix {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-container.description-landing {
    padding-top: 2.5em;
  }

  .main-container.mobile-home {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-container._4a.mobile {
    padding-top: 30px;
    padding-left: .5em;
    padding-right: .5em;
  }

  .main-container.center-explainer {
    padding-left: .5em;
    padding-right: .5em;
  }

  .main-container.padding-top.mobile-full {
    margin-top: 40px;
    overflow: hidden;
  }

  .main-container.move-right.mobile-fix {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.smaller-margin {
    padding-left: 2em;
    padding-right: 2em;
  }

  .main-container.smaller.mobile-full {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .main-container.smaller.mobile-full.unique {
    margin-bottom: -100px;
  }

  .main-container.pricing-mobile {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-container.mobile-full {
    padding-left: .5em;
    padding-right: .5em;
  }

  .main-container.columns-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.no-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.businesses-using-it {
    padding-left: .25em;
    padding-right: .25em;
  }

  .main-container.obituary-tool {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.custom-padding {
    padding-top: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-container.padding-custom-youth {
    padding-bottom: 40px;
  }

  .container-large.wide.align-center.article-width {
    max-width: 100%;
  }

  .large-text {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .large-text.bold-text.funeral-mobilefx {
    font-size: 22px;
  }

  .large-text.article-p.review-text {
    font-size: 18px;
    line-height: 34px;
  }

  .large-text.weight300 {
    font-size: 19px;
  }

  .large-text.unlock-benefits {
    text-align: center;
  }

  .large-text.mobile-orphanword {
    font-size: 17px;
  }

  .large-text.mobile-orphanword.landing-fd {
    text-align: left;
    padding-top: 20px;
    font-size: 19px;
  }

  .large-text.mobile-orphanword.landing-fd-3 {
    margin-bottom: 40px;
    font-size: 19px;
    font-style: normal;
  }

  .large-text.comparison-test-2 {
    padding-left: 10px;
  }

  .large-text.text-white.sample7 {
    color: var(--text);
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .large-text.text-white.sample8 {
    color: var(--text);
    padding-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .large-text.hide-this {
    display: block;
  }

  .large-text.hide-this.business-description {
    text-align: center;
  }

  .large-text.floating-review.smaller {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .large-text.included-event {
    font-size: 21px;
  }

  .large-text.top-padding {
    margin-top: 65px;
    padding-top: 0;
    font-size: 17px;
  }

  .large-text.pricing-packs.pricing-table-accordion {
    font-size: 16px;
  }

  .large-text.price-per-pack.mobile-fix {
    margin-top: auto;
    margin-bottom: auto;
  }

  .large-text.price-per-pack.pricing-table-accordion {
    font-size: 16px;
  }

  .large-text.no-bottom-padding, .large-text.mobile-fx {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
  }

  .large-text.mobile-fix {
    text-align: left;
    font-size: 18px;
  }

  .large-text.top-padd {
    text-align: left;
  }

  .small-caps.personal, .small-caps.business {
    font-size: 14px;
  }

  .small-caps.padding-top.mobile-fix {
    justify-content: center;
    font-size: 18px;
  }

  .display-heading-2, .display-heading-1 {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 40px;
  }

  .small-text.space-up {
    text-align: center;
    font-size: 12px;
  }

  .small-text.space-up.landing-fd {
    font-size: 15px;
  }

  .small-text.center-on-mobile {
    text-align: center;
    width: 100%;
  }

  .style-guide-buttons {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .button.large {
    white-space: normal;
    max-width: 160.259%;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 30px;
  }

  .button.large.bg-dark.outline.white.margin-left {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button.large.hide-on-desktop {
    display: block;
  }

  .button.large.hide-on-desktop.no-padding-top {
    margin-top: 0;
  }

  .button.large.grow.mobile-fix {
    font-size: 20px;
  }

  .button.large.grow.mobile-fix.desktop-button {
    display: none;
  }

  .button.large.grow.mobile-fix.hide-this {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .button.large.grow.mobile-fix.hide-this.weddings-new {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.large.grow.blue.custom-homepage {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: block;
  }

  .button.large.top-padding-0 {
    margin-top: 0;
  }

  .button.large.big-cta.cta-funeralhome {
    text-align: center;
  }

  .button.large.no-padding-top {
    max-width: 100%;
  }

  .button.large.funeral-directors {
    width: 100%;
  }

  .button.bg-dark.outline.less-padding.margin-left {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.bg-dark.outline.less-padding.margin-left.mobile-100 {
    width: 100%;
  }

  .button.menu {
    display: none;
  }

  .button.mobile {
    display: block;
  }

  .button.mobile.no-radius {
    border-radius: 0;
    display: block;
  }

  .button.active.menu.fd-button {
    max-width: 100%;
  }

  .button.active.bottom-mobile {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .button.active.popup-button {
    width: 100%;
    min-height: 60px;
  }

  .button.active.popup-button.larger {
    font-size: 20px;
  }

  .button._100, .button.grow.mobile-100, .button.grow.mobile-100.fd-button, .button.grow.mobile-100.landing-fd {
    width: 100%;
  }

  .button.sample8 {
    max-width: 90%;
  }

  .button.larger-button, .button.features-cta {
    width: 100%;
  }

  .button.features-cta.hide-on-mobile {
    display: none;
  }

  .button.features-cta.hide-this {
    display: block;
  }

  .button.features-cta.hide-this.smaller-top-padding {
    margin-top: 30px;
  }

  .button.features-cta.hide-this.secondary-button {
    border: 2px solid var(--button);
    background-color: var(--white);
    color: var(--text);
    margin-top: 0;
  }

  .button.hide-this {
    display: block;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .form-input, .form-input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .form-input.white {
    border-width: 0 0 1px;
    border-color: black black var(--primary-2);
  }

  .form-input.demo-input {
    margin-bottom: 10px;
  }

  .form-input.demo-input.last {
    margin-bottom: 20px;
  }

  .footer-bottom-contents {
    margin-top: 56px;
  }

  .container-small.align-center {
    max-width: none;
  }

  .footer-top-contents {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-menu-heading {
    margin-bottom: 14px;
  }

  .footer-menus-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-menus-grid.fd-grid {
    display: inline;
  }

  .footer-logo-link.second-footer {
    flex-direction: column;
    display: flex;
  }

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

  .grid-halves {
    grid-row-gap: 40px;
  }

  .grid-halves.reverse-direction.mobile {
    grid-row-gap: 20px;
  }

  .grid-halves.badges {
    display: block;
  }

  .grid-halves.mobile {
    grid-row-gap: 20px;
  }

  .text-white.centered.guide {
    font-size: 34px;
    line-height: 40px;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.align-center.shorter.landing-fd-2 {
    max-width: 100%;
  }

  .container.align-center.shorter.cta1 {
    max-width: 90%;
  }

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

  .container._100 {
    margin-top: -46px;
  }

  .container._100.funeral-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container._100.funeral-home.border {
    border-right-style: none;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container._100.funeral-home.hide-on-mobile.fd-vertical-align.mobile-fx {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .container._100.funeral-home.mobile-bordersfix {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fd-ad-3.funeralslp1.mobilefx {
    background-color: #0000;
    padding: 0 20px 40px;
  }

  .container.fd-ad-3.funeralslp1.mobilefx.bottom {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container._35, .container._50.z-index-1 {
    width: 100%;
  }

  .container.funeral-directors-link {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subheading.centered.less-opacity {
    opacity: .65;
  }

  .video-play-button {
    width: 70px;
    height: 70px;
  }

  .video-play-button.hero {
    top: 31%;
  }

  .video-play-button.hero.how-it-works {
    top: 30%;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 38px;
  }

  .sans-serif.no-bottom-margin.bold-text.toppadding.funeralfix {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .small-quote-text {
    align-items: flex-start;
    margin-left: 14px;
  }

  .underline-link.hide-on-desktop {
    display: inline-block;
  }

  .small-quote-wrapper {
    text-align: center;
    align-items: center;
  }

  .video-thumbnail-wrapper.hero {
    max-width: 349.766px;
    max-height: 196.738px;
  }

  .video-thumbnail-wrapper.cta-bottom {
    flex-direction: column;
  }

  .slide-nav.wide-quotes-slide-nav {
    text-align: center;
    margin-top: 21px;
  }

  .horizontal-quote {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .wide-quotes-slider-wrapper {
    border: 1px #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
    padding: 25px;
  }

  .wide-quotes-slider-wrapper.no-upper-margin {
    border-top-right-radius: 30px;
  }

  .wide-quotes-slider-wrapper.sample2d.right {
    max-width: 100%;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wide-quotes-slider-wrapper.sample2d.right.hide-on-mobile {
    display: none;
  }

  .wide-quotes-slider-wrapper.sample2d.left {
    width: 100%;
    max-width: 100%;
  }

  .section-title.center-text._80 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.center-text.padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-title.center-text.hide-on-desktop {
    display: block;
  }

  .section-title.center-text.mobile {
    margin-bottom: 30px;
  }

  .horizontal-quote-icon {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .process-item-heading.hide-on-desktop {
    display: block;
  }

  .process-item-heading.funeral-page {
    font-size: 26px;
    line-height: 34px;
  }

  .process-item-heading.features-wedd {
    display: inline-block;
  }

  .nav-link-omega.login-desktop {
    display: block;
  }

  .nav-link-omega.business-button, .nav-link-omega.top-right {
    display: none;
  }

  .nav-link-omega.hide-this {
    display: block;
  }

  .navigation {
    height: 80px;
  }

  .navigation-button-wrap {
    height: auto;
    display: flex;
  }

  .brand-logo-2 {
    width: 130px;
  }

  .brand-logo-2.mobile-404-logo {
    width: 130px;
    margin-bottom: 50px;
    display: block;
  }

  .nav-wrapper-omega {
    flex-direction: column;
  }

  .nav-menu-omega {
    width: 100%;
    top: 67px;
  }

  .dropdown-list-omega.smaller-card-omega {
    display: none;
  }

  .dropdown-list-omega.smaller-card-omega.w--open {
    display: block;
  }

  .navigation-link-omega {
    width: 100%;
  }

  .svg-ornaments {
    opacity: 1;
    top: 25%;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .main-image.steps.how-it-works-img.lcp-fix {
    height: 230px;
  }

  .main-image.funeral-borders {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 40px;
  }

  .main-image.funeral-borders-2 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 20px;
  }

  .main-image.fixed-width-height {
    height: 230px;
    position: static;
  }

  .main-image.fixed-width-height.mobile {
    width: 100%;
  }

  .main-image.badges.bottom-mobile {
    padding-top: 20px;
    display: inline-block;
  }

  .main-image.background-hero {
    width: 100%;
  }

  .main-image.padding-right.business-img {
    padding-right: 0;
  }

  .main-image.hide-desktop {
    display: block;
  }

  .process-details.single.sample8.mobilefix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-svg {
    width: 75%;
    max-width: 280px;
  }

  .float-svg.fixed-width-height {
    width: 240px;
    height: 81px;
  }

  .svg-container {
    bottom: -40px;
  }

  .svg-container.steps {
    bottom: -5%;
  }

  .svg-container.floating-review {
    padding-top: 50px;
  }

  .horizontal-small-metrics-collection {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .small-metric.center-text.hide-on-mobile {
    display: none;
  }

  .social-logo.fixed-width-height.bigger-desktop {
    width: 100px;
    height: 40px;
    max-height: 40px;
  }

  .social-logo.fixed-size.bigger-desktop {
    max-width: 170px;
    height: 60px;
    max-height: 42px;
  }

  .social-logo.fix-height.mobile-fix1 {
    width: 63px;
    height: 50px;
    max-height: 40px;
  }

  .footer-logo {
    width: 120px;
  }

  .quote-wrapper.inline-quote-wrapper.bg-primary-3.hidden-mobile.test-color.mobile-fix {
    display: flex;
  }

  .quote-wrapper.inline-quote-wrapper.bg-primary-3.mobile-fix {
    margin-left: 0;
    margin-right: 0;
  }

  .horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix {
    width: 87%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .horizontal-overflow-quote-wrapper.text-dark.weddings-page-fix.larger-review.margin-top.mobile-fix {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .quote-block {
    padding: 10px 0;
  }

  .quote-icon {
    top: 20px;
    left: 20px;
  }

  .quote-icon.second {
    bottom: 20px;
    right: 20px;
  }

  .quote-image {
    max-height: 300px;
  }

  .quote-image.fixed-width-height {
    height: 260px;
  }

  .background-video {
    border-radius: 20px;
  }

  .big-icons.features-wedding {
    margin-bottom: 10px;
  }

  .price-container {
    min-height: 400px;
  }

  .price-container.full-width {
    height: auto;
  }

  .price-container.full-width.unlock-benefits {
    object-fit: fill;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    position: relative;
  }

  .price-container.full-width.unlock-benefits.shorten {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
  }

  .price-container.mobilefx {
    min-height: 340px;
  }

  .price-container.buy-one {
    width: 100%;
    min-height: 450px;
    margin-top: 0;
  }

  .price-container.single-event.mobile-business-table {
    min-height: 320px;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-box {
    width: 100%;
    max-width: 100%;
  }

  .pricing-box._2-fold.popular.single.weddings-mobile {
    margin-top: 0;
  }

  .pricing-box._2-fold.popular.single.weddings-mobile.shadow-box.background-shadow.pricing-model-2.unique-right-space {
    padding-right: 15px;
  }

  .pricing-box.full-width.personal.unlock-benefits {
    display: block;
  }

  .pricing-box.single.background-shadow, .pricing-box.single.shadow-green {
    margin-bottom: 20px;
  }

  .pricing-box.single.shadow-green.top-padding-mobile {
    background-color: #32a87200;
    margin-top: 25px;
  }

  .pricing-box.custom {
    width: 400px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-box.other-events {
    display: none;
  }

  .pricing-box-row.yearly-row {
    margin-bottom: 60px;
  }

  .pricing-box-row.yearly-row.single.padding-bottom {
    margin-bottom: 40px;
  }

  .pricing-box-row.yearly-row.single.padding-bottom.fix1234 {
    display: block;
  }

  .pricing-box-row.yearly-row.single.padding-bottom.fix1234.pricing-model-2 {
    flex-direction: column;
    display: flex;
  }

  .pricing-box-row.mobile-fix {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .pricing-box-row.business-packs.mobile-fix {
    display: flex;
  }

  .pricing-benefits-container {
    align-items: center;
  }

  .price-benefits.hide-this {
    display: flex;
  }

  .price-benefits.included.pricing-model-2 {
    text-align: left;
  }

  .price-contain.b2c-price-point {
    margin-bottom: 0;
  }

  .dollar {
    padding-bottom: 10px;
  }

  .centered.bottom-padding._80 {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
    position: static;
  }

  .centered.top-padding {
    padding-top: 10px;
  }

  .centered._100-image {
    max-width: 115%;
    max-height: 114%;
    margin-left: -25px;
    overflow: hidden;
  }

  .cta-block.centered.sample9 {
    max-width: 100%;
    font-size: 26px;
    line-height: 33px;
  }

  .highlighted {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quoted-paragraph.author {
    margin-bottom: 20px;
  }

  .quoted-paragraph.author.orphan-word {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .video-wall-block {
    border-width: 10px;
    border-radius: 30px;
  }

  .video-testimonial {
    border-radius: 10px;
    width: 200px;
    height: 355px;
  }

  .blog-post-image.guides {
    min-height: 500px;
  }

  .blog-post-image.blogs {
    height: auto;
  }

  .blog-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
    font-size: 14px;
  }

  .meta-divider {
    margin-left: 5px;
    margin-right: 5px;
  }

  .article {
    margin-left: -13%;
    margin-right: -13%;
  }

  .article blockquote {
    margin-left: 8%;
    margin-right: 8%;
    font-size: 24px;
    line-height: 30px;
  }

  .article img {
    max-width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .article figcaption {
    margin-left: 6%;
    margin-right: 6%;
  }

  .article h1, .article p {
    margin-left: 8%;
    margin-right: 8%;
  }

  .article h2 {
    margin-left: 8%;
    margin-right: 8%;
    font-size: 32px;
    line-height: 38px;
  }

  .article ul {
    margin-top: 10px;
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 20px;
  }

  .article ol {
    margin-left: 8%;
    margin-right: 8%;
  }

  .article figure {
    clear: none;
    width: 100%;
    min-height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .article h3, .article h4, .article h5, .article h6 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .guide-details-text {
    white-space: nowrap;
  }

  .guides-cta-container {
    padding: 20px;
  }

  .guide-cta-details {
    max-width: 100%;
  }

  .cta-image {
    z-index: 0;
  }

  .author-bottom-container {
    flex-wrap: wrap;
  }

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

  .button-4.large {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-4.faq-bottom {
    width: 100%;
  }

  .guides-details-container {
    margin-top: 80px;
  }

  .toc {
    color: var(--danger);
    width: 550px;
    max-width: 100%;
    margin-left: 6%;
    font-size: 16px;
    text-decoration: underline;
  }

  .horizontal-page-title.no-padding-bottom {
    padding-bottom: 0;
  }

  .horizontal-page-title-heading {
    margin-bottom: 14px;
  }

  .horizontal-page-title-heading.smaller-h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .app-store-button.google.padding-top {
    margin-top: 0;
  }

  .app-store-button.google.padding-top.home-download-buttons {
    width: 200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .app-store-button.google.footer-logo {
    width: 135px;
  }

  .app-store-button.home-page-button {
    width: 200px;
    height: 70px;
  }

  .app-store-button.footer-logo {
    width: 120px;
    display: block;
  }

  .app-store-button.footer-logo.mobile-padding-right {
    margin-right: 10px;
  }

  .app-store-container {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-2.hidden {
    display: none;
  }

  .accordion-item-2.pricing-accordion {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-2.accordion-icon {
    width: 25px;
    height: 25px;
  }

  .accordion-item-content {
    margin-top: 10px;
  }

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

  ._20-bottom-margin.article-p.faq-answer {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-title.no-bottom-margin {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .faq-title.no-bottom-margin.pricing-table-accordion {
    text-align: center;
  }

  .number-steps {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .contact-methods {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .contact-methods.mobilefix {
    display: block;
  }

  .team-grid {
    max-width: none;
  }

  .team-image {
    object-fit: contain;
    height: 357px;
  }

  .contact-grid {
    max-width: none;
  }

  .contact-grid.how-to {
    display: block;
  }

  .dropdown-dash {
    width: 100%;
  }

  .marquee-horizontal-large {
    height: 60px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .marquee-icon {
    width: 90%;
  }

  .marquee-icon.business-icons.mobile {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .blog-link.category-guide-container-big-2 {
    margin-left: 0;
  }

  .hint-div {
    -webkit-text-fill-color: inherit;
    background-color: #ffeca533;
    background-clip: border-box;
    max-width: 195%;
    padding: 20px 20px 0;
    position: relative;
  }

  .article-p {
    max-width: 100%;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .div-block-6.landing-fd {
    padding-top: 23px;
  }

  .div-block-6.landing-fd-4 {
    width: 100%;
    max-width: 100%;
  }

  .cookie {
    min-width: 250px;
    max-width: 90%;
    display: none;
    position: fixed;
    bottom: 10px;
  }

  .bottom-cookie-wrapper {
    padding: 15px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .demo-form {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .demo-form.fd-form-1 {
    background-color: var(--white);
    padding: 20px;
  }

  .demo-form.landing-form-129 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-details-container {
    width: 250px;
    padding: 19px;
    left: 10%;
  }

  .popup-form {
    max-width: 90%;
  }

  .case-study-section-image {
    max-height: 250px;
  }

  .demo-cta-container {
    padding: 30px;
  }

  .demo-cta-container.home {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 30px;
    padding-bottom: 35px;
    top: -116px;
  }

  .demo-cta-container.home.funeral-home {
    grid-template-columns: 1fr;
  }

  .demo-cta-container.home.funeral-home.mobilefx {
    background-image: none;
    border-radius: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-cta-container.home.down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-p.tiny {
    font-size: 16px;
    line-height: 22px;
  }

  .features-p.mobile-fx15, .features-p.no-bottom-padding {
    margin-bottom: 0;
  }

  .features-p.no-bottom-padding.center-mob {
    text-align: center;
  }

  .link.larger-text.mobile-fix {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

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

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.bg-primary-3.home.less-padding {
    padding-top: 10px;
  }

  .section-3.bg-primary-3.sample2b.sample3 {
    background-image: linear-gradient(#f7f8fa 88%, #fff);
  }

  .section-3.less-padding.lower-padding-mobile, .section-3.no-bottom-margin {
    padding-bottom: 0;
  }

  .section-3.custom-padding.mobile-fx {
    padding-bottom: 20px;
  }

  .section-3.custom-padding.mobile-fx.no-top-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wide-quotes-slider-wrapper-2 {
    border: 1px #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
    padding: 25px;
  }

  .quote-block-2.quote-mobile {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .orphan-word {
    text-align: left;
  }

  .orphan-word.comparison-paragraph._80, .orphan-word.comparison-paragraph._70 {
    width: 100%;
  }

  .heading-7.home.sample3.mobilefix {
    font-size: 29px;
    line-height: 35px;
  }

  .div-block-8 {
    object-fit: fill;
    width: 100%;
    display: block;
    position: static;
  }

  .div-block-8.mobile-centered {
    text-align: center;
  }

  ._90 {
    width: 100%;
  }

  ._90.mobile-orphanword {
    width: 95%;
  }

  .heading-8 {
    text-align: left;
  }

  .categories-mobile-fix {
    text-align: center;
  }

  .about {
    object-fit: contain;
    height: 330px;
  }

  .heading-9 {
    width: 265px;
    height: 120px;
  }

  .comparison-title {
    text-align: center;
    letter-spacing: -2px;
    object-fit: fill;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }

  .comparison-title._90 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 48px;
  }

  .comparison-title.youtube-title._90 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .list.comparison-page {
    padding-left: 10px;
  }

  .comparison-text-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-10.facebook-logo {
    max-width: 170px;
  }

  .image-10.eventlive-logo {
    max-width: 170px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .comparison-x2 {
    text-align: center;
    font-size: 18px;
  }

  .comparison-x2.comparison-paragraph-text.article-p._80 {
    width: 100%;
  }

  .comparison-x2.comparison-paragraph-text.article-p._80.fff.fff_mobile {
    padding-top: 20px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .funeral-directors-1.fd-title {
    font-size: 30px;
  }

  .mobile-spacing {
    padding-bottom: 20px;
  }

  .fd-ads-1, .fd-ads-1.mobilefixx {
    margin-left: 0;
    margin-right: 0;
  }

  .fd-alt-title {
    text-align: left;
    white-space: break-spaces;
    font-size: 38px;
    line-height: 48px;
  }

  .fd-alt-title.sample2 {
    color: var(--text);
    font-size: 53px;
  }

  .fd-alt-title.sample2.text-white {
    color: var(--text);
    text-align: center;
    font-size: 58px;
    line-height: 56px;
  }

  .bold-text-6 {
    font-size: 23px;
  }

  .collection-list-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .collection-list-wrapper-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .landing-fd.cta-fd {
    white-space: pre-line;
    line-height: 32px;
  }

  .landing-fd.h1-fd {
    text-align: left;
    white-space: normal;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
  }

  .landing-fd.h1-fd.hide {
    font-size: 40px;
    display: block;
  }

  .landing-fd4 {
    font-size: 40px;
  }

  .landing-fd-19 {
    text-align: center;
    margin-bottom: 0;
  }

  .collection-list-wrapper-3 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .sample2 {
    line-height: 38px;
  }

  .text-span-7.mobilefx {
    display: block;
  }

  .sample5 {
    display: none;
  }

  .image-12 {
    object-fit: fill;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13 {
    max-width: 100%;
    padding-bottom: 20px;
    display: block;
  }

  .image-14 {
    width: 100%;
  }

  .text-span-8 {
    padding-top: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
    display: block;
  }

  .contact-text {
    font-size: 18px;
    line-height: 26px;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-15.centered.mobile-fx {
    width: 100%;
    max-width: 100%;
  }

  .image-15.ratings-bigger {
    max-width: 100%;
  }

  .heading-10 {
    font-size: 32px;
  }

  .heading-10.custom-h1 {
    letter-spacing: -1px;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
  }

  .heading-10.custom-h1.business-header {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-10.custom-h1.business-header.h1-custom1 {
    font-size: 30px;
    line-height: 39px;
  }

  .bold-text-10 {
    white-space: normal;
  }

  .italic-text-2 {
    display: none;
  }

  .grid-second {
    flex-direction: column;
    display: flex;
  }

  .image-16 {
    top: -18.021px;
    left: 0;
  }

  .section-2, .section-2.hidden {
    display: block;
  }

  .money-back {
    font-size: 26px;
    line-height: 32px;
  }

  .store-reviews.mobile {
    max-width: 30%;
  }

  .store-reviews-container._0b.mobile {
    grid-row-gap: 40px;
    flex-direction: row;
    margin-top: 0;
  }

  .hero-123 {
    padding-top: 105px;
  }

  .hero-123.smaller-padding.mobile-fx {
    padding-top: 130px;
  }

  .hero-12.em {
    margin-top: 56px;
    padding-left: .25em;
    padding-right: .25em;
  }

  .hero-h1.fit-wide {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 45px;
  }

  .hero-h1.fit-wide.inverted {
    padding-top: 20px;
  }

  .hero-h1.fit-wide.funeral-landing {
    font-size: 38px;
  }

  .hero-h1.top-padding-hero {
    margin-top: 120px;
  }

  .hero-subheading.mobile-fix {
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
  }

  .hero-subheading.mobile-fix.white-space, .hero-subheading.mobile-fix.inverted {
    font-size: 20px;
  }

  .hero-subheading.mobile-fix.smaller {
    margin-top: 20px;
    font-size: 21px;
  }

  .hero-subheading.mobile-fix.no-padding {
    margin-bottom: 0;
  }

  .hero-cta.custom-padding {
    padding-bottom: 25px;
  }

  .features-1a.center-feature.mobile-fix {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
  }

  .features-1a.center-feature.mobile-fix.center {
    text-align: center;
  }

  .features-1a.center-feature.mobile-fix.center.h1 {
    margin-bottom: 40px;
  }

  .features-1a.center-feature.mobile-fix.smaller {
    font-size: 36px;
    line-height: 120%;
  }

  .features-1a.center-feature.mobile-heading {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .features-1a.center-feature.mobile-heading.smaller {
    font-size: 40px;
  }

  .features-1a.smaller {
    font-size: 42px;
    line-height: 50px;
  }

  .img-huge._4a._4ab.move-right.mobile-fix {
    width: 100%;
    padding-top: 0;
  }

  .img-huge._4a.small-padding.smaller {
    max-width: 100%;
  }

  .img-huge._4a.mobile {
    width: 100%;
  }

  .img-huge._4a.mobile.smaller {
    max-width: 100%;
  }

  .larger-text.centered.mobile-fix {
    text-align: left;
    margin-top: 15px;
    font-size: 21px;
    line-height: 28px;
  }

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

  .larger-text.align-left {
    text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 28px;
  }

  .larger-text.bold-text.mobile-titles {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .floating-review {
    padding-left: .5em;
    padding-right: .5em;
  }

  .floating-review.top-space {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .top-padding {
    padding-top: 40px;
  }

  .img-centered-feature.top-padd, .img-centered-feature.top-padd.smaller._100-mobile {
    max-width: 100%;
  }

  .floating-img, .floating-img.floating-2, .floating-img.floating-3 {
    max-width: 100%;
    position: static;
    overflow: hidden;
  }

  .plug-in-mic {
    max-width: 65px;
    position: absolute;
    top: 16px;
    left: 280px;
    overflow: hidden;
  }

  .modal {
    display: none;
  }

  .modal-content {
    margin-top: 30px;
  }

  .samples-page {
    padding-top: 20px;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._3-col-grid {
    flex-direction: column;
    display: flex;
  }

  ._4-col-grid {
    display: block;
  }

  .download-app-icons {
    margin-left: auto;
    margin-right: auto;
  }

  .download-app-icons.hide-on-mobile.center-mob {
    display: none;
  }

  .download-app-icons._404-download {
    text-align: center;
  }

  .app-storelogo.qr-on-hover.centered-button-404 {
    margin-right: 0;
  }

  .app-storelogo.footer-logo {
    width: 130px;
    margin-right: 10px;
  }

  .image-18.footer-logo {
    width: 141px;
  }

  .hero-img.weddings-hero {
    width: 100%;
    margin: 25px auto auto;
    position: static;
  }

  .hero-img.business-hero-wip {
    margin: 25px auto auto;
    position: static;
  }

  .hero-img.youth-hero {
    width: 100%;
    margin: 25px auto auto;
    position: static;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .faq-grid {
    flex-direction: column;
    display: flex;
  }

  .left-image-features {
    padding-right: 0;
  }

  .left-image-features.top-space {
    padding-top: 0;
  }

  .included-pricing {
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .included-pricing.mobile-business {
    padding-top: 60px;
    display: block;
  }

  .included-pricing.margin-custom {
    margin-left: 1em;
    padding-right: 1em;
    display: block;
    overflow: hidden;
  }

  .included-pricing.margin-custom.show-desktop.hide-on-mobile, .click-to-play {
    display: none;
  }

  .green-badge {
    max-width: 100%;
  }

  .h1-hero {
    text-align: center;
    letter-spacing: -.67px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 120%;
  }

  .press-reviews-text {
    font-size: 23px;
    line-height: 32px;
  }

  .press-reviews-text.press-smaller {
    font-size: 23px;
  }

  .press-logo-home {
    max-width: 100px;
  }

  .press-logo-home.logo-pittsburgh {
    max-width: 170px;
  }

  .grid-reviews {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .hero-home {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .heading-12 {
    margin-bottom: 0;
  }

  .heading-13._80 {
    width: 100%;
  }

  .heading-13._80.smaller {
    font-size: 36px;
  }

  .custom-padding {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-business {
    text-align: center;
    font-size: 32px;
    line-height: 41px;
  }

  .business-clone-img {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    position: static;
  }

  .column-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading15 {
    text-align: center;
    font-size: 40px;
    line-height: 42px;
  }

  .column-4 {
    display: none;
  }

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

  .container-2 {
    padding-top: 30px;
  }

  .italic-text-5 {
    line-height: 31px;
  }

  .grid-4.mobile-fix {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .packs-title.mobile-fix {
    margin-left: auto;
    margin-right: auto;
  }

  .section-cta.split-2.mobile {
    grid-row-gap: 7px;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section-cta.mobile {
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-cta.mobile.custom-fix {
    margin-top: 20px;
    margin-bottom: 80px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .review-stars.mobile-centered {
    justify-content: center;
  }

  .review-website.mobile-fix.fd-landing {
    text-align: center;
    padding-left: 0;
  }

  .div-block-26.mobile-fix {
    flex-direction: column;
  }

  .div-block-27.fd-landing {
    padding-top: 15px;
    padding-left: 0;
  }

  .card.card4-content.overlay-top.smaller-mobile {
    background-image: linear-gradient(#00000040 10%, #fff0 26%), url('../images/use-case-wedding.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, cover, auto;
    height: 260px;
  }

  .card.card8-content.smaller-mobile, .card.card-6.smaller-mobile, .card.card25-content.overlay-top.smaller-mobile {
    height: 260px;
  }

  .card.card8-content-copy.smaller-mobile {
    background-image: linear-gradient(#00000040 14%, #fff0 29%), url('../images/use-case-dance.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 260px;
  }

  .card-headline.mobile-fx {
    margin-top: -11px;
    font-size: 30px;
  }

  .button-5.default-button.card-cta.hide-this {
    display: block;
  }

  .columns-4.use-cases-mobile {
    flex-direction: column;
    width: 100%;
  }

  .big-text, .big-text-2 {
    top: 6px;
  }

  .image-21.mobile-fix {
    min-width: 50px;
    max-width: 100%;
  }

  .grid-business-alt.mobile-fix {
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-13.block {
    display: block;
  }

  .image-22 {
    margin-top: 20px;
  }

  .image-22.mobile-fx {
    margin-top: 0;
  }

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

  .image500px {
    height: 220px;
    margin-left: auto;
    position: static;
  }

  .behind-image {
    width: 100%;
    max-width: 290px;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .larger-div {
    height: 200px;
  }

  .link-block-2 {
    max-width: 100%;
  }

  .div-block-28 {
    order: 1;
    max-width: 100%;
  }

  .div-block-29 {
    order: 2;
    margin-bottom: 75px;
  }

  .div-block-30 {
    order: 3;
  }

  .div-block-31 {
    order: 4;
  }

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

  .sticky-box {
    float: none;
    position: static;
  }

  .breadcrumbs {
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .popup-content-wrapper {
    border-radius: 24px;
  }

  .popup-content-wrapper.popup-1-content-wrapper {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .popup-1 {
    padding: 40px 16px 32px;
  }

  .popup-1-illustration {
    max-width: 40%;
    height: auto;
  }

  .input-popup {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .input-popup.larger {
    font-size: 20px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper.preview-page {
    display: none;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .search {
    flex-direction: column;
  }

  .search-input {
    min-height: 50px;
    margin-bottom: 10px;
  }

  .hero-form.hero-spacing {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 35px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

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

  .col._2col.overflow-visible {
    margin-left: auto;
    margin-right: auto;
  }

  .strategy-illo_bg {
    width: 300px;
  }

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

  .container-cta.no-bottom-padding {
    margin-bottom: 0;
  }

  .cta-3 {
    max-width: 90%;
    padding: 20px;
  }

  .about-img {
    max-width: 100%;
  }

  .about-text {
    margin-right: 0;
  }

  .hero-h1-usp {
    font-size: 46px;
    line-height: 46px;
  }

  .phone-wrapper {
    overflow: visible;
  }

  .frame {
    border-radius: 36px;
    width: 200px;
    height: 400px;
  }

  .screenshot {
    border-radius: 20px;
  }

  .image-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-19 {
    font-size: 73px;
  }

  .bold-text-15 {
    font-size: 36px;
  }

  .home-slider {
    width: 95%;
    height: 170px;
  }

  .hero__circle.mod--2, .hero__circle.mod--1, .hero__circle.mod--1.mod--1b, .link-block-3 {
    display: none;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 16px;
    display: block;
    bottom: 30px;
    left: 18px;
  }

  .obituary-intro {
    text-align: center;
    margin-bottom: 45px;
  }

  .cta-box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .highlight {
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-reviews {
    min-height: 700px;
    padding-bottom: 0;
  }

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

  .column-vertical-center {
    margin-right: 0;
  }

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

  .tab-nolink {
    margin-left: -12px;
    padding-left: 12px;
  }

  .link-block-4 {
    align-self: center;
  }

  .topintro {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .bold-text-16 {
    vertical-align: baseline;
  }

  .bold-text-17 {
    aspect-ratio: auto;
    text-align: center;
  }
}

#w-node-_0afeedce-c9f2-5802-fa1f-d9ae7a96f94f-a767d9c9 {
  justify-self: start;
}

#w-node-_63d9def4-9053-7f22-a6a7-6f5a6e2e89e5-a767d9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afeedce-c9f2-5802-fa1f-d9ae7a96f95a-a767d9c9, #w-node-_6a64df64-1b6d-d6ad-573d-ba7a52e68a44-a767d9c9 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0afeedce-c9f2-5802-fa1f-d9ae7a96f974-a767d9c9 {
  justify-self: start;
}

#w-node-_0afeedce-c9f2-5802-fa1f-d9ae7a96f98e-a767d9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0afeedce-c9f2-5802-fa1f-d9ae7a96f97f-a767d9c9 {
  justify-self: start;
}

#w-node-d1563420-6e1d-4f32-9456-ded1c0b05505-c0b05504, #w-node-d1563420-6e1d-4f32-9456-ded1c0b0551a-c0b05504 {
  place-self: stretch start;
}

#package_5_each_price.w-node-d1563420-6e1d-4f32-9456-ded1c0b05521-c0b05504, #package_10_each_price.w-node-d1563420-6e1d-4f32-9456-ded1c0b05526-c0b05504, #package_25_each_price.w-node-d1563420-6e1d-4f32-9456-ded1c0b0552b-c0b05504 {
  justify-self: end;
}

#sampleiframe.w-node-_6dd5695f-941c-e044-2dba-9da983912fd8-226caf41, #w-node-_7e6fc13e-441a-cbaf-995e-c0ee226caf56-226caf41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e6fc13e-441a-cbaf-995e-c0ee226caf65-226caf41 {
  align-self: stretch;
}

#w-node-_55a9e675-e9c1-1d22-9d29-bbd8ca2b9158-2e910e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55a9e675-e9c1-1d22-9d29-bbd8ca2b9159-2e910e16, #w-node-_55a9e675-e9c1-1d22-9d29-bbd8ca2b915d-2e910e16 {
  justify-self: start;
}

#w-node-_6f0082bb-b5f1-0fbc-8d66-350377676f4e-2e910e34 {
  place-self: stretch stretch;
}

#w-node-a90827d4-93c6-504a-50e0-e326a152653b-2e910e34 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-d5946e63-7a8e-a7f5-c360-c632f33d76fd-2e910e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17279037-f0b9-7429-3306-b09e36c4ad2e-2e910e34 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c705e602-36d2-8018-81c1-34501e73765b-1e737648, #w-node-c705e602-36d2-8018-81c1-34501e737696-1e737648 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c705e602-36d2-8018-81c1-34501e7376a5-1e737648 {
  align-self: center;
}

#w-node-f897b9ff-b631-2162-705d-ca5cecacd665-ecacd664, #w-node-f897b9ff-b631-2162-705d-ca5cecacd678-ecacd664 {
  place-self: stretch start;
}

#package_5_each_price.w-node-f897b9ff-b631-2162-705d-ca5cecacd67f-ecacd664, #package_10_each_price.w-node-f897b9ff-b631-2162-705d-ca5cecacd684-ecacd664, #package_25_each_price.w-node-f897b9ff-b631-2162-705d-ca5cecacd689-ecacd664 {
  justify-self: end;
}

#w-node-fc941747-6d38-566e-d702-8ffe0c6bf1fb-2e910e36, #samplebutton1.w-node-_4dd50f6a-2fe3-b922-9296-fcf4ce547069-2e910e36, #samplebutton2.w-node-a66fb89a-2899-ddb1-f654-b11eeab02d5e-2e910e36, #samplebutton3.w-node-ba38a725-ebef-e872-ba85-3a160b2016e6-2e910e36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910e36 {
  place-self: stretch start;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71b5-2e910e36 {
  order: 9999;
}

#w-node-b0f3df72-db10-4789-f8db-a6f30d2ceb94-2e910e36 {
  grid-area: 1 / 1 / 2 / 2;
}

#sampleiframe.w-node-_0f041bd7-3d5c-2d97-65e3-199eee504bb7-ee504bb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_657bee67-875d-45c1-f189-9ca353d11859-2e910e37 {
  place-self: stretch stretch;
}

#w-node-a90827d4-93c6-504a-50e0-e326a152653b-2e910e37 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5946e63-7a8e-a7f5-c360-c632f33d76fd-2e910e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17279037-f0b9-7429-3306-b09e36c4ad2e-2e910e37 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bf4c09b1-33fb-5142-0bc4-8f0b86224e82-7b8e8017, #w-node-_384284c4-d904-958c-4f73-4b4b0c87f59d-7b8e8017 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_384284c4-d904-958c-4f73-4b4b0c87f5ac-7b8e8017 {
  align-self: stretch;
}

#w-node-ed07ba74-b230-fc38-9dfc-3043b28fcf6b-2e910e38 {
  align-self: start;
}

#w-node-d234c6bb-ae14-df83-2a0c-7a2775627c65-2e910e50 {
  place-self: stretch end;
}

#w-node-d234c6bb-ae14-df83-2a0c-7a2775627c78-2e910e50 {
  place-self: end start;
}

#w-node-_713f1ecd-b4f3-b63c-86b7-e666e0de03de-2e910e53 {
  place-self: stretch center;
}

#w-node-_713f1ecd-b4f3-b63c-86b7-e666e0de040a-2e910e53, #w-node-b163161d-bf8d-58df-aaa7-90e53976141a-2e910e53 {
  place-self: end center;
}

#w-node-_48094abe-5d67-080c-1c54-30ae18cd060d-2e910e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3234207f-fff4-c350-a89f-63dd2c6b34fd-2e910e57, #w-node-_1e792d98-9ea0-0fa5-2fff-fc7703a3f97c-2e910e57, #w-node-_2f182da9-17eb-b4af-885b-1c07a0886ce1-2e910e57 {
  align-self: center;
}

#w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2c8-53f2e2c7, #w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2d9-53f2e2c7 {
  place-self: stretch start;
}

#package_5_each_price.w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2e0-53f2e2c7, #package_10_each_price.w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2e5-53f2e2c7, #package_25_each_price.w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2ea-53f2e2c7 {
  justify-self: end;
}

#w-node-_5979234e-7c78-2b81-5d60-0913945a55d4-2e910e5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78633916-1b09-ae39-42ad-55f06a79bffe-2e910e5b, #w-node-_5ab0b182-5bb7-e778-0f1b-40ac87c52c99-2e910e5b, #w-node-_4995ea78-ceb4-d50a-ac17-1122fec385f3-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf7608999a-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf760899e1-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf76089a28-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e7e1-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e793-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e7ba-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f265-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f29d-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f2c4-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f521b-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5262-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f52a9-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f531b-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5342-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5369-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5392-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53ca-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53f1-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5419-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5448-2e910e5b {
  place-self: stretch start;
}

#w-node-fe45a0c7-2545-cf3a-34b7-639637f1bb3d-37f1bb2a, #w-node-fe45a0c7-2545-cf3a-34b7-639637f1bb78-37f1bb2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe45a0c7-2545-cf3a-34b7-639637f1bb87-37f1bb2a {
  align-self: center;
}

#w-node-_7250dd9f-8fce-cd39-23cf-5f72118f521b-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5262-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f52a9-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f531b-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5342-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5369-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5392-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53ca-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53f1-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5419-2e910e70 {
  place-self: stretch start;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910e72 {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910e72, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910e72 {
  place-self: end center;
}

#w-node-_48094abe-5d67-080c-1c54-30ae18cd060d-2e910e87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c30710ca-f11b-cc9c-8752-d30aa0a03d82-2e910e87, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03d97-2e910e87 {
  place-self: stretch start;
}

#w-node-c30710ca-f11b-cc9c-8752-d30aa0a03da0-2e910e87, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03da7-2e910e87, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03dae-2e910e87, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03db5-2e910e87 {
  justify-self: end;
}

#w-node-af7f8113-8dfa-3270-8a89-96c24c32371f-4c3236d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af7f8113-8dfa-3270-8a89-96c24c32372e-4c3236d1 {
  align-self: stretch;
}

#w-node-ed07ba74-b230-fc38-9dfc-3043b28fcf6b-2e910e88 {
  align-self: start;
}

#w-node-b1365d2f-f5e9-7346-a3ec-9b64fb715810-2e910e88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211b-2e910e89, #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211d-2e910e89, #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211f-2e910e89 {
  place-self: start center;
}

#w-node-_0747fb39-85b0-78ab-d68d-b514cc4f584b-2e910e89, #w-node-_0747fb39-85b0-78ab-d68d-b514cc4f5851-2e910e89, #w-node-_8cca05a4-9290-b9b5-171f-5fadce6782ae-2e910e89, #w-node-_8cca05a4-9290-b9b5-171f-5fadce6782b5-2e910e89, #w-node-_34b773f4-92e6-fb66-0484-ed18413a80cc-2e910e89, #w-node-_34b773f4-92e6-fb66-0484-ed18413a80cd-2e910e89 {
  justify-self: center;
}

#w-node-_67860b56-9e2a-2944-dcbc-0a750ac6c7a9-2e910e89 {
  place-self: center;
}

#w-node-_67860b56-9e2a-2944-dcbc-0a750ac6c7ab-2e910e89, #w-node-_67860b56-9e2a-2944-dcbc-0a750ac6c7b2-2e910e89, #w-node-_2b0262b1-62eb-5e00-47ee-4fb9877614e9-2e910e89 {
  justify-self: center;
}

#w-node-_08e8e9a7-adcd-acfe-a9e3-3aa6a978394b-2e910e8f {
  order: 0;
  justify-self: end;
}

#w-node-_84f51868-4421-8935-71c7-ffbd1f5b3eff-2e910e91 {
  place-self: center;
}

#w-node-_3b571a79-ae92-3dcb-08b4-c72f290f0509-2e910e91, #w-node-_96283caf-f1c6-5ba9-1975-83f7de92415f-2e910e91 {
  justify-self: center;
}

#w-node-be505835-f77c-697e-4f5f-b8129bf8a011-9bf8a00e {
  place-self: stretch center;
}

#w-node-be505835-f77c-697e-4f5f-b8129bf8a024-9bf8a00e, #w-node-be505835-f77c-697e-4f5f-b8129bf8a03f-9bf8a00e {
  place-self: end center;
}

#w-node-_84f51868-4421-8935-71c7-ffbd1f5b3eff-2e910e92 {
  place-self: center;
}

#w-node-_3b571a79-ae92-3dcb-08b4-c72f290f0509-2e910e92, #w-node-_0cb13e2c-648f-362f-9b1f-d678e1bd3f84-2e910e92 {
  justify-self: center;
}

#w-node-_84f51868-4421-8935-71c7-ffbd1f5b3eff-2e910e93 {
  place-self: center;
}

#w-node-_3b571a79-ae92-3dcb-08b4-c72f290f0509-2e910e93, #w-node-c91f66ed-9c42-1909-dfb4-b7cd442a16a5-2e910e93 {
  justify-self: center;
}

#w-node-d234c6bb-ae14-df83-2a0c-7a2775627c65-2e910eac {
  place-self: stretch end;
}

#w-node-d234c6bb-ae14-df83-2a0c-7a2775627c78-2e910eac {
  place-self: end start;
}

#w-node-ef8830a6-8bd1-9372-01fd-1837e53177f5-2e910ec0, #w-node-ef8830a6-8bd1-9372-01fd-1837e5317802-2e910ec0 {
  align-self: stretch;
}

#w-node-c5066426-5a1e-54bd-262b-abb89952656e-2e910ec0 {
  align-self: center;
}

#w-node-c5066426-5a1e-54bd-262b-abb899526580-2e910ec0 {
  place-self: stretch start;
}

#w-node-c5066426-5a1e-54bd-262b-abb899526599-2e910ec0, #w-node-c5066426-5a1e-54bd-262b-abb89952659e-2e910ec0, #w-node-c5066426-5a1e-54bd-262b-abb8995265a3-2e910ec0, #w-node-c5066426-5a1e-54bd-262b-abb8995265a8-2e910ec0 {
  justify-self: end;
}

#w-node-c5066426-5a1e-54bd-262b-abb8995265af-2e910ec0 {
  place-self: stretch start;
}

#w-node-c5066426-5a1e-54bd-262b-abb899526604-2e910ec0 {
  align-self: center;
}

#w-node-c5066426-5a1e-54bd-262b-abb899526618-2e910ec0 {
  place-self: center stretch;
}

#sampleiframe.w-node-_9eae60e9-8afc-9ab1-a944-fed4c31fdb89-c31fdb85, #w-node-_9eae60e9-8afc-9ab1-a944-fed4c31fdbc1-c31fdb85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eae60e9-8afc-9ab1-a944-fed4c31fdbc9-c31fdb85 {
  align-self: stretch;
}

#w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec2, #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec2 {
  place-self: center;
}

#w-node-f6883f19-9cf2-6c26-f269-8e41e575686f-fe7f35a5, #w-node-_19413cb9-9dc5-d8c6-92d0-9446fe7f35dd-fe7f35a5, #w-node-_19413cb9-9dc5-d8c6-92d0-9446fe7f35e8-fe7f35a5, #w-node-_19413cb9-9dc5-d8c6-92d0-9446fe7f35f7-fe7f35a5 {
  justify-self: start;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef040-2e910ec3, #w-node-aacc2232-eddd-b50a-c01f-f27e891ef046-2e910ec3 {
  place-self: center;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef07f-2e910ec3 {
  align-self: center;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef089-2e910ec3 {
  place-self: stretch center;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef08f-2e910ec3, #w-node-aacc2232-eddd-b50a-c01f-f27e891ef0af-2e910ec3 {
  place-self: end center;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef133-2e910ec3 {
  justify-self: end;
}

#w-node-aacc2232-eddd-b50a-c01f-f27e891ef135-2e910ec3 {
  align-self: center;
}

#w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc68-2e910ec4 {
  place-self: stretch center;
}

#w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc7b-2e910ec4, #w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc97-2e910ec4 {
  place-self: end center;
}

#w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec4, #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec4, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae57-2e910ec5, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae61-2e910ec5 {
  place-self: center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae76-2e910ec5 {
  place-self: stretch center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae89-2e910ec5, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6aeb1-2e910ec5 {
  place-self: end center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6af3b-2e910ec5, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6af4a-2e910ec5 {
  justify-self: center;
}

#w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec6, #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec6 {
  place-self: center;
}

#w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc68-2e910ec6 {
  place-self: stretch center;
}

#w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc7b-2e910ec6, #w-node-_83933119-4f6f-3d65-0a52-e0c8a203cc97-2e910ec6 {
  place-self: end center;
}

#w-node-c07bcec4-7b01-77e4-8717-08bcacc105fb-2e910ec6, #w-node-c07bcec4-7b01-77e4-8717-08bcacc10604-2e910ec6 {
  justify-self: center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae57-2e910ec7, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae61-2e910ec7 {
  place-self: center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae76-2e910ec7 {
  place-self: stretch center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae89-2e910ec7, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6aeb1-2e910ec7 {
  place-self: end center;
}

#w-node-ceda68e3-a86a-b09a-a77b-46dded409554-2e910ec7 {
  place-self: stretch center;
}

#w-node-eca3fc7f-f9c3-9e11-7164-9453d617461d-2e910ec7, #w-node-ceda68e3-a86a-b09a-a77b-46dded409583-2e910ec7 {
  place-self: end center;
}

#w-node-_2c6c71c9-b95e-789c-5e1b-05d6fb61c72f-2e910ec7, #w-node-_2c6c71c9-b95e-789c-5e1b-05d6fb61c746-2e910ec7 {
  place-self: center;
}

#w-node-_2c6c71c9-b95e-789c-5e1b-05d6fb61c75d-2e910ec7 {
  place-self: stretch center;
}

#w-node-_4a949333-cf5e-c8e2-e805-def42ec6af3b-2e910ec7, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6af4a-2e910ec7, #w-node-_11e04ae6-5b67-5a9e-820c-fcaac6b27893-2e910ec8, #w-node-_11e04ae6-5b67-5a9e-820c-fcaac6b278a2-2e910ec8 {
  justify-self: center;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15ba4-2e910ec9 {
  align-self: center;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bb6-2e910ec9 {
  place-self: stretch start;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bcf-2e910ec9, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bd4-2e910ec9, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bd9-2e910ec9, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bde-2e910ec9 {
  justify-self: end;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15be5-2e910ec9 {
  place-self: stretch start;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15c3a-2e910ec9 {
  align-self: center;
}

#w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15c4e-2e910ec9 {
  place-self: center stretch;
}

#w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910edd, #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910edd {
  place-self: center;
}

#w-node-c8cc19b3-b207-f451-63ac-80de5b08c417-2e910edd {
  align-self: center;
}

#w-node-_8e0912fd-c157-4f3a-9334-ead941a99a5c-2e910edd {
  place-self: stretch center;
}

#w-node-_4bad5d6e-7444-5790-3e0d-7a3148a2c0f1-2e910edd, #w-node-_4bad5d6e-7444-5790-3e0d-7a3148a2c10d-2e910edd {
  place-self: end center;
}

#w-node-bd34ce82-45b2-1803-21c1-304930f1873e-2e910edd {
  justify-self: end;
}

#w-node-bd34ce82-45b2-1803-21c1-304930f18745-2e910edd {
  align-self: center;
}

#w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ede {
  place-self: center;
}

#w-node-f2d5b814-eea5-fe1a-40b6-96696015ea95-6015ea8c {
  place-self: stretch start;
}

#w-node-f2d5b814-eea5-fe1a-40b6-96696015eaaf-6015ea8c {
  order: 9999;
}

#w-node-_0a7cdd4e-864d-29cf-ee6c-b273652bfdd6-2e910edf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a7cdd4e-864d-29cf-ee6c-b273652bfdd7-2e910edf, #w-node-_0a7cdd4e-864d-29cf-ee6c-b273652bfddb-2e910edf {
  justify-self: start;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910ee0 {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910ee0, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910ee0 {
  place-self: end center;
}

#w-node-_077f47ef-acd4-f0b4-cbd6-dad4ca43cf99-2e910ee0, #w-node-_077f47ef-acd4-f0b4-cbd6-dad4ca43cf92-2e910ee0 {
  justify-self: center;
}

#w-node-_08e8e9a7-adcd-acfe-a9e3-3aa6a978394b-2e910ee1, #w-node-_08e8e9a7-adcd-acfe-a9e3-3aa6a978394b-2e910ee2, #w-node-_08e8e9a7-adcd-acfe-a9e3-3aa6a978394b-2e910ee3 {
  order: 0;
  justify-self: end;
}

#w-node-_94b299be-5b79-4421-7dd5-968952326418-2e910ee4 {
  place-self: end start;
}

#w-node-a116119e-51d1-94eb-42d1-d550297b38a8-2e910ee5 {
  order: 0;
  align-self: center;
}

#samplebutton1.w-node-_4dd50f6a-2fe3-b922-9296-fcf4ce547069-2e910ee5, #samplebutton2.w-node-a66fb89a-2899-ddb1-f654-b11eeab02d5e-2e910ee5, #samplebutton3.w-node-ba38a725-ebef-e872-ba85-3a160b2016e6-2e910ee5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0f3df72-db10-4789-f8db-a6f30d2ceb94-2e910ee5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05ac3279-abbc-74d5-5f40-ba256916fc82-6916fc79 {
  place-self: stretch start;
}

#w-node-_05ac3279-abbc-74d5-5f40-ba256916fc9c-6916fc79 {
  order: 9999;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910ee7 {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910ee7, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910ee7 {
  place-self: end center;
}

#w-node-ee28b7ac-a5e3-fbac-7613-1dc1db4e3bdc-db4e3b70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee28b7ac-a5e3-fbac-7613-1dc1db4e3beb-db4e3b70 {
  align-self: stretch;
}

#w-node-d37dcf87-9876-d395-6e38-dd52ec4703b8-2e910ee8, #w-node-fb052050-c2d6-f054-48e7-7c8b7a6cfba8-2e910ee8, #w-node-_5d1ad639-0649-c8d2-df56-94cbdfc7c4fc-2e910ee8, #w-node-f327790e-1e49-29c9-2d07-3c609a3b0a4c-2e910ee8, #w-node-c721d55c-1248-1f4e-77b4-a45e7de7d484-2e910ee8, #w-node-c721d55c-1248-1f4e-77b4-a45e7de7d470-2e910ee8 {
  place-self: stretch center;
}

#w-node-_48094abe-5d67-080c-1c54-30ae18cd060d-2e910efc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910efd {
  place-self: stretch start;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3f6-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3fd-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff404-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff40b-2e910efd {
  justify-self: end;
}

#w-node-_2c95a753-6a08-3989-6b3c-3608b766fed3-b766fe83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c95a753-6a08-3989-6b3c-3608b766fee2-b766fe83 {
  align-self: stretch;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910efe {
  place-self: stretch start;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3f6-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3fd-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff404-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff40b-2e910efe {
  justify-self: end;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910eff {
  place-self: stretch start;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3f6-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3fd-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff404-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff40b-2e910eff {
  justify-self: end;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910f00, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910f00 {
  place-self: stretch start;
}

#w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3f6-2e910f00, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3fd-2e910f00, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff404-2e910f00, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff40b-2e910f00 {
  justify-self: end;
}

#w-node-_91d1746e-4097-ae38-4e26-d190a84184f2-a84184de {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91d1746e-4097-ae38-4e26-d190a841851e-a84184de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#sampleiframe.w-node-ab89db3c-19ab-0f24-7949-611ed459b3ff-d459b3fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910f4e {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910f4e, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910f4e {
  place-self: end center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910f4f {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910f4f, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910f4f {
  place-self: end center;
}

#w-node-_4e8930ed-7f22-791a-6a22-ae56d17cdaa1-2e910f50, #w-node-_4e8930ed-7f22-791a-6a22-ae56d17cdaab-2e910f50 {
  place-self: center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff05-2e910f50 {
  place-self: stretch center;
}

#w-node-_4aa8f798-9aa7-99b5-8d68-1aaad4f6ff18-2e910f50, #w-node-eef11f35-bd7d-03f2-38f5-a650abbf2af1-2e910f50 {
  place-self: end center;
}

#w-node-fc941747-6d38-566e-d702-8ffe0c6bf1fb-2e910f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f52 {
  place-self: stretch start;
}

#w-node-_102cc4dd-4ee2-6b13-4fa7-f57a8b9bc903-2e910f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f52 {
  place-self: stretch end;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f52 {
  place-self: stretch start;
}

#w-node-_4dd50f6a-2fe3-b922-9296-fcf4ce547069-2e910f52, #w-node-a66fb89a-2899-ddb1-f654-b11eeab02d5e-2e910f52, #w-node-ba38a725-ebef-e872-ba85-3a160b2016e6-2e910f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910f52, #w-node-_051847ce-955c-a74b-41bc-3491b56b71b1-2e910f52 {
  place-self: stretch start;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71b2-2e910f52, #w-node-ac84b5a4-3bb9-f0f8-4a6b-139c173bfc51-173bfc4f, #w-node-fc941747-6d38-566e-d702-8ffe0c6bf1fb-2e910f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f55 {
  place-self: stretch start;
}

#w-node-_102cc4dd-4ee2-6b13-4fa7-f57a8b9bc903-2e910f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f55 {
  place-self: stretch end;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f55, #w-node-_051847ce-955c-a74b-41bc-3491b56b71b1-2e910f55 {
  place-self: stretch start;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71b2-2e910f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910f55 {
  place-self: stretch start;
}

#w-node-c372f0dc-e375-d48a-5228-467c67a5eeb6-2e910f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f6b {
  place-self: stretch start;
}

#w-node-_102cc4dd-4ee2-6b13-4fa7-f57a8b9bc903-2e910f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f6b {
  place-self: stretch end;
}

#w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f6b {
  place-self: stretch start;
}

#w-node-aadd492c-b9c4-ee17-791a-15b5416655f9-416655aa, #w-node-aadd492c-b9c4-ee17-791a-15b541665634-416655aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aadd492c-b9c4-ee17-791a-15b541665643-416655aa {
  align-self: center;
}

#w-node-_94b299be-5b79-4421-7dd5-968952326418-2e910f80 {
  place-self: end start;
}

#w-node-b11460b0-8d4f-73ad-99de-458c75fc2043-75fc203f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b11460b0-8d4f-73ad-99de-458c75fc2044-75fc203f, #w-node-b11460b0-8d4f-73ad-99de-458c75fc2048-75fc203f {
  justify-self: start;
}

#sampleiframe.w-node-a2c8b1de-6159-1d26-5c84-16f085431890-75a3733e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a116119e-51d1-94eb-42d1-d550297b38a8-75a3733e {
  order: 0;
  align-self: center;
}

#w-node-e1235c5c-069a-9683-68c3-0d1b40ac553f-75a3733e, #w-node-_8c51f774-a33a-a43f-283a-c5dd6ecc5651-75a3733e, #w-node-d8e5c406-2c61-1d32-592f-2ded3b1d1abc-75a3733e {
  place-self: stretch start;
}

#w-node-b0f3df72-db10-4789-f8db-a6f30d2ceb94-75a3733e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bb3-75a3733e {
  justify-self: start;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bbe-75a3733e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bf0-75a3733e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bfb-75a3733e {
  justify-self: start;
}

#w-node-a1b7c12f-1fc5-e63e-d7d6-c948c496dacb-aaa68fcb, #w-node-b3a6b7c3-5a5f-c595-39d5-d59cde071a0d-aaa68fcb {
  justify-self: center;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bb3-aaa68fcb {
  justify-self: start;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bbe-aaa68fcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bf0-aaa68fcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f92fedc8-1588-8393-5d8b-08b6257a0bfb-aaa68fcb {
  justify-self: start;
}

#w-node-_48094abe-5d67-080c-1c54-30ae18cd060d-233a075b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3234207f-fff4-c350-a89f-63dd2c6b34fd-233a075b, #w-node-_1e792d98-9ea0-0fa5-2fff-fc7703a3f97c-233a075b, #w-node-_2f182da9-17eb-b4af-885b-1c07a0886ce1-233a075b {
  align-self: center;
}

#w-node-_5379792a-1d01-5d5c-47e3-31de7a9e2ef2-233a075b, #w-node-_48094abe-5d67-080c-1c54-30ae18cd060d-d86bb5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3234207f-fff4-c350-a89f-63dd2c6b34fd-d86bb5ce, #w-node-_1e792d98-9ea0-0fa5-2fff-fc7703a3f97c-d86bb5ce, #w-node-_2f182da9-17eb-b4af-885b-1c07a0886ce1-d86bb5ce {
  align-self: center;
}

#w-node-_5379792a-1d01-5d5c-47e3-31de7a9e2ef2-d86bb5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7ea27246-8af3-a2a0-90b2-ca5dded86ef4-20f6042c {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #package_5_each_price.w-node-d1563420-6e1d-4f32-9456-ded1c0b05521-c0b05504, #package_5_each_price.w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2e0-53f2e2c7, #w-node-c5066426-5a1e-54bd-262b-abb899526599-2e910ec0, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bcf-2e910ec9 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d1563420-6e1d-4f32-9456-ded1c0b05505-c0b05504, #w-node-d1563420-6e1d-4f32-9456-ded1c0b0551a-c0b05504 {
    justify-self: center;
  }

  #w-node-a90827d4-93c6-504a-50e0-e326a152653b-2e910e34, #w-node-d5946e63-7a8e-a7f5-c360-c632f33d76fd-2e910e34, #w-node-_17279037-f0b9-7429-3306-b09e36c4ad2e-2e910e34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f897b9ff-b631-2162-705d-ca5cecacd665-ecacd664, #w-node-f897b9ff-b631-2162-705d-ca5cecacd678-ecacd664, #w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910e36 {
    justify-self: center;
  }

  #w-node-a90827d4-93c6-504a-50e0-e326a152653b-2e910e37, #w-node-d5946e63-7a8e-a7f5-c360-c632f33d76fd-2e910e37, #w-node-_17279037-f0b9-7429-3306-b09e36c4ad2e-2e910e37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d234c6bb-ae14-df83-2a0c-7a2775627c65-2e910e50, #w-node-d234c6bb-ae14-df83-2a0c-7a2775627c78-2e910e50, #w-node-b4af1954-6fce-9c44-6773-d22d7cff3a6b-2e910e50, #w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2c8-53f2e2c7, #w-node-_0e0d99a1-79db-0ad6-dc44-36b953f2e2d9-53f2e2c7, #w-node-_78633916-1b09-ae39-42ad-55f06a79bffe-2e910e5b, #w-node-_5ab0b182-5bb7-e778-0f1b-40ac87c52c99-2e910e5b, #w-node-_4995ea78-ceb4-d50a-ac17-1122fec385f3-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf7608999a-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf760899e1-2e910e5b, #w-node-b892036d-b666-7a41-93b2-98bf76089a28-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e7e1-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e793-2e910e5b, #w-node-c9e5c37d-4fe9-af7e-3389-95fe38e5e7ba-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f265-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f29d-2e910e5b, #w-node-_3067cd3f-4a7f-f569-e2f8-910627e3f2c4-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f521b-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5262-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f52a9-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f531b-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5342-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5369-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5392-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53ca-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53f1-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5419-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5448-2e910e5b, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f521b-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5262-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f52a9-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f531b-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5342-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5369-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5392-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53ca-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f53f1-2e910e70, #w-node-_7250dd9f-8fce-cd39-23cf-5f72118f5419-2e910e70, #w-node-_823ba4e9-fc26-4ac0-9730-d82bf817912d-2e910e72, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03d82-2e910e87, #w-node-c30710ca-f11b-cc9c-8752-d30aa0a03d97-2e910e87 {
    justify-self: center;
  }

  #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211b-2e910e89 {
    justify-self: end;
  }

  #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211f-2e910e89 {
    justify-self: start;
  }

  #w-node-_8cca05a4-9290-b9b5-171f-5fadce6782b5-2e910e89, #w-node-_34b773f4-92e6-fb66-0484-ed18413a80cc-2e910e89 {
    justify-self: end;
  }

  #w-node-_67860b56-9e2a-2944-dcbc-0a750ac6c7ab-2e910e89, #w-node-_67860b56-9e2a-2944-dcbc-0a750ac6c7b2-2e910e89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2b0262b1-62eb-5e00-47ee-4fb9877614e7-2e910e89 {
    justify-self: end;
  }

  #w-node-_8752840f-3b64-7602-96f4-4835353127df-2e910e89, #w-node-d234c6bb-ae14-df83-2a0c-7a2775627c65-2e910eac, #w-node-d234c6bb-ae14-df83-2a0c-7a2775627c78-2e910eac, #w-node-b4af1954-6fce-9c44-6773-d22d7cff3a6b-2e910eac, #w-node-c5066426-5a1e-54bd-262b-abb899526580-2e910ec0, #w-node-c5066426-5a1e-54bd-262b-abb8995265af-2e910ec0, #w-node-f8fa9ddb-ae0a-674b-bd11-be7aa6760368-2e910ec2, #w-node-aacc2232-eddd-b50a-c01f-f27e891ef119-2e910ec3, #w-node-f8fa9ddb-ae0a-674b-bd11-be7aa6760368-2e910ec4, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6af5e-2e910ec5, #w-node-_2245dc11-72a9-3f38-a488-10f9a72a9339-2e910ec6, #w-node-_4a949333-cf5e-c8e2-e805-def42ec6af5e-2e910ec7, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15bb6-2e910ec9, #w-node-_2ed21b01-a5bd-a407-8d4a-6a49bfa15be5-2e910ec9, #w-node-f8fa9ddb-ae0a-674b-bd11-be7aa6760368-2e910edd, #w-node-b4af1954-6fce-9c44-6773-d22d7cff3a6b-2e910ede, #w-node-f2d5b814-eea5-fe1a-40b6-96696015ea95-6015ea8c {
    justify-self: center;
  }

  #w-node-_077f47ef-acd4-f0b4-cbd6-dad4ca43cf99-2e910ee0 {
    justify-self: end;
  }

  #w-node-_823ba4e9-fc26-4ac0-9730-d82bf817912d-2e910ee0, #w-node-_94b299be-5b79-4421-7dd5-968952326418-2e910ee4, #w-node-ce1541f3-0bb5-6bb2-6737-180a0c3e142c-2e910ee4, #w-node-_05ac3279-abbc-74d5-5f40-ba256916fc82-6916fc79, #w-node-_47c87c3e-fa4a-e9b7-5901-59a8a81b0e38-2e910ee7, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910efd, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910efe, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910eff, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3d8-2e910f00, #w-node-_1875d9cf-bbdc-40be-b6d8-c6e1a87ff3ed-2e910f00, #w-node-c158ba71-7960-0ffd-4933-5214a24179b5-2e910f15, #w-node-b4af1954-6fce-9c44-6773-d22d7cff3a6b-2e910f17, #w-node-_823ba4e9-fc26-4ac0-9730-d82bf817912d-2e910f4e, #w-node-dde590bc-cac2-12fb-554c-ae02346fc1c6-2e910f4f, #w-node-f7f178dc-e36c-a9a3-c04a-f9b24a863095-2e910f50, #w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f52, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f52, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f52, #w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910f52, #w-node-_051847ce-955c-a74b-41bc-3491b56b71b1-2e910f52, #w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f55, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f55, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f55, #w-node-_051847ce-955c-a74b-41bc-3491b56b71b1-2e910f55, #w-node-_051847ce-955c-a74b-41bc-3491b56b71ce-2e910f55, #w-node-f2879904-3170-27b7-7a3d-3284346ece38-2e910f6b, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075db-2e910f6b, #w-node-_94898a11-952e-8d2a-a3a5-d45644c075f2-2e910f6b, #w-node-b4af1954-6fce-9c44-6773-d22d7cff3a6b-2e910f6b, #w-node-_94b299be-5b79-4421-7dd5-968952326418-2e910f80, #w-node-ce1541f3-0bb5-6bb2-6737-180a0c3e142c-2e910f80, #w-node-e1235c5c-069a-9683-68c3-0d1b40ac553f-75a3733e, #w-node-_8c51f774-a33a-a43f-283a-c5dd6ecc5651-75a3733e, #w-node-d8e5c406-2c61-1d32-592f-2ded3b1d1abc-75a3733e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211b-2e910e89, #w-node-a69e5c66-4cf8-4602-98b0-d8a99d12211f-2e910e89 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec2 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec2, #w-node-aacc2232-eddd-b50a-c01f-f27e891ef040-2e910ec3 {
    order: -9999;
  }

  #w-node-aacc2232-eddd-b50a-c01f-f27e891ef046-2e910ec3, #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec4 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec4 {
    order: -9999;
  }

  #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae57-2e910ec5 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae61-2e910ec5 {
    order: -9999;
  }

  #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ec6 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910ec6 {
    order: -9999;
  }

  #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae57-2e910ec7 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_4a949333-cf5e-c8e2-e805-def42ec6ae61-2e910ec7, #w-node-_0dedf53d-c29f-31b6-04e4-dd4b22fac526-2e910edd {
    order: -9999;
  }

  #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910edd, #w-node-_6dd6bc00-74bc-20c3-2bef-41ed07dbbcc7-2e910ede, #w-node-_4e8930ed-7f22-791a-6a22-ae56d17cdaa1-2e910f50 {
    order: -9999;
    place-self: stretch stretch;
  }

  #w-node-_4e8930ed-7f22-791a-6a22-ae56d17cdaab-2e910f50 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Black.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularStd-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Light-Converted.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Regular-Converted.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
