.kirei__hero-section .bg {background-color: var(--bg-hero-section);position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-position: center center;background-size: cover;background-repeat: no-repeat;transform: scale(1);transition: transform 1.5s ease-in-out;z-index: 0;}.kirei__hero-section .cell {vertical-align: bottom;padding: 0 10px;position: relative;}.kirei__hero-section .wrapper {position: relative;max-width: 1170px;margin: 0 auto;padding: 0;bottom: 0px;}.kirei__hero-section .white-text {color: var(--color-text-primary);}.kirei__hero-section .line-before::before {content: "";height: 20px;width: 0;background-color: var(--color-accent-primary);display: block;margin-bottom: 40px;transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);transition-delay: 0.6s;}.kirei__hero-section .text-mask span {font-family: var(--font-kirei);font-size: 7rem;color: var(--color-text-primary);line-height: 7rem;display: block;}.kirei__hero-section .text-mask > span {position: relative;}.kirei__hero-section .text-mask > span:nth-child(1) {transition-delay: 0.7s;}.kirei__hero-section .text-mask > span:nth-child(2) {transition-delay: 0.8s;}.kirei__hero-section .text-mask > span > span {transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);transform: translateY(100%);}.kirei__hero-section .text-reveal-hero {font-family: var(--font-secondary);font-size: 2rem;color: var(--color-text-primary);line-height: 2.4rem;position: relative;display: inline-block;font-weight: 700;overflow: hidden;white-space: pre-line;}.kirei__hero-section .text-reveal-hero span {display: block;transform: translateX(-100%);transition: transform 1s ease-in-out;transition-delay: var(--delay);}.kirei__hero-section .text-reveal-hero.revealed span {transform: translateX(0);}.kirei__hero-section .text-reveal-hero::before {content: attr(data-text);position: absolute;top: 0;left: 0;white-space: pre-line;color: #fff;transform: translateX(-100%);transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);}.kirei__hero-section .text-reveal-hero.revealed::before {transform: translateX(0);}.kirei__hero-section .text-reveal-hero a {color: var(--color-text-reverse);font-size: var(--font-size-default);font-family: var(--font-secondary);background-color: var(--color-green-primary);line-height: 6rem;text-decoration: none;width: fit-content;padding: 12px 24px;border-radius: 30px;opacity: 0;transform: scale(0.97);filter: blur(4px);transition: opacity 0.6s ease-in-out 2.4s, transform 0.6s ease-in-out 2.4s, filter 0.6s ease-in-out 2.4s;}.kirei__hero-section .text-reveal-hero a:hover {background-color: var(--color-green-secondary);transform: scale(2.05);transition: var(--transition-icon);}.kirei__hero-section .hero-CTA-header.visible {opacity: 1;transform: scale(1);filter: blur(0);}body.loaded .bg {transform: scale(1.1);}body.loaded .text-mask > span > span {transform: translateY(0);transition-delay: inherit;}body.loaded .line-before::before {width: 150px;}body.loaded .text-reveal-hero > span:nth-child(2) > span, body.loaded .text-reveal-hero > span:nth-child(2) > span > span {transform: translateX(0);}body.animate-line .line-before::before {width: 150px;}.kirei__hero-section .vertical-text {font-family: 'Inter', sans-serif;font-weight: 700;position: absolute;right: 0;bottom: -280px;font-size: 0.8rem;letter-spacing: 2px;display: flex;flex-direction: column;align-items: center;}.kirei__hero-section .vertical-text span {writing-mode: vertical-rl;white-space: nowrap;margin: 0 0 12px 0;}.kirei__hero-section .vertical-text img {width: 30px;height: auto;}.kirei__hero-section .vertical-text:after {content: "";height: 200px;width: 2px;background-color: var(--color-accent-primary);display: block;margin: 24px 0 0 0;}@media (min-width: 600px) {.kirei__hero-section .wrapper {padding: 0 30px;}.kirei__hero-section .cell {padding: 0 40px;}.kirei__hero-section .text-mask span {font-size: 17rem;line-height: 17rem;}.kirei__hero-section .vertical-text {bottom: -150px;}}