#nav{position:sticky;top:var(--wp-admin--admin-bar--height,0);z-index:2;display:grid;width:100%;overflow:hidden;grid-template-areas:"left middle right" ".	  middle	 .";grid-template-columns:1fr auto 1fr;grid-template-rows:var(--nav-row-1-height,0) var(--nav-row-2-height,0);padding:var(--nav-padding,0) 25px;margin-bottom:calc(-1 * (var(--nav-padding, 0px) * 2 + var(--nav-row-1-height, 0px) + var(--nav-row-2-height, 0px)));isolation:isolate}.loaded #nav{transition:z-index .0s ease-out .4s,grid-template-rows .4s ease-out,column-gap .4s ease-out,padding .4s ease-out,margin .4s ease-out,background-color .4s ease-out,color .4s ease-out}.static #nav{background-color:#fff0;color:#FFF}.scroll #nav{background-color:rgb(255 255 255);color:#000}@media (min-width:900px){#nav{column-gap:50px}.static{--nav-row-1-height:50px;--nav-row-2-height:70px;--nav-padding:30px}.scroll{--nav-row-1-height:42px;--nav-row-2-height:0px;--nav-padding:15px}}@media (max-width:899.99px){#nav{column-gap:25px}.static{--nav-row-1-height:42px;--nav-row-2-height:0px;--nav-padding:25px}.scroll{--nav-row-1-height:30px;--nav-row-2-height:0px;--nav-padding:15px}.menu-open{--nav-row-1-height:30px;--nav-row-2-height:0px;--nav-padding:15px}.menu-open #nav{z-index:4;background-color:rgb(255 255 255);color:#000;transition:z-index .0s ease-out,grid-template-rows .4s ease-out,column-gap .4s ease-out,padding .4s ease-out,margin .4s ease-out,background-color .4s ease-out .4s,color .4s ease-out}}#nav>.menu{display:flex;flex-direction:row}#nav>.menu>a{max-width:100%;text-overflow:ellipsis}#nav>.menu-left>a,#nav>.menu-right>a{overflow:hidden}#nav>.menu>a>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#nav>.menu-left,#nav>.menu-right{align-self:center;display:flex;overflow:hidden;flex-direction:row;align-items:center;column-gap:20px;transition:opacity .4s ease-out,visibility .4s ease-out}#nav>.menu-left{grid-area:left;justify-content:flex-start}#nav>.menu-right{grid-area:right;justify-content:flex-end}#nav>.menu-middle{grid-area:middle;align-self:flex-end;max-width:100%;justify-content:center;align-items:flex-end;transition:gap .4s ease-out,opacity .4s ease-out,visibility .4s ease-out}#nav>.menu-middle>.menu-item{position:relative;text-transform:uppercase;line-height:20px;font-size:15px;font-weight:500}#nav>.menu-middle>.menu-item:before{content:'';position:absolute;top:calc(20px - var(--nav-row-1-height, 0px));left:50%;transform:translateX(-50%);display:block;height:calc(var(--nav-row-1-height, 0px) - 25px);width:50px;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-0.svg);--mask-position:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);opacity:0;pointer-events:none}.loaded #nav>.menu-middle>.menu-item:before{transition:top .4s ease-out,height .4s ease-out,opacity .2s ease-out}#nav>.menu-middle>.menu-item:hover:before,#nav>.menu-middle>.menu-item.current:before{opacity:1}#nav>.menu-middle>.menu-item.current{font-weight:700}@media (min-width:900px){.static #nav>.menu-middle{column-gap:60px}.scroll #nav>.menu-middle{column-gap:40px}}@media (max-width:899.99px){#nav>.menu-left,#nav>.menu-right,#nav>.menu-middle{overflow:hidden;opacity:0;pointer-events:none;visibility:hidden}#nav>.menu-middle{column-gap:15px}}#nav>.menu-btn{grid-area:left;align-self:center;transition:opacity .4s ease-out}@media (min-width:900px){#nav>.menu-btn{opacity:0;pointer-events:none}}@media (max-width:899.99px){#nav>.menu-btn{}}#nav>.menu-btn{position:relative;height:14px;width:25px;align-items:center;column-gap:15px;background-color:#fff0;border:none;color:inherit;cursor:pointer}.loaded #nav>.menu-btn{transition:opacity .4s ease-out}#nav>.menu-btn>div{position:absolute;left:0;transform:translateY(-50%) rotate(0deg);width:100%;height:1px;background-color:currentColor;border-radius:.5px}.loaded #nav>.menu-btn>div{transition:opacity .2s ease-out,top .2s ease-out .2s,transform .2s ease-out}#nav>.menu-btn>.top{top:0}#nav>.menu-btn>.mid{top:50%}#nav>.menu-btn>.bot{top:100%}.menu-open #nav>.menu-btn>div{transition:opacity .2s ease-out,top .2s ease-out,color .2s ease-out,transform .2s ease-out .2s}.menu-open #nav>.menu-btn>.top{top:50%;transform:translateY(-50%) rotate(45deg)}.menu-open #nav>.menu-btn>.mid{opacity:0}.menu-open #nav>.menu-btn>.bot{top:50%;transform:translateY(-50%) rotate(-45deg)}#nav>.home-btn{grid-area:middle;justify-self:center;display:block;width:min(var(--nav-row-1-height, 0px) / .25, 225px);height:min(var(--nav-row-1-height, 0px), 225px * .25);--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-light.svg);--mask-position:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat)}.loaded #nav>.home-btn{transition:all .4s ease-out}@media (min-width:900px){#nav>.home-btn{background-color:#FFF}.static #nav>.home-btn{opacity:1}.scroll #nav>.home-btn{opacity:0;pointer-events:none}}@media (max-width:899.99px){#nav>.home-btn{background-color:currentColor}}#article>.thumbnail{width:100%}@media (min-width:900px){#article>.thumbnail{height:700px;margin-bottom:50px}}@media (max-width:899.99px){#article>.thumbnail{height:550px;margin-bottom:25px}}#article>.breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;row-gap:5px;font-size:13px}@media (min-width:900px){#article>.breadcrumbs{column-gap:15px;margin-bottom:100px}}@media (max-width:899.99px){#article>.breadcrumbs{column-gap:10px;margin-bottom:75px}}#article>.wrapper{display:flex;max-width:800px;flex-direction:column;align-items:stretch}@media (min-width:900px){#article>.wrapper{row-gap:75px;margin:0 auto}}@media (max-width:899.99px){#article>.wrapper{row-gap:50px}@media (min-width:800px){#article>.wrapper{margin:0 50px}}@media (max-width:799.99px){#article>.wrapper{margin:0 25px}}}#article>.wrapper>hr{height:1px;width:100%;background-color:#FFF;border:none}#article>.wrapper>header{text-align:center}#article>.wrapper>header>*{max-width:700px;margin:0 auto}#article>.wrapper>header>.title{font-weight:400}#article>.wrapper>header>.excerpt{margin-top:25px}#article>.wrapper>header>.excerpt:empty{display:none}@media (min-width:900px){#article>.wrapper>header>.title{font-size:32px}#article>.wrapper>header>.excerpt{line-height:175%;font-size:16px}}@media (max-width:899.99px){#article>.wrapper>header>.title{font-size:24px}#article>.wrapper>header>.excerpt{line-height:145%;font-size:14px}}@media (min-width:900px){#article>.wrapper>.body{line-height:175%;font-size:16px}#article>.wrapper>.body>*{margin:50px 0}}@media (max-width:899.99px){#article>.wrapper>.body{line-height:145%;font-size:14px}#article>.wrapper>.body>*{margin:25px 0}}#article>.wrapper>.body .wp-block-image{overflow:hidden}#article>.wrapper>.body .wp-block-image>img{height:100%;width:100%;object-fit:cover;object-position:center}@media (min-width:900px){#article>.wrapper>.body .wp-block-image{height:600px}#article>.wrapper>.body>.wp-block-image{margin:75px 0}}@media (max-width:899.99px){#article>.wrapper>.body .wp-block-image{height:500px}#article>.wrapper>.body>.wp-block-image{margin:50px 0}}#article>.wrapper>.body>.wp-block-gallery{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;column-gap:25px;row-gap:25px}@media (min-width:900px){#article>.wrapper>.body>.wp-block-gallery{margin:75px min(0px, (100% - min(100vw - 100px, 1200px)) / 2)}#article>.wrapper>.body>.wp-block-gallery>.wp-block-image{flex:1 0 calc((100% - 25px) / 2)}}@media (max-width:899.99px){#article>.wrapper>.body>.wp-block-gallery{margin:50px 0}#article>.wrapper>.body>.wp-block-gallery>.wp-block-image{flex:0 0 100%}}#article>.wrapper>footer{text-align:center}#crosslinks>.content-wrapper{text-align:center}#crosslinks>.content-wrapper>header>*{max-width:700px;margin:0 auto}#crosslinks>.content-wrapper>header>.title{text-transform:uppercase;font-weight:400}@media (min-width:900px){#crosslinks>.content-wrapper>header{margin-bottom:75px}#crosslinks>.content-wrapper>header>.title{line-height:46px;font-size:40px}}@media (max-width:899.99px){#crosslinks>.content-wrapper>header{margin-bottom:50px}#crosslinks>.content-wrapper>header>.title{line-height:28px;font-size:24px}}#crosslinks>.content-wrapper>.posts{text-align:left}#crosslinks>.content-wrapper>.posts>.grid{display:grid;grid-auto-rows:auto}@media (min-width:900px){#crosslinks>.content-wrapper>.posts{margin-bottom:75px}#crosslinks>.content-wrapper>.posts>.grid{grid-template-columns:repeat(3,1fr);column-gap:30px;row-gap:45px}}@media (max-width:899.99px){#crosslinks>.content-wrapper>.posts{margin-bottom:50px}#crosslinks>.content-wrapper>.posts>.grid{column-gap:25px;row-gap:35px;text-align:center}@media (min-width:600px){#crosslinks>.content-wrapper>.posts>.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:599.99px){#crosslinks>.content-wrapper>.posts>.grid{grid-template-columns:repeat(1,1fr)}}}#footer{background-color:#783D3B;color:#FFF}@media (min-width:900px){#footer{padding-bottom:75px}}@media (max-width:899.99px){#footer{padding-bottom:50px}}#footer-legal{display:flex}#footer-legal>.credits>.copyright{font-size:11px}#footer-legal>.credits>.signature{font-size:8px;color:#FFF}#footer-legal>.credits>.signature>.love{display:inline-block;height:12px;width:14px;overflow:hidden;margin:0 2px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/aply-logo.svg);background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle}#footer-legal>.menu{display:flex;flex-wrap:wrap}#footer-legal>.menu>.menu-item:not([href])>.label{pointer-events:none!important}@media (min-width:1000px){#footer-legal{flex-direction:row;justify-content:space-between;column-gap:50px}#footer-legal>.credits>.signature{margin-top:5px}#footer-legal>.menu{flex-direction:row;flex-wrap:wrap;column-gap:25px}}@media (max-width:999.99px){#footer-legal{flex-direction:column;row-gap:25px;text-align:center}#footer-legal>.credits>.signature{margin-top:10px;text-align:center}#footer-legal>.menu{flex-direction:row;justify-content:center;column-gap:10px;row-gap:5px;order:-1}}#footer-newsletter{position:relative;isolation:isolate}@media (min-width:900px){#footer-newsletter{margin-bottom:75px}}@media (max-width:899.99px){#footer-newsletter{margin-bottom:50px}}#footer-newsletter>.background{position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%}#footer-newsletter>.content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#footer-newsletter>.content-wrapper>.title{margin:0 0 50px;font-weight:400}#footer-newsletter>.content-wrapper>.description{margin:0 0 70px}@media (min-width:900px){#footer-newsletter>.content-wrapper{min-height:700px;padding:75px 0}#footer-newsletter>.content-wrapper>.title{max-width:500px;line-height:50px;font-size:40px}#footer-newsletter>.content-wrapper>.description{max-width:500px;line-height:145%;font-size:16px}}@media (max-width:899.99px){#footer-newsletter>.content-wrapper{min-height:550px;padding:50px 0}#footer-newsletter>.content-wrapper>.title{max-width:350px;line-height:28px;font-size:25px}#footer-newsletter>.content-wrapper>.description{max-width:350px;line-height:135%;font-size:12px}}#footer-cards{display:flex;border-bottom:solid 1px rgb(255 255 255 / .2)}@media (min-width:900px){#footer-cards{flex-direction:row;justify-content:space-between;column-gap:40px;padding-bottom:50px;margin-bottom:50px}}@media (max-width:899.99px){#footer-cards{flex-direction:column;align-items:center;row-gap:40px;padding-bottom:35px;margin-bottom:35px}}#footer-cards>.card{overflow:hidden}#footer-cards>.card>.title{margin-bottom:25px;font-size:18px;font-weight:500}#footer-cards>.card>.description{margin:0;line-height:135%;font-size:14px;font-weight:300}@media (min-width:900px){#footer-cards>.card{max-width:250px;flex:1}}@media (max-width:899.99px){#footer-cards>.card{max-width:330px;text-align:center}}#footer-menu{display:flex;margin-bottom:50px}@media (min-width:1100px){#footer-menu{flex-direction:row;column-gap:50px;padding-bottom:50px;border-bottom:solid 1px rgb(255 255 255 / .2)}}@media (max-width:1099.99px){#footer-menu{flex-direction:column;row-gap:35px}}#footer-menu>.about>.logo{position:relative;display:block;max-width:170px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-full-light.svg);background-position:center;background-size:contain;background-repeat:no-repeat}#footer-menu>.about>.logo:before{content:'';display:block;padding-top:62.5%}#footer-menu>.about>.description{line-height:130%}@media (min-width:1100px){#footer-menu>.about{flex:0 0 300px}#footer-menu>.about>.logo{margin-bottom:25px}}@media (max-width:1099.99px){#footer-menu>.about{text-align:center}#footer-menu>.about>.logo{margin:0 auto 35px}#footer-menu>.about>.description{max-width:330px;margin:0 auto}}#footer-menu>.menu .category{overflow:hidden}#footer-menu>.menu .category>.title{margin:0;font-size:15px;font-weight:400}#footer-menu>.menu .category>.entries>.entry{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:300}#footer-menu>.menu .category>.entries>.entry>a{text-decoration:underline}#footer-menu>.menu .category>.entries>.social{display:flex;width:100%;flex-direction:row;column-gap:15px}#footer-menu>.menu .category>.entries>.social>.link{width:100%;max-width:16px;background-color:#FFF;transition:background-color .2s ease-out;--mask-size:contain;--mask-position:center;--mask-repeat:no-repeat;-webit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat)}#footer-menu>.menu .category>.entries>.social>.link:hover{background-color:#C2A973}#footer-menu>.menu .category>.entries>.social>.link:before{content:'';display:block;padding-top:100%}#footer-menu>.menu .category>.entries>.social>.link.facebook{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/facebook.svg)}#footer-menu>.menu .category>.entries>.social>.link.instagram{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/instagram.svg)}#footer-menu>.menu .category>.entries>.social>.link.tiktok{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/tiktok.svg)}#footer-menu>.menu .category>.entries>.social>.link.youtube{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/youtube.svg)}@media (min-width:1100px){#footer-menu>.menu{display:flex;flex:1;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;column-gap:25px;row-gap:35px;padding-top:50px}#footer-menu>.menu>.category-group{display:flex;flex-direction:column;align-items:stretch;row-gap:25px}#footer-menu>.menu>.category-group>.category{flex:0 0 auto}#footer-menu>.menu .category{flex:1;max-width:220px}#footer-menu>.menu .category>.title{line-height:20px;pointer-events:none}#footer-menu>.menu .category>.entries{align-self:stretch;display:flex!important;flex-direction:column;align-items:flex-start;row-gap:10px;padding-top:25px;opacity:1!important}}@media (max-width:1099.99px){#footer-menu>.menu>.category-group{display:contents}#footer-menu>.menu .category{border-bottom:solid 1px rgb(255 255 255 / .3)}#footer-menu>.menu .category>.title{position:relative;padding-right:35px;line-height:55px;cursor:pointer}#footer-menu>.menu .category>.title:after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(45deg);display:block;height:24px;width:24px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/close-2.svg);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert();transition:transform .2s ease-out}#footer-menu>.menu .category.open>.title:after{transform:translateY(-50%) rotate(0deg)}#footer-menu>.menu .category>.entries{display:none;padding:5px 0 25px}#footer-menu>.menu .category>.entries>.entry:not(.networks){display:block}#footer-menu>.menu .category>.entries>.entry:not(.networks):not(:last-child){margin-bottom:10px}}.modal{position:fixed;left:0;z-index:3;display:block;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));width:100%;overflow:auto;pointer-events:none;clip-path:inset(0 0 0 100%);isolation:isolate}@media (min-width:600.01px){.modal{top:var(--wp-admin--admin-bar--height,0)}}@media (max-width:600px){.static .modal{top:var(--wp-admin--admin-bar--height,0);height:calc(100% - var(--wp-admin--admin-bar--height, 0px))}.scroll .modal{top:0;height:100%}}.loaded .modal{transition:clip-path .4s cubic-bezier(.38,.005,.215,1)}#modal-underlay{position:fixed;left:0;z-index:2;display:block;height:100%;width:100%;background-color:rgb(0 0 0 / .3);backdrop-filter:blur(5px);opacity:0;pointer-events:none}.loaded #modal-underlay{transition:opacity .4s ease-out}@media (min-width:600.01px){#modal-underlay{top:var(--wp-admin--admin-bar--height,0)}}@media (max-width:600px){.static #modal-underlay{top:var(--wp-admin--admin-bar--height,0);height:calc(100% - var(--wp-admin--admin-bar--height, 0px))}.scroll #modal-underlay{top:0;height:100%}}.reflection-form-response #modal-underlay,body[class*='open'] #modal-underlay{opacity:1;pointer-events:auto}#modal-menu{padding:0 25px 25px;background-color:#FFF;clip-path:inset(0 100% 0 0)}.menu-open #modal-menu{opacity:1;clip-path:inset(0 0 0 0);pointer-events:auto}#modal-menu>.menu-group{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;padding-top:calc(var(--nav-padding) * 2 + var(--nav-row-1-height) + 25px);transform:translateY(50px);opacity:0;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.menu-open #modal-menu>.menu-group{transform:translateY(0);opacity:1}#modal-menu>.menu-group>.menu-wrapper{display:flex;min-height:100%;flex-direction:column;justify-content:flex-start;align-items:stretch}#modal-menu>.menu-group.has-links>.menu-wrapper{transform:translateY(50px);opacity:0;transition:transform .2s linear .2s,opacity .2s linear}#modal-menu>.menu-group.has-links.open>.menu-wrapper{transform:translateY(0);opacity:1;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}#modal-menu>.menu-group.has-links>.menu-wrapper{min-height:calc(100% - 80px)}#modal-menu>.menu-group>.menu-wrapper>.links{display:flex;flex-direction:column;align-items:stretch;row-gap:25px;margin:0 0 auto;text-align:center;font-size:18px;font-weight:400}#newsletter-modal{position:fixed;top:calc(50% + var(--wp-admin--admin-bar--height, 0px) / 2);left:50%;transform:translate(-50%,-50%) translateY(50px);z-index:3;display:block;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));width:100%;max-width:min(950px, 100vw - 100px);max-height:min(700px, calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 100px));overflow:hidden;--background-color:#1F2F3C;background-color:var(--background-color,#FFF);opacity:0;color:#FFF;pointer-events:none}.loaded #newsletter-modal{transition:transform .4s cubic-bezier(.38,.005,.215,1),opacity .4s cubic-bezier(.38,.005,.215,1)}.newsletter-open #newsletter-modal{transform:translate(-50%,-50%);opacity:1;pointer-events:auto}#newsletter-modal>.modal-wrapper{transform:translateY(50px);display:flex;height:100%;width:100%;opacity:0}.loaded #newsletter-modal>.modal-wrapper{transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.newsletter-open #newsletter-modal>.modal-wrapper{transform:translateY(0);opacity:1}@media (min-width:900px){#newsletter-modal>.modal-wrapper{flex-direction:row;align-items:stretch}}@media (max-width:899.99px){#newsletter-modal>.modal-wrapper{flex-direction:column;align-items:stretch}}#newsletter-modal>.modal-wrapper>header{position:relative;isolation:isolate}#newsletter-modal>.modal-wrapper>header>.background{z-index:-1}#newsletter-modal>.modal-wrapper>header>.overlay{text-align:center}#newsletter-modal>.modal-wrapper>header>.overlay>.logo{max-width:250px;margin:0 auto 40px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-light.svg);background-size:contain;background-repeat:no-repeat;background-position:center}#newsletter-modal>.modal-wrapper>header>.overlay>.logo:after{content:'';display:block;padding-top:25%}#newsletter-modal>.modal-wrapper>header>.overlay>.description{margin:0;line-height:145%}@media (min-width:900px){#newsletter-modal>.modal-wrapper>header{flex:0 0 40%}#newsletter-modal>.modal-wrapper>header>*{position:absolute;top:0;left:0;height:100%;width:100%}#newsletter-modal>.modal-wrapper>header>.overlay{padding:80px 40px}}@media (max-width:899.99px){#newsletter-modal>.modal-wrapper>header{}#newsletter-modal>.modal-wrapper>header>.background{position:absolute;top:0;left:0;height:100%;width:100%}#newsletter-modal>.modal-wrapper>header>.overlay{padding:40px}}#newsletter-modal>.modal-wrapper>form{flex:1;overflow:auto;padding:0 40px 60px}#newsletter-modal>.modal-wrapper>form>header{padding-top:60px;padding-bottom:35px}.reflection-form{position:relative}.reflection-form>header{position:sticky;top:0;z-index:1;background-color:var(--background-color,#FFF)}.reflection-form>header>.close-btn{position:absolute;right:0;display:block;background-color:#FFF;border:none;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/close.svg);--mask-position:center;--mask-size:20px auto;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);cursor:pointer}.reflection-form>header>.title{margin:0 0 10px;font-weight:400}.reflection-form>header>.title:last-child{margin:0}.reflection-form>header>.description{margin:0;line-height:145%;font-size:10px}@media (min-width:900px){.reflection-form>header{padding-right:60px}.reflection-form>header>.close-btn{height:40px;width:40px}.reflection-form>header>.title{font-size:20px}.reflection-form>header>.title:last-child{line-height:40px}}@media (max-width:899.99px){.reflection-form>header{padding-right:50px}.reflection-form>header>.close-btn{height:30px;width:30px}.reflection-form>header>.title{font-size:18px}.reflection-form>header>.title:last-child{line-height:30px}}.reflection-form>footer>.submit-btn{margin-bottom:30px}.reflection-form>footer>.content{margin:0;line-height:145%;font-size:10px}.reflection-form>.fields{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;align-items:flex-start;column-gap:30px;row-gap:20px;padding:0;margin:0 0 45px;border:none}.reflection-form.sending>.fields{pointer-events:none}.reflection-form>.fields>.field{position:relative;flex:0 0 100%;max-width:100%;padding-bottom:15px;border-bottom:solid 1px}.reflection-form>.fields>.field:first-child{padding-top:0}@media (min-width:700px){.reflection-form>.fields>.field.cols-2{flex:calc((100% - 30px) / 2)}.reflection-form>.fields>.field.cols-3{flex:calc((100% - 60px) / 3)}}.reflection-form>.fields>.field>label{display:block;margin-bottom:10px;line-height:16px;font-size:14px;font-weight:400}.reflection-form>.fields>.field>.error{display:none;margin-top:8px;line-height:16px;font-size:12px;color:#BA1717}.reflection-form>.fields>.field.empty>.empty,.reflection-form>.fields>.field.wrong>.wrong{display:block}.reflection-form>.fields>.input>input{display:block;height:30px;width:100%;padding:0;border:none;background-color:#fff0;text-overflow:ellipsis;font-family:inherit;font-size:14px;color:inherit}.reflection-form>.fields>.input>input::-webkit-input-placeholder,.reflection-form>.fields>.input>input::placeholder{opacity:.5;color:inherit}.reflection-form>.fields>.textarea>textarea{display:block;height:120px;width:100%;resize:none;padding:5px 0 0;margin:0;border:none;background-color:#fff0;text-overflow:ellipsis;font-family:inherit;font-size:14px;color:inherit}.reflection-form>.fields>.textarea>textarea::-webkit-input-placeholder,.reflection-form>.fields>.textarea>textarea::placeholder{opacity:.5;color:inherit}.reflection-form>.fields>.checkbox{padding-bottom:0;border-bottom:none}.reflection-form>.fields>.checkbox>.checkbox{position:relative;max-width:600px}.reflection-form>.fields>.checkbox>.checkbox>input{position:absolute;top:0;left:0;pointer-events:none;visibility:hidden}.reflection-form>.fields>.checkbox>.checkbox>label{display:block;max-width:400px;padding-left:35px;text-align:left;line-height:20px;cursor:pointer}.reflection-form>.fields>.checkbox>.checkbox>label:not(:last-child){margin-bottom:5px}.reflection-form>.fields>.checkbox>.checkbox>label:before{content:"";position:absolute;left:0;box-sizing:border-box;display:block;height:18px;width:18px;background-color:rgb(0 0 0 / .25);background-clip:content-box;border:solid 3px rgb(0 0 0 / .25);border-radius:3px;outline:solid 1px #FFF;transition:outline .2s ease-out,background-color .2s ease-out}.reflection-form>.fields>.checkbox>.checkbox>input:checked+label:before{background-color:#000}.reflection-form>.fields>.checkbox>.checkbox>label>a{text-decoration:underline}.reflection-form>.fields>.checkbox>.checkbox+.error{padding-left:35px}.reflection-form>.fields{background-color:inherit}.reflection-form>.fields>.dropdown{background-color:inherit}.reflection-form>.fields>.dropdown>.select{position:relative;background-color:inherit}.reflection-form>.fields>.dropdown>.select:after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);display:block;height:10px;width:10px;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/arrow.down.svg);--mask-size:contain;--mask-repeat:no-repeat;--mask-position:center;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position)}.reflection-form>.fields>.dropdown>.select>select{appearance:none;width:100%;height:30px;margin:0;padding:0;background-color:inherit;border:none;line-height:inherit;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}.reflection-form>.fields>.dropdown>.select>select:required:invalid{color:color-mix(in srgb,currentColor 50%,transparent)}.reflection-form>.fields>.dropdown>.select>select>option[value=""][disabled]{display:none}.reflection-form>.response{display:none}#contact-modal{left:unset;right:0;max-width:1000px;background-color:#783D3B;clip-path:inset(0 0 0 100%);color:#FFF}.contact-open #contact-modal{opacity:1;clip-path:inset(0 0 0 0);pointer-events:auto}@media (min-width:900px){#contact-modal{padding:50px}}@media (max-width:899.99px){#contact-modal{padding:0 25px 25px}}#contact-modal>.graphics{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;opacity:.05}#contact-modal>.graphics>.graphic{position:absolute;top:35%;z-index:-1;transform:translate(-50%,-50%);display:block;height:calc((var(--width, 100%) - 50px) * .75);width:calc(var(--width, 100%) - 50px);background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-0.svg);background-repeat:no-repeat;background-size:contain;background-position:center}@media (min-width:1000px){#contact-modal>.graphics>.graphic{right:20%;--width:500px}}@media (max-width:999.99px){#contact-modal>.graphics>.graphic{left:50%}}#contact-modal>.modal-wrapper{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;transform:translateY(50px);opacity:0;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.contact-open #contact-modal>.modal-wrapper{transform:translateY(0);opacity:1}#contact-modal>.modal-wrapper>*{width:100%;max-width:600px}@media (min-width:900px){#contact-modal>.modal-wrapper>form{margin-bottom:50px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>form{margin-bottom:25px}}#contact-modal>.modal-wrapper>form>header{background-color:#fff0}#contact-modal>.modal-wrapper>form>header>.title{text-transform:uppercase}@media (min-width:900px){#contact-modal>.modal-wrapper>form>header{position:relative;padding:0 0 40px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>form>header{padding:25px 0}}#contact-modal>.modal-wrapper>form>footer>.submit-btn{background-color:#572726}#contact-modal>.modal-wrapper>form>footer>.content{max-width:300px}#contact-modal>.modal-wrapper>.info>.title{margin:0;text-transform:uppercase;font-weight:400}@media (min-width:900px){#contact-modal>.modal-wrapper>.info>.title{margin-bottom:40px;font-size:20px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>.info>.title{margin-bottom:25px;font-size:18px}}#contact-modal>.modal-wrapper>.info>address{line-height:145%;font-style:normal}#contact-modal>.modal-wrapper>.info>address>.cta-link{display:block}#contact-modal>.modal-wrapper>.info>address>.cta-link:first-of-type{margin-top:20px}#reflection-form-response{position:fixed;top:calc((100% + var(--wp-admin--admin-bar--height, 0px)) / 2);left:50%;transform:translate(-50%,-50%);z-index:3;display:flex;width:100%;flex-direction:column;justify-content:center;background-color:#FFF;border-radius:40px;box-shadow:0 5px 10px rgb(0 0 0 / .2);color:#000;opacity:0;pointer-events:none;isolation:isolate}.loaded #reflection-form-response{transition:opacity .4s cubic-bezier(.38,.005,.215,1)}.reflection-form-response #reflection-form-response{opacity:1;pointer-events:auto}@media (min-width:650px){#reflection-form-response{width:100%;max-width:560px;max-height:calc(100% - 50px);align-items:flex-start;padding:50px 90px 50px 180px}}@media (max-width:649.99px){#reflection-form-response{max-width:calc(100% - 50px);max-height:calc(100% - 50px);align-items:center;padding:60px 40px;text-align:center}}#reflection-form-response:before{content:'';display:block;height:80px;width:80px;background-position:center;background-repeat:no-repeat;background-size:contain}.reflection-form-success #reflection-form-response:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/reflection-form-success.svg)}.reflection-form-failure #reflection-form-response:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/reflection-form-failure.svg)}@media (min-width:650px){#reflection-form-response:before{position:absolute;top:50%;left:50px;transform:translateY(-50%)}}@media (max-width:649.99px){#reflection-form-response:before{margin-bottom:50px}}#reflection-form-response>.logo{width:160px;height:40px;margin:5px 0 15px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-dark.svg);background-position:top left;background-size:contain;background-repeat:no-repeat}#reflection-form-response>.title{margin-bottom:5px;font-size:16px;font-weight:500}#reflection-form-response>.description{font-size:14px}