.header-site{position:fixed;width:100%;left:0;top:0;transition:ease .3s;overflow:hidden;z-index:900}.header-site .ct-section-inner-wrap{transition:all ease .3s;padding-top:2rem;padding-bottom:0}@media screen and (max-width:767px){.header-site .ct-section-inner-wrap{padding-top:3rem}}.header-site.topbar--up{top:-100px;transition:ease .4s}.header-site.topbar--scrolled{backdrop-filter:blur(2em);-webkit-backdrop-filter:blur(2em)}.header-site.topbar--scrolled .ct-section-inner-wrap{padding-top:1rem;padding-bottom:0}.header-site.topbar--scrolled .line-wrap{margin-top:1rem}.header-site.topbar--scrolled .header-site__intro{display:none}.header-site .line-wrap{transition:all ease .3s;margin-top:2rem}.hamb-wrapper{width:fit-content;cursor:pointer;display:none}@media screen and (max-width:767px){.hamb-wrapper{display:flex;flex-direction:row;align-items:center;gap:1rem}}.hamb-wrapper .hamb-text{text-transform:uppercase;letter-spacing:1px;font-size:var(--text-xs)}.hamb-wrapper .hamburger{cursor:pointer;width:30px;height:30px;border;border-radius:50%;padding:0;background:none!important;line-height:.6;text-align:center}.hamb-wrapper .hamburger>span{display:inline-block;position:relative;height:2px;width:23px;border-radius:1px;background:var(--white);vertical-align:middle}.hamb-wrapper .hamburger>span:before,.hamb-wrapper .hamburger>span:after{display:inline-block;position:absolute;content:"";height:2px;border-radius:1px;background:var(--white);transition:all 200ms}.hamb-wrapper .hamburger>span:before{top:-8px;left:0;width:15px}.hamb-wrapper .hamburger>span:after{top:8px;left:0;width:15px}.hamb-wrapper .hamburger:focus{outline}.hamb-wrapper .hamburger:hover>span:after,.hamb-wrapper .hamburger:hover>span:before{width:23px;left:0}.header-play-btn{pointer-events:none;display:none;position:absolute;z-index:10;bottom:var(--space-xl);left:var(--section-padding-x);background:var(--primary);color:var(--secondary);padding:1em 1.4em;font-size:1.4rem;font-weight:700;border;box-shadow:0 0 0 0 rgba(207,255,69,.7);border-radius:50px;background-size:cover;background-repeat:no-repeat;-webkit-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);-moz-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);-ms-animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1);animation:pulse 1.25s infinite cubic-bezier(0.66,0,0,1)}@media screen and (max-width:991px){.header-play-btn{display:block}}@-webkit-keyframes pulse{to{box-shadow:0 0 0 10px rgba(207,255,69,0)}}@-moz-keyframes pulse{to{box-shadow:0 0 0 10px rgba(207,255,69,0)}}@-ms-keyframes pulse{to{box-shadow:0 0 0 10px rgba(207,255,69,0)}}@keyframes pulse{to{box-shadow:0 0 0 10px rgba(207,255,69,0)}}