:root {
  --blue: #afe1e8;
  --yellow: #f8f2ba;
}

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

.save-the-date {
  display: none;
  position: relative;
}

.text-block {
  font-family: Playfair Display, sans-serif;
  font-size: 150px;
  line-height: 150%;
}

.body {
  max-width: 100vw;
  min-height: 100dvh;
  max-height: 100dvh;
}

.blue-streak {
  background-color: var(--blue);
}

.yellow-streak {
  background-color: var(--yellow);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.non-mobile-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  font-size: 70px;
  line-height: 110%;
}

.text-block-3 {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 110%;
  display: flex;
}

.desktop-text-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.lottie-animation {
  width: 30%;
}

.div-block {
  background-color: var(--blue);
  width: 100%;
  height: 5px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.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;
  width: 260px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  min-height: 100dvh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation {
  height: 100%;
  overflow: visible;
}

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

.link {
  color: #15163d;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

.section {
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.body-4 {
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

.splash-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 100dvh;
  display: flex;
}

.link-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5rem;
  text-decoration: underline;
}

.heading {
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.language-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.language-text {
  font-family: Playfair Display, sans-serif;
  font-weight: 200;
}

@media screen and (max-width: 991px) {
  .save-the-date {
    display: none;
  }

  .non-mobile-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .save-the-date {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .save-the-date {
    z-index: 100;
    min-width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    margin-bottom: 0;
    padding-bottom: 100px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .save-the-date-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .date-wrap {
    z-index: 100;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    height: 100%;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .text-block {
    font-size: 150px;
    line-height: 1.3em;
  }

  .body {
    background-blend-mode: overlay;
    overflow: hidden;
  }

  .blue-streak {
    z-index: 1;
    background-color: var(--blue);
    pointer-events: none;
    width: 150%;
    height: 150px;
    position: absolute;
    inset: auto -25% 0%;
    overflow: hidden;
    transform: rotate(-15deg);
  }

  .yellow-streak {
    z-index: 2;
    background-color: var(--yellow);
    pointer-events: none;
    width: 100px;
    min-height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: visible;
  }

  .save-the-date-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 175px;
    display: flex;
    position: relative;
    top: 200px;
    left: 25px;
    overflow: visible;
  }

  .save-the-date-text {
    letter-spacing: .1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 120%;
    display: block;
  }

  .the-cursive {
    text-align: center;
    align-self: center;
    font-family: Mr De Haviland, sans-serif;
    font-size: 60px;
  }

  .l-border {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 150px;
    height: 150px;
    position: absolute;
    inset: -10% auto auto -11%;
  }

  .info-wrapper {
    z-index: 100;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .info-text-wrapper {
    flex-flow: column;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .couple-name {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 110%;
  }

  .info-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 110%;
  }

  .info-image-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    min-width: 20%;
    display: flex;
  }

  .texture {
    z-index: 0;
    opacity: .1;
    pointer-events: none;
    background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/pexels-krakograff-textures-124842124-30332204.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    position: absolute;
    inset: 0%;
  }

  .pop-up-modal {
    z-index: 1000;
    opacity: 0;
    background-color: #585858db;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .pop-up-wrapper {
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 0 10px 20px;
    display: flex;
  }

  .pop-up-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pop-up-text {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .pop-up-header {
    margin-bottom: 15px;
    font-family: Playfair Display, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .pop-up-line {
    background-color: var(--blue);
    width: 150px;
    height: 2px;
    margin-bottom: 15px;
  }

  .pop-up-close {
    align-self: flex-end;
    position: relative;
    top: 20px;
  }

  .body-2 {
    overflow: hidden;
  }

  .body-3 {
    overflow: visible;
  }

  .non-mobile-wrapper {
    display: none;
  }

  .splash-wrapper {
    justify-content: center;
    max-width: 90vw;
  }

  .lettering-wrapper {
    margin-bottom: 20px;
  }
}


