.hero-banner__link,.hero-banner__title{color:var(--white,#FDF5EF);font-style:normal}.hero-banner{height:100svh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.hero-banner__wrap{width:100%;height:100%}.hero-banner__media{position:relative;height:100%}.hero-banner__media::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, #1F1D22),color-stop(20%, rgba(31,29,34,0)),color-stop(80%, rgba(31,29,34,0)),to(#1F1D22));background:-o-linear-gradient(top,#1F1D22 0,rgba(31,29,34,0) 20%,rgba(31,29,34,0) 80%,#1F1D22 100%);background:linear-gradient(180deg,#1F1D22 0,rgba(31,29,34,0) 20%,rgba(31,29,34,0) 80%,#1F1D22 100%);z-index:1}.hero-banner__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-banner__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;width:100%}.hero-banner__content .container{width:100%}.hero-banner__title{text-align:center;font-family:Cinzel;font-size:128px;font-weight:400;line-height:100%;text-transform:uppercase;margin-bottom:0}.hero-banner__link{font-family:Nunito;font-size:18px;text-decoration:none;font-weight:500;line-height:normal;padding:16px 24px;background:var(--peach,#D38C6B);display:inline-block}.hero-banner__link-wrap{position:absolute;right:12px;bottom:24px;width:100%;text-align:right;z-index:2}@media only screen and (min-width:992px){.hero-banner__link{display:none}}@media only screen and (max-width:991px){.hero-banner__title{font-size:48px}}@media only screen and (max-width:767px){.hero-banner__link{display:none}}