@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');:root{--clr-accent-1:#d4af37;--clr-accent-2:#4c2e00;--clr-accent-3:#b89b5e;--clr-accent-4:rgba(255, 255, 255, 0.5);--clr-bg-1:linear-gradient(180deg, #232323 50%, #000 100%) no-repeat;--clr-bg-2:#232323;--font-family-1:"Poppins",sans-serif;--font-family-2:"Cervo Neue",sans-serif}html{font-size:62.5%;scroll-behavior:smooth}body{background:#0a0f1d}.container{max-width:180rem;margin:0 auto;padding:0 2rem}.body--scroll-disabled{overflow:hidden}.page--fs{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page--fs footer{margin-top:auto}section{margin-bottom:8rem}.section-mod{margin-bottom:8rem}.mb-0{margin-bottom:0}*,::after,::before{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}body{-webkit-box-sizing:border-box;box-sizing:border-box}img{display:block;max-width:100%;border-style:none}ul{list-style:none;text-decoration:none}a{background-color:transparent;text-decoration:none;color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-moz-appearance:button;appearance:button;-webkit-appearance:button;outline:0;border:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}@font-face{font-family:"Cervo Neue";src:url(../fonts/CervoNeue.woff) format("woff"),url(../fonts/CervoNeue.woff2) format("woff2")}body{font-family:var(--font-family-1);font-weight:400;color:#fff;font-size:2rem;line-height:normal;cursor:default}h1,h2{font-family:var(--font-family-2);font-size:8rem;text-align:center;line-height:1.2}hgroup{text-align:center}hgroup h1{margin-bottom:.5rem}.clr-accent--1{color:var(--clr-accent-1)}.clr-accent--4{color:var(--clr-accent-4)}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;font-size:2rem}.logo__icon{width:5.5rem}.cookie{position:fixed;width:100%;opacity:0;bottom:-15rem;z-index:-1;padding:0 2rem}.cookie--visible{-webkit-animation:cookie-show .6s .3s ease-out forwards;animation:cookie-show .6s .3s ease-out forwards}.cookie--hidden{-webkit-animation:cookie-hide .3s ease-out forwards;animation:cookie-hide .3s ease-out forwards}.cookie__title{display:block;font-size:2.8rem;margin-bottom:.5rem;font-weight:700}.cookie__desc{font-size:1.6rem}.cookie__content{max-width:70rem;display:-ms-grid;display:grid;-ms-grid-columns:1.5fr 1fr;grid-template-columns:1.5fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);padding:2.4rem 4.2rem;border-radius:1rem;border:.1rem solid #fff}.cookie__buttons{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.cookie__buttons .btn{width:100%;max-width:unset;background:0 0;white-space:nowrap;text-transform:capitalize;color:#fff;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-size:1.8rem;font-weight:700;border-radius:1rem;border:.1rem solid #fff;text-shadow:unset;-webkit-text-stroke:unset}@-webkit-keyframes cookie-show{0%{opacity:0;bottom:-15rem;z-index:-1}1%{z-index:10}100%{opacity:1;bottom:8rem;z-index:10}}@keyframes cookie-show{0%{opacity:0;bottom:-15rem;z-index:-1}1%{z-index:10}100%{opacity:1;bottom:8rem;z-index:10}}@-webkit-keyframes cookie-show--mobile{0%{opacity:0;bottom:-15rem;z-index:-1}1%{z-index:10}100%{opacity:1;bottom:5rem;z-index:10}}@keyframes cookie-show--mobile{0%{opacity:0;bottom:-15rem;z-index:-1}1%{z-index:10}100%{opacity:1;bottom:5rem;z-index:10}}@-webkit-keyframes cookie-hide{0%{opacity:1;bottom:8rem;z-index:10}90%{opacity:0}100%{z-index:-1;bottom:-15rem}}@keyframes cookie-hide{0%{opacity:1;bottom:8rem;z-index:10}90%{opacity:0}100%{z-index:-1;bottom:-15rem}}@-webkit-keyframes cookie-hide--mobile{0%{opacity:1;bottom:8rem;z-index:10}90%{opacity:0}100%{z-index:-1;bottom:-15rem}}@keyframes cookie-hide--mobile{0%{opacity:1;bottom:8rem;z-index:10}90%{opacity:0}100%{z-index:-1;bottom:-15rem}}@-webkit-keyframes pop-up--in{0%{-webkit-backdrop-filter:blur(0) opacity(0);background:0 0;backdrop-filter:blur(0) opacity(0)}100%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1);background:rgba(0,0,0,.6)}}@keyframes pop-up--in{0%{-webkit-backdrop-filter:blur(0) opacity(0);background:0 0;backdrop-filter:blur(0) opacity(0)}100%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1);background:rgba(0,0,0,.6)}}@-webkit-keyframes pop-up--out{0%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1)}100%{-webkit-backdrop-filter:blur(0) opacity(0);backdrop-filter:blur(0) opacity(0);display:none}}@keyframes pop-up--out{0%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1)}100%{-webkit-backdrop-filter:blur(0) opacity(0);backdrop-filter:blur(0) opacity(0);display:none}}@-webkit-keyframes pop-up__modal--in{0%{scale:0}100%{scale:1}}@keyframes pop-up__modal--in{0%{scale:0}100%{scale:1}}@-webkit-keyframes pop-up__modal--out{0%{scale:1;opacity:1}100%{scale:0;opacity:0}}@keyframes pop-up__modal--out{0%{scale:1;opacity:1}100%{scale:0;opacity:0}}.pop-up--out{-webkit-animation:pop-up--out .2s forwards;animation:pop-up--out .2s forwards}.pop-up__modal--out{-webkit-animation:pop-up__modal--out .2s forwards;animation:pop-up__modal--out .2s forwards}.btn{display:block;margin:0 auto;text-align:center;width:100%;max-width:55rem;padding:2rem;background:#232323;border:.3rem solid var(--clr-accent-1);color:var(--clr-accent-1);font-size:4rem;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s;white-space:nowrap;-webkit-transition:-webkit-filter .2s;transition:-webkit-filter .2s;-o-transition:filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s;cursor:pointer}.btn:hover{-webkit-filter:drop-shadow(0 0 4rem var(--clr-accent-2));filter:drop-shadow(0 0 4rem var(--clr-accent-2))}.btn--mod-2{background:rgba(255,214,107,.16)}.btn.section-mod{margin-bottom:8rem}.cta--invite{padding:8rem 0}.cta--invite .form .btn,.cta--invite .form input{display:block;margin:0 auto;max-width:55rem}.cta--invite .cta__title{text-align:center}.cta__title{font-size:8rem;font-weight:700;font-family:var(--font-family-2);margin-bottom:2.5rem}.cta-contact{max-width:115rem;margin:0 auto;border:.1rem solid var(--clr-accent-3);padding:10rem 2rem;background:var(--clr-bg-2)}.cta-contact hgroup{text-align:center;margin-bottom:2.5rem}.cta-contact__title{font-size:8rem;font-family:var(--font-family-2)}.cta-contact .form{max-width:55rem;margin:0 auto 2rem auto}.cta-contact .btn--browse{max-width:55rem;margin:0 auto}.form fieldset{border:none}.form label{display:block;margin-bottom:2rem}.form label span{display:block;padding-left:1rem}.form input,.form textarea{border:.1rem solid rgba(255,255,255,.5);background:0 0;color:#fff;padding:2rem;font-size:2rem;width:100%}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#fff;opacity:.8}.form input::-moz-placeholder,.form textarea::-moz-placeholder{color:#fff;opacity:.8}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:#fff;opacity:.8}.form input::-ms-input-placeholder,.form textarea::-ms-input-placeholder{color:#fff;opacity:.8}.form input::placeholder,.form textarea::placeholder{color:#fff;opacity:.8}.form input:focus,.form textarea:focus{outline:0}.form input:not(:last-child),.form textarea:not(:last-child){margin-bottom:2rem}.form textarea{height:15rem}.header{position:absolute;top:0;left:0;width:100%;z-index:100}.header .container{margin:0 auto;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header::before{content:"";visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.header--active{z-index:100}.header--active::before{visibility:visible;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200}.header__nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5rem}.header__nav ul li a{display:block;font-size:2.1rem;font-weight:500;color:#fff;white-space:nowrap}.header__nav ul li.current a{color:#fff;font-weight:600}.header .logo{z-index:400}.burger{display:none;z-index:300}.burger__bottom,.burger__middle,.burger__top{width:70%;height:.4rem;background-color:#fff;border-radius:1rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:relative}.burger.burger--active{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger.burger--active .burger__bottom,.burger.burger--active .burger__middle,.burger.burger--active .burger__top{background-color:#fff}.burger.burger--active .burger__top{rotate:45deg;top:.9rem}.burger.burger--active .burger__bottom{rotate:-45deg;bottom:.9rem}.burger.burger--active .burger__middle{scale:0}.no-webp .hero{background:center center no-repeat url(../img/hero/bg-hero.png)}.hero{max-height:100rem;min-height:70rem;height:75vw}.hero .container{height:100%}.hero__title{text-align:center;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__title h1{font-size:clamp(5rem,1.7rem + 7.2vw,11rem);line-height:1}.hero__title p{font-size:clamp(1.4rem,1.5rem + 1.8vw,4rem);font-weight:400}.hero__title--terms{max-width:125rem;margin:0 auto}.benefits h1{max-width:125rem;margin:0 auto 4rem auto}.benefits hgroup{margin-bottom:4rem}.benefits hgroup h1{margin-bottom:.5rem}.benefits hgroup p{max-width:95rem;margin:0 auto}.benefits__list{margin-bottom:3rem;display:-ms-grid;display:grid;gap:2rem}.benefits__list--mod-1{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}.benefits__list--mod-2{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.benefits__list--mod-2 .benefit{border:1px solid #b89b5e;background:var(--clr-bg-2)}.benefits__btm-heading{margin-top:4.5rem;font-size:6rem;background:-webkit-gradient(linear,left top,left bottom,from(#fb9702),color-stop(57.5%,#f9ff08),to(#fff));background:-o-linear-gradient(top,#fb9702 0,#f9ff08 57.5%,#fff 100%);background:linear-gradient(180deg,#fb9702 0,#f9ff08 57.5%,#fff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-filter:drop-shadow(.6rem .4rem 0 var(--clr-accent-1));filter:drop-shadow(.6rem .4rem 0 var(--clr-accent-1));-webkit-text-stroke:.5px var(--clr-accent-1);font-family:var(--font-family-2);paint-order:stroke fill;font-weight:400;text-transform:uppercase}.benefit{padding:2.5rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5rem;border:.1rem solid #d4af37}.benefit__desc{display:block;text-align:center;font-size:2.5rem;text-transform:uppercase;font-weight:500}.benefit__icon{margin-bottom:auto;margin:0 auto;max-width:15rem}.terms__article{padding:5rem 0}.terms__article h1{text-align:left;font-size:3.5rem;font-weight:600;margin-bottom:4rem;font-family:var(--font-family-1)}.terms__article p{font-size:3rem}.terms__article p:not(:last-child){margin-bottom:2.5rem}.terms__article p strong{display:block;font-weight:600;font-size:4rem}.terms__article p .list-title{display:block}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6rem 2rem 4rem 2rem;text-align:center;gap:2rem;color:rgba(255,255,255,.5);font-size:1.4rem}.icon--eighteen{color:rgba(255,255,255,.5);text-align:center;font-style:normal;font-size:2rem;font-weight:500;padding:1.2rem 1rem;border:.1rem solid rgba(255,255,255,.5);border-radius:50%}.contact__info{border:.1rem solid var(--clr-accent-3);padding:3rem 2rem;background:var(--clr-bg-2);text-align:center}.contact__info h1{font-size:8rem;margin-bottom:3rem}.contact__info p{font-size:4rem}.contact__info p:not(:last-child){margin-bottom:2rem}@media screen and (min-width:1920px){.no-webp .hero{background:center center/cover no-repeat url(../img/hero/bg-hero.png)}}@media screen and (max-width:1440px){h1,h2{font-size:6rem}.logo{font-size:1.5rem}.logo .logo__icon{width:4rem}.cta__title{font-size:6rem}.header__nav ul{gap:2rem}.header__nav ul li a{font-size:1.3rem}}@media screen and (max-width:1200px){.cta-contact{padding:6rem 2rem}.benefits__list--mod-1{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.benefits__list--mod-2 .benefit__icon{max-width:10rem}.contact__info h1{font-size:6rem}.contact__info p{font-size:3.2rem}}@media screen and (max-width:968px){section{margin-bottom:4rem}.section-mod{margin-bottom:4rem}.logo{font-size:1.2rem}.logo .logo__icon{width:3rem}.btn{font-size:3rem}.btn.section-mod{margin-bottom:4rem}.cta-contact{padding:3rem 2rem}.cta-contact__title{font-size:5rem}.hero{min-height:45rem}.benefits__list--mod-1{-ms-grid-columns:1fr;grid-template-columns:1fr}.benefits__list--mod-2{-ms-grid-columns:1fr;grid-template-columns:1fr}.terms__article p{font-size:2.4rem}.contact__info h1{font-size:5rem}}@media screen and (max-width:820px){.cookie__buttons{-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:680px){h1,h2{font-size:5rem}.logo{font-size:2.1rem}.logo .logo__icon{width:5rem}.cookie--visible{-webkit-animation:cookie-show--mobile .5s .3s ease-out forwards;animation:cookie-show--mobile .5s .3s ease-out forwards}.cookie--hidden{-webkit-animation:cookie-hide--mobile .5s ease-out forwards;animation:cookie-hide--mobile .5s ease-out forwards}.cookie__content{-ms-grid-columns:1fr;grid-template-columns:1fr;text-align:center}.cookie__buttons{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);justify-items:center}.cta__title{font-size:5rem}.cta-contact__title{font-size:4rem}.header__nav{max-height:0;overflow:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;background:var(--clr-bg-1);padding:0;position:absolute;top:0;left:0;width:100%;z-index:250}.header__nav--active{max-height:75rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.header__nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;padding:16rem 2rem 4rem 2rem}.header__nav ul li{width:100%;padding-bottom:.5rem}.header__nav ul li a{font-size:2.4rem}.burger{width:5rem;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;cursor:pointer}.hero__title{padding-top:7rem}.hero__title p{font-size:2.2rem}.terms__article p{font-size:2rem}.terms__article p strong{font-size:3rem;line-height:1.2}.contact__info p{font-size:3rem}}@media screen and (max-width:520px){html{font-size:1.923vw}.hero__title--terms{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:9rem}}.webp .hero{background:center center no-repeat url(../img/hero/bg-hero.webp)}@media screen and (min-width:1920px){.webp .hero{background:center center/cover no-repeat url(../img/hero/bg-hero.webp)}}