.theme-simple-banner{position:relative;display:flex;align-items:center;background-color:var(--theme-base-dark);min-height:25rem;overflow:hidden}@media (min-width: 768px){.theme-simple-banner{min-height:50rem}}@media (min-width: 992px){.theme-simple-banner{min-height:67.5rem}}.theme-simple-banner--bg-default{background-color:transparent}.theme-simple-banner--bg-dark{background-color:var(--theme-base-dark)}.theme-simple-banner--bg-light{background-color:var(--theme-base-light)}.theme-simple-banner__bg{position:absolute;inset:0;z-index:0}.theme-simple-banner__bg picture,.theme-simple-banner__bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.theme-simple-banner__bg--empty{background-color:#1a1a1a}.theme-simple-banner__inner{position:relative;z-index:1;width:100%;display:flex;padding:3.75rem 0}@media (min-width: 992px){.theme-simple-banner__inner{padding:6.25rem 0}}.theme-simple-banner--left .theme-simple-banner__inner{justify-content:flex-start}.theme-simple-banner--right .theme-simple-banner__inner{justify-content:flex-end}.theme-simple-banner__content{width:100%;display:flex;flex-direction:column;gap:1.5rem;opacity:0;transition:opacity .7s ease,transform .7s ease}@media (min-width: 992px){.theme-simple-banner__content{width:39.0625rem;gap:2rem}}.theme-simple-banner__content.is-visible{opacity:1;transform:translate(0)!important}@media (prefers-reduced-motion: reduce){.theme-simple-banner__content{opacity:1;transform:none!important;transition:none}}.theme-simple-banner--left .theme-simple-banner__content{transform:translate(-3.125rem)}.theme-simple-banner--right .theme-simple-banner__content{transform:translate(3.125rem)}.theme-simple-banner__heading{font-size:2rem;font-weight:300;line-height:1.2;letter-spacing:-.24px;color:var(--theme-base-light);margin:0}@media (min-width: 992px){.theme-simple-banner__heading{font-size:3rem}}@media (min-width: 1710px){.theme-simple-banner__heading{font-size:3.75rem}}.theme-simple-banner__heading-bold{display:block;font-weight:700}.theme-simple-banner__heading-light{display:block;font-weight:300}.theme-simple-banner--gradient .theme-simple-banner__heading-bold,.theme-simple-banner--gradient .theme-simple-banner__heading-light{background:linear-gradient(90deg,#f96bf8 7.5%,#26b0e4 30%,#263ce4 67%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.theme-simple-banner__desc{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:-.1px;color:var(--theme-base-light)}@media (min-width: 1710px){.theme-simple-banner__desc{font-size:1.25rem}}.theme-simple-banner--bg-light .theme-simple-banner__desc{color:var(--theme-text-color-default)}.theme-simple-banner__desc p{margin:0}.theme-simple-banner__desc p+p{margin-top:.75rem}.theme-simple-banner__btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:.625rem 2rem;min-width:11.25rem;border-radius:6.25rem;background-color:#fff;color:#000;font-size:1rem;font-weight:500;line-height:1.45;letter-spacing:-.09px;text-decoration:none;white-space:nowrap;transition:opacity var(--theme-transition)}@media (min-width: 992px){.theme-simple-banner__btn{min-width:13.75rem;padding:.75rem 2.625rem;font-size:1.125rem}}@media (any-hover: hover){.theme-simple-banner__btn:hover{opacity:.8}}
