:root {
  --_colors---body-bg: #e8f0f6;
  --_size---p1-body--font-family: var(--_typography---body-font);
  --_colors---text-light-2: #c2d8eb;
  --_size---p1-body--font-size: 16px;
  --_size---p1-body--line-height: 155%;
  --_size---p1-body--font-weight: 400;
  --_size---p1-body--letter-spacing: -.32px;
  --_size---h1--font-family: var(--_typography---heading-font);
  --_colors---theme-primary-color: #0d2a3d;
  --_size---h1--font-size: 128px;
  --_size---h1--line-height: 88%;
  --_size---h1--font-weight: 400;
  --_size---h1--letter-spacing: 0px;
  --_size---h2--font-family: var(--_typography---heading-font);
  --_size---h2--font-size: 88px;
  --_size---h2--line-height: 97%;
  --_size---h2--font-weight: 400;
  --_size---h2--letter-spacing: 0px;
  --_size---h3--font-family: var(--_typography---heading-font);
  --_size---h3--font-size: 70px;
  --_size---h3--line-height: 110%;
  --_size---h3--font-weight: 400;
  --_size---h3--letter-spacing: 0px;
  --_size---h4--font-family: var(--_typography---heading-font);
  --_size---h4--font-size: 50px;
  --_size---h4--line-height: 110%;
  --_size---h4--font-weight: 400;
  --_size---h4--letter-spacing: -.32px;
  --_size---h5--font-family: var(--_typography---heading-font);
  --_size---h5--font-size: 40px;
  --_size---h5--font-weight: 400;
  --_size---h6--letter-spacing: -.32px;
  --_size---h6--font-family: var(--_typography---heading-font);
  --_size---h6--font-size: 32px;
  --_size---h6--line-height: 110%;
  --_size---h6--font-weight: 400;
  --width: 100%;
  --_colors---border: #b8cfe0;
  --_colors---border-color-two: #e8f0f626;
  --_colors---text-light: #ddeaf4;
  --_colors---navy-kelp: #174664;
  --_colors---rsvp-bg: #f0f5f9e6;
  --_colors---theme-secondary: #2e7aad;
  --_colors---overlay-one: #e8f0f600;
  --_colors---input: #6e8fa8;
  --_colors---reef-blue: #a8c8e0;
  --_colors---border-color-three: #17466426;
  --_colors---icon-bg: #e8f0f617;
  --_colors---footer-text-color: #f0f5f999;
  --_colors---border-color: #1746641a;
  --_colors---overlay-two: #e8f0f6;
  --_size---caption--font-family: var(--_typography---body-font);
  --_size---caption--font-size: 22px;
  --_size---caption--line-height: 155%;
  --_size---caption--font-weight: 400;
  --_size---caption--letter-spacing: 0px;
  --_size---caption-medium--font-family: var(--_typography---body-font);
  --_size---caption-medium--font-size: 16px;
  --_size---caption-medium--line-height: 120%;
  --_size---caption-medium--font-weight: 400;
  --_size---caption-medium--letter-spacing: 0px;
  --_size---button--font-family: var(--_typography---body-font);
  --_size---button--font-size: 18px;
  --_size---button--line-height: 145%;
  --_size---button--font-weight: 500;
  --_size---button--letter-spacing: 0px;
  --_size---caption-small--font-size: 14px;
  --_size---caption-small--font-weight: 400;
  --letter-spacing: .64px;
  --_colors---ombre: ;
  --_size---font-size-28: 28px;
  --_typography---heading-font-two: Allura, sans-serif;
  --height: 100%;
  --_colors---accent-color: #db570f;
  --_size---caption-small--letter-spacing: 3.2px;
  --_typography---body-font: "Inter Tight", sans-serif;
  --_size---h5--line-height: 110%;
  --_size---h5--letter-spacing: -.32px;
  --_size---font-size-12: 12px;
  --_size---letter-spacing: 1.6px;
  --_size---caption-small--line-height: 120%;
  --_typography---heading-font: "Gilda Display", sans-serif;
  --_size---caption-small--font-family: var(--_typography---body-font);
}

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

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

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

body {
  background-color: var(--_colors---body-bg);
  font-family: var(--_size---p1-body--font-family);
  color: var(--_colors---text-light-2);
  font-size: var(--_size---p1-body--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---p1-body--letter-spacing);
}

h1 {
  font-family: var(--_size---h1--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h1--font-size);
  line-height: var(--_size---h1--line-height);
  font-weight: var(--_size---h1--font-weight);
  letter-spacing: var(--_size---h1--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_size---h2--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h2--font-size);
  line-height: var(--_size---h2--line-height);
  font-weight: var(--_size---h2--font-weight);
  letter-spacing: var(--_size---h2--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_size---h3--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h3--font-size);
  line-height: var(--_size---h3--line-height);
  font-weight: var(--_size---h3--font-weight);
  letter-spacing: var(--_size---h3--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_size---h4--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_size---h5--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h5--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h5--font-weight);
  letter-spacing: var(--_size---h6--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_size---h6--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h6--font-size);
  line-height: var(--_size---h6--line-height);
  font-weight: var(--_size---h6--font-weight);
  letter-spacing: var(--_size---h6--letter-spacing);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_size---p1-body--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---p1-body--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---p1-body--letter-spacing);
  margin-bottom: 0;
}

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

.color-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.typography {
  margin-top: 0;
  margin-bottom: 0;
}

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

.container.two {
  max-width: 1812px;
}

.container.three {
  max-width: 1108px;
}

.container.four {
  max-width: 1808px;
}

.color-item-2 {
  border: 1px solid var(--_colors---border);
  background-color: var(--_colors---body-bg);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
}

.color-item-2.pastel-blue {
  background-color: var(--_colors---text-light-2);
}

.color-item-2.overlay-color {
  background-color: var(--_colors---border-color-two);
  position: static;
}

.color-item-2.bright-gray {
  background-color: var(--_colors---border);
}

.color-item-2.text-color {
  background-color: var(--_colors---text-light);
}

.color-item-2.davy-s-grey {
  background-color: var(--_colors---navy-kelp);
}

.color-item-2._02 {
  background-color: var(--_colors---rsvp-bg);
}

.color-item-2.theme-color-600 {
  background-color: var(--_colors---theme-secondary);
}

.color-item-2.box-shadow {
  background-color: var(--_colors---overlay-one);
}

.color-item-2.jet {
  background-color: var(--_colors---input);
}

.color-item-2.nemu-color {
  background-color: var(--_colors---reef-blue);
}

.color-item-2.theme-color {
  background-color: var(--_colors---theme-primary-color);
  color: var(--_colors---text-light);
  font-size: var(--_size---p1-body--font-size);
  font-weight: var(--_size---p1-body--font-weight);
}

.color-item-2._05 {
  background-color: var(--_colors---border-color-three);
}

.color-item-2._03 {
  background-color: var(--_colors---icon-bg);
}

.color-item-2._04 {
  background-color: var(--_colors---footer-text-color);
}

.color-item-2.cultured {
  background-color: var(--_colors---border-color);
}

.color-item-2.mountbatten-pink {
  background-color: var(--_colors---overlay-two);
}

.color-code-2 {
  color: var(--_colors---text-light);
  text-align: center;
  margin-bottom: 0;
}

.color-code-2.border-color-two-code {
  color: var(--_colors---theme-primary-color);
  border: 1px #000;
}

.caption {
  font-family: var(--_size---caption--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---caption--line-height);
  font-weight: var(--_size---caption--font-weight);
  letter-spacing: var(--_size---caption--letter-spacing);
  margin-bottom: 0;
}

.typography-h1-to-h6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buttons-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.styleguide-section {
  padding: 40px 20px 100px;
}

.styleguide-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #00000040;
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.link {
  font-family: var(--_size---caption-medium--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption-medium--font-size);
  line-height: var(--_size---caption-medium--line-height);
  font-weight: var(--_size---caption-medium--font-weight);
  letter-spacing: var(--_size---caption-medium--letter-spacing);
  text-decoration: none;
}

.colors-style-wrap-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  font-family: var(--_size---button--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---button--line-height);
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: none;
}

.body-bg-color-code {
  color: var(--_colors---theme-primary-color);
  border: 1px #000;
}

.typography-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.menu {
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption-small--font-size);
  line-height: var(--_size---button--line-height);
  font-weight: var(--_size---caption-small--font-weight);
  letter-spacing: var(--letter-spacing);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.menu.w--current {
  color: var(--_colors---theme-primary-color);
}

.header {
  z-index: 111;
  background-color: var(--_colors---body-bg);
  width: 100%;
  box-shadow: 0 2px 5px 0 var(--_colors---ombre);
  padding: 20px;
  position: fixed;
}

.navbar-2 {
  background-color: #0000;
}

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

.nav-left {
  width: var(--width);
  grid-column-gap: 138px;
  grid-row-gap: 138px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  width: var(--width);
}

.menu-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero {
  position: relative;
}

.hero-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 60px;
}

.hero-text {
  z-index: 7;
  max-width: 665px;
  color: var(--_colors---navy-kelp);
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.hero-item-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 37%;
  display: flex;
  overflow: visible;
}

.hero-item-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._22-june {
  font-family: var(--_size---h2--font-family);
  color: var(--_colors---navy-kelp);
  font-size: var(--_size---font-size-28);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
  text-transform: uppercase;
}

.hero-item-left-text {
  color: var(--_colors---input);
  font-size: var(--_size---p1-body--font-size);
  text-transform: uppercase;
}

.hero-link-text {
  z-index: 2;
  font-family: var(--_size---button--font-family);
  color: var(--_colors---navy-kelp);
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---caption-medium--line-height);
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---h6--letter-spacing);
  position: relative;
}

.hero-link-text._02 {
  color: var(--_colors---text-light-2);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: uppercase;
}

.hero-link-wrap-02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px none var(--_colors---navy-kelp);
  color: var(--_colors---navy-kelp);
  font-weight: var(--_size---button--font-weight);
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-bg {
  position: absolute;
  overflow: clip;
}

.couple {
  background-color: var(--_colors---theme-primary-color);
  padding: 100px 20px;
}

.couple-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.couple-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.couple-title {
  max-width: 728px;
  color: var(--_colors---text-light-2);
  text-align: center;
  text-transform: uppercase;
}

.couple-team-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.couple-team-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.couple-team-left-text {
  max-width: 272px;
  color: var(--_colors---text-light);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  text-align: right;
  letter-spacing: var(--_size---button--letter-spacing);
}

.couple-team-left-text.right {
  text-align: left;
}

.couple-team-left-name-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_colors---text-light);
  font-size: var(--_size---button--font-size);
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.couple-team-left-name-wrap.right {
  justify-content: center;
  align-items: flex-start;
}

.couple-team-left-name-text {
  opacity: .7;
  color: var(--_colors---text-light);
}

.couple-team-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.couple-team-wrap-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.couple-team-wrap-text {
  font-family: var(--_typography---heading-font-two);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---h4--font-weight);
}

.couple-team-wrap-03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.couple-team {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.couple-team-text {
  opacity: .8;
  color: var(--_colors---text-light);
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: uppercase;
}

.couple-team-year {
  font-family: var(--_size---h5--font-family);
  color: var(--_colors---text-light);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  text-align: center;
  letter-spacing: var(--_size---h4--letter-spacing);
  text-transform: uppercase;
}

.story {
  padding: 100px 20px;
}

.story-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 500vh;
  display: flex;
}

.story-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-title-text {
  color: var(--_colors---theme-primary-color);
  text-transform: uppercase;
}

.section-title {
  max-width: 884px;
  color: var(--_colors---navy-kelp);
  line-height: var(--_size---h2--line-height);
  text-align: center;
  text-transform: uppercase;
}

.story-item-wrap {
  z-index: 2;
  width: var(--width);
  position: sticky;
  top: 100px;
}

.story-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.story-item.two {
  max-width: 324px;
  margin-left: 0;
}

.story-item.three {
  max-width: 324px;
  margin-left: auto;
  margin-right: 0;
}

.story-item-text {
  min-width: 100%;
  max-width: 480px;
  min-height: 0;
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---p1-body--line-height);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.story-item-text._02 {
  font-family: var(--_size---h6--font-family);
  font-size: var(--_size---h6--font-size);
  line-height: var(--_size---h6--line-height);
  text-align: center;
  letter-spacing: var(--_size---h6--letter-spacing);
}

.story-item-wrap-two {
  width: var(--width);
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.story-item-img-wrap {
  position: relative;
}

.story-item-img {
  width: var(--width);
  height: var(--height);
  filter: grayscale();
}

.story-item-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.story-item-text-02 {
  max-width: 304px;
  font-size: var(--_size---button--font-size);
  text-align: center;
  letter-spacing: var(--_size---button--letter-spacing);
}

.story-item-text-02._02 {
  max-width: 255px;
}

.story-item-year-wrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  height: 75px;
  font-family: var(--_size---h6--font-family);
  line-height: var(--_size---h6--line-height);
  font-weight: var(--_size---h6--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
  background-image: url('../images/shap.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.story-item-year {
  color: var(--_colors---accent-color);
  font-size: var(--_size---font-size-28);
  line-height: var(--_size---h6--line-height);
  background-color: #fff;
}

.big-day {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.big-day-row {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-top: 1px solid var(--_colors---border-color);
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.big-day-item-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  max-width: 953px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-day-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_colors---theme-primary-color);
  box-shadow: 1px 3px 15px -3px var(--_colors---ombre);
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 70px;
}

.big-day-item-text-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big-day-item-top {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.big-day-item-text-date {
  color: var(--_colors---body-bg);
  font-size: var(--_size---caption-small--font-size);
  letter-spacing: var(--_size---caption-small--letter-spacing);
  text-transform: uppercase;
}

.big-day-item-img {
  width: var(--width);
  height: var(--height);
  max-width: 482px;
}

.big-day-item-top-date {
  font-family: var(--_size---h3--font-family);
  color: var(--_colors---body-bg);
  font-size: var(--_size---h3--font-size);
  line-height: var(--_size---h3--line-height);
  font-weight: var(--_size---h3--font-weight);
  letter-spacing: var(--_size---h3--letter-spacing);
}

.big-day-item-top-text {
  color: var(--_colors---body-bg);
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: uppercase;
}

.big-day-item-02 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.big-day-item-02-text {
  color: var(--_colors---text-light-2);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  letter-spacing: var(--_size---button--letter-spacing);
}

.counter {
  padding: 140px 20px;
  position: relative;
}

.counter-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.counter-text {
  z-index: 2;
  background-color: var(--_colors---accent-color);
  font-family: var(--_size---h5--font-family);
  color: var(--_colors---body-bg);
  font-size: var(--_size---h5--font-size);
  line-height: var(--_size---h5--line-height);
  font-weight: var(--_size---h5--font-weight);
  letter-spacing: var(--_size---h5--letter-spacing);
  text-transform: uppercase;
  padding: 15px 40px 10px;
  position: relative;
}

.counter-title {
  z-index: 2;
  text-transform: uppercase;
  position: relative;
}

.counter-shap {
  margin-right: 120px;
  position: absolute;
}

.counter-bg-shap {
  width: var(--width);
  background-image: linear-gradient(180deg, var(--_colors---overlay-one), var(--_colors---overlay-two));
  height: 91px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.event {
  width: 100vw;
  height: 100vh;
  min-width: var(--width);
  padding: 100px 20px;
}

.event-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.event-item {
  width: var(--width);
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--_colors---theme-primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.event-item-top {
  width: var(--width);
  border-bottom: 1px solid var(--_colors---border-color-two);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.event-time {
  font-family: var(--_size---h4--font-family);
  color: var(--_colors---text-light);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
}

.event-item-text-wrap {
  width: var(--width);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-title {
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---caption--font-weight);
  text-align: center;
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: uppercase;
  align-self: center;
}

.event-item-text {
  max-width: 350px;
  color: var(--_colors---text-light);
  font-size: var(--_size---button--font-size);
  font-weight: var(--_size---p1-body--font-weight);
  text-align: center;
  letter-spacing: var(--_size---p1-body--letter-spacing);
  padding-left: 10px;
}

.rsvp {
  z-index: 2;
  width: 120vw;
  height: 889px;
  min-width: var(--width);
  background-image: url('../images/rsvp-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.esvp-row {
  height: var(--height);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rsvp-form-wrap {
  z-index: 11;
  width: var(--width);
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--_colors---rsvp-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  max-width: 660px;
  margin-bottom: -100px;
  padding: 64px 80px;
  display: flex;
  position: relative;
}

.rsvp-form-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-msg {
  background-color: var(--_colors---theme-primary-color);
  border-radius: 5px;
}

.message {
  z-index: 2;
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---button--line-height);
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 56px;
  margin-top: 0;
  padding: 23px 40px;
  position: relative;
}

.thank-you {
  color: #000;
}

.thank-you._02 {
  color: #174664;
  font-weight: var(--_size---button--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  letter-spacing: 0;
  font-weight: 500;
}

.input-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-form-input {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff26;
  height: auto;
  margin-bottom: 30px;
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
}

.cta-form-input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
}

.cta-form-input.three {
  border-bottom-color: var(--_colors---theme-primary-color);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  background-color: #0000;
  margin-bottom: 45px;
}

.cta-form-input.three:active, .cta-form-input.three:focus, .cta-form-input.three:focus-visible, .cta-form-input.three[data-wf-focus-visible] {
  border-bottom-color: var(--_colors---theme-primary-color);
  background-color: #0000;
}

.cta-form-input.three::placeholder {
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  background-color: #0000;
}

.cta-form-input.three {
  color: #0d2a3d;
  letter-spacing: 0;
  background-color: #0000;
  border-bottom-color: #0d2a3d;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cta-form-input.three:hover {
  background-color: #0000;
}

.cta-form-input.three:active, .cta-form-input.three:focus, .cta-form-input.three:focus-visible, .cta-form-input.three[data-wf-focus-visible] {
  background-color: #0000;
  border-bottom-color: #0d2a3d;
}

.cta-form-input.three::placeholder {
  color: #0d2a3d;
  letter-spacing: 0;
  background-color: #0000;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cta-form-input.three:lang(en) {
  background-color: #0000;
}

.cta-form-wrap-two {
  z-index: 5;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 5px;
}

.success-message-2._02 {
  background-color: var(--_colors---theme-secondary);
  background-color: #2e7aad;
}

.oops-2 {
  color: #000;
}

.oops-2._02 {
  color: #ddeaf4;
  letter-spacing: var(--_size---button--letter-spacing);
  letter-spacing: 0;
}

.rsvp-item-wrap {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rsvp-btn-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rsvp-item-text {
  max-width: 136px;
  font-size: var(--_size---font-size-12);
  text-transform: uppercase;
}

.page-track {
  height: 250vh;
}

.page-camera {
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.page-frame {
  height: var(--height);
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: row;
  display: flex;
}

.gift-registry {
  padding: 100px 20px;
  display: none;
}

.gift-registry-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.gift-registry-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rsvp-wrap {
  z-index: 5;
  padding-bottom: 100px;
  position: relative;
}

.gift-registry-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  overflow: hidden;
}

.gift-registry-text {
  max-width: 650px;
  font-family: var(--_typography---heading-font-two);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h5--font-size);
  line-height: var(--_size---h5--line-height);
  text-align: center;
  letter-spacing: var(--_size---h3--letter-spacing);
}

.gift-registry-line {
  background-color: var(--_colors---border);
  width: 148px;
  height: 1px;
}

.gift-registry-item-wrap {
  width: var(--width);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gift-registry-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.gift-registry-item-img {
  width: var(--width);
  height: var(--height);
}

.gift-registry-item-text-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 80px;
  display: flex;
}

.gift-registry-item-text {
  font-family: var(--_size---h5--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h5--font-size);
  line-height: var(--_size---h5--line-height);
  font-weight: var(--_size---h5--font-weight);
  letter-spacing: var(--_size---h5--letter-spacing);
  text-transform: uppercase;
}

.gift-registry-item-p {
  max-width: 380px;
  font-size: var(--_size---button--font-size);
}

.gift-registry-item-p._02 {
  max-width: 280px;
}

.footer {
  background-color: var(--_colors---accent-color);
  padding: 100px 20px 80px;
  display: block;
}

.footer-item-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-top-text {
  font-family: var(--_size---h5--font-family);
  font-size: var(--_size---h5--font-size);
  line-height: var(--_size---h5--line-height);
  font-weight: var(--_size---h5--font-weight);
  letter-spacing: var(--_size---h5--letter-spacing);
  text-transform: uppercase;
}

.footer-title {
  max-width: 500px;
  color: var(--_colors---text-light-2);
  text-align: center;
  text-transform: uppercase;
}

.footer-top-text-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-text-p {
  color: var(--_colors---text-light);
  font-size: var(--_size---h6--font-size);
  line-height: var(--_size---p1-body--line-height);
  letter-spacing: var(--_size---button--letter-spacing);
}

.testimonial-top {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-img-seven {
  z-index: 1;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 357.055px;
  max-height: 556.387px;
  margin-top: 75px;
  margin-right: -200px;
  transition: z-index .8s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(-11.56deg);
}

.testimonial-img-seven:hover {
  filter: none;
}

.testimonial-img-six {
  z-index: 2;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 357.055px;
  max-height: 536.993px;
  margin-top: 40px;
  margin-right: -200px;
  transition: all .8s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(-7.45deg);
}

.testimonial-img-six:hover {
  filter: none;
}

.testimonial-img-h-left {
  z-index: 3;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 400px;
  max-height: 514.893px;
  margin-top: 10px;
  margin-right: -200px;
  padding: 0;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(-3.35deg);
}

.testimonial-img-h-left:hover {
  filter: none;
}

.testimonial-img-one {
  z-index: 4;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  max-width: 350px;
  max-height: 380px;
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(3.87deg);
}

.testimonial-img-one:hover {
  filter: none;
}

.testimonial-img-three {
  z-index: 5;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 357.055px;
  max-height: 536.993px;
  margin-top: 40px;
  margin-left: -200px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(7.45deg);
}

.testimonial-img-three:hover {
  filter: none;
}

.testimonial-img-four {
  z-index: 6;
  width: 100%;
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 357.055px;
  max-height: 554.089px;
  margin-top: 75px;
  margin-left: -200px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(11.04deg);
}

.testimonial-img-four:hover {
  filter: none;
}

.footer-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-item-box {
  width: var(--width);
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-item-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-item-left-icon-wrap {
  background-color: var(--_colors---icon-bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.call-text {
  color: var(--_colors---text-light-2);
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  font-weight: var(--_size---button--font-weight);
  text-decoration: none;
}

.call-text._02 {
  letter-spacing: var(--letter-spacing);
}

.footer-item-bottom-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-item-bottom-text {
  color: var(--_colors---footer-text-color);
  font-size: var(--_size---caption-small--font-size);
  letter-spacing: var(--_size---letter-spacing);
  text-transform: uppercase;
}

.footer-right-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--_colors---text-light);
  font-size: var(--_size---button--font-size);
  font-weight: var(--_size---p1-body--font-weight);
  letter-spacing: var(--_size---button--letter-spacing);
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  color: var(--_colors---theme-secondary);
}

.page-title {
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--_colors---border-color-three);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.page-title-wrap._02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.page-title-text {
  color: var(--_colors---theme-primary-color);
  text-align: center;
  text-transform: uppercase;
  --_size---p1-body--font-family: var(--_typography---body-font);
  --_size---p1-body--font-size: 16px;
  --_size---p1-body--line-height: 155%;
  --_size---p1-body--font-weight: 400;
  --_size---p1-body--letter-spacing: -.32px;
  --_size---h1--font-family: var(--_typography---heading-font);
  --_size---h1--font-size: 180px;
  --_size---h1--line-height: 88%;
  --_size---h1--font-weight: 400;
  --_size---h1--letter-spacing: 0px;
  --_size---h2--font-family: var(--_typography---heading-font);
  --_size---h2--font-size: 88px;
  --_size---h2--line-height: 97%;
  --_size---h2--font-weight: 400;
  --_size---h2--letter-spacing: 0px;
  --_size---h3--font-family: var(--_typography---heading-font);
  --_size---h3--font-size: 70px;
  --_size---h3--line-height: 110%;
  --_size---h3--font-weight: 400;
  --_size---h3--letter-spacing: 0px;
  --_size---h4--font-family: var(--_typography---heading-font);
  --_size---h4--font-size: 50px;
  --_size---h4--line-height: 110%;
  --_size---h4--font-weight: 400;
  --_size---h4--letter-spacing: -.32px;
  --_size---h5--font-family: var(--_typography---heading-font);
  --_size---h5--font-size: 40px;
  --_size---h5--font-weight: 400;
  --_size---h6--letter-spacing: -.32px;
  --_size---h6--font-family: var(--_typography---heading-font);
  --_size---h6--font-size: 32px;
  --_size---h6--line-height: 110%;
  --_size---h6--font-weight: 400;
  --_size---caption--font-family: var(--_typography---body-font);
  --_size---caption--font-size: 22px;
  --_size---caption--line-height: 155%;
  --_size---caption--font-weight: 400;
  --_size---caption--letter-spacing: 0px;
  --_size---caption-medium--font-family: var(--_typography---body-font);
  --_size---caption-medium--font-size: 16px;
  --_size---caption-medium--line-height: 120%;
  --_size---caption-medium--font-weight: 400;
  --_size---caption-medium--letter-spacing: 0px;
  --_size---button--font-family: var(--_typography---body-font);
  --_size---button--font-size: 18px;
  --_size---button--line-height: 145%;
  --_size---button--font-weight: 500;
  --_size---button--letter-spacing: 0px;
  --_size---caption-small--font-size: 14px;
  --_size---caption-small--font-weight: 400;
  --_size---font-size-28: 28px;
  --_size---caption-small--letter-spacing: 3.2px;
  --_size---h5--line-height: 110%;
  --_size---h5--letter-spacing: -.32px;
  --_size---font-size-12: 12px;
  --_size---letter-spacing: 1.6px;
  --_size---caption-small--line-height: 120%;
  --_size---caption-small--font-family: var(--_typography---body-font);
}

.page-title-img {
  width: var(--width);
  max-width: 117px;
}

.page-title-img._02 {
  max-width: 80px;
}

.blog {
  padding: 100px 20px;
}

.blog-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.blog-collection-list.two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-collection {
  width: var(--width);
}

.blog-collection-item-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-collection-item-wrap._02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.blog-collection-img-wrap {
  width: var(--width);
}

.blog-collection-img-wrap.two {
  height: var(--height);
}

.blog-collection-text-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 61%;
  display: flex;
}

.blog-collection-text-wrap._02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.blog-collection-date-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.blog-collection-date {
  opacity: .8;
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption-small--font-size);
  line-height: var(--_size---caption-small--line-height);
  letter-spacing: var(--_size---caption-small--letter-spacing);
  text-transform: uppercase;
}

.blog-tile {
  font-family: var(--_size---h3--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
  text-transform: uppercase;
}

.blog-tile.two {
  font-size: var(--_size---h6--font-size);
}

.text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-text {
  max-width: 384px;
  font-size: var(--_size---button--font-size);
  line-height: var(--_size---p1-body--line-height);
  letter-spacing: var(--_size---button--letter-spacing);
}

.blog-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--_colors---theme-primary-color);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-link-text {
  font-family: var(--_size---h6--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---caption--font-size);
  line-height: var(--_size---caption--line-height);
  font-weight: var(--_size---caption--font-weight);
  text-decoration: none;
}

.blog-collection-img {
  width: var(--width);
  height: var(--height);
}

.blog-details-img-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-single-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rich-text-block-2 {
  color: var(--_colors---theme-secondary);
}

.icon-wrap-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-contant {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-details-contant._02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.blog-details-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-tag-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-single {
  padding: 100px 20px;
}

.socile-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0 70px 44px;
}

.blog-details-img {
  box-sizing: border-box;
  width: var(--width);
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 8px;
  height: 600px;
}

.case-tag-dot {
  background-color: var(--_colors---theme-primary-color);
  opacity: .7;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.blog-single-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.tag-date-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.tag-date-wrap-2._02 {
  padding-left: 0;
}

.quote-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_colors---theme-primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 40px;
  display: flex;
}

.quote-text {
  font-family: var(--_size---h6--font-family);
  color: var(--_colors---text-light);
  font-size: var(--_size---h6--font-size);
  line-height: var(--_size---h6--line-height);
  font-weight: var(--_size---h6--font-weight);
  letter-spacing: var(--_size---h6--letter-spacing);
  text-transform: uppercase;
  margin-top: 16px;
}

.quote-name {
  color: var(--_colors---text-light);
  font-size: var(--_size---caption-small--font-size);
  font-weight: var(--_size---caption-small--font-weight);
  letter-spacing: var(--_size---caption-small--letter-spacing);
  text-transform: uppercase;
}

.blog-single-img {
  width: var(--width);
  height: var(--height);
  overflow: hidden;
}

.blog-details-contant-text {
  font-family: var(--_size---h6--font-family);
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h6--font-size);
  line-height: var(--_size---h6--line-height);
  font-weight: var(--_size---h6--font-weight);
  text-transform: uppercase;
}

.blog-single-title {
  text-transform: uppercase;
}

.page-title-text-2 {
  text-align: center;
  max-width: 440px;
}

.page-title-text-2._03 {
  max-width: 700px;
}

.licenses {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.license-row {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.license-item-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.img-license {
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h4--font-size);
  line-height: var(--_size---h4--line-height);
  font-weight: var(--_size---h4--font-weight);
  letter-spacing: var(--_size---h4--letter-spacing);
}

.licems {
  border: 1px solid var(--_colors---border);
  color: var(--_colors---theme-primary-color);
  border-radius: 20px;
  padding: 20px 20px 20px 30px;
}

.licems.licems-heading {
  border-color: #00000026;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: var(--_colors---theme-primary-color);
  font-weight: var(--_size---button--font-weight);
}

.input {
  border: 1px solid var(--_colors---border);
  background-color: var(--_colors---input);
  height: 52px;
  color: var(--_colors---text-light);
  padding-top: 10px;
  padding-bottom: 10px;
}

.input::placeholder {
  color: var(--_colors---text-light);
}

.submit {
  background-color: var(--_colors---theme-primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

.error-message {
  background-color: var(--_colors---theme-secondary);
}

.text-block {
  color: var(--_colors---theme-primary-color);
}

._404-container {
  max-width: 1220px;
}

._404-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-contant-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._404-section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

._404 {
  max-width: 600px;
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h2--font-size);
  text-align: center;
}

._404-btn-wrap {
  margin-left: auto;
  margin-right: auto;
}

._404-exar {
  text-align: center;
  max-width: 500px;
  letter-spacing: var(--_size---button--letter-spacing);
}

.hero-wrap {
  z-index: 0;
  padding: 140px 20px;
  position: relative;
}

.version-title {
  color: #000;
}

.version-title._03 {
  color: var(--_colors---theme-primary-color);
  font-size: var(--_size---h4--font-size);
  text-transform: uppercase;
  margin-top: -18px;
}

.change-container {
  max-width: 800px;
}

.dashboard-title {
  font-size: var(--_size---h6--font-size);
  text-transform: none;
}

.change-log-contact-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.cercile-2 {
  background-color: var(--_colors---theme-primary-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: auto -3px 7px auto;
}

.change-log-right {
  border-left: 2px dotted var(--_colors---border);
  width: 100%;
  padding-left: 30px;
}

.change-log-right._03 {
  border-left-color: var(--_colors---border);
  padding-top: 60px;
}

.released {
  letter-spacing: var(--_size---button--letter-spacing);
}

.change-log-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.change-log-date {
  line-height: var(--_size---h3--line-height);
  margin-top: -5px;
}

.change-log-left {
  width: 20%;
  position: relative;
}

.change-log-left._03 {
  padding-top: 60px;
}

.change-log-contact-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.change-log-contact-wrap-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.dashboard-list-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_colors---theme-primary-color);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.change-log-section-02 {
  z-index: 3;
  padding: 100px 20px;
  position: relative;
}

.slider {
  display: none;
}

.hero-img-left {
  width: var(--width);
  height: var(--height);
  pointer-events: auto;
  object-fit: cover;
  max-width: 279px;
  max-height: 305px;
}

.hero-link-box {
  width: var(--width);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 330px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.hero-img-right {
  width: var(--width);
  max-width: 216px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-img-right._02 {
  max-width: var(--width);
  position: static;
}

.brand {
  width: var(--width);
  max-width: 150px;
}

.brand.w--current {
  max-width: 200px;
}

.sa {
  width: var(--width);
  height: var(--height);
  max-width: 74px;
  max-height: 94px;
}

.img-wrap {
  width: var(--width);
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  height: 500px;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.hero-logo-wrap {
  width: var(--width);
  height: var(--height);
  max-width: 70px;
  max-height: 88.6406px;
}

.rsvp-logo {
  width: var(--width);
  max-width: 60px;
}

.logo {
  width: var(--width);
  height: var(--height);
  max-width: 203px;
  max-height: 120.766px;
}

.event-item-icon {
  width: var(--width);
  height: var(--height);
  max-width: 93px;
  max-height: 91px;
}

.blog-02 {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-02-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid var(--_colors---border);
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.blog-02-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-02-item-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.blog-img {
  width: var(--width);
  height: var(--height);
  object-fit: cover;
  max-height: 440px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.section {
  padding-bottom: 20px;
}

.testimonial-img-h-left-2 {
  z-index: 0;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  object-fit: cover;
  border-radius: 0;
  max-width: 350px;
  max-height: 450px;
  margin-top: 10px;
  margin-right: -200px;
  padding: 0;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(-3.35deg);
}

.testimonial-img-h-left-2:hover {
  filter: none;
}

.testimonial-img-h-right {
  z-index: 4;
  width: var(--width);
  height: var(--height);
  filter: grayscale();
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  max-width: 350px;
  max-height: 380px;
  margin-top: 0;
  margin-bottom: 42px;
  margin-left: -86px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(3.87deg);
}

.testimonial-img-h-right:hover {
  filter: none;
}

.hero-link-wrap-02-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #174664;
  border-bottom: 1px #174664;
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-link-text-2 {
  z-index: 2;
  color: #174664;
  letter-spacing: -.32px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.hero-link-text-2._02 {
  color: #c2d8eb;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-link-wrap-02-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #174664;
  border-bottom: 1px #174664;
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-link-text-3 {
  z-index: 2;
  color: #174664;
  letter-spacing: -.32px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.hero-link-text-3._02 {
  color: #c2d8eb;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-link-wrap-02-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #174664;
  border-bottom: 1px #174664;
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-link-text-4 {
  z-index: 2;
  color: #174664;
  letter-spacing: -.32px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.hero-link-text-4._02 {
  color: #c2d8eb;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.rsvp-2 {
  z-index: 2;
  background-image: url('../images/arbre.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 120vw;
  min-width: 100%;
  height: 889px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.error-msg-2 {
  background-color: #0d2a3d;
  border-radius: 5px;
}

.message-2 {
  z-index: 2;
  color: #0d2a3d;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 56px;
  margin-top: 0;
  padding: 23px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  position: relative;
}

.esvp-row-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.rsvp-form-wrap-2 {
  z-index: 11;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f0f5f9e6;
  flex-flow: column;
  width: 100%;
  max-width: 660px;
  margin-bottom: -100px;
  padding: 64px 80px;
  display: flex;
  position: relative;
}

.btn-bg-2 {
  height: 100%;
  position: absolute;
  overflow: clip;
}

.rsvp-item-text-2 {
  text-transform: uppercase;
  max-width: 136px;
  font-size: 12px;
}

.rsvp-logo-2 {
  width: 100%;
  max-width: 60px;
}

.image {
  z-index: 4;
  filter: grayscale();
  cursor: auto;
  max-width: 357.055px;
  height: 500px;
  max-height: 536.993px;
  transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  transform: rotate(5deg);
}

.rsvp-item-text-2-copy {
  text-transform: uppercase;
  max-width: 136px;
  font-size: 12px;
}

.text-block-2 {
  background-color: #db570f;
}

@media screen and (min-width: 1280px) {
  .couple-team-wrap-03 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .story-item {
    margin-top: 20px;
  }

  .story-item.two, .story-item.three {
    background-color: #fff0;
  }

  .story-item-img {
    filter: none;
  }

  .story-item-year-wrap {
    background-image: url('../images/shap.svg');
    background-size: cover;
  }

  .story-item-year {
    -webkit-text-stroke-color: var(--_colors---accent-color);
  }

  .big-day-item-text-date {
    font-family: var(--_typography---body-font);
    text-transform: uppercase;
    padding-left: 7px;
  }

  .testimonial-img-h-left {
    z-index: 3;
    margin-left: auto;
    padding-right: 0;
    position: relative;
  }

  .testimonial-img-one {
    z-index: 4;
    max-width: 357.055px;
    max-height: 554.089px;
    margin-right: auto;
    padding-left: 0;
  }

  .hero-wrap {
    overflow: clip;
  }

  .hero-link-box {
    max-width: 330px;
    margin-right: auto;
    overflow: visible;
  }

  .img-wrap {
    z-index: 0;
    max-width: 320px;
    display: block;
    overflow: visible;
  }

  .testimonial-img-h-left-2 {
    z-index: 3;
    max-width: 350px;
    max-height: 400px;
    margin-left: auto;
    padding-right: 0;
    position: relative;
    transform: rotate(-4deg);
  }

  .testimonial-img-h-right {
    z-index: 4;
    max-width: 357.055px;
    max-height: 554.089px;
    margin-left: -35px;
    margin-right: auto;
    padding-left: 0;
  }

  .rsvp-2 {
    background-image: url('../images/arbre.png');
  }

  .text-block-2 {
    color: var(--_colors---body-bg);
    -webkit-text-stroke-color: var(--_colors---accent-color);
    background-color: #db570f;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    box-shadow: 0 2px 5px 0 var(--_colors---ombre);
  }

  .hero {
    padding-top: 60px;
  }

  .testimonial-img-h-left {
    z-index: 3;
    padding-right: 0;
  }

  .testimonial-img-one {
    max-width: 357.055px;
    max-height: 554.089px;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .hero-link-box {
    max-width: 400px;
    min-height: 400px;
    margin-left: auto;
    margin-right: 14px;
    overflow: visible;
  }

  .img-wrap {
    max-width: 400px;
    margin-top: -39px;
    position: absolute;
    top: auto;
    left: 0;
  }

  .testimonial-img-h-left-2 {
    z-index: 3;
    max-width: 350px;
    max-height: 450px;
    padding-right: 0;
  }

  .testimonial-img-h-right {
    max-width: 357.055px;
    max-height: 554.089px;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .rsvp-2 {
    background-image: url('../images/arbre.png');
  }

  .text-block-2 {
    -webkit-text-stroke-color: var(--_colors---body-bg);
    background-color: #db570f;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 180px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 88px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 70px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 50px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 40px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 32px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 22px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 18px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

  .header {
    background-color: var(--_colors---overlay-two);
    box-shadow: 0 2px 5px 0 var(--_colors---ombre);
  }

  .hero {
    position: relative;
  }

  .hero-text {
    width: var(--width);
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 180px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 88px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 70px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 50px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 40px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 32px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 22px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 18px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
    max-width: 970px;
  }

  .story-row {
    height: 400vh;
  }

  .story-item {
    max-width: 600px;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-img-seven {
    filter: grayscale();
    transition-duration: .2s;
  }

  .testimonial-img-seven:hover {
    filter: none;
  }

  .testimonial-img-six {
    filter: grayscale();
    transition-duration: .2s;
  }

  .testimonial-img-six:hover {
    filter: none;
  }

  .testimonial-img-h-left {
    z-index: 3;
    filter: grayscale();
    transition-duration: .2s;
  }

  .testimonial-img-h-left:hover {
    filter: none;
  }

  .testimonial-img-one {
    filter: grayscale();
    max-width: 400px;
    max-height: 650px;
    padding-left: 10px;
    padding-right: 10px;
    transition-duration: .2s;
    overflow: visible;
  }

  .testimonial-img-one:hover {
    filter: none;
  }

  .testimonial-img-three {
    filter: grayscale();
    transition-duration: .2s;
  }

  .testimonial-img-three:hover {
    filter: none;
  }

  .testimonial-img-four {
    filter: grayscale();
    transition-duration: .2s;
  }

  .testimonial-img-four:hover {
    filter: none;
  }

  .hero-link-box {
    max-width: 470px;
    overflow: visible;
  }

  .img-wrap {
    max-width: 550px;
    height: 600px;
    overflow: visible;
  }

  .testimonial-img-h-left-2 {
    z-index: 3;
    filter: grayscale();
    max-width: 420px;
    max-height: 650px;
    transition-duration: .2s;
    left: auto;
    right: auto;
    transform: rotate(-9deg);
  }

  .testimonial-img-h-left-2:hover {
    filter: none;
  }

  .testimonial-img-h-right {
    filter: grayscale();
    max-width: 400px;
    max-height: 650px;
    padding-left: 10px;
    padding-right: 10px;
    transition-duration: .2s;
    overflow: visible;
  }

  .testimonial-img-h-right:hover {
    filter: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 100px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 77px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 60px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 40px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 30px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 25px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 20px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 18px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

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

  .styleguide-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .styleguide-row {
    padding-top: 70px;
  }

  .menu {
    color: var(--_colors---text-light);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu.w--current {
    color: var(--_colors---text-light);
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .menu-button {
    background-color: var(--_colors---theme-primary-color);
    color: var(--_colors---text-light);
    border-radius: 5px;
    padding: 10px;
    display: none;
    position: static;
    inset: 4px 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--_colors---theme-secondary);
    color: var(--_colors---navy-kelp);
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .nav-row {
    width: var(--width);
    justify-content: center;
    align-items: center;
    margin-right: auto;
    position: relative;
  }

  .nav-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-right {
    padding-top: 20px;
  }

  .menu-wrap {
    flex-flow: column;
    padding: 40px;
    display: flex;
    position: static;
    top: 20px;
    left: 0;
    right: 0;
  }

  .nav-menu-2 {
    width: var(--width);
    background-color: var(--_colors---theme-primary-color);
  }

  .hero {
    height: auto;
    padding: 70px 20px;
  }

  .hero-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .couple {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .couple-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .couple-title {
    max-width: 700px;
  }

  .couple-team-wrap-02 {
    margin-top: 0;
  }

  .couple-team-wrap-03 {
    margin-top: 20px;
  }

  .story {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .story-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .story-item-wrap {
    position: static;
  }

  .story-item {
    max-width: 600px;
  }

  .story-item.two {
    max-width: 600px;
    margin-left: auto;
  }

  .story-item.three {
    max-width: 600px;
    margin-right: auto;
  }

  .story-item-wrap-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .story-item-year-wrap {
    height: 150px;
  }

  .big-day {
    padding-bottom: 70px;
  }

  .big-day-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
  }

  .big-day-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .big-day-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    position: static;
  }

  .big-day-item-text-wrap {
    padding: 10px;
  }

  .big-day-item-img {
    max-width: 500px;
    max-height: 409.813px;
  }

  .counter {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .event {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .event-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rsvp {
    height: 750px;
  }

  .rsvp-form-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .page-track {
    height: auto;
  }

  .page-frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .gift-registry {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gift-registry-text {
    max-width: 500px;
  }

  .gift-registry-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-item-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-title {
    max-width: 700px;
  }

  .testimonial-img-seven, .testimonial-img-six {
    max-width: 150px;
    margin-right: -70px;
  }

  .testimonial-img-h-left {
    z-index: 3;
    max-width: 150px;
    margin-right: -70px;
    padding: 0;
  }

  .testimonial-img-one {
    max-width: 150px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-img-three {
    max-width: 150px;
    margin-top: 20px;
    margin-left: -70px;
  }

  .testimonial-img-four {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    max-width: 150px;
    margin-top: 60px;
    margin-left: -70px;
  }

  .footer-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-right-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-title {
    padding-top: 100px;
  }

  .page-title-text {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 100px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 77px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 60px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 40px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 30px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 25px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 20px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 18px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
    max-width: 700px;
  }

  .page-title-img {
    max-width: 60px;
  }

  .blog {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-collection-list.two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-collection-item-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-collection-img-wrap._02 {
    order: -9999;
  }

  .blog-collection-text-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .blog-single-wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-single {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .socile-wrap {
    left: 30px;
  }

  .blog-single-2 {
    max-width: none;
  }

  .licenses {
    padding-top: 70px;
  }

  .license-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 70px;
  }

  ._404-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero-wrap {
    padding: 0;
  }

  .change-log-contact-wrap-2 {
    width: 100%;
  }

  .change-log-section-02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-img-left {
    display: block;
    overflow: visible;
  }

  .hero-link-box {
    max-width: 40%;
    min-height: 100%;
    display: block;
    overflow: clip;
  }

  .brand.w--current {
    max-width: var(--width);
  }

  .img-wrap {
    max-width: 40%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    display: block;
  }

  .blog-02 {
    padding-bottom: 70px;
  }

  .blog-02-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 70px;
  }

  .blog-02-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-img-h-left-2 {
    z-index: 3;
    vertical-align: bottom;
    max-width: 280px;
    max-height: 320px;
    margin: auto auto -12px -29px;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    overflow: clip;
  }

  .testimonial-img-h-right {
    z-index: -1;
    max-width: 220px;
    max-height: 400px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: -20px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: clip;
    transform: rotate(-7deg);
  }

  .rsvp-2 {
    height: 750px;
  }

  .rsvp-form-wrap-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image {
    width: 100%;
    height: var(--height);
    max-width: 150px;
    max-height: 554.089px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 80px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 60px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 50px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 30px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 25px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 20px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 18px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 16px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

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

  .styleguide-row {
    padding-top: 60px;
  }

  .colors-style-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .header {
    background-color: var(--_colors---overlay-two);
    box-shadow: 0 2px 5px 0 var(--_colors---ombre);
    padding-bottom: 10px;
    position: fixed;
  }

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

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .hero-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .couple {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .couple-team-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .couple-team-wrap-03 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .couple-team {
    justify-content: center;
    align-items: flex-start;
  }

  .story {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .story-item-text {
    max-width: 380px;
  }

  .story-item-year-wrap {
    height: 130px;
  }

  .big-day {
    padding-bottom: 60px;
  }

  .big-day-item-wrap {
    display: flex;
  }

  .big-day-item {
    justify-content: center;
    align-items: flex-start;
  }

  .big-day-item-img {
    max-height: var(--height);
    max-width: var(--width);
  }

  .big-day-item-02-text {
    max-width: 400px;
  }

  .counter {
    padding-top: 188px;
    padding-bottom: 188px;
  }

  .counter-shap {
    margin-right: 20px;
  }

  .event {
    width: var(--width);
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rsvp {
    width: var(--width);
    height: 700px;
  }

  .rsvp-form-wrap {
    margin-bottom: -40px;
    padding: 40px;
  }

  .cta-form-wrap-two {
    padding-left: 0;
    padding-right: 0;
  }

  .page-track, .page-camera {
    height: auto;
  }

  .page-frame {
    flex-flow: column;
  }

  .gift-registry {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gift-registry-text {
    max-width: 450px;
  }

  .gift-registry-item-text-wrap {
    padding-left: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-top, .footer-top-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-img-seven, .testimonial-img-six, .testimonial-img-h-left {
    margin-right: -100px;
  }

  .testimonial-img-three, .testimonial-img-four {
    margin-left: -100px;
  }

  .footer-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .page-title-text {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 80px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 60px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 50px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 30px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 25px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 20px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 18px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 16px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-collection-list.two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .blog-collection-text-wrap._02 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-single-wrap {
    margin-top: 0;
  }

  .blog-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-details-img {
    height: auto;
  }

  .tag-date-wrap-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .tag-date-wrap-2._02 {
    flex-flow: row;
  }

  .licenses {
    padding-top: 60px;
  }

  .license-row {
    padding-bottom: 60px;
  }

  .change-log-left {
    width: 30%;
  }

  .change-log-section-02 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-02 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .blog-02-row {
    padding-top: 60px;
  }

  .blog-img {
    max-height: none;
  }

  .testimonial-img-h-left-2 {
    margin-right: -100px;
  }

  .testimonial-img-h-right {
    margin-top: -12px;
    margin-right: -47px;
    transform: rotate(-7deg);
  }

  .rsvp-2 {
    width: 100%;
    height: 700px;
  }

  .rsvp-form-wrap-2 {
    margin-bottom: -40px;
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 50px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 42px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 40px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 25px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 20px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 20px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 18px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 16px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

  .typography {
    width: var(--width);
  }

  .btn-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .styleguide-section {
    padding: 20px 10px 50px;
  }

  .styleguide-row {
    padding-top: 50px;
  }

  .colors-style-wrap-2 {
    grid-template-columns: 1fr;
  }

  .button-text {
    font-size: 16px;
  }

  .menu {
    color: #fff;
  }

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

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    top: -3px;
  }

  .nav-row {
    justify-content: space-between;
  }

  .hero {
    margin-top: 0;
    padding: 50px 10px;
  }

  .hero-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .hero-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 60px;
  }

  .hero-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 5px;
  }

  .btn-bg {
    overflow: clip;
  }

  .couple {
    z-index: 1;
    padding: 50px 10px;
    position: static;
  }

  .couple-row, .couple-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .couple-team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: none;
  }

  .couple-team-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .couple-team-left-text {
    text-align: center;
  }

  .couple-team-left-text.right {
    text-align: center;
    overflow: hidden;
  }

  .couple-team-left-name-wrap, .couple-team-left-name-wrap.right {
    justify-content: center;
    align-items: center;
  }

  .couple-team-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .couple-team-wrap-03 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    display: flex;
  }

  .couple-team {
    justify-content: center;
    align-items: center;
  }

  .story {
    padding: 50px 10px;
  }

  .story-row, .story-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title {
    width: var(--width);
  }

  .story-item-wrap.none {
    display: none;
  }

  .story-item-wrap-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: none;
  }

  .story-item-year {
    background-color: #fff;
  }

  .big-day {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-day-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 50px;
  }

  .big-day-item-wrap {
    display: none;
  }

  .big-day-item {
    justify-content: center;
    align-items: center;
  }

  .big-day-item-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    padding-bottom: 10px;
  }

  .big-day-item-top {
    justify-content: center;
    align-items: center;
  }

  .big-day-item-top-date {
    text-align: center;
  }

  .big-day-item-02 {
    justify-content: center;
    align-items: center;
  }

  .big-day-item-02-text {
    text-align: center;
  }

  .counter {
    padding: 100px 10px 71px;
  }

  .counter-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .counter-text {
    text-align: center;
  }

  .counter-shap {
    width: var(--width);
    max-width: 150px;
  }

  .event {
    padding: 50px 10px;
  }

  .event-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: none;
  }

  .event-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rsvp {
    height: auto;
    padding: 60px 10px;
  }

  .rsvp-form-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .message {
    margin-top: 0;
  }

  .input-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .cta-form-input.three {
    margin-bottom: 30px;
    overflow: clip;
  }

  .cta-form-wrap-two {
    padding: 0;
  }

  .rsvp-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rsvp-item-text {
    max-width: 200px;
  }

  .gift-registry {
    padding: 50px 10px;
  }

  .gift-registry-row, .gift-registry-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rsvp-wrap {
    padding-bottom: 0;
  }

  .gift-registry-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .gift-registry-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: none;
  }

  .gift-registry-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gift-registry-item-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .gift-registry-item-text, .gift-registry-item-p, .gift-registry-item-p._02 {
    text-align: center;
  }

  .footer {
    padding: 50px 10px;
  }

  .footer-item-wrap, .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-top-text-p {
    text-align: center;
  }

  .testimonial-top {
    padding-bottom: 10px;
  }

  .testimonial-img-seven, .testimonial-img-six, .testimonial-img-h-left {
    max-width: 100px;
    margin-right: -70px;
  }

  .testimonial-img-one {
    max-width: 100px;
  }

  .testimonial-img-three, .testimonial-img-four {
    max-width: 100px;
    margin-left: -70px;
  }

  .footer-item-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .call-text._02 {
    letter-spacing: var(--letter-spacing);
  }

  .footer-item-bottom-text {
    text-align: center;
  }

  .footer-right-item {
    flex-flow: wrap;
  }

  .page-title {
    padding-top: 60px;
  }

  .page-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 20px;
  }

  .page-title-text {
    --_size---p1-body--font-family: var(--_typography---body-font);
    --_size---p1-body--font-size: 16px;
    --_size---p1-body--line-height: 155%;
    --_size---p1-body--font-weight: 400;
    --_size---p1-body--letter-spacing: -.32px;
    --_size---h1--font-family: var(--_typography---heading-font);
    --_size---h1--font-size: 50px;
    --_size---h1--line-height: 88%;
    --_size---h1--font-weight: 400;
    --_size---h1--letter-spacing: 0px;
    --_size---h2--font-family: var(--_typography---heading-font);
    --_size---h2--font-size: 42px;
    --_size---h2--line-height: 97%;
    --_size---h2--font-weight: 400;
    --_size---h2--letter-spacing: 0px;
    --_size---h3--font-family: var(--_typography---heading-font);
    --_size---h3--font-size: 40px;
    --_size---h3--line-height: 110%;
    --_size---h3--font-weight: 400;
    --_size---h3--letter-spacing: 0px;
    --_size---h4--font-family: var(--_typography---heading-font);
    --_size---h4--font-size: 25px;
    --_size---h4--line-height: 110%;
    --_size---h4--font-weight: 400;
    --_size---h4--letter-spacing: -.32px;
    --_size---h5--font-family: var(--_typography---heading-font);
    --_size---h5--font-size: 20px;
    --_size---h5--font-weight: 400;
    --_size---h6--letter-spacing: -.32px;
    --_size---h6--font-family: var(--_typography---heading-font);
    --_size---h6--font-size: 20px;
    --_size---h6--line-height: 110%;
    --_size---h6--font-weight: 400;
    --_size---caption--font-family: var(--_typography---body-font);
    --_size---caption--font-size: 18px;
    --_size---caption--line-height: 155%;
    --_size---caption--font-weight: 400;
    --_size---caption--letter-spacing: 0px;
    --_size---caption-medium--font-family: var(--_typography---body-font);
    --_size---caption-medium--font-size: 16px;
    --_size---caption-medium--line-height: 120%;
    --_size---caption-medium--font-weight: 400;
    --_size---caption-medium--letter-spacing: 0px;
    --_size---button--font-family: var(--_typography---body-font);
    --_size---button--font-size: 16px;
    --_size---button--line-height: 145%;
    --_size---button--font-weight: 500;
    --_size---button--letter-spacing: 0px;
    --_size---caption-small--font-size: 14px;
    --_size---caption-small--font-weight: 400;
    --_size---font-size-28: 28px;
    --_size---caption-small--letter-spacing: 3.2px;
    --_size---h5--line-height: 110%;
    --_size---h5--letter-spacing: -.32px;
    --_size---font-size-12: 12px;
    --_size---letter-spacing: 1.6px;
    --_size---caption-small--line-height: 120%;
    --_size---caption-small--font-family: var(--_typography---body-font);
  }

  .page-title-img {
    max-width: 60px;
  }

  .blog {
    padding: 50px 10px;
  }

  .blog-row, .blog-collection-list.two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-collection-text-wrap, .blog-collection-text-wrap._02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-collection-date-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-single-wrap {
    margin-top: 0;
  }

  .icon-wrap-2 {
    max-width: 30px;
    height: 30px;
  }

  .blog-details-contant {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .blog-details-contant._02 {
    flex-flow: column;
  }

  .blog-details-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-single {
    padding: 50px 10px;
  }

  .socile-wrap {
    bottom: 60px;
    left: 20px;
  }

  .blog-single-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tag-date-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .tag-date-wrap-2._02 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .quote-wrap {
    padding: 30px 20px;
  }

  .quote-text {
    margin-top: 0;
  }

  .licenses {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .license-row {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .license-item-wrap, ._404-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._404-contant-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .version-title._03 {
    margin-top: 0;
  }

  .change-log-contact-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cercile-2 {
    display: none;
    right: 0;
  }

  .change-log-right {
    border: 1px #000;
    padding-left: 0;
  }

  .change-log-right._03 {
    padding-top: 0;
  }

  .change-log-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .change-log-left {
    width: 100%;
  }

  .change-log-left._03 {
    padding-top: 40px;
  }

  .change-log-contact-wrap-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dashboard-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .change-log-section-02 {
    margin-top: 0;
    padding: 50px 10px;
  }

  .slider {
    width: var(--width);
    height: auto;
    color: var(--_colors---text-light-2);
    background-color: #0000;
    padding-bottom: 50px;
    display: block;
  }

  .slider._02 {
    padding-bottom: 0;
  }

  .slider._03 {
    padding-bottom: 84px;
  }

  .mask {
    height: auto;
  }

  .mask._02 {
    padding-bottom: 50px;
  }

  .mask._03 {
    padding-bottom: 30px;
  }

  .left-arrow {
    border: 1px solid var(--_colors---theme-primary-color);
    width: 66px;
    height: 66px;
    color: var(--_colors---theme-primary-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    transform: translate(-60%);
  }

  .left-arrow.none {
    display: none;
  }

  .left-arrow.border {
    border-color: var(--_colors---input);
  }

  .right-arrow {
    border: 1px solid var(--_colors---theme-primary-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% 0;
    transform: translate(60%);
  }

  .right-arrow.none {
    display: none;
  }

  .right-arrow.border {
    border-color: var(--_colors---input);
  }

  .slide-nav {
    color: var(--_colors---theme-primary-color);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav.none {
    display: none;
  }

  .hero-img-left {
    display: block;
    overflow: hidden;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-02 {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-02-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 50px;
  }

  .blog-02-top, .blog-02-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-img-h-left-2 {
    z-index: 0;
    max-width: 120px;
    max-height: 250px;
    margin-right: -70px;
  }

  .testimonial-img-h-right {
    max-width: 100px;
    margin-top: 39px;
    margin-right: -20px;
  }

  .hero-link-wrap-02-4 {
    overflow: visible;
  }

  .rsvp-2 {
    background-image: url('../images/arbre.png');
    height: auto;
    padding: 60px 10px;
  }

  .message-2 {
    margin-top: 0;
  }

  .rsvp-form-wrap-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
    padding: 30px 20px;
  }

  .rsvp-item-text-2 {
    max-width: var(--height);
    min-width: 100%;
    font-size: 14px;
  }

  .image {
    max-width: 100px;
  }

  .div-block-2 {
    justify-content: space-around;
    align-items: stretch;
    min-width: 100%;
    display: flex;
  }

  .rsvp-item-text-2-copy {
    max-width: 200px;
    font-size: 14px;
  }

  .text-block-2 {
    color: var(--_colors---body-bg);
    -webkit-text-stroke-color: var(--_colors---ombre);
    background-color: #db570f;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27418933-bfcc-2b36-4993-7d092c364c1a-ca2719fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


