body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--main-color:#5a34f0;--bg-color:#f1eeff;--secondary-color:#333;--light-purp-color:#aba3bc;--input-color:#f7f5ff;--border-radius:20px;--chat-bg-color:#f9f9f9;--border-color:#e8e8e8}.text-block{background-color:#f7f5ff;color:#aba3bc;color:#333}.text-block::-webkit-input-placeholder{color:#aba3bc}.text-block::placeholder{color:#aba3bc}.App{--inner-width:1320px;--text-col:#292841;color:var(--main-color);display:flex;flex-direction:column;font-family:Montserrat;line-height:19px;text-align:center;width:100%}@media screen and (max-width:1480px){.App{--inner-width:1140px}}@media screen and (max-width:1300px){.App{--inner-width:960px}}.App-logo{height:40vmin;pointer-events:none}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.text-block{background-color:var(--input-color);border:none;border-radius:16px;box-shadow:none;color:var(--light-purp-color);color:var(--secondary-color);font-size:18px;font-style:normal;line-height:21px;resize:none}.text-block::-webkit-input-placeholder{color:var(--light-purp-color)}.text-block::placeholder{color:var(--light-purp-color)}.footer__container{width:100%}.footer{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:var(--inner-width)}.footer__info{align-items:center;box-sizing:border-box;color:var(--light-purp-color);display:flex;flex-direction:row;font-size:14px;font-style:normal;font-weight:400;justify-content:space-between;line-height:21px;padding:50px 0}.footer__info p{margin:0}.footer__privacy{color:var(--light-purp-color)}.footer__privacy:first-of-type{margin-right:6px}.footer__privacy:last-of-type{margin-left:6px}.footer__icons{margin-left:70px}.icons__href{margin-right:30px}.footer__links{display:flex}.footer__link{cursor:pointer}@media screen and (max-width:900px){.footer__privacy,.footer__text{font-size:12px;line-height:16px}}@media screen and (max-width:800px){.footer{padding:80px 60px 50px}}@media screen and (max-width:900px){.section.footer{margin:60px 15px 40px;padding:0}.navigation_footer .navigation__wrapper{display:flex;flex-direction:column}.navigation_footer .navigation__link{margin-bottom:30px;margin-right:0}.footer__info{align-items:center;flex-direction:column}.footer__text{margin:20px 0 0;order:3}.footer__links{margin-bottom:16px;order:2}.footer__icons{margin:0}.icons__href:last-of-type{margin-right:0}.privacy-policy{margin-top:40px}.footer{padding:40px 40px 30px}.footer__info{padding:0}.footer .privacy-policy{margin-bottom:16px;margin-top:0}.footer__info{align-items:center;flex-direction:column}}.button{align-items:center;border-radius:16px;cursor:pointer;display:flex;height:34px;justify-content:center;padding:24px 10px}.button_empty{background-color:inherit;border:2px solid var(--main-color);color:var(--main-color)}.button_filled{background-color:var(--main-color);border:1px solid var(--main-color);color:#fff}@media (hover:hover){.button:hover{opacity:.6;transition-duration:.5s}}.inbutton.MuiButton-root{border-radius:12px;box-shadow:none;font-family:Roboto;font-size:17px;font-style:normal;font-weight:700;height:48px;line-height:28px;text-transform:none}.inbutton.MuiButton-contained{background-color:var(--main-color);border-color:var(--secondary-color);color:#fff}@media (hover:hover){.inbutton.MuiButton-contained:hover{background-color:#4226ad;transition:.6s}}.inbutton.MuiButton-contained:disabled{background-color:#4226ad;color:#fff;opacity:.4}@media (hover:hover){.inbutton.MuiButton-outlined:hover{background-color:var(--main-color);border-color:var(--main-color);border-width:2px;color:#fff;opacity:.6;transition:.6s}.inbutton.MuiButton-outlined:hover img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}}.inbutton.MuiButton-outlined{background-color:inherit;border-color:var(--main-color);border-width:2px;color:var(--main-color)}.inbutton.MuiButton-outlined.inbutton_inverted{background-color:initial;border-color:#fff;color:#fff}@media (hover:hover){.inbutton.MuiButton-outlined:hover.inbutton_inverted{background-color:#fff;border-color:#fff;color:var(--main-color)}.inbutton.MuiButton-outlined.light:hover{border-width:1px}}.inbutton.MuiButton-outlined.light{border-width:1px}@media screen and (max-width:1390px){.inbutton.MuiButton-root{line-height:20px;padding:6px 12px}}@media screen and (max-width:600px){.inbutton.MuiButton-root{font-size:18px;line-height:24px}}.inbutton_loading.inbutton{-webkit-animation:shimmer 3s infinite;animation:shimmer 3s infinite;background-image:linear-gradient(45deg,#43c4f1,#7b5df3 72.92%);background-size:200% 200%}@-webkit-keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.navigation{display:flex;justify-content:center}.navigation__link{align-self:center;color:var(--main-color);font-size:16px;font-weight:500;line-height:19px;margin-right:30px;text-decoration:none}@media screen and (max-width:1240px){.navigation__link{margin-right:18px}}@media (hover:hover){.navigation__link:hover:not(.navigation__link_active){opacity:.6;transition-duration:1s}}.navigation__link_active{color:#000}.navigation__wrapper{align-items:center;display:flex;justify-content:space-between}.navigation__button.inbutton:not(:first-of-type){margin-left:30px}@media screen and (max-width:1240px){.navigation__button.inbutton:not(:first-of-type){margin-left:18px}}.navigation__button.inbutton.MuiButton-root{border-width:1px;height:39px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media (hover:hover){.navigation__button.inbutton:hover{border-width:1px}}@media screen and (max-width:985px){.navigation__button.inbutton:not(:first-of-type){margin-left:14px}.navigation .navigation__button.inbutton{font-size:14px;height:28px;padding:6px 8px}.navigation__link{font-size:14px}}.header__container{width:100%}.header{margin:0 auto;max-width:var(--inner-width);padding:30px 0}.logo__image{background-image:url(/static/media/Union.34c818e499a18ca40bc4.svg)}.logo__image:hover{opacity:.6;transition-duration:1s}.navigation__wrapper .MuiButtonBase-root{width:130px}@media screen and (max-width:600px){.header{margin:0;padding:20px}.header__wrapper{display:none}}.fab.MuiButtonBase-root{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background-color:hsla(0,0%,100%,.7);box-shadow:none;color:var(--main-color);height:48px;position:absolute;right:12px;top:18px;width:48px}.drawer{background-color:var(--bg-color);left:0;position:fixed;top:0}.drawer,.drawer-inner{height:484px;width:100%}.drawer-inner{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.drawer-inner__logo-container{border-bottom:1px solid #e9e8ef;box-sizing:border-box;display:flex;justify-content:center;padding:20px 0 27px;width:100%}.drawer-inner .navigation,.drawer-inner .navigation__wrapper{flex-direction:column}.drawer-inner .navigation__link{font-family:Montserrat;font-size:17px;font-style:normal;font-weight:700;line-height:24px;margin-right:0;margin-top:30px}.drawer-inner .logo{margin-top:60px}.drawer-inner .navigation__button.MuiButton-root{font-family:Montserrat;font-size:16px;font-style:normal;font-weight:700;height:48px;line-height:24px;margin-right:0;margin-top:30px;width:149px}.close{align-items:center;background-color:#fff;border-radius:50%;color:var(--main-color);display:flex;font-weight:900;height:48px;justify-content:center;position:absolute;right:12px;top:18px;width:48px}.promo-block__container{--z-index:2;background-color:#ecf5fa;position:relative;width:100%}.promo-block{margin:0 auto;max-width:var(--inner-width);padding:128px 0 158px}.promo-block__content{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;margin:0;max-width:600px;position:relative;z-index:2}.promo-block__header{color:#292841;margin:0;text-align:start}.promo-block__header,.promo-block__th{font-size:60px;font-weight:900;line-height:72px}.promo-block__th{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#5a34f0,#bb3af2);-webkit-background-clip:text;background-clip:text;text-align:left}.promo-block__list{margin-bottom:50px;margin-top:40px}.promo-block__item{align-items:center;display:flex;justify-content:flex-start}.promo-block__item:not(:last-child){margin-bottom:24px}.promo-block__item-image{height:30px;margin-right:17px;width:30px}.promo-block__item-text{color:#292841;font-size:24px;font-weight:500;line-height:32px;margin:0}.promo-block__btn.inbutton.MuiButtonBase-root{background:#5a34f0;background:linear-gradient(270deg,#5a34f0,#5137f1 45.78%,#c139f1),#5a34f0;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:20px;font-weight:900;height:64px;line-height:24px;margin:0;width:225px}.promo-block__btn.inbutton.MuiButtonBase-root p{font-family:Montserrat;font-weight:900;margin:0}.promo-block__video{bottom:0;max-height:680px;max-width:100%;position:absolute;right:calc((100% - var(--inner-width))/4);z-index:1}@media screen and (max-width:1300px){.promo-block{padding:78px 0 132px}.promo-block__header,.promo-block__th{font-size:48px;font-weight:900;line-height:64px;width:460px}.promo-block__video{max-height:570px}}@media screen and (max-width:900px){.promo-block{padding:50px 0 0}.promo-block__content{margin:0 30px}.promo-block__header,.promo-block__th{font-size:32px;font-style:normal;font-weight:900;line-height:40px;width:100%}.promo-block__list{margin-bottom:30px;margin-top:20px}.promo-block__item-text{font-size:18px;font-style:normal;font-weight:500;line-height:24px}.promo-block__btn.inbutton.MuiButtonBase-root{font-size:18px;font-style:normal;font-weight:900;height:56px;line-height:24px;padding:16px 36px;width:175px}.promo-block__video{position:static}}.marquee{background:#292841;overflow:hidden;padding:0;white-space:nowrap;width:100%}.marquee__content{-webkit-animation:marquee 40s linear infinite;animation:marquee 40s linear infinite;display:flex;margin:0;padding-left:100%;width:-webkit-max-content;width:max-content}.marquee__text{color:#fff;font-size:32px;font-weight:900;line-height:39px;text-transform:uppercase}.marquee__dot,.marquee__text{flex-shrink:0;padding-right:50px;white-space:nowrap}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(-20%);transform:translateX(-20%)}to{-webkit-transform:translateX(-78%);transform:translateX(-78%)}}@keyframes marquee{0%{-webkit-transform:translateX(-20%);transform:translateX(-20%)}to{-webkit-transform:translateX(-78%);transform:translateX(-78%)}}@media screen and (max-width:1300px){.marquee__dot,.marquee__text{margin-bottom:25px;margin-top:25px}}@media screen and (max-width:900px){.marquee__dot,.marquee__text{margin-bottom:20px;margin-top:20px}.marquee__text{font-size:16px;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}}.example-block{background:#f8f8fd;color:#292841;padding:186px 0;width:100%}.example-block__content{display:flex;justify-content:space-between;margin:0 auto;max-width:var(--inner-width)}.example-block__video{align-items:center;background-color:#fff;border:10px solid #fff;display:flex;-webkit-filter:drop-shadow(0 14px 44px rgba(90,52,240,.2));filter:drop-shadow(0 14px 44px rgba(90,52,240,.2));height:528px;justify-content:center;width:528px}.example-block__video video{height:calc(100% - 10px);margin:auto;object-fit:cover;width:calc(100% - 10px)}.example-block__info{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;max-width:637px}.example-block__title{font-size:48px;font-weight:900;line-height:60px;margin:0;text-align:start}.example-block__list{display:flex;flex-direction:column;margin:40px 0}.example-block__item{align-items:center;display:flex;flex-direction:row;justify-content:center}.example-block__item:not(:last-child){margin-bottom:34px}.example-block__item-text{font-size:20px;font-weight:500;line-height:28px;margin:0 0 0 26px;text-align:start}.example-block__play.inbutton.MuiButtonBase-root{height:64px;width:202px}.example-block__play-text{margin-left:16px}@media screen and (max-width:1480px){.example-block{padding:164px 0}.example-block__video{height:480px;width:480px}.example-block__info{max-width:550px}}@media screen and (max-width:1300px){.example-block{padding:190px 0}.example-block__video{height:400px;width:400px}.example-block__info{max-width:462px}.example-block__list{margin:30px 0}.example-block__title{font-size:40px;font-weight:900;line-height:48px}.example-block__item:not(:last-child){margin-bottom:22px}.example-block__item-text{font-size:17px;font-weight:500;line-height:24px}.example-block__item-icon{height:36px;width:36px}}@media screen and (max-width:900px){.example-block{box-sizing:border-box;padding:50px 30px}.example-block__content{flex-direction:column-reverse}.example-block__title{font-size:27px;font-style:normal;font-weight:900;line-height:36px}.example-block__item-text{font-size:15px;font-style:normal;font-weight:500;line-height:20px}.example-block__video{aspect-ratio:1/1;height:auto;margin:16px auto 0;max-width:400px;width:calc(100% - 20px)}.example-block__info{align-items:center}}.use-cases_container{color:#292841;width:100%}.use-cases{align-items:center;display:flex;flex-direction:column;justify-content:space-between;justify-content:center;margin:120px auto 145px}.use-cases__title{font-size:48px;font-weight:900;line-height:60px;margin:0;width:720px}.use-cases__slider{margin-top:100px;overflow:hidden;padding:0;white-space:nowrap;width:100%}.use-case{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-right:36px;width:415px}.use-case__title{font-size:24px;font-weight:900;line-height:28px;margin-bottom:0;margin-top:40px}.use-case__text{font-size:16px;font-weight:400;line-height:24px;margin:12px 0 0;white-space:break-spaces;width:415px}.use-case__logo{margin-top:34px}@-webkit-keyframes marquee2{0%{-webkit-transform:translateX(-40%);transform:translateX(-40%)}to{-webkit-transform:translateX(-60%);transform:translateX(-60%)}}@keyframes marquee2{0%{-webkit-transform:translateX(-40%);transform:translateX(-40%)}to{-webkit-transform:translateX(-60%);transform:translateX(-60%)}}@media screen and (max-width:1480px){.use-cases{margin:158px auto 145px}}@media screen and (max-width:1300px){.use-cases{margin:94px auto 112px}.use-cases__slider{margin-top:60px}.use-case__photo{height:180px;width:180px}}@media screen and (max-width:900px){.use-cases{box-sizing:border-box;margin:0;padding:50px 0}.use-cases__title{font-size:27px;font-style:normal;font-weight:900;line-height:36px;margin:0 auto;width:calc(100% - 60px)}.use-cases__slider{margin-top:40px}}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-2255px);transform:translateX(-2255px)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-2255px);transform:translateX(-2255px)}}.slider{background:#fff;box-shadow:0 10px 20px -5px rgba(0,0,0,.125);margin:auto;overflow:hidden;position:relative;width:100%}.slider:after,.slider:before{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));content:"";height:472px;position:absolute;width:300px;z-index:2}.slider:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slider:before{left:0;top:0}.slider .slide-track{-webkit-animation:scroll 40s linear infinite;animation:scroll 40s linear infinite;display:flex;width:4510px}@media screen and (max-width:900px){.slider{box-shadow:none}.slider:after,.slider:before{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));content:"";height:472px;position:absolute;width:30px;z-index:2}}.chat{box-sizing:border-box;display:grid;grid-template-areas:"side header" "side  main" "side  foot";grid-template-columns:303px 1fr;grid-template-rows:70px 1fr 50px;min-width:580px}@media screen and (max-width:1070px){.chat{grid-template-columns:200px 1fr}}.chat__sidebar{background-color:var(--chat-bg-color);border-bottom-left-radius:var(--border-radius);border-right:1px solid var(--border-color);border-top-left-radius:var(--border-radius);box-sizing:border-box;display:flex;flex-direction:column;grid-area:side;padding:20px}.chat__avatar_small{height:40px;object-fit:contain;width:40px}.chat__row{align-items:center;background-color:initial;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;margin-bottom:22px;padding:0}.chat__name{color:var(--secondary-color);font-size:15px;font-style:normal;font-weight:700;line-height:18px;margin:0 0 0 14px;text-align:start}.chat__name_create{color:var(--main-color)}.chat__header{align-items:center;background-color:var(--chat-bg-color);border-top-right-radius:var(--border-radius);box-sizing:border-box;color:var(--secondary-color);display:flex;flex-direction:row;font-size:20px;font-weight:900;grid-area:header;justify-content:flex-start;line-height:28px;padding:20px;position:relative}.chat__footer{background-color:#fff;border-bottom-right-radius:var(--border-radius);border-top:1px solid var(--border-color);grid-area:foot}.chat__footer .MuiPaper-root{box-shadow:none}.chat__main{background-color:#fff;box-sizing:border-box;color:var(--secondary-color);display:flex;flex-direction:column;justify-content:flex-end;overflow-y:auto;padding:10px}.smart-replies__row{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-evenly;margin-top:20px;padding:0 27px}.smart-replies__row .reply{border-width:1px;font-size:16px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:19px}.smart-replies__row .reply:hover{border-width:1px}.smart-replies__row .reply:not(:last-of-type){margin-right:10px}.simple-replies{display:flex;flex-direction:column}.simple-replies .chat__main{height:100%}.simple-replies .chat__footer,.simple-replies .chat__footer .MuiPaper-root{border-bottom-left-radius:var(--border-radius)}.simple-replies .chat__header{border-top-left-radius:var(--border-radius)}.chat__avatar_selected{box-shadow:0 0 0 4px #fff,0 0 0 6px var(--main-color)}@media screen and (max-width:630px){.chat{grid-template-columns:60px 1fr;min-width:300px}.chat__row{margin-bottom:16px}.chat__avatar_small{height:30px;width:30px}.chat__name{display:none}.chat__sidebar{box-sizing:border-box;padding:15px}.smart-replies__row{font-size:14px;line-height:16px;padding:0}}.chat-block__chat{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;background-color:#fff;border-radius:30px;border-radius:var(--border-radius);-webkit-filter:drop-shadow(0 18px 56px rgba(90,52,240,.2));filter:drop-shadow(0 18px 56px rgba(90,52,240,.2));height:520px;margin-left:24px;width:1094px}.chat-block__chat .chat__avatar_top{height:128px;left:calc(50% - 64px);width:128px}@media screen and (max-width:1480px){.chat-block__chat{width:944px}}@media screen and (max-width:1300px){.chat-block__chat{width:960px}}@media screen and (max-width:900px){.chat-block__chat{height:360px;margin-left:0;width:100%}.chat-block__chat .chat__avatar_top{height:60px;left:auto;right:10px;top:5px;width:60px}.chat-block .chat__main .chat__message_user{background:#adacc5;background:var(--text-placeholder-alt,#adacc5);border-radius:16px 16px 4px 16px}.chat__header{font-size:16px;font-style:normal;font-weight:900;line-height:20px}}.chat__send-button{align-items:center;border-radius:10px;border-width:0;cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:center;width:32px}.chat__send-button_active{background-color:var(--main-color)}.chat__send-button_disabled{background-color:#d9d6e6}.chat__message{border-radius:14px;display:table;margin-top:20px;max-width:90%;min-height:19px;padding:10px;position:relative;text-align:start;text-overflow:ellipsis}.chat__message_user{align-self:flex-end;background-color:#d9d6e6}.chat__message_bot{align-self:flex-start;background-color:#f8f8fd}.message__text{margin:0;white-space:pre-wrap}.message__text_italic{color:#b7b7bb;font-style:italic}.chat__message_user .message__text_italic{color:#333}.chat__message-row{align-items:center;display:flex;flex-direction:row;margin-top:10px}.chat__message-row .chat__message{margin-top:0}.message-row__photo{border-radius:8px;height:30px;margin-right:10px;width:30px}.chat__message_bot_typing{width:30px}.dot-flashing{-webkit-animation:dotFlashing 1s linear infinite alternate;animation:dotFlashing 1s linear infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s;background-color:#9880ff;border-radius:5px;color:#9880ff;height:10px;margin-left:10px;position:relative;top:5px;width:10px}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{-webkit-animation:dotFlashing 1s infinite alternate;animation:dotFlashing 1s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s;left:-15px}.dot-flashing:after,.dot-flashing:before{background-color:#9880ff;border-radius:5px;color:#9880ff;height:10px;width:10px}.dot-flashing:after{-webkit-animation:dotFlashing 1s infinite alternate;animation:dotFlashing 1s infinite alternate;-webkit-animation-delay:1s;animation-delay:1s;left:15px}.chat__message_bot-image{aspect-ratio:2/3;border-radius:12px;object-fit:cover;width:200px}.chat__message_bot-video{aspect-ratio:1/1;border-radius:12px;width:200px}.chat__message_bot-video_blured{object-fit:cover}@-webkit-keyframes dotFlashing{0%{background-color:#9880ff}50%,to{background-color:#ebe6ff}}@keyframes dotFlashing{0%{background-color:#9880ff}50%,to{background-color:#ebe6ff}}@media screen and (max-width:630px){.chat__message_user{background-color:var(--main-color);border-bottom-right-radius:3px;color:#fff}.chat__message_bot{border-bottom-left-radius:3px}}.actions-row{display:flex;margin-top:8px;position:relative;width:calc(90% + 20px)}.actions-row_nomargin{margin-top:0}.actions-row__item_disabled{opacity:.5}.actions-notify{background-image:url(/static/media/notify-bg.e1ba65f6b1111d88f14a.svg);bottom:36px;height:125px;padding:28px 20px;width:315px}.actions-notify,.actions-row__dilike-selector{box-sizing:border-box;left:0;position:absolute}.actions-row__dilike-selector{align-items:flex-start;background:#292841;border-radius:10px;bottom:40px;box-shadow:0 4px 24px 0 rgba(0,0,0,.45);display:inline-flex;flex-direction:column;width:236px}.dilike-selector__row{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;padding:12px 16px;width:100%}.dilike-selector__row:not(:first-of-type){border-top:1px solid rgba(0,0,0,.15)}.dilike-selector__row:last-of-type{border-top:10px solid rgba(0,0,0,.15)}.dilike-selector__text{color:#9c85f6;font-size:16px;font-weight:400;line-height:24px;margin:0;padding:0}.dilike-selector__img{height:24px;width:24px}.dilike-selector__row:hover .dilike-selector__text{color:#fff}.actions-notify__close{cursor:pointer;height:30px;position:absolute;right:-10px;top:0;width:30px}.actions-notify__text{font-weight:400;text-align:center}.actions-notify__text,.actions-notify__text span{color:#fff;font-family:Inter;font-size:16px;font-style:normal;line-height:24px}.actions-notify__text span{font-weight:700}.actions__layout:after{background-color:rgba(0,0,0,.5);content:"";height:100dvh;left:0;position:absolute;top:0;width:100dvw}.actions-row_user{justify-content:flex-end}.actions-row__item{align-items:center;background:#292841;border-radius:10px;box-sizing:border-box;color:red;cursor:pointer;display:flex;height:36px;justify-content:center;padding:8px;width:36px}.actions-row__item.actions-row__item_left{margin-left:auto!important}.actions-row__item:has(+.actions-row__item_left){margin-right:8px!important}.actions-row__item_opacity{cursor:crosshair;opacity:.5}.actions-row__item_with-text{color:#7b5df3;display:flex;gap:8px;width:auto}.actions-row__item:not(:first-of-type){margin-left:8px}.actions-row_shrink{max-width:266.66667px}@media screen and (max-width:768px){.actions-row_shrink{max-width:200px}}.chat__message_edit{background:#292841!important;border:1px solid #34cef0;border-radius:16px 16px 16px 4px;height:96px;width:100%}.chat__message_invalid{border:1px solid red}.edit-message{background:none;border:none;color:#fff;color:#cac8f2;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;height:100%;line-height:24px;resize:none;width:100%}.edit-message:focus{outline:none}.edit-message__row{display:flex;margin-top:12px}.edit-message__row_user{justify-content:flex-end}.edit-message__btn{border:none;border-radius:34px;color:#fff;color:var(--Light-System-White,#fff);cursor:pointer;flex-shrink:0;font-family:Inter;font-size:16px;font-style:normal;font-weight:900;height:40px;letter-spacing:.374px;line-height:24px;text-align:center;width:120px}.edit-message__btn_cancel{background-color:#292841;margin-right:8px}.edit-message__btn_save{background:#7b5df3}.edit-message__btn_save:disabled{opacity:.5}.chat__message_loading{background-color:initial!important}.message__error{display:flex;gap:8px}.message__error .message__text{color:#fd5862}.chat__message_delete-block{display:none}.chat__message_delete-hover:hover .chat__message_delete-block{display:flex;display:inline-flex;top:-43px}.chat__message_delete-block_show,.chat__message_delete-hover:hover .chat__message_delete-block{align-items:center;background:#292841;border-radius:10px;box-shadow:0 4px 24px 0 rgba(0,0,0,.45);box-sizing:border-box;flex-direction:row;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chat__message_delete-block_show{display:block;display:inline-flex;top:-50px}.chat__message_delete-block_left{left:0;right:auto}.chat__message_delete-block__row{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;padding:12px 16px;width:100%}.chat__message_delete-block__text{color:#fd5862}.chat__message_load-error{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;padding:12px}@media screen and (min-width:960px){.chat__message_load-error{border:1px solid #777;border-radius:12px}}.chat__message_load-error img{height:50px;width:50px}.chat__message_load-error__text{color:#777;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:center}.chat__message_edited{min-width:80px;padding-bottom:20px}.message__edited{bottom:2px;color:#b7b7bb;font-size:12px;font-style:italic;position:absolute;right:8px}.chat__message_user .message__edited{color:#777}.message__memory{bottom:4px;cursor:pointer;margin:auto 0 auto 8px;position:absolute;right:4px}.spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20%;width:100%}.spinner-layout .spinner{justify-content:flex-start}.spinner-layout{background-color:rgba(1,1,1,.2);bottom:0;height:100dvh;left:0;position:fixed;right:0;top:0;width:100%;z-index:3}.spinner.spinner_no-margin{margin-top:0}p{margin:0;padding:0}.RetryFeedbackRow_retryFeedbackRow__x1TsB{align-items:center;align-self:stretch;border:1px solid #38375a;border-radius:16px;box-sizing:border-box;display:flex;gap:16px;margin:12px 0 0;max-width:calc(90% + 20px);padding:16px 20px}.RetryFeedbackRow_text__VpnIo{color:#cac8f2;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.RetryFeedbackRow_btns__TThgV{align-items:center;display:flex;gap:12px}.RetryFeedbackRow_btn__u9C5u{align-items:center;border:1px solid #9c85f6;border-radius:24px;box-sizing:border-box;cursor:pointer;display:flex;gap:6px;justify-content:center;padding:10px 20px}.RetryFeedbackRow_closeBtn__NdOl9{cursor:pointer}.RetryFeedbackRow_btnText__LlO5T{color:#9c85f6;font-family:Inter;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.1px;line-height:20px;text-align:center}.RetryFeedbackRow_textAndBtns__I7bWK{align-items:center;display:flex;justify-content:space-between;width:100%}@media screen and (max-width:758px){.RetryFeedbackRow_textAndBtns__I7bWK{align-items:flex-start;flex-direction:column;gap:16px}.RetryFeedbackRow_retryFeedbackRow__x1TsB{align-items:flex-start;display:flex;gap:16px;padding:16px;position:relative}.RetryFeedbackRow_text__VpnIo{font-size:16px;line-height:24px}.RetryFeedbackRow_btn__u9C5u{gap:6px;padding:8px 16px}.RetryFeedbackRow_btnText__LlO5T{font-size:14px;letter-spacing:.1px;line-height:18px}.RetryFeedbackRow_btns__TThgV{gap:3px}.RetryFeedbackRow_closeBtn__NdOl9{position:absolute;right:12px;top:16px}}.text-area{background-color:#fff;border:none;border-radius:16px;box-shadow:0 14px 24px rgba(36,22,91,.05);color:var(--secondary-color);font-size:18px;font-style:normal;height:24px;line-height:21px;padding:18px;position:relative;resize:none;width:calc(100% - 36px)}.text-area::-webkit-input-placeholder{color:var(--light-purp-color)}.text-area::placeholder{color:var(--light-purp-color)}.text-area_invalid{outline:2px solid red}.text-area.text-area_disabled{background-color:#f9f8fd}.text-area__container{position:relative;width:100%}.text-area__disabled-layer{background-color:#000;border-radius:20px;color:#fff;display:none;font-size:32px;height:100%;line-height:34px;opacity:.3;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%;z-index:10}@media (hover:hover){.text-area__container:hover .text-area__disabled-layer{align-items:center;-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;box-sizing:border-box;display:flex;justify-content:center;padding:20px;text-align:center}}.dislike-feedback-modal{background:#292841;border-radius:20px;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;max-width:720px}.dislike-feedback-modal__inner{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:40px}.dislike-feedback-modal__title{color:#fff;font-size:32px;font-style:normal;font-weight:900;letter-spacing:.374px;line-height:48px;margin:0;padding:0}.dislike-feedback-modal__inner .dislike-feedback-modal__textarea{background:#212034;border:1px solid #292841;border-radius:16px;color:#fff}.dislike-feedback-modal__inner .dislike-feedback-modal__textarea::-webkit-input-placeholder{color:#5a5976}.dislike-feedback-modal__inner .dislike-feedback-modal__textarea::placeholder{color:#5a5976}.dislike-feedback-modal__button.inbutton.MuiButtonBase-root{background:#5a34f0;border-radius:34px;color:#fff;font-family:Inter;width:100%!important}.dislike-feedback-modal__inner .dislike-feedback-modal__textarea_feedback{box-sizing:border-box;height:160px;width:100%}.dislike-feedback-modal__textarea_error{border:1px solid #ff4d4f!important;color:#ff4d4f!important}@media screen and (max-width:800px){.dislike-feedback-modal{margin:auto;width:calc(100% - 40px)}.dislike-feedback-modal__inner{gap:24px;padding:24px 20px}.dislike-feedback-modal__title{font-size:24px;letter-spacing:.374px;line-height:32px}}.modal__close{color:#ddd;cursor:pointer;height:24px;position:absolute;right:24px;top:24px;width:24px;z-index:2}.UnblurBtn_btn__yTrbl.inbutton{background:#5a34f0;border-radius:40px;box-sizing:border-box!important;color:#faff02!important;color:var(--Light-Secondary-Color,#faff02)!important;height:32px!important;left:50%;padding:6px 12px!important;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.UnblurBtn_text__lIPxP{color:#faff02;color:var(--Light-Secondary-Color,#faff02);font-family:Inter;font-size:16px;font-style:normal;font-weight:700;letter-spacing:.1px;line-height:20px;margin-left:6px}.hidden{display:none}.chat__avatar{border-radius:20%;object-fit:contain}.chat__avatar_top{height:100px;left:calc(50% - 50px);position:absolute;top:12px;width:100px;z-index:1}@media screen and (max-width:630px){.chat__avatar_top{height:70px;left:auto;right:50px;width:70px}}.chat-block__container{background:url(/static/media/bg.eac4fe1a5a34d8d3eb0b.webp),#d3d3d3 0 0/25px 25px repeat;padding:100px 0 96px;width:100%}.chat-block{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:var(--inner-width)}.chat-block__title{color:var(--text-col);font-size:48px;font-weight:900;line-height:60px;margin:0 0 60px;width:1020px}.chat-block__title_blue{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#3977f1 50%,#5a34f0);-webkit-background-clip:text;background-clip:text}.chat-block__title_purp{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#3977f1,#5a34f0 50%);-webkit-background-clip:text;background-clip:text}.chat-block__btn.inbutton.MuiButtonBase-root{background:linear-gradient(270deg,#5a34f0,#5137f1 45.78%,#c139f1),#5a34f0;border-radius:12px;height:64px;margin-top:40px;width:341px}.chat-block__btn.inbutton.MuiButtonBase-root p{color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-weight:900;line-height:24px}@media screen and (max-width:900px){.chat-block__container{box-sizing:border-box;padding:50px 30px}.chat-block__title{font-size:27px;font-style:normal;font-weight:900;line-height:36px;margin-bottom:30px;width:100%}}.advantages__container{background:#f8f8fd;color:#8a88ac;font-weight:500;padding:100px 0;width:100%}.advantages{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:var(--inner-width)}.advantages__title{color:var(--text-col);font-size:36px;font-weight:900;line-height:48px;margin:0 0 40px;width:880px}.advantages__title_color{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#5a34f0,#5137f1,#c139f1);-webkit-background-clip:text;background-clip:text}.advantages__table{display:flex;flex-direction:column;width:100%}.advantages__table__row__item{align-items:center;display:flex;justify-content:center;width:33%}.advantages__table__row__item p{margin:0}.advantages__table__row_header .advantages__table__row__item{font-size:16px;font-weight:700;line-height:24px}.advantages__table__row__item_bold,.advantages__table__row_header .advantages__table__row__item:first-child{justify-content:flex-start;padding-left:40px}.advantages__table__row__item_bold{color:var(--text-col);font-size:18px;font-weight:800;line-height:20px}.advantages__table__row__item_bold-black,.advantages__table__row__item_bold-grey{font-size:18px;font-weight:900;line-height:20px}.advantages__table__row__item_bold-black{color:var(--text-col)}.advantages__table__row__item_color{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#5a34f0,#3977f1);-webkit-background-clip:text;background-clip:text}.advantages__table__row,.advantages__table__row_header{display:flex;justify-content:space-between;width:100%}.advantages__table__row_header{background:#e9e8ef;border-radius:16px;box-sizing:border-box;color:#8a88ac;padding:20px 0}.advantages__table__row:first-child,.advantages__table__row_header:first-child{box-sizing:border-box;text-align:start}.advantages__table__row{border-bottom:1px solid #e9e8ef;padding:42px 0}.inbutton.MuiButtonBase-root.advantages__btn{background:linear-gradient(270deg,#5a34f0,#5137f1 45.78%,#c139f1),#5a34f0;border:none;border-radius:12px;color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-weight:900;height:64px;line-height:24px;margin-top:40px;width:322px}@media screen and (max-width:900px){.advantages__container{box-sizing:border-box;padding:60px 30px}.advantages__title{font-size:24px;font-style:normal;font-weight:900;line-height:32px;width:100%}.advantages__table__row_header .advantages__table__row__item:first-child{margin-left:16px;padding-left:0}.advantages__table__row_header .advantages__table__row__item:last-child{margin-right:5px}.advantages__table__row__item{font-size:13px;font-style:normal;font-weight:700;line-height:16px;text-align:center}.advantages__table__row__item_bold{margin-left:16px;padding-left:0;text-align:start}.advantages__table__row__item_bold-grey{font-size:14px;font-style:normal;font-weight:900;line-height:20px}.advantages__table__row__item_bold-black{font-size:14px;font-style:normal;font-weight:900;line-height:18px}.advantages__table__row__item{max-width:75px}.advantages__table__row_header .advantages__table__row__item{font-size:13px;font-style:normal;font-weight:700;line-height:16px}.advantages__table__row{padding:24px 0}}.our-plans__container{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),linear-gradient(270deg,#5a34f0,#5137f1 45.78%,#c139f1),#f8f8fd;max-width:100%}.our-plans{align-items:center;color:#292841;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:var(--inner-width)}.our-plans__title{color:#fff;font-size:48px;font-weight:900;line-height:64px;margin-top:100px}.our-plans__block{grid-gap:36px;display:grid;gap:36px;grid-template-columns:repeat(3,1fr);margin-bottom:34px;margin-top:40px}.plan{align-items:center;background-color:#fff;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:530px;padding:36px;width:100%}.plan .period-select{margin-bottom:10px}.plan__title{font-size:32px;font-weight:900;line-height:48px;margin:0}.plan__subtitle{color:#8a88ac;font-size:16px;font-weight:500;line-height:24px;margin:7px 0 0}.plan__list{align-items:flex-start;display:flex;flex-direction:column;font-size:16px;font-weight:400;justify-content:center;line-height:20px;list-style-position:inside;margin-top:24px;width:100%}.plan__list-item:not(:last-child){margin-bottom:16px}.plan__price{align-items:center;display:flex;font-size:16px;font-weight:700;justify-content:center;letter-spacing:.1px;line-height:20px;margin-top:24px}.plan__price p{margin:0}.plan__price_bold{font-size:28px;font-weight:700;line-height:40px;margin-right:6px!important}.plan__price_light{margin-left:10px}.inbutton.plan__btn.MuiButtonBase-root{background:linear-gradient(270deg,#5a34f0,#5137f1 45.78%,#c139f1),radial-gradient(100% 1694.69% at 100.2% 100%,rgba(186,169,255,.3) 0,rgba(90,52,240,0) 100%),#5a34f0;border:none;border-radius:12px;color:#fff;font-family:Montserrat,sans-serif;font-size:18px;font-weight:900;height:48px;letter-spacing:.1px;line-height:24px;margin-top:24px;width:100%}.our-plans__note{color:#fff;font-size:13px;font-style:normal;font-weight:400;letter-spacing:.1px;line-height:normal;margin:0 0 67px;text-align:center}.plan__switcher{margin-bottom:6px}@media screen and (max-width:1480px){.our-plans__title{margin-bottom:0;margin-top:80px}.plan{padding:16px}}@media screen and (max-width:1300px){.our-plans__title{margin-bottom:0;margin-top:58px}.plan{padding:16px}.plan__list{padding:0;text-align:start}.our-plans__block{margin-bottom:100px}}@media screen and (max-width:900px){.our-plans{padding:50px 30px}.our-plans__title{font-size:36px;font-style:normal;font-weight:900;line-height:36px;margin-top:0;text-align:center}.our-plans__block{display:flex;flex-direction:column}.our-plans__note{margin-bottom:0}.our-plans__block{margin-bottom:30px}}.double-switcher{background-color:#e8e8ef;padding:2px}.double-switcher,.double-switcher .option{align-items:center;border-radius:22px;display:flex;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.double-switcher .option{cursor:pointer;gap:10px;padding:6px 16px;position:relative}.double-switcher .option_selected{background-color:#fff}.double-switcher .text{color:#292841;font-family:Inter-Black,Helvetica;font-size:13px;font-weight:900;letter-spacing:.1px;line-height:16px;margin-top:-1px;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.double-switcher .option_selected .text{color:#5a34f0}.explore-block__container{background:#f8f8fd;color:var(--text-col);padding:80px 0;width:100%}.explore-block,.explore-block__container{align-items:center;display:flex;flex-direction:column;justify-content:center}.explore-block{margin:0 auto;max-width:var(--inner-width)}.explore-block__title{font-size:36px;font-weight:900;line-height:48px;max-width:900px}.explore-block__cards{grid-gap:36px;display:grid;gap:36px;grid-template-columns:repeat(3,1fr);margin-top:60px;width:var(--inner-width)}.explore-block__card{background:#fff;border-radius:32px;box-sizing:border-box;-webkit-filter:drop-shadow(0 24px 36px rgba(0,0,0,.04));filter:drop-shadow(0 24px 36px rgba(0,0,0,.04));padding:60px 0}.explore-block__img{height:80px;width:80px}.explore-block__title{font-size:28px;font-weight:800;line-height:40px;margin:30px 0 0}.explore-block__btn.inbutton.MuiButtonBase-root{height:44px;margin-top:30px;width:125px}.explore-block__stores{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:30px auto 0;width:275px}.store-img{height:45px;width:100%}@media screen and (max-width:1300px){.explore-block__stores{width:211px}.explore-block__title{font-size:24px;font-weight:800;line-height:40px}.store-img{height:30px;width:90px}}@media screen and (max-width:900px){.explore-block__container{padding:60px 30px;width:auto}.explore-block__title{color:#292841;color:var(--text-normal,#292841);font-family:Montserrat;font-size:24px;font-style:normal;font-weight:900;line-height:32px;margin-top:0!important;text-align:center}.explore-block__cards{display:flex;flex-direction:column;margin-top:40px;width:100%}.explore-block__card{padding:30px}.explore-block__btn.inbutton.MuiButtonBase-root,.explore-block__title{margin-top:16px}.explore-block__stores{margin:16px auto 0;width:auto}.store-img{height:36px;width:108px}}.login-modal__inner{align-items:center;background-color:#fff;border-radius:30px;height:448px;left:50%;padding-bottom:62px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:420px}.login-modal__image{background-image:url(/static/media/login-modal-image.696b38676840da8adc41.webp);height:240px;object-fit:cover;width:420px}.login-modal__title{font-size:32px;margin:50px 0 0;text-align:center}.login-modal__subtitle{align-items:center;margin-top:40px}.login-modal__subtitle__text{margin:0}.login-modal__subtitle__link{margin-left:10px}.login-modal__google-btn{margin-top:calc(50px - 1em)}.firebaseui-idp-button{border:2px solid var(--main-color);border-radius:16px;box-shadow:none;height:50px;max-width:320px;width:320px}.firebaseui-idp-text{color:#000!important;font-size:20px;font-weight:800}.verify__container{padding:50px}.verify__title{margin-bottom:20px}.verify__text{color:#000;margin-bottom:10px}.verify__text:last-of-type{margin-bottom:32px}html:has(.ContactPage_main__R8Ju3){background-color:#0a0a0a}.ContactPage_main__R8Ju3{font-family:Inter;text-align:left}.ContactPage_container__igcbi{border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:60px 130px;width:100%}.ContactPage_forms__WGSMQ{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1120px}.ContactPage_budget__8tL8i{width:48%}.ContactPage_budgetField__CEUHS{width:100%!important}.ContactPage_form__ZnloY{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.ContactPage_title__lry9e{align-self:flex-start;color:#292841;font-size:40px;font-weight:900;line-height:48px;margin:0}.ContactPage_subtitle__-FQ6B{align-self:flex-start;color:#292841;line-height:24px;margin:10px 0 20px}.ContactPage_label__6-6z4{color:#fff!important;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.ContactPage_labelTitile__O5r2l{color:#fff;font-family:Inter;font-size:20px;font-style:normal;font-weight:700!important;line-height:28px}.ContactPage_description__8X6mo{width:100%!important}.ContactPage_descriptionField__hWTU3{background:#fff;border-radius:14px!important;width:100%}.ContactPage_field2__aB9bi{background:#fff;border-radius:14px!important;width:calc(50% - 10px)}.ContactPage_field2__aB9bi .MuiOutlinedInput-root{color:#fff}.ContactPage_field2__aB9bi .MuiOutlinedInput-root,.ContactPage_field__r2kXl.MuiOutlinedInput-root{background:#141317!important;border:1px solid rgba(92,92,92,.792);border-radius:14px!important;border-radius:16px}.ContactPage_row__5BIyf{align-items:center;display:flex;flex-direction:row!important;justify-content:space-between;margin-top:18px!important;width:100%!important}.ContactPage_checbox__MNUuQ,.Mui-checked{color:#00d1ff!important}.ContactPage_field__r2kXl{background:#fff;border:1px solid #e6e3f4;border-radius:14px;width:calc(50% - 10px)}.ContactPage_selectLabel__T8Yjx{color:#fff;margin-left:20px;margin-top:2px}.ContactPage_main__R8Ju3 .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded,.MuiOutlinedInput-root.MuiInputBase-root{background:#141317!important;border-radius:14px;color:#fff}.MuiOutlinedInput-input{color:#fff}.ContactPage_group__Dtz3r{margin-left:0;margin-top:20px}.ContactPage_checkboxRow__MXtOd{flex-direction:row!important;margin-left:-10px}.MuiInput-underline:after{border-bottom:2px solid var(--main-color)!important}.Mui-error:after{border-bottom:2px solid red!important}.ContactPage_submit__F2VI2{background:linear-gradient(90deg,rgba(134,103,255,.1) 12.24%,rgba(80,146,255,.1) 57.14%,rgba(0,209,255,.1))!important;border:2px solid #8667ff;border-radius:34px;margin-top:20px!important;position:relative;width:100%!important}.ContactPage_submit__F2VI2:before{background:linear-gradient(45deg,#6943ff,#5092ff 80%,#00d1ff) border-box;border-radius:50px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute}.ContactPage_submit__F2VI2 p{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(45deg,#6943ff,#5092ff 50%,#00d1ff);-webkit-background-clip:text;background-clip:text;font-family:Inter;font-size:18px;font-style:normal;font-weight:900;line-height:24px;text-align:center}.ContactPage_labelRow__3\+Exx{word-wrap:normal;align-items:center;display:flex;flex-direction:row;margin:0 auto 0 0}.ContactPage_privacyText__RM224{margin:0;padding:0}.ContactPage_link__1th3k,.ContactPage_privacyText__RM224{color:#666;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.ContactPage_header__Pm0GD{box-sizing:border-box;margin:40px auto 0;max-width:1160px;padding:30px;width:100%}.ContactPage_title2__5Mmfd{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(45deg,#6943ff,#5092ff 50%,#00d1ff);-webkit-background-clip:text;background-clip:text;font-weight:800}.ContactPage_title2White__xJwEk,.ContactPage_title2__5Mmfd{color:#fff;font-family:Inter;font-size:72px;font-style:normal;line-height:88px;margin:0}.ContactPage_title2White__xJwEk{font-weight:300}.ContactPage_subtitle2__Ugb69{color:#fff;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:28px;margin-top:20px;text-align:left}.ContactPage_trustedText__TCI\+C{color:#292841;font-size:16px;font-weight:400;line-height:24px;margin-bottom:0;margin-top:30px;text-align:center;width:100%}.ContactPage_imagesRow__iadtF{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:0;width:87%}.ContactPage_imagestitle__zuPuH{color:#fff;font-family:Inter;font-size:13px;font-style:normal;font-weight:800;line-height:24px;margin-top:20px;opacity:.2;text-transform:uppercase}.ContactPage_imagesCol__vNdEV{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.ContactPage_bImg__\+6rwT{margin-right:20px;object-fit:contain}#projectBudget-label{color:#5c5c5cca;left:-14px}.ContactPage_list__7Px3\+{color:#000;font-family:Roboto;font-weight:400;margin:0;padding:0 0 0 17px;text-align:start}@media screen and (max-width:1100px){.ContactPage_privacyText__RM224{font-size:12px}}@media screen and (max-width:900px){.ContactPage_forms__WGSMQ{gap:0;grid-template-columns:1fr}.ContactPage_privacyText__RM224{font-size:16px}.ContactPage_subtitle2__Ugb69,.ContactPage_subtitle__-FQ6B{text-align:left}}@media screen and (max-width:768px){.ContactPage_container__igcbi{padding:20px}}@media screen and (max-width:1350px){.ContactPage_imagesCol__vNdEV{margin-top:10px}}@media screen and (max-width:1200px){.ContactPage_container__igcbi{padding:40px 60px}}@media screen and (max-width:1060px){.ContactPage_row__5BIyf{flex-direction:column!important}.ContactPage_field2__aB9bi{width:100%}.ContactPage_field2__aB9bi:first-child{margin-bottom:16px}.ContactPage_field__r2kXl{width:100%}.ContactPage_checkboxRow__MXtOd{flex-direction:row!important;flex-wrap:nowrap}.ContactPage_budget__8tL8i{width:100%}.ContactPage_container__igcbi{padding:20px}}.header{align-items:center;display:flex;justify-content:space-between;margin:40px auto;width:100%}.logo__image{background-image:url(/static/media/Union512.b7b19ce53c7b2df1262e.webp);background-repeat:no-repeat;background-size:contain;height:38px;width:38px}@media (hover:hover){.logo__image:hover{opacity:.6;transition-duration:1s}}.logo{align-items:center;color:var(--main-color);display:flex;text-decoration:none}.logo__text{font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:24px;margin-left:16px}.header__wrapper{align-self:center}@media screen and (max-width:985px){.logo__text{font-size:20px}.navigation__link{margin-right:14px}.logo__text{margin-left:12px}}@media screen and (max-width:830px){.header{flex-direction:column;margin:20px;width:auto}.header__wrapper{margin-top:14px}}.success-payment{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;margin-top:200px}.success-paymnet__text{font-size:40px;font-weight:800;line-height:44px}.success-payment__check.MuiSvgIcon-root{color:green;height:156px;margin:auto;width:156px}