*{margin:0;padding:0;-moz-box-sizing:border-box;box-sizing:border-box;outline:none}:root{--primary-color:#0b1315;--header-color:rgba(11,19,21,0.96);--secondary-color:#c99660;--white-color:#fdfdfe;--background-color:#101d23;--header-spacing:8rem;--header-spacing-mobile:6.5rem;font-size:62.5%}body,html{background-color:var(--background-color);scroll-behavior:smooth}body,button,html{font-family:Poppins,sans-serif;color:var(--white-color)}button{border:0;background-color:transparent;font-size:1.6rem}a{color:inherit;text-decoration:none}ul{list-style:none}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.c-header{position:fixed;padding:5px 0;width:100%;top:0;z-index:20;-moz-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.c-header.is-sticky{background-color:var(--header-color)}.c-header__content{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;max-width:1000px;margin:0 auto}.c-header__link{margin-left:0;width:200px}.c-header__logo{width:100%}.c-navbar{display:-webkit-flex;display:-moz-box;display:flex}.c-navbar__item{margin-right:20px;font-size:2rem;font-weight:400;text-transform:uppercase;color:var(--white-color);-moz-transition:.4s;transition:.4s}.c-navbar__item:hover{color:hsla(0,0%,100%,.5)}.c-navbar__item:last-child{margin-right:0}.c-menu-hamburger{margin-right:10px;position:relative;width:36px;height:36px;cursor:pointer;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;display:none}.c-menu-hamburger__line{width:100%;height:3px;border-radius:2px;background:#fdfdfe;box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-transition:.5s;transition:.5s;display:-webkit-flex;display:-moz-box;display:flex}.c-menu-hamburger__line:after,.c-menu-hamburger__line:before{content:"";position:absolute;height:3px;border-radius:2px;background:var(--white-color);-moz-transition:.5s;transition:.5s}.c-menu-hamburger__line:before{margin-top:-1rem;width:100%}.c-menu-hamburger__line:after{margin-top:1rem;width:80%;right:0}.c-menu-hamburger__line.is-active{background:transparent}.c-menu-hamburger__line.is-active:before{-webkit-transform:rotate(-45deg) translate(-6px,8px);-moz-transform:rotate(-45deg) translate(-6px,8px);transform:rotate(-45deg) translate(-6px,8px)}.c-menu-hamburger__line.is-active:after{width:100%;-webkit-transform:rotate(45deg) translate(-6px,-8px);-moz-transform:rotate(45deg) translate(-6px,-8px);transform:rotate(45deg) translate(-6px,-8px)}@media only screen and (max-width:650px){.c-header{padding:0}.c-header__logo{margin-left:10px;width:160px}.c-navbar{display:none}.c-menu-hamburger{display:-webkit-flex;display:-moz-box;display:flex}}.c-menu-mobile{position:fixed;width:100%;height:100%;background-color:hsla(0,0%,39.2%,.35);fill:blur(1.5rem);display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-moz-transition:all .3s linear;transition:all .3s linear}.c-menu-mobile__content{background-color:var(--primary-color);z-index:98;width:95%;margin-top:20px;border-radius:5px;padding:5px 10px}.c-menu-mobile__separator{height:1px;background-color:hsla(0,0%,99.2%,.13);margin:.5rem 0}.c-menu-mobile__icon{margin-right:1rem;margin-bottom:.2rem}.c-menu-mobile__item{text-align:center;cursor:pointer;width:100%;padding:1.2rem;font-size:1.8rem;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.c-menu-mobile__item:last-child{border-bottom:none}.c-hero{height:100vh;min-height:480px;max-height:1080px;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;position:relative}.c-hero__image{object-fit:cover;height:100%;width:100%;-webkit-animation:fadeIn 1.5s ease-in-out;-moz-animation:fadeIn 1.5s ease-in-out;animation:fadeIn 1.5s ease-in-out}.c-hero__details{position:absolute;z-index:15}.c-hero__content{display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-moz-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.c-hero__text{font-size:1.8rem;font-weight:400}.c-hero__name{margin-bottom:20px;width:400px;height:60px}.c-hero__link{border:1px solid var(--white-color);padding:10px;margin-top:20px;font-size:2rem;cursor:pointer}@media only screen and (max-width:650px){.c-hero__name{width:220px;height:40px}.c-hero__link{font-size:1.6rem}}