.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 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ffdde2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.film_border_left {
  clear: right;
  width: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.home_hero {
  background-color: #fff;
  background-image: url('../images/hero_background.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-2 {
  width: 100%;
  display: flex;
}

.container-3 {
  width: 100%;
  height: 100%;
}

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

.nav-menu {
  color: #f72c5b;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.logo {
  width: 400px;
}

.hero_section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 140px 40px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: none;
  padding-right: 60px;
}

.image-2 {
  width: 500px;
  max-width: none;
}

.heading {
  color: #f72c5b;
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Alumni Sans, sans-serif;
  font-size: 46px;
}

.film_border_right {
  clear: right;
  width: 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button {
  background-color: #f72c5b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-2 {
  color: #f72c5b;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container_section_2 {
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-6 {
  background-color: #fff0f1;
  border: 1px solid #ff003b;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.paragraph-2 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.image-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-6-copy {
  background-color: #fff0f1;
  border: 1px solid #ff003b;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.container-9 {
  display: flex;
}

.image-3-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tutorial {
  max-width: none;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tabs {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  display: flex;
}

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

.tab-pane-tab-1 {
  background-color: #ffdfdf00;
  border-radius: 20px;
  height: auto;
}

.container-10, .tabs-content {
  width: 100%;
}

.tab-link {
  color: #fa758d;
  background-color: #fff4f4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  background-color: #ffdfdf;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.heading-2.tabname {
  font-size: 16px;
}

.heading-2.tabname.curr {
  color: #f72c5b;
}

.heading-3 {
  color: #f72c5b;
  margin-top: 0;
  font-family: Alumni Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.link-block {
  background-color: #f72c5b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-11 {
  background-color: #f72c5b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  max-width: none;
  padding: 10px 4px 10px 10px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.container-12 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.container-13 {
  width: 100%;
  padding-right: 0;
}

.wedding_illus {
  background-image: url('../images/wedding.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tab-content {
  background-color: #ffdfdf;
  border-radius: 20px;
  flex-flow: column;
  width: 780px;
  height: 420px;
  padding: 20px;
  display: flex;
}

.container-15 {
  display: none;
}

.text-block-4-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-16 {
  background-color: #fff4f4;
  border: 1px solid #f72c5b;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.image-5 {
  width: 100px;
}

.paragraph-3-copy {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.heading-4 {
  color: #f72c5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.container-17 {
  width: 100%;
  padding-left: 20px;
}

.container-18 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  display: flex;
}

.paragraph-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-18-copy {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: none;
}

.container_section_3 {
  background-color: #fff;
  background-image: url('../images/section_background.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container_section_4 {
  background-color: #fff;
  background-image: url('../images/section_event_needs.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-5 {
  color: #ff6689;
  text-align: center;
  max-width: 900px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.container-20 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-6 {
  width: 240px;
  padding-left: 40px;
}

.container-21 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.image-6-copy {
  width: 240px;
  padding-right: 40px;
}

.container_section_5 {
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-6 {
  color: #f72c5b;
  text-align: center;
  width: 800px;
  margin-bottom: 40px;
  font-family: Alumni Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.container-22 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-23 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.image-7 {
  width: 80px;
  padding-bottom: 40px;
}

.container-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 42.0887%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container_section_6 {
  background-color: #fff;
  background-image: url('../images/section_faq.png');
  background-position: 100%;
  background-size: auto;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-5 {
  color: #f72c5b;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-26 {
  width: 100%;
}

.container-27 {
  width: 52.4%;
  min-width: 100%;
}

.container-27-copy {
  width: 52.4%;
  min-width: 100%;
  display: none;
}

.heading-6 {
  color: #ff6689;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

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

.body-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ffdde2;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.event_section_1 {
  background-color: #fff;
  background-image: url('../images/section_event_needs.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-6-copy {
  width: 240px;
}

.image-6-copy-copy {
  width: 240px;
  padding-left: 40px;
}

.event_hero {
  background-color: #fff;
  background-image: url('../images/hero_background.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.event_section_3 {
  background-color: #fff;
  background-image: url('../images/section_faq.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.usage {
  background-color: #fff4f4;
  border: 1px solid #f72c5b;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-29 {
  background-color: #fff0;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 20px;
}

.image-11 {
  width: auto;
  height: 500px;
  padding-left: 20px;
}

.container-30 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-31 {
  width: 100%;
}

.party_illus {
  background-image: url('../images/party.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.birthday_illus {
  background-image: url('../images/2147669173.jpg.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.conference_illus {
  background-image: url('../images/63798.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.other_illus {
  background-image: url('../images/61299.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.block-image-wrapper-combined {
  aspect-ratio: 3 / 2.5;
  background-color: #e4e0da;
  background-image: radial-gradient(circle, #cec6b3, #fff0);
  border: 1px solid #e7e5e2;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 40%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-image-wrapper-combined.blue {
  background-color: #007cff;
  background-image: radial-gradient(circle, #005ab9, #fff0);
}

.block-image-wrapper-combined.blue.scribble {
  background-color: #007cff00;
  background-image: none;
  border-color: #e7e5e200;
  width: 900px;
  padding-top: 0;
  padding-left: 40px;
}

.dashboard-image-dark {
  border: 1px solid #ebe7e6;
  border-radius: 8px;
  width: 440px;
  max-width: none;
  position: absolute;
  top: 10%;
  box-shadow: 0 0 0 12px #0000004d, 0 2px 8px #0000001a;
}

.mobile-image-frame-floating {
  border: 1px solid #ebe7e6;
  border-radius: 16px;
  width: 120px;
  max-width: none;
  position: absolute;
  inset: auto auto 5% 5%;
  box-shadow: 0 0 0 10px #3a3a3a, 0 2px 8px #0000001a;
}

.mobile-image {
  border-radius: 14px;
}

.background-video {
  width: 400px;
  height: 300px;
}

.video {
  width: 400px;
}

.code-embed {
  width: 400px;
  height: 300px;
}

.video-cover {
  -webkit-text-stroke-width: 10px;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 10px #5e5e5e, 0 2px 8px #000;
}

.div-block {
  border: 4px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: auto;
  display: flex;
}

.footer {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-8 {
  color: #f72c5b;
  font-family: Alumni Sans, sans-serif;
  font-size: 24px;
}

.container-32 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-33 {
  width: 100%;
  max-width: 100%;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
}

.paragraph-8-copy {
  color: #f72c5b;
  font-family: Alumni Sans, sans-serif;
  font-size: 24px;
}

.container-33-copy {
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
}

.image-12 {
  width: 200px;
  max-width: none;
}

.event_section_3-copy {
  background-color: #fff;
  background-image: url('../images/section_faq.png');
  background-position: 100%;
  background-size: auto;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.event_section_2 {
  background-color: #fff;
  background-image: url('../images/section_event_needs.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block-3 {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link, .nav-link-2 {
  color: #f72c5b;
}

.nav-link-2.w--current {
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Montserrat, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.nav-link-3 {
  color: #f72c5b;
}

.container-18-copy-copy {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: none;
}

.container-30-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.container-18-copy-copy {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: none;
}

.hero {
  background-color: #fff;
  background-image: url('../images/hero_background.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  display: flex;
}

.subscription_section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 140px 20px 60px;
  display: flex;
}

.fs-table_instance {
  flex-flow: column;
  display: flex;
}

.fs-table_cell {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ff6588;
  padding: 8px;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
  width: 100%;
  display: flex;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table_empty_cell {
  color: #3330;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ff6588;
  padding: 8px;
}

.tables {
  width: 100%;
}

.table_row {
  display: flex;
}

.table_cell {
  background-color: #fff;
  border: 1px solid #ff6588;
}

.fs-table-1_instance {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-table-1_cell {
  text-align: left;
  background-color: #fff;
  border: 2px solid #ff6588;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 8px;
  display: flex;
}

.fs-table-1_row {
  text-align: left;
  border: 1px solid #ddd;
  width: 900px;
  display: flex;
}

.fs-table-1_body {
  width: 900px;
}

.fs-table-1_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 900px;
}

.fs-table-2_instance {
  text-align: center;
  border: 1px solid #ff6588;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.fs-table-2_caption {
  text-align: left;
  padding: 8px;
}

.fs-table-2_header {
  color: #ff6588;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff6588;
  padding: 8px;
}

.fs-table-2_header.yellow {
  background-color: #fff7f0;
}

.fs-table-2_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-2_head {
  background-color: #f3f3f3;
  border: 1px solid #ff6588;
}

.fs-table-2_cell {
  text-align: center;
  border: 1px solid #ff6588;
  padding: 8px;
}

.fs-table-2_cell.yellow {
  background-color: #fff7f0;
}

.fs-table-2_table {
  text-align: center;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ff1717;
  width: 100%;
}

.s-table-2_cell {
  text-align: left;
  border: 1px solid #ff6588;
  padding: 8px;
}

.text-block-5 {
  color: #f72c5b;
  font-size: 20px;
}

.container-35 {
  border: 1px solid #f72c5b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.text-block-6 {
  color: #f72c5b;
  width: auto;
  font-size: 12px;
}

.fs-table-2_row-copy {
  text-align: left;
  border: 1px solid #ddd;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-7.underlined {
  text-decoration: underline;
}

.container-36 {
  display: none;
}

.heading-copy {
  color: #f72c5b;
  text-align: left;
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Alumni Sans, sans-serif;
  font-size: 46px;
}

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

.heading-8 {
  color: #f72c5b;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.bold-text-3 {
  font-size: 16px;
  line-height: 20px;
}

.term {
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  font-size: 14px;
  line-height: 20px;
}

.terms {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 140px 20px;
  display: flex;
}

.nav-link-4, .nav-link-5 {
  color: #f72c5b;
}

.nav-link-5.w--current {
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Montserrat, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.link {
  color: #000;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-left: 40px;
  }

  .logo {
    width: 400px;
  }

  .heading {
    text-align: center;
    width: auto;
    max-width: 800px;
    line-height: 50px;
  }

  .tab-link.w--current {
    color: #f72c5b;
  }

  .heading-2.tabname.curr {
    color: #fa758d;
  }

  .heading-3 {
    width: 99.9999%;
  }

  .container-12 {
    width: 100%;
    max-width: none;
  }

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

  .container-18-copy {
    display: none;
  }

  .paragraph-5 {
    width: 100%;
    max-width: none;
    line-height: 26px;
  }

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

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-2 {
    padding-bottom: 0;
  }

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

  .container-29 {
    background-color: #fff0;
  }

  .image-11 {
    width: auto;
    height: 500px;
    padding-left: 40px;
  }

  .container-30 {
    margin-top: 40px;
    display: flex;
  }

  .mobile-image-frame-floating {
    max-width: 220px;
  }

  .container-32 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-12 {
    width: 200px;
    max-width: none;
  }

  .event_section_3-copy {
    display: none;
  }

  .link-block-3 {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }

  .nav-link {
    color: #f72c5b;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link.w--current {
    color: #e6476c;
  }

  .nav-link-2 {
    color: #f72c5b;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-2.w--current {
    color: #f72c5b;
    text-overflow: clip;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-3 {
    color: #f72c5b;
  }

  .container-18-copy-copy {
    display: none;
  }

  .subscription_section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .fs-table-2_instance {
    border-radius: 0;
    max-width: 1000px;
  }

  .fs-table-2_header.yellow, .fs-table-2_header.corner_left_up {
    border-radius: 0;
  }

  .fs-table-2_cell.yellow {
    border-bottom-right-radius: 0;
  }

  .container-35 {
    background-color: #fff;
  }

  .fs-table-2_row-copy {
    background-color: #411a1a00;
    border: 1px solid #ff6588;
    border-radius: 20px;
  }

  .container-36 {
    display: none;
  }

  .heading-copy {
    text-align: left;
    width: auto;
    max-width: 800px;
    line-height: 50px;
  }

  .bold-text-2 {
    font-family: Alumni Sans, sans-serif;
    font-weight: 700;
  }

  .heading-8 {
    color: #f72c5b;
    margin-bottom: 60px;
  }

  .paragraph-10 {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .heading-9 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
  }

  .bold-text-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .term {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-11, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    font-family: Montserrat, sans-serif;
  }

  .list {
    margin-bottom: 0;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .bold-text-4 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-10 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .terms {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

  .container-39-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .nav-link-4 {
    color: #f72c5b;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-4.w--current {
    color: #e6476c;
  }

  .nav-link-5 {
    color: #f72c5b;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-5.w--current {
    color: #f72c5b;
    text-overflow: clip;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-40 {
    width: 100%;
    max-width: none;
  }

  .container-41, .container-42 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .film_border_left {
    width: 30px;
    max-width: none;
    position: fixed;
  }

  .home_hero {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: none;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 300px;
  }

  .hero_section {
    flex-flow: column;
    max-width: 600px;
    padding: 60px;
  }

  .container-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
    display: flex;
  }

  .image-2 {
    width: 300px;
  }

  .heading {
    text-align: center;
    font-size: 42px;
  }

  .film_border_right {
    width: 30px;
    max-width: none;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    line-height: 20px;
  }

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

  .text-block-2 {
    margin-left: 0;
    padding-top: 10px;
  }

  .container_section_2 {
    border-radius: 40px;
    max-width: none;
  }

  .container-6 {
    flex-flow: column;
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .container-7 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .image-3 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-6-copy {
    flex-flow: column;
    width: 600px;
    padding: 10px 20px;
    display: flex;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-3-copy {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section {
    max-width: 600px;
  }

  .heading-2.tabname {
    font-size: 14px;
  }

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

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

  .wedding_illus {
    width: 100%;
    height: 200px;
  }

  .tab-content {
    width: auto;
  }

  .container-15 {
    display: none;
  }

  .paragraph-3-copy {
    font-size: 16px;
  }

  .heading-4 {
    line-height: 24px;
  }

  .container-17 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    padding: 10px 10px 10px 20px;
    display: flex;
  }

  .paragraph-copy {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-19 {
    flex-flow: row;
    display: flex;
  }

  .container_section_3, .container_section_4 {
    max-width: none;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .container_section_5 {
    max-width: none;
  }

  .paragraph-6 {
    width: 100%;
  }

  .container_section_6 {
    max-width: none;
  }

  .heading-5 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .body-2 {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .event_section_1 {
    border-radius: 40px;
    max-width: none;
  }

  .image-6-copy, .image-6-copy-copy {
    width: 160px;
  }

  .event_hero {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: none;
  }

  .event_section_3 {
    max-width: none;
    display: flex;
  }

  .image-11 {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .container-30 {
    display: none;
  }

  .party_illus, .birthday_illus, .conference_illus, .other_illus {
    width: 100%;
    height: 200px;
  }

  .block-image-wrapper-combined.blue.scribble {
    width: 400px;
  }

  .mobile-image-frame-floating {
    width: 100px;
    max-width: none;
    height: auto;
    top: 25%;
    bottom: 10%;
  }

  .footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    max-width: none;
  }

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

  .event_section_3-copy {
    border-radius: 40px;
    max-width: none;
    display: none;
  }

  .event_section_2 {
    border-radius: 40px;
    max-width: none;
    display: flex;
  }

  .icon {
    color: #f72c5b;
  }

  .link-block-3 {
    color: #000;
    text-decoration: none;
    display: block;
  }

  .container-18-copy-copy, .container-30-copy, .container-18-copy-copy {
    display: flex;
  }

  .hero {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    max-width: none;
  }

  .subscription_section {
    flex-flow: column;
    max-width: 600px;
    padding: 60px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .container-35 {
    background-color: #fff;
    width: 80px;
  }

  .text-block-6 {
    font-size: 8px;
  }

  .text-block-7, .text-block-7.underlined, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 12px;
  }

  .heading-copy {
    text-align: center;
    font-size: 42px;
  }

  .bold-text-2 {
    font-family: Alumni Sans, sans-serif;
    font-size: 32px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-9 {
    font-size: 14px;
    line-height: 14px;
  }

  .list {
    font-size: 12px;
  }

  .terms {
    flex-flow: column;
    max-width: 600px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .film_border_left {
    width: 20px;
  }

  .home_hero {
    background-size: 800px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
  }

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

  .heading {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .film_border_right {
    width: 20px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .container_section_2 {
    border-radius: 40px;
  }

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

  .container-6-copy {
    width: 500px;
    margin-bottom: 60px;
  }

  .section {
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .wedding_illus {
    background-position: 50%;
    height: 180px;
  }

  .container-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .image-5 {
    width: 80px;
  }

  .paragraph-3-copy {
    font-size: 14px;
  }

  .heading-4 {
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-17 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-18 {
    margin-top: 0;
  }

  .paragraph-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .container_section_3, .container_section_4, .container_section_5 {
    border-radius: 40px;
  }

  .paragraph-6 {
    width: 100%;
  }

  .container_section_6 {
    border-radius: 40px;
  }

  .heading-5 {
    line-height: 20px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .body-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event_section_1 {
    border-radius: 20px;
  }

  .image-6-copy, .image-6-copy-copy {
    width: 160px;
  }

  .event_hero {
    background-size: 800px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
  }

  .event_section_3 {
    border-radius: 40px;
  }

  .usage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-29 {
    background-color: #fff0;
    padding: 10px;
  }

  .party_illus, .birthday_illus, .conference_illus, .other_illus {
    background-position: 50%;
    height: 180px;
  }

  .footer {
    border-radius: 20px 20px 0 0;
  }

  .event_section_3-copy, .event_section_2 {
    border-radius: 20px;
  }

  .hero {
    background-size: 800px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
  }

  .fs-table-2_instance {
    display: block;
  }

  .container-36 {
    display: none;
  }

  .heading-copy {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-2 {
    font-family: Alumni Sans, sans-serif;
    font-size: 32px;
  }

  .list {
    padding-left: 20px;
  }

  .terms {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .film_border_left {
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .home_hero {
    background-size: 400px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

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

  .hero_section {
    width: 100%;
    padding: 20px 40px 60px;
  }

  .container-4 {
    margin-bottom: 40px;
  }

  .image-2 {
    width: 200px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .film_border_right {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-5 {
    padding-top: 20px;
  }

  .container_section_2 {
    border-radius: 20px;
  }

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

  .container-7 {
    margin: 0 10px 10px 0;
    padding-top: 10px;
    padding-left: 10px;
  }

  .paragraph-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .image-3 {
    width: 40%;
    max-width: none;
  }

  .container-6-copy {
    width: 240px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3-copy {
    width: 60%;
    max-width: none;
  }

  .section {
    max-width: 260px;
    padding: 20px 10px;
  }

  .tabs {
    display: none;
  }

  .text-block-4 {
    color: #f72c5b;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .container-11 {
    background-color: #fff3f5;
    border: 1px solid #f72c5b;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
  }

  .container-15 {
    padding-top: 10px;
    display: block;
  }

  .paragraph-4 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-4-copy {
    color: #000;
    text-align: center;
    width: 100%;
    padding-top: 40px;
    font-size: 14px;
    font-weight: 600;
  }

  .container-16 {
    flex-flow: column;
    padding: 10px;
  }

  .image-5 {
    width: 40px;
    margin-bottom: 0;
  }

  .paragraph-3-copy {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-left: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .container-17 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-18 {
    display: flex;
  }

  .paragraph-copy {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .container-18-copy, .container-19 {
    display: flex;
  }

  .container_section_3, .container_section_4 {
    background-position: 100%;
    background-size: cover;
    border-radius: 20px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-20 {
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-6 {
    width: 100px;
    padding-left: 10px;
  }

  .image-6-copy {
    width: 100px;
    padding-right: 10px;
  }

  .container_section_5 {
    background-image: none;
    border-radius: 20px;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .container-22 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-23 {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-7 {
    width: 60px;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .container-24 {
    flex-flow: row;
    width: 100%;
    padding: 20px 0;
  }

  .container_section_6 {
    background-position: 100%;
    background-size: cover;
    border-radius: 20px;
  }

  .heading-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .container-25 {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-26 {
    display: flex;
  }

  .container-27 {
    display: none;
  }

  .image-8, .image-9, .image-10 {
    width: 40px;
  }

  .container-27-copy {
    display: block;
  }

  .heading-6 {
    text-align: center;
    font-size: 14px;
  }

  .body-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event_section_1 {
    background-position: 100%;
    background-size: cover;
    border-radius: 20px;
  }

  .image-6-copy {
    width: 100px;
    padding-left: 10px;
  }

  .image-6-copy-copy {
    width: 100px;
    padding-right: 10px;
  }

  .event_hero {
    background-size: 400px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .event_section_3 {
    background-position: 100%;
    background-size: cover;
    border-radius: 20px;
    display: none;
  }

  .usage {
    flex-flow: column;
    margin-top: 0;
    padding: 0;
  }

  .container-29 {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .block-image-wrapper-combined.blue.scribble {
    width: 240px;
  }

  .mobile-image-frame-floating {
    border-radius: 8px;
    width: 60px;
    box-shadow: 0 0 0 4px #3a3a3a, 0 2px 8px #0000001a;
  }

  .mobile-image {
    border-radius: 6px;
  }

  .video-cover {
    box-shadow: 0 0 0 6px #5e5e5e, 0 1px 4px #000;
  }

  .footer {
    background-image: none;
    border-radius: 20px 20px 0 0;
  }

  .container-32 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-33 {
    padding-top: 20px;
    padding-left: 0;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .container-33-copy {
    padding-top: 10px;
    padding-left: 0;
  }

  .image-12 {
    width: 140px;
  }

  .event_section_3-copy, .event_section_2 {
    background-position: 100%;
    background-size: cover;
    border-radius: 20px;
    display: flex;
  }

  .menu-button {
    color: #f72c5b;
  }

  .container-18-copy-copy {
    display: flex;
  }

  .container-34 {
    width: 100%;
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
    text-decoration: none;
    display: block;
  }

  .hero {
    background-size: 400px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .subscription_section {
    width: 100%;
    padding: 20px 10px 10px;
  }

  .fs-table-2_instance {
    display: none;
  }

  .container-36 {
    background-color: #fff;
    border: 1px solid #ff6588;
    border-radius: 10px;
    width: 100%;
    padding: 0 10px 10px;
    display: block;
  }

  .tabs-menu-2 {
    flex-flow: column;
    display: flex;
  }

  .tab-link-tab-1 {
    margin-bottom: 10px;
  }

  .tab-link-tab-1.w--current {
    background-color: #fff;
    border: 1px solid #f72c5b;
    border-radius: 8px;
    margin-top: 4px;
    margin-bottom: 2px;
  }

  .tab-link-tab-2 {
    background-color: #fff;
    border: 1px solid #ffdbe4;
    border-radius: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-tab-3 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab_pricing {
    background-color: #fff;
    border: 1px solid #ffdbe4;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 10px;
    display: flex;
  }

  .tab_pricing.w--current {
    background-color: #fff7f0;
    border: 2px solid #f72c5b;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 10px;
    display: flex;
  }

  .tabtext {
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .tabtext2 {
    color: #f72c5b;
    width: 160px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
  }

  .container-37 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .image-13 {
    padding-right: 10px;
  }

  .container-38 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .fadedprice {
    color: #c5c5c5;
    font-family: Montserrat, sans-serif;
  }

  .fadedprice.underlined {
    text-decoration: underline;
  }

  .bold-text {
    color: #ff6588;
  }

  .text-block-11 {
    text-decoration: underline;
  }

  .tabs-menu-3 {
    margin-bottom: 20px;
  }

  .heading-7 {
    color: #f72c5b;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .solidprice {
    font-family: Montserrat, sans-serif;
  }

  .solidprice.underlined {
    text-decoration: underline;
  }

  .heading-copy {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-family: Alumni Sans, sans-serif;
    font-size: 24px;
  }

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

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

  .bold-text-4 {
    font-size: 12px;
  }

  .terms {
    width: 100%;
    padding: 20px 10px 10px;
  }
}


