@charset "UTF-8";:root{--base-100: rgb(242, 237, 230);--base-200: rgb(204, 200, 194);--base-250: rgb(179, 167, 152);--base-300: rgb(153, 143, 130);--base-350: rgb(128, 119, 108);--base-400: rgb(102, 95, 86);--base-450: rgb(31, 29, 29);--base-500: rgb(20, 19, 19);--gap: 80px;--grid-gap: 60px;--bg: #171717;--fg: #e9e9e9;--menu-bg: #0f0f0f;--menu-fg-secondary: #5f5f5f;--hamburger-icon-border: rgba(255, 255, 255, .1);--menu-lines: #c08954;--gold: #c08954;--h2-size: clamp(2rem, 5vw, 2.5rem);--h3-size: clamp(1.5rem, 4vw, 2.5rem);--h5-size: clamp(1rem, 1.1rem + .5vw, 2rem);--body: 1.5rem;--padding: 100px;--beige: #fef9ef;--beige-dark: #f2ebdb;--font-body-family: "agenda", sans-serif}html{font-size:inherit}img{max-width:100%}h1,h2,h3,h4,h5,h6{letter-spacing:normal;padding:0;margin:0}ul,ol,p{padding:0;letter-spacing:normal}p{margin-block-start:0}@media only screen and (max-width: 736px){:root{--padding: 60px;--body: 1.35rem;--gap: 60px}}@media only screen and (min-width: 737px) and (max-width: 1180px){:root{--h3-size: clamp(1.75rem, 4vw, 2rem)}}.agenda{font-family:agenda,sans-serif!important}.cursive{font-family:The Nautigal,cursive}.futura{font-family:futura-pt!important}body{font-size:var(--body);font-weight:200;font-family:agenda,sans-serif;transition:opacity .3s ease;background-color:var(--beige)!important;position:relative}body.home{background-color:var(--bg)!important}body:not(.home) .menu-logo .lmgh-3{fill:#000!important}body:not(.home) .container{background-color:var(--beige);color:var(--base-450)}body.fade-out{opacity:0}h1,h2,h3,h4,h5,h6{font-weight:300;font-family:agenda,sans-serif;text-transform:uppercase;color:var(--base-500)}.home{color:#fff}h2{font-size:var(--h2-size);margin-bottom:1.5rem}h3{font-size:var(--h3-size);margin-bottom:1rem}h5{font-size:var(--h5-size);margin-bottom:.5rem}p{font-weight:200;margin-bottom:1rem;line-height:1.5}p:last-child{margin-bottom:0}ul li{margin-bottom:.5rem;line-height:1.5}.custom-section section{position:relative;padding:var(--padding) 3rem;display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;box-sizing:border-box}@media only screen and (max-width: 736px){.custom-section section{flex-direction:column;padding:var(--padding) 1.5rem}}.custom-section section h1{width:75%}.container{position:relative;background-color:var(--bg);color:var(--fg);z-index:1}.nautigal{display:inline-flex;flex-direction:column;align-items:center;font-size:2.5rem}@media only screen and (max-width: 736px){.nautigal{font-size:1.5rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.nautigal{font-size:2.25rem}}.nautigal em{display:block;font-style:normal;text-transform:none;text-transform:uppercase}@media only screen and (min-width: 737px) and (max-width: 1180px){.nautigal em{font-size:1.5em}}body.home .custom-section section img{opacity:.75}body.home footer h4{color:#fff}body.home h2,body.home h3,body.home h4,body.home h5,body.home .believe h5{color:#fff}body.home .ritual h2{color:var(--base-450)}body.home .menu-toggle-label p{color:#fff}body.home .menu-hamburger-icon{border-color:#fff}body.home .desc h5{color:#fff}.gradient{background:var(--beige);background-attachment:fixed}.home .header__submenu .header__menu-item{color:var(--base-500)}.menu-bar{position:fixed;top:0;left:0;width:100vw;padding:2rem;display:flex;justify-content:space-between;align-items:center;pointer-events:all;color:var(--menu-fg-secondary);z-index:2}@media only screen and (max-width: 736px){.menu-bar{padding:1rem}}.menu-logo{width:160px}@media only screen and (max-width: 736px){.menu-logo{width:140px}}.menu-logo svg{overflow:visible}.menu-logo svg .luma,.menu-logo svg .glow,.menu-logo svg .lmgh-1{opacity:0}.menu-toggle-btn{display:flex;align-items:center;gap:1rem;cursor:pointer}.menu-toggle-label{overflow:hidden;text-transform:uppercase}.menu-toggle-label p{position:relative;transform:translateY(0);will-change:transform;color:#000}@media only screen and (max-width: 736px){.menu-toggle-label p{font-size:1rem}}.flex-column{flex-direction:column}.gold-border{box-shadow:-30px 30px var(--gold)}@media only screen and (max-width: 736px){.gold-border{box-shadow:-15px 15px var(--gold)}}.menu-hamburger-icon{position:relative;width:3.5rem;height:3.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;border:1px solid #000;border-radius:100%}@media only screen and (max-width: 736px){.menu-hamburger-icon{width:3rem;height:3rem}}.menu-hamburger-icon span{position:absolute;width:30px;height:1.25px;background-color:var(--fg);background-color:var(--menu-lines);transition:all .75s cubic-bezier(.87,0,.13,1);transform-origin:center;will-change:transform}@media only screen and (max-width: 736px){.menu-hamburger-icon span{width:20px}}.menu-hamburger-icon span:nth-child(1){transform:translateY(-4px)}.menu-hamburger-icon span:nth-child(2){transform:translateY(4px)}.menu-hamburger-icon.active span:nth-child(1){transform:translateY(0) rotate(45deg) scaleX(1.05)}.menu-hamburger-icon.active span:nth-child(2){transform:translateY(0) rotate(-45deg) scaleX(1.05)}.menu-overlay,.menu-overlay-content{position:fixed;top:0;left:0;width:100vw;height:100svh;color:var(--fg);overflow:hidden;z-index:1}.menu-overlay{background-color:var(--menu-bg);clip-path:polygon(0% 0%,100% 0%,100% 0%,0% 0%);will-change:clip-path}.menu-overlay-content{display:flex;transform:translateY(-50%);will-change:transform;pointer-events:all}.menu-media-wrapper{flex:2;opacity:0;will-change:opacity}.menu-media-wrapper img{opacity:.75;object-fit:contain;height:100%}.menu-content-wrapper{flex:3;position:relative;display:flex}.menu-content-main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-footer{margin:0 auto}.menu-content-main,.menu-footer{width:75%;padding:2rem;display:flex;align-items:flex-end;gap:2rem}@media only screen and (max-width: 736px){.menu-content-main,.menu-footer{padding:1rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.menu-content-main,.menu-footer{width:100%}}.menu-col{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width: 736px){.menu-col{align-items:center}}.menu-col:nth-child(1){flex:3}.menu-col:nth-child(2){flex:2}.menu-link a{font-size:3.5rem;font-weight:500;line-height:1.2;transition:.1s ease-in-out;text-transform:uppercase}@media only screen and (min-width: 737px) and (max-width: 1180px){.menu-link a{font-size:2.75rem}}.menu-link a:hover{color:#c08954}.menu-tag a,.menu-footer p{color:var(--menu-fg-secondary)}.menu-tag a{font-size:2.5rem;color:#c08954;text-transform:uppercase;transition:.1s ease-in-out}@media only screen and (min-width: 737px) and (max-width: 1180px){.menu-tag a{font-size:2.25rem}}.menu-tag a:hover{color:#c5c5c5}.line{position:relative;will-change:transform}@media (max-width: 1000px){h1{font-size:2.25rem;letter-spacing:-.05rem}.custom-section section h1{width:100%}.menu-media-wrapper{display:none}}@media only screen and (max-width: 1000px) and (max-width: 736px){.menu-media-wrapper{display:block;position:absolute;bottom:0}.menu-media-wrapper img{opacity:.25}}@media (max-width: 1000px){.menu-content-main,.menu-footer{width:100%}.menu-content-main{top:50%;flex-direction:column;align-items:flex-start;gap:5rem}}@media only screen and (max-width: 1000px) and (max-width: 736px){.menu-content-main{gap:2rem;top:50%;align-items:center}}@media (max-width: 1000px){.menu-link a{font-size:3rem}}@media only screen and (max-width: 1000px) and (max-width: 736px){.menu-link a{font-size:2rem}}@media (max-width: 1000px){.menu-tag a{font-size:1.25rem}}.gs-dev-tools{z-index:999999999999999}.spotlight{position:relative;width:100%;height:100svh;min-height:unset;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:2rem!important}@media only screen and (max-width: 736px){.spotlight{padding:2rem 0!important}}.spotlight video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:0;transform:translateZ(0);backface-visibility:hidden;will-change:transform,opacity}.spotlight-intro-text-wrapper{position:absolute;width:100%;top:50%;transform:translateY(-50%);display:flex;gap:.5rem}.spotlight-intro-text{flex:1 1;position:relative;will-change:transform;color:var(--base-200)}.spotlight-intro-text p{font-size:6rem;font-weight:300;color:#fff}@media only screen and (max-width: 736px){.spotlight-intro-text p{font-size:3rem}}.spotlight-intro-text:nth-child(1){display:flex;justify-content:flex-end}.spotlight-bg-img{position:absolute;width:100%;height:100%;overflow:hidden;transform:scale(0);will-change:transform;border-radius:2rem;opacity:1;overflow:visible}.spotlight-bg-img img{transform:scale(1.5);will-change:transform;opacity:1;width:100%;height:100%;object-fit:contain}.spotlight-inner{position:relative;width:calc(100% - 2rem);height:calc(100% - 2rem);overflow:hidden;border-radius:2rem;background-color:var(--base-450)}.outro{display:flex;flex-direction:column;min-height:unset;margin-top:-30svh}.outro h2,.outro p{text-align:center}.outro p{font-size:2rem}@media only screen and (max-width: 736px){.outro p{font-size:1.5rem}}.outro h2{font-size:4rem}@media only screen and (max-width: 736px){.outro h2{font-size:2.5rem}.outro h2 em{line-height:.7;padding-bottom:1rem}}.custom-section .believe{display:grid;grid-template-columns:1fr 1fr}.believe .griddy-2{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;margin:0 auto;width:100%;max-width:1400px}@media only screen and (max-width: 736px){.believe .griddy-2{display:flex;flex-direction:column}}@media only screen and (max-width: 736px){.believe{display:flex;flex-direction:column}.believe .nautigal em{line-height:.7;padding-bottom:2rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.believe{grid-template-columns:1fr 1fr}}.believe .full{grid-column:span 3;text-align:center;margin-bottom:4rem}@media only screen and (min-width: 737px) and (max-width: 1180px){.believe .full{grid-column:span 2}}.believe .full p{font-size:2.25rem;font-style:italic;font-weight:300}@media only screen and (max-width: 736px){.believe .full p{font-size:1.5rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.believe .full p{font-size:1.75rem}}.believe .full p+p{font-weight:400;font-style:normal}.believe:before{content:"";position:absolute;width:100%;height:100%;background:url(render_H.264.jpg) no-repeat;z-index:-1;opacity:.1}.believe img{opacity:1;position:relative;z-index:99}.believe .tac-sm{align-self:flex-end;grid-column:span 2;order:99;text-align:center;margin-top:4rem}@media only screen and (min-width: 737px) and (max-width: 1180px){.believe .tac-sm{grid-column:span 2;order:99;text-align:center;margin-top:4rem}}.row{flex-flow:row wrap;gap:var(--gap)}@media only screen and (max-width: 736px){.row{flex-direction:column}}.row>div{flex:1}.total{display:flex;flex-direction:row;gap:2rem var(--gap);flex-wrap:wrap;min-height:unset}@media only screen and (max-width: 736px){.total{flex-direction:column}}.total .base-100{text-align:center}.total>div{flex:1}.total p strong{font-weight:900}.total h2{text-align:center}.total h5{font-weight:700;text-transform:none;margin-bottom:1rem;margin-top:2rem}@media only screen and (max-width: 736px){.total h5{font-size:1.35rem;line-height:1.5}}.total ul{list-style-type:none;list-style-position:inside;display:flex;flex-flow:row wrap;gap:.5rem 1rem}.total ul li{display:inline-flex;gap:1rem}.total ul li:before{content:"\2713";color:var(--gold)}.total video{max-width:100%}.product-icons{position:relative}#icons{position:relative;text-align:center}#icons h2{margin-bottom:4rem}@media only screen and (max-width: 736px){#icons h2 em{font-size:3.5rem;padding-bottom:2rem}}#icons:before{content:"";width:100%;height:100%;left:0;top:0;background:url(hero.jpg);background-attachment:fixed;opacity:.5;position:absolute;z-index:-1}.newsletter-form__field-wrapper{color:var(--base-500)}#icons h2{text-align:center}#icons .section_inner{flex:1}#icons .section_inner ul{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;list-style-type:none}@media only screen and (max-width: 736px){#icons .section_inner ul{display:flex;flex-direction:column}}#icons .section_inner ul li{display:flex;align-items:center;gap:2rem;grid-column:span 2;background-color:#f2ede61a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:2rem;border-radius:.5rem}@media only screen and (max-width: 736px){#icons .section_inner ul li{padding:1rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){#icons .section_inner ul li{grid-column:span 3;padding:1.5rem}}#icons .section_inner ul svg{width:min(100%,100px);height:min(100%,100px);object-fit:contain}@media only screen and (max-width: 736px){#icons .section_inner ul svg{height:100px}}#icons .section_inner ul svg path,#icons .section_inner ul svg circle{fill:var(--gold)}#hero{padding:0;height:100svh;width:100%;overflow:hidden}#hero:before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(to bottom,#0000001a 50%,#000000b3)}#hero video{width:100%;height:100%;object-fit:cover}#hero .hero-text{position:absolute;width:80%;bottom:0;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:.5rem}#hero .hero-text>*{margin:0}@media only screen and (max-width: 736px){#hero .hero-text{width:100%}}#hero .hero-text>*{opacity:0}#hero .hero-text h2{text-transform:none;text-align:center;font-weight:500;margin-bottom:0;color:var(--gold)}@media only screen and (max-width: 736px){#hero .hero-text h2{font-size:2.5rem}}#hero .hero-text h2 em{display:block;font-style:normal;font-size:.8em;font-weight:500;color:#fff}#hero .hero-text h4{color:var(--gold);letter-spacing:2px}#banners{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:1fr 1fr min-content;align-items:stretch;gap:1.5rem;min-height:100svh;padding:0 2rem;z-index:1}@media only screen and (max-width: 736px){#banners{display:flex;flex-direction:column;height:auto}}@media only screen and (min-width: 737px) and (max-width: 1180px){#banners{height:auto;grid-template-rows:1fr 1fr min-content}}#banners>p:last-child{grid-column:span 6;margin-top:2rem}#banners h3{font-weight:300;text-transform:none;margin-bottom:.5rem;font-size:clamp(1.5rem,2vw,1.75rem);text-transform:uppercase;position:relative;z-index:1}@media only screen and (max-width: 736px){#banners h3{text-align:center;margin-bottom:0}}#banners p{z-index:1}@media only screen and (max-width: 736px){#banners p{display:none}}@media only screen and (min-width: 737px) and (max-width: 1180px){#banners p{font-size:1.25rem}}#banners>div{grid-column:span 3;background-color:#ffffff1a;border-radius:1rem;padding:1.5rem 1.5rem .5rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;box-sizing:border-box;overflow:hidden;min-height:40svh}@media only screen and (max-width: 736px){#banners>div{min-height:30svh;padding:1rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){#banners>div{grid-column:span 3;min-height:40svh}}#banners>div:hover:hover img{transform:scale(1.05)}#banners>div:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;display:block;background-image:linear-gradient(to bottom,#0f0f0f00,#0f0f0f4d,#0f0f0fb3)}#banners>div img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;opacity:1;z-index:-1;background-position:center center;transition:.3s ease-in-out}#banners>div:nth-last-child(1){grid-column:span 3}.versus{flex-flow:row wrap;justify-content:stretch}@media only screen and (max-width: 736px){.versus{flex-direction:column}}.versus img{opacity:1}.versus>div{flex:1 1 auto}.versus .base-100{text-align:center}.versus .flexed{display:flex;flex-flow:row wrap;justify-content:center;gap:.5rem;padding:.5rem}.versus .flexed img{height:60px;object-fit:cover;opacity:1}.versus .ingredients{gap:2rem;margin-top:2rem;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width: 736px){.versus .ingredients{flex-direction:column;display:flex}}.versus h5{text-transform:none;text-align:center}.versus h5 strong{display:block;font-weight:900;font-size:.9em}.base-100{flex-basis:100%!important}.faq-hero{justify-content:center;text-align:center;min-height:unset;overflow:visible;padding-bottom:0;margin-top:100px}.faq-hero:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:url(lumalogo.svg) no-repeat;background-position:center center;opacity:.1;transform:translateY(10%);z-index:-1}.faq-hero>div{flex-basis:clamp(350px,60%,1400px)}.logo-bg:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:url(lumalogo.svg) no-repeat;background-position:center center;opacity:.1;z-index:-1}.after-hero{text-align:center;min-height:80svh}.after-hero .section-inner{display:flex;flex-direction:column}.after-hero strong{font-weight:900}.after-hero:before{content:"";position:absolute;width:100%;height:100%;background:url(render_H.264.jpg) no-repeat;z-index:-1;opacity:.1}.after-hero h2,.after-hero h3,.after-hero p{text-align:center}.after-hero h3{font-weight:900;text-transform:capitalize;display:inline-flex;gap:1rem;justify-content:center;flex-flow:row wrap;align-items:center;letter-spacing:.05rem;margin-bottom:2rem}@media only screen and (max-width: 736px){.after-hero h3{font-size:1.75rem}}.after-hero h3:before,.after-hero h3:after{content:"";width:10px;height:10px;display:inline-block;background:var(--gold);border-radius:100%}.after-hero p{max-width:max(50%,1000px);margin-left:auto;margin-right:auto}.ai-start{align-items:flex-start}.faq-heading{position:relative;cursor:pointer;border-bottom:1px solid #000;margin-bottom:2rem}.faq-heading h2{text-transform:none;font-size:clamp(1.75rem,4vw,2.5rem)}@media only screen and (max-width: 736px){.faq-heading h2{font-size:clamp(1.75rem,5vw,3rem)}}@media only screen and (min-width: 737px) and (max-width: 1180px){.faq-heading h2{font-size:clamp(1.75rem,4vw,2.25rem)}}.faq-content{height:0;overflow:hidden;margin-bottom:1rem}.faq-sub{padding:2rem 0}.faq-sub h3{text-align:left;font-weight:600}.faq-plus{position:absolute;right:2rem;top:50%}.faq-plus:before,.faq-plus:after{content:"";position:absolute;width:30px;height:1px;top:50%;display:block;background-color:#000;transition:.1s transform ease-in-out}.faq-plus:after{transform:rotate(90deg)}.faq-plus.opened:after{transform:rotate(0)}.faq-plus.opened:before{opacity:0}.custom-section .faq-list{flex-direction:column;justify-content:flex-start;align-items:stretch}.believe h5{font-weight:900;text-transform:none;font-size:2.5rem}@media only screen and (max-width: 736px){.believe h5{font-size:2rem;text-align:center}}.breakdown{padding:2.5rem 2rem;box-sizing:border-box;background-color:#f2ede61a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:.75rem;max-width:90%}@media only screen and (max-width: 736px){.breakdown{margin-top:2rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.breakdown{max-width:100%}}.breakdown h3{margin-bottom:2rem}@media only screen and (max-width: 736px){.breakdown h3{font-weight:800;font-size:1.5rem}}.breakdown ul{list-style-type:none;margin-bottom:2rem}.breakdown ul li{border-bottom:1px dotted rgba(255,255,255,.3);margin-bottom:0;padding:.5rem;margin-bottom:.5rem;position:relative}.breakdown ul li:before{content:"";width:10px;height:10px;display:block;background-color:#c08954;border-radius:100%;position:absolute;left:-15px;top:20px}.breakdown ul li:after{content:"";position:absolute;height:1px;width:360px;background-color:#c0895433;right:calc(100% + 12px);top:25px}@media only screen and (max-width: 736px){.breakdown ul li:after{display:none}}.breakdown ul li em{font-weight:700;font-style:normal;display:inline-block;padding-left:1rem}.section--before-after{height:100svh}.section--before-after img{max-width:100%;vertical-align:middle;display:inline-block;width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none;opacity:1}.section--before-after .before-after-outer{justify-content:center;align-items:center;display:flex;flex:1}.section--before-after .before-after-wrap{width:100%;position:relative}.section--before-after .before-after-wrap:after{content:"";width:100%;height:100%;position:absolute;background-color:var(--bg);top:0;left:0;opacity:.5}.section--before-after .dragger{z-index:2;width:2px;height:100%;background-color:#fff;border-radius:15px;justify-content:space-around;align-items:center;display:flex;position:absolute;top:0%;bottom:0%;left:50%;right:auto}.section--before-after .dragger-inner{width:2rem;height:2rem;background-color:#fff;border-radius:100%;justify-content:center;align-items:center;display:flex;position:absolute}.section--before-after .dragger-inner:after{content:"";width:130%;height:130%;position:absolute;top:50%;left:50%;background-color:#ffffff4d;border-radius:100%;transform:translate(-50%) translateY(-50%)}.section--before-after .img-wrap{position:relative;overflow:hidden}.section--before-after .img-wrap.is-before{aspect-ratio:16/9;position:absolute;top:0%;bottom:0%;left:0%;right:0%}.section--before-after .img-wrap.is-after{aspect-ratio:16/9;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0);flex-flow:column;justify-content:center;align-items:flex-end;display:flex}.section--before-after .img.is-before-after{object-fit:cover;object-position:center;position:absolute}#ba{height:100svh;aspect-ratio:16/9;justify-content:stretch;align-items:stretch;padding:4rem 2rem 2rem;flex-direction:column}@media only screen and (max-width: 736px){#ba{height:calc(100svh - 100px)}}@media only screen and (max-width: 736px){#ba{min-height:unset}}#ba .ba-wrap{flex:1;position:relative}#ba img{width:100%;height:100%;opacity:1;top:0;left:0;object-fit:cover;opacity:.75}@media only screen and (max-width: 736px){#ba img{object-position:-100px center}}#ba .ba-before{z-index:1}#ba .ba-after{z-index:2;clip-path:inset(0 100% 0 0)}#ba .ba-after h3{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}#ba .img-wrap{position:absolute;height:100%;width:100%}@media only screen and (max-width: 736px){#ba .img-wrap{height:100%;width:100%}}#ba .img-wrap h3{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);text-transform:none;font-size:5rem;font-weight:400;mix-blend-mode:screen;opacity:.85;width:100%;text-align:center;z-index:2}@media only screen and (max-width: 736px){#ba .img-wrap h3{font-size:3rem;opacity:1;mix-blend-mode:normal;z-index:2}}#ba .img-wrap:after{position:absolute;content:"";background-color:var(--bg);width:100%;height:100%;top:0;left:0;opacity:1;z-index:-1}#ba .dragger{z-index:2;width:2px;height:100%;background-color:#fff;border-radius:15px;justify-content:space-around;align-items:center;display:flex;position:absolute;top:0%;bottom:0%;left:0%;right:auto;z-index:6}#ba .dragger-inner{width:2rem;height:2rem;background-color:#fff;border-radius:100%;justify-content:center;align-items:center;display:flex;position:absolute}@media only screen and (max-width: 736px){#ba .dragger-inner{width:1.5rem;height:1.5rem}}#ba .dragger-inner:after{content:"";width:130%;height:130%;position:absolute;top:50%;left:50%;background-color:#ffffff4d;border-radius:100%;transform:translate(-50%) translateY(-50%)}#ba .before-ba{padding:2rem;text-align:center;display:block;font-size:2.5rem;margin-bottom:0}#ba .before-ba strong{display:block;font-weight:600;font-size:1.2em}.breakdown-total{text-transform:uppercase;font-size:1.2rem;letter-spacing:1px;display:flex;justify-content:space-between;text-align:center;background-color:#ffffff1a;padding:1rem;box-sizing:border-box;border-radius:.5rem;color:#fff;padding-bottom:0;margin-bottom:.5rem}@media only screen and (max-width: 736px){.breakdown-total{flex-direction:column;gap:1rem;padding-bottom:1rem}}.breakdown-total em{font-size:1rem;text-transform:none;font-weight:300}.breakdown-total em strong{font-size:2rem;font-weight:700;font-style:normal;display:block}.tac{text-align:center}#hero .btn{background:transparent;border:1px solid var(--gold)}#hero .btn:hover{background-color:#c08954cc}.btn{padding:1rem 2.5rem;background-color:#c08954cc;border-radius:2.5rem;margin-top:1rem;display:inline-block;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:500}@media only screen and (max-width: 736px){.btn{text-align:center}}.btn:hover{background-color:#c08954}.gold{color:#c08954;font-family:The Nautigal,cursive;font-size:4rem!important}.svg-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:.1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.svg-bg svg{height:100%;width:100%;object-fit:cover;object-position:center center;transform:scale(.75)}.plaskos img{margin:0 auto;display:block}.plaskos h2{align-items:flex-start}.plaskos img{max-height:100svh}.plaskos p{max-width:80%}@media only screen and (max-width: 736px){.plaskos p{max-width:100%}}@media only screen and (min-width: 737px) and (max-width: 1180px){.plaskos p{max-width:100%}}.ritual{background-color:var(--beige);gap:80px}@media only screen and (max-width: 736px){.ritual{gap:40px}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ritual{gap:60px;flex-direction:column-reverse}}.ritual div{flex:1}.ritual p{color:#171717;max-width:80%}@media only screen and (max-width: 736px){.ritual p{max-width:100%}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ritual p{max-width:100%}}.ritual img{opacity:1;margin:0 auto;display:block}.desc{display:grid;grid-template-columns:100px 1fr;gap:1rem}.desc svg path{fill:var(--gold)}.mt-2{margin-top:2rem}.moneyback{padding-top:0!important;min-height:unset;padding-bottom:0!important;display:grid;grid-template-columns:100px 1fr;gap:1rem;max-width:60%;margin:0 auto;margin-bottom:4rem}@media only screen and (max-width: 736px){.moneyback{display:flex;flex-direction:column;max-width:100%;text-align:center}.moneyback svg{width:100px;height:100px;margin:0 auto}}.moneyback svg path{fill:var(--gold)}.moneyback h4{margin-bottom:1rem}.cta{background-color:var(--bg);color:#fff}.cta h2,.cta h5{color:#fff}.cta .cta-inner{width:1400px;max-width:100%;margin:0 auto;align-items:center;display:flex}@media only screen and (max-width: 736px){.cta .cta-inner{flex-direction:column;gap:2rem}}.cta .cta-inner>div{flex:1}.cta img{max-height:80svh;object-fit:contain}.cta .desc{transform:translateY(100%)}.article-template .media img{position:static!important}.article-template .article-template__hero-{margin-bottom:2rem}@media only screen and (max-width: 736px){.article-template .article-template__hero-{max-width:100%}.cta .desc{transform:none;margin-top:4rem;display:flex;flex-direction:column}.cta .desc h5{font-size:1.5rem}.cta .desc svg{height:120px;width:120px;margin:0 auto}}@media only screen and (min-width: 737px) and (max-width: 1180px){.cta .desc{transform:translateY(90%)}}.cta .desc p{font-size:.8em}.guarantee{width:1400px;max-width:100%;margin:0 auto;align-items:center;background-color:var(--bg)}@media only screen and (max-width: 736px){.guarantee{width:100%;min-height:unset}}.guarantee h2{align-items:flex-start}@media only screen and (max-width: 736px){.guarantee h2{align-items:center}}.guarantee div{flex:1}.guarantee img{max-height:80svh;object-fit:contain}.guarantee .desc{transform:translateY(100%)}@media only screen and (max-width: 736px){.guarantee .desc{transform:none;margin-top:4rem;display:flex;flex-direction:column}.guarantee .desc h5{font-size:1.5rem}.guarantee .desc svg{height:120px;width:120px;margin:0 auto}}.guarantee .desc p{font-size:.8em}.mhu{min-height:unset!important}.mini{background:url(img/radience.jpg) no-repeat;background-position:left center;background-size:cover;min-height:80svh;display:flex;justify-content:flex-end}@media only screen and (max-width: 736px){.mini{background-position:-50vw center}}.mini>div{flex-basis:50%;text-align:center;display:flex;flex-direction:column;align-items:center}.mini:before{content:"";position:absolute;display:block;left:0;top:0;height:100%;width:100%;background:#0f0f0f;opacity:.5;z-index:-1}.mini:after{content:"";position:absolute;display:block;left:50%;top:10%;height:80%;width:50%;background:url(lumalogo.svg) no-repeat;background-size:contain;background-position:center center;z-index:-1;filter:brightness(10);opacity:.05}@media only screen and (max-width: 736px){.mini:after{height:100%;width:100%;left:0;top:0}}.numberz{flex-direction:column}.numberz h3{margin-bottom:2rem}.numberz strong{font-size:1.5em}.tab-content h4{margin-bottom:1rem;font-weight:400}div[data-tab="2"] h4{text-align:center}.tabled{border-collapse:collapse;margin-bottom:4rem;width:100%}.tabled caption{color:var(--gold);font-weight:400;padding:10px;text-align:center}.tabled tr>td{padding:7px 10px;margin:0;border-bottom:1px solid #c08954}.tabled tr>td:first-child{font-weight:500}.tabled tr>td:last-child{text-align:center}@media only screen and (max-width: 736px){.tabled tr>td:last-child{white-space:nowrap}}.o-1{opacity:1!important}.trusted{flex-direction:column}.trusted .video-row{padding-top:calc(var(--gap) / 2);display:flex;width:1200px;max-width:100%;gap:var(--gap)}@media only screen and (max-width: 736px){.trusted .video-row{display:flex;flex-direction:column;width:100%}}.trusted .video-row>div{flex:1}.trusted .video-row video{width:100%}.trusted .video-row figcaption{display:block;margin-top:1.5rem;text-align:center}@media only screen and (max-width: 736px){.trusted h2{text-align:center}.trusted h2 em{line-height:.7;padding-bottom:2rem}}#full-body,#banners{background-color:var(--beige)}#banners{padding-bottom:100px!important}#full-body{min-height:unset}#full-body h2,#full-body p{text-align:center;color:#303030}#full-body h2{display:inline-flex;flex-direction:column;align-items:center;font-size:2.5rem}@media only screen and (max-width: 736px){#full-body h2{font-size:2.25rem}}#full-body h2 em{display:block;font-style:normal;text-transform:none;color:#c08954;margin-bottom:-1.5rem;font-size:2.25em}#full-body p{max-width:80%}@media only screen and (max-width: 736px){#full-body p{max-width:100%}}@media only screen and (min-width: 737px) and (max-width: 1180px){#full-body p{max-width:100%}}.ing-hero{gap:2rem}.ing-hero>div{flex:1;display:flex;flex-direction:column;align-items:center}.ing-hero>div p{max-width:80%}@media only screen and (max-width: 736px){.ing-hero>div p{max-width:100%}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ing-hero>div p{max-width:100%}}.ing-hero>div:nth-child(2){align-items:flex-start}.ing-hero img{max-height:80svh;object-fit:contain;margin:0 auto}@media only screen and (max-width: 736px){.ing-hero img{margin-bottom:2rem}}.ing-grid{padding-left:4rem;padding-right:4rem;padding-top:200px;counter-reset:ing}@media only screen and (max-width: 736px){.ing-grid{padding-right:2rem;padding-left:2rem}}.ing-grid:before{content:"";width:100%;height:100%;left:0;top:0;background:url(lumalogo.svg);background-position:center center;background-repeat:no-repeat;background-attachment:fixed;opacity:.2;position:absolute;z-index:-1}.ing-grid-wrap{width:100%}.ing-item{display:grid;margin-top:clamp(40px,5vh,60px);grid-template-columns:2fr 2fr;gap:0 60px;counter-increment:ing;align-items:center;border-radius:1rem;grid-column:span 2;background-color:#f2ede61a;background-color:#c089541a;overflow:hidden;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}@media only screen and (max-width: 736px){.ing-item{flex-direction:column;display:flex}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ing-item{display:flex;flex-direction:column}}.ing-item img{display:block;opacity:1}.ing-item:before{content:counter(ing);position:absolute;right:2rem;top:2rem;color:#c08954;font-size:5rem}@media only screen and (max-width: 736px){.ing-item:before{right:1rem;top:1rem;font-size:3rem}}.ing-text{padding:2rem 3rem 2rem 0}@media only screen and (max-width: 736px){.ing-text{padding:3rem 2rem}.ing-text h3{font-size:1.75rem;line-height:1.35}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ing-text{padding:3rem 3rem 1rem}}.shopify-policy__container{max-width:100ch}.shopify-policy__title{margin-bottom:2rem}.shopify-policy__body{padding-bottom:4rem}.ing-benf{display:flex;gap:4rem;grid-column:span 2;background-color:#f2ede61a;padding:2rem;justify-content:flex-start}@media only screen and (max-width: 736px){.ing-benf{flex-direction:column;gap:2rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ing-benf{flex-direction:column;gap:2rem}}.ing-benf h5{padding:0 1rem;align-self:flex-start}@media only screen and (max-width: 736px){.ing-benf h5{font-size:1.75rem}}.ing-benf ul{display:flex;flex:1;gap:2rem;justify-content:space-between;align-items:center;list-style:none}@media only screen and (max-width: 736px){.ing-benf ul{flex-direction:column;gap:1rem;align-items:flex-start}}@media only screen and (min-width: 737px) and (max-width: 1180px){.ing-benf ul{align-items:flex-start}}.ing-benf ul li{display:flex;gap:1rem}.ing-benf ul li:before{content:"\2713";color:#c08954}.checkmarks{padding-left:2rem;margin-bottom:1rem}@media only screen and (max-width: 736px){.checkmarks{padding-left:0}}.checkmarks li{display:flex;gap:1rem}.checkmarks li:before{content:"\2713";color:#c08954}.science-icons:before{content:"";width:100%;height:100%;left:0;top:0;background:url(/public/hero.jpg);background-attachment:fixed;opacity:.5;position:absolute;z-index:-1}.belief-grid{display:flex;flex-flow:row wrap;gap:clamp(40px,5vw,60px);margin-top:3rem}@media only screen and (max-width: 736px){.belief-grid{flex-direction:column}}.belief-grid h3{text-transform:none;text-align:center;font-weight:600}.belief-grid p{text-align:center}.belief-grid>div{flex:1;background-color:#f2ede61a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:2rem;border-radius:.5rem}.belief-grid svg{width:min(100%,200px);height:min(100%,200px);object-fit:contain;display:block;margin:0 auto;margin-bottom:2rem}@media only screen and (max-width: 736px){.belief-grid svg{width:150px;height:150px}}.belief-grid svg path{fill:var(--gold)}.cards-grid{counter-reset:card}.cards-grid .card{counter-increment:card;padding:3rem;box-sizing:border-box;position:relative}@media only screen and (max-width: 736px){.cards-grid .card{padding:1rem}}.cards-grid .card:before{content:counter(card);font-size:8rem;color:#ffffff4d;color:#0000004d}@media only screen and (max-width: 736px){.cards-grid .card:before{font-size:5rem}}.cards-grid .card h3{line-height:1.75}@media only screen and (max-width: 736px){.cards-grid .card h3{font-size:2rem}}.cards-grid .card h3 em{display:block;text-transform:none;font-size:.6em;opacity:1;color:#c08954}.cards-grid .card:after{content:"";height:1px;background-color:#c08954;display:block;position:absolute;bottom:0;left:3rem;right:3rem}.custom-section .chess-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,1fr);align-items:stretch}@media only screen and (max-width: 736px){.custom-section .chess-grid{display:flex;flex-direction:column;padding-bottom:0}}@media only screen and (min-width: 737px) and (max-width: 1180px){.custom-section .chess-grid{padding-bottom:0}}.chess-grid img{max-height:70svh;object-fit:contain}.chess-grid h3{text-transform:uppercase;font-weight:300;margin-bottom:2rem}@media only screen and (max-width: 736px){.chess-grid h3{font-size:1.75rem}}@media only screen and (max-width: 736px){.chess-grid .btn{order:99}}.chess-grid>div{grid-column:span 6}.chess-grid>div:nth-child(2){grid-column:span 5}@media only screen and (min-width: 737px) and (max-width: 1180px){.chess-grid>div:nth-child(2){grid-column:span 6}}.chess-grid>div:nth-child(3){grid-row-start:2;grid-column-start:9;grid-column:span 5}@media only screen and (max-width: 736px){.chess-grid>div:nth-child(3){order:98;padding-bottom:2rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.chess-grid>div:nth-child(3){grid-column:span 6}}.chess-grid>div:nth-child(4){grid-row-start:2;grid-column-start:7;grid-column-end:12}.chess-grid>div .chess-text{text-align:center}.chess-grid img{display:block;margin:0;line-height:1}.chess-grid .btn{align-self:flex-end;text-align:center;grid-column-start:10;grid-column:span 2;margin-bottom:4rem;margin-right:2rem}.chess-text{padding:4rem;display:flex;justify-content:center;flex-direction:column}@media only screen and (max-width: 736px){.chess-text{padding-left:0;padding-right:0}}@media only screen and (min-width: 737px) and (max-width: 1180px){.chess-text{padding:2.5rem}}.glo{flex-wrap:wrap;gap:60px}.glo>div:nth-child(2),.glo>div:nth-child(3){flex:1 1 calc(50% - 30px);position:relative;border-radius:1rem;overflow:hidden}@media only screen and (min-width: 737px) and (max-width: 1180px){.glo>div:nth-child(2),.glo>div:nth-child(3){flex-basis:100%}}.glo>div:nth-child(2):hover img,.glo>div:nth-child(3):hover img{transform:scale(1.05)}.glo>div:nth-child(2):before,.glo>div:nth-child(3):before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;display:block;background-image:linear-gradient(to bottom,#0f0f0f33,#0f0f0f99,#0f0f0fcc);z-index:1}@media only screen and (max-width: 736px){.glo>div:nth-child(2):before,.glo>div:nth-child(3):before{display:none}}.glo .text-wrap h3,.glo .text-wrap p{color:#fff}@media only screen and (max-width: 736px){.glo .text-wrap h3,.glo .text-wrap p{color:var(--base-450)}}.glo img{position:relative;opacity:1;display:block;transition:1s ease-in-out}.glo .base-100{text-align:center}.glo .text-wrap{position:absolute;top:0;left:0;width:100%;height:100%;padding:3rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;z-index:2}@media only screen and (max-width: 736px){.glo .text-wrap{position:relative;padding:2rem 1.5rem;align-items:center;background-color:#c089544d}.glo .text-wrap h3{font-size:2rem;text-align:center}}.test-flex{display:flex;flex-flow:row wrap}.test-flex>div{flex:1 1 auto}.testimoials-section{padding-left:4rem;padding-right:4rem}@media only screen and (max-width: 736px){.testimoials-section{padding-left:2rem;padding-right:2rem}}.testimoials-section .base-100{text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;width:100%;margin-top:2rem}@media only screen and (max-width: 736px){.testimonials-grid{display:flex;flex-direction:column}}.testimonials-grid>div{background-color:#f2ede61a;background-color:#c089541a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:2rem 2rem 3rem;border-radius:.5rem;box-sizing:border-box;font-style:italic;line-height:1.75}.testimonials-grid>div:before{content:"\201d";display:block;font-size:5rem;line-height:1}.testimonials-grid>div strong{display:block;text-align:right;margin-top:1rem;font-style:normal;color:#c08954;position:absolute;bottom:.5rem;right:2rem}.ttn{text-transform:none!important}.hero-bg{padding-top:10vh}.bolder{font-weight:900;text-transform:capitalize;display:inline-flex;font-size:2rem;gap:1rem;justify-content:center;flex-flow:row wrap;align-items:center;letter-spacing:.05rem;margin-bottom:2rem}@media only screen and (max-width: 736px){.bolder{font-size:1.75rem}}.bolder:before,.bolder:after{content:"";width:10px;height:10px;background:var(--gold);border-radius:100%}.timeline{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(60px,10vw,200px);margin-top:4rem;position:relative;padding-top:100px;counter-reset:timeline}@media only screen and (max-width: 736px){.timeline{flex-direction:column;display:flex}}.timeline:before{position:absolute;content:"";height:100%;width:1px;background-color:var(--gold);left:50%;top:0}@media only screen and (max-width: 736px){.timeline:before{left:1rem}}.timeline>div{display:flex;flex-direction:column;counter-increment:timeline;position:relative;grid-row:span 2!important}.timeline>div:before{content:counter(timeline);font-size:10rem;position:absolute;display:block;text-align:right}@media only screen and (max-width: 736px){.timeline>div:before{font-size:clamp(5rem,13vh,10rem)}}.timeline>div img{max-width:400px;opacity:1}@media only screen and (max-width: 736px){.timeline>div img{max-width:70%}}.timeline>div:nth-child(odd){grid-column-start:2}.timeline>div:nth-child(odd):before{right:0}.timeline>div:nth-child(2n){grid-column-start:1}.timeline>div:nth-child(2n):before{right:0}.timeline>div:nth-child(n){grid-row-start:calc(var(--i))}.timeline>div:nth-child(1){--i: 1}.timeline>div:nth-child(2){--i: 2}.timeline>div:nth-child(3){--i: 3}.timeline>div:nth-child(4){--i: 4}.timeline>div:nth-child(5){--i: 5}.timeline>div:nth-child(6){--i: 6}.timeline>div:nth-child(7){--i: 7}.timeline>div:nth-child(8){--i: 8}.timeline>div:nth-child(9){--i: 9}.timeline>div:nth-child(10){--i: 10}.product-form__submit:after{box-shadow:none}.product-form__submit:hover:after{display:none}.timeline-text{padding:2rem;margin-bottom:100px}@media only screen and (max-width: 736px){.timeline-text{margin-left:2rem;margin-top:2rem;margin-bottom:2rem}}.contact-form .newsletter-form{grid-template-columns:1fr 1fr!important;align-items:flex-end;width:60%;margin:0 auto;display:grid}.contact-form .newsletter-form input{padding:1rem!important;line-height:1}.contact-form .section_inner{width:1200px;max-width:100%;margin:0 auto}.contact-form .leave-review{padding:80px 0}.contact-form .leave-review h3{text-transform:none;font-weight:900}.contact-form form{margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:20px 30px;max-width:100%;width:1200px}@media only screen and (max-width: 736px){.contact-form form{display:flex;flex-direction:column}}.contact-form form>div{display:flex;flex-direction:column}.contact-form form label{font-size:13px;text-transform:uppercase;letter-spacing:2px;padding:5px 0}.contact-form form input{line-height:1.5;padding:10px 5px;border-radius:3px;overflow:hidden;border:1px solid #f3e3cb}.contact-form form .form-textarea{grid-column:span 3}.contact-form form .btn{border:0;cursor:pointer;text-transform:uppercase;font-family:agenda,sans-serif;font-size:16px;font-weight:600;letter-spacing:3px;margin-top:0}#ContactFormMessage{border:1px solid #f3e3cb;border-radius:3px}@media only screen and (max-width: 736px){.gap-sm-2{gap:2rem}}.plaskos-01{min-height:auto}@media only screen and (max-width: 736px){.plaskos-01{padding-top:0}}.plaskos-01 .section_inner{max-width:1400px}button.btn{border:0}@media only screen and (max-width: 736px){.plaskos-01 .section_inner{max-width:100%}}.blog-articles .article{box-shadow:0 0 40px -20px #00000080}.blog-articles .article .card__heading{text-transform:none;letter-spacing:normal}.blog-articles .card--card.card--media>.card__content{background-color:#fff}.blog-articles .article-card__image.media:before,.article-template__hero-.media:before{content:"";width:100%;height:100%;top:0;left:0;background-color:#0000004d;position:absolute;z-index:1;opacity:.5}.flex-start{align-items:flex-start}.pb-3{padding-bottom:3rem}.flex-1{flex:1}.vh-80{max-height:80svh;display:block;object-fit:contain;margin:0 auto}.founder-quote{min-height:auto}.founder-quote blockquote{font-style:italic;font-size:2rem;line-height:1.75;padding:2rem}@media only screen and (max-width: 736px){.founder-quote blockquote{font-size:1.25rem}}.founder-quote blockquote strong{font-size:10rem;line-height:2rem;display:block}.founder-quote blockquote em{display:block;font-weight:900;text-align:right;margin-top:1rem}.vision-grid{display:flex;flex-flow:row wrap;margin-top:2rem}@media only screen and (max-width: 736px){.vision-grid{flex-direction:column}}.vision-grid>div{flex:1;position:relative}.vision-grid>div img{transition:.1s ease-in-out}.vision-grid>div p{opacity:0;transition:.3s ease-in-out}.vision-grid>div:hover img{opacity:.13;filter:blur(4px)}.vision-grid>div:hover p{opacity:1}.blog-grid{display:grid;padding-top:0!important;grid-template-columns:1fr 1fr 1fr 1fr;min-height:auto;align-items:stretch;gap:1rem}.blog-grid a{position:relative}.blog-grid a:before{content:"";width:100%;height:100%;top:0;left:0;background-color:#292929;display:block;position:absolute;opacity:.3}@media only screen and (max-width: 736px){.blog-grid{display:flex;flex-direction:column}}@media only screen and (min-width: 737px) and (max-width: 1180px){.blog-grid{grid-template-columns:1fr 1fr 1fr}}.blog-grid>div{flex:1;border-radius:1rem;overflow:hidden;position:relative}.blog-grid>div img{display:block}.blog-grid>div figcaption{position:absolute;left:0;bottom:0;padding:1rem;width:100%;font-weight:900;color:#fff;text-align:center}.pt-0{padding-top:0!important}.mh{min-height:auto!important}.blog-hero{min-height:auto}@media only screen and (max-width: 736px){.blog-hero{padding-top:120px}}.vision-text{padding:2rem;position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box}@media only screen and (max-width: 736px){.vision-text{padding:1.5rem}}.vision-text a{position:absolute;bottom:2rem;right:2rem}.vision-text h3{text-align:left;position:absolute;left:3rem;bottom:.5rem}@media only screen and (max-width: 736px){.vision-text h3{left:1.5rem}}.vision-text h3 strong{display:block;font-size:clamp(5rem,10vh,10rem)}@media only screen and (max-width: 736px){.vision-text h3 strong{font-size:3rem}}.vision-text p{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);width:80%}.blog-col-3{display:grid;grid-template-columns:1fr 2fr 2fr;gap:2rem;margin-bottom:4rem}@media only screen and (max-width: 736px){.blog-col-3{display:flex;flex-direction:column}}.blog-col-3 h2{font-size:2.5rem;padding-left:2rem}@media only screen and (max-width: 736px){.blog-col-3 h2{font-size:2rem;padding-left:0}}.blog-col-3 h2 strong{display:block;font-size:10rem;font-weight:100}@media only screen and (max-width: 736px){.blog-col-3 h2 strong{font-size:5rem}}.blog-col-3>:nth-child(3){display:flex;align-items:center}.blog-col-3 img{max-height:60svh;object-fit:contain;justify-self:center}.blog-col-3 p{padding-right:5rem}@media only screen and (max-width: 736px){.blog-col-3 p{padding-right:0}}.promotes h2{text-align:center}.promotes ul{display:flex;gap:1rem 3rem;flex-flow:row wrap;justify-content:center}.promotes ul li{font-weight:600}.bolded strong{font-weight:700}.ways{padding-top:60px!important}.ways-grid{margin-top:4rem;display:flex;flex-direction:column;gap:3rem}.ways-grid>div{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center;max-width:1400px;background-color:#f2ede61a;border-radius:.5rem;overflow:hidden}@media only screen and (max-width: 736px){.ways-grid>div{max-width:100%;display:flex;flex-direction:column}.ways-grid>div h3{font-size:1.75rem}}.ways-grid img{opacity:.9}.ways-grid-text{padding:2rem}.ways-grid-text h3{text-transform:none}.custom-section .product-icons{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;align-items:stretch;gap:1rem;padding-top:0;padding-bottom:0}@media only screen and (max-width: 736px){.custom-section .product-icons{flex-direction:column;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}}.product-icons>div{grid-column:span 2;background-color:#f2ede61a;background-color:#171717;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);display:flex;flex-direction:column;align-items:center;flex:1;gap:2rem;padding:2rem 2rem 1rem;border-radius:.5rem}@media only screen and (max-width: 736px){.product-icons>div{padding:2rem 1rem 1rem}.product-icons h4{font-size:1.35rem}}.product-icons svg{width:min(100%,80px);height:min(100%,80px);object-fit:contain}.product-icons svg path,.product-icons svg circle{fill:var(--gold)}.product-icons h4{text-align:center;text-transform:none;font-weight:300;color:#fff}.phicons{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;margin-top:3rem;gap:1rem}@media only screen and (max-width: 736px){.phicons{flex-direction:column}}.phicons:before{content:"";width:100%;height:100%;left:0;top:0;background:url(/public/hero.jpg);background-attachment:fixed;opacity:.5;position:absolute;z-index:-1}.phicons>div{display:flex;flex-direction:column;align-items:center;flex:1;gap:2rem;background-color:#f2ede61a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:2rem;border-radius:.5rem}.phicons svg{width:min(100%,100px);height:min(100%,100px);object-fit:contain}.phicons svg path,.phicons svg circle{fill:var(--gold)}.phicons h4{text-align:center;text-transform:none;font-weight:700}footer{background-color:var(--base-500);padding:var(--padding) 2rem;padding-bottom:1rem}footer p{font-size:1rem}footer form div{display:flex;flex-direction:column}footer svg{max-width:300px;margin:0 auto;display:block}@media only screen and (min-width: 737px) and (max-width: 1180px){footer svg{max-width:250px}}.footer-wrapper{display:flex;align-items:flex-start;position:relative}@media only screen and (max-width: 736px){.footer-wrapper{flex-direction:column;align-items:center}}.footer-wrapper>div{flex:1}.copyright{padding-top:1rem;position:relative}.copyright p{text-align:center;color:#fff}.copyright .copy{font-size:.8rem}.copyright .copy a{font-size:inherit}.footer-menu{list-style:none;columns:2;gap:1rem}.footer-menu li a,.bottom-menu a{font-size:1.25rem;text-decoration:none;color:var(--fg);font-weight:500}.footer-menu li a:hover{opacity:.5}.bottom-menu ul{list-style:none;display:flex;gap:2rem;justify-content:center}.bottom-menu a{font-size:1rem}.single-product{gap:8rem;justify-content:space-between;max-width:100%;width:1600px;margin:0 auto;padding-bottom:3rem;padding-top:15svh}@media only screen and (max-width: 736px){.single-product{padding-top:120px;width:100%;gap:2rem}}@media only screen and (min-width: 737px) and (max-width: 1180px){.single-product{gap:4rem}.single-product>div{flex-basis:50%;flex:1}}.product-images{flex-basis:50%}.product-description{flex-basis:40%}.carousel{height:70svh;width:70svh;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;display:flex;-webkit-overflow-scrolling:touch;position:relative}@media only screen and (max-width: 736px){.carousel{width:calc(100vw - 4rem);height:calc(100vw - 4rem)}}@media only screen and (min-width: 737px) and (max-width: 1180px){.carousel{height:60svh;width:60svh}}.product-icons{min-height:unset}.carousel-slide{position:absolute;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;scroll-snap-align:center;overflow:hidden}.carousel-slide img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:1;object-position:center}.carousel-slide video{object-fit:contain;width:100%;height:auto}.product-images{display:flex;flex-direction:column;align-items:center}.product-text{margin-top:2rem}.product-text p{font-size:1.25rem}.product-description h2{text-transform:none;font-weight:300;font-size:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;gap:.5rem}.product-description h2 em{font-style:normal;color:var(--gold);font-size:.5em;letter-spacing:5px}.product-description .price{font-weight:800;font-size:4rem}@media only screen and (max-width: 736px){.product-description .price{font-size:2.5rem}}.footer-col3{display:flex;justify-content:flex-end;flex-direction:column;align-items:center}@media only screen and (max-width: 736px){.footer-col3{justify-content:center;margin-top:2rem}}.footer-col3 h4{text-align:center;line-height:1.5;margin-bottom:1rem;color:#fff}@media only screen and (max-width: 736px){.footer-col3 h4{font-size:1.25rem;letter-spacing:1px}}@media only screen and (max-width: 736px){.footer-logo{margin-top:2rem}.footer-logo svg{width:100%;max-width:200px;margin:0 auto}}footer{position:relative;overflow:hidden}footer form{display:flex;gap:1rem;align-items:flex-end}@media only screen and (max-width: 736px){footer form{flex-direction:column;align-items:center}}footer form input,footer form button{border:0}footer form input{padding:10px 15px;border-radius:.25rem;font-size:1rem;line-height:1.7;box-sizing:border-box}footer form button{text-transform:uppercase;font-family:agenda,sans-serif;font-weight:400;letter-spacing:1px;cursor:pointer}footer form label{font-size:14px;text-transform:uppercase;letter-spacing:2px;line-height:2}.product-tabs{min-height:auto;padding-top:0;padding-bottom:0;flex-direction:column}.custom-section .product-tabs{width:100%;max-width:1600px;margin:40px auto;padding-top:0;padding-bottom:0}@media only screen and (max-width: 736px){.product-tabs{margin-bottom:6rem}}.carousel-nav{margin-top:.5rem;text-align:center;overflow:hidden}.carousel-nav button{background:none;border:0;cursor:pointer;display:inline-block;margin:1rem}.carousel-nav button svg{fill:#c08954;width:24px;height:24px}.tabs-content{width:100%}@media only screen and (max-width: 736px){.tabs-content{width:100%}}.tab-grid{margin-top:3rem}.tab-grid h4{font-size:1.75rem;text-transform:none;font-weight:600;margin-bottom:1rem}@media only screen and (max-width: 736px){.tab-grid h4{font-size:1.5rem}}.tab-grid li{margin-bottom:1rem;padding-bottom:1rem;color:#fff;border-bottom:1px dotted #d4d4d4}.tab-grid li::marker{font-weight:900}.tabs-nav{display:flex;gap:5px;margin-bottom:20px;width:100%}@media only screen and (max-width: 736px){.tabs-nav{flex-direction:column;gap:0;padding-top:5px}}.shopify-policy__container h2,h3{text-transform:none;letter-spacing:normal}.shopify-policy__container h3{font-size:clamp(1.5rem,4vw,2rem)}.shopify-policy__container ul{list-style-position:outside;padding-left:4rem}@media only screen and (max-width: 736px){.shopify-policy__container ul{list-style-position:outside;padding-left:2.5rem}}.shopify-policy__container hr{margin:4rem 0;height:1px}.tab-btn{flex:1;padding:15px 20px;border:none;background:#e9e9e9;cursor:pointer;transition:.3s;font-weight:500;font-family:agenda,sans-serif;text-transform:uppercase;font-size:1.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;color:#303030}@media only screen and (max-width: 736px){.tab-btn{padding:15px;margin-top:-5px;box-shadow:0 0 15px -5px #000000b3;font-size:1.25rem}#main-cart-items img{max-width:100%}}.tab-btn.active{background:var(--gold);border:1px solid var(--gold);color:#fff}.tab-panel{display:none;opacity:0;transform:translateY(10px)}.tab-content{padding:3rem 2rem;box-sizing:border-box}@media only screen and (max-width: 736px){.tab-content{padding:1rem 0}}.tab-content .custom-section section{padding:0!important;min-height:unset}.tab-content .ways{padding-top:0!important}.tab-content>h3{text-transform:none;font-weight:800;text-align:center;margin-bottom:2rem}@media only screen and (max-width: 736px){.tab-content>h3{font-size:1.75rem}}.tab-panel.active{display:block;opacity:1}.spoon{display:flex;flex-flow:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 736px){.spoon{flex-direction:column}}.spoon .arrow-equal{max-width:10vw}.base-50{flex-basis:50%!important}@media only screen and (max-width: 736px){.base-50{flex-basis:100%!important}}.equal{position:absolute;display:flex!important;flex-direction:column;gap:2rem;left:50%;transform:translate(-100%)}@media only screen and (max-width: 736px){.equal{position:relative;margin-top:4rem;margin-bottom:4rem;transform:none;left:0}}@media only screen and (min-width: 737px) and (max-width: 1180px){.equal{gap:1rem}}.equal:before,.equal:after{height:10px;width:128px;border-radius:5px;background-color:var(--gold);display:block;content:""}@media only screen and (min-width: 737px) and (max-width: 1180px){.equal:before,.equal:after{width:80px}}.bottom-menu a:hover{opacity:.8}@media only screen and (max-width: 736px){#ba{padding-top:4rem}#ba .nautigal{text-align:center}#ba .nautigal em{line-height:1;text-align:center;font-size:3.5rem;padding-bottom:2rem}.tac-sm{text-align:center}.believe .tac-sm{padding-bottom:3rem}.column-reverse-sm{flex-direction:column-reverse!important}.multi em{line-height:.7;padding-bottom:1.25rem;padding-top:1rem}.pt-sm-120{padding-top:120px}}@media only screen and (min-width: 737px) and (max-width: 1180px){.flex-column-md{flex-direction:column!important;display:flex}}.image-float{max-width:40%;float:left;padding-right:4rem;padding-bottom:4rem}@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait){body{width:100vw!important;height:100vh!important;overflow:hidden!important}body:before{content:"";background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMywyYzcuNzQ2LDAsMTUuMDI4LDMuMDE3LDIwLjUwNSw4LjQ5NGMxMC4xMzgsMTAuMTM3LDExLjMxLDI2LjM5NiwyLjc0LDM3Ljg0OUw1Miw1Mi41ODlWNDRoLTJ2MTFsMSwxaDExdi0yaC04LjU4Mmw0LjI5Mi00LjI5M2wwLjA5Mi0wLjEwNmM5LjIxMS0xMi4yNDcsNy45NzItMjkuNjY3LTIuODgzLTQwLjUyMUM0OS4wNjQsMy4yMjUsNDEuMjgsMCwzMywwVjJ6Ii8+PHBhdGggZD0iTTcuNzU1LDE1LjY1N0wxMiwxMS40MTFWMjBoMlY5bC0xLTFIMnYyaDguNTgyTDYuMjksMTQuMjkzbC0wLjA5MiwwLjEwNkMtMy4wMTMsMjYuNjQ2LTEuNzczLDQ0LjA2Niw5LjA4MSw1NC45MkMxNC45MzYsNjAuNzc1LDIyLjcyLDY0LDMxLDY0di0yYy03Ljc0NiwwLTE1LjAyOC0zLjAxNy0yMC41MDUtOC40OTRDMC4zNTcsNDMuMzY5LTAuODE0LDI3LjExLDcuNzU1LDE1LjY1N3oiLz48L2c+PC9zdmc+);background-color:#fff;position:absolute;top:0;right:0;left:0;bottom:0;width:100vw;height:100vh;z-index:99999;background-repeat:no-repeat;background-position:center 63%;background-size:100px}body:after{content:"Please rotate";position:absolute;top:0;right:0;left:0;bottom:0;color:#303030;font-size:80px;font-weight:300;letter-spacing:0;text-transform:uppercase;z-index:999999;display:flex;align-items:center;justify-content:center}}.copy a{color:#fff;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/style.css.map */
