html[data-theme=lightMode] .fullHeightWrapper{background-color:#fff}html[data-theme=lightMode] .fullHeightWrapper.withoutBackground{background-color:rgba(0,0,0,0)}html[data-theme=lightMode] .fullHeightWrapper:after{display:none}.fullHeightWrapper{position:relative;z-index:1;background-color:#060b0c}.fullHeightWrapper:only-child{margin-bottom:2rem}@media screen and (min-width:768px){.fullHeightWrapper:only-child{margin-bottom:5rem}}@media screen and (min-width:1150px){.fullHeightWrapper:only-child{margin-bottom:7.5rem}.fullHeightWrapper{display:flex;align-items:center;min-height:calc(100vh - 6.5625rem)}}.fullHeightWrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/common/gradient-background.jpg);background-image:-webkit-image-set(url("/images/common/gradient-background.avif") type("image/avif") 1x,url("/images/common/gradient-background.webp") type("image/webp") 1x,url("/images/common/gradient-background.jpg") type("image/jpeg") 1x);background-image:image-set(url("/images/common/gradient-background.avif") type("image/avif") 1x,url("/images/common/gradient-background.webp") type("image/webp") 1x,url("/images/common/gradient-background.jpg") type("image/jpeg") 1x);background-size:100% 100%;z-index:-1;opacity:.1}.fullHeightWrapper.withoutBackground{background-color:rgba(0,0,0,0)}.fullHeightWrapper.withoutBackground:after{display:none}.scrollDown{position:absolute;bottom:0;left:50%;width:4.5rem;height:4.5rem;transform:translateX(-50%)}