@import url(https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300&family=Rouge+Script&display=swap);@import url(https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&display=swap);@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kapakana:wght@300..400&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none}.login-container{align-items:center;background-color:#f9f9f5;display:flex;font-family:var(--font-body);height:100vh;justify-content:center}.login-box{background:#fff;border-radius:12px;box-shadow:0 0 10px #8c906c33;display:flex;flex-direction:column;padding:2rem 3rem;text-align:center;width:320px}.login-box h2{color:#8c906c;margin-bottom:1.5rem}.login-input{border:1px solid #acaf96;border-radius:8px;color:#8c906c;font-size:1rem;margin-bottom:1rem;outline:none;padding:.7rem 1rem}.login-button{background-color:#8c906c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem;transition:background .3s ease}.login-button:hover{background-color:#757a57}.login-error{color:red;font-size:.9rem;margin-top:1rem}.signature-book-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.signature-entry{background:#f9f9f9;border:1px solid #ececec;border-radius:12px;box-shadow:0 2px 8px #0001;padding:1rem}.signature-entry-header{align-items:center;display:flex;margin-bottom:.5rem}.signature-entry-message{font-size:1rem;margin-bottom:.5rem}.signature-entry-image img{border-radius:8px;box-shadow:0 1px 4px #0002}.signature-entry-label strong{color:#7f9450;font-weight:700;margin-right:6px}.admin-panel{background-color:#f9f9f5;font-family:var(--font-body);padding:2rem}.admin-form{background-color:#fff;border:1px solid #ccc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.admin-form label{color:#8c906c;display:block;margin-bottom:.25rem}.admin-form input{border:1px solid #acaf96;display:block;margin-bottom:1rem;padding:.5rem;width:100%}.admin-form button{background-color:#8c906c;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.7rem 1.2rem}.admin-table{background-color:#fff;border-collapse:collapse;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #e0e0e0;padding:.8rem;text-align:center;vertical-align:middle;white-space:nowrap}.admin-table th{color:#4a4a4a;font-weight:700}.modal-overlay{background:#0006;z-index:1000}.modal{background:#fff;max-width:300px;padding:1.5rem;text-align:center;width:100%}.modal-buttons{justify-content:space-around}.modal button{background-color:#8c906c;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem 1rem}.modal button:last-child{background-color:#ccc}.admin-table-container{background:#fff;border:1px solid #ccc;border-radius:8px;max-height:393px;overflow-y:auto}.admin-table-container::-webkit-scrollbar,.signature-book-list::-webkit-scrollbar{width:10px}.admin-table-container::-webkit-scrollbar-track,.signature-book-list::-webkit-scrollbar-track{background:#f0f0e9;border-radius:10px}.admin-table-container::-webkit-scrollbar-thumb,.signature-book-list::-webkit-scrollbar-thumb{background-color:#8c906c;border:2px solid #f0f0e9;border-radius:10px}.admin-table-container,.signature-book-list{scrollbar-color:#8c906c #f0f0e9;scrollbar-width:thin}.admin-table-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.admin-table td:first-child,.admin-table th:first-child{background:#f9f9f5}@media (max-width:678px){.admin-table{display:block;overflow-x:auto;white-space:nowrap}.admin-table td:first-child,.admin-table th:first-child{background:#f9f9f5;left:0;max-width:150px;min-width:150px;position:-webkit-sticky;position:sticky;text-align:left;white-space:normal;width:150px;word-break:break-word;z-index:2}.admin-table th:first-child{z-index:3}}.modal-overlay{align-items:center;background-color:#1e1e1e99;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal{animation:modal-fade-in .25s ease;background:#fffaf4;border-radius:12px;box-shadow:0 8px 16px #0003;font-family:inherit;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;scrollbar-width:thin;width:75%}@keyframes modal-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;text-align:center}.modal input{background-color:#fff;border:1px solid #ccc;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.6rem .8rem;width:100%}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.modal-buttons button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.2rem;transition:background .2s}.edit-button{color:#8c906c}.modal-buttons button:last-of-type{background-color:#ccc}.modal-buttons button:last-of-type:hover{background-color:#bbb}.delete-button{background-color:#d04545!important}@media (max-height:600px){.modal{max-height:80vh;padding:1.5rem 1rem}.modal-buttons{flex-direction:column;gap:.5rem}.modal-buttons button{width:100%}}.logout-container{display:flex;justify-content:flex-end}.logout-button{background-color:#8c906c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:var(--font-body);font-size:1rem;padding:.6rem 1.2rem;transition:background-color .2s ease}.logout-button:hover{background-color:#727556}.main-container{width:100%}.fade-screen,.reel-welcome-section{height:100%;transition:opacity 1s ease;width:100%}.fade-screen{align-items:center;background-image:url(/static/media/background.4910a3438c092b3085d1.jpg);display:flex;justify-content:center;left:0;opacity:1;position:absolute;top:0;z-index:2}.fade-screen.fade-out{opacity:0;z-index:1}.reel-welcome-section{align-items:center;background-color:#fff;background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/4QB0RXhpZgAATU0AKgAAAAgABQEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAAITAAMAAAABAAEAAMb+AAIAAAARAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABR29vZ2xlIEluYy4gMjAxNgAA/+ICKElDQ19QUk9GSUxFAAEBAAACGAAAAAAEMAAAbW50clJHQiBYWVogAAAAAAAAAAAAAAAAYWNzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAPbWAAEAAAAA0y0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJZGVzYwAAAPAAAAB0clhZWgAAAWQAAAAUZ1hZWgAAAXgAAAAUYlhZWgAAAYwAAAAUclRSQwAAAaAAAAAoZ1RSQwAAAaAAAAAoYlRSQwAAAaAAAAAod3RwdAAAAcgAAAAUY3BydAAAAdwAAAA8bWx1YwAAAAAAAAABAAAADGVuVVMAAABYAAAAHABzAFIARwBCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9wYXJhAAAAAAAEAAAAAmZmAADypwAADVkAABPQAAAKWwAAAAAAAAAAWFlaIAAAAAAAAPbWAAEAAAAA0y1tbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wgARCAUcAuADASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECB//EABUBAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIQAxAAAAHp4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAACiLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAWEBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUSwAAAAAAAAAAAAAAAAAAAsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//EABoQAAEFAQAAAAAAAAAAAAAAABEhQWCQwND/2gAIAQEAAQUCvzPDQysbfGu//8QAFBEBAAAAAAAAAAAAAAAAAAAAsP/aAAgBAwEBPwFrz//EABQRAQAAAAAAAAAAAAAAAAAAALD/2gAIAQIBAT8Ba8//xAAWEAADAAAAAAAAAAAAAAAAAAARwND/2gAIAQEABj8CjmwTuv/EABwQAAEDBQAAAAAAAAAAAAAAAAEQESFggJDA0P/aAAgBAQABPyHMuBZ6ZG4TAJ6cASOmvf/aAAwDAQACAAMAAAAQ88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888w0888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888c8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888880888888s888888888888888888888888888888888888s88888888s888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888s888888t8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888884888888888888888888888888888888888888888888888s8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888884U8888888888888888888c8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888U888888888888888888888888888888888888888888888c88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888880888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888s88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888c888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888/8QAFhEAAwAAAAAAAAAAAAAAAAAAEYCw/9oACAEDAQE/EEoNZT//xAAUEQEAAAAAAAAAAAAAAAAAAACw/9oACAECAQE/EGvP/8QAJxAAAQEHBAIDAQEAAAAAAAAAAUEAETAxQFBgECAhcHGAUWGQoKH/2gAIAQEAAT8QoP8AMcONA5cmOJ6EJDSnOACRq0tKXN9mCQ83VLMOGe6oNqMd5zO+28mPGMvPeKe+juP3DPQZqlqjmRvaaHg4SKEfEAQAxvJoCNBBcyYg+9n2JTcuviUZw+WOEhGVlYc+GlLGJ0T/AKwRMhO084s+KstjrIKQWAnCjAe3i4igNWJwTqNEsYtY+Yr+cXO0YKaI6jQT75TUYgIJxw5EmNje6Ml+TcLGGM6oVyWNKQQDTGgM7cmGBltJ6PS6Hv8AFCkU3oUqajBBOlTUX80SQE1S5ecLS4CRgJ3Smw52lrNxPTonGfxSCd6FiEM9MpgrtRDMFM3C6jCHUIsApyX2kVgWEbqlaF1fvN1StCwjazOElaFhHegtE9HbENaFvTuGPxYQtC+0vRjyTtFYF3jkXMTZ757UrAt6Gn1YAuSieXpgAY7Rr92EXITYz9N0iuuQk/HAEUHgPJY0w3JfwhSeOzhPI064GWpjidVjIT7qCzDohIZwUTYzhHhpgOxATYzgylNk5xIwzHOFEOxISMEMS9izsRWGSnRgn+o6Y4n8LB9tHcRBPHBMXpKr/9k=);display:flex;justify-content:center;opacity:0;z-index:0}.reel-welcome-section.fade-in{opacity:1;z-index:2}.welcome-section{align-items:center;display:flex;height:100%;justify-content:center}.initials{color:#fff;color:var(--green-primary);font-family:var(--font-title);font-size:5rem;font-weight:700}.reel-container{align-items:flex-start;background-image:url(/static/media/first_reel2.557fc57d9c1285400435.png);background-position:80%;background-size:cover;height:95vh;justify-content:center}.reel-container,.reel-content{display:flex;text-align:center}.reel-content{align-items:center;box-sizing:border-box;flex-direction:column;inset:0;justify-content:space-between;padding:2rem 1rem;position:absolute}.reel-content p{color:#fff;font-family:var(--font-body);font-size:2em;font-weight:300;letter-spacing:.2em;text-align:center;white-space:pre}.name-container{margin-bottom:2rem;position:relative;text-align:left;width:100%}.name-first{display:block}.name-first,.name-second{color:#fff;font-family:var(--font-body);font-size:3.6rem;letter-spacing:.2em}.name-second{left:9.5ch;padding-left:10rem;top:1.2em;white-space:nowrap}.reel-content img{height:auto;margin-top:2rem;max-width:276px;width:100%}.ampersand{font-family:var(--font-fancy);font-size:1.6em;left:-19px;top:-13px}.name-first-wrapper{line-height:.2;margin-left:5em;text-align:left;width:100%}.name-second-wrapper{line-height:.8;margin-left:10em}@media (max-width:360px){.name-first,.name-second{font-size:2em;width:-webkit-max-content;width:max-content}.name-second{padding-left:23px}.invitation-text span,.reel-content p{font-size:.9em}.ampersand{font-size:48px}.name-first-wrapper{margin-left:0}.name-second-wrapper{margin-left:7em}}@media (min-width:361px) and (max-width:380px){.name-first,.name-second{font-size:2em;width:-webkit-max-content;width:max-content}.name-second{padding-left:23px}.reel-content p{font-size:.9em}.ampersand{font-size:48px}.name-first-wrapper{margin-left:0}.name-second-wrapper{margin-left:7em}}@media (min-width:381px) and (max-width:414px){.name-first,.name-second{font-size:2em;width:-webkit-max-content;width:max-content}.name-second{padding-left:23px}.reel-content p{font-size:.9em}.ampersand{font-size:48px;top:-13px}.name-second-wrapper{margin-left:8em}.name-first-wrapper{margin-left:2em}}@media (min-width:415px) and (max-width:480px){.name-first,.name-second{font-size:2em;width:-webkit-max-content;width:max-content}.name-second{padding-left:23px}.reel-content p{font-size:.9em}.ampersand{font-size:48px;top:-13px}.name-second-wrapper{margin-left:5em}.name-first-wrapper{margin-left:0}}@media (min-width:481px) and (max-width:768px){.name-first,.name-second{font-size:2.6rem;width:-webkit-max-content;width:max-content}.name-second{padding-left:23px}.invitation-text span,.reel-content p{font-size:1em}.name-second-wrapper{margin-left:9em}.name-first-wrapper{margin-left:0}}@media (min-width:769px) and (max-width:1024px){.name-first,.name-second{font-size:2.6rem;padding-left:10rem;width:-webkit-max-content;width:max-content}.invitation-text span,.reel-content p{font-size:1em}.name-second-wrapper{margin-left:9em}.name-first-wrapper{margin-left:0}}.countdown-wrapper{margin-top:2rem;text-align:center;width:100%}.countdown-date{color:#fff;font-family:var(--font-body);font-size:1.2em;letter-spacing:.2em;margin-bottom:1.5rem}.countdown-number{font-size:30px}.countdown-group{align-items:center;display:flex;justify-content:center}.countdown-column{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Courier New,monospace!important}.countdown-column .value{font-size:2em;font-weight:500}.countdown-column .label{font-size:.7em;letter-spacing:.15em;margin-top:.2rem}.separator{color:#fff;font-family:Courier New,monospace!important;font-size:2em;font-weight:500;margin:0 .2em;position:relative;top:-10px}.label-short{display:none}.label-full{display:inline}@media (max-width:420px){.label-full{display:none}.label-short{display:inline}}.secondSectionContainer{align-items:center;background-image:url(/static/media/second_reel_background.7625cff3843e63fc6a1e.png);background-position:50%;background-size:cover;display:flex;justify-content:center;padding:3rem 1rem;text-align:center}.second-reel-content{gap:3rem}.card-box,.second-reel-content{align-items:center;display:flex;flex-direction:column}.card-box{background-image:url(data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkLEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAARCAIAAgADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFgEBAQEAAAAAAAAAAAAAAAAAAAIG/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AoAMosAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=);background-position:50%;background-size:cover;box-sizing:border-box;height:230px;justify-content:space-between;padding:1rem;position:relative;width:245px}.card-title{color:#fff;font-family:var(--font-body);font-size:1.4rem;font-weight:400;letter-spacing:.2em;margin:0}.card-icon{height:110px;width:110px}.card-icon,.card-icon-bouquet{background-position:50%;background-repeat:no-repeat;background-size:contain}.card-icon-bouquet{background-image:url(/static/media/bouquet.2a7b2a91a6d58bb842e5.png);height:161px;left:50%;pointer-events:none;position:absolute;top:25px;transform:translateX(-50%);width:161px}.card-icon-placeholder{height:140px}.church-icon{background-image:url(/static/media/church.05c0d6e8a8d0360f0c95.png)}.bouquet-icon{background-image:url(/static/media/bouquet.2a7b2a91a6d58bb842e5.png)}.card-text{color:#fff;font-size:17px;letter-spacing:.1em;line-height:1;margin:0}.card-text,.map-button{font-family:var(--font-body)}.map-button{background-color:#fff;border:none;border-radius:6px;color:var(--green-primary);cursor:pointer;letter-spacing:.15em;margin-top:.5rem;padding:.4rem 1.2rem;text-decoration:none}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity 1.8s ease-out,transform 1.8s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.third-section{background:#fff;display:flex;height:645px;justify-content:center;padding:3rem 1rem;position:relative}.third-section-overlay{display:flex;flex-direction:column;position:relative;width:320px}.third-card-layer{background-image:url(data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkLEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wAARCAIAAgADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAX/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFgEBAQEAAAAAAAAAAAAAAAAAAAIG/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AoAMosAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=);background-position:50%;background-size:cover;box-shadow:0 8px 16px #00000026;height:90%;margin-left:10px;position:relative;width:100%}.third-flowers-layer{background-image:url(/static/media/white-flowers2.4d0c1061a75fdd876015.png);background-position:0 0;background-size:contain;height:133px;left:-17px;top:-7px;transform:translate(0) rotate(-26deg);width:133px}.third-flowers-layer,.third-green-overlay{background-repeat:no-repeat;pointer-events:none;position:absolute}.third-green-overlay{background-image:url(/static/media/invite-white-background.bc317ceb2966220c5c10.png);background-size:cover;box-shadow:0 0 10px 5px #0000005c;-webkit-box-shadow:0 0 10px 5px #0000005c;-moz-box-shadow:0 0 10px 5px #0000005c;height:100%;left:3.5rem;top:5rem;width:100%}.third-badge{background-image:url(/static/media/golden-badge-f&f.ef634060d9a1fa712eb4.png);background-repeat:no-repeat;background-size:contain;height:60px;left:3rem;position:absolute;top:4.5rem;width:60px;z-index:5}.third-title-container{align-items:flex-start;display:flex;flex-direction:column;left:4.2rem;pointer-events:none;position:absolute;top:.5rem;z-index:2}.third-title-line1{letter-spacing:.1em}.third-title-line1,.third-title-line2,.third-title-line3{color:var(--green-primary);font-family:var(--font-body);font-size:3.7rem;line-height:1;margin:0;padding:0}.third-title-line2{font-family:var(--font-cursive);font-size:3.8rem;font-style:italic;line-height:0;margin-left:36px}.third-title-line3{font-size:3.7rem;letter-spacing:.1em;line-height:1.5;margin-left:5rem}.third-timeline{display:flex;flex-direction:column;gap:4rem;left:3.5rem;pointer-events:none;position:absolute;top:9rem;width:80%}.third-event{align-items:center;display:flex;gap:4rem}.event-icon{flex-shrink:0;height:48px;position:relative;width:48px}.event-icon,.event-icon:after{background-position:50%;background-repeat:no-repeat;background-size:contain}.event-icon:after{content:"";height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.event-text{color:var(--green-primary);font-family:var(--font-body);font-size:1.4rem;line-height:.9;padding-top:8px;text-align:center}.icon-church:after{background-image:url(/static/media/church2.ef9df68ff1a17abab855.png)}.icon-couple:after{background-image:url(/static/media/couple2.f622012e6707351b8ae9.png)}.icon-glasses:after{background-image:url(/static/media/glasses.d9d6a6df4b12acda100e.png)}.icon-car:after{background-image:url(/static/media/just-married.6af2e1f0fb2bb81cae97.png)}.third-event,.third-title-container{filter:blur(8px);opacity:0;transition:filter .5s ease-out,opacity .5s ease-out}@media (max-width:480px){.third-section{height:500px}.third-green-overlay{height:100%;left:3rem;top:3.8rem;width:260px}.third-card-layer{width:250px}.third-flowers-layer{height:110px;left:-14px;top:-10px;width:110px}.third-badge{left:2.3rem;top:3.3rem}.third-title-line1,.third-title-line3{font-size:2.7rem}.third-title-line2{font-size:2.8rem}.third-title-line3{margin-left:4rem}.third-timeline{gap:2rem;top:7rem}.third-event{gap:2rem}.event-icon:after{height:80px;width:62px}.icon-church:after{height:60px;width:54px}.icon-couple:after{height:60px;width:63px}.event-text{font-size:18px}}.fourth-section{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;text-align:center}.dresscode-title p{color:#acaf96;font-family:var(--font-body);margin:.5rem 0}.title-main{font-family:var(--font-body);font-size:57px;letter-spacing:9px;margin:0}.title-stack{align-items:center;display:flex;flex-direction:column;line-height:1;margin-bottom:.5rem}.title-fancy{color:#acaf96;font-family:var(--font-cursive);font-size:64px;font-style:italic;margin:-19px 0 0}.no-white{font-size:1.5rem;letter-spacing:5px;margin-top:1rem}.subtitle{font-size:21px;letter-spacing:3px;margin-top:1rem}.color-suggestions{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0 0}.icon-block{flex-direction:column;font-size:1rem;max-width:130px}.dresscode-icons,.icon-block{align-items:center;display:flex;text-align:center}.dresscode-icons{color:#8a9174;justify-content:center}.icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:125px;width:83px}.icons-text{display:flex;flex-direction:column;font-family:var(--font-body);font-size:1rem;justify-content:center;letter-spacing:.14em;max-width:160px}.dress-icon{background-image:url(/static/media/dress.37b41cf6eb2fa981a553.png);height:125px;width:125px}.suit-icon{background-image:url(/static/media/suit.ba6932761ffa57a9e11a.png)}.dresscode-image{background-image:url(/static/media/dresscode-photo.2962130a8deef3c107a9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:270px;margin-bottom:20px;max-width:500px;width:100%}.reveal-item{transition:filter .5s ease-out,opacity .5s ease-out}.reveal-item.slow-reveal{transition:filter 1s ease-out,opacity 1s ease-out}@media (min-width:360px) and (max-width:380px){.color-circle{height:30px;width:30px}.no-white{font-size:1.3rem}.color-suggestions{gap:1.5rem;padding-left:0}}.color-circle{border-radius:50%;height:35px;opacity:0;transform:scale(.8);transition:transform 1.6s ease,opacity 1.6s ease;width:35px}.color-circle.visible{opacity:1;transform:scale(1)}.fifth-section{align-items:center;background-color:#878a66;color:#fff;display:flex;flex-direction:column;padding:2rem 1rem 5rem;text-align:center}.gift-title{margin-bottom:1rem}.gift-main-title{color:#d7d8cd;font-family:var(--font-body);font-size:3.5rem;letter-spacing:6px;margin:0}.gift-subtitle{color:#d7d8cd;font-family:var(--font-cursive);font-size:4.5rem;font-style:italic;line-height:.6;margin:0}.gift-description{font-family:var(--font-body);font-size:20px;letter-spacing:3.2px;line-height:1;margin-bottom:4rem;margin-top:4rem;max-width:440px}.gift-card-wrapper{-webkit-tap-highlight-color:transparent;cursor:pointer;height:200px;outline:none;perspective:1000px;width:394px}.gift-card{height:100%;position:relative;transform-style:preserve-3d;transition:transform .8s;width:100%}.gift-card-wrapper.flipped .gift-card{transform:rotateY(180deg)}.gift-card-back,.gift-card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-image:url(/static/media/second_reel_background.7625cff3843e63fc6a1e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 0 10px 5px #0000005c;display:flex;flex-direction:column;height:100%;padding-top:1.2em;position:absolute;width:100%}.gift-card-front .gift-card-title{color:#8c906c;font-family:var(--font-body);font-size:1.4rem;letter-spacing:3px;line-height:1.2;margin:4px 0 2rem}.gift-card-icon{height:auto;width:150px}.gift-card-back{transform:rotateY(180deg)}.gift-card-back .gift-card-title{color:#8c906c;font-family:var(--font-body);font-size:1.5rem;letter-spacing:3px;margin-bottom:5px;margin-top:4px}.gift-card-number{color:#8c906c;font-family:var(--font-numbers);font-size:1.3rem;font-weight:400;letter-spacing:2px;margin-bottom:0;margin-top:2px}.gift-card-name{color:#8c906c;font-family:var(--font-body);font-size:.9rem;letter-spacing:1.2px;margin-bottom:1.5rem}.gift-card-credit-icon{height:auto;width:95px}.gift-card-tap,.gift-card-tap-credit{bottom:33px;color:#878b6a;height:auto;position:absolute;right:41px;width:38px}@media (min-width:360px) and (max-width:480px){.gift-title{margin-bottom:0}.gift-main-title{font-size:2.5rem}.gift-subtitle{font-size:3.5rem}.gift-description{font-size:17px;margin-bottom:3rem;margin-top:3rem}.gift-card-wrapper{height:194px;width:327px}.gift-card-tap,.gift-card-tap-credit{bottom:6px;right:4px}}.gallery-section{background-color:#f9f9f5;color:#8c906c;display:flex;justify-content:center;padding:2rem 1rem;text-align:center}.gallery-content{max-width:900px;width:100%}.gallery-title{color:"rgb(140, 144, 108)";font-family:var(--font-body);font-size:3.5rem;letter-spacing:5px;margin-bottom:14px;margin-top:0}.gallery-slider{height:auto;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:50%}.gallery-track{display:flex;width:100%}.gallery-image{flex:0 0 100%;max-width:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width:600px){.gallery-title{font-size:2.2rem}.gallery-slider{width:90%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}:root{--white-100:#fff;--white-200:#e4e6e7;--white-300:#c9cccf;--white-400:#a1a6aa;--white-500:#6d7478;--black-100:#141a1f;--black-200:#101418;--black-300:#0c0f12;--black-400:#080a0c;--black-500:#020303}.test-slider *,.test-slider :after,.test-slider :before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;list-style:none;list-style-type:none;margin:0;padding:0;text-decoration:none;text-rendering:optimizeLegibility}img{display:block;height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;max-width:100%;object-fit:cover}.section{margin:0 auto}.container{height:auto;margin-inline:auto;max-width:30rem;padding-inline:1.25rem}.swiper-slider{margin:0 auto;max-width:1000px;width:100%}.swiper{&-button-next:after,&-button-prev:after{align-items:center;background:#0c0f12;background:var(--black-300);border-radius:50%;color:#fff;color:var(--white-100);display:flex;font-size:.75rem;font-weight:800;height:2rem;justify-content:center;opacity:.75;padding:1rem;width:2rem}}.gallery-dots{display:flex;gap:8px;justify-content:center;margin-top:1rem}.dot{background-color:#c6c9a9;border-radius:50%;height:8px;opacity:.5;transition:opacity .3s,transform .3s;width:8px}.dot.active{background-color:#8c906c;opacity:1;transform:scale(1.3)}@media (max-width:600px){.container{max-width:23rem}}.book-section{background-color:#f9f9f5;color:#8c906c;font-family:var(--font-body);padding:3rem 1rem;text-align:center}.book-section,.book-title-stack{align-items:center;display:flex;flex-direction:column}.book-title-stack{line-height:1;margin-bottom:1rem}.book-title-main{color:#acaf96;font-size:3.5rem;letter-spacing:6px;margin:0}.book-title-fancy{color:#acaf96;font-family:var(--font-cursive);font-size:7rem;font-style:italic;line-height:.5;margin-left:11rem;margin-top:-.5rem}.book-subtitle{color:#8c906c;font-size:1.2rem;letter-spacing:2px;margin-bottom:2.5rem}.book-form{gap:1.5rem;max-width:600px;width:100%}.book-form,.book-form label{display:flex;flex-direction:column}.book-form label{color:#8c906c;font-size:1.1rem;text-align:left}.book-input,.book-textarea{background-color:#fffefc;background-color:#f9f9f5;border:1px solid #acaf96;border-radius:3px;color:#8c906c;font-family:var(--font-body);font-size:1rem;margin-top:.5rem;padding:.75rem 1rem}.signature-wrapper{margin-top:.5rem;position:relative}.signature-canvas{border:1px solid #acaf96;border-radius:3px;box-sizing:initial;display:block;height:200px;max-width:100%;padding:0;touch-action:none;width:100%}.clear-canvas-x{align-items:center;background:#0000;border:none;border-radius:50%;color:#8c906c;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;outline:none;position:absolute;right:3px;top:8px;width:32px}.book-input:focus,.book-textarea:focus{border:1px solid #acaf96;box-shadow:none;outline:none}.book-input::placeholder,.book-textarea::placeholder{color:#acaf96;font-size:.8em}.book-button{align-self:flex-end;background-color:#8c906c;border:none;color:#fff;cursor:pointer;font-family:var(--font-body);font-size:1.1rem;padding:.5rem 2rem;transition:background-color .3s ease}.moments-container{color:#8c906c;margin-top:1rem;text-align:center}.moments-title-stack{align-items:center;display:flex;flex-direction:column;line-height:1}.moments-title-main{color:#acaf96;font-size:40px;letter-spacing:5px;margin:0}.moments-title-fancy{color:#acaf96;font-family:var(--font-cursive);font-size:56px;font-style:italic;line-height:.7;margin-top:-.3rem}.moments-subtitle{font-size:1rem;letter-spacing:3.2px;line-height:1;max-width:400px}.moments-button-wrapper{align-items:center;display:flex;justify-content:center}.moments-button{background-color:#f9f9f5;border:1px solid #acaf96;color:#8c906c;cursor:pointer;font-family:var(--font-body);font-size:20px;margin-top:12px;padding:.8rem 5rem;transition:background-color .3s ease}.moments-button:hover{background-color:#e2e2d5}.book-button:hover{background-color:#72775a}.undo-stroke-button{align-items:center;background:#0000;border:none;border-radius:50%;color:#8c906c;cursor:pointer;display:flex;height:32px;justify-content:center;outline:none;position:absolute;right:3px;top:44px;width:32px}.book-error{color:#c52a2a;display:inline-block;font-size:1rem;margin-top:4px}.clear-canvas-x,.undo-stroke-button{-webkit-tap-highlight-color:transparent}@media (max-width:480px){.book-title-main{font-size:2.5rem}.book-title-fancy{font-size:4rem;margin-left:7rem}.book-subtitle{font-size:1rem}}@keyframes toastIn{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(40px) scale(.9)}}.custom-toast-root{align-items:center;animation:toastIn .5s ease-out;background-image:url(/static/media/toast-succes.090389b17879b3246f4a.png);background-position:50%;background-size:cover;border-radius:.5rem;color:#fff;display:flex;justify-content:center;max-width:90vw;min-width:276px;padding:2.5rem 1.5rem;text-align:center}.custom-toast-content{color:#fff;font-family:var(--font-body);font-size:1rem;text-shadow:0 1px 2px #0009;white-space:pre-line}.custom-toast-content p{margin:0}.toast-initials{font-size:1.1rem;letter-spacing:.1em;margin-top:1rem}.custom-toast-viewport{align-items:center;bottom:2rem;display:flex;flex-direction:column;left:50%;max-width:95vw;pointer-events:auto;position:fixed;transform:translateX(-54%);width:390px;z-index:999}.custom-toast-root[data-state=open]{animation:toastIn .4s ease-out forwards}.custom-toast-root[data-state=closed]{animation:toastOut .4s ease-in forwards}.toast-close-button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;position:absolute;right:1rem;top:.75rem;z-index:2}.toast-close-button:hover{color:#ccc}.spinner-overlay{align-items:center;background-color:#0000004d;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999999999999}.spinner{animation:spin .9s linear infinite;border:5px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.confirm-section{align-items:center;background-color:#f9f9f5;color:#8c906c;display:flex;flex-direction:column;font-family:var(--font-body);padding:3rem 1rem 0;text-align:center}.confirm-title-wrapper{display:flex;justify-content:center;width:100%}.confirm-title-stack{align-items:flex-start;display:flex;flex-direction:column;line-height:1;max-width:490px;width:100%}.confirm-title-main{color:#8c906c;font-family:var(--font-cursive);font-size:4.5rem;font-style:italic;margin:0}.confirm-title-fancy{color:#acaf96;font-family:var(--font-body);font-size:2.5rem;letter-spacing:9px;line-height:.5;margin-left:21%;margin-top:-.5rem}.confirm-subtitle{color:#8c906c;font-size:1rem;letter-spacing:3px;margin:2rem 0 1rem}.confirm-date{color:#acaf96;font-size:1.2rem;font-weight:400;letter-spacing:3px;margin-bottom:1.5rem}.confirm-note{font-family:var(--font-body);font-size:1rem;letter-spacing:3px;margin-bottom:1rem;margin-top:0}.confirm-button{background-color:initial;border:1px solid #8c906c;color:#8c906c;cursor:pointer;font-family:var(--font-body);font-size:20px;margin-bottom:2rem;padding:10px;transition:background-color .3s ease;width:320px}.confirm-button:hover{background-color:#e2e2d5}.confirm-message{font-size:14px;letter-spacing:3px;line-height:1;margin:0 auto;max-width:500px;text-align:center}.confirm-footer{color:#8c906c;font-family:var(--font-body);font-size:1.5rem;letter-spacing:4px;margin:.3rem 0}.date-container{font-family:var(--font-body);margin-bottom:1rem}.footer-wrapper{display:flex;justify-content:center;margin-top:2rem;width:100%}.footer-stack{align-items:flex-start;display:flex;flex-direction:column;line-height:1;max-width:340px;width:100%}.footer-left{margin:.3rem 0;text-align:left}.footer-left,.footer-right{color:#8c906c;font-family:var(--font-body);font-size:1.4rem;letter-spacing:4px}.footer-right{margin:.3rem 0 .3rem 7%}.confirm-button-auto{padding:10px 12px}.confirm-button-content{position:relative;z-index:1}.confirm-button-icon-absolute{height:auto;pointer-events:none;position:absolute;right:-45px;top:53%;transform:translateY(-50%);width:24px;z-index:2}@media (max-width:480px){.confirm-title-fancy{font-size:2rem;letter-spacing:6px;margin-left:24%}.confirm-title-stack{max-width:340px}.confirm-title-main{font-size:3.5rem}.confirm-date{font-family:var(--font-numbers);font-size:1rem}.confirm-footer{font-size:24px}}.dialog-overlay{background-color:#0009}.dialog-content{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;left:50%;margin:auto;max-width:380px;position:fixed;top:50%;transform:translate(-50%,-50%);width:95%;z-index:1001}.confirmation-info{text-align:center}.confirmation-name{font-size:1.2rem;margin-bottom:0}.confirmation-name,.confirmation-passes{color:var(--green-primary);font-family:var(--font-body);margin-top:0}.confirmation-passes{font-size:1rem}.confirmation-passes span{font-family:var(--font-numbers)}.confirmation-image-wrapper{position:relative;width:100%}.confirmation-image{border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block;width:100%}.confirmation-phrase{bottom:1rem;color:#fff;font-size:.9rem;position:absolute;text-shadow:0 0 6px #000000b3;width:100%}.confirmation-phrase,.confirmation-title-top{font-family:var(--font-body);padding:0 1rem;text-align:center}.confirmation-title-top{color:var(--green-primary);font-size:1.2rem;letter-spacing:3px;margin-bottom:.8rem}.confirmation-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.confirmation-option{align-items:center;color:var(--green-primary);display:flex;font-family:var(--font-body);gap:.5rem}.confirmation-option input[type=radio]{accent-color:var(--green-primary);margin-top:0}.confirmation-button{background-color:var(--green-primary);border:none;color:#fff;cursor:pointer;font-family:var(--font-body);font-size:1rem;margin-bottom:1rem;padding:.6rem 1.4rem}.button-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;margin-left:8px;width:18px}.dialog-content>h2{all:unset}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.dialog-overlay[data-state=open]{animation:overlayShow .3s ease-out}.dialog-content[data-state=open]{animation:contentShow .3s ease-out}.dialog-content[data-state=closed]{animation:contentHide .2s ease-in}@keyframes contentHide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}.qr-confirmation-container{border-radius:10px;height:100vh;overflow:hidden;position:relative;width:100%}.qr-background{height:100%;object-fit:cover;object-position:center;position:absolute;width:100%;z-index:1}.qr-overlay{align-items:center;display:flex;flex-direction:column;height:100%;position:relative;text-align:center;width:100%;z-index:2}.qr-top-section{margin-bottom:7rem;margin-top:2rem;max-width:354px}.qr-thankyou{color:#fff;display:block;font-family:var(--font-fancy);font-size:4.3rem;text-align:left}.qr-confirmation{color:#fff;font-family:var(--font-body);font-size:1.8rem;letter-spacing:.12em}.qr-image{height:150px;margin-bottom:6rem;width:150px}.qr-instructions{color:#fff;font-family:var(--font-body);font-size:1.3rem;letter-spacing:2.8px;text-shadow:0 0 5px #000000b3}.qr-close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;position:absolute;right:1rem;top:1rem;transition:transform .2s ease;z-index:3}.qr-close-button:hover{transform:scale(1.2)}.dialog-overlay{animation:overlayFadeIn .5s forwards;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;inset:0;position:fixed;z-index:1000}.dialog-overlay[data-state=closed]{animation:overlayFadeOut .5s forwards}.dialog-content-qr{align-items:center;animation:contentFadeIn .5s forwards;background-color:initial;border-radius:8px;display:flex;flex-direction:column;left:50%;margin:auto;max-width:385px;opacity:0;position:fixed;top:50%;transform:translate(-50%,-45%) scale(.95);width:95%;z-index:1001}.dialog-content-qr[data-state=closed]{animation:contentFadeOut .5s forwards}@keyframes overlayFadeIn{to{opacity:1}}@keyframes overlayFadeOut{to{opacity:0}}@keyframes contentFadeIn{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes contentFadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-45%) scale(.95)}}@media (min-width:500px){.dialog-content-qr{max-width:585px}}.text-section-container{align-items:center;background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:center;position:relative;width:100%}.reveal-item{transition:filter 1.4s ease-out,opacity 1.4s ease-out,transform 1.4s ease-out}.override{transform:translateY(0)!important}.text-overlay{color:#fff;left:3%;max-width:300px;position:absolute;top:50%;z-index:2}.text-overlay-content{color:#fff;font-family:var(--font-body);font-size:1rem;letter-spacing:.2em;line-height:21px;text-align:center}.bg-image{height:100%;object-fit:cover;object-position:center;width:100%;z-index:0}@media (min-width:900px){.bg-image{width:50%}.text-overlay{left:33%}}@media (min-width:1050px){.bg-image{width:550px}.text-overlay{left:40%}}.sixth-section-container{align-items:center;background-color:#f9f9f5;display:flex;height:20%;justify-content:center;overflow:hidden;width:100%}.sixth-section-image{object-fit:cover;object-position:center;width:100%}@media (max-width:768px){.sixth-section-image{object-position:top}}.no-attendance-section{align-items:center;color:var(--green-primary);display:flex;height:80vh;justify-content:center;padding:3rem 1rem;text-align:center}.no-attendance-content{align-items:center;display:flex;flex-direction:column;gap:1.8rem;max-width:320px}.no-attendance-title{font-family:var(--font-fancy);font-size:4rem;margin:0;text-align:left}.no-attendance-subtitle{font-family:var(--font-body);font-size:1.5rem;letter-spacing:.15em;margin:0 0 0 20px}.no-attendance-message{line-height:1.6}.no-attendance-gallery-invite,.no-attendance-message{color:var(--green-primary);font-family:var(--font-body);font-size:1.2rem}.no-attendance-gallery-invite{line-height:1.5}.no-attendance-gallery-button{background-color:initial;border:1px solid var(--green-primary);color:var(--green-primary);cursor:pointer;font-family:var(--font-body);font-size:1.2rem;padding:.6rem 2.6rem}.no-attendance-title-wrapper{display:flex;flex-direction:column;padding-left:.5rem;width:100%}.gallery-button-no-attendance{color:#8c906c;cursor:pointer;font-family:var(--font-body);font-size:20px;transition:background-color .3s ease}@media (min-width:768px){.no-attendance-section{height:auto}}.imgcontainer-section-container{align-items:center;background-color:#f9f9f5;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100%}.imgcontainer-section-image{height:100%;object-fit:cover;object-position:center;width:100%}.reveal-item{filter:blur(8px);opacity:0;transform:translateY(20px);transition:filter 1s ease-out,opacity 1s ease-out,transform 1s ease-out}.reveal-item.visible{filter:blur(0);opacity:1;transform:translateY(0)}.test{transform:translateY(0)!important}@media (max-width:768px){.imgcontainer-section-image{object-position:top}}@media (min-width:850px){.imgcontainer-section-image{width:50%}.imgcontainer-section-container{height:100vh}}:root{--green-primary:#8c906c;--white:#fff;--black:#000;--font-title:"Playfair Display",serif;--font-body:"Cormorant Upright",serif;--font-fancy:"Rouge Script",cursive;--font-cursive:"Kapakana",cursive;--font-numbers:"EB Garamond",serif}button,input[type=submit]{-webkit-tap-highlight-color:transparent;outline:none}.qr-scan-section{background-color:#f9f9f5;font-family:var(--font-body);height:100%;overflow:hidden;position:relative;text-align:center}.qr-video-wrapper{display:inline-block;padding-top:20px;position:relative}.qr-video{aspect-ratio:4/4;border:3px solid #8c906c;border-radius:12px;height:auto;max-width:320px;object-fit:cover;width:100%}.zoom-controls{align-items:center;background:#0000008c;border-radius:10px;bottom:12px;color:#fff;display:flex;font-size:.9rem;gap:.5rem;padding:.4rem .8rem;position:absolute;right:24px;z-index:10}.qr-status{color:#8c906c;font-size:1.2rem;left:50%;margin-bottom:1rem;position:absolute;top:22%;transform:translate(-50%,-34px);width:100%}.qr-scan-placeholder{cursor:pointer;height:100vh;position:relative;width:100%}.qr-icon{background-image:url(/static/media/qr-camera.e44f54f15fde147cc8ef.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:360px;left:50%;position:absolute;top:50%;transform:translate(-50%,-73%);transition:opacity .2s ease;width:100%}.qr-scan-placeholder:hover .qr-icon{opacity:1}.qr-scanner-text{color:#8c906c;font-family:var(--font-body);font-size:1.1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-34px)}.qr-guest-info{margin-top:2rem}.qr-guest-name{color:#8c906c;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.qr-guest-list{font-size:1.2rem;list-style:none;margin-bottom:1rem;padding:0}.qr-table{color:#4a4a4a;font-size:2rem;font-weight:600;margin-top:1.5rem}.qr-error{color:red;margin-top:1rem}.qr-rescan-button{background-color:#8c906c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1.5rem;padding:.8rem 1.5rem}.qr-rescan-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.qr-rescan-icon{cursor:pointer;height:60px;transition:opacity .2s ease;width:100px}.qr-rescan-icon:hover{opacity:1}.invitation-card{align-items:center;background:#f9f9f5;border-radius:8px;color:#4a4a4a;display:flex;flex-direction:column;font-family:var(--font-body);justify-content:center;margin:auto;max-width:360px;text-align:center;width:100%}.invitation-welcome{color:#8c906c;font-family:var(--font-fancy);font-size:4.5rem;margin:0 0 1rem}.invitation-passes{border:1px solid #8c906c;border-radius:4px;color:#8c906c;font-family:var(--font-body);margin-bottom:1.5rem;padding:.5rem 1rem}.passes-number{font-family:var(--font-numbers)}.invitation-passes,.passes-number{font-size:1.8rem;letter-spacing:4px}.invitation-guests{color:#8c906c;font-size:1.4rem;letter-spacing:3px;line-height:1.4;list-style:none;margin:0;padding:0}.invitation-table-label{border:1px solid #8c906c;border-radius:4px;color:#8c906c;font-size:1.8rem;margin-top:2rem;padding:7px 62px}.invitation-table-number{color:#8c906c;font-family:var(--font-numbers);font-size:6rem;margin:.5rem 0 0}.guest-panel{background-color:#f9f9f5;font-family:var(--font-body);padding:2rem 2rem 0}.guest-table{background-color:#fff;border-collapse:collapse;width:100%}.guest-table td,.guest-table th{border-bottom:1px solid #e0e0e0;padding:.8rem;text-align:center;vertical-align:middle;white-space:wrap}.guest-table th{color:#4a4a4a;font-weight:700}.guest-table-container{background:#fff;border:1px solid #ccc;border-radius:8px;max-height:62vh;overflow-y:auto}.guest-table-container::-webkit-scrollbar{width:10px}.guest-table-container::-webkit-scrollbar-track{background:#f0f0e9;border-radius:10px}.guest-table-container::-webkit-scrollbar-thumb{background-color:#8c906c;border:2px solid #f0f0e9;border-radius:10px}.guest-table-container{scrollbar-color:#8c906c #f0f0e9;scrollbar-width:thin}.guest-table-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.search-toggle{background:#0000;border:none;color:#8c906c;cursor:pointer;font-size:1.2rem}.search-input{border:1px solid #acaf96;border-radius:8px;font-size:1rem;outline:none;padding:.5rem}.guest-table thead th{background-color:#f9f9f5;position:-webkit-sticky;position:sticky;top:0;z-index:5}.status-select{background-color:#f9f9f5;border:1px solid #ccc;border-radius:6px;font-family:var(--font-body);font-size:.9rem;padding:4px 8px}@media (max-width:678px){.guest-table{overflow-x:auto;white-space:nowrap}.guest-table td:first-child,.guest-table th:first-child{background:#f9f9f5;left:0;max-width:150px;min-width:150px;position:-webkit-sticky;position:sticky;text-align:left;white-space:normal;width:150px;word-break:break-word;z-index:2}.guest-table th:first-child{z-index:100}}
/*# sourceMappingURL=main.7381cb92.css.map*/