.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-schedule-time {
  font-size: 0.82em;
  line-height: 1.02;
}

.sample9-dynamic-schedule {
  position: absolute;
  z-index: 20;
  top: 112px;
  left: 50%;
  width: min(860px, calc(100% - 44px));
  transform: translateX(-50%);
  color: #3a3a3a;
}

.sample9-dynamic-schedule__list {
  display: grid;
  gap: 14px;
}

.sample9-dynamic-schedule__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid rgba(122, 154, 170, 0.34);
  border-radius: 22px;
  background: rgba(255, 253, 251, 0.9);
  box-shadow: 0 12px 34px rgba(62, 42, 38, 0.08);
}

.sample9-dynamic-schedule__content {
  min-width: 0;
}

.sample9-dynamic-schedule__number {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #7a9aaa;
  color: #fff;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.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.5vw, 44px);
  line-height: 1.02;
  font-weight: 500;
  color: #3a3a3a;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sample9-dynamic-schedule__content p {
  margin-top: 5px;
  font-family: var(--t-text-font, Arial), Arial, sans-serif;
  font-size: clamp(14px, 2.1vw, 18px);
  line-height: 1.35;
  color: #657d86;
  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;
}

#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: 104px;
    width: calc(100% - 28px);
  }

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

  .sample9-dynamic-schedule__item {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    min-height: 64px;
    padding: 12px;
    border-radius: 18px;
  }

  .sample9-dynamic-schedule__number {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .sample9-dynamic-schedule__content h3 {
    font-size: clamp(22px, 8vw, 32px);
    line-height: 1.08;
  }

  .sample9-dynamic-schedule__content p {
    font-size: 13px;
    line-height: 1.35;
  }

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