:root {
  --color-black: #1b1b1b;
  --color-cream: #fff8f5;
  --color-white: #f8fafb;
  --color-border: #d1ccc9;
}

body {
  color: var(--color-black);
  font-family: Arima, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  text-align: center;
  margin-bottom: 0;
  font-family: Geist, Arial, sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.body {
  background-color: var(--color-cream);
}

.style-embed {
  z-index: -1;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hero-section {
  color: var(--color-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading {
  letter-spacing: -.3rem;
  font-size: 7.5rem;
  line-height: 1;
}

.heading-2 {
  letter-spacing: -.3rem;
  text-transform: capitalize;
  font-size: 7.5rem;
  line-height: 1;
}

.heading-2.right {
  text-align: right;
}

.div-block {
  width: 100%;
  max-width: 43.125rem;
  position: relative;
}

.heading-3 {
  text-align: left;
  letter-spacing: -.025rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 4rem;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2.reverse {
  flex-flow: row-reverse;
}

.divider {
  opacity: .3;
  background-color: #d9d9d9;
  flex: 1;
  height: 1px;
}

.divider.is--cover {
  background-color: var(--color-black);
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 6.75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.countdown {
  text-align: center;
  letter-spacing: -.075rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-5 {
  text-transform: capitalize;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block, .text-block-2 {
  letter-spacing: -.075rem;
  font-size: 2.5rem;
}

.link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color-black);
  background-color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-transform: capitalize;
  font-family: Geist, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-7 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-8 {
  background-color: #0d0d0d33;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(#2c2c2c00, #0d0d0d66 70%, #0d0d0d66);
  align-self: stretch;
  height: 30vh;
  -webkit-mask-image: linear-gradient(#0000, #000);
  mask-image: linear-gradient(#0000, #000);
}

.div-block-10.bottom {
  background-image: linear-gradient(#0d0d0d, #fff0 56%);
}

.div-block-10.top {
  background-image: linear-gradient(#0d0d0d66, #0d0d0d66 30%, #2c2c2c00);
  -webkit-mask-image: linear-gradient(#000, #000, #0000);
  mask-image: linear-gradient(#000, #000, #0000);
}

.greeting-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-image {
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.section-heading-wrapper {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-heading-wrapper.is--story {
  position: sticky;
  top: 3.75rem;
}

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

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1b1b1b33;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.div-block-12 {
  height: 6.75rem;
  display: flex;
}

.div-block-13 {
  border-right: 1px solid #1b1b1b33;
  flex: 1;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  height: 6.75rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #1b1b1b33;
  border-bottom: 1px solid #1b1b1b33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 8rem;
  display: flex;
}

.image-3 {
  height: 10rem;
  position: absolute;
  inset: 1% auto auto 0%;
}

.image-3.bottom {
  transform-style: preserve-3d;
  height: 10rem;
  top: -5%;
  left: auto;
  right: -25px;
  transform: rotateX(0)rotateY(180deg)rotateZ(15deg);
}

.paragraph {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-2 {
  color: #1b1b1be6;
  letter-spacing: -.03rem;
  max-width: 32.625rem;
  line-height: 1.6;
}

.paragraph-2.is--gift {
  max-width: 37.875rem;
}

.paragraph-2.is--footer {
  color: var(--color-white);
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-8 {
  text-align: center;
  max-width: 24.625rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.profile-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 13rem;
  position: absolute;
  inset: auto auto -4rem -5%;
  transform: rotate(10deg);
}

.image-5 {
  transform-style: preserve-3d;
  height: 13rem;
  position: absolute;
  inset: 0 -5rem auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(30deg);
}

.div-block-16 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-4, .text-block-5 {
  font-size: 4rem;
  line-height: 1.2;
}

.div-block-17 {
  background-color: #dedbd2;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  max-width: 24.5625rem;
  min-height: 37.5rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d1ccc9;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  text-align: center;
  letter-spacing: -.03rem;
  border-left: 1px solid #d1ccc9;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50%;
  height: 6.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 300;
  display: flex;
}

.image-6 {
  pointer-events: none;
  height: 13rem;
  position: absolute;
  bottom: -5rem;
  left: -30px;
}

.div-block-19 {
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  border-left: 1px solid #d1ccc9;
  border-right: 1px solid #d1ccc9;
  width: 100%;
  height: 15.5625rem;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #d1ccc9;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.81rem 1rem;
  display: flex;
}

.link-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #19191c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.link-button.flex {
  flex: 1;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-9 {
  color: var(--color-white);
  letter-spacing: -.03rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.div-block-21 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  letter-spacing: -.03rem;
  line-height: 1.1;
}

.heading-10 {
  text-align: center;
  letter-spacing: -.09rem;
  text-transform: capitalize;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
}

.code-embed-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed-3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.image-8 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--color-cream);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  overflow: visible;
}

.image-9 {
  object-fit: scale-down;
  width: 22.1556rem;
  height: 12.5961rem;
}

.div-block-23 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d1ccc9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.div-block-27 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.div-block-27.last {
  border-top: 1px solid #d1ccc9;
}

.div-block-27.first {
  border-right: 1px solid #d1ccc9;
}

.paragraph-4 {
  opacity: .7;
  letter-spacing: -.03rem;
  line-height: 1.1;
}

.heading-11 {
  text-align: center;
  text-transform: capitalize;
  max-width: 20rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-12 {
  font-size: 1.25rem;
  font-weight: 400;
}

.heading-13 {
  opacity: .7;
  color: #b7ad84;
  text-align: center;
  letter-spacing: -.025rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.link-block-2-copy {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #19191c;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #19191c;
  border-radius: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy.flex {
  flex: 1;
}

.dresscode-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.dresscode {
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid #d1ccc9;
  border-left: 1px solid #d1ccc9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  flex: 1;
  height: 10rem;
}

.div-block-31 {
  background-color: #bc8c68;
  width: 50%;
  height: 10rem;
}

.div-block-32 {
  background-color: #4d613c;
  width: 100%;
  height: 100%;
}

.div-block-33 {
  background-color: #fff;
  height: 100%;
}

.image-10 {
  height: 10rem;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-34 {
  background-color: #4d613c;
}

.div-block-35 {
  background-color: #fff;
}

.div-block-36 {
  background-color: #3a3f3b;
}

.story-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.story-item {
  background-color: var(--color-cream);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex !important;
}

.div-block-39 {
  border-top: 1px solid #d1ccc9;
  border-bottom: 1px solid #d1ccc9;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.div-block-39.first {
  border: 1px solid #d1ccc9;
  padding: 0;
}

.div-block-39.last {
  border: 1px solid #d1ccc9;
}

.div-block-40 {
  flex: 1;
  align-self: stretch;
}

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

.div-block-41 {
  background-color: #fff;
  padding: .5rem .5rem 4rem;
}

.div-block-42 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-43 {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.heading-15 {
  letter-spacing: -.04rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-16 {
  font-size: 2rem;
  line-height: 1;
}

.paragraph-5 {
  opacity: .8;
  text-align: justify;
  letter-spacing: -.00875rem;
  font-size: .875rem;
  line-height: 1.6;
}

.rsvp-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #dedbd2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-wish-item {
  max-width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.wish-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #d1ccc9;
  border-bottom: 1px solid #d1ccc9;
  border-right: 1px solid #d1ccc9;
  flex-flow: column;
  flex: none;
  width: 22.5625rem;
  min-height: 9.75rem;
  padding: .75rem;
  display: flex;
}

.heading-17 {
  opacity: .8;
  letter-spacing: -.00875rem;
  text-transform: lowercase;
  align-self: flex-end;
  font-family: Geist, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-6 {
  opacity: .7;
  font-size: .875rem;
}

.paragraph-7 {
  opacity: .7;
  text-align: left;
  flex: 1;
  font-size: .875rem;
}

.heading-18 {
  letter-spacing: -.045rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-12 {
  width: 2.25rem;
  height: 2rem;
  overflow: hidden;
}

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

.form {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 62rem;
}

.input-field {
  letter-spacing: -.01rem;
  background-color: #fff8f5;
  border: 1px solid #bdbdbd66;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem .5rem;
  font-family: Geist, Arial, sans-serif;
  transition: border .2s;
}

.input-field:hover, .input-field:active, .input-field:focus {
  border-color: var(--color-black);
}

.input-field::placeholder {
  color: #1b1b1bcc;
}

.input-field.select {
  color: var(--color-black);
}

.input-field.textarea {
  resize: none;
  height: 10.75rem;
}

.text-block-7 {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s;
  display: flex;
}

.text-block-7:hover {
  transform: scale(.95);
}

.paragraph-8 {
  letter-spacing: -.03rem;
  font-weight: 300;
}

.gift-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.gift-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #d1ccc9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-48 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 7.5rem;
  padding: .75rem;
  display: flex;
}

.div-block-48.main {
  border-top: 1px solid #d1ccc9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-48.first {
  border-right: 1px solid #d1ccc9;
}

.text-account {
  color: var(--color-black);
  letter-spacing: -.1rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-account.number {
  color: #3e503a;
}

.heading-20 {
  opacity: .8;
  letter-spacing: -.01rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.image-13 {
  height: 2.5rem;
}

.div-block-49 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.btn-copy-number {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1.5rem;
  font-family: Inter, Arial, sans-serif;
  display: flex;
}

.bank-leaf {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4.5rem 0 auto;
}

.gallery-section {
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-height: 100%;
  display: flex;
}

.heading-21 {
  color: var(--color-white);
  mix-blend-mode: difference;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-21.is--mobile {
  display: none;
}

.list-gallery-image {
  flex-flow: column;
  align-self: stretch;
  max-width: 21.875rem;
  max-height: 100%;
  display: flex;
}

.image-14 {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 21.875rem;
  max-height: 34.1875rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.image-14.bigger {
  height: 100%;
}

.image-14.ar-1 {
  aspect-ratio: 1;
  height: auto;
}

.footer-section {
  color: var(--color-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.div-block-53 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem 5rem;
  display: flex;
}

.heading-22 {
  letter-spacing: -.05rem;
  font-family: Hankengrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.img {
  width: 1rem;
  height: 1rem;
}

.div-block-54 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-23 {
  color: #b4de00;
  letter-spacing: -.05rem;
  font-family: Hankengrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.heading-leaf {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.swiper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper.story-swiper {
  flex: 1;
  position: relative;
  overflow: clip !important;
}

.story-pagination-bullet {
  cursor: pointer;
  background-color: #9ca3af;
  border-radius: 50rem;
  width: .375rem;
  height: .375rem;
}

.story-pagination-bullet.story-pagination-bullet-active {
  background-color: #3a3f3b;
}

.story-pagination-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-58, .div-block-59 {
  display: none;
}

.div-block-60.reverse {
  transform-style: preserve-3d;
}

.gallery-images-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-images-wrapper.is--second {
  justify-content: flex-end;
  align-items: center;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: -.01rem;
  border-radius: 50rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  transition: background-color .2s;
  display: flex;
}

.navbar-link:hover, .navbar-link.w--current {
  background-color: #fff3;
}

.navbar-link.is--order {
  color: #0f0f0f;
  font-variation-settings: "wght" 400;
  letter-spacing: -.0225rem;
  background-color: #fff;
  flex: 0 auto;
  align-self: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
}

.code-embed-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0f0f0f;
  border-radius: 50rem;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem;
  font-family: Inter, Arial, sans-serif;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 12.7px #0d0d1233;
}

.heading-24 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.navbar-wrapper {
  z-index: 800;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: min-content;
  height: 3.25rem;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%);
}

.navbar-wrapper.is--hide {
  transform: translate(-50%, 200%);
}

.div-block-124 {
  background-color: #fff3;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .12rem;
  display: flex;
}

.navbar-music {
  aspect-ratio: 1;
  color: #9d6c4e;
  cursor: pointer;
  background-color: #0f1314;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5rem;
  display: flex;
  box-shadow: 0 8px 12.7px #0003;
}

.heading-25 {
  letter-spacing: -.01313rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cover-section {
  z-index: 999;
  background-color: var(--color-cream);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  padding: 2.5rem;
  transition: transform 1s cubic-bezier(.77, 0, .175, 1);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cover-section.is--hide {
  transform: translate(0, -100%);
}

.image-15 {
  width: 18.75rem;
  height: 21.25rem;
  overflow: hidden;
}

.div-block-125 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  font-family: Geist, Arial, sans-serif;
}

.heading-27 {
  opacity: .8;
  letter-spacing: -.03rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.heading-28 {
  color: var(--color-white);
  letter-spacing: -.02625rem;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
}

.link-block-2 {
  background-color: var(--color-black);
  cursor: pointer;
  border-radius: .75rem;
  height: 2.5rem;
  padding: .75rem 1rem;
}

.image-16 {
  position: absolute;
  inset: auto auto -.8rem -2.4rem;
}

.image-16.reverse {
  transform-style: preserve-3d;
  left: auto;
  right: -2.4rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.parent {
  text-transform: capitalize;
}

.heading-29 {
  text-align: center;
  letter-spacing: -.12rem;
  line-height: 1;
}

.image-17 {
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-slide.story-item {
  position: sticky;
  top: 13.5rem;
  overflow: hidden;
}

.audio {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .gallery-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    letter-spacing: -.19rem;
    font-size: 4.75rem;
  }

  .heading-3 {
    letter-spacing: -.02rem;
    font-size: 1rem;
    line-height: 2rem;
  }

  .div-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-6 {
    min-width: 4rem;
  }

  .countdown {
    letter-spacing: -.06rem;
    font-size: 2rem;
  }

  .heading-5 {
    font-size: .875rem;
    line-height: 1;
  }

  .div-block-10 {
    -webkit-mask-image: linear-gradient(#0000, #000, #000);
    mask-image: linear-gradient(#0000, #000, #000);
  }

  .section-heading-wrapper.is--story {
    position: static;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .div-block-15 {
    padding: 1.5rem;
  }

  .paragraph {
    text-align: justify;
    font-size: 1rem;
  }

  .paragraph-2 {
    line-height: 1.5;
  }

  .heading-7, .heading-8 {
    font-size: 1.25rem;
  }

  .profile-section {
    padding: 0;
  }

  .image-4, .image-5 {
    display: none;
  }

  .div-block-16 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-self: stretch;
  }

  .text-block-5 {
    margin-bottom: -1rem;
    font-size: 2rem;
  }

  .div-block-17 {
    max-width: none;
  }

  .div-block-22 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-9 {
    width: 12.3125rem;
    height: 7rem;
  }

  .div-block-23 {
    align-self: stretch;
  }

  .div-block-25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    padding: .75rem;
  }

  .div-block-27.first {
    border-bottom: 1px solid #d1ccc9;
    border-right-style: none;
  }

  .heading-11 {
    line-height: 1;
  }

  .dresscode {
    height: 8.5rem;
  }

  .image-10 {
    margin-bottom: -3rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .story-section {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .story-item {
    flex-flow: column;
    flex: 0 auto;
    width: auto;
    position: static;
  }

  .div-block-39 {
    border-style: none solid;
    border-left-width: 1px;
    border-left-color: #d1ccc9;
    border-right-width: 1px;
    border-right-color: #d1ccc9;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-39.last, .div-block-41 {
    flex: 1;
  }

  .heading-16 {
    font-size: 1.5rem;
  }

  .rsvp-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 0;
  }

  .list-wish-item {
    flex-flow: column;
    height: 20rem;
    padding-left: 0;
    padding-right: 0;
  }

  .wish-item {
    border-top-style: none;
    border-left: 1px solid #d1ccc9;
    width: 100%;
  }

  .text-account {
    letter-spacing: -.06rem;
    font-size: 1.5rem;
  }

  .image-13 {
    height: 1.8125rem;
  }

  .div-block-51 {
    z-index: 2;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    position: relative;
  }

  .heading-21 {
    z-index: 3;
    mix-blend-mode: difference;
    position: absolute;
  }

  .heading-21.is--mobile {
    z-index: 3;
    mix-blend-mode: difference;
    display: none;
  }

  .list-gallery-image {
    z-index: 2;
    position: relative;
  }

  .image-14 {
    margin-bottom: .75rem;
  }

  .div-block-52 {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper {
    max-width: 100vw;
  }

  .swiper.story-swiper {
    flex-direction: column !important;
    display: flex !important;
  }

  .story-pagination-bullet {
    transition: background-color .4s;
  }

  .story-pagination-wrapper {
    display: flex;
  }

  .div-block-58 {
    pointer-events: none;
    background-image: linear-gradient(#0000, #dedbd2);
    height: 6.25rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-59 {
    z-index: 10;
    pointer-events: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-60 {
    background-image: linear-gradient(#dedbd2, #fff0);
    height: 6.25rem;
  }

  .div-block-60.reverse {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .gallery-images-wrapper {
    flex: 1;
  }

  .code-embed-7 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar-link {
    aspect-ratio: 1;
    white-space: nowrap;
    flex: 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-link.is--order {
    width: auto;
  }

  .heading-24 {
    display: none;
  }

  .navbar-wrapper {
    bottom: 1rem;
  }

  .image-16 {
    bottom: -2.5rem;
    left: -1.5rem;
  }

  .image-16.reverse {
    right: -1.5rem;
  }

  .heading-29 {
    letter-spacing: -.08rem;
    font-size: 2rem;
    line-height: 1;
  }

  .swiper-slide {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .swiper-slide.story-item {
    flex: none;
    max-width: 100vw;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .div-block-17 {
    align-self: stretch;
    max-width: none;
  }

  .cover-section {
    padding-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-ea73be82-258c-6ba7-c817-92a728d5afe7-06b0500e, #w-node-a10593ab-7c04-0505-1606-20a3d80b360f-06b0500e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b02c997-ab10-80be-4a7d-1ec284978ffa-06b0500e, #w-node-_8a15bf33-35c1-d433-f440-b9176b5f5e79-06b0500e, #w-node-a4fcff62-0d76-dc6a-e1f9-df4bb40d371a-06b0500e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_8b02c997-ab10-80be-4a7d-1ec284978ffa-06b0500e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Arima';
  src: url('../fonts/Arima-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankengrotesk';
  src: url('../fonts/HankenGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arima';
  src: url('../fonts/Arima-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arima';
  src: url('../fonts/Arima-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}