.home-banner{position:relative;overflow:hidden;z-index:1;height:82rem}
.home-banner-overlay{display:flex!important;position:absolute;width:100%;height:100%;background:linear-gradient(180deg,rgba(62,39,35,0) 50%,rgba(62,39,35,.9) 80%);z-index:2}
.home-banner-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;margin:0 auto;z-index:3}
@media only screen and (max-width:990px){
.home-banner-wrapper{width:100%;position:absolute;bottom:4.8rem;display:flex;flex-direction:column;gap:4rem;padding:0 1.6rem;justify-content:flex-end}
}
.home-banner-content{max-width:67rem;position:absolute;bottom:5.6rem;left:5.6rem;z-index:3}
@media only screen and (max-width:990px){
.home-banner-content{max-width:none;position:static}
}
.home-banner-content-heading{color:#fffcf8;font-size:5.6rem;letter-spacing:-.84px;line-height:100%;font-weight:300}
@media only screen and (max-width:990px){
.home-banner-content-heading{font-size:4.8rem;text-align:center}
}
.home-banner-content-buttons{margin-top:3.2rem;display:flex;align-items:center;gap:.8rem}
@media only screen and (max-width:990px){
.home-banner-content-buttons{margin-top:3.2rem;width:100%}
}
@media only screen and (max-width:990px){
.home-banner-content-buttons a{width:50%}
}
.home-banner-form{max-width:43rem;width:100%;position:absolute;bottom:5.6rem;right:5.6rem;padding:2rem;z-index:3;background:var(--color-brand-dark-opacity-500,rgba(62,39,35,.5019607843));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-brand-light-opacity-100,rgba(255,243,224,.1019607843));border-radius:.2rem;transition:.3s ease-in-out;z-index:3}
@media only screen and (max-width:990px){
.home-banner-form{position:static;padding:2rem;max-width:none}
}
.home-banner-form-header{margin-bottom:1.6rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem}
.home-banner-form-header-title{font-size:1.4rem;line-height:175%;font-family:CabinetGrotesk,sans-serif;font-weight:300;color:#fffcf8}
.home-banner-form-header-close{cursor:pointer;width:1.6rem;height:1.6rem;margin:0;padding:0;color:#fffcf8;border:none;background-color:rgba(0,0,0,0)}
.home-banner-form-header-close svg{width:1.6rem;height:1.6rem}
.home-banner-form-wrapper{display:flex;align-items:center;gap:.8rem}
.home-banner-form-wrapper-input{background:var(--color-brand-light-opacity-100,rgba(255,243,224,.1019607843));color:rgba(255,243,224,.6);border-radius:.2rem;height:4rem;padding-top:0!important;padding-bottom:0!important}
.home-banner-form-wrapper-input:focus{box-shadow:none!important;border:none!important;border-radius:.2rem}
.home-banner-form-wrapper-input:not(:-moz-placeholder-shown)~.field__label{top:0!important}
.home-banner-form-wrapper-input:not(:placeholder-shown)~.field__label{top:0!important}
.home-banner-form-wrapper-label{top:unset;font-size:1.4rem;line-height:175%;font-weight:300;color:rgba(255,243,224,.6)}
.home-banner-form-wrapper-button{padding:1rem 1.4rem}
.background-video{display:flex;position:relative;width:100%;height:100vh}
.background-video-overlay{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(62,39,35,.55) 0,rgba(62,39,35,.35) 30.22%,rgba(62,39,35,.65) 100%);transform:translateZ(0)}
.background-video video{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}