.hero-wrapper{height:calc(100svh + 50px);min-height:650px;position:relative;overflow:hidden}.hero-wrapper .wrapper{height:100%;display:flex;flex-direction:column;padding-bottom:120px}.hero-wrapper__bg{inset:0;object-position:center;object-fit:cover;z-index:-1}.hero-wrapper__bg,.hero-wrapper__ripple{width:100%;height:100%;position:absolute}.hero-wrapper__ripple{top:0;left:0;z-index:0}.hero-wrapper__separator{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:3;max-height:50px;object-fit:cover}@media screen and (max-width:768px){.hero-wrapper__separator{height:10px}}.hero-wrapper__separator:after{content:"";position:absolute;height:100%;width:100%;left:0;right:0;transform:translateY(100%)}.hero-wrapper__title{color:#fff;margin-top:auto;position:relative;z-index:1}.hero-wrapper__title--heading{font-size:var(--font-size-xxl);margin:0 0 20px}@media screen and (max-width:768px){.hero-wrapper__title--heading>br{display:none}}.hero-wrapper__title--description{font-size:var(--font-size-m);margin:0;max-width:65%}@media screen and (max-width:768px){.hero-wrapper__title--description{max-width:100%}}.hero-wrapper__title--cta{font-size:var(--font-size-lg);margin-top:20px;display:inline-flex;padding:14px 50px}.small-hero-wrapper{padding-top:200px;padding-bottom:100px;position:relative}.small-hero-wrapper .gradual-blur.gradual-blur{z-index:2!important}.small-hero-wrapper__bg{position:absolute;width:100%;height:100%;inset:0;z-index:0;object-fit:cover;object-position:center 30%}.small-hero-wrapper__bg.blur{filter:blur(5px);z-index:1;-webkit-mask-image:linear-gradient(135deg,#000,transparent);mask-image:linear-gradient(135deg,#000,transparent)}.small-hero-wrapper__separator{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:3;max-height:50px;object-fit:cover}@media screen and (max-width:768px){.small-hero-wrapper__separator{height:10px}}.small-hero-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#000c5d,transparent);opacity:.5;z-index:1}.small-hero-wrapper:after{content:"";position:absolute;inset:0;opacity:.3;background:linear-gradient(0deg,#001ac3,transparent);z-index:2}.small-hero-wrapper__content{position:relative;z-index:3;color:#fff}.small-hero-wrapper__content--title{margin:0}.small-hero-wrapper__content--description{margin-top:20px;margin-bottom:0;max-width:560px}@keyframes scaleIn{0%{transform:scale(1.1)}to{transform:scale(1)}}.water-ripple{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;animation:scaleIn .4s var(--material-cubic-bezier)}