.header{width:100%;min-height:100px;display:flex;justify-content:space-between;position:absolute;top:0;left:0;z-index:1}.header .content-wrapper{position:relative;overflow:hidden;width:100%;display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap}.header .logo-wrap{display:flex;justify-content:center;margin:0 auto}.header .logo-wrap .logo{width:240px;height:40px;object-fit:contain;object-position:center}.header .cta-wrap{display:none;opacity:0;position:absolute;right:16px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.header .cta-wrap .hs-button.cta{background-color:#000;color:#FFF;border:2px solid #FFF}.sticky{background-color:#000;position:fixed;top:0;z-index:1}@media screen and (min-width:768px){.header .container .cta-wrap{display:block}.header .logo-wrap{margin-top:54px}.header .logo-wrap .logo{width:auto;height:40px}.header.sticky .logo-wrap{margin-left:0;margin-top:0;position:relative}.header.sticky .cta-wrap{display:block;opacity:1}}