:root {
  --black-color: #19191c;
  --divider-color: #d9d9d94d;
  --white-color: white;
}

body {
  color: #fff;
  font-family: Intertight, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geneva, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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: 400;
  line-height: 1;
}

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

a {
  color: var(--black-color);
  text-decoration: none;
}

.hero-section {
  background-color: #13170c;
  background-image: url('../images/hero-desktop-image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

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

.image.is--absolute {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

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

.div-block.is--footer {
  flex-flow: column-reverse;
}

.div-block-2 {
  background-image: linear-gradient(#37461f 51%, #37461f00 96%);
  height: 45vh;
}

.div-block-2.is--footer {
  background-image: linear-gradient(0deg, #37461f 51%, #37461f00 96%);
}

.div-block-3 {
  background-image: linear-gradient(#fff0 21%, #fff);
  height: 35vh;
}

.div-block-3.is--footer {
  background-image: linear-gradient(0deg, #fff0 21%, #fff);
}

.div-block-4 {
  z-index: 3;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45.125rem;
  display: flex;
  position: relative;
}

.heading {
  text-transform: capitalize;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-line-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  background-color: var(--divider-color);
  flex: 1;
  height: 1px;
}

.divider {
  background-color: var(--divider-color);
  width: 1px;
  height: 1.25rem;
}

.divider.horizontal {
  flex: 1;
  width: auto;
  height: 1px;
}

.heading-2 {
  text-align: right;
  letter-spacing: -.375rem;
  text-transform: capitalize;
  font-family: Geneva, Arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2.is--last {
  margin-top: -.75rem;
}

.couple-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: transform .2s;
  display: flex;
}

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

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

.text-block {
  color: var(--black-color);
  letter-spacing: -.02625rem;
  text-transform: capitalize;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  padding: .1rem 0rem;
}

.hero-line-wrapper-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  font-family: Playlist Script, Arial, sans-serif;
  font-size: 1.5rem;
}

.countdown-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-4 {
  letter-spacing: -.0125rem;
  text-transform: capitalize;
  font-size: 1.25rem;
}

.text-block-2 {
  font-family: Geneva, Arial, sans-serif;
  font-size: 2.5rem;
}

.text-block-3 {
  letter-spacing: -.075rem;
  font-family: Geneva, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.greeting-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.image-2 {
  width: 22.5625rem;
  height: 4.61506rem;
}

.image-3 {
  width: 22.5625rem;
  height: 6.66913rem;
}

.div-block-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black-color);
  border: 1px solid #d8d8d8;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.5rem;
  padding: 2.47rem;
  display: flex;
}

.paragraph {
  text-align: center;
  line-height: 1.5;
}

.heading-5 {
  text-align: center;
  letter-spacing: -.1rem;
  font-size: 2rem;
  line-height: 1;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Allura, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 18.8125rem;
  display: flex;
}

.profile-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery-section {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sections-wrapper {
  background-color: var(--black-color);
  position: relative;
}

.couple-video {
  pointer-events: none;
  height: 100vh;
  -webkit-mask: linear-gradient(#000, #000, #0000);
  mask: linear-gradient(#000, #000, #0000);
}

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

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

.div-block-14.is--profile {
  mix-blend-mode: difference;
}

.heading-section {
  color: var(--black-color);
  text-align: center;
  letter-spacing: -.12rem;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-end;
  max-width: 22.0641rem;
  font-size: 3rem;
  line-height: 1;
}

.heading-section.is--event {
  color: var(--white-color);
  text-transform: none;
  mix-blend-mode: difference;
}

.heading-section.is--profile {
  color: var(--white-color);
  justify-content: center;
  align-items: center;
}

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

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.paragraph-2 {
  opacity: .7;
  text-align: center;
  max-width: 22.525rem;
  line-height: 1.5;
}

.profile-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: stretch;
  display: flex;
}

.profile-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(49.5px);
  backdrop-filter: blur(49.5px);
  text-align: center;
  background-color: #ffffff1a;
  background-image: linear-gradient(121deg, #fff0, #ffffff1a 46%, #fff0);
  border: 1px solid #fff3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.heading-8 {
  letter-spacing: -.06rem;
  text-transform: capitalize;
  font-family: Allura, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-18 {
  background-color: var(--black-color);
  position: sticky;
  top: 0;
}

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

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

.heading-9 {
  max-width: 17.5203rem;
}

.heading-10 {
  letter-spacing: -.08rem;
  flex: 1;
  max-width: 17.5203rem;
  font-size: 2rem;
}

.paragraph-3 {
  max-width: 15.375rem;
}

.link-block-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--black-color);
  border-radius: 50rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: transform .2s;
  display: flex;
}

.link-block-2:hover {
  transform: scale(.95);
}

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

.text-block-4 {
  color: var(--white-color);
  letter-spacing: -.03rem;
  text-transform: lowercase;
  font-family: Inter, Arial, sans-serif;
  line-height: 1;
}

.div-block-21 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.event-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(49.5px);
  backdrop-filter: blur(49.5px);
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.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;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  letter-spacing: -.08rem;
  text-transform: capitalize;
  font-family: Allura, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.paragraph-4, .paragraph-5 {
  opacity: .8;
  max-width: 31.4049rem;
  font-size: .875rem;
  line-height: 1.5;
}

.div-block-25 {
  opacity: .1;
  background-color: #fff;
  align-self: stretch;
  height: 1px;
}

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

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

.heading-12 {
  letter-spacing: -.06rem;
  text-transform: capitalize;
  font-family: Geneva, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-13 {
  opacity: .8;
  font-size: 1rem;
}

.div-block-28 {
  background-color: var(--white-color);
  border-radius: .5rem;
  width: 4.375rem;
  overflow: hidden;
}

.div-block-29 {
  background-color: #32411a;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.heading-14 {
  text-align: center;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Geneva, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.div-block-30 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #030712;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.heading-15 {
  text-align: center;
  letter-spacing: -.04375rem;
  text-transform: uppercase;
  font-family: Geneva, Arial, sans-serif;
  font-size: .875rem;
}

.heading-16 {
  text-align: center;
  letter-spacing: -.075rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

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

.link-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 50rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: transform .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(.95);
}

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

.text-block-5 {
  color: #13170c;
  text-align: center;
  line-height: 1;
}

.div-block-32 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  display: flex;
  position: relative;
}

.heading-17 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.heading-18 {
  text-align: center;
  letter-spacing: -.16rem;
  font-family: Playlist Script, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.div-block-34 {
  width: 20.8125rem;
  height: 17.375rem;
}

.image-4 {
  pointer-events: auto;
  object-fit: cover;
  flex: none;
  width: 20.8125rem;
  height: 17.375rem;
  overflow: hidden;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.div-block-36 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#fff 20%, #fff0 40%, #13170c00 65%, #13170c 90%);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 22.525rem;
  display: flex;
  position: relative;
}

.paragraph-6 {
  opacity: .7;
  color: var(--black-color);
  line-height: 1.5;
}

.form-block {
  z-index: 3;
  align-self: center;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  position: relative;
}

.wish-list {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.div-block-39 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 21.125rem;
  padding: .75rem;
  display: flex;
}

.heading-19 {
  opacity: .8;
  text-transform: lowercase;
  align-self: flex-end;
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph-7 {
  opacity: .8;
  line-height: 1.5;
}

.heading-20 {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-8 {
  opacity: .7;
  min-height: 4.5rem;
  line-height: 1.5;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  height: 31.3125rem;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.text-field {
  background-color: var(--white-color);
  color: #000;
  border: 1px #000;
  border-bottom: 1px solid #bdbdbd66;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s;
}

.text-field:hover {
  border-bottom: 1px solid #bdbdbd;
}

.text-field:active {
  border-bottom-style: solid;
}

.text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: #bdbdbd;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-style: solid;
}

.text-field::placeholder {
  color: #000c;
}

.text-field.textarea {
  resize: none;
  flex: 1;
}

.text-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 50rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding: .75rem 1rem;
  line-height: 1;
  transition: transform .2s;
  display: flex;
  position: relative;
}

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

.dresscode-section {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

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

.dresscode-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 5rem 5rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 5rem;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.div-block-41 {
  background-color: #c0ad9e;
}

.div-block-42 {
  background-color: #523226;
}

.div-block-43 {
  background-color: #fff;
  border: 1px solid #0000001a;
}

.div-block-44 {
  background-color: #090907;
}

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

.paragraph-9 {
  opacity: .8;
  text-align: center;
  line-height: 1.5;
}

.divider-footer {
  opacity: .2;
  background-color: #1b1b1b;
  width: 1px;
  height: 1.25rem;
}

.div-block-47 {
  z-index: 4;
  color: var(--white-color);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 45.125rem;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

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

.heading-21 {
  text-align: center;
  letter-spacing: -.6rem;
  font-family: Playlist Script, Arial, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.image-5 {
  z-index: 4;
  filter: blur(10px);
  mix-blend-mode: darken;
  object-fit: cover;
  background-image: url('../images/footer-shadow.avif');
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-49 {
  position: relative;
}

.image-6 {
  z-index: 5;
  opacity: .5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: darken;
  background-image: url('../images/footer-shadow.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-7 {
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  transform-style: preserve-3d;
  /*background-image: url('../images/footer-shadow.avif');*/
  /*background-position: 0 0, 50%;*/
  /*background-repeat: no-repeat, no-repeat;*/
  /*background-size: cover, cover;*/
  width: 100%;
  height: 45vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-7.is--footer {
  transform-style: preserve-3d;
  inset: auto 0% 0%;
  transform: none;
}

.cover-section {
  z-index: 500;
  background-color: #fff;
  background-image: url('../images/cover-desktop-image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100svh;
  padding: 4rem 1rem 2.5rem;
  transition: opacity 1s cubic-bezier(.77, 0, .175, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.cover-inner-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45.125rem;
  transition: transform 1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.heading-copy {
  letter-spacing: -.05rem;
  text-transform: capitalize;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
}

.cover-inner-2 {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45.125rem;
  padding: .62rem;
  transition: transform 1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.link-block-4 {
  letter-spacing: -.02625rem;
  cursor: pointer;
  background-color: #1b1b1b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  margin-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.heading-22 {
  opacity: .8;
  color: #1b1b1b;
  letter-spacing: -.03rem;
  font-size: 1rem;
}

.heading-23 {
  color: #1b1b1b;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  max-width: 10.5625rem;
  font-size: 2rem;
  line-height: 1;
}

.image-8 {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  background-image: url('../images/shadow-image_1.avif');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.countdown {
  font-size: 2.5rem;
}

.div-block-54 {
  display: none;
}

.div-block-55 {
  background-image: url('../images/footer-image_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-56 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #131416;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-26 {
  color: var(--white-color);
  letter-spacing: -.05rem;
  font-family: Hankengrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.div-block-58 {
  position: absolute;
  inset: 0%;
}

.div-block-59 {
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.div-block-124 {
  background-color: #fff3;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .12rem;
  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;
}

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

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

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

.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;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 12.7px #0d0d1233;
}

.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: 2.5rem;
  left: 50%;
  transform: translate(-50%);
}

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

.inner-text-link.is--absolute {
  position: absolute;
  top: 100%;
}

.inner-text-link-wrapper {
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.inner-text-link-wrapper.is--event {
  color: #13170c;
}

.inner-text-link-wrapper.is--profile {
  color: var(--white-color);
  letter-spacing: .03px;
  text-transform: lowercase;
  line-height: 1;
}

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

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

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

  .hero-section {
    background-image: url('../images/hero-mobile-image_1.avif');
  }

  .div-block-2.is--footer {
    height: 40vh;
  }

  .div-block-3.is--footer {
    background-image: linear-gradient(0deg, #fff0 21%, #fff 58%);
    height: 40vh;
  }

  .heading-2 {
    letter-spacing: -.225rem;
    font-size: 4.5rem;
  }

  .div-block-10 {
    min-width: 3.375rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    letter-spacing: -.01rem;
    font-size: 1rem;
  }

  .text-block-3 {
    letter-spacing: -.045rem;
    font-size: 1.5rem;
  }

  .greeting-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-block-11 {
    flex: 0 auto;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .profile-section {
    padding-bottom: .75rem;
  }

  .event-section {
    padding-top: .75rem;
    padding-bottom: 1.5rem;
  }

  .gallery-section {
    padding: 0 1.88rem;
    overflow: visible;
  }

  .couple-video {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .heading-section {
    letter-spacing: -.08rem;
    font-size: 2rem;
  }

  .heading-section.is--event {
    max-width: 13.1888rem;
  }

  .heading-7 {
    font-size: 1rem;
  }

  .profile-list {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100vw;
  }

  .profile-item {
    flex: none;
    width: 21.25rem;
    max-width: calc(100vw - 3rem);
  }

  .event-item {
    flex: none;
    /*align-self: flex-end;*/
  }

  .div-block-32 {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .gallery-wrapper {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .gallery-wrapper.is--helper {
    display: none;
  }

  .image-4 {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-35 {
    flex: 1;
    margin-top: 100vh;
    padding-top: 100vh;
    padding-bottom: 100vh;
    overflow: hidden;
  }

  .rsvp-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .form-block {
    max-width: none;
  }

  .wish-list {
    flex-flow: column;
    width: 100%;
    height: 23rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .div-block-39 {
    /*width: 100%;*/
    align-self: stretch;
    width: auto;
  }

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 22.5rem;
    padding: 1rem;
  }

  .text-block-6 {
    margin-top: 1rem;
  }

  .dresscode-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-section {
    padding-top: 1rem;
  }

  .paragraph-9.is--footer {
    text-align: left;
  }

  .div-block-47 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-21 {
    letter-spacing: -.3rem;
    font-size: 6rem;
  }

  .image-7.is--footer {
    object-fit: fill;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
    -webkit-mask-image: linear-gradient(#0000, #000);
    mask-image: linear-gradient(#0000, #000);
  }

  .cover-section {
    background-image: url('../images/cover-mobile-image_1.avif');
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

  .heading-24, .countdown {
    letter-spacing: -.06rem;
    font-size: 2rem;
  }
  
  .div-block-53 {
      width: 100%;
  }

  .div-block-54 {
    z-index: 10;
    pointer-events: none;
    background-image: linear-gradient(#0000, #00000080);
    height: 8.0625rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-55 {
    padding-bottom: 0;
  }

  .div-block-59 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100vh;
    inset: 0%;
  }

  .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 {
    color: #fff;
    background-color: #bf825e;
    width: auto;
  }

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

  .heading-29 {
    display: none;
  }

  .navbar-wrapper {
    bottom: 1rem;
  }
}


@font-face {
  font-family: 'Geneva';
  src: url('../fonts/Geneva-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.woff2') format('woff2');
  font-weight: 500;
  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;
}
@font-face {
  font-family: 'Playlist Script';
  src: url('../fonts/Playlist-Script.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allura';
  src: url('../fonts/Allura-Regular.woff2') format('woff2');
  font-weight: 400;
  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;
}