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

.hero {
  background-image: url('../images/Home-hero-section-background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  padding-top: 40px;
  display: flex;
}

.hero.event {
  background-image: url('../images/party-page-hero-section-image.avif');
  height: auto;
}

.hero.event.wedding {
  background-image: url('../images/wedding-page-hero-section-image.avif');
}

.hero.event.corporate {
  background-image: url('../images/Hero_conference.avif');
}

.hero.event.other {
  background-image: url('../images/other-event-page-hero-section-image.avif');
}

.hero.event.russ {
  background-image: url('../images/Hero_russ.png');
  background-position: 50%;
}

.hero.event.confirmation {
  background-image: url('../images/Hero_confirmation.png');
  background-position: 50%;
}

.hero.info {
  background-image: url('../images/Why_section_bg.avif'), linear-gradient(#fff, #ffb2b2 53%, #ffe8e8);
  background-position: 100%, 0 0;
  background-size: auto, auto;
}

.hero.terms {
  background-image: linear-gradient(#fff, #fff 94%, #ffe8e8);
  max-width: none;
  padding-top: 20px;
}

.navbar {
  background-color: #ffb3b466;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 2% auto auto;
}

.image {
  width: 140px;
  max-width: none;
  margin-left: 20px;
}

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

.div-block {
  width: 100%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-link {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.nav-link-2 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.nav-link-3 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section {
  width: 100%;
  height: 1001880000000000%;
  margin-bottom: 40px;
  padding-top: 60px;
}

.container-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  max-height: 600px;
  margin-bottom: 40px;
  display: flex;
}

.heading-1 {
  color: #f72c5b;
  font-family: Agbalumo, sans-serif;
  font-weight: 700;
}

.heading-1.center {
  text-align: center;
  margin-bottom: 20px;
}

.heading-1.center.event {
  max-width: 900px;
  margin-bottom: 20px;
}

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

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-2 {
  height: 500px;
}

.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: 600px;
  padding-top: 0;
  padding-left: 40px;
}

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

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

.section-3 {
  background-image: url('../images/Feature-section-background.avif'), linear-gradient(#ffe8e8, #ffb2b2 50%, #ffe8e8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.container-3-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.feature {
  background-color: #ffd8e4e6;
  border: 1px solid #ff005d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.feature.event {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 60px;
  padding-right: 10px;
}

.heading-2 {
  color: #4f218f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.feature-text {
  width: 100%;
}

.section-2 {
  background-image: linear-gradient(#fff, #ffe6e7);
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

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

.heading-3.tabname {
  text-align: center;
  font-size: 16px;
}

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

.container-15 {
  display: none;
}

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

.tab-content {
  background-color: #fff;
  border: 1px solid #ff5794;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 500px;
  padding: 20px;
  display: flex;
}

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

.container-10 {
  width: 100%;
  max-width: 1000px;
}

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

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

.container-41 {
  width: 100%;
  padding-bottom: 10px;
}

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

.heading-4 {
  color: #ff5794;
  margin-top: 0;
  font-family: Agbalumo, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

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

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

.container-11.english {
  width: 140px;
}

.party_illus {
  background-image: url('../images/party-illustration.avif');
  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-link {
  color: #fa758d;
  background-color: #fff;
  border: 1px solid #ff5794;
  border-right-width: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

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

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

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

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

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

.tabs-content {
  width: 100%;
}

.heading-5 {
  color: #f72c5b;
  text-align: center;
  font-family: Agbalumo, sans-serif;
}

.text-block-5, .text-block-6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

.feature-item {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-42 {
  width: 100%;
}

.container-42.event {
  margin-right: 60px;
}

.image-3 {
  width: 100px;
  margin-right: 20px;
}

.image-3.event {
  width: 120px;
  margin-right: 20px;
}

.image-4 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.section-4 {
  background-image: linear-gradient(#ffe8e8, #fff 50%, #ffe8e8);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

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

.container-44 {
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container-44.event {
  margin-left: 40px;
  margin-right: 40px;
}

.image-5 {
  width: 120px;
}

.paragraph-3 {
  color: #4f218f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-4 {
  color: #f72c5b;
  text-align: center;
  width: 900px;
  margin-top: 40px;
  font-family: Agbalumo, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-4.event {
  margin-top: 60px;
  line-height: 32px;
}

.section-5 {
  background-image: url('../images/Why_section_bg.avif'), linear-gradient(#ffe8e8, #ffc4c4 50%, #ffe8e8);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

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

.section-6 {
  background-image: linear-gradient(#ffe8e8, #fff 50%, #ffe8e8);
  padding-bottom: 60px;
}

.heading-7 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.container-48 {
  width: 100%;
}

.heading-9 {
  color: #4f218f;
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

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

.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-7 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

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

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

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

.container-49 {
  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-9 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.container-51 {
  width: 100%;
}

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

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

.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;
  position: static;
}

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

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

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

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

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

.section_2 {
  background-image: linear-gradient(#ffe8e8, #fff 50%, #ffe8e8);
  padding-bottom: 140px;
}

.section_2.event {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.image-5-copy {
  width: 160px;
}

.section-_3 {
  background-image: url('../images/Feature-section-background.avif'), linear-gradient(#ffe8e8, #ffb2b2 50%, #ffe8e8);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.container-53 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container-53-copy {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: none;
}

.div-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-2 {
  color: #f72c5b;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  color: #f72c5b;
  background-color: #ffdde2;
  border-radius: 9px;
}

.dropdown-link-3 {
  color: #f72c5b;
  -webkit-text-stroke-color: #992f47;
  text-decoration-color: #f72c5b;
}

.dropdown-link-3.w--current, .dropdown-link-4, .dropdown-link-5, .dropdown-link-5.w--current {
  color: #f72c5b;
}

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

.dropdown-link-6, .dropdown-link-6.w--current, .dropdown-link-7, .dropdown-link-7.w--current, .dropdown-toggle {
  color: #f72c5b;
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  color: #f72c5b;
  background-color: #ffdde2;
  border-radius: 9px;
}

.dropdown-link {
  color: #f72c5b;
}

.dropdown-link.w--current {
  color: #f72c5b;
  -webkit-text-stroke-color: #f72c5b;
  text-overflow: clip;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown-link-2, .dropdown-link-2.w--current {
  color: #f72c5b;
}

.dropdown-toggle-3 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-3.w--open {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-list-3 {
  border-radius: 0;
}

.dropdown-list-3.w--open {
  color: #f72c5b;
  background-color: #ffdde2;
  border-radius: 9px;
}

.dropdown-link-8 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link-8.w--current {
  color: #f72c5b;
  -webkit-text-stroke-color: #f72c5b;
  text-overflow: clip;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown-link-9 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.dropdown-toggle-4 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-list-4 {
  border-radius: 0;
}

.dropdown-list-4.w--open {
  color: #f72c5b;
  background-color: #ffdde2;
  border-radius: 9px;
}

.dropdown-link-10 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link-10.w--current {
  color: #f72c5b;
  -webkit-text-stroke-color: #f72c5b;
  text-overflow: clip;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.dropdown-link-11 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.paragraph-3-copy {
  color: #4f218f;
  text-align: center;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.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_table {
  text-align: center;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ff1717;
  width: 100%;
}

.container-36 {
  display: none;
}

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

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

.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_row, .fs-table-2_row-copy {
  text-align: left;
  border: 1px solid #ddd;
}

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

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

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

.text-block-19 {
  color: #f72c5b;
  padding-top: 10px;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-7 {
  background-image: linear-gradient(#ffe8e8, #fff);
  padding-bottom: 20px;
}

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

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

.paragraph-19 {
  color: #f72c5b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

.link-block-9 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-21 {
  color: #8f8f8f;
  text-align: center;
  text-decoration: none;
}

.section-8 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

.confirmation_illust {
  background-image: url('../images/confirmation-day.avif');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.russ_illust {
  color: #979797;
  background-image: url('../images/Russ-illustration.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f72c5b;
  border-radius: 60px 10px 60px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

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

.link-3 {
  color: #000;
  font-weight: 600;
}

.link-block-9-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-21 {
  color: #979797;
  text-align: right;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
}

.text-block-21-copy {
  color: #979797;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-4, .link-5, .link-6, .link-7, .link-8 {
  color: #979797;
  text-decoration: none;
}

.text-block-21-copy-copy {
  color: #979797;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero {
    height: 100%;
    max-height: none;
  }

  .section {
    height: 100%;
    margin-bottom: 0;
  }

  .container-2 {
    height: 100%;
  }

  .heading-1.center {
    text-align: center;
    margin-bottom: 0;
  }

  .container-3 {
    max-width: 1200px;
    margin-right: 100px;
  }

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

  .section-3 {
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-3-copy {
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature {
    background-color: #ffd8e4b3;
    border: 1px solid #ff005d;
    border-radius: 14px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .feature.event {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2 {
    color: #4f218f;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .feature_paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .feature-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 20px;
    margin-right: 40px;
    display: flex;
  }

  .section-2 {
    background-image: linear-gradient(#fff, #ffe6e7);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-3.tabname.curr {
    color: #dd81a6;
  }

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

  .tab-content {
    background-color: #fff;
    border: 1px solid #ff5794;
    width: 100%;
    height: 500px;
  }

  .container-10 {
    max-width: 1000px;
  }

  .container-41 {
    width: 100%;
  }

  .heading-4 {
    color: #ff5794;
    width: 100%;
    font-family: Agbalumo, sans-serif;
    font-size: 24px;
  }

  .container-11 {
    background-color: #ff5794;
    width: 120px;
  }

  .tab-link {
    background-color: #fff;
    border: 1px solid #ff5794;
    border-right-color: #fff;
    width: 200px;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #ff5794;
    border-right-width: 0;
    width: 200px;
  }

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

  .tabs {
    margin-bottom: 20px;
  }

  .heading-5 {
    color: #f72c5b;
    text-align: center;
    max-width: 1200px;
    font-family: Agbalumo, sans-serif;
  }

  .text-block-5, .text-block-6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
  }

  .feature-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .container-42 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .image-3 {
    width: 140px;
    max-width: none;
    height: 140px;
  }

  .section-4 {
    background-image: linear-gradient(#ffe8e8, #ffe0e0 50%, #ffe8e8);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    width: 100%;
    max-width: 900px;
  }

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

  .container-44 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .image-5 {
    width: 120px;
  }

  .paragraph-3 {
    color: #4f218f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-4 {
    color: #f72c5b;
    text-align: center;
    margin-top: 40px;
    font-family: Agbalumo, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .section-5 {
    background-image: linear-gradient(#ffe8e8, #ffc4c4 50%, #ffe8e8);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

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

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

  .paragraph-5 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .container-46 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .section-6 {
    background-image: linear-gradient(#ffe8e8, #fff 50%, #ffe8e8);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

  .container-47 {
    width: 100%;
  }

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

  .heading-9 {
    margin-bottom: 40px;
  }

  .container-6 {
    background-color: #fffc;
    border-color: #ffbcd4;
    margin-top: 40px;
  }

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

  .section_2 {
    background-image: linear-gradient(#ffe8e8, #ffe0e0 50%, #ffe8e8);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

  .section_2.event {
    padding-top: 100px;
  }

  .image-5-copy {
    width: 200px;
  }

  .section-_3 {
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .dropdown-link-4.w--current, .dropdown-link-5.w--current, .dropdown-link-6.w--current, .dropdown-link-7.w--current {
    color: #f72c5b;
  }

  .paragraph-3-copy {
    color: #4f218f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

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

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

  .container-36 {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .bold-text-5 {
    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;
  }

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

  .heading-14 {
    color: #f72c5b;
    margin-bottom: 100px;
  }

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

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

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

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

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

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

  .heading-17 {
    color: #f72c5b;
    margin-bottom: 100px;
  }

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

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

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

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

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

  .heading-20 {
    color: #f72c5b;
    margin-bottom: 100px;
  }

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

  .section-7 {
    background-image: linear-gradient(#ffe8e8, #fff 50%, #ffe8e8);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    display: flex;
  }

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

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

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

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50%;
    height: auto;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.event {
    background-position: 100%;
  }

  .navbar {
    width: 96%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: #ffdde2;
  }

  .nav-link, .nav-link-2 {
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .container-2 {
    flex-flow: column;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .heading-1.center.event {
    margin-bottom: 40px;
  }

  .paragraph {
    text-align: center;
    padding-top: 20px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

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

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

  .section-3 {
    background-position: 0 0, 0 0;
  }

  .container-3-copy {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .feature.event {
    margin-right: 0;
  }

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

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

  .heading-3.tabname.curr {
    color: #dd81a6;
  }

  .container-15 {
    display: none;
  }

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

  .tab-content {
    background-color: #fff;
    border: 1px solid #ff5794;
    width: auto;
    height: 500px;
  }

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

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

  .heading-4 {
    color: #ff5794;
    text-align: center;
  }

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

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

  .container-11 {
    background-color: #ff5794;
    width: 120px;
  }

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

  .tab-link {
    color: #dd81a6;
    border: 1px solid #ff5794;
    border-right-width: 0;
    width: 180px;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #ff5794;
    width: 180px;
  }

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

  .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .container-42.event {
    margin-right: auto;
  }

  .image-3.event, .image-5 {
    width: 100px;
  }

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

  .paragraph-4.event {
    width: auto;
  }

  .section-5 {
    background-size: contain, auto;
  }

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

  .section-6 {
    padding-bottom: 60px;
  }

  .heading-8 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .container-6-copy {
    background-color: #fffc;
    border-color: #ffbcd4;
    flex-flow: column;
    width: 600px;
    margin-bottom: 60px;
    padding: 10px 20px;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_2.event {
    padding: 60px 20px;
  }

  .section-_3 {
    background-position: 0 0, 0 0;
    padding-bottom: 40px;
  }

  .container-53 {
    display: none;
  }

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

  .image-9 {
    width: 120px;
  }

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

  .menu-button.w--open {
    background-color: #fa000000;
  }

  .icon {
    color: #f72c5b;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: 180px;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    display: flex;
  }

  .dropdown-toggle {
    width: 110px;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .dropdown-toggle-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    display: flex;
  }

  .dropdown-link-8, .dropdown-link-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .dropdown-toggle-4 {
    width: 120px;
  }

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

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

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

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

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

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

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

  .text-block-19, .text-block-20, .text-block-20.underlined {
    font-size: 12px;
  }

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

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

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

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

  .list-6 {
    font-size: 12px;
  }

  .heading-14 {
    margin-bottom: 40px;
    font-size: 24px;
  }

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

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

  .heading-17 {
    margin-bottom: 40px;
    font-size: 24px;
  }

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

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

  .bold-text-9 {
    font-size: 32px;
  }

  .heading-20 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .section-7 {
    padding-bottom: 60px;
  }

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

  .other_illust, .confirmation_illust, .russ_illust {
    width: 100%;
    height: 200px;
  }

  .container-52-copy {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50%;
    height: auto;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero.event {
    background-position: 100%;
    height: 100%;
  }

  .section {
    height: 100%;
  }

  .container-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-1.left, .heading-1.center {
    font-size: 32px;
  }

  .heading-1.center.event {
    margin-bottom: 40px;
  }

  .container-3 {
    width: 100%;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 24px;
  }

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

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

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

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

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

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

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

  .feature-item {
    font-size: 14px;
  }

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

  .image-3.event {
    width: 80px;
    margin-right: 10px;
  }

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

  .list {
    margin-bottom: 0;
  }

  .section-4 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 80px;
  }

  .paragraph-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph-4, .paragraph-4.event {
    width: auto;
  }

  .section-5 {
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .paragraph-6 {
    margin-bottom: 0;
  }

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

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

  .paragraph-8, .paragraph-10 {
    font-size: 14px;
  }

  .heading-10, .heading-11 {
    line-height: 20px;
  }

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

  .section_2.event {
    padding-bottom: 60px;
  }

  .image-5-copy {
    width: 100px;
  }

  .section-_3 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .dropdown-toggle-2 {
    width: 180px;
  }

  .dropdown-toggle {
    width: 110px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle-3 {
    width: 120px;
  }

  .dropdown-link-8, .dropdown-link-9, .dropdown-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-4.w--open {
    width: 120px;
  }

  .dropdown-link-10, .dropdown-link-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-3-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .container-36 {
    display: none;
  }

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

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

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

  .list-6 {
    padding-left: 20px;
  }

  .heading-17 {
    margin-bottom: 40px;
  }

  .bold-text-9 {
    font-size: 32px;
  }

  .section-7 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .other_illust, .confirmation_illust, .russ_illust {
    background-position: 50%;
    height: 180px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    max-height: none;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero.event {
    background-position: 100%;
    height: auto;
  }

  .navbar {
    margin-left: 10px;
    margin-right: 10px;
    top: 1%;
  }

  .image {
    width: 120px;
    margin-left: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #ffdde2;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .section {
    padding-top: 20px;
  }

  .container-2 {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1.left {
    font-size: 24px;
    line-height: 32px;
  }

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

  .heading-1.center.event {
    margin-bottom: 20px;
  }

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

  .container-3 {
    width: 100%;
    margin-bottom: 20px;
  }

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

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

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

  .section-3 {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-bottom: 40px;
  }

  .container-3-copy {
    margin-bottom: 20px;
  }

  .feature {
    flex-flow: column;
    margin-top: 20px;
  }

  .feature.event {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
  }

  .link-block-6 {
    text-decoration: none;
    display: block;
  }

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

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

  .link-block-8 {
    text-decoration: none;
    display: block;
  }

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

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

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

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

  .tabs {
    display: none;
  }

  .link-block-4 {
    text-decoration: none;
    display: block;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .feature-item {
    font-size: 12px;
    line-height: 18px;
  }

  .image-3 {
    width: 70px;
  }

  .image-3.event {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .list {
    padding-left: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .section-4 {
    padding-bottom: 40px;
  }

  .container-44 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-44.event {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 60px;
    margin-left: 20px;
  }

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

  .image-5-copy {
    width: 100px;
    margin-right: 20px;
  }

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

  .paragraph-4.event {
    line-height: 24px;
  }

  .section-5 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-45 {
    flex-flow: column;
    margin-top: 20px;
  }

  .image-6 {
    width: 60px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .paragraph-5 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .container-46 {
    flex-flow: row;
    padding: 20px 0;
  }

  .section-6 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-6-copy {
    background-color: #fffc;
    border-color: #ffbcd4;
    width: 240px;
    margin-bottom: 20px;
    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;
  }

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

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

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

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

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

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

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

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

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

  .container-27 {
    display: none;
  }

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

  .container-26 {
    display: flex;
  }

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

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

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

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

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

  .container-51 {
    display: flex;
  }

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

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

  .section_2 {
    padding-bottom: 40px;
  }

  .section_2.event {
    padding-top: 20px;
  }

  .image-5-copy {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-_3 {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-bottom: 40px;
  }

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

  .image-9 {
    width: 80px;
  }

  .list-2, .list-3, .list-4, .list-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .icon {
    color: #f72c5b;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-2 {
    width: 180px;
  }

  .text-block-15, .dropdown-link-3, .dropdown-link-4 {
    text-align: center;
  }

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

  .dropdown-link-5 {
    text-align: center;
  }

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

  .text-block-16, .dropdown-link-6 {
    text-align: center;
  }

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

  .dropdown-link-7 {
    text-align: center;
  }

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

  .dropdown-toggle {
    text-align: center;
    width: 110px;
  }

  .text-block-14, .dropdown-link, .dropdown-link.w--current, .dropdown-link-2 {
    text-align: center;
  }

  .div-block-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-3 {
    text-align: center;
    width: 160px;
  }

  .dropdown-link-8, .dropdown-link-8.w--current, .dropdown-link-9 {
    text-align: center;
  }

  .div-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-4 {
    text-align: center;
    width: 120px;
  }

  .dropdown-link-10, .dropdown-link-10.w--current, .dropdown-link-11 {
    text-align: center;
  }

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

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

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

  .bold-text-2 {
    color: #ff6588;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-14 {
    margin-bottom: 20px;
  }

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

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

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

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

  .bold-text-9 {
    font-size: 24px;
  }

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

  .section-7 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-20 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .container-52-copy {
    padding-top: 20px;
  }

  .bold-text-10 {
    font-weight: 600;
  }
}


