.banner-mobile{display:flex;position:relative;height:calc(100vh - var(--header-height,0px) - var(--announcement-height,0px))}@media only screen and (max-width:767px){.banner-mobile{height:auto;min-height:500px}}.banner-mobile__container{display:flex;align-items:center;justify-content:center;min-height:100%;position:relative}.banner-mobile__bg,.banner-mobile__bg img{position:absolute;top:0;left:0;width:100%;height:100%}.banner-mobile__bg{z-index:1}.banner-mobile__bg img{-o-object-fit:cover;object-fit:cover;pointer-events:none}.banner-mobile__content{max-width:486px;width:100%;text-align:center;position:relative;z-index:2;padding:25px 0;margin:0 auto}.banner-mobile__content img{max-width:486px;width:100%;margin:0 auto 8px}@media only screen and (max-width:767px){.banner-mobile__content img{max-width:252px;margin-bottom:20px}}.banner-mobile__description{position:relative;font-family:var(--font-secondary);font-weight:400;color:rgba(var(--color-primary-background-1),1);font-size:40px;line-height:1.7;letter-spacing:-.65px}@media only screen and (max-width:767px){.banner-mobile__description{font-size:24px}}