.parallax-wrapper{background:#ffeddf;padding-bottom:4rem}
.parallax-wrapper .banner--parallax{display:flex;min-height:41.4rem;flex-direction:column;align-items:center;justify-content:center;background-attachment:fixed;background-position:center;background-size:cover;color:var(--color);row-gap:4rem;text-align:center}
.parallax-wrapper .banner--parallax .banner__media{position:absolute;top:0;left:0;width:100%;height:100%}
.parallax-wrapper .banner--parallax .banner__media img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}
.parallax-wrapper .banner--parallax .banner__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}
.parallax-wrapper .banner--parallax .banner__content .banner__box{max-width:67rem;text-align:left;padding:4rem 0}
@media(max-width:767.98px){
.parallax-wrapper .banner--parallax .banner__content .banner__box{top:-24%}
}
.parallax-wrapper .banner--parallax .banner__content .content-container{background-color:rgba(0,0,0,0);text-align:center}
.parallax-wrapper .banner--parallax .banner__content .content-container .banner__heading{font-family:Gelica,sans-serif;font-weight:300;font-size:36px;line-height:47px;color:#fff;text-align:center}
.parallax-wrapper .banner--parallax .banner__content .content-container .banner__text{font-family:Gelica,sans-serif;font-weight:300;font-size:18px;line-height:27px;color:#fff}
.parallax-wrapper .banner--parallax .banner__buttons .button{width:187px;max-width:100%;font-family:Gelica,sans-serif;font-weight:500;font-size:16px;line-height:24px}
.parallax-wrapper .banner--parallax .banner__buttons .button::after{display:none}
.parallax-wrapper .banner--parallax .banner__buttons .button--secondary{min-width:15rem;background:#c87d60;border:.1rem solid #c87d60;border-radius:5rem}
.parallax-wrapper .banner--parallax .banner__buttons .button--secondary:hover{color:#c87d60;border-color:#c87d60;background:rgba(0,0,0,0)}
.parallax-wrapper .banner--parallax .banner__buttons .button--primary{min-width:18.5rem;color:#593422;background:rgba(0,0,0,0);border:.1rem solid #593422;border-radius:5rem}
@media(max-width:767.98px){
.parallax-wrapper .banner--parallax .banner__buttons .button--primary{min-width:15rem}
}
.parallax-wrapper .banner--parallax .banner__buttons .button--primary:hover{color:#c87d60;border-color:#c87d60}