html{background-color:var(--background);height:100%;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:15px;overflow-x:hidden}@media (min-width:1024px){html{font-size:16px}}body{height:100%;margin:0;padding:0;font-family:inherit}button{font-family:inherit}.sba2ca8a2__wrapper{flex-direction:column;min-width:360px;max-width:2048px;height:100%;margin:0 auto;display:flex}main{flex:1;width:100%}.sba2ca8a2__container{width:calc(100% - 24px);max-width:1200px;margin:0 auto;padding:0 12px}.sba2ca8a2__container .sba2ca8a2__container{width:100%;padding:0}@media (min-width:768px){.sba2ca8a2__container{width:calc(100% - 32px);padding:0 16px}}.sba2ca8a2__logo{align-items:center;max-width:200px;text-decoration:none;transition:opacity .3s;display:flex}.sba2ca8a2__logo[href]:hover{opacity:.8;text-decoration:none}.sba2ca8a2__logo__image{line-height:0}.sba2ca8a2__logo img{object-fit:contain;object-position:left;max-width:100%;max-height:80%;width:initial;height:initial}.sba2ca8a2__logo__text{flex-direction:column;gap:1px;padding:0 5px;font-size:20px;font-weight:700;line-height:1;display:flex}@media (min-width:480px){.sba2ca8a2__logo__text{padding:0 12px}}@media (min-width:768px){.sba2ca8a2__logo__text{padding:0 16px;font-size:25px}}
.sba2ca8a2__dialog{z-index:1500;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.sba2ca8a2__dialog--open{justify-content:center;align-items:center;display:flex}.sba2ca8a2__dialog__overlay{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;position:absolute;top:0;left:0}.sba2ca8a2__dialog__content{z-index:300;width:auto;position:relative}[data-dialog-open=true]{justify-content:center;align-items:center;display:flex}
.sba2ca8a2__input{flex-direction:column;width:100%;display:flex;position:relative}.sba2ca8a2__input__control{border-radius:12px;width:100%;height:56px;padding:0 20px;font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.6;display:flex}@media (min-width:768px){.sba2ca8a2__input__control{font-size:1.25rem}}.sba2ca8a2__input__control{font-weight:400;line-height:1.5}.sba2ca8a2__input__control--textarea{min-height:80px;padding:16px 20px}.sba2ca8a2__input__control::-ms-input-placeholder{color:rgba(24,23,31,.698)}.sba2ca8a2__input__control::placeholder{color:rgba(24,23,31,.698)}.sba2ca8a2__input__hint{z-index:1;color:#fff;font-size:.75rem;font-weight:400;line-height:1.5;position:absolute;bottom:-1rem;left:0}@media (min-width:768px){.sba2ca8a2__input__hint{font-size:.875rem}}.sba2ca8a2__input__hint{display:none}[data-input-control-success=true]{border:2px solid #16b53e}[data-input-control-error=true]{border:2px solid #ff383c}[data-input-hint-show=true]{display:flex}[data-input-hint-success=true]{color:#16b53e}[data-input-hint-error=true]{color:#ff383c}
.sba2ca8a2__loader{box-sizing:border-box;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;width:20px;height:20px;animation:1s linear infinite rotation;display:none}[data-loader-show=true]{display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.sba2ca8a2__button{opacity:1;z-index:2;justify-content:center;align-items:center;display:inline-flex;position:relative}.sba2ca8a2__button__inner{justify-content:center;align-items:center;gap:10px;display:inline-flex}.sba2ca8a2__button{cursor:pointer;vertical-align:middle;color:var(--text_color);border-radius:30px;padding:10px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none}@media (min-width:768px){.sba2ca8a2__button{padding:8px 16px;font-size:16px;line-height:24px}}.sba2ca8a2__button:hover{opacity:.8}.sba2ca8a2__button--main{background-color:var(--primary)}.sba2ca8a2__button--secondary{border:1px solid var(--primary);background:0 0}.sba2ca8a2__animation{transition:all .3s;overflow:hidden}.sba2ca8a2__animation:after{content:"";background:linear-gradient(120deg,rgba(255,255,255,.7),transparent 60%);width:50%;height:100%;animation:3.5s infinite hero-shine;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.sba2ca8a2__animation:hover{box-shadow:0 0 32px var(--primary), 0 12px 26px var(--primary);filter:saturate(1.2);transform:translateY(-3px)scale(1.03)}@keyframes hero-shine{0%{left:-75%}40%{left:125%}to{left:125%}}
.sba2ca8a2__header{z-index:1000;width:100%;margin-bottom:-72px;padding:4px 0;position:sticky;top:0;left:0}@media (min-width:768px){.sba2ca8a2__header{margin-bottom:-80px;padding:8px 0}}.sba2ca8a2__header__menu-button{cursor:pointer;width:40px;height:40px;color:var(--text_color);background-color:transparent;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex}.sba2ca8a2__header__menu-button:hover,.sba2ca8a2__header__menu-button:active{color:var(--primary)}@media (min-width:768px){.sba2ca8a2__header__menu-button{display:none}}.sba2ca8a2__header__menu-icon-close,.sba2ca8a2__header[data-open] .sba2ca8a2__header__menu-icon-open{display:none}.sba2ca8a2__header[data-open] .sba2ca8a2__header__menu-icon-close{display:block}.sba2ca8a2__header__logo{z-index:2;max-width:110px;margin-right:auto;position:relative}@media (min-width:768px){.sba2ca8a2__header__logo{max-width:initial;margin-right:0}}.sba2ca8a2__header__content{background-color:var(--header_background);border:1px solid rgba(255,255,255,.1);border-radius:31px;justify-content:space-between;align-items:center;height:54px;padding:0 8px;display:flex;position:relative}@media (min-width:768px){.sba2ca8a2__header__content{height:62px;padding:0 16px}}.sba2ca8a2__header__nav{background-color:var(--header_background);box-sizing:border-box;border-radius:0 0 24px 24px;align-items:center;gap:1rem;width:100%;padding:40px 20px;display:none;position:absolute;top:calc(100% - 20px);left:0}.sba2ca8a2__header[data-open] .sba2ca8a2__header__nav{justify-content:center;display:flex}@media (min-width:768px){.sba2ca8a2__header__nav{background-color:transparent;width:auto;padding:0;display:flex;position:static}}.sba2ca8a2__header__nav ul{flex-direction:column;align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.sba2ca8a2__header__nav ul{flex-direction:row}}.sba2ca8a2__header__nav-item{align-items:center;display:flex}@media (min-width:768px){.sba2ca8a2__header__nav-item--footer{display:none}}.sba2ca8a2__header__nav .sba2ca8a2__button{letter-spacing:0;color:#fff;vertical-align:middle;background:0 0;border:0;border-radius:0;align-items:center;gap:8px;padding:0;font-size:18px;font-weight:600;line-height:24px;text-decoration:none;display:inline-flex}.sba2ca8a2__header__nav .sba2ca8a2__button:hover{opacity:.85}.sba2ca8a2__header__nav .sba2ca8a2__button[aria-current=page]{opacity:1;text-underline-offset:8px;text-decoration:underline;text-decoration-thickness:2px}.sba2ca8a2__header__actions{z-index:2;align-items:center;gap:.5rem;display:flex;position:relative}.sba2ca8a2__header+main{padding-top:80px}.sba2ca8a2__header+main>.sba2ca8a2__page .sba2ca8a2__hero{margin-top:-80px;padding-top:100px}
.sba2ca8a2__page{flex-direction:column;gap:2rem;padding-bottom:2rem;display:flex}
.sba2ca8a2__hero{box-sizing:border-box;width:100%;color:var(--text_color);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;position:relative;overflow:hidden}.sba2ca8a2__hero .sba2ca8a2__hero__bg-image,.sba2ca8a2__hero .sba2ca8a2__hero__bg{z-index:0;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.sba2ca8a2__hero .sba2ca8a2__hero__bg-image{object-fit:cover;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sba2ca8a2__hero>.sba2ca8a2__container{z-index:2;position:relative}.sba2ca8a2__hero .sba2ca8a2__hero__inner{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px}.sba2ca8a2__hero .sba2ca8a2__hero__text{opacity:.85;white-space:pre-line;max-width:600px;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.sba2ca8a2__hero .sba2ca8a2__button{color:var(--hero_button_text_color,var(--text_color));padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.sba2ca8a2__hero .sba2ca8a2__hero__buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:100%;display:flex}.sba2ca8a2__hero .sba2ca8a2__hero__store-buttons{gap:12px;margin-top:1rem;display:flex}.sba2ca8a2__hero .sba2ca8a2__hero__store-btn{text-decoration:none;display:inline-flex}.sba2ca8a2__hero .sba2ca8a2__hero__store-btn:hover{filter:invert()}.sba2ca8a2__hero .sba2ca8a2__hero__store-btn img{width:auto;height:44px;display:block}.sba2ca8a2__hero--simple-1{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--simple-1{min-height:500px}}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__inner{text-align:center;background-color:rgba(18,17,23,.7);flex-direction:column;justify-content:center;align-items:center;max-width:calc(100% - 32px);margin:0 auto;padding:24px 16px;display:flex}@media (min-width:480px){.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__inner{max-width:800px}}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__offer-number{font-weight:700}@media (min-width:768px){.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__bg-image,.sba2ca8a2__hero--simple-1 .sba2ca8a2__hero__bg{-webkit-mask-repeat:repeat;mask-repeat:repeat}}.sba2ca8a2__hero--simple-2{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--simple-2{min-height:500px}}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__inner{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__title{margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--simple-2{align-items:stretch}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__inner{height:100%}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__inner:before{content:"";z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.9),transparent);width:100%;position:absolute;top:-20px;bottom:-20px;left:0}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__inner:after{content:"";z-index:1;background:rgba(0,0,0,.9);width:50vw;position:absolute;top:-20px;bottom:-20px;right:100%}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__content{z-index:2;position:relative}.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__buttons{justify-content:flex-start}@media (min-width:768px){.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__bg-image,.sba2ca8a2__hero--simple-2 .sba2ca8a2__hero__bg{-webkit-mask-repeat:repeat;mask-repeat:repeat}}.sba2ca8a2__hero--simple-3{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--simple-3{min-height:500px}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__inner{text-align:center;background-color:rgba(18,17,23,.7);flex-direction:column;justify-content:center;align-items:center;max-width:calc(100% - 32px);margin:0 auto;padding:24px 16px;display:flex}@media (min-width:480px){.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__inner{max-width:800px}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--simple-3:before{content:"";z-index:1;background:linear-gradient(rgba(0,0,0,.3),#000);width:100%;height:100%;position:absolute;top:0;left:0}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__inner{z-index:2;border:1px solid var(--primary);border-radius:4px;padding:16px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__inner{padding:24px 16px}}.sba2ca8a2__hero--simple-3 .sba2ca8a2__hero__title{padding:20px 30px}.sba2ca8a2__hero--with-text-1{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-text-1{min-height:500px}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__title{margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__txt{padding-top:20px}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__txt{width:50%;padding-top:0}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__offer{z-index:2;position:relative}.sba2ca8a2__hero--with-text-1{min-height:300px;padding:40px 0 20px}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__inner{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__inner{flex-direction:row-reverse;gap:40px}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__content{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__content{text-align:right;border-radius:24px;justify-content:center;align-items:flex-end;width:50%;padding:34px 40px}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__content .sba2ca8a2__hero__buttons{justify-content:flex-end}}.sba2ca8a2__hero--with-text-1 .sba2ca8a2__hero__bg--image:before{content:"";z-index:1;background:rgba(0,0,0,.4);width:100%;height:100%;position:absolute;top:0;left:0}.sba2ca8a2__hero--with-text-2{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-text-2{min-height:500px}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-text-2{min-height:300px;padding-top:0}@media (min-width:768px){.sba2ca8a2__hero--with-text-2{padding-top:40px}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__txt{padding-top:20px}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__txt{width:50%;padding-top:0}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__offer{z-index:2;position:relative}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__inner{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__inner{flex-direction:row;gap:40px}}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__content{text-align:center;border-bottom:4px solid var(--primary);flex-direction:column;justify-content:center;align-items:center;margin:0 -12px;padding:50px 16px 40px;display:flex;position:relative;overflow:hidden}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__content:before{content:"";z-index:1;background:rgba(0,0,0,.45);width:100%;height:100%;position:absolute;bottom:0;left:0}@media (min-width:768px){.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__content{text-align:left;justify-content:center;align-items:flex-start;width:50%;margin:0;padding:34px 40px}.sba2ca8a2__hero--with-text-2 .sba2ca8a2__hero__content .sba2ca8a2__hero__buttons{justify-content:flex-start}}.sba2ca8a2__hero--with-text-3{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-text-3{min-height:500px}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__title{margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-text-3{min-height:300px;padding-top:0}@media (min-width:768px){.sba2ca8a2__hero--with-text-3{padding-top:40px}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__inner{z-index:2;flex-direction:column;gap:20px;padding:16px;display:flex;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__inner{flex-direction:row-reverse;gap:40px;padding:80px}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__bg{border-radius:24px;overflow:hidden}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__bg--image:before{content:"";z-index:1;background:rgba(0,0,0,.4);width:100%;height:100%;position:absolute;top:0;left:0}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:16px 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__content{text-align:center;width:50%;margin:0;padding:34px 40px}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__txt{padding-top:20px}@media (min-width:768px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__hero__txt{width:50%;padding-top:0}}.sba2ca8a2__hero--with-text-3 .sba2ca8a2__button{align-self:stretch}@media (min-width:480px){.sba2ca8a2__hero--with-text-3 .sba2ca8a2__button{align-self:auto;padding-left:50px;padding-right:50px}}.sba2ca8a2__hero--with-store-buttons-1{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1{min-height:500px}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__title{margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-store-buttons-1{min-height:300px;padding-top:0}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1{padding-top:40px}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__inner{z-index:2;flex-direction:column;gap:20px;padding:16px;display:flex;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__inner{flex-direction:row-reverse;gap:40px;padding:80px}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__bg{border-radius:24px;overflow:hidden}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__bg--image:before{content:"";z-index:1;background:rgba(0,0,0,.4);width:100%;height:100%;position:absolute;top:0;left:0}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:16px 0;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__content{text-align:center;width:50%;margin:0;padding:34px 40px}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__txt{padding-top:20px}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__hero__txt{width:50%;padding-top:0}}.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__button{align-self:stretch}@media (min-width:480px){.sba2ca8a2__hero--with-store-buttons-1 .sba2ca8a2__button{align-self:auto;padding-left:50px;padding-right:50px}}.sba2ca8a2__hero--with-store-buttons-2{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2{min-height:500px}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__wrapper{flex-direction:column;gap:10px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__wrapper{flex-direction:row-reverse;align-items:center}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__inner{width:52%}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__content{text-align:center;background-color:var(--secondary);border-radius:8px;flex-direction:column;padding:16px 16px 24px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__content{border-radius:24px;padding:24px}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__store-buttons{justify-content:center}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__bg{aspect-ratio:16/9;margin-bottom:24px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__hero__bg{width:48%}}.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__button{align-self:stretch}@media (min-width:480px){.sba2ca8a2__hero--with-store-buttons-2 .sba2ca8a2__button{align-self:center}}.sba2ca8a2__hero--with-store-buttons-3{box-sizing:border-box;align-items:center;padding-top:20px;padding-bottom:20px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3{min-height:500px}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__title{font-size:2.35rem;line-height:1.2}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__title{font-size:2.75rem}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__title{text-align:center;margin-top:0;margin-bottom:.75rem;font-weight:700}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer{margin-bottom:1.5rem}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-title{font-size:1.5rem;line-height:1.3}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-title{font-size:1.75rem}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-title{font-weight:300}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-number{font-size:1.75rem;line-height:1.25}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-number{font-size:2.25rem}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__offer-number{font-weight:700}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__wrapper{flex-direction:column;gap:10px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__wrapper{flex-direction:row-reverse;align-items:center}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__inner{width:52%}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__content{text-align:center;background-color:var(--secondary);border-radius:8px;flex-direction:column;padding:16px 16px 24px;display:flex}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__content{border-radius:24px;padding:24px}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__store-buttons{justify-content:center}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__bg{aspect-ratio:16/9;margin-bottom:24px;position:relative}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__bg{width:48%}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__button{align-self:stretch}@media (min-width:480px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__button{align-self:center}}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__txt{background-color:var(--background_secondary);border-radius:8px;margin-bottom:8px;padding:16px 16px 24px}@media (min-width:768px){.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__txt{border-radius:24px;padding:24px}.sba2ca8a2__hero--with-store-buttons-3 .sba2ca8a2__hero__bg{aspect-ratio:1}}
.sba2ca8a2__demo-iframe-modal{background:var(--background,#0f0f12);width:100%;max-width:100%;height:100%;max-height:100%;color:var(--text_color,#fff);box-sizing:border-box;border:none;margin:0;padding:0}.sba2ca8a2__demo-iframe-modal::-ms-backdrop{background:rgba(0,0,0,.72)}.sba2ca8a2__demo-iframe-modal::backdrop{background:rgba(0,0,0,.72)}.sba2ca8a2__demo-iframe-modal__shell{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex}.sba2ca8a2__demo-iframe-modal__bar{box-sizing:border-box;background:var(--background_secondary,#1a1a22);border-bottom:1px solid rgba(255,255,255,.12);flex:0 0 40px;justify-content:flex-end;align-items:center;height:40px;padding:0 8px 0 12px;display:flex;position:relative}.sba2ca8a2__demo-iframe-modal__title{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 96px);margin:0;font-size:1rem;font-weight:600;line-height:1.2;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.sba2ca8a2__demo-iframe-modal__close{z-index:1;width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.sba2ca8a2__demo-iframe-modal__close:hover{opacity:.85}.sba2ca8a2__demo-iframe-modal__frame{background:#000;flex:1;min-width:0;min-height:0}.sba2ca8a2__demo-iframe-modal__frame iframe{border:0;width:100%;height:100%;display:block}
.sba2ca8a2__footer{background-color:var(--footer_background);width:100%;padding:12px 0}.sba2ca8a2__footer__top{justify-content:space-between;align-items:center;padding:12px 0 16px;display:flex}.sba2ca8a2__footer__nav{padding:12px 0;display:none}@media (min-width:768px){.sba2ca8a2__footer__nav{display:block}}.sba2ca8a2__footer__nav ul{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.sba2ca8a2__footer__nav .sba2ca8a2__button:hover{opacity:.85}.sba2ca8a2__footer__bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:12px 0;display:flex}.sba2ca8a2__footer__copyright{color:color-mix(in srgb, var(--text_color) 70%, transparent);font-size:14px;font-weight:400;line-height:20px}.sba2ca8a2__footer__support-email{color:var(--text_color);font-size:16px;font-weight:600;line-height:24px;text-decoration:none;transition:color .3s}.sba2ca8a2__footer__support-email:hover{color:color-mix(in srgb, var(--text_color) 70%, transparent);text-decoration:underline}