:root{--color-primary:#e00212;--color-secondary:#707070;--color-text:#413d3e;--color-text--light:#757474;--color-light-grey:#f6f6f6;--border-color:#e8e8e8}.link-hover{cursor:pointer;position:relative;white-space:nowrap}.link-hover:after,.link-hover:before{background:currentColor;height:1px;left:0;pointer-events:none;position:absolute;top:100%;width:100%}.link-hover:before{content:"";transform:scaleX(0);transform-origin:100% 50%;transition:transform .3s}.link-hover:hover:before{transform:scaleX(1);transform-origin:0 50%}.title-line{position:relative}@media (max-width:75em){.title-line{padding-left:20px}}.title-line span.line{background-color:var(--color-primary);content:"";height:90%;left:-24px;position:absolute;top:50%;transform:translateY(-50%) scaleY(0);transform-origin:bottom center;transition:transform 1s cubic-bezier(.65,.05,.36,1);width:5px}.title-line span.line--visible{transform:translateY(-50%) scaleY(1)}@media (max-width:75em){.title-line span.line{left:0}}.frontpage-hero{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 110px);padding:8rem 0}@media (max-width:899px){.frontpage-hero{min-height:65vh}}.frontpage-hero__content{position:relative;text-align:center;z-index:2}.frontpage-hero__title{color:#fff;font-weight:900;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:20ch}.frontpage-hero__text{color:#fff;margin:0 auto 80px;max-width:50ch}.frontpage-hero__buttons .btn{margin-top:8px}@-webkit-keyframes fade-up{to{opacity:1;transform:translateY(0)}}@keyframes fade-up{to{opacity:1;transform:translateY(0)}}.fade-up{-webkit-animation:fade-up 1.2s ease-in-out both;animation:fade-up 1.2s ease-in-out both;opacity:0;transform:translateY(32px)}.frontpage-hero .fade-up:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.frontpage-hero .fade-up:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.frontpage-hero .fade-up:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}
