*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-x:hidden}body{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}strong{font-weight:800}:root{--color-white:#ffffff;--color-lighten-gray:#fafafa;--color-light-gray:#e0e0e0;--color-mid-gray:#bebebe;--color-light-green:#D4DE95;--accent-color:#2b2a0b;--success-color:#1DBC60;--color-dark:#000000}.site-navigation{position:fixed;top:0;left:0;right:0;height:8rem;border-bottom:1px solid color-mix(in srgb,var(--color-white) 40%,transparent);background-color:color-mix(in srgb,var(--color-dark) 5%,transparent);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);z-index:9997;transition:all .3s ease}.site-navigation ul{width:100%;height:100%;padding:0 4rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.site-navigation .site-title a{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;color:var(--color-white)}.site-navigation ul li a{font-family:sans-serif;font-size:3rem;color:var(--color-white);text-decoration:none}@media screen and (min-width:950px){.site-navigation .site-title a{font-size:2.4rem}.site-navigation ul li a{font-size:4rem}}.site-navigation.scrolled{background-color:var(--color-white);border-bottom:1px solid var(--color-light-gray)}.site-navigation.scrolled ul li a{color:var(--color-dark)}.site-navigation.scrolled .site-title a{color:var(--accent-color)}.hero{height:85vh;justify-content:flex-end}.hero,.links-hero{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;padding:8rem 4rem}.links-hero{height:55vh;justify-content:center}.hero-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;z-index:2}.hero-content h1{position:relative;font-family:Playfair Display,serif;font-size:7rem;font-weight:700;color:var(--color-white)}.hero-content time{margin:0 0 2rem 1rem;font-size:1.8rem;font-weight:600;text-transform:lowercase;letter-spacing:.15rem;color:var(--color-light-gray)}@media screen and (min-width:950px){.hero,.links-hero{position:relative;width:100%;height:100vh;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin:0;padding:0;background-color:var(--accent-color)}.hero-content{grid-column:span 1;height:100%;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:4rem;z-index:2}.hero-content time{font-size:2rem}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-background img{object-fit:cover}.hero-background video{height:auto}.hero-background video,.hero-overlay{position:absolute;top:0;left:0;width:100%;z-index:0}.hero-overlay{height:100%;background-image:linear-gradient(to top,color-mix(in srgb,var(--accent-color) 100%,transparent 0%) 0,color-mix(in srgb,var(--accent-color) 30%,transparent 0%) 50%,color-mix(in srgb,var(--accent-color) 0%,transparent 100%) 100%)}@media screen and (min-width:950px){.hero-background{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.hero-background video{left:0;top:-50%;width:100%;height:auto;z-index:0}.hero-overlay{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background-image:linear-gradient(to top,color-mix(in srgb,var(--accent-color) 100%,transparent 0%) 0,color-mix(in srgb,var(--accent-color) 50%,transparent 0%) 50%,color-mix(in srgb,var(--accent-color) 0%,transparent 100%) 100%)}}.wedding-info{padding:6rem 4rem;color:var(--color-white);background-color:var(--accent-color)}.wedding-info-header h2{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.8rem;font-weight:900;text-transform:lowercase;letter-spacing:.15rem;color:var(--color-white)}.wedding-info-header p{font-size:1.6rem;line-height:2.4rem;letter-spacing:.125rem}@media screen and (min-width:950px){.wedding-info{display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;color:var(--color-dark)}.wedding-info-header,.wedding-info-header .wedding-links{grid-column:span 1;display:flex;flex-direction:column;justify-content:center}.wedding-info-header{padding:4rem 6rem}.wedding-info-header h2{font-size:3.4rem;margin-bottom:2rem}.wedding-info-header p{font-size:2rem;font-weight:500;line-height:2.4rem;letter-spacing:.12rem;color:var(--color-lighten-gray)}}.page-header{position:relative;width:100%;height:60vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:12rem 4rem 8rem;background-color:var(--accent-color)}.page-header h1{position:relative;font-size:2.8rem;font-weight:700;line-height:3.2rem}.page-header h1,.page-header p{font-family:Playfair Display,serif;color:var(--color-white)}.page-header p{margin-bottom:1rem;font-size:1.8rem;font-weight:500;text-transform:lowercase;line-height:2.4rem}@media screen and (min-width:950px){.page-header h1{font-size:3.4rem}.page-header p{font-size:2rem}}.wedding-links{margin:6rem 0 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.8rem}.wedding-links-item{width:100%;padding:1.6rem;font-weight:700;font-size:1.4rem;border-radius:.5rem;border:1px solid var(--color-white);transition:all .2s ease;cursor:pointer;transition:all .2s ease-in-out}.wedding-links-item:focus,.wedding-links-item:hover{background-color:color-mix(in srgb,var(--color-white)5%,transparent)}.wedding-section .wedding-links-item{border:1px solid var(--accent-color)}.wedding-links-item a{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:sans-serif;color:var(--color-white)}.wedding-section .wedding-links-item a{color:var(--accent-color)}.calendar-container .calendar-month-title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em}.calendar-year{margin-top:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:500;color:var(--accent-color)}.calendar-weekdays-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.calendar-weekday{text-align:center;font-size:1.4rem;font-weight:300;color:var(--color-mid-gray)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.8rem;gap:.8rem;margin-bottom:3.2rem}.calendar-day-cell{display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1rem}.calendar-highlighted-day{position:relative}.calendar-highlighted-day:before{content:"";position:absolute;top:-.6rem;left:-.9rem;width:3.2rem;height:3.2rem;border-radius:100%;background-color:var(--accent-color);z-index:0}.calendar-highlighted-text{position:relative;color:var(--color-white);font-weight:500;z-index:10;border-radius:100%;z-index:1}.calendar-normal-day{font-weight:300}.dropdown-wrapper{display:flex;position:relative;margin-top:1rem}.calendar-button{width:100%;padding:1.2rem 1.6rem;font-weight:700;font-size:1.4rem;border-radius:.5rem;color:var(--color-dark);border:1px solid var(--color-mid-gray);background-color:var(--color-white);transition:all .2s ease;cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;min-width:100%;display:flex;flex-direction:column;gap:1rem;border:1px solid var(--color-light-gray);border-radius:6px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:8px 4px;background-color:white;list-style:none;z-index:50;transition:opacity .2s ease}.dropdown-menu.visible{opacity:1}.dropdown-menu.hidden{opacity:0;visibility:hidden}.dropdown-item{margin:0}.dropdown-link{display:flex;align-items:center;gap:8px;color:#27272a;font-family:sans-serif;font-size:1.4rem;text-decoration:none;padding:8px 16px;white-space:nowrap;border-radius:4px;transition:background-color .2s ease}.icon{width:16px;height:16px;flex-shrink:0}.icon svg{width:100%;height:100%;fill:currentColor}.icon-stroke svg{fill:none;stroke:currentColor}.wedding-container{width:100vw;padding:6rem 4rem}@media screen and (min-width:950px){.wedding-container{width:60vw;margin:0 auto}}.wedding-section{margin-top:4rem}.wedding-section:not(:last-of-type){margin-bottom:4rem}.wedding-section p:not(:last-of-type){margin-bottom:2rem}.wedding-image{position:relative;width:100%;height:24vh}.wedding-image__vertical{height:48vh}.wedding-image__home{height:60vh;margin-bottom:-2rem}.wedding-image img{object-fit:cover}@media screen and (min-width:950px){.wedding-image{height:50vh}.wedding-image__vertical{height:100vh}.wedding-image__home{height:90vh}}.wedding-header{text-align:center;margin-bottom:8rem}.wedding-title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.wedding-success{padding:2rem;border-radius:1rem;font-family:sans-serif;font-size:1.6rem;line-height:2rem;color:var(--color-white);background-color:color-mix(in srgb,var(--color-white) 10%,transparent)}.hero-content__page .wedding-title{font-size:4.6rem}.wedding-title:not(.wedding-title.calendar-title){margin-bottom:1.6rem}.calendar-title{margin-top:1.6rem}.wedding-subtitle{margin-bottom:1rem;font-size:2rem;font-weight:800}.calendar-countdown,.wedding-subtitle{font-family:Playfair Display,serif;text-transform:lowercase;color:var(--accent-color)}.calendar-countdown{margin-top:1.2rem;font-size:1.2rem}@media screen and (min-width:950px){.wedding-subtitle{font-size:2.5rem;margin-bottom:2rem}}.wedding-event-info{margin:6rem 0 4rem}.wedding-container p:not(p.calendar-year),.wedding-location p{font-family:sans-serif;font-size:1.6rem;line-height:2rem}.wedding-map{width:100%;height:60vh;margin:-4rem 0 0}.wedding-calendar{padding-bottom:8rem;background-color:var(--color-lighten-gray)}@media screen and (min-width:950px){.wedding-calendar{background-color:var(--color-white)}.wedding-map{height:80vh}}.wedding-location{padding-top:6rem;padding-bottom:12rem}.wedding-pallete{padding:0 1rem;margin-top:4rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.wedding-pallete-item{border-radius:8rem;width:6rem;height:5.5rem;display:flex;justify-content:center;align-items:center}.pallete-accent{background-color:#636851}.pallete-mint{background-color:#a0b179}.pallete-straw{background-color:#cacda5}.pallete-brown{background-color:#a3a277}.rsvp-form,.vows-form{margin-top:8rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem}.rsvp-input,.vows-input{width:100%}.rsvp-input,.rsvp-textarea,.vows-input,.vows-textarea{padding:1.2rem 1.4rem;font-size:1.4rem;border-radius:.5rem;border:thin solid var(--color-mid-gray)}.rsvp-textarea,.vows-textarea{min-width:100%;max-width:100%}.rsvp-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:1.2rem 1.4rem;font-size:1.4rem;border-radius:.5rem;border:thin solid var(--color-mid-gray);background-color:transparent;background-image:url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:1.6rem 1.6rem;cursor:pointer}.rsvp-button{width:100%;padding:1.4rem 1.6rem;font-size:1.6rem;font-weight:500;border-radius:.5rem;border:none;transition:all .3s ease-in-out;cursor:pointer}.rsvp-button-disabled{color:var(--color-mid-gray);background-color:var(--color-light-gray);cursor:not-allowed}.rsvp-button-active{color:var(--accent-color);background-color:var(--color-white)}.rsvp-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.4rem;margin:3rem 0}.rsvp-label{font-family:sans-serif;font-size:1.6rem;font-weight:500;color:var(--accent-color)}.rsvp-label p{margin-top:.5rem;font-size:1.4rem!important;color:color-mix(in srgb,var(--color-dark) 50%,transparent)}.donate{position:fixed;left:2rem;bottom:1.4rem;height:4rem;padding:0 1.6rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:1.4rem;border-radius:2rem;border:thin solid var(--color-light-gray);background-color:color-mix(in srgb,var(--color-white) 80%,transparent);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);overflow:hidden;transition:all .25s ease;cursor:pointer;z-index:999}@media screen and (min-width:950px){.donate{height:4.6rem;border-radius:2.4rem;font-size:1.6rem;padding:0 2rem}}@keyframes bounceIn{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes bounceOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2rem)}}.donate__content--in{animation:bounceIn .5s cubic-bezier(.68,-.55,.265,1.55)}.donate__content--out{animation:bounceOut .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes slideUpIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.donate-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);background-color:color-mix(in srgb,var(--color-dark) 50%,transparent);cursor:pointer;z-index:9998;transition:opacity .3s ease-in}.donate-code__container{position:fixed;left:2rem;right:2rem;bottom:2rem;height:auto;flex-direction:column;justify-content:flex-end;align-items:center;border-radius:2rem;background-color:var(--color-white);transition:none;z-index:99999;display:none}@media screen and (min-width:950px){.donate-code__container{left:25%;right:25%}}.donate-code__container--open{display:flex;animation:slideUpIn .4s cubic-bezier(.34,1.56,.64,1)}.donate-code__container--closed{display:none;animation:slideDownOut .4s cubic-bezier(.34,1.56,.64,1)}.donate-code__header{width:100%;padding:2rem;margin-bottom:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:thin solid color-mix(in srgb,var(--color-mid-gray) 20%,transparent)}.donate-code__subtitle{font-size:1.6rem}.donate-code__closebutton,.donate-code__subtitle{color:color-mix(in srgb,var(--color-dark) 40%,transparent);font-family:sans-serif;font-weight:500}.donate-code__closebutton{border:none;background:none;font-size:1.2rem;cursor:pointer;transition:color .2s ease}.donate-code__closebutton:hover{color:color-mix(in srgb,var(--color-dark) 60%,transparent)}.donent-code__content{padding:0 2rem 2rem}.donate-code__qr-container{line-break:anywhere}.donate-code__qr-image{margin-bottom:1rem}.donate-code__amount-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.donate-code__amount-btn{padding:1.2rem 1rem;border:none;border-radius:1rem;font-size:1.4rem;font-weight:600;transition:all .2s ease;color:color-mix(in srgb,var(--color-dark) 40%,transparent);background-color:color-mix(in srgb,var(--color-dark) 5%,transparent);cursor:pointer}.donate-code__amount-btn:hover{background-color:color-mix(in srgb,var(--color-dark) 10%,transparent)}.donate-code__amount-btn--active{color:var(--color-white);background-color:var(--success-color)}.donate-code__custom-amount{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.donate-code__label{margin-bottom:1rem;font-family:sans-serif;font-size:1.6rem;font-weight:500;color:color-mix(in srgb,var(--color-dark) 40%,transparent)}.donate-code__input-group{display:flex;align-items:center;border:thin solid color-mix(in srgb,var(--color-mid-gray) 40%,transparent);border-radius:8px;overflow:hidden;margin-bottom:1rem;width:100%}.donate-code__currency{font-family:sans-serif;font-size:1.4rem;padding:1rem 1.2rem;color:var(--color-mid-gray);font-weight:600}.donate-code__input{flex:1 1;border:none;padding:1rem 2rem;font-size:1.4rem;outline:none}.donate-code__generate-btn{width:100%;padding:1.4rem;color:var(--color-white);border:none;border-radius:1rem;font-size:1.4rem;font-weight:600;cursor:pointer;background-color:var(--success-color);transition:opacity .2s ease}.donate-code__generate-btn:hover{opacity:.9}.donate-code__qr-content{text-align:center;padding:2rem;width:100%}.donate-code__qr-text{color:color-mix(in srgb,var(--color-dark) 50%,transparent);margin-bottom:16px;font-size:14px}.donate-code__qr-container{padding:2rem;font-family:sans-serif;font-size:1.4rem;background-color:color-mix(in srgb,var(--color-mid-gray) 20%,transparent);border:thin solid color-mix(in srgb,var(--color-mid-gray) 40%,transparent);border-radius:8px;margin-bottom:1rem;cursor:pointer;transition:all .2s ease;max-height:200px;overflow-y:auto}.donate-code__qr-container:hover{background-color:color-mix(in srgb,var(--color-mid-gray) 30%,transparent)}.donate-code__amount-display{margin-bottom:2rem;text-align:left;padding:0 1rem}.donate-code__amount-value{font-family:sans-serif;font-size:2.4rem;font-weight:700}.donate-code__copy-btn{width:100%;padding:1.6rem;border:none;border-radius:1rem;font-size:1.4rem;font-weight:500;color:var(--color-white);cursor:pointer;margin-bottom:1rem;background-color:var(--success-color);transition:opacity .2s ease}.donate-code__copy-btn:hover{opacity:.9}.donate-code__back-btn{width:100%;padding:12px;color:color-mix(in srgb,var(--color-dark) 50%,transparent);background-color:color-mix(in srgb,var(--color-mid-gray) 20%,transparent);border:thin solid color-mix(in srgb,var(--color-mid-gray) 40%,transparent);border-radius:8px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease}.donate-code__back-btn:hover{background-color:color-mix(in srgb,var(--color-mid-gray) 30%,transparent)}.donate-code__copy-code-text{margin-top:12px;font-size:12px;color:#999;word-break:break-all}.site-footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:8rem 0;border-top:thin solid color-mix(in srgb,var(--color-mid-gray) 40%,transparent)}.site-footer a{font-weight:500;color:var(--accent-color);border-bottom:thin dashed var(--accent-color)}.site-footer p{max-width:80%;text-align:center;font-size:1.4rem;line-height:2.4rem}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}