﻿* {
  box-sizing: border-box;
}

:root {
  --layout: 20px;
  --design-width: 390;
  --max-phone-width: 430;
  --stage-scale: 1;
  --stage-offset-x: 0px;
  --gap-love-to-details: 59px;
  --gap-location-to-wishlist: 82px;
  --gap-wishlist-to-bw: 18px;
  --gap-bw-to-dress: 84px;
  --gap-dress-to-no-kids: 84px;
  --gap-no-kids-to-survey: 84px;
  --gap-survey-to-chat: 50px;
}

@font-face {
  font-family: "Sonic HUD C Italic Regular";
  src:
    local("Sonic HUD C Italic Regular"),
    local("Sonic HUD C Italic"),
    url("assets/fonts/sonic-hud-c-italic.otf.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

html,
body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  background: #e9edf1;
}

body {
  width: 100%;
  margin: 0;
  background-color: #e9edf1;
  overflow-x: hidden;
  min-height: 100dvh;
}

#stage {
  width: calc(var(--design-width) * 1px);
  background-color: #CFE3F2;
  margin-top: -100px;
  padding-top: 100px;
  transform-origin: top left;
  transform: translateX(var(--stage-offset-x)) scale(var(--stage-scale));
}

h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

.screen {
  width: calc(var(--design-width) * 1px);
  min-height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--layout);
  position: relative;
}

.screen--active {
  display: flex;
}

#intro {
  opacity: 1;
  transition: opacity 450ms ease;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

#intro.is-fading {
  opacity: 0;
}

.intro-title {
  position: absolute;
  left: 50%;
  top: 180px;
  margin: 0;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 320ms ease;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.intro-title.is-fading {
  opacity: 0;
}

.envelope-button {
  position: absolute;
  left: 64.75px;
  top: 248px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 600ms ease;
  transform-origin: center;
}

.envelope-button.is-open {
  transform: rotate(-30deg);
}

.envelope-image {
  display: block;
  width: 260.5px;
  height: auto;
}

#landing {
  opacity: 0;
  transition: opacity 450ms ease;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

#landing.is-visible {
  opacity: 1;
}

.landing-box {
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
}

.landing-box h1,
.landing-box p {
  padding-inline: var(--layout);
}

.hero-block {
  position: relative;
  width: 100%;
  min-height: 690px;
}

.marquee-container {
  position: relative;
  width: 100%;
  height: 158px;
  overflow: hidden;
}

.marquee {
  position: absolute;
  overflow: hidden;
  background: #F3E6DC;
}

.marquee--upper {
  left: -9.61px;
  top: 82.3px;
  width: 520.9px;
  height: 25px;
  transform: rotate(13.92deg);
  transform-origin: center;
}

.marquee--lower {
  left: -4.52px;
  top: 65.63px;
  width: 442.71px;
  height: 25px;
  transform: rotate(-8.95deg);
  transform-origin: center;
}

.photo-ellipse {
  position: absolute;
  left: 50%;
  top: 209px;
  width: 345.29px;
  height: 336.38px;
  border-radius: 50%;
  background: #F3E6DC;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  z-index: 2;
}

.ring-text-layer {
  position: absolute;
  left: 50%;
  top: 195px;
  width: 374.17px;
  height: 364.59px;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 3;
}

.photo-ellipse__ring-text {
  fill: #4A5872;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.photo-ellipse__image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}

.love-block {
  position: relative;
  left: 0;
  top: auto;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 390 / 564;
  min-height: 564px;
  margin-inline: auto;
  z-index: 1;
}

.love-block__pink {
  position: absolute;
  left: 0;
  top: 0;
  width: 69.74%;
  height: 100%;
  object-fit: cover;
}

.love-block__purple {
  position: absolute;
  left: 46.41%;
  top: 15.96%;
  width: 69.49%;
  height: 74.65%;
  object-fit: cover;
}

.love-block__text {
  position: absolute;
  left: 0;
  top: 22.7%;
  margin: 0;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
  z-index: 2;
}

.details-flow {
  position: relative;
  margin-top: var(--gap-love-to-details);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.date-block {
  position: relative;
  left: 0;
  top: auto;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
}

.date-block p {
  padding-inline: 0;
}

.date-block__when-strip {
  position: absolute;
  left: -42px;
  top: 76px;
  width: 474px;
  height: 71px;
  background: #a9cff0;
  z-index: 1;
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
}

.date-block__when-text {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 10s ease-in-out infinite;
}

.date-block__cat {
  position: absolute;
  left: -125px;
  top: 0;
  width: 641px;
  height: 620px;
  object-fit: contain;
  z-index: 2;
}

.date-block__numbers {
  position: absolute;
  left: 6px;
  top: 235px;
  width: 378px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0;
  z-index: 3;
  text-shadow: 0px 4px 4px rgb(74, 88, 114, 0.26);
}

.date-block__day {
  color: #ffd84d;
}

.date-block__month {
  position: absolute;
  left: 65px;
  top: 310px;
  margin: 0;
  color: #ffd84d;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 1px;
  text-shadow: 4px 2px 4px rgba(74, 88, 114, 0.52);
  z-index: 3;
}

.location-block {
  position: relative;
  left: 0;
  top: auto;
  margin-top: 0;
  width: 100%;
  min-height: 692px;
  overflow: hidden;
}

.location-block p {
  padding-inline: 0;
}

.location-block__where-strip {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% + 84px);
  height: 71px;
  background: #a9cff0;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
}

.location-block__where-text {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 10s ease-in-out infinite;
}

.location-block__photo {
  position: absolute;
  left: 50%;
  top: 17.34%;
  width: min(333.42px, calc(100% - 56px));
  height: auto;
  object-fit: contain;
  transform: translateX(-50%) rotate(-13deg);
  filter: none;
}

.location-block__address {
  position: absolute;
  left: 50%;
  top: 76.73%;
  width: min(346px, calc(100% - (var(--layout) * 2)));
  height: 60px;
  margin: 0;
  background: #f3e6dc;
  border-radius: 80px;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  transform: translateX(-50%);
}

.location-block__address:visited,
.location-block__address:hover,
.location-block__address:active {
  color: #4a5872;
  text-decoration: none;
}

.location-block__time {
  position: absolute;
  left: 50%;
  top: 91.18%;
  width: 130px;
  height: 60px;
  margin: 0;
  background: #f3e6dc;
  border-radius: 80px;
  color: #4a5872;
  font-family: "Manrope",  sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.wishlist-block {
  position: relative;
  left: 0;
  top: auto;
  margin-top: var(--gap-location-to-wishlist);
  width: 100%;
  min-height: 622px;
  overflow: hidden;
}

.wishlist-block p {
  padding-inline: 0;
}

.wishlist-block__strip {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% + 84px);
  height: 71px;
  background: #a9cff0;
  z-index: 3;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
}

.wishlist-block__title {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 8s ease-in-out infinite;
}

.wishlist-block__pink {
  position: absolute;
  left: 50%;
  top: 17.36%;
  width: 270px;
  height: 260px;
  border-radius: 50%;
  background: #F49AC2;
  transform: translateX(calc(-50% - 114px));
  z-index: 2;
}

.wishlist-block__purple {
  position: absolute;
  left: 50%;
  top: 17.36%;
  width: 100%;
  max-width: 390px;
  height: 479px;
  border-radius: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #B39DDB;
  transform: translateX(calc(-50% + 3px)) rotate(-11.86deg);
  transform-origin: center;
  z-index: 1;
}

.wishlist-block__text-main,
.wishlist-block__text-note {
  position: absolute;
  left: 50%;
  width: min(324px, calc(100% - (var(--layout) * 2)));
  min-height: 140px;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  display: block;
  transform: translateX(-50%);
  z-index: 2;
}

.wishlist-block__text-main {
  top: 238px;
}

.wishlist-block__text-note {
  top: 410px;
}

.bw-block {
  position: relative;
  left: 0;
  top: auto;
  margin-top: var(--gap-wishlist-to-bw);
  width: 390px;
  height: 259px;
  overflow: hidden;
}

.bw-block__image {
  display: block;
  width: 390px;
  height: 259px;
  object-fit: cover;
}

.event-flow {
  position: relative;
  margin-top: var(--gap-bw-to-dress);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dress-code-block {
  position: relative;
  width: 100%;
  /* min-height: 813px; */
  overflow: hidden;
  padding-bottom: 20px;
}

.dress-code-block p {
  padding-inline: 0;
}

.dress-code-block__strip {
  position: absolute;
  left: -42px;
  top: 0;
  width: 474px;
  height: 71px;
  background: #a9cff0;
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
}

.dress-code-block__title {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 10s ease-in-out infinite;
}

.dress-code-block__text-main {
  position: relative;
  left: 0;
  top: 0;
  width: 289px;
  margin: 100px auto 0;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}

.dress-code-block__palette {
  position: relative;
  display: flex;
  align-items: center;
  margin-inline: auto;
}

.dress-code-block__palette--yes {
  left: 0;
  top: 0;
  width: 349px;
  justify-content: space-between;
  margin-top: 40px;
}

.dress-code-block__palette--no {
  left: 0;
  top: 0;
  width: 261px;
  justify-content: space-between;
  margin-top: 40px;
}

.dress-code-block__dot {
  width: 68px;
  height: 70px;
  border-radius: 50%;
  display: block;
}

.dress-code-block__dot--pink {
  background: #f49ac2;
}

.dress-code-block__dot--yellow {
  background: #ffd84d;
}

.dress-code-block__dot--blue {
  background: #a9cff0;
}

.dress-code-block__dot--green {
  background: #b1e08a;
}

.dress-code-block__text-between {
  position: relative;
  left: 0;
  top: 0;
  width: 253px;
  height: auto;
  margin: 40px auto 0;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dress-code-block__text-note {
  position: relative;
  left: 0;
  top: 0;
  width: 334px;
  height: auto;
  margin: 40px auto 0;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dress-code-block__pinterest-link {
  position: relative;
  left: 0;
  top: 0;
  width: 346px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 80px;
  background: #F3E6DC;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dress-code-block__pinterest-link:visited,
.dress-code-block__pinterest-link:hover,
.dress-code-block__pinterest-link:active {
  color: #4a5872;
  text-decoration: none;
}

.dress-code-block__dot--white {
  background: #ffffff;
}

.dress-code-block__dot--black {
  background: #000000;
}

.dress-code-block__dot--red {
  background: #ff1515;
}

.no-kids-block {
  position: relative;
  left: 0;
  top: auto;
  margin-top: var(--gap-dress-to-no-kids);
  width: 100%;
  max-width: 390px;
  min-height: 701px;
  padding-top: 71px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-kids-block p,
.survey-block p {
  padding-inline: 0;
}

.no-kids-block__strip {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% + 84px);
  height: 71px;
  background: #a9cff0;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
  z-index: 3;
}

.no-kids-block__title {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 10s ease-in-out infinite;
}

.no-kids-block__cat {
  position: relative;
  left: 0;
  top: 0;
  width: 347px;
  height: auto;
  object-fit: contain;
  margin-top: 50px;
  z-index: 1;
}

.no-kids-block__panel {
  position: relative;
  left: 0;
  top: -38px;
  width: 347px;
  min-height: 385px;
  background: #F49AC2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  z-index: 1;
}

.no-kids-block__text {
  position: relative;
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: 0;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey-block {
  position: relative;
  left: 0;
  top: auto;
  margin-top: var(--gap-no-kids-to-survey);
  padding-bottom: 40px;
  width: 100%;
  height: auto;
}

.chat-block {
  position: relative;
  width: 100%;
  min-height: 1460px;
  padding-bottom: 60px;
  overflow: hidden;
}

.chat-block p {
  padding-inline: 0;
}

.chat-block__text {
  position: relative;
  width: 347px;
  height: 100px;
  margin: 0 0 0 22px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
}

.chat-block__link,
.dress-code-block__pinterest-link,
.survey-form__submit {
  position: relative;
  width: 346px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 80px;
  background: #f3e6dc;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  cursor: pointer;
  z-index: 3;
}

.chat-block__link {
  margin-top: 5px;
}

.chat-block__link:visited,
.chat-block__link:hover,
.chat-block__link:active {
  color: #4a5872;
  text-decoration: none;
}

.survey-form__submit {
  width: 100%;
  max-width: 346px;
  margin-top: 8px;
}

.chat-block__photobooth {
  position: absolute;
  left: 0;
  top: 463px;
  /* width: 116.67%; */
  max-width: 455px;
  height: 886px;
  pointer-events: none;
  z-index: 1;
}

.chat-block__ending {
  position: absolute;
  left: 0%;
  top: 300px;
  /* width: 100%; */
  /* max-width: 494.35px; */
  /* height: 826.81px; */
  /* transform: rotate(-51.41deg); */
  /* transform-origin: center; */
  pointer-events: none;
  z-index: 2;
}

.chat-block__bye {
  position: absolute;
  right: 20px;
  top: 1398px;
  width: 246px;
  margin: 0;
  color: #4a5872;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-align: right;
  z-index: 3;
}

.survey-block__strip {
  position: relative;
  left: -42px;
  top: 0;
  width: 474px;
  height: 71px;
  background: #a9cff0;
  filter: drop-shadow(0 6px 10px rgba(34, 54, 89, 0.25));
}

.survey-block__title {
  margin: 0;
  color: #ffffff;
  font-family: "Sonic HUD C Italic Regular", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16px;
  animation: when-color-pulse 10s ease-in-out infinite;
}

.survey-block__intro {
  position: relative;
  left: 0;
  top: 0;
  margin: 54px 0 0 22px;
  width: 347px;
  height: 100px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.survey-block__form-wrap {
  position: relative;
  left: 0;
  top: 0;
  margin: 54px 0 0 45px;
  width: 299px;
  /* min-height: 465px; */
  height: auto;
  background: rgba(169, 207, 240, 0.58);
  padding: 20px 16px;
}

.survey-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.survey-form__label,
.survey-form__legend,
.survey-form__option,
.survey-form__input,
.survey-form__submit {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #4A5872;
  font-weight: 300;
}

.survey-form__input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(74, 88, 114, 0.55);
  border-radius: 10px;
  background: transparent;
  padding: 10px 12px;
  font-weight: 300;
  font-size: 16px;
}

.survey-form__group {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.survey-form__legend {
  margin-bottom: 4px;
}

.survey-form__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
}

.survey-form__option input[type="radio"],
.survey-form__option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(74, 88, 114, 0.75);
  background: transparent;
  display: inline-block;
  flex: 0 0 16px;
}

.survey-form__option input[type="radio"],
.survey-form__option input[type="checkbox"] {
  border-radius: 4px;
}

.survey-form__option input[type="radio"]:checked,
.survey-form__option input[type="checkbox"]:checked {
  border-color: #4A5872;
  background:
    linear-gradient(45deg, transparent 47%, #4A5872 47%, #4A5872 53%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, #4A5872 47%, #4A5872 53%, transparent 53%);
}

.survey-form__submit {
  border: 0;
}

.survey-form__submit[disabled] {
  opacity: 0.7;
  cursor: default;
}

.survey-form__submit.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border: 2px solid rgba(74, 88, 114, 0.35);
  border-top-color: #4a5872;
  border-radius: 50%;
  animation: survey-spin 0.8s linear infinite;
}

.marquee__track {
  display: inline-flex;
  white-space: nowrap;
  min-width: max-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.marquee__track span {
  padding-right: 24px;
}

.marquee__track--right {
  animation: marquee-right 18s linear infinite;
}

.marquee__track--left {
  animation: marquee-left 18s linear infinite;
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes when-color-pulse {
  0% {
    color: #ffffff;
  }
  50% {
    color: #4a5872;
  }
  100% {
    color: #ffffff;
  }
}

@keyframes survey-spin {
  to {
    transform: rotate(360deg);
  }
}

