@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delius;
  src: url('../fonts/Delius-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #253c5e;
  --gold: #b98b43;
  --white: #fffefc;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--blue);
  background-color: #eee;
  background-image: url('../images/pattern-bg.svg');
  background-position: 50%;
  background-size: 100px;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

h2 {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

.section {
  min-height: 100vh;
  padding: 40px;
}

.section.rsvp {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.credit {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.invite-wrap {
  perspective: 2000px;
  width: 100%;
  max-width: 600px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 2px 4px #0000001a, 0 2px 2px #0000001a, 0 2px 15px #0000001a;
}

.invite-cover {
  z-index: 1;
  background-color: var(--blue);
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cover-content-wrap {
  border: 3px solid var(--gold);
  background-color: var(--white);
  min-height: 340px;
  box-shadow: 0 0 0 10px var(--white), 0 2px 50px 0 #00000080;
  backface-visibility: hidden;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cover-logo {
  width: 140px;
  margin-bottom: 20px;
}

.cover-button-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--gold);
  min-width: 180px;
  color: var(--blue);
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  padding: 12px 22px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  box-shadow: 0 2px 10px #0003;
}

.button:hover {
  background-color: #cf9944;
}

.invite-main {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
  inset: 0%;
}

.invite-text {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}

.invite-text.highlight {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.invite-text.highlight.less-space {
  margin-top: 17px;
  margin-bottom: 17px;
}

.invite-text.is-small {
  text-wrap: balance;
  font-size: 16px;
}

.invite-text-inner-link {
  color: var(--blue);
  text-decoration: none;
}

.invite-text-inner-link:hover {
  text-decoration: underline;
}

.invite-text-inner-link.credit {
  color: #253c5e80;
}

.invite-text-inner-link.credit:hover {
  color: #253c5e;
}

.invite-content {
  padding-top: 3vh;
  padding-left: 50px;
  padding-right: 50px;
}

.invite-logo {
  width: 380px;
}

.invite-cover-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vh;
  display: flex;
}

.close-invite-button {
  color: #fffefccc;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.close-invite-button:hover {
  color: #fffefc;
}

.invite-bottom-elements {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  width: 100%;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.rsvp-form-wrap {
  overflow: hidden;
}

.text-block {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 300;
}

.text-span-6 {
  font-size: 14px;
}

.radio-button-field {
  border: 1px solid var(--blue);
  letter-spacing: 0;
  background-color: #fff;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 10px 10px 10px 40px;
  display: flex;
  position: relative;
}

.radio-button {
  border: 2px solid var(--blue);
  background-color: #0000;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 12px;
}

.radio-button:active, .radio-button:focus {
  background-color: var(--gold);
}

.text-field {
  border-style: solid;
  border-width: 1px 0;
  border-color: transparent transparent var(--blue);
  background-color: #0000;
  min-height: 40px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: border-color .2s;
}

.text-field:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.text-field:active {
  border-top-color: #0000;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-left-color: #0000;
  border-right-width: 0;
  border-right-color: #0000;
}

.text-field:focus {
  border-width: 1px 0 2px;
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
}

.text-field::placeholder {
  color: #253c5e80;
}

.text-field.note {
  border-width: 1px;
  border-color: #1c1464cc;
  min-height: 100px;
  padding: 15px;
  transition: background-color .2s, border-color .2s;
}

.text-field.note:hover {
  border-color: #a5a5a5;
}

.text-field.note:focus {
  background-color: #fff;
  border-color: #a5a5a5;
}

.form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.success-message {
  letter-spacing: .2px;
  background-color: #0000;
  margin-bottom: 70px;
  padding-top: 50px;
  line-height: 1.6;
}

.rsvp-form {
  width: 100%;
  max-width: 600px;
  box-shadow: inset 0 0 0 6px var(--blue), 0 2px 2px 0 #0000001a, 0 2px 4px 0 #0000001a, 0 2px 20px 0 #0000001a;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  display: flex;
  position: relative;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.cover-dots {
  backface-visibility: hidden;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-size: 16px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.invite-top {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5vh 30px;
  display: flex;
}

.cover-gradient {
  backface-visibility: hidden;
  height: 600px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#1d304c, #253c5e00);
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.form-header {
  margin-top: 0;
  margin-bottom: 40px;
}

.form-success-logo {
  width: 200px;
  margin-bottom: 40px;
}

.credit-wrap {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #253c5e80;
  text-align: center;
  text-shadow: 0 0 7px #eee;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.invite-h1 {
  font-size: 28px;
  font-weight: 500;
}

.disclaimer-txt {
  color: #253c5e;
  text-align: center;
  max-width: 50ch;
  margin: 10px 10px 20px;
}

.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;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.error-message {
  border: 1px solid red;
  position: absolute;
  inset: auto 0% -75px;
}

.loading-modal {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0%;
}

.fp-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sending-lottie {
  opacity: .7;
  width: 40px;
}

.website-field {
  opacity: 0;
  cursor: none;
  position: absolute;
  left: -9999px;
}

.home-login {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.login-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.login-form-field {
  background-color: #fffc;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: background-color .2s;
}

.login-form-field:hover {
  background-color: #fff;
}

.login-form, .page-flex {
  flex-flow: column;
  display: flex;
}

._404-icon {
  width: 50px;
}

.login-error {
  color: #ff0004;
  padding-top: 10px;
}

.spacer {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .invite-logo {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .section {
    padding: 20px;
  }

  .cover-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invite-text {
    font-size: 18px;
  }

  .invite-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invite-logo {
    width: 300px;
  }

  .invite-bottom-elements {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rsvp-form {
    margin-top: 20px;
  }

  .cover-dots {
    width: 170px;
  }

  .invite-top {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .invite-h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  .invite-cover {
    height: auto;
    min-height: 90svh;
    padding: 55px 50px 40px;
  }

  .cover-content-wrap {
    margin-bottom: 40px;
    padding: 40px 14px;
  }

  .cover-button-wrap {
    margin-top: 15px;
  }

  .invite-main {
    height: auto;
    min-height: 90svh;
  }

  .invite-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .invite-text.highlight {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .invite-content {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .invite-logo {
    width: 250px;
  }

  .radio-button-field {
    margin-bottom: 10px;
    padding-left: 42px;
  }

  .text-field {
    border-radius: 0;
    font-size: 16px;
  }

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

  .success-message {
    padding-top: 60px;
  }

  .rsvp-form {
    justify-content: flex-start;
  }

  .radio-button-label {
    font-size: 15px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .cover-dots {
    background-position: 50% 80%;
    background-size: 14px;
  }

  .invite-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .invite-h1 {
    font-size: 24px;
  }
}

#w-node-e5518140-4386-5d6b-d17a-24d3dcf27ce2-3b907192 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delius';
  src: url('../fonts/Delius-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}