.sample9-about {
  background: #fffdfb;
  color: #3a3a3a;
  padding: 34px 20px 46px;
  text-align: center;
}

.sample9-about__inner {
  max-width: 760px;
  margin: 0 auto;
}

.sample9-about__title,
.sample9-about__name {
  font-family: 'newtemplate', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

.sample9-about__title {
  margin: 0 0 24px;
  font-size: clamp(38px, 7vw, 58px);
  color: #3a3a3a;
}

.sample9-about__name {
  margin: 0;
  font-size: clamp(38px, 8vw, 64px);
  color: var(--sample9-about-name-color, #7a9aaa);
}

.sample9-about__line {
  margin: 10px auto 0;
  max-width: 620px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(17px, 3vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-about__address {
  margin-top: 4px;
}

.sample9-about__connector {
  margin: 26px 0 20px;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1;
  font-weight: 500;
  color: var(--sample9-about-connector-color, #7a9aaa);
}

.sample9-about__best-wishes {
  margin-top: 28px;
}

.sample9-about__wish-title {
  margin: 0;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-about__wish-names {
  margin: 8px auto 0;
  max-width: 620px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(17px, 3vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  color: #4a4a4a;
}

.sample9-hidden {
  display: none !important;
}

.sample9-payment-locked,
.sample9-payment-locked body {
  min-height: 100%;
  background: #fff7fb;
}

.sample9-payment-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 75, 116, 0.14), transparent 34%),
    linear-gradient(135deg, #fff7fb, #fffdfb);
  color: #351225;
  box-sizing: border-box;
}

.sample9-payment-gate__card {
  width: min(520px, 100%);
  padding: 30px 22px;
  border: 1px solid #f2cad8;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 80px rgba(120, 20, 55, 0.14);
  text-align: center;
}

.sample9-payment-gate__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.sample9-payment-gate__logo img {
  width: 150px;
  max-width: 72vw;
  height: auto;
}

.sample9-payment-gate__eyebrow {
  margin: 0 0 10px;
  color: #9b3155;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sample9-payment-gate h1 {
  margin: 0;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(36px, 10vw, 64px);
  line-height: 1.05;
  color: #351225;
}

.sample9-payment-gate__message {
  margin: 16px auto 24px;
  max-width: 420px;
  color: #70445a;
  font-size: 18px;
  line-height: 1.45;
}

.sample9-payment-gate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: #41c862;
  color: #fff !important;
  font: 800 16px/1 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(65, 200, 98, 0.32);
}

.sample9-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 34;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  cursor: pointer;
  animation: sample9-scroll-hint-float 1.45s ease-in-out infinite;
}

.sample9-scroll-hint__arrow {
  font-size: 28px;
  line-height: 1;
}

@keyframes sample9-scroll-hint-float {
  0%, 100% {
    opacity: 0.42;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 0.92;
    transform: translate(-50%, 11px);
  }
}

.sample9-dress-palette {
  position: absolute;
  left: 50%;
  top: 130px;
  z-index: 8;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.sample9-dress-palette__swatch {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(44, 28, 26, 0.18);
}

.sample9-schedule-date,
.sample9-schedule-time {
  display: block;
  white-space: nowrap;
}

.sample9-schedule-date {
  font-size: 0.52em;
  line-height: 1;
}

.sample9-zoom-gallery {
  position: relative;
  height: 300vh;
  background: #fffdfb;
  color: #3a3a3a;
  overflow: clip;
}

.sample9-zoom-gallery__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 1), rgba(255, 253, 251, 0.96) 20%, rgba(255, 253, 251, 0.44) 46%, rgba(255, 253, 251, 0.86)),
    #fffdfb;
}

.sample9-zoom-gallery__intro {
  position: absolute;
  top: clamp(24px, 5vh, 48px);
  left: 50%;
  z-index: 40;
  width: min(620px, calc(100% - 36px));
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
  padding: 0 14px 40px;
  background: linear-gradient(180deg, rgba(255, 253, 251, 1), rgba(255, 253, 251, 0.98) 64%, rgba(255, 253, 251, 0));
}

.sample9-zoom-gallery__intro h2,
.sample9-zoom-gallery__intro p {
  margin: 0;
}

.sample9-zoom-gallery__intro h2 {
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(38px, 7vw, 68px);
  font-weight: 500;
  line-height: 1.02;
  color: #3a3a3a;
}

.sample9-zoom-gallery__intro p {
  margin-bottom: 8px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(13px, 2.2vw, 17px);
  line-height: 1.45;
  color: #6b808a;
}

.sample9-zoom-gallery__stage,
.sample9-zoom-gallery__layer {
  position: absolute;
  inset: 0;
}

.sample9-zoom-gallery__stage {
  transform: translateY(clamp(104px, 14vh, 138px));
}

.sample9-zoom-gallery__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  will-change: transform;
  transform-origin: center;
}

.sample9-zoom-gallery__frame {
  position: relative;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(42, 38, 38, 0.16);
  background: #eee6df;
}

.sample9-zoom-gallery__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample9-zoom-gallery__layer--1 .sample9-zoom-gallery__frame {
  width: 25vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--2 .sample9-zoom-gallery__frame {
  top: -30vh;
  left: 5vw;
  width: 35vw;
  height: 30vh;
}

.sample9-zoom-gallery__layer--3 .sample9-zoom-gallery__frame {
  top: -10vh;
  left: -25vw;
  width: 20vw;
  height: 45vh;
}

.sample9-zoom-gallery__layer--4 .sample9-zoom-gallery__frame {
  left: 27.5vw;
  width: 25vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--5 .sample9-zoom-gallery__frame {
  top: 27.5vh;
  left: 5vw;
  width: 20vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--6 .sample9-zoom-gallery__frame {
  top: 27.5vh;
  left: -22.5vw;
  width: 30vw;
  height: 25vh;
}

.sample9-zoom-gallery__layer--7 .sample9-zoom-gallery__frame {
  top: 22.5vh;
  left: 25vw;
  width: 15vw;
  height: 15vh;
}

@media (max-width: 640px) {
  .sample9-zoom-gallery__intro {
    top: 22px;
    width: calc(100% - 24px);
    padding-bottom: 32px;
  }

  .sample9-zoom-gallery__intro h2 {
    font-size: clamp(33px, 10vw, 44px);
  }

  .sample9-zoom-gallery__intro p {
    font-size: 12px;
    line-height: 1.35;
  }

  .sample9-zoom-gallery__stage {
    transform: translateY(108px);
  }

  .sample9-zoom-gallery__frame {
    border-width: 4px;
  }

  .sample9-zoom-gallery__layer--1 .sample9-zoom-gallery__frame {
    width: 42vw;
    height: 28vh;
  }

  .sample9-zoom-gallery__layer--2 .sample9-zoom-gallery__frame {
    top: -26vh;
    left: 5vw;
    width: 56vw;
    height: 24vh;
  }

  .sample9-zoom-gallery__layer--3 .sample9-zoom-gallery__frame {
    top: -8vh;
    left: -28vw;
    width: 32vw;
    height: 38vh;
  }

  .sample9-zoom-gallery__layer--4 .sample9-zoom-gallery__frame {
    left: 28vw;
    width: 34vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--5 .sample9-zoom-gallery__frame {
    top: 25vh;
    left: 5vw;
    width: 32vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--6 .sample9-zoom-gallery__frame {
    top: 25vh;
    left: -24vw;
    width: 42vw;
    height: 22vh;
  }

  .sample9-zoom-gallery__layer--7 .sample9-zoom-gallery__frame {
    top: 20vh;
    left: 25vw;
    width: 26vw;
    height: 16vh;
  }
}

.sample9-schedule-time {
  font-size: 0.82em;
  line-height: 1.02;
}

.sample9-dynamic-schedule {
  position: absolute;
  z-index: 18;
  top: 114px;
  left: 50%;
  width: min(760px, calc(100% - 28px));
  transform: translateX(-50%);
  color: #3a3a3a;
  font-family: 'newtemplate', Arial, sans-serif;
}

#rec2191866633 [data-elem-id="1776876503947"],
#rec2191866633 [data-elem-id="1776876608318000001"] {
  z-index: 28 !important;
  pointer-events: none;
}

.sample9-dynamic-schedule__list {
  display: grid;
  gap: 28px;
  position: relative;
}

.sample9-dynamic-schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  min-height: 92px;
  align-items: start;
}

.sample9-dynamic-schedule__content {
  min-width: 0;
  width: min(320px, 100%);
}

.sample9-dynamic-schedule__line {
  position: absolute;
  top: 10px;
  bottom: 54px;
  left: 50%;
  width: 4px;
  border-radius: 999px;
  background: rgba(100, 160, 189, 0.76);
  transform: translateX(-50%);
}

.sample9-dynamic-schedule__marker {
  grid-column: 2;
  justify-self: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: #64a0bd;
  transform: rotate(45deg);
  z-index: 2;
}

.sample9-dynamic-schedule__item--right .sample9-dynamic-schedule__content {
  grid-column: 3;
  text-align: left;
}

.sample9-dynamic-schedule__item--left .sample9-dynamic-schedule__content {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.sample9-dynamic-schedule__content h3,
.sample9-dynamic-schedule__content p {
  margin: 0;
}

.sample9-dynamic-schedule__content h3 {
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.08;
  font-weight: 400;
  color: #3a3a3a;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sample9-dynamic-schedule__content p {
  margin-bottom: 6px;
  font-family: 'newtemplate', Georgia, serif;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 0.98;
  font-weight: 700;
  color: #3a3a3a;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

#rec2190837343 [data-elem-id="1776859758252000001"] {
  top: 48px !important;
  z-index: 8 !important;
}

#rec2190837343 [data-elem-id="1776859758252000001"] .tn-atom {
  display: inline-block;
  padding: 0 16px 10px;
  background: #fffdfb;
  box-shadow: 0 12px 18px rgba(255, 253, 251, 0.96);
}

#rec2190837343 [data-elem-id="1776856626015"] {
  top: 112px !important;
}

#tdr-married {
  display: none !important;
}

#rec2191269323 [data-elem-id="1705235414679"] {
  top: 207px !important;
}

#rec2191269323 [data-elem-id="1705235414679"] .tn-atom {
  font-size: 26px !important;
  line-height: 1.12 !important;
}

#rec2191269323 [data-elem-id="1705235414678"] {
  top: 252px !important;
  width: 270px !important;
}

#rec2191269323 [data-elem-id="1705235414678"] .tn-atom {
  font-size: 11.7px !important;
  line-height: 1.16 !important;
  white-space: pre-line !important;
}

#rec2191866633 [data-elem-id="1772803062504"] .tn-atom,
#rec2191866633 [data-elem-id="1772803288793000003"] .tn-atom,
#rec2191866633 [data-elem-id="1772803465944000006"] .tn-atom,
#rec2191866633 [data-elem-id="1776687683335000002"] .tn-atom,
#rec2191866633 [data-elem-id="1772803619332000009"] .tn-atom,
#rec2191866633 [data-elem-id="1776878815963000013"] .tn-atom {
  line-height: 0.98 !important;
}

#rec2191866633 [data-elem-id="1763405268776"] .tn-atom,
#rec2191866633 [data-elem-id="1772803288793000002"] .tn-atom,
#rec2191866633 [data-elem-id="1772803465944000005"] .tn-atom,
#rec2191866633 [data-elem-id="1776687683335000001"] .tn-atom,
#rec2191866633 [data-elem-id="1772803619332000008"] .tn-atom,
#rec2191866633 [data-elem-id="1776878815963000012"] .tn-atom {
  line-height: 1.08 !important;
}

.sample9-hero-name {
  display: inline-block;
  color: #7a9aaa;
  line-height: 1.05;
}

.sample9-hero-quote {
  display: block;
  margin: 0 auto 12px;
  max-width: 420px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif !important;
  color: #3a3a3a !important;
  text-align: center;
}

.sample9-hero-quote__text,
.sample9-hero-quote__source {
  display: block;
}

.sample9-hero-quote__text {
  font-size: clamp(12px, 2.3vw, 16px) !important;
  line-height: 1.18;
  font-style: normal;
  color: #3a3a3a !important;
}

.sample9-hero-quote__source {
  margin-top: 3px;
  font-size: clamp(10px, 1.9vw, 13px) !important;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a9aaa !important;
}

#rec2047601243 [data-elem-id="1776948176126"] {
  top: 214px !important;
}

#rec2047601243 [data-elem-id="1776948176126"] .tn-atom {
  line-height: 1.08 !important;
}

#rec2047601243 [data-elem-id="1730310670432"] {
  top: 312px !important;
}

@media screen and (max-width: 959px) {
  #rec2047601243 [data-elem-id="1776948176126"] {
    top: 218px !important;
  }

  #rec2047601243 [data-elem-id="1730310670432"] {
    top: 314px !important;
  }
}

@media screen and (max-width: 479px) {
  .sample9-dynamic-schedule {
    top: 112px;
    width: calc(100% - 18px);
  }

  .sample9-dynamic-schedule__list {
    gap: 26px;
  }

  .sample9-dynamic-schedule__item {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    min-height: 86px;
  }

  .sample9-dynamic-schedule__line {
    bottom: 50px;
  }

  .sample9-dynamic-schedule__marker {
    width: 14px;
    height: 14px;
  }

  .sample9-dynamic-schedule__content {
    width: calc(100% - 8px);
  }

  .sample9-dynamic-schedule__content h3 {
    font-size: clamp(20px, 6.3vw, 25px);
    line-height: 1.08;
  }

  .sample9-dynamic-schedule__content p {
    font-size: clamp(23px, 7.4vw, 31px);
    line-height: 0.98;
  }

  #rec2047601243 [data-elem-id="1776948176126"] {
    top: 210px !important;
  }

  #rec2047601243 [data-elem-id="1730310670432"] {
    top: 310px !important;
  }

  .sample9-hero-quote {
    max-width: 270px;
    margin-bottom: 10px;
  }
}

.sample9-hero-connector {
  display: inline-block;
  margin: 4px 0;
  font-size: 0.72em;
  color: #4a4a4a;
}

.sample9-hero-meta {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(13px, 2.8vw, 18px);
  line-height: 1.3;
  font-weight: 400;
  color: #4a4a4a;
}

.sample9-map-link {
  color: #4a4a4a !important;
  text-decoration: none;
}

#rec2047657203 .sample9-map-link {
  color: #4a4a4a !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"],
#rec2047657203 [data-elem-id="1776866271348000004"] {
  width: min(300px, calc(100vw - 170px)) !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"] .tn-atom,
#rec2047657203 [data-elem-id="1776866271348000004"] .tn-atom {
  line-height: 1.2 !important;
  white-space: normal !important;
}

#rec2047657203 [data-elem-id="1776866271348000002"] {
  top: var(--sample9-venue-pin-top, 114px) !important;
}

#rec2047657203 [data-elem-id="1776866271348000003"] {
  top: var(--sample9-venue-name-top, 117px) !important;
}

#rec2047657203 [data-elem-id="1776866271348000004"] {
  top: var(--sample9-venue-address-top, 170px) !important;
}

.sample9-map-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sample9-venue-list {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  z-index: 4;
  background: transparent;
  padding: 0 20px;
}

.sample9-venue-list__inner {
  max-width: 440px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.sample9-venue-card {
  text-align: center;
  padding: 0;
}

.sample9-venue-card__event {
  margin: 0 0 6px;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #7a9aaa;
}

.sample9-venue-card__name,
.sample9-venue-card__address {
  margin: 4px 0 0;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  color: #4a4a4a;
}

.sample9-venue-card__name {
  font-size: 20px;
  font-weight: 500;
}

.sample9-venue-card__address {
  font-size: 17px;
  line-height: 1.35;
}

.sample9-pinned-venue-event {
  position: absolute;
  top: 112px;
  left: 50%;
  z-index: 5;
  width: min(440px, calc(100vw - 72px));
  transform: translate(-50%, var(--sample9-venue-extra-offset, 0px));
  margin: 0;
  text-align: center;
  font-family: 'newtemplate', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #7a9aaa;
  pointer-events: none;
}

#rec2047657203 [data-elem-id="1730388904759"],
#rec2047657203 [data-elem-id="1773836400824"],
#rec2047657203 [data-elem-id="1776866271348000002"],
#rec2047657203 [data-elem-id="1776866271348000003"],
#rec2047657203 [data-elem-id="1776866271348000004"] {
  transform: translateY(var(--sample9-venue-extra-offset, 0px)) !important;
}

#rec2047564733 [data-elem-id="1776926930895000002"] .tn-atom {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 480px) {
  #rec2053153433 .t396__artboard,
  #rec2053153433 .t396__carrier,
  #rec2053153433 .t396__filter {
    height: 100vh !important;
    min-height: 844px;
  }

  .sample9-about {
    padding: 30px 18px 40px;
  }

  .sample9-about__line {
    max-width: 320px;
  }
}
