@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900&display=swap);.large-header{position:relative;width:100%;background:#333;overflow:hidden;background-size:cover;background-position:center center;z-index:1}#large-header{background-image:url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg')}.main-title{position:absolute;margin:0;padding:0;color:#f9f1e9;text-align:center;top:40%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.demo-1 .main-title{text-transform:uppercase;font-size:4.2em;letter-spacing:.1em}.main-title .thin{font-weight:200}@media only screen and (max-width:768px){.demo-1 .main-title{font-size:3em}}h1:before,h1:after,h1 span:before,h1 span:after{content:"";display:block;width:16px;height:16px;position:absolute}h1:before{border-right:solid 1px #fff;border-bottom:solid 1px #fff;left:-16px;top:-16px}h1:after{border-left:solid 1px #fff;border-bottom:solid 1px #fff;right:-16px;top:-16px}h1 span:before{border-right:solid 1px #fff;border-top:solid 1px #fff;left:-16px;bottom:-16px}h1 span:after{border-left:solid 1px #fff;border-top:solid 1px #fff;right:-16px;bottom:-16px}h1.custom{font-size:3rem;background:linear-gradient(45deg,#00f7ff,#ff00e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:4px;text-transform:uppercase;animation:fadeInZoom 1.2s ease-in-out forwards;opacity:0;transform:scale(.8);font-weight:700}@keyframes fadeInZoom{to{opacity:1;transform:scale(1)}}h1.custom{font-size:3.5rem;color:#fff;text-transform:uppercase;letter-spacing:5px;transition:all .4s ease-in-out;cursor:pointer;background:linear-gradient(90deg,#3489ff,#203bd2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1.custom:hover{transform:scale(1.1) rotate(-1deg);text-shadow:0 0 10px #0072ff,0 0 20px #ffffff8f;letter-spacing:8px}section,.section{color:var(--default-color);background-color:unset;padding:60px 0;overflow:clip}.header~main{margin-left:unset}.outer-box{border:1px solid #fff;padding:30px;border-radius:12px}.process-container{display:flex;align-items:center;justify-content:center;gap:10px}.process-step{display:flex;flex-direction:column;align-items:center;justify-content:center;width:140px;height:140px;border-radius:12px;text-align:center;position:relative}.icon{font-size:32px;margin-bottom:10px}.label{font-size:14px;letter-spacing:1px;font-weight:bold}.line{width:45px;height:25px;border-top:2px dotted #000}.custom-section-title{padding-bottom:10px!important}@media(max-width:768px){.process-container{flex-direction:column}.line{transform:rotate(90deg);height:1px}}