@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Poiret+One&family=Poppins:wght@400;600&family=Ephesis&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-10{margin-top:calc(var(--spacing)*10)}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.text-white{color:var(--color-white)}.underline{text-decoration-line:underline}}@font-face{font-family:martoniregular;src:url(/fonts/martoni_regular-webfont.woff2)format("woff2"),url(/fonts/martoni_regular-webfont.woff)format("woff");font-weight:400;font-style:normal}.font-poppins{font-family:Poppins,sans-serif}.font-poppins-semibold{font-family:Poppins,sans-serif;font-weight:600}.font-poiret{font-family:Poiret One,sans-serif}.font-ephesis{font-family:Ephesis,cursive}.font-ostrich{font-family:ostrich_sansbold,Helvetica Neue,Helvetica,sans-serif}.font-martoni{font-family:martoniregular,sans-serif}@keyframes letterFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.letter-animate{opacity:0;animation:.5s forwards letterFadeIn;display:inline-block}.fade-in-up{opacity:0;animation:.8s forwards fadeInUp}@keyframes splashFadeOut{0%{opacity:1}to{opacity:0}}.splash-screen{z-index:9999;background-color:#7f8f7a;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.splash-screen.fade-out{animation:1s forwards splashFadeOut}.splash-text{color:#f5f3ef;letter-spacing:2px;text-align:center;margin:0;font-family:Ephesis,cursive;font-size:120px;font-weight:400}.splash-text span{display:inline-block}.splash-content{text-align:center}.splash-date{color:#f5f3ef;letter-spacing:8px;margin:20px 0 0;font-family:Poiret One,sans-serif;font-size:32px;font-weight:400}@media screen and (max-width:768px){.splash-text{font-size:60px}.splash-date{letter-spacing:5px;font-size:20px}}.splash-monogram{text-align:center}.splash-monogram-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.splash-monogram-row{justify-content:center;gap:30px;display:flex}.splash-monogram-letter{color:#f5f3ef;opacity:0;font-family:Cormorant Garamond,serif;font-size:200px;font-weight:300;line-height:1;display:inline-block}.splash-monogram-letter.top-half{clip-path:inset(0 0 50%);margin-bottom:-105px;animation:.6s forwards splashMonogramFadeInDown}.splash-monogram-letter.bottom-half{clip-path:inset(50% 0 0);margin-top:-120px;animation:.6s forwards splashMonogramFadeInUp}.splash-monogram-names{color:#f5f3ef;letter-spacing:8px;z-index:2;background:#7f8f7a;justify-content:center;align-items:center;padding:4px 20px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;display:flex;position:relative}.splash-char{opacity:0;animation:.4s forwards splashCharFadeIn;display:inline-block}.splash-monogram-date{color:#f5f3ef;letter-spacing:6px;margin-top:40px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400}@keyframes splashMonogramFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes splashMonogramFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes splashCharFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.splash-monogram-letter{font-size:100px}.splash-monogram-row{gap:40px}.splash-monogram-letter.top-half{margin-bottom:-50px}.splash-monogram-letter.bottom-half{margin-top:-50px}.splash-monogram-names{letter-spacing:6px;padding:3px 10px;font-size:14px}.splash-monogram-date{letter-spacing:4px;margin-top:25px;font-size:14px}}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Poppins,serif}.container{max-width:1300px;margin:0 auto;position:relative}.container.full-width{max-width:100%;padding-left:0;padding-right:0}.section{padding-top:60px;padding-bottom:60px}.space-between{justify-content:space-between;display:flex}.content-center{justify-content:center;display:flex}.space-between .col,.content-center .col{flex-basis:48%}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.text-right{text-align:right}.text-through{text-decoration:line-through!important}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.circle{border-radius:50%;width:50px;height:50px;margin:5px 0}.color1{background:#9caf9a}.color2{background:#e6dccf}.color3{background:#c7c9c8}.color4{background:#b8afa3}.color5{background:#7f8f7a}.color6{background:#9b6a43}.color7{background:#f5f3ef}.text-color1{color:#9caf9a}.text-color2{color:#e6dccf}.text-color3{color:#c7c9c8}.text-color4{color:#b8afa3}.text-color5{color:#7f8f7a}.text-color6{color:#9b6a43}.text-color7{color:#f5f3ef}.bg-primary{background-color:#9caf9a}.text-primary{color:#9caf9a}.bg-sage{background-color:#7f8f7a}.text-sage{color:#7f8f7a}.bg-secondary{background-color:#b8afa3}.text-secondary{color:#b8afa3}.bg-white{background-color:#f5f3ef}.text-white{color:#f5f3ef}.bg-gold{background-color:#e6dccf}.text-gold{color:#e6dccf}.bg-orange{background-color:#9b6a43}.text-orange{color:#9b6a43}.bg-silver{background-color:#c7c9c8}.text-silver{color:#c7c9c8}.bg-stone{background-color:#dadada}.text-stone{color:#dadada}h3{font-family:Poiret One,sans-serif}.first-fold{min-height:100vh;display:flex}.first-fold-left{background:#7f8f7a;flex-basis:32%;justify-content:center;align-items:center;padding:40px;display:flex}.first-fold-right{background:#e6dccf;flex-basis:70%;position:relative;overflow:hidden}.first-fold-right:before{content:"";z-index:2;pointer-events:none;background:url(/images/flower-corner-top.png) 0 0/contain no-repeat;width:300px;height:300px;position:absolute;top:0;left:0}.first-fold-right:after{content:"";z-index:2;pointer-events:none;background:url(/images/flower-corner-bottom.png) 100% 100%/contain no-repeat;width:350px;height:350px;position:absolute;bottom:0;right:0}.slider-image{opacity:0;transition:opacity 1s ease-in-out}.slider-image.active{opacity:1}.first-fold .header{text-align:center;font-family:Poiret One,sans-serif;font-weight:400}.first-fold .header h1{margin-bottom:0;font-size:60px;font-weight:400}.first-fold .invitation-text{margin:0;font-family:Ephesis,cursive;font-size:50px;line-height:normal}.couple-initials{letter-spacing:2px;margin:0;font-family:Ephesis,cursive;font-size:180px;font-weight:400;line-height:.8}.couple-initials span{margin-top:0;margin-bottom:-45px;font-size:110px}.couple-initials>span.letter-animate{display:block!important}.logo{width:100%;max-width:250px}.invitation-text{text-align:center;margin:0;font-family:Ephesis,cursive;font-size:110px;font-weight:400}.wedding-date{margin-top:30px}.rsvp-message{margin-bottom:20px;font-size:24px}.rsvp-btn{color:#fff;background:#9b6a43;border-radius:4px;padding:12px 80px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.rsvp-btn:hover{background:#7f5a35}.attire-section{background:url(/images/attire-bg.jpg) top/100% no-repeat;padding-top:0;padding-bottom:60px;position:relative}.attire-section:before{content:"";opacity:.2;pointer-events:none;z-index:1;background:url(/images/attire-bg-khaki.jpg) 0 100%/cover no-repeat;width:40%;height:100%;position:absolute;inset:0 0 0 auto}.attire-section .content-center{justify-content:center}.attire-section .space-between{align-items:center}.attire-content{max-width:900px;margin:0 auto;padding:0 40px 20px 20px}.attire-heading{text-align:center;letter-spacing:1px;color:#000;margin-bottom:30px;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.attire-sponsors-section{margin-bottom:60px}.attire-sponsors-grid{flex-wrap:wrap;justify-content:center;gap:100px;display:flex}.attire-sponsor-column{text-align:center}.attire-swatches{justify-content:center;gap:5px;margin-bottom:20px;display:flex}.attire-label{color:#000;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;line-height:1.6}.attire-guests-section{margin-top:60px}.attire-guests-content{justify-content:center;align-items:center;gap:40px;display:flex}.attire-illustration-left,.attire-illustration-right{flex-shrink:0}.attire-guests-center{text-align:center;flex:1;max-width:600px}.attire-guests-title{color:#000;margin:5px 0;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.attire-guests-subtitle{color:#666;letter-spacing:.5px;margin:5px 0 25px;font-family:Poppins,sans-serif;font-size:12px}.attire-guests-swatches{flex-direction:column;align-items:center;gap:8px;margin-top:20px;display:flex}.attire-guests-row{justify-content:center;gap:40px;display:flex}.attire-guests-group{gap:5px;display:flex}.gift-note-section{text-align:center;max-width:700px;margin-top:60px;margin-left:auto;margin-right:auto;padding:40px 20px}.gift-note-heading{color:#9b6a43;margin:0 0 20px;font-family:Ephesis,cursive;font-size:48px;font-weight:400}.gift-note-text{color:#333;margin:0;font-family:Poppins,sans-serif;font-size:16px;line-height:1.8}.attire-swatches-col{flex-direction:column;gap:5px;display:flex}.attire-swatches-row{justify-content:center;gap:5px;display:flex}.sub-heading{font-family:Poiret One,sans-serif;font-size:70px;font-weight:400}.gift-section{background:#e6dccf}.gift-section .card1{margin-right:20px}#rsvp_form{text-align:center;max-width:330px;margin:0 auto}#rsvp_form input{text-align:center;border-radius:2px;width:100%;margin-bottom:5px;padding:10px;display:block}#rsvp_form input[type=text]{border:1px solid #fff3;max-width:310px;margin-top:15px;margin-bottom:15px}#rsvp_form input[type=submit],#rsvp_form button[type=submit]{color:#fff;cursor:pointer;background:#9b6a43;border:none;border-radius:2px;width:100%;padding:10px;font-weight:600;transition:all .3s}#rsvp_form button[type=submit]:hover{background:#7f5a35}.two-column-centered-text .col1{text-align:right;margin-right:20px}.two-column-centered-text .col2{margin-left:20px}.three-column-centered-text{position:relative}.three-column-centered-text .col{flex-basis:35%}.three-column-centered-text .col1{text-align:right;margin-right:5%}.three-column-centered-text .col2{flex-basis:5%;margin-left:20px;margin-right:20px;position:absolute}.three-column-centered-text .col3{margin-left:5%}.entourage-section{background:url(/images/tile-bg.jpg);position:relative}.entourage-section h4{margin-top:30px;margin-bottom:10px;font-size:21px}.entourage-section p{margin-top:0;margin-bottom:0;font-size:16px}.cross-icon{vertical-align:middle;filter:invert(42%)sepia(50%)saturate(500%)hue-rotate(350deg)brightness(90%);margin-left:6px;display:inline-block}.map-section{position:relative}.map-section.bg-gold:before{content:"";opacity:.03;pointer-events:none;z-index:1;background:url(/images/church-bg.png) 0 100%/contain no-repeat;width:350px;height:450px;position:absolute;bottom:0;left:0}.map-section.bg-primary{background-color:#0000;background-image:linear-gradient(#7f8f7ad9,#7f8f7ad9),url(/images/whitish-gray-textured-wallpaper-pattern.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.map-section .map{width:100%;height:100%;position:relative}.map-section .venue-image{width:100%;height:100%}.reception-time{margin:0;font-size:150px;font-weight:700;line-height:1}.map-section iframe{border:0;width:100%;height:100%;margin-bottom:-6px}.map-section .map-details{flex-direction:column;justify-content:center;min-height:450px;padding:10% 5% 9% 10%;display:flex}.map-section p.time{border:4px solid #000;margin-top:0;margin-bottom:0;padding:40px;font-size:200px;font-weight:700;line-height:170px;display:inline-block}.map-section .meta{padding-left:40px}.map-section .meta h3{margin-bottom:10px;font-size:33px}.map-section .meta p.coordinate a{color:#000}.map-section .reception .map-details{padding:5% 5% 10%}.map-section .reception .meta{padding-left:0}.map-section .reception p.time{transform-origin:50%;border:0;padding:0;font-size:75px;line-height:normal;display:inline-block;transform:rotate(90deg)}.map-section>.container>.col1,.map-section>.container>.col2,.map-section .reception>.col1,.map-section .reception>.col2{flex-basis:50%}@media screen and (max-width:768px){.invitation-text{font-size:60px}.container{padding-left:25px;padding-right:25px}.space-between{text-align:center;display:block}.space-between .col{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.attire-section .content-center{justify-content:center}.attire-section-desktop img{margin-left:12%}.map-section .container{flex-direction:column;display:flex}.map-section .container>.col1,.map-section .container>.col2{flex-basis:100%;width:100%}.map-section .church-map{border-bottom:1px solid #333;margin-bottom:50px;padding-bottom:50px}.map-section .reception p.time{transform:rotate(0)}.map-section{min-height:auto}.map-section.bg-gold:before{opacity:.08;width:150px;height:200px}.map-section .map,.map-section .venue-image{min-height:350px}.map-section iframe{width:100%;height:350px}.reception-time{font-size:80px}.map-section .reception .col1{flex-basis:100%;order:2}.map-section .reception .col{width:100%;padding:0}.two-column-centered-text .col1,.two-column-centered-text .col2{text-align:center;margin:0}.first-fold .header h1{font-size:40px}.sub-heading{font-size:32px}.first-fold{flex-direction:column}.first-fold-left{flex-basis:auto;padding:60px 20px}.first-fold-right{flex-basis:auto;min-height:50vh}.first-fold-right:before{width:150px;height:150px}.first-fold-right:after{width:180px;height:180px}.first-fold .invitation-text{font-size:50px}.couple-initials{font-size:120px;line-height:1.1}.couple-initials>span{margin-top:10px;display:block!important}.couple-initials>span:last-child{margin-top:-26px;margin-bottom:0}.wedding-date,.rsvp-wrap.mt-10.fade-in-up{margin-top:0}.attire-sponsors-grid{gap:40px}.attire-guests-content{flex-direction:column;gap:30px}.attire-illustration-left,.attire-illustration-right{display:none}.attire-guests-swatches{gap:6px}.attire-guests-row{gap:20px}.attire-guests-group,.attire-swatches-row{gap:4px}.attire-heading{font-size:18px}.attire-label{font-size:12px}.attire-guests-title{font-size:14px}.attire-guests-subtitle{font-size:11px}.gift-note-heading{font-size:36px}.gift-note-text{font-size:14px}.three-column-centered-text.secondary-sponsors{flex-direction:column;margin-bottom:30px}.three-column-centered-text.secondary-sponsors .col{text-align:center;flex-basis:100%;width:100%}.three-column-centered-text.secondary-sponsors .col2{order:-1;margin-bottom:8px;margin-left:auto;margin-right:auto;font-weight:700;position:static;flex-basis:100%!important}.three-column-centered-text.secondary-sponsors .col1,.three-column-centered-text.secondary-sponsors .col3{margin:0}}.monogram-section{background:0 0;justify-content:center;align-items:center;padding:30px 20px 45px;display:flex}.monogram-container{text-align:center}@keyframes monogramFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes monogramFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes monogramCharFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.monogram-container .monogram-letter,.monogram-container .monogram-char{opacity:0}.monogram-container.animate .monogram-letter.top-half{animation:.6s forwards monogramFadeInDown}.monogram-container.animate .monogram-letter.bottom-half{animation:.6s forwards monogramFadeInUp}.monogram-container.animate .monogram-char{animation:.4s forwards monogramCharFadeIn;display:inline-block}.monogram-letters-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.monogram-row{justify-content:center;gap:30px;display:flex}.monogram-letter{color:#9caf9a;font-family:Cormorant Garamond,serif;font-size:200px;font-weight:300;line-height:1;display:inline-block}.monogram-letter.top-half{clip-path:inset(0 0 50%);margin-bottom:-105px}.monogram-letter.bottom-half{clip-path:inset(50% 0 0);margin-top:-120px}.monogram-names{color:#9caf9a;letter-spacing:8px;z-index:2;background:#fff;justify-content:center;align-items:center;padding:4px 20px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;display:flex;position:relative}.monogram-names .ampersand{letter-spacing:0;font-size:18px}.monogram-date{color:#9caf9a;letter-spacing:6px;margin-top:-25px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400}@media screen and (max-width:768px){.monogram-letter{font-size:100px}.monogram-row{gap:40px}.monogram-letter.top-half{margin-bottom:-50px}.monogram-letter.bottom-half{margin-top:-50px}.monogram-names{letter-spacing:6px;gap:6px;padding:3px 10px;font-size:14px}.monogram-names .ampersand{font-size:14px}.monogram-date{letter-spacing:4px;margin-top:25px;font-size:14px}}.our-story-section{background-color:#0000;background-image:linear-gradient(#9b6a43d9,#9b6a43d9),url(/images/whitish-gray-textured-wallpaper-pattern.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding-top:60px;padding-bottom:60px}.our-story-section .sub-heading{color:#fff;text-align:center;text-shadow:2px 2px 4px #00000080;margin-bottom:40px;font-family:Ephesis,cursive}.our-story-content{align-items:center;min-height:1px;display:flex}.our-story-text{background:#f5f3ef;flex-direction:column;flex-basis:50%;justify-content:center;align-items:center;margin-left:20px;padding:80px;display:flex;position:relative;box-shadow:1px 1px 10px #181818}.story-text-container{flex:1;position:relative}.story-text-page{opacity:0;visibility:hidden;width:100%;transition:opacity .5s ease-in-out;position:absolute}.story-text-page.active{opacity:1;visibility:visible;position:relative}.story-paragraphs{color:#333;font-family:Poppins,sans-serif;font-size:16px;line-height:1.8}.story-paragraphs p{margin-bottom:20px}.story-paragraphs p:last-child{margin-bottom:0}.story-text-dots{justify-content:center;gap:12px;margin-top:30px;display:flex}.story-signature{float:right;z-index:10;flex-direction:column;align-items:flex-end;padding-right:0;display:flex;position:absolute;bottom:20px;right:40px}.signature-the{letter-spacing:2px;color:#333;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:400}.signature-name{color:#9b6a43;margin-top:-8px;font-family:Ephesis,cursive;font-size:52px;line-height:1}.signature-line{background:#9b6a43;width:180px;height:1px;margin:5px 0}.signature-year{color:#333;letter-spacing:2px;margin-top:2px;font-family:Cormorant Garamond,serif;font-size:16px}.story-text-dot{cursor:pointer;background:#c7c9c8;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.story-text-dot:hover{background:#9caf9a;transform:scale(1.2)}.story-text-dot.active{background:#9b6a43;border-radius:6px;width:30px}.our-story-slider{flex-direction:column;flex-basis:50%;justify-content:center;align-items:center;gap:20px;padding:0;display:flex;position:relative}.story-slider-container{border-radius:8px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:1px 1px 10px #181818}.story-slider-image{opacity:0;object-fit:cover;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute}.story-slider-image.active{opacity:1;z-index:1}.story-slider-dots{justify-content:center;gap:12px;display:flex}.story-dot{cursor:pointer;background:#c7c9c8;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.story-dot:hover{background:#9caf9a;transform:scale(1.2)}.story-dot.active{background:#9b6a43;border-radius:6px;width:30px}@media screen and (max-width:1024px){.our-story-section{padding-top:50px}.our-story-content{flex-direction:column;min-height:auto}.our-story-text{flex-basis:auto;margin:0 20px;padding:60px 40px}.our-story-slider{flex-basis:auto;width:100%;padding:0 20px}.story-slider-container{height:500px}}@media screen and (max-width:768px){.our-story-section{padding-top:40px}.our-story-section .sub-heading{margin-bottom:30px;font-size:40px}.our-story-text{padding:40px 20px}.our-story-slider{padding:20px}.story-signature{bottom:15px;right:20px}.signature-the{font-size:12px}.signature-name{font-size:40px}.signature-line{width:140px}.signature-year{font-size:14px}.story-paragraphs{font-size:14px;line-height:1.6}.story-paragraphs p{margin-bottom:15px}.story-slider-container{height:400px}.story-text-dots{gap:8px}.story-text-dot{width:10px;height:10px}.story-text-dot.active{width:24px}.story-slider-dots{gap:8px}.story-dot{width:10px;height:10px}.story-dot.active{width:24px}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
