.accordion{position:relative;overflow:hidden}.accordion._no-margin .accordion__list{margin:0}.accordion__item.is-open .accordion__desc{opacity:1}.accordion__item.is-hide{display:none}.accordion__item._no-box{padding:11px 0}.accordion__item._no-box+.accordion__item._no-box{border-top:1px solid var(--color-stroke-light-gray)}.accordion__item:not(:last-child){margin-bottom:.8rem}@media screen and (min-width:768px){.accordion__item:not(:last-child){margin-bottom:1.6rem}}.accordion__item:not(._no-box){border-radius:var(--border-radius);border:1px solid var(--color-stroke-light-gray);padding:1.2rem 1.6rem;background-color:var(--color-light-gray)}@media screen and (min-width:768px){.accordion__item:not(._no-box){padding:2.4rem 3.2rem}}.accordion__item:not(._no-box):hover{border:1px solid var(--color-stroke-gray-hover)}.accordion__item:not(._no-box).has-link:hover{border:1px solid var(--color-accent)}.accordion__item._no-box:first-child{margin-top:-13px;padding-top:0}.accordion__item._no-box:not(:last-child){margin-bottom:0}.accordion__name{position:relative;padding:1.3rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.accordion__name>.icon{flex-shrink:0}.accordion__desc{max-height:0;overflow:hidden;opacity:0;margin-left:0;padding-right:3.2rem;transition:max-height var(--transition),opacity var(--transition)}.accordion__desc p{margin-bottom:.8rem}.accordion__desc p:last-child{margin-bottom:0}.accordion__desc .list:not(:last-child){margin-bottom:1.6rem}.accordion._dark .accordion__item:not(._no-box){border:1px solid rgba(255,255,255,.2);background:rgba(243,244,245,.04)}.accordion._dark .accordion__desc{color:rgba(255,255,255,.7)}.accordion._dark .icon-arrow__elem._fst{fill:var(--color-light-gray)}.accordion._dark .icon-arrow__elem._sec{fill:var(--color-secondary)}.accordion._dark .has-arrow:hover .icon-arrow._dark ._sec{fill:var(--color-light-gray)}.breadcrumbs{width:100%}@media screen and (min-width:1024px){.breadcrumbs{z-index:var(--z-index-element);position:absolute}}@media screen and (max-width:1024px){.breadcrumbs{background:var(--dark, #000d22)}}.breadcrumbs__inner{margin-top:var(--header-height);padding-top:.7rem}@media screen and (min-width:768px){.breadcrumbs__inner{padding-top:1.4rem}}.breadcrumbs__item{display:inline-block;vertical-align:middle;position:relative;padding:.2rem 1rem;font-weight:600;font-size:1.4rem;letter-spacing:-.02em;line-height:1.35;color:var(--color-secondary);text-decoration:none}.breadcrumbs__item:not(:last-child):hover{color:var(--color-primary)}.breadcrumbs__item:not(:first-child){padding:.2rem 1rem .2rem 2.6rem}.breadcrumbs__item:not(:first-child):before{content:"";position:absolute;top:50%;left:0;width:16px;height:16px;transform:translate3d(0,-50%,0);color:var(--color-secondary);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuOTM5NDUzIDcuNDk5ODlMMy45Mzk0NSA0LjQ5OTg5TDAuOTM5NDUzIDEuNDk5ODlMMi4wMDAxMSAwLjQzOTIyNkw2LjA2MDc3IDQuNDk5ODlMMi4wMDAxMSA4LjU2MDU1TDAuOTM5NDUzIDcuNDk5ODlaIiBmaWxsPSIjNUQ2RDg5Ii8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center}.breadcrumbs__item:first-child{padding:.2rem 1rem .2rem 0}.mode-dark .breadcrumbs__item{color:var(--color-secondary)}.mode-dark .breadcrumbs__item:not(:last-child):hover{color:var(--color-white)}.flat-card{height:100%;border-radius:var(--border-radius);background-color:var(--color-card-contrast);transition:box-shadow .25s ease-in-out,transform .25s ease-in-out,border var(--transition),background-color var(--transition)}.flat-card__inner{position:relative;height:100%;padding:2.4rem}@media screen and (min-width:768px){.flat-card__inner{padding:3.2rem}}.flat-card__inner>.list-row{margin-top:-.8rem}.flat-card__icon{margin-bottom:2.4rem}.flat-card__badge{position:absolute;top:24px;right:24px;display:inline-block;vertical-align:middle;margin-left:.8rem;border-radius:10rem;padding:.2rem 1rem;font-size:1.4rem;color:var(--color-primary);background-color:rgba(93,109,137,.1)}@media screen and (min-width:768px){.flat-card__badge{top:32px;right:32px;font-size:1.6rem}}.flat-card__badge._soon{background-color:var(--color-light-gray)}.flat-card__badge-text{font-size:1.6rem;letter-spacing:-.02em;font-weight:600}.flat-card__title{font-weight:var(--headlines-weight);font-size:1.6rem;margin-bottom:.4rem}@media screen and (min-width:768px){.flat-card__title{font-size:2rem}}.flat-card__title span{color:var(--color-secondary)}.flat-card__title._has-padd{margin-bottom:.8rem}@media screen and (min-width:768px){.flat-card__title._has-padd{margin-bottom:1.6rem}}.flat-card__desc{margin-bottom:0;color:var(--color-contrast)}.flat-card__desc a{color:var(--color-contrast);text-decoration:underline}.flat-card__desc a:hover{color:var(--color-white);text-decoration:none}.flat-card__desc+.btn{margin-top:2.4rem}.flat-card__desc+.list-icon{margin-top:.8rem}@media screen and (min-width:768px){.flat-card__desc+.list-icon{margin-top:1.2rem}}.flat-card__list{color:var(--color-contrast);margin:.8rem 0}.flat-card__btn{margin-top:2.4rem}.flat-card__info:not(:first-child){margin-top:2.4rem}@media screen and (min-width:768px){.flat-card__info:not(:first-child){margin-top:3.2rem}}.flat-card._light{border:1px solid var(--color-stroke-light-gray);background-color:var(--color-light-gray)}.flat-card._light .flat-card__title{color:var(--color-primary)}.flat-card._light .flat-card__title span{color:var(--color-secondary)}.flat-card._light .flat-card__desc{color:var(--color-primary)}.flat-card._light .flat-card__desc a{color:var(--color-accent);text-decoration:underline}.flat-card._light .flat-card__desc a:hover{text-decoration:none}.flat-card._light .flat-card__list{color:var(--color-primary)}.info-card{height:100%;border-radius:var(--border-radius);background-color:var(--color-card-contrast)}.info-card__inner{display:flex;flex-direction:column;height:100%;min-height:138px;padding:2.4rem}@media screen and (min-width:768px){.info-card__inner{min-height:200px;padding:3.2rem}}@media screen and (min-width:1280px){.info-card__inner{min-height:247px}}.info-card__name{margin-bottom:.8rem}.info-card__title{margin-bottom:0}.info-card__desc{margin-top:auto;margin-bottom:0}.info-card__desc span{display:inline-block;vertical-align:middle;position:relative;transform:translate3d(0,-7px,0);color:var(--color-contrast)}.slider-nav{display:none}@media screen and (min-width:768px){.slider-nav{display:block}}.slider-nav__inner{position:relative}@media screen and (min-width:768px){.slider-nav__btn+.slider-nav__btn{margin-left:.8rem}}.hero__inner{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.hero__img-wrap{margin-bottom:2.4rem}@media screen and (min-width:768px){.hero__img-wrap{margin-bottom:4.8rem}}.hero__content{display:flex;flex-direction:column;justify-content:center;flex-grow:1;max-width:774px;height:100%;margin:0 auto;padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0;text-align:center}@media screen and (min-width:768px){.hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}@media screen and (min-width:1440px){.hero__content{width:880px}}.hero__content._centered{padding:calc(var(--header-height) + var(--section-padd)) 0}.hero__content._wide{max-width:100%;width:100%}.hero__content._wide .hero__title{margin-left:auto;margin-right:auto}.hero__content._err-500{width:100%}.hero__content._err-500.hero__content{padding:calc(var(--header-height)) 0 0}.hero__content._err-500 .hero__img-wrap{margin-bottom:6.4rem}.hero__content._err-500 .hero__title{margin:0 auto}.hero__content._err-500 .hero__actions{padding:0 var(--container-padd)}.hero__desc{max-width:576px;margin:1.2rem auto 0}@media screen and (min-width:1440px){.hero__desc{max-width:656px}}@media screen and (min-width:1800px){.hero__desc{max-width:704px}}.hero__desc._narrow{max-width:397px}.hero__sub-desc{display:inline-block;vertical-align:middle;max-width:576px;margin:0 auto 2.4rem;border-radius:100px;padding:.4rem 1.2rem;font-size:1.6rem;line-height:1;color:var(--color-contrast);background-color:rgba(255,255,255,.1)}@media screen and (min-width:1024px){.hero__sub-desc{margin:0 auto 3.2rem}}@media screen and (min-width:1440px){.hero__sub-desc{max-width:656px}}.hero__box{width:100%;margin-top:3.2rem}@media screen and (min-width:768px){.hero__box{margin-top:4.8rem}}@media screen and (min-width:1280px){.hero__box{margin-top:7.2rem}}.hero__box._has-padd{margin-bottom:4rem}@media screen and (min-width:768px){.hero__box._has-padd{margin-bottom:4.8rem}}@media screen and (min-width:1280px){.hero__box._has-padd{margin-bottom:12rem}}.hero__box._has-cards{margin-bottom:2.4rem}.hero__box._has-cards .flat-card__inner{padding:2.4rem}.hero__box._wide .title{max-width:100%;width:100%}.hero__tags-line{margin-top:4.8rem}@media screen and (min-width:768px){.hero__tags-line{margin:3.8rem 0 1.8rem}}.hero__search-knowledge{width:100%;margin-top:3.2rem;margin-bottom:1.6rem}@media screen and (min-width:768px){.hero__search-knowledge{margin-top:8rem}}.hero__app-images{margin-top:3.2rem}.hero__app-bottom{text-align:center;margin-top:4.8rem}@media screen and (min-width:768px){.hero__app-bottom{margin-top:8rem}}.hero__app-bottom p{max-width:428px;color:var(--color-contrast)}.hero__app-bottom .btn{margin-top:2.4rem}.hero._light,.hero._light .hero__desc{color:var(--color-primary)}.hero._light .hero__sub-desc{color:var(--color-primary);background-color:var(--color-light-gray)}.hero._no-vh .hero__inner{min-height:auto}.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0}@media screen and (min-width:768px){.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}.hero._no-vh .hero__desc{max-width:477px}.hero._no-vh._desc-wide .hero__desc{max-width:576px}@media screen and (min-width:1440px){.hero._no-vh._desc-wide .hero__desc{max-width:656px}}@media screen and (min-width:1800px){.hero._no-vh._desc-wide .hero__desc{max-width:704px}}.hero._align-left .hero__content{width:100%;max-width:100%;text-align:left}.hero__mode{position:fixed;z-index:var(--z-index-fix);top:calc(100vh - 62px);left:50%;font-size:0;transform:translate3d(-50%,15rem,0)}.hero__mode .switch-mode__inner{box-shadow:0 4px 5px -2px rgba(0,0,0,.16),0 48px 150px -8px #000;backdrop-filter:blur(30px);transition:all var(--transition)}.hero__mode.is-scale{cursor:pointer}.hero__mode.is-scale .switch-mode__inner{max-width:48px;height:48px}.hero__mode.is-scale .switch-mode__inner:before{content:"";position:absolute;display:block;top:50%;left:50%;width:18px;height:4px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDE4IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjE0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iIzAwMEYyQSIvPgo8L3N2Zz4K);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transform:translate3d(-50%,-50%,0)}.hero__mode.is-scale .switch-mode__label{transform:scale(0)}.hero__mode.is-scale:hover .switch-mode__inner{max-width:var(--width, 500px);height:auto}.hero__mode.is-scale:hover .switch-mode__inner:before{content:none}.hero__mode.is-scale:hover .switch-mode__label{transform:scale(1)}.info-cards__box{display:flex;flex-direction:column}@media screen and (min-width:1024px){.info-cards__box{flex-direction:row;justify-content:space-between}}.info-cards__box .info-card__inner{padding:2.4rem}.info-cards__aside{display:flex;flex-direction:column;flex-shrink:0;margin-top:2.4rem}@media screen and (min-width:1024px){.info-cards__aside{width:280px;margin-top:.8rem;margin-left:1.6rem;margin-bottom:.8rem}}.info-cards__info{margin-bottom:1.6rem;border-radius:.8rem;padding:1.2rem;font-size:1.6rem;color:var(--color-contrast);background-color:rgba(255,225,65,.12)}.info-cards__product{flex-grow:1}.info-cards__text-warning{margin-top:2.4rem;margin-bottom:0}.description-list{position:relative}.description-list__tabs{margin-bottom:2.4rem}@media screen and (min-width:768px){.description-list__tabs{margin-bottom:4.8rem}}.description-list__tabs .btn+.btn{margin-left:0;margin-top:.8rem}@media screen and (min-width:768px){.description-list__tabs .btn+.btn{margin-top:0;margin-left:.8rem}}.description-list__actions{display:none}.description-list__actions.is-show{display:block}.info-box._primary{color:var(--color-white)}.info-box._light{color:var(--color-primary)}.flat-cards__list{text-align:left}.flat-cards__list._more .flat-cards__item.is-hide{display:none}.flat-cards__list._more.is-show .flat-cards__item.is-hide{display:block}.flat-cards__item{flex-grow:1}.flat-cards__actions{display:none}.flat-cards__actions.is-show{display:block}.flat-cards__link{text-decoration:none}.flat-cards__link .flat-card:hover{background-color:var(--color-card-hover)}.flat-cards__link .flat-card__title{color:var(--color-white)}.flat-cards__link._light .flat-card:hover{border:1px solid var(--color-stroke-gray-hover);background-color:var(--color-light-gray)}.flat-cards._loc-center .flat-cards__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.flat-cards._light .flat-cards__link .flat-card__title{color:var(--color-primary)}.flat-cards._light .flat-card{border:1px solid var(--color-stroke-light-gray);background-color:var(--color-light-gray)}.flat-cards._light .flat-card__title,.flat-cards._light .flat-card__desc,.flat-cards._light .flat-card__list{color:var(--color-primary)}.clients__title{margin-bottom:4.8rem;font-weight:600;font-size:2.4rem;color:var(--color-contrast);text-align:center}.clients__title.title{font-size:var(--font-size-h2);line-height:1;letter-spacing:-.03em}@media screen and (min-width:768px){.clients__title.title{letter-spacing:-.02em}}.clients__title._light{color:var(--color-white)}.clients__list{position:relative}@media screen and (max-width:768px){.clients__list{margin-left:calc(-1 * var(--container-padd));margin-right:calc(-1 * var(--container-padd))}}.clients__list:before{content:"";position:absolute;pointer-events:none;width:100%;height:100%;z-index:2;background:linear-gradient(90deg,#000d22,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 65%,#000d22)}@media screen and (min-width:640px){.clients__list:before{background:linear-gradient(90deg,#000d22,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#000d22)}}.clients__row{display:flex;justify-content:flex-start}.clients__row:nth-child(2) .clients__item{padding:0 2.4rem}.clients__item{width:auto;height:34px;flex-shrink:0;margin-bottom:2.4rem;padding:0 1.6rem;text-align:center}.clients__item img{width:auto;max-width:300px;max-height:34px}.clients._light .clients__title{color:var(--color-secondary)}.clients._light .clients__list:before{background:linear-gradient(90deg,#fff,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 80%,#fff)}.clients .splide.is-initialized:not(.is-active) .splide__list{display:flex}.info-image__top{display:flex;align-items:flex-end;justify-content:space-between}.info-image__nav{flex-shrink:0;margin-bottom:3.2rem;margin-left:3rem}@media screen and (min-width:767.98px){.info-image__nav{margin-bottom:4rem}}@media screen and (min-width:1279.98px){.info-image__nav{margin-bottom:4.8rem}}.info-image__desc{max-width:576px;color:var(--color-contrast)}.info-image__img-wrap.scroll{margin-right:calc(-1 * var(--container-padd));margin-left:calc(-1 * var(--container-padd))}@media screen and (min-width:768px){.info-image__img-wrap.scroll{margin-right:0;margin-left:0}}.info-image__img-wrap.scroll .info-image__image{min-width:calc(768px - var(--container-padd) * 2)}@media screen and (min-width:768px){.info-image__img-wrap.scroll .info-image__image{min-width:100%}}.info-image__image,.info-image__slide{margin:0 auto;border-radius:var(--border-radius)}.info-image__actions{margin-bottom:3.2rem}@media screen and (min-width:768px){.info-image__actions{margin-top:.8rem;margin-bottom:4.8rem}}.info-image._loc-center .info-image__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.info-image._bg-white .info-image__desc{color:var(--color-primary)}.questions__accordion{max-width:806px;margin:0 auto}.questions__accordion._wide{max-width:100%}.cases-slider{--gap: .8rem;--padd: 2.4rem;color:var(--color-primary)}@media screen and (min-width:767.98px){.cases-slider{--padd: 3.2rem}}.cases-slider__top{display:flex;align-items:flex-end;justify-content:space-between}.cases-slider__wrap{margin-right:-.8rem}@media screen and (min-width:767.98px){.cases-slider__wrap{margin-right:-1.6rem}}@media screen and (min-width:1279.98px){.cases-slider__wrap{margin-right:0}}.cases-slider__title{max-width:870px}.cases-slider__nav{flex-shrink:0;margin-bottom:3.2rem;margin-left:3rem}@media screen and (min-width:767.98px){.cases-slider__nav{margin-bottom:4rem}}@media screen and (min-width:1279.98px){.cases-slider__nav{margin-bottom:4.8rem}}.cases-slider .swiper-slide{position:relative;overflow:hidden;height:auto}.cases-slider__slide{position:relative;display:flex;flex-direction:column;align-items:flex-start;height:100%;width:100%;border:1px solid var(--color-stroke-light-gray);border-radius:var(--border-radius);padding:var(--padd);text-decoration:none;color:var(--color-primary);background-color:var(--color-light-gray)}.cases-slider__logo-wrap{position:relative;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:3.8rem;max-width:100%;height:50px}.cases-slider__logo-wrap img{width:auto;max-width:150px;max-height:50px;margin-right:1.6rem}.cases-slider__info{margin-bottom:1.2rem}.cases-slider__info-name{margin-bottom:.8rem;font-size:1.6rem;line-height:1.3;letter-spacing:-.01em}.cases-slider__desc-wrap{flex-grow:0}.cases-slider__info-desc{margin-bottom:0}.cases-slider__badge{margin-top:auto;border:1px solid var(--color-stroke-light-gray)}.cases-slider__actions{margin-top:3.2rem;padding-right:var(--container-padd);padding-left:var(--container-padd)}@media screen and (min-width:1280px){.cases-slider__actions{margin-top:4rem;padding:0}}
