:root{--space-small: clamp(12px, 1.66vw, 24px);--space-regular: clamp(16px, 2.22vw, 32px);--space-medium: clamp(28px, 3.95vw, 57px);--space-big: clamp(52px, 7.08vw, 102px);--space-plus: min(3.125vw, 45px);--space-ultra: min(10.21vw, 147px);--space-plus-ultra: min(8.54vw, 123px);--white: #fff;--black: #000;--accent-blue: #1484FE;--accent-yellow: #ebff01;--light-gray: #ebebeb;--dark-gray: #4a4a4a;--trans-dur: .3s;--trans-timing-function: cubic-bezier(.4, 0, .2, 1);--font-family: "Inter", sans-serif;--second-family: "Grape Nuts", sans-serif;--third-family: "Cairo", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{margin:auto;font-family:var(--font-family);background:var(--white);color:var(--black);display:flex;flex-direction:column;height:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}p,h1,h2,h3,h4,h5,h6{margin:0;color:var(--black)}ul,ol{padding-left:0;margin:0}img{display:block;width:100%;height:auto}section{padding:var(--space-medium) 0;max-width:1440px;margin:0 auto}@media (min-width: 768px){section{padding:var(--space-big) 0}}.container{width:100%;padding:0 var(--space-medium)}@media (min-width: 768px){.container{padding:0 var(--space-big)}}.container-ultra{width:100%;padding:0 var(--space-ultra)}.text-content-padding{padding-left:var(--space-plus);padding-right:var(--space-plus)}.text-ultra-padding{padding-left:var(--space-plus-ultra);padding-right:var(--space-plus-ultra)}.main-title{font-size:clamp(24px,3.33vw,48px);font-weight:900;line-height:110%;letter-spacing:.01em}.section-title{font-size:clamp(18px,2.5vw,36px);font-weight:900;line-height:110%;letter-spacing:.01em}.main-text{font-size:clamp(12px,1.38vw,20px);font-weight:400;color:var(--black);line-height:130%;letter-spacing:.01em}.secondary-text{font-size:clamp(10px,1.11vw,16px);font-weight:400;color:var(--black);line-height:110%;letter-spacing:.01em}.big-text{font-size:clamp(14px,2.1vw,30px);font-weight:700;color:var(--black);line-height:130%;letter-spacing:.01em}.bold-text{font-weight:700}.center-text{text-align:center}.big-block{display:flex;align-items:center;justify-content:center;border-radius:clamp(10px,1.4vw,20px);padding:var(--space-plus)}.medium-block{display:flex;align-items:center;justify-content:center;border-radius:clamp(5px,.7vw,10px);padding:var(--space-plus)}.small-block{display:flex;align-items:center;justify-content:center;border-radius:clamp(5px,.7vw,10px);padding:var(--space-small)}.accent-blue{color:var(--accent-blue)}.accent-yellow{color:var(--accent-yellow)}.white-color{color:var(--white)}.link{text-decoration:none}.link-btn{display:inline-block;border-radius:clamp(5px,.7vw,10px);padding:clamp(10px,1.38vw,20px) clamp(12px,1.6vw,23px);font-weight:700;font-size:clamp(14px,1.875vw,27px);line-height:110%;text-transform:uppercase;width:fit-content;transition:color var(--trans-dur) var(--trans-timing-function),background var(--trans-dur) var(--trans-timing-function)}.list{list-style:none}.no-scroll{overflow-y:hidden}.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.contact-us-block{padding:var(--space-medium) 0;display:flex;flex-direction:column;gap:var(--space-regular);justify-content:center;align-items:center}.contact-us-block .link-btn{color:var(--white);background-color:var(--black)}.header{backdrop-filter:blur(.5em);-webkit-backdrop-filter:blur(.5em);background:#ffffffda;position:fixed;top:0;width:100%;z-index:100}.header .navigation{display:flex;align-items:center;gap:var(--space-small);justify-content:space-between;max-width:1440px;margin:0 auto;padding:var(--space-small) var(--space-medium);width:100%}@media (min-width: 850px){.header .navigation{gap:var(--space-regular)}}.header .navigation .navigation-logo .header-logo{display:flex;gap:min(.5vw,10px);align-items:center}.header .navigation .navigation-logo .header-logo img{width:clamp(70px,9.7vw,140px)}.header .navigation .navigation-links{display:none}@media (min-width: 760px){.header .navigation .navigation-links{display:flex;align-items:center;gap:var(--space-small);margin-left:auto}}@media (min-width: 850px){.header .navigation .navigation-links{gap:var(--space-regular)}}.header .navigation .navigation-links li{position:relative;display:flex;align-items:center}.header .navigation .navigation-links li .secondary-text{letter-spacing:-.04em}@media (min-width: 860px){.header .navigation .navigation-links li .secondary-text{letter-spacing:.01em}}.header .navigation .navigation-links .nav-link{cursor:pointer;font-weight:500;border-bottom:1px solid transparent;transition:border var(--trans-dur) var(--trans-timing-function)}.header .navigation .navigation-links .nav-link:hover,.header .navigation .navigation-links .nav-link:focus{border-bottom:1px solid var(--black)}.header .navigation .navigation-buttons{display:flex;align-items:center;gap:min(1.11vw,16px);margin-left:auto}@media (min-width: 760px){.header .navigation .navigation-buttons{margin:0}}.header .navigation .navigation-buttons .header-btn{border-radius:clamp(2px,.3vw,4px);padding:min(.83vw,12px);text-transform:uppercase;font-size:clamp(10px,.97vw,14px);font-weight:700;transition:color var(--trans-dur) var(--trans-timing-function),background var(--trans-dur) var(--trans-timing-function),border var(--trans-dur) var(--trans-timing-function)}.header .navigation .navigation-buttons .header-btn.sign-in{display:inline-block;border:.85px solid var(--black);color:var(--black);background-color:transparent}.header .navigation .navigation-buttons .header-btn.sign-in:hover,.header .navigation .navigation-buttons .header-btn.sign-in:focus{border:1px solid var(--accent-yellow);background-color:var(--accent-yellow)}.header .navigation .navigation-buttons .header-btn.book-a-demo{display:none;background-color:var(--black);color:var(--white)}.header .navigation .navigation-buttons .header-btn.book-a-demo:hover,.header .navigation .navigation-buttons .header-btn.book-a-demo:focus{background-color:var(--accent-yellow);color:var(--black)}@media (min-width: 760px){.header .navigation .navigation-buttons .header-btn.book-a-demo{display:block}}.header .navigation .mob-menu-btn{display:flex;justify-content:center;align-items:center;width:25px;height:25px;border:none;padding:2px;background-color:transparent;cursor:pointer}@media (min-width: 760px){.header .navigation .mob-menu-btn{display:none}}.header .navigation .mob-menu-btn img{width:90%}.header .mob-navigation{position:absolute;top:clamp(40px,6.5vw,50px);right:min(1.3vw,10px);z-index:102;display:flex;flex-direction:column;align-items:center;padding:0;width:300px;max-height:0;overflow:hidden;opacity:0;background:var(--white);border-radius:clamp(3px,.4vw,6px);box-shadow:0 4px 6px #0000001a;transition:all var(--trans-dur) var(--trans-timing-function)}.header .mob-navigation.active{padding:var(--space-medium) 0;max-height:1000px;opacity:1}.header .mob-navigation .mob-navigation-links{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-medium)}.header .mob-navigation .mob-navigation-links .nav-link:hover,.header .mob-navigation .mob-navigation-links .nav-link:focus{text-decoration:underline}.backdrop{position:fixed;z-index:101;width:100vw;height:100vh;background-color:#0003269a;transition:opacity var(--trans-dur) var(--trans-timing-function),visibility var(--trans-dur) var(--trans-timing-function)}@keyframes partners-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}#b2b-homepage .hero{height:330px;display:flex;justify-content:center;flex-direction:column;margin-top:clamp(35px,6.52vw,94px);background-image:url(/build/assets/site/img/b2b/home-hero/hero-img-5.jpg);background-repeat:no-repeat;background-position:center}@media (min-width: 768px){#b2b-homepage .hero{background-size:cover;aspect-ratio:1440/630;justify-content:flex-start;height:auto}}#b2b-homepage .hero .container .hero-info{display:flex;flex-direction:column;justify-content:space-between;gap:var(--space-medium)}@media (min-width: 768px){#b2b-homepage .hero .container .hero-info{gap:0}}#b2b-homepage .hero .container .hero-info .hero-logo{width:clamp(200px,35.8vw,516px)}#b2b-homepage .hero .container .hero-info .hero-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#b2b-homepage .hero .container .hero-info .hero-text{font-weight:500;font-size:clamp(24px,3.33vw,48px);line-height:110%;text-transform:uppercase;color:var(--white)}#b2b-homepage .hero .container .hero-info .hero-text.accent-yellow{color:var(--accent-yellow)}#b2b-homepage .hero .container .hero-info .link-btn{color:var(--black);background-color:var(--accent-yellow)}#b2b-homepage .solution{background-color:var(--accent-yellow)}#b2b-homepage .solution .solution-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#b2b-homepage .solution .solution-wrap .solution-text-wrap{width:65%}#b2b-homepage .solution .solution-wrap .solutions-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:var(--space-small)}@media (min-width: 768px){#b2b-homepage .solution .solution-wrap .solutions-list{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}}#b2b-homepage .solution .solution-wrap .solutions-list .solutions-list-item.medium-block{background-color:var(--white)}#b2b-homepage .solution .solution-wrap .link-btn{color:var(--white);background-color:var(--black);margin-left:auto;margin-right:var(--space-plus)}#b2b-homepage .why-us{background-color:var(--black)}#b2b-homepage .why-us .why-us-wrap{display:flex;gap:var(--space-medium);padding-left:var(--space-plus);flex-direction:column}@media (min-width: 768px){#b2b-homepage .why-us .why-us-wrap{flex-direction:row}}#b2b-homepage .why-us .why-us-wrap .why-us-info{position:relative;width:100%;flex-shrink:0}@media (min-width: 768px){#b2b-homepage .why-us .why-us-wrap .why-us-info{width:min(35.8vw,516px)}}#b2b-homepage .why-us .why-us-wrap .why-us-info .section-title{color:var(--accent-yellow);padding:var(--space-small) 0}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text{padding:var(--space-small) 0}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .main-text{color:var(--white)}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .main-text.text-margin{margin-bottom:var(--space-small)}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .main-text.accent-blue{color:var(--accent-blue)}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .benefits-accent{text-transform:uppercase;font-weight:700}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .ceo-wrap{margin-top:var(--space-medium)}#b2b-homepage .why-us .why-us-wrap .why-us-info .why-us-info-text .signature{position:absolute;bottom:7%;right:0;font-family:var(--second-family);font-weight:400;font-size:clamp(18px,2.5vw,36px);line-height:130%;letter-spacing:.01em;color:var(--white);transform:rotate(-18deg)}#b2b-homepage .why-us .why-us-wrap .why-us-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:var(--space-small);grid-row-gap:var(--space-small)}#b2b-homepage .why-us .why-us-wrap .why-us-list .why-us-item.medium-block{background-color:var(--accent-yellow)}#b2b-homepage .customer-sees{padding-bottom:0}#b2b-homepage .customer-sees .customer-wrap{display:flex;gap:var(--space-medium);flex-direction:column-reverse}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap{flex-direction:row}}#b2b-homepage .customer-sees .customer-wrap .customer-info{flex:1 1 43%;display:flex;flex-direction:column}#b2b-homepage .customer-sees .customer-wrap .customer-info .section-title{margin-bottom:var(--space-medium)}#b2b-homepage .customer-sees .customer-wrap .customer-info .link-btn{color:var(--white);background-color:var(--black);margin-top:var(--space-medium)}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap .customer-info .link-btn{margin-top:auto}}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper{position:relative}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .visual-img{margin:0 auto;width:45%}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap{position:absolute;display:flex;align-items:center;padding-left:var(--space-small);width:clamp(90px,18.2vw,140px);aspect-ratio:221/66;background-image:url(/build/assets/site/img/b2b/home-explore/sticker.png);background-size:contain;background-repeat:no-repeat}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap{width:clamp(90px,13.8vw,200px)}}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.benefits{left:5%;top:60%}@media (min-width: 420px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.benefits{left:10%}}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.benefits{left:0}}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.subscriptions{left:5%;top:50%}@media (min-width: 420px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.subscriptions{left:10%}}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.subscriptions{left:0}}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.service{left:5%;top:35%}@media (min-width: 420px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.service{left:10%}}@media (min-width: 768px){#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap.service{left:0}}#b2b-homepage .customer-sees .customer-wrap .swiper-customer .screen-wrapper .sticker-wrap .secondary-text{line-height:110%}#b2b-homepage .customer-sees .swiper-customer{position:relative;flex:1 1 calc(50% - 28px);padding-bottom:var(--space-big);overflow:hidden}#b2b-homepage .customer-sees .swiper-customer .swiper-pagination{bottom:min(2vw,40px)!important;display:flex;justify-content:center;align-items:center}#b2b-homepage .customer-sees .swiper-customer .swiper-pagination-bullet{background-color:var(--black);width:clamp(4px,.55vw,8px);height:clamp(4px,.55vw,8px);opacity:1;margin:0 min(.3vw,6px)!important}#b2b-homepage .customer-sees .swiper-customer .swiper-pagination-bullet-active{background-color:var(--accent-yellow);height:clamp(12px,1.66vw,24px);border-radius:clamp(3px,.35vw,5px)}#b2b-homepage .explore-benefits .tech-part{background-color:var(--accent-yellow);flex-direction:column;max-width:400px;margin:0 auto}@media (min-width: 768px){#b2b-homepage .explore-benefits .tech-part{max-width:100%}}#b2b-homepage .explore-benefits .tech-part .title-wrap{margin-bottom:var(--space-plus)}#b2b-homepage .explore-benefits .tech-part .title-wrap .section-title{margin-bottom:min(.7vw,10px)}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap{display:flex;flex-direction:column;gap:min(2vw,29px);align-items:center;padding:0 clamp(10px,1.45vw,21px)}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:nth-child(odd){background-color:var(--white)}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:nth-child(odd) .main-text{color:var(--black);text-align:center;line-height:110%}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:nth-child(2n){background-color:var(--black)}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:nth-child(2n) .main-text{color:var(--white);text-align:center;line-height:110%}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:not(:last-child){position:relative}#b2b-homepage .explore-benefits .tech-part .tech-bloks-wrap .small-block:not(:last-child):after{position:absolute;bottom:0;left:50%;transform:translate(-50%,100%);display:block;content:"";height:min(2vw,29px);aspect-ratio:12/29;background-image:url(/build/assets/site/img/b2b/arrow-black.svg);background-size:contain;background-repeat:no-repeat}#b2b-homepage .explore-benefits .unique-part{background-color:var(--light-gray);flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:400px;margin:0 auto}@media (min-width: 768px){#b2b-homepage .explore-benefits .unique-part{max-width:100%}}#b2b-homepage .explore-benefits .unique-part .section-title{margin-bottom:var(--space-plus)}#b2b-homepage .explore-benefits .unique-part .unique-bloks-wrap{display:flex;flex-direction:column;gap:var(--space-regular);align-items:center;flex-grow:1}#b2b-homepage .explore-benefits .unique-part .unique-bloks-wrap .small-block{background-color:var(--white);width:100%;flex:1 1 calc(33% - 16px)}#b2b-homepage .explore-benefits .unique-part .unique-bloks-wrap .small-block .main-text{text-align:center}#b2b-homepage .explore-benefits .profit-part{background-color:var(--black);flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:400px;margin:0 auto}@media (min-width: 768px){#b2b-homepage .explore-benefits .profit-part{max-width:100%}}#b2b-homepage .explore-benefits .profit-part .section-title{margin-bottom:var(--space-plus);color:var(--accent-yellow)}#b2b-homepage .explore-benefits .profit-part .profit-gray-blocks{display:flex;flex-direction:column;gap:var(--space-regular);width:100%}#b2b-homepage .explore-benefits .profit-part .profit-gray-blocks .small-block{background-color:var(--dark-gray);width:100%;flex:1 1 calc(33% - 16px)}#b2b-homepage .explore-benefits .profit-part .profit-gray-blocks .small-block .main-text{text-align:center;color:var(--white)}#b2b-homepage .explore-benefits .profit-part .profit-yellow-blocks{margin-top:auto;display:flex;gap:var(--space-regular)}#b2b-homepage .explore-benefits .profit-part .profit-yellow-blocks .small-block{position:relative;background-color:var(--accent-yellow);flex:1 1 calc(33% - 16px);padding-left:min(.8vw,12px);padding-right:min(.8vw,12px)}#b2b-homepage .explore-benefits .profit-part .profit-yellow-blocks .small-block .main-text{text-align:center}#b2b-homepage .explore-benefits .profit-part .profit-yellow-blocks .small-block:before{position:absolute;top:0;left:50%;transform:translate(-50%,-175%);display:block;content:"";height:min(2vw,29px);aspect-ratio:12/29;background-image:url(/build/assets/site/img/b2b/arrow-yellow.svg);background-size:contain;background-repeat:no-repeat}#b2b-homepage .swiper-explore{position:relative;width:100%;height:100%;padding-bottom:var(--space-big);overflow:hidden}#b2b-homepage .swiper-explore .swiper-slide{display:flex;height:auto}#b2b-homepage .swiper-explore .swiper-pagination{bottom:min(2vw,40px)!important;display:flex;justify-content:center;align-items:center}#b2b-homepage .swiper-explore .swiper-pagination-bullet{background-color:var(--black);width:clamp(4px,.55vw,8px);height:clamp(4px,.55vw,8px);opacity:1;margin:0 min(.3vw,6px)!important}#b2b-homepage .swiper-explore .swiper-pagination-bullet-active{background-color:var(--accent-yellow);height:clamp(12px,1.66vw,24px);border-radius:clamp(3px,.35vw,5px)}#b2b-homepage .marketing{padding-top:0}#b2b-homepage .marketing .text-wrap{display:flex;flex-direction:column;gap:var(--space-regular);margin-bottom:var(--space-regular)}#b2b-homepage .marketing .marketing-blocks{display:flex;gap:var(--space-small);flex-direction:column}@media (min-width: 768px){#b2b-homepage .marketing .marketing-blocks{flex-direction:row}}#b2b-homepage .marketing .marketing-blocks .big-block{max-width:400px;margin:0 auto;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--space-plus)}@media (min-width: 768px){#b2b-homepage .marketing .marketing-blocks .big-block{flex:1 1 calc(50% - 12px);max-width:100%;margin:0}}#b2b-homepage .marketing .marketing-blocks .big-block.yellow-block{background-color:var(--accent-yellow)}#b2b-homepage .marketing .marketing-blocks .big-block.gray-block{background-color:var(--light-gray)}#b2b-homepage .marketing .marketing-blocks .big-block.gray-block .blocks-wrap:before,#b2b-homepage .marketing .marketing-blocks .big-block.gray-block .blocks-wrap:after{transform:rotate(180deg)}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap{position:relative;display:flex;flex-wrap:wrap;gap:var(--space-small);padding:0 min(3.33vw,48px)}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap:before{position:absolute;left:0;transform:translate(-50%);content:"";width:clamp(10px,1.66vw,24px);height:100%;background-image:url(/build/assets/site/img/b2b/home-marketing/arrows.svg);background-repeat:no-repeat;background-size:contain;background-position:center}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap:after{position:absolute;right:0;transform:translate(50%);content:"";width:clamp(10px,1.66vw,24px);height:100%;background-image:url(/build/assets/site/img/b2b/home-marketing/arrows.svg);background-repeat:no-repeat;background-size:contain;background-position:center}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap .small-block{flex:1 1 calc(50% - 12px);background-color:var(--white);flex-direction:column}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap .small-block.small-padding{padding:min(1vw,14px)}#b2b-homepage .marketing .marketing-blocks .big-block .blocks-wrap .small-block .main-text{text-align:center;line-height:110%;letter-spacing:-.03em}#b2b-homepage .marketing .marketing-info-wrap{margin-top:var(--space-medium)}#b2b-homepage .marketing .marketing-info-wrap .marketing-work-info{margin-top:var(--space-regular);display:flex;flex-direction:column;gap:var(--space-medium)}@media (min-width: 768px){#b2b-homepage .marketing .marketing-info-wrap .marketing-work-info{flex-direction:row}}#b2b-homepage .marketing .marketing-info-wrap .marketing-work-info .work-info-item{flex:1 1 30%}#b2b-homepage .first-step{background-color:var(--accent-yellow)}#b2b-homepage .first-step .first-step-info{display:flex;flex-direction:column;gap:var(--space-big)}#b2b-homepage .first-step .first-step-info .link-btn{color:var(--white);background-color:var(--black);margin:0 auto}#b2b-homepage .partners .partners-info{display:flex;flex-direction:column;gap:var(--space-regular)}#b2b-homepage .talks-about{background-color:var(--light-gray)}#b2b-homepage .talks-about .talks-about-wrap{display:flex;flex-direction:column;gap:var(--space-big)}#b2b-homepage .talks-about .talks-about-wrap .about-list{display:flex;flex-direction:column;gap:var(--space-small)}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item{background-color:var(--white);border-radius:clamp(5px,.7vw,10px);padding:clamp(10px,1.45vw,21px)}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item .talks-about-question{display:flex;gap:clamp(10px,1.45vw,21px);align-items:center;cursor:pointer}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item .talks-about-question:before{content:"";display:block;background-image:url(/build/assets/site/img/b2b/home-taks-about/icon-details.svg);background-size:cover;background-repeat:no-repeat;width:clamp(10px,1.45vw,21px);height:clamp(10px,1.45vw,21px);transition:transform var(--trans-dur) var(--trans-timing-function)}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item .talks-about-question.rotated:before{transform:rotate(90deg)}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item .answer{padding-left:clamp(15px,2.9vw,42px);max-height:0;margin-top:0;overflow:hidden;opacity:0;transition:all var(--trans-dur) var(--trans-timing-function)}#b2b-homepage .talks-about .talks-about-wrap .about-list .about-list-item .answer.active{max-height:1000px;margin-top:clamp(10px,1.45vw,21px);opacity:1}#b2b-homepage .talks-about .talks-about-wrap .link-btn{color:var(--white);background-color:var(--black);margin:0 auto}#b2b-homepage .results .results-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#b2b-homepage .results .results-wrap .results-blocks{display:flex;flex-direction:column;gap:var(--space-small);padding:0 var(--space-plus)}@media (min-width: 768px){#b2b-homepage .results .results-wrap .results-blocks{flex-direction:row}}#b2b-homepage .results .results-wrap .results-blocks .big-block{display:flex;flex-direction:column;align-items:center;gap:var(--space-medium);width:clamp(200px,33.75vw,336px);margin:0 auto}@media (min-width: 768px){#b2b-homepage .results .results-wrap .results-blocks .big-block{align-items:flex-start;width:min(23.33vw,336px);margin:0}}#b2b-homepage .results .results-wrap .results-blocks .big-block.customers .second-graphik{position:relative}#b2b-homepage .results .results-wrap .results-blocks .big-block.customers .second-graphik:before{position:absolute;content:"38%";top:0;transform:translateY(-130%);font-weight:700;font-size:clamp(12px,1.38vw,20px)}#b2b-homepage .results .results-wrap .results-blocks .big-block.subscription .second-graphik{position:relative}#b2b-homepage .results .results-wrap .results-blocks .big-block.subscription .second-graphik:before{position:absolute;content:"72%";top:0;transform:translateY(-130%);font-weight:700;font-size:clamp(12px,1.38vw,20px)}#b2b-homepage .results .results-wrap .results-blocks .big-block.arppu{justify-content:space-between}#b2b-homepage .results .results-wrap .results-blocks .big-block.arppu .section-title{color:var(--accent-yellow)}#b2b-homepage .results .results-wrap .results-blocks .big-block.arppu .second-graphik{position:relative}#b2b-homepage .results .results-wrap .results-blocks .big-block.arppu .second-graphik:before{position:absolute;content:"26%";top:0;transform:translateY(-130%);font-weight:700;font-size:clamp(12px,1.38vw,20px);color:var(--white)}#b2b-homepage .results .results-wrap .results-blocks .big-block .section-title{text-align:center}@media (min-width: 768px){#b2b-homepage .results .results-wrap .results-blocks .big-block .section-title{text-align:left}}#b2b-homepage .results .results-wrap .results-blocks .big-block .graphik-wrap{display:flex;gap:min(1.11vw,16px);padding:min(2.01vw,29px) min(2.01vw,29px) 0 min(2.01vw,29px);align-items:flex-end}#b2b-homepage .results .results-wrap .results-blocks .yellow-block{background-color:var(--accent-yellow)}#b2b-homepage .results .results-wrap .results-blocks .white-block{background-color:var(--white)}#b2b-homepage .results .results-wrap .results-blocks .light-gray-block{background-color:var(--light-gray)}#b2b-homepage .results .results-wrap .results-blocks .dark-gray-block{background-color:var(--dark-gray)}#b2b-homepage .results .results-wrap .results-blocks .black-block{background-color:var(--black)}#b2b-homepage .results .results-wrap .results-blocks .first-graphik{aspect-ratio:86/149}#b2b-homepage .results .results-wrap .results-blocks .second-graphik{aspect-ratio:86/215}.footer{padding:var(--space-big) 0;margin-top:auto;width:100%;background-color:var(--dark-gray)}@media (min-width: 768px){.footer{padding:var(--space-plus) 0}}.footer .footer-container{width:100%;max-width:1440px;margin:0 auto;padding:0 var(--space-medium);display:flex;flex-direction:column;gap:var(--space-plus)}.footer .footer-container .footer-wrapper{display:flex;flex-direction:column;gap:var(--space-medium);align-items:start}@media (min-width: 768px){.footer .footer-container .footer-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--space-plus)}}.footer .footer-container .footer-wrapper .footer-logo{margin:0 auto;width:clamp(70px,9.72vw,140px)}@media (min-width: 768px){.footer .footer-container .footer-wrapper .footer-logo{margin:0}}.footer .footer-container .footer-wrapper .footer-links{width:100%;display:flex;gap:min(6.25vw,90px);align-items:flex-start;justify-content:center}@media (min-width: 768px){.footer .footer-container .footer-wrapper .footer-links{width:auto}}.footer .footer-container .footer-wrapper .footer-links .footer-list{display:flex;flex-direction:column;gap:clamp(12px,1.11vw,16px)}@media (min-width: 768px){.footer .footer-container .footer-wrapper .footer-links .footer-list:not(:last-child){width:min(13.88vw,200px)}}.footer .footer-container .footer-wrapper .footer-links .footer-list:last-child{align-items:flex-end}.footer .footer-container .footer-wrapper .footer-links .footer-list li{display:flex}.footer .footer-container .footer-wrapper .footer-links .footer-list .secondary-text{color:var(--white);letter-spacing:-.05em}@media (min-width: 390px){.footer .footer-container .footer-wrapper .footer-links .footer-list .secondary-text{letter-spacing:.01em}}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-legal-link{border-bottom:1px solid transparent;transition:border var(--trans-dur) var(--trans-timing-function)}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-legal-link:hover,.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-legal-link:focus{border-bottom:1px solid var(--white)}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn{border-radius:clamp(2px,.3vw,4px);padding:min(.83vw,12px);text-transform:uppercase;font-size:clamp(10px,.97vw,14px);font-weight:700;transition:color var(--trans-dur) var(--trans-timing-function),background var(--trans-dur) var(--trans-timing-function),border var(--trans-dur) var(--trans-timing-function)}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.sign-in{display:inline-block;border:.85px solid var(--white);color:var(--white);background-color:transparent}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.sign-in:hover,.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.sign-in:focus{border:1px solid var(--accent-yellow);background-color:var(--accent-yellow);color:var(--black)}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.book-a-demo{background-color:var(--white);color:var(--black)}.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.book-a-demo:hover,.footer .footer-container .footer-wrapper .footer-links .footer-list .footer-btn.book-a-demo:focus{background-color:var(--accent-yellow);color:var(--black)}.footer .footer-container .copyright{padding-top:var(--space-medium);font-weight:400;font-size:clamp(8px,.83vw,12px);line-height:130%;letter-spacing:.01em;color:var(--white);text-align:center}@media (min-width: 768px){.footer .footer-container .copyright{text-align:left;padding-top:0}}#b2b-where-we-came-from .information{padding-top:clamp(60px,10vw,200px)}#b2b-where-we-came-from .information .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap{padding:0 var(--space-medium)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block{flex-direction:column;background-color:var(--accent-yellow)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .main-text{font-style:italic;line-height:150%;font-size:clamp(12px,1.66vw,24px)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .signature{position:inline-block;margin-left:auto;font-family:var(--second-family);font-weight:400;font-size:clamp(18px,2.5vw,36px);line-height:130%;letter-spacing:.01em;transform:rotate(-18deg)}#b2b-where-we-came-from .information .information-wrap .all-text-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .big-text.regular{font-weight:400}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .big-text.italic{font-weight:400;font-style:italic}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .text-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#b2b-book-a-demo .book-wrapper{padding-top:clamp(60px,10vw,200px)}#b2b-book-a-demo .book-wrapper .content-wrapper{display:flex;flex-direction:column-reverse;gap:var(--space-medium)}@media (min-width: 768px){#b2b-book-a-demo .book-wrapper .content-wrapper{flex-direction:row}}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info{flex:1 1 calc(50% - (min(3vw,56px)/2));display:flex;flex-direction:column;gap:var(--space-medium)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info .text-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info .text-wrap .content-list{padding-left:var(--space-small)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form{flex:1 1 calc(50% - (min(3vw,56px)/2));background-color:var(--accent-yellow)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style{display:flex;flex-direction:column;gap:var(--space-regular);width:100%}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style .form-group{position:relative;display:flex;flex-direction:column;gap:min(.8vw,12px)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style .form-group .invalid-feedback{color:red}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style select,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style textarea,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style input{width:100%;padding:min(1.18vw,17px) var(--space-small);font-size:clamp(16px,1.38vw,20px);border:1px solid transparent;border-radius:clamp(5px,.7vw,10px)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style select::placeholder,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style textarea::placeholder,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style input::placeholder{color:var(--dark-gray)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style select:disabled,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style textarea:disabled,#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style input:disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;background-color:var(--light-gray)!important;color:inherit}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style textarea{resize:none}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style select:invalid{color:var(--dark-gray);appearance:none;-webkit-appearance:none;-moz-appearance:none}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style .custom-select-wrap{position:relative}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style .custom-select-wrap:after{content:"";position:absolute;display:block;width:min(1.18vw,17px);height:var(--space-small);background-image:url(/build/assets/site/img/b2b/arrow-down.svg);background-repeat:no-repeat;background-size:contain;top:30%;right:var(--space-small);pointer-events:none}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form .form-style .link-btn{background-color:var(--black);color:var(--white);width:100%;border:none;cursor:pointer}#financial-institutions .information{padding-top:clamp(60px,10vw,200px)}#financial-institutions .information .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#financial-institutions .information .information-wrap .scroll-wrap{overflow-x:auto}#financial-institutions .information .information-wrap .financial-problems-grid{border-radius:clamp(10px,1.4vw,20px);overflow:hidden;display:grid;grid-template-columns:.65fr 1fr 1fr;align-items:stretch;min-width:590px}#financial-institutions .information .information-wrap .financial-problems-grid .cell{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-small);padding:var(--space-small) var(--space-regular)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.yellow{background-color:var(--accent-yellow)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.gray{background-color:var(--light-gray)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.gray:not(:nth-child(-n+3)):before{content:"";display:block;width:var(--space-small);height:var(--space-small);background-image:url(/build/assets/site/img/b2b/fin-inst/fail.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0}#financial-institutions .information .information-wrap .financial-problems-grid .cell.black{background-color:var(--black)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.black:not(:nth-child(-n+3)):before{content:"";display:block;width:var(--space-small);height:var(--space-small);background-image:url(/build/assets/site/img/b2b/fin-inst/done.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0}#financial-institutions .information .information-wrap .financial-problems-grid .cell.black .main-text{color:var(--white)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.logo{padding-top:8px;padding-bottom:8px}#financial-institutions .information .information-wrap .financial-problems-grid .cell.logo img{width:min(19vw,280px)}#financial-institutions .information .information-wrap .financial-problems-grid .cell.table-header{justify-content:center}#financial-institutions .information .information-wrap .financial-problems-grid .cell:not(:nth-child(-n+3)){border-top:2px solid #8f8f8f8a}#financial-institutions .information .information-wrap .big-text.italic{font-weight:400;font-style:italic}#financial-institutions .information .information-wrap .title-wrap{display:flex;flex-direction:column;gap:min(111vw,16px)}#financial-institutions .information .information-wrap .img-wrap{overflow-x:auto}#financial-institutions .information .information-wrap .img-wrap img{min-width:590px}#apps-services .apps-and-services{padding-top:clamp(60px,10vw,200px)}#apps-services .apps-and-services .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#apps-services .apps-and-services .information-wrap .text-info-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#apps-services .apps-and-services .information-wrap .text-info-wrap .text-info-list{padding-left:var(--space-small)}#apps-services .apps-and-services .information-wrap .text-info-wrap .big-text.regular{font-weight:400}#retail .information{padding-top:clamp(60px,10vw,200px)}#retail .information .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#retail .information .information-wrap .problem-solving{display:flex;flex-direction:column;gap:var(--space-small)}#retail .information .information-wrap .problem-solving .problem-solving-list{padding-left:var(--space-regular)}#retail .information .information-wrap .info-blocks-wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:var(--space-small)}@media (min-width: 768px){#retail .information .information-wrap .info-blocks-wrap{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}#retail .information .information-wrap .info-blocks-wrap .medium-block{background-color:var(--accent-yellow)}#retail .information .information-wrap .info-blocks-wrap .medium-block .main-text{text-align:center}#brands .information{padding-top:clamp(60px,10vw,200px)}#brands .information .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#brands .information .information-wrap .text-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#brands .information .information-wrap .how-it-work-path{display:flex;flex-direction:column;align-items:center}#brands .information .information-wrap .how-it-work-path .path-wrapper{position:relative;width:clamp(220px,50vw,380px)}#brands .information .information-wrap .how-it-work-path svg{display:block;height:auto;overflow:visible;width:100%}#brands .information .information-wrap .how-it-work-path .path-item{position:absolute;display:flex;align-items:center;gap:var(--space-small)}#brands .information .information-wrap .how-it-work-path .path-item:before{content:"";height:clamp(35px,8vw,70px);width:clamp(35px,8vw,70px);display:flex;justify-content:center;align-items:center;flex-shrink:0;background-color:var(--white);background-position:center center;background-repeat:no-repeat;background-size:70%;border-radius:100%;pointer-events:none}#brands .information .information-wrap .how-it-work-path .path-item.item-1{flex-direction:row-reverse;top:5.1%;right:-2.5%}#brands .information .information-wrap .how-it-work-path .path-item.item-1:before{background-image:url(/build/assets/site/img/b2b/brands/path-1.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-2{top:14.5%;left:3%}#brands .information .information-wrap .how-it-work-path .path-item.item-2:before{background-image:url(/build/assets/site/img/b2b/brands/path-2.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-2 .main-text{padding-top:3%}#brands .information .information-wrap .how-it-work-path .path-item.item-3{top:25%;left:2%}#brands .information .information-wrap .how-it-work-path .path-item.item-3:before{background-image:url(/build/assets/site/img/b2b/brands/path-3.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-4{flex-direction:row-reverse;top:36%;right:30%}#brands .information .information-wrap .how-it-work-path .path-item.item-4:before{background-image:url(/build/assets/site/img/b2b/brands/path-4.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-5{top:48%;left:38%}#brands .information .information-wrap .how-it-work-path .path-item.item-5:before{background-image:url(/build/assets/site/img/b2b/brands/path-5.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-6{top:62%;left:14%}#brands .information .information-wrap .how-it-work-path .path-item.item-6:before{background-image:url(/build/assets/site/img/b2b/brands/path-6.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-7{flex-direction:row-reverse;top:76.5%;right:8%}#brands .information .information-wrap .how-it-work-path .path-item.item-7:before{background-image:url(/build/assets/site/img/b2b/brands/path-7.png)}#brands .information .information-wrap .how-it-work-path .path-item.item-8{flex-direction:row-reverse;top:88%;right:26.5%}#brands .information .information-wrap .how-it-work-path .path-item.item-8:before{background-image:url(/build/assets/site/img/b2b/brands/path-8.png)}#brands .information .information-wrap .how-it-work-path .section-title{text-align:center;margin-top:36px}#privacy-policy .information{padding-top:clamp(50px,7.5vw,150px)}#privacy-policy .information .container-ultra .information-text-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#privacy-policy .information .container-ultra .information-text-wrap .sections-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#terms-of-use .information{padding-top:clamp(50px,7.5vw,150px)}#terms-of-use .information .container-ultra .information-text-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#terms-of-use .information .container-ultra .information-text-wrap .sections-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}
