.header{position:fixed;top:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:100vw;transition:top .5s}.header_bg{position:relative;flex:1;max-width:1365px;margin:0 16px !important;border-radius:6px;border:1px solid var(--grey-200);background:rgba(255,255,255,.75);box-shadow:20px 20px 20.8px -29px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.header_bg::before{content:"";position:absolute;width:100%;height:100%;background:url(/sources/images/texture.5f090747c48554eac6d5.png);background-size:auto;border-radius:6px;opacity:.07}@media screen and (max-width: 1024px){.header_bg{margin:0 56px !important}}@media screen and (max-width: 834px){.header_bg{margin:0 32px !important}}@media screen and (max-width: 600px){.header_bg{margin:0 16px !important}}.header_content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px}.header_content__mobile{display:none}@media screen and (max-width: 1280px){.header_content{display:none}.header_content__mobile{display:flex !important}}.header_logo{display:flex;align-items:center;padding:0 16px}.header_menu ul{display:flex}.header_menu ul li a{padding:12px 16px;color:var(--black)}.header_menu ul li a:hover{color:var(--orange-brand-dark)}.header_menu ul li a:active{color:var(--orange-brand-color)}.header_buttons{display:flex;gap:8px}@media screen and (max-width: 1280px){.header_buttons a{width:100%;justify-content:center}}.header_buttons.hide{display:none}.header .header_menuButtons{display:flex;gap:8px}.header .langSwitch{padding-left:16px;padding-right:16px}.header .header_button__close{padding-left:16px;padding-right:16px}.header .header_button__close .lines{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:24px;height:24px}.header .header_button__close .line{display:block;height:2px;width:66%;background:var(--black);transition:width .4s,transform .4s ease-in-out}.header .header_button__close .line:nth-child(1){transform-origin:0% 0%}.header .header_button__close .line:nth-child(2){transform-origin:0% 100%}.header .header_button__close.active .line{width:80%}.header .header_button__close.active .line:nth-child(1){transform:translate(3px, -4px) rotateZ(45deg)}.header .header_button__close.active .line:nth-child(2){transform:translate(3px, 3px) rotateZ(-45deg)}.header_dropdown{z-index:1;position:absolute;visibility:visible;opacity:1;transform:translateY(0);transition:transform .4s;transform-origin:bottom}.header_dropdown.mobile_menu{top:72px;right:0;width:328px}@media screen and (max-width: 1280px){.header_dropdown.mobile_menu{right:16px}}@media screen and (max-width: 1024px){.header_dropdown.mobile_menu{right:56px}}@media screen and (max-width: 836px){.header_dropdown.mobile_menu{right:32px}}@media screen and (max-width: 600px){.header_dropdown.mobile_menu{right:16px}}@media screen and (max-width: 360px){.header_dropdown.mobile_menu{width:calc(100vw - 32px)}}.header_dropdown.lang{top:72px;right:calc((100vw - 1330px)/2);width:328px}@media screen and (max-width: 1362px){.header_dropdown.lang{right:16px}}@media screen and (max-width: 1024px){.header_dropdown.lang{right:56px}}@media screen and (max-width: 836px){.header_dropdown.lang{right:32px}}@media screen and (max-width: 600px){.header_dropdown.lang{right:16px}}@media screen and (max-width: 360px){.header_dropdown.lang{width:calc(100vw - 32px)}}.header_dropdown.hide{transform:translateY(-50%);opacity:0;visibility:hidden}.header_dropdownBg{position:relative;border-radius:6px;border:1px solid var(--grey-200);background:rgba(255,255,255,.75);box-shadow:20px 20px 20.8px -29px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.header_dropdownBg::before{content:"";position:absolute;width:100%;height:100%;background:url(/sources/images/texture.5f090747c48554eac6d5.png);background-size:auto;border-radius:6px;opacity:.07}.header_links{display:flex;flex-direction:column;gap:16px}.header_links div{padding:16px 12px}.header_links a{z-index:1;position:relative;width:-moz-fit-content;width:fit-content;display:block;font-size:20px;color:var(--black)}.header_links a::before{z-index:-1;content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--orange-brand-light);transition:width .2s}.header_links a:hover{color:var(--orange-brand-dark)}.header_links a:active{color:var(--orange-brand-color)}.header_links a.active{pointer-events:none}.header_links a.active::before{width:100%}.header_dropdownContent{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;padding:16px}.header_dropdownContent .header_buttons a{padding:16px}.header_dropdownContent .header_buttons .transparent_button{background-color:var(--white)}.header_dropdownMenu ul{display:flex;flex-direction:column;gap:16px}.header_dropdownMenu ul li a{display:block;padding:16px 12px;color:var(--black);font-size:20px}.header_dropdownMenu ul li a:hover{color:var(--orange-brand-dark)}.header_dropdownMenu ul li a:active{color:var(--orange-brand-color)}
.socialLinks{display:flex;gap:32px}.socialLinks a{position:relative;height:24px}.socialLinks a:after{content:"";position:absolute;top:calc(50% - 8px);right:-16px;width:1px;height:16px;background:var(--grey-500);opacity:.2}.socialLinks a:last-child::after{content:none}.socialLinks a:hover{transform:scale(1.05)}.socialLinks a:hover:after{right:-15px}
.footer{display:flex;flex-direction:column;gap:64px;padding-top:56px}@media screen and (max-width: 1440px){.footer{padding:44px 0 0}}@media screen and (max-width: 1400px){.footer{padding:44px 16px 0}}@media screen and (max-width: 1330px){.footer{padding:40px 56px 0}}@media screen and (max-width: 834px){.footer{padding:40px 32px 0}}@media screen and (max-width: 600px){.footer{gap:48px;padding:40px 16px 0}}.footer_form{max-width:500px}@media screen and (max-width: 600px){.footer_form{max-width:unset}}.footer_form form{display:flex;align-items:center;gap:16px;margin-top:32px}@media screen and (max-width: 1440px){.footer_form form{margin-top:24px}}@media screen and (max-width: 600px){.footer_form form{flex-direction:column;margin-top:16px}.footer_form form input,.footer_form form .inputWrapper{width:100%}.footer_form form .black_button{width:100%;justify-content:center}}.footer_topContainer{display:flex;justify-content:space-between}.footer_menu ul{display:flex;flex-direction:column;gap:6px;margin-top:22px}@media screen and (max-width: 1440px){.footer_menu ul{gap:11px}}.footer_socialContainer{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}@media screen and (max-width: 600px){.footer_socialContainer .transparent_button{padding-left:16px;padding-right:16px}.footer_socialContainer .transparent_button span{display:none}}.footer_social__mobile{display:none}@media screen and (max-width: 600px){.footer_social__mobile{display:flex !important}}@media screen and (max-width: 600px){.footer_social{display:none}}.footer_bottomContainer{display:flex;justify-content:space-between;color:var(--grey-500)}.footer_bottomContainer a{color:var(--grey-500)}@media screen and (max-width: 600px){.footer_bottomContainer{flex-direction:column;gap:8px}}.footer_bottomLinks{display:flex;gap:24px}.footer_logoContainer{position:relative}.footer_logoContainer::before{content:"";position:absolute;top:-32px;left:0;width:100%;height:1px;background:var(--grey-500);opacity:.2}
*{margin:0;padding:0;border:0}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}html,body{height:100%;width:100%;background:var(--grey);color:var(--black);font-family:"Poppins",sans-serif;font-style:normal;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,textarea,input,select{margin:0;font:inherit}input{border-radius:0}button{background-color:unset;cursor:pointer;border:none}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top;max-width:100%}.h0{font-family:"Poppins";font-size:120px;font-style:normal;font-weight:400;line-height:132px;letter-spacing:-6px}@media screen and (max-width: 1440px){.h0{font-size:88px;line-height:104px;letter-spacing:-4.4px}}@media screen and (max-width: 600px){.h0{font-size:40px;line-height:48px;letter-spacing:-2px}}.h1{font-family:Poppins;font-size:72px;font-style:normal;font-weight:400;line-height:80px;letter-spacing:-3.6px}@media screen and (max-width: 1440px){.h1{font-size:56px;line-height:64px;letter-spacing:-2.8px}}@media screen and (max-width: 600px){.h1{font-size:32px;line-height:40px;letter-spacing:-1.6px}}.h2{font-family:"Poppins";font-size:56px;font-style:normal;font-weight:400;line-height:64px;letter-spacing:-2.8px}@media screen and (max-width: 1440px){.h2{font-size:48px;line-height:56px;letter-spacing:-2.4px}}@media screen and (max-width: 600px){.h2{font-size:32px;line-height:40px;letter-spacing:-1.6px}}.h3{font-family:"Poppins";font-size:40px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-2px}@media screen and (max-width: 1440px){.h3{font-size:36px;line-height:42px;letter-spacing:-1.8px}}@media screen and (max-width: 600px){.h3{font-size:24px;line-height:32px;letter-spacing:-1.2px}}.h4{font-family:"Poppins";font-size:32px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-1.6px}@media screen and (max-width: 1440px){.h4{font-size:28px;line-height:36px;letter-spacing:-1.4px}}@media screen and (max-width: 600px){.h4{font-size:24px;line-height:32px;letter-spacing:-1.2px}}.Text-1{font-family:"Poppins";font-size:32px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-1.6px}@media screen and (max-width: 1440px){.Text-1{font-size:24px;line-height:32px;letter-spacing:-1.2px}}@media screen and (max-width: 600px){.Text-1{font-size:20px;line-height:28px;letter-spacing:-1px}}.Text-2{font-family:"Poppins";font-size:24px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-1.2px}@media screen and (max-width: 1440px){.Text-2{font-size:20px;line-height:28px;letter-spacing:-1px}}.Text-3{font-family:"Poppins";font-size:20px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-1px}@media screen and (max-width: 1440px){.Text-3{font-size:16px;line-height:24px;letter-spacing:-0.8px}}.Text-4{font-family:"Poppins";font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-0.8px}@media screen and (max-width: 600px){.Text-4{font-size:14px;line-height:22px;letter-spacing:-0.6px}}.MenuItem{font-family:"Poppins";font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-0.8px}.BigMenuItem{font-family:"Poppins";font-size:20px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-1px}@media screen and (max-width: 836px){.BigMenuItem{font-size:16px;line-height:24px;letter-spacing:-0.8px}}.SmallText{font-family:"Poppins";font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-0.7px}.M-16{font-family:"Poppins-M";font-size:16px;font-style:normal;font-weight:500;line-height:24px}.wrapper{max-width:1330px;width:100%;margin:0 auto}.block_wrapper{width:100%;padding:0 24px;margin:24px 0}@media screen and (max-width: 1440px){.block_wrapper{padding:0 16px}}@media screen and (max-width: 1024px){.block_wrapper{margin:16px 0}}@media screen and (max-width: 834px){.block_wrapper{padding:0}}@media screen and (max-width: 600px){.block_wrapper{margin:0}}.text_wrapper{max-width:880px;width:100%}@media screen and (max-width: 1280px){.text_wrapper{max-width:760px}}@media screen and (max-width: 834px){.text_wrapper{max-width:680px}}.black_button{display:flex;align-items:center;gap:16px;padding:16px 32px;margin:2px;border-radius:4px;border:0px solid var(--black);background:linear-gradient(150deg, #27242A 0%, #131114 73.21%);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49),-2px -1px 4px 0px rgba(26,26,26,.25) inset,-4px -2px 4px 0px rgba(255,255,255,.25) inset,8px 4px 4px 0px rgba(26,26,26,.5) inset;color:var(--white);letter-spacing:-0.8px;text-align:center}.black_button:hover{margin:0;border:2px solid var(--white);background:var(--black-light);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.black_button:active{margin:0;border:2px solid var(--white);background:linear-gradient(150deg, #27242A 0%, #131114 73.21%)}.black_button:disabled{pointer-events:none;background:var(--grey-200);box-shadow:unset;color:var(--grey-500)}.transparent_button{display:flex;align-items:center;gap:16px;padding:15px 32px;margin:1px;border-radius:4px;border:1px solid var(--grey-300);background-color:rgba(0,0,0,0);color:var(--black);letter-spacing:-0.8px;text-align:center}.transparent_button:hover{margin:0;border-color:var(--white);background:var(--grey);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.transparent_button:active{margin:0;border-radius:4px;border:2px solid var(--white);background:var(--grey-200);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.transparent_button:disabled{pointer-events:none}.brand_button{display:flex;align-items:center;gap:16px;padding:16px 32px;margin:2px;border-radius:4px;background:var(--orange-brand-color);color:var(--black);letter-spacing:-0.8px;text-align:center}.brand_button:hover{margin:0;border:2px solid var(--white);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);background:url(/sources/images/bg_brand_button_hover.4f798b0e387b5e123653.png);background-position:center;background-color:var(--white)}.brand_button:active{margin:0;border:2px solid var(--white);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);background:url(/sources/images/bg_brand_button_active.8f77756b822a5705c957.png);background-position:center;background-color:var(--white)}.clear_button{display:flex;align-items:center;gap:16px;padding:16px 32px;margin:2px;border-radius:4px;color:var(--black);letter-spacing:-0.8px;text-align:center;cursor:pointer}.clear_button:hover{margin:0;border:2px solid var(--white);background:var(--grey);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.clear_button:active{margin:0;border:2px solid var(--white);background:var(--grey-200);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.subtitle_button{display:flex;align-items:center;gap:16px;padding:15px 32px;width:-moz-fit-content;width:fit-content;border-radius:6px;border:1px solid var(--grey-200);background:var(--white);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);color:var(--black);text-transform:uppercase;letter-spacing:-0.8px;text-align:left}.subtitle_button svg{width:24px;height:24px;min-width:24px}@media screen and (max-width: 600px){.subtitle_button{padding:11px 16px;gap:8px}}.gradient_text{background:linear-gradient(90deg, #F0C46C 28.33%, #C877F0 52.46%, #6D6AF0 72.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.inputWrapper{position:relative;display:flex;flex-direction:column;gap:4px}.inputWrapper.error input{border:1px solid var(--red)}.inputWrapper textarea{resize:none;height:168px}.inputWrapper input,.inputWrapper textarea{min-width:312px;padding:15px 16px;border-radius:4px;border:1px solid var(--grey-300);background-color:rgba(0,0,0,0);color:var(--black)}.inputWrapper input::-moz-placeholder, .inputWrapper textarea::-moz-placeholder{color:var(--grey-500);opacity:1}.inputWrapper input::placeholder,.inputWrapper textarea::placeholder{color:var(--grey-500);opacity:1}.inputWrapper input::-ms-input-placeholder,.inputWrapper textarea::-ms-input-placeholder{color:var(--grey-500)}.inputWrapper input:focus,.inputWrapper textarea:focus{border:1px solid var(--black)}@media screen and (max-width: 600px){.inputWrapper input,.inputWrapper textarea{min-width:unset;width:100%}}.inputWrapper .inputError{position:absolute;top:calc(100% + 4px);padding-left:20px;color:var(--red)}.inputWrapper .inputError::before{content:"";position:absolute;top:2px;left:0;width:16px;height:16px;background-image:url(/sources/icons/warningCircle.8970ff0ed31ec5b4a11b.svg)}.inputCheckboxWrapper{display:flex;align-items:center;gap:16px}.inputCheckboxWrapper input[type=checkbox]{display:none}.inputCheckboxWrapper .customCheckbox{position:relative;width:28px;height:28px;border-radius:2px;border:1px solid var(--grey-200);background:var(--white);cursor:pointer}.inputCheckboxWrapper input[type=checkbox]:checked~.customCheckbox{border-color:var(--white);background:var(--black);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49)}.inputCheckboxWrapper input[type=checkbox]:checked~.customCheckbox::before{content:"L";position:absolute;top:0;left:0;width:100%;height:100%;color:var(--white);font-size:22px;transform:scaleX(-1) rotate(-50deg) translate(8px, -5px)}.linkWithBG{z-index:1;position:relative;width:-moz-fit-content;width:fit-content;color:var(--black)}.linkWithBG::before{z-index:-1;content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--orange-brand-light);transition:width .2s}.linkWithBG:hover::before{width:100%}.linkWithUnderline{color:var(--black)}.linkWithUnderline:hover{text-decoration:underline}.blueLinkWithUnderline{position:relative;color:var(--blue)}.blueLinkWithUnderline::after{content:"";position:absolute;left:0;bottom:3px;width:100%;height:1px;background-color:var(--blue)}:root{--white: #fff;--black: #262324;--black-light: #353132;--grey: #FBFAF8;--grey-200: #F4F1EE;--grey-300: #E7E0DA;--grey-500: #948F8A;--orange-brand-color: #F0C46C;--orange-brand-dark: #E39C0E;--orange-brand-light: #f8e6c2;--red: #EC5046;--blue: #0910BF}.video-js{background-color:var(--grey) !important}.video-js .vjs-big-play-button{background:var(--orange-brand-color) !important}.video-js:hover .vjs-big-play-button{background:var(--orange-brand-dark) !important}.video-js .vjs-slider{background-color:rgba(248,230,194,.5) !important}.video-js .vjs-load-progress div{background-color:var(--orange-brand-light) !important}.my-video-dimensions{width:1104px;height:608px}@media screen and (max-width: 1440px){.my-video-dimensions{width:100%;max-height:550px}}@media screen and (max-width: 1280px){.my-video-dimensions{max-height:500px}}@media screen and (max-width: 834px){.my-video-dimensions{max-height:374px}}@media screen and (max-width: 600px){.my-video-dimensions{max-height:200px}}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeInTop{from{top:60px}to{top:-400px}}@media screen and (max-width: 834px){.powerAI_block_wrapper{margin:0}}.powerAI{display:flex;flex-direction:column;gap:104px;padding:136px 40px 64px;border-radius:16px;border:1px solid var(--grey-200);background:var(--white);box-shadow:-2px 0px 0px 0px rgba(237,234,230,.25),2px 2px 3.8px 0px #edeae6}@media screen and (max-width: 1440px){.powerAI{padding:116px 40px 48px;gap:80px}}@media screen and (max-width: 834px){.powerAI{padding:168px 32px 48px;border-top-left-radius:unset;border-top-right-radius:unset}}@media screen and (max-width: 600px){.powerAI{padding:132px 16px 80px;gap:96px;border-top:unset}}.powerAI_topBlock{display:flex;flex-direction:column;align-items:center;gap:40px}@media screen and (max-width: 1440px){.powerAI_topBlock{gap:24px}}@media screen and (max-width: 600px){.powerAI_topBlock{align-items:flex-start}}.powerAI_topTitle{text-align:center}.powerAI_topTitle span{display:block;line-height:72px}@media screen and (max-width: 834px){.powerAI_topTitle span{display:inline-block;line-height:inherit}}@media screen and (max-width: 600px){.powerAI_topTitle{text-align:left}}.powerAI_topDescription{text-align:center}.powerAI_topDescription span{background-color:var(--orange-brand-light)}@media screen and (max-width: 600px){.powerAI_topDescription{text-align:left}}.powerAI_bottomBlock{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}@media screen and (max-width: 1280px){.powerAI_bottomBlock{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 834px){.powerAI_bottomBlock{grid-template-columns:repeat(1, 1fr)}}.powerAI_cardTitle{margin:32px 24px}@media screen and (max-width: 600px){.powerAI_cardTitle{margin:24px 16px}}.powerAI_card{height:546px;border-radius:10px;border:1px solid var(--grey-200);background:var(--grey);overflow:hidden}.powerAI_card__first{background-image:url(/sources/images/powerAI_bg1.56413d7412ecc0805a29.png)}@media screen and (max-width: 1280px){.powerAI_card__first{grid-area:1/1/2/3;height:395px}}@media screen and (max-width: 834px){.powerAI_card__first{grid-area:unset}}@media screen and (max-width: 600px){.powerAI_card__first{height:550px}}.powerAI_card__first .dropDownBlock{position:relative;left:-6px;display:flex;flex-direction:column;align-items:center;gap:32px;width:90%;padding:32px 24px 24px;border-radius:8px;border:2px dashed #ebe5e0;background:var(--white);box-shadow:-2px 2px 8.9px 0px rgba(148,143,138,.15) inset;text-align:center}@media screen and (max-width: 1280px){.powerAI_card__first .dropDownBlock{width:60%;padding:32px 72px 24px}}@media screen and (max-width: 834px){.powerAI_card__first .dropDownBlock{padding:32px 24px 24px;min-width:390px}}@media screen and (max-width: 600px){.powerAI_card__first .dropDownBlock{left:-16px;min-width:310px}}.powerAI_card__first .dropDownBlock p{color:var(--grey-500)}@media screen and (max-width: 834px){.powerAI_card__first .dropDownBlock p{min-width:310px;max-width:310px}}@media screen and (max-width: 600px){.powerAI_card__first .dropDownBlock p{min-width:260px;max-width:260px}}.powerAI_card__first .dropDownBlock.active{border-color:var(--black);transition:border-color .3s}.powerAI_card__first .attachDocuments{position:relative;top:-32px;left:6vw;display:flex;flex-direction:column;gap:4px;transition:transform .3s}.powerAI_card__first .attachDocuments.active{transform:translate(-60px, -150px)}@media screen and (max-width: 1280px){.powerAI_card__first .attachDocuments{top:-144px;left:40vw;width:-moz-fit-content;width:fit-content}.powerAI_card__first .attachDocuments.active{transform:translate(-315px, -70px)}}@media screen and (max-width: 600px){.powerAI_card__first .attachDocuments{top:-2%;left:calc(50% - 150px)}.powerAI_card__first .attachDocuments.active{transform:translate(-12%, -170%)}}.powerAI_card__first .attachDocument{display:flex;gap:16px;padding:4px 8px;max-width:350px;min-width:320px;border-radius:2px;border:1.048px solid var(--grey-200);background:var(--Blur-Back-blur, rgba(255, 255, 255, 0.75));box-shadow:16px 16px 17.095px 0px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .3s}@media screen and (max-width: 600px){.powerAI_card__first .attachDocument{padding:2px 8px;min-width:300px}}.powerAI_card__first .attachHand{z-index:1;position:absolute;bottom:-34px;right:142px}@media screen and (max-width: 1280px){.powerAI_card__first .attachHand{right:32px}}.powerAI_card__second{background-position:bottom;background-image:url(/sources/images/powerAI_bg2.e2d8bda324a2ca39303b.png)}@media screen and (max-width: 834px){.powerAI_card__second{height:550px}}.powerAI_card__second .powerAI_cardTitle{margin-bottom:0}.powerAI_card__second .messageContainer{width:100%;height:100%;background-image:url(/sources/images/powerAI_bg2_2.653b4f1e0f75470090fc.png);background-position-y:30px;background-position-x:20px;background-repeat:no-repeat}@media screen and (max-width: 1280px){.powerAI_card__second .messageContainer{background-position-y:30%;background-position-x:70%}}@media screen and (max-width: 834px){.powerAI_card__second .messageContainer{background-position-y:55%;background-position-x:60%}}@media screen and (max-width: 600px){.powerAI_card__second .messageContainer{background-size:75%;background-position-y:75%;background-position-x:55%}}@media screen and (max-width: 500px){.powerAI_card__second .messageContainer{background-size:90%;background-position-y:50%}}.powerAI_card__second .message{position:relative;display:flex;gap:8px;padding:12px 16px;border-radius:32px 32px 32px 4px;border:1px solid var(--grey-200);box-shadow:16px 16px 17.095px 0px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);white-space:nowrap;transition:transform .4s ease-in}@media screen and (max-width: 834px){.powerAI_card__second .message{width:-moz-fit-content;width:fit-content}}@media screen and (max-width: 600px){.powerAI_card__second .message{width:90%;max-width:400px;white-space:normal}}@media screen and (max-width: 500px){.powerAI_card__second .message{width:90%;max-width:300px}}.powerAI_card__second .message.active{animation-name:fadeInTop;animation-duration:2s;animation-fill-mode:forwards}.powerAI_card__second .message:nth-of-type(1){top:62px;left:13%;opacity:.8;background:rgba(255,255,255,.2);transform:rotate(7.601deg)}@media screen and (max-width: 834px){.powerAI_card__second .message:nth-of-type(1){top:3%;left:40%}}@media screen and (max-width: 600px){.powerAI_card__second .message:nth-of-type(1){top:12%;left:calc(50% - 200px)}}@media screen and (max-width: 500px){.powerAI_card__second .message:nth-of-type(1){top:10%;left:calc(50% - 150px)}}@media screen and (max-width: 380px){.powerAI_card__second .message:nth-of-type(1){left:5%}}.powerAI_card__second .message:nth-of-type(2){top:60px;left:-20px;opacity:.9;background:rgba(255,255,255,.43);transform:rotate(-5deg);animation-delay:.3s}@media screen and (max-width: 834px){.powerAI_card__second .message:nth-of-type(2){top:7%;left:15%}}@media screen and (max-width: 600px){.powerAI_card__second .message:nth-of-type(2){top:13%;left:calc(50% - 200px)}}@media screen and (max-width: 500px){.powerAI_card__second .message:nth-of-type(2){top:8%;left:calc(50% - 150px)}}@media screen and (max-width: 380px){.powerAI_card__second .message:nth-of-type(2){left:5%}}.powerAI_card__second .message:nth-of-type(3){top:80px;left:60px;background:rgba(255,255,255,.8);transform:rotate(5deg);animation-delay:.6s}@media screen and (max-width: 834px){.powerAI_card__second .message:nth-of-type(3){top:16%;left:40%}}@media screen and (max-width: 600px){.powerAI_card__second .message:nth-of-type(3){top:15%;left:calc(50% - 200px)}}@media screen and (max-width: 500px){.powerAI_card__second .message:nth-of-type(3){top:8%;left:calc(50% - 150px)}}@media screen and (max-width: 380px){.powerAI_card__second .message:nth-of-type(3){left:5%}}.powerAI_card__second .messageContent{overflow:hidden}.powerAI_card__second .messageButton{position:relative}.powerAI_card__second .messageButton:nth-of-type(1){top:120px;left:16px;transform:rotate(-4.5deg)}@media screen and (max-width: 600px){.powerAI_card__second .messageButton:nth-of-type(1){left:36px}}@media screen and (max-width: 500px){.powerAI_card__second .messageButton:nth-of-type(1){top:13%}}.powerAI_card__second .messageButton:nth-of-type(2){top:90px;left:75%;padding-left:16px;padding-right:16px;transform:rotate(6deg)}@media screen and (max-width: 600px){.powerAI_card__second .messageButton:nth-of-type(2){top:22%;left:74%}}@media screen and (max-width: 500px){.powerAI_card__second .messageButton:nth-of-type(2){top:13%}}.powerAI_card__second .avatar{min-width:40px;width:40px}.powerAI_card__second .title{display:flex;align-items:center;gap:16px;margin-bottom:4px}.powerAI_card__second .title span{color:var(--grey-500);font-family:"Poppins";font-size:10px;font-style:normal;font-weight:400;line-height:13.15px}.powerAI_card__third{background-position-y:32px;background-position-x:-48px;background-image:url(/sources/images/powerAI_bg3.80bc8cfee7797c5b281a.png)}@media screen and (max-width: 834px){.powerAI_card__third{height:450px}}@media screen and (max-width: 600px){.powerAI_card__third{height:550px}}.powerAI_card__third .generate_card{position:relative;display:flex;gap:8px;padding:12px 16px;max-width:93%;border:.694px solid var(--grey-200);background:rgba(255,255,255,.8);box-shadow:16px 16px 17.095px 0px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@media screen and (max-width: 1440px){.powerAI_card__third .generate_card{max-width:-moz-fit-content;max-width:fit-content}}@media screen and (max-width: 1280px){.powerAI_card__third .generate_card{max-width:93%}}@media screen and (max-width: 1024px){.powerAI_card__third .generate_card{max-width:-moz-fit-content;max-width:fit-content}}@media screen and (max-width: 834px){.powerAI_card__third .generate_card{max-width:477px;min-width:400px}}@media screen and (max-width: 600px){.powerAI_card__third .generate_card{max-width:400px;min-width:unset;padding:12px}}@media screen and (max-width: 500px){.powerAI_card__third .generate_card{max-width:90%}}.powerAI_card__third .generate_card:nth-of-type(1){left:20px;top:20px;border-radius:32px 32px 32px 4px;transform:rotate(4deg)}@media screen and (max-width: 834px){.powerAI_card__third .generate_card:nth-of-type(1){top:0;left:4%;transform:rotate(-4deg)}}@media screen and (max-width: 600px){.powerAI_card__third .generate_card:nth-of-type(1){top:5%;left:calc(50% - 200px);transform:rotate(4deg)}}@media screen and (max-width: 500px){.powerAI_card__third .generate_card:nth-of-type(1){top:3%;left:5%}}.powerAI_card__third .generate_card:nth-of-type(2){left:12px;top:60px;border-radius:32px 32px 4px 32px;transform:rotate(-3deg)}@media screen and (max-width: 834px){.powerAI_card__third .generate_card:nth-of-type(2){top:6%;left:30%;transform:rotate(6deg)}}@media screen and (max-width: 600px){.powerAI_card__third .generate_card:nth-of-type(2){top:13%;left:calc(50% - 200px);transform:rotate(-6deg)}}@media screen and (max-width: 500px){.powerAI_card__third .generate_card:nth-of-type(2){top:10%;left:5%}}.powerAI_card__third .avatar{min-width:40px;max-width:40px}@media screen and (max-width: 600px){.powerAI_card__third .avatar{min-width:32px;max-width:32px}}.powerAI_card__third .title{display:flex;align-items:center;gap:10px}.powerAI_card__third .title span{color:var(--grey-500);font-family:"Poppins";font-size:10px;font-style:normal;font-weight:400;line-height:13px}.powerAI_card__third .content{margin-top:8px}@media screen and (max-width: 600px){.powerAI_card__third .content{white-space:normal}.powerAI_card__third .content br{display:none}}.powerAI_card__third .content .document{display:flex;gap:16px}@media screen and (max-width: 600px){.powerAI_card__third .content .document{gap:12px}}.powerAI_card__third .content .documentName{display:flex;flex-direction:column}.powerAI_card__third .content .documentName span{color:var(--grey-500)}.powerAI_card__third .customButton{position:relative;display:flex;gap:16px;padding:12px 16px;border-radius:4px;border:2px solid var(--grey-200);background:var(--white);box-shadow:16px 16px 17.095px 0px rgba(225,217,209,.7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--black)}.powerAI_card__third .customButton:hover{border-color:var(--white);background:var(--orange-brand-light);box-shadow:20px 20px 20.8px -29px rgba(225,217,209,.7)}.powerAI_card__third .customButton:active{border-color:var(--white);background:var(--orange-brand-color);box-shadow:20px 20px 20.8px -29px rgba(225,217,209,.7)}.powerAI_card__third .customButton:disabled{pointer-events:none}.powerAI_card__third .customButton:nth-of-type(1){left:45%;top:85px;transform:rotate(10deg)}@media screen and (max-width: 834px){.powerAI_card__third .customButton:nth-of-type(1){top:17%;left:59%}}@media screen and (max-width: 500px){.powerAI_card__third .customButton:nth-of-type(1){top:14%;left:35%}}.powerAI_card__third .customButton:nth-of-type(2){left:5%;top:88px;transform:rotate(-5deg)}@media screen and (max-width: 834px){.powerAI_card__third .customButton:nth-of-type(2){top:-4%;left:7%}}@media screen and (max-width: 600px){.powerAI_card__third .customButton:nth-of-type(2){top:22%;left:calc(50% - 200px)}}@media screen and (max-width: 500px){.powerAI_card__third .customButton:nth-of-type(2){top:20%;left:5%}}.powerAI_card__third .loader{display:none;animation:spin 2s linear infinite}.powerAI_card__third .done{display:none}
@keyframes highlight{0%{width:0%}100%{width:100%}}.fastDocumentManagement{background-image:url(/sources/images/fastDocumentManagement_bg.e8d6f2de3cb7d5d6cbdf.png)}@media screen and (max-width: 600px){.fastDocumentManagement{background-position:center;background-size:350%}}.fastDocumentManagement_content{position:relative;display:flex;flex-direction:column;align-items:center;padding:162px 40px 100px}@media screen and (max-width: 1440px){.fastDocumentManagement_content{padding:112px 40px 110px}}@media screen and (max-width: 1280px){.fastDocumentManagement_content{padding:112px 56px 102px}}@media screen and (max-width: 836px){.fastDocumentManagement_content{padding:256px 32px 178px}}@media screen and (max-width: 600px){.fastDocumentManagement_content{padding:80px 16px 80px;align-items:flex-start}}.fastDocumentManagement_title{text-align:center}.fastDocumentManagement_title span{display:inline-block;color:var(--grey);background:var(--black);line-height:110px}@media screen and (max-width: 1440px){.fastDocumentManagement_title{max-width:1100px}.fastDocumentManagement_title span{line-height:104px}}@media screen and (max-width: 1280px){.fastDocumentManagement_title{max-width:970px}}@media screen and (max-width: 600px){.fastDocumentManagement_title{text-align:left}.fastDocumentManagement_title span{line-height:48px}}.fastDocumentManagement_description{margin:92px 0 72px;text-align:center}.fastDocumentManagement_description span{z-index:1;position:relative;display:inline-block}.fastDocumentManagement_description._active span::before{content:"";z-index:-1;position:absolute;top:0;left:0%;width:0;height:100%;background-color:var(--orange-brand-light);animation:highlight 2s forwards}.fastDocumentManagement_description._active span:nth-child(2):before{animation-delay:.5s}.fastDocumentManagement_description._active span:nth-child(3):before{animation-delay:1s}@media screen and (max-width: 1440px){.fastDocumentManagement_description{margin:42px 0 64px}}@media screen and (max-width: 836px){.fastDocumentManagement_description{margin:112px 0 64px}}@media screen and (max-width: 600px){.fastDocumentManagement_description{margin:88px 0 40px;text-align:left}}.fastDocumentManagement_message{position:absolute;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 600px){.fastDocumentManagement_message{position:static !important;width:100%;height:unset}}.fastDocumentManagement_message:nth-child(1){top:-60px !important;left:31% !important}@media screen and (max-width: 1440px){.fastDocumentManagement_message:nth-child(1){top:-40px !important;left:38% !important}}@media screen and (max-width: 1280px){.fastDocumentManagement_message:nth-child(1){left:35% !important}}@media screen and (max-width: 1024px){.fastDocumentManagement_message:nth-child(1){left:30% !important}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(1){left:32% !important}}@media screen and (max-width: 710px){.fastDocumentManagement_message:nth-child(1){left:22% !important}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(1).spanish{left:14% !important}}@media screen and (max-width: 710px){.fastDocumentManagement_message:nth-child(1).spanish{left:2% !important}}.fastDocumentManagement_message:nth-child(2){top:112px !important;left:0 !important}@media screen and (max-width: 1440px){.fastDocumentManagement_message:nth-child(2){top:88px !important;left:0 !important}}@media screen and (max-width: 1280px){.fastDocumentManagement_message:nth-child(2){left:4% !important}}@media screen and (max-width: 1024px){.fastDocumentManagement_message:nth-child(2){left:5% !important}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(2){top:82px !important;left:4% !important}}@media screen and (max-width: 600px){.fastDocumentManagement_message:nth-child(2){transform:translateY(40px)}}.fastDocumentManagement_message:nth-child(3){top:122px !important;left:64% !important}@media screen and (max-width: 1440px){.fastDocumentManagement_message:nth-child(3){top:88px !important;left:69% !important}}@media screen and (max-width: 1280px){.fastDocumentManagement_message:nth-child(3){left:65% !important}}@media screen and (max-width: 1130px){.fastDocumentManagement_message:nth-child(3){left:unset !important;right:1% !important}}@media screen and (max-width: 1024px){.fastDocumentManagement_message:nth-child(3){left:55% !important;right:unset !important}}@media screen and (max-width: 920px){.fastDocumentManagement_message:nth-child(3){right:1% !important;left:unset !important}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(3){top:195px !important;left:43% !important;right:unset !important}}@media screen and (max-width: 710px){.fastDocumentManagement_message:nth-child(3){left:33% !important}}.fastDocumentManagement_message:nth-child(4){top:370px !important;left:8% !important}@media screen and (max-width: 1440px){.fastDocumentManagement_message:nth-child(4){top:177px !important;left:12% !important}}@media screen and (max-width: 1280px){.fastDocumentManagement_message:nth-child(4){top:180px !important;left:8% !important}}@media screen and (max-width: 1024px){.fastDocumentManagement_message:nth-child(4){top:195px !important;left:11% !important}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(4){top:407px !important;left:16% !important}}@media screen and (max-width: 600px){.fastDocumentManagement_message:nth-child(4){transform:translateY(40px)}}@media screen and (max-width: 836px){.fastDocumentManagement_message:nth-child(4).spanish{top:505px !important}}.fastDocumentManagement_messageBg{position:relative;border-radius:32px 32px 0px 32px;border:2px solid rgba(244,241,238,.8);background:rgba(255,255,255,.75);box-shadow:0px 8px 20.5px 4px rgba(222,204,225,.3);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.fastDocumentManagement_messageBg::before{content:"";position:absolute;width:100%;height:100%;background:url(/sources/images/gradient_texture.5364bf7ed205776f6e13.png);background-position:center;background-size:auto;border-radius:32px 32px 0px 32px}@media screen and (max-width: 600px){.fastDocumentManagement_messageBg{height:100%}}.fastDocumentManagement_parallax{position:absolute;width:100%;height:100%}@media screen and (max-width: 600px){.fastDocumentManagement_parallax{position:static !important;width:-moz-fit-content;width:fit-content;height:unset;display:grid;grid-template-columns:repeat(2, 1fr);gap:8px;margin-top:48px}}.fastDocumentManagement_messageContent{z-index:1;position:relative;display:flex;align-items:center;gap:16px;padding:8px 32px 8px 8px}.fastDocumentManagement_messageContent p{white-space:nowrap}.fastDocumentManagement_messageContent svg{min-width:28px}@media screen and (max-width: 1440px){.fastDocumentManagement_messageContent{padding:6px 24px 6px 6px}}@media screen and (max-width: 600px){.fastDocumentManagement_messageContent{display:grid;gap:24px;padding:12px}.fastDocumentManagement_messageContent p{white-space:unset}.fastDocumentManagement_messageContent svg{min-width:16px}}.fastDocumentManagement_messageAvatar{width:48px;height:48px}@media screen and (max-width: 1440px){.fastDocumentManagement_messageAvatar{width:32px;height:32px}}@media screen and (max-width: 600px){.fastDocumentManagement_messageAvatar{width:40px;height:40px}}
.transformingIndustries{height:500vh}.transformingIndustries_content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;height:100%;max-width:1100px;text-align:center}@media screen and (max-width: 1440px){.transformingIndustries_content{max-width:880px;padding:0 32px}}@media screen and (max-width: 836px){.transformingIndustries_content{position:sticky;top:0;height:100vh;background-image:url(/sources/images/fastDocumentManagement_bg.e8d6f2de3cb7d5d6cbdf.png)}}@media screen and (max-width: 600px){.transformingIndustries_content{padding:120px 16px;justify-content:flex-start;align-items:flex-start;background-position:center;background-size:350%;text-align:left}}.transformingIndustries_scrollSection{position:absolute;top:0;height:100%;width:500vw;will-change:transform;display:flex;justify-content:space-between;padding:80px 40px}@media screen and (max-width: 1440px){.transformingIndustries_scrollSection{padding:80px 32px 40px}}@media screen and (max-width: 836px){.transformingIndustries_scrollSection{width:100%;justify-content:unset;flex-direction:column}}@media screen and (max-width: 600px){.transformingIndustries_scrollSection{padding:80px 16px}}.transformingIndustries_sticky{overflow:hidden;position:sticky;top:0;height:100vh;background-image:url(/sources/images/fastDocumentManagement_bg.e8d6f2de3cb7d5d6cbdf.png)}@media screen and (max-width: 836px){.transformingIndustries_sticky{overflow:unset;position:relative;height:100%;background-image:unset}}.transformingIndustries_cardWrapper:nth-child(2n+1){margin:auto 0 0}@media screen and (max-width: 836px){.transformingIndustries_cardWrapper{height:100vh}.transformingIndustries_cardWrapper:nth-child(2n+1){margin:0 0 0 auto}}.transformingIndustries_card{display:flex;flex-direction:column;gap:24px;max-width:440px;padding:16px;border-radius:12px;border:2px solid var(--Blur-Blur-stroke, rgba(244, 241, 238, 0.8));background:var(--white);box-shadow:0px 37px 48px -29px rgba(214,189,215,.6);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background-image:url(/sources/images/transformingIndustries_bg.0290eac61c1d7269473b.png);background-size:cover}@media screen and (max-width: 1440px){.transformingIndustries_card{max-width:380px}}@media screen and (max-width: 600px){.transformingIndustries_card{max-width:280px;padding:8px}}.transformingIndustries_cardContent{display:flex;flex-direction:column;gap:24px;padding:8px}@media screen and (max-width: 1440px){.transformingIndustries_cardContent{padding:0 4px;gap:20px}}.transformingIndustries_cardImage{border-radius:8px;border:2px solid var(--grey-200);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);overflow:hidden}
.videoBlock{padding:120px 0;display:flex;flex-direction:column;align-items:center;gap:64px;text-align:center}.videoBlock .h3{max-width:1100px;color:var(--grey-500)}@media screen and (max-width: 1440px){.videoBlock{padding:104px 150px}}@media screen and (max-width: 1280px){.videoBlock{padding:118px 56px 80px;margin:0;gap:72px}.videoBlock .h3{max-width:1000px}}@media screen and (max-width: 834px){.videoBlock{padding:120px 32px}}@media screen and (max-width: 600px){.videoBlock{padding:64px 16px;gap:80px}}.videoBlock_container{width:100%}.videoBlock_container video{-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 600px){.videoBlock .black_button{justify-content:center;width:100%}}
.whitepaper{display:flex;justify-content:center;padding:160px 56px;border-radius:12px;border:1px solid var(--grey-200);background:var(--white);box-shadow:-2px 0px 0px 0px rgba(237,234,230,.25),2px 2px 3.8px 0px #edeae6}@media screen and (max-width: 836px){.whitepaper{padding:176px 32px;border-radius:unset}}@media screen and (max-width: 600px){.whitepaper{padding:120px 16px}}.whitepaper_wrapper{display:flex;flex-direction:column;align-items:center;gap:64px;max-width:1100px;text-align:center}@media screen and (max-width: 1440px){.whitepaper_wrapper{gap:56px;max-width:880px}}@media screen and (max-width: 1280px){.whitepaper_wrapper{max-width:780px}}@media screen and (max-width: 600px){.whitepaper_wrapper{align-items:flex-start;gap:48px;text-align:left}}
.workFaster{padding:92px 40px;border-radius:16px;border:1px solid var(--grey-200);background:var(--white);box-shadow:-2px 0px 0px 0px rgba(237,234,230,.25),2px 2px 3.8px 0px #edeae6}@media screen and (max-width: 1280px){.workFaster{padding:96px 40px}}@media screen and (max-width: 834px){.workFaster{padding:96px 32px}}@media screen and (max-width: 600px){.workFaster{padding:80px 16px}}.workFaster_content{display:flex;flex-direction:column;align-items:center;gap:80px}@media screen and (max-width: 1440px){.workFaster_content{gap:68px}}@media screen and (max-width: 600px){.workFaster_content .black_button{width:100%;justify-content:center}}.workFaster_cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;width:100%}@media screen and (max-width: 1100px){.workFaster_cards{grid-template-columns:repeat(1, 1fr)}}.workFaster_card{display:flex;flex-direction:column;justify-content:space-between;min-height:676px;width:100%;border-radius:8px;border:2px solid var(--grey-200);background:var(--grey);background-repeat:no-repeat;overflow:hidden}.workFaster_card:nth-child(1){background-image:url(/sources/images/workFaster_card_bg_1.0ed1252e2a280763754e.png)}.workFaster_card:nth-child(1):hover .customized_card:nth-child(1){transform:rotate(-18deg) translate(-10px, -20px)}.workFaster_card:nth-child(1):hover .customized_card:nth-child(2){transform:rotate(5deg) translate(0px, 10px)}.workFaster_card:nth-child(1):hover .customized_card:nth-child(3){transform:rotate(23deg) translate(-10px, -20px)}.workFaster_card:nth-child(2){background-image:url(/sources/images/workFaster_card_bg_2.9acb79a022782daa7a56.png);transform:translateY(52px)}.workFaster_card:nth-child(3){background-image:url(/sources/images/workFaster_card_bg_3.92a33b5d62678edce6c5.png)}.workFaster_card:nth-child(4){background-size:contain;background-image:url(/sources/images/workFaster_card_bg_4.c16ed8441d5a87232ee9.png);transform:translateY(52px)}@media screen and (max-width: 1440px){.workFaster_card{min-height:588px}.workFaster_card:nth-child(2){transform:translateY(32px)}.workFaster_card:nth-child(4){transform:translateY(32px);background-size:cover}}@media screen and (max-width: 1100px){.workFaster_card{min-height:456px}.workFaster_card:nth-child(2){transform:unset;background-image:url(/sources/images/workFaster_card_bg_2_836.119278788e6962d34cb6.png);background-size:cover}.workFaster_card:nth-child(4){background-image:url(/sources/images/workFaster_card_bg_1280_4.f1c7829337639e6a8c57.png);transform:unset;background-size:contain}}@media screen and (max-width: 834px){.workFaster_card{min-height:588px}}@media screen and (max-width: 600px){.workFaster_card:nth-child(4){background-image:url(/sources/images/workFaster_card_bg_834_4.af016f573c2e1c691bb6.png)}}@media screen and (max-width: 480px){.workFaster_card{min-height:624px;background-position:top}.workFaster_card:nth-child(4){background-image:url(/sources/images/workFaster_card_bg_600_4.c18daec36369419b1482.png)}}.workFaster_cardContent{z-index:1;display:flex;flex-direction:column;gap:16px;padding:24px 32px 32px;pointer-events:none}@media screen and (max-width: 1440px){.workFaster_cardContent{padding:16px 24px 24px}.workFaster_cardContent svg{width:32px;height:32px}}@media screen and (max-width: 1100px){.workFaster_cardContent{max-width:480px}}@media screen and (max-width: 600px){.workFaster_cardContent{padding:16px 16px 24px;max-width:unset;gap:20px}.workFaster_cardContent svg{width:24px;height:24px}}.workFaster .customized{position:relative;height:100%}.workFaster .customized_card{position:absolute;width:308px;min-width:308px;padding:24px;border-radius:6px;border:1px solid var(--grey-200);background:var(--white);box-shadow:30px 37px 20.8px -29px #e1d9d1;transition:transform .3s ease-out}.workFaster .customized_card:nth-child(1){transform:rotate(-15deg);left:-1%;top:-4%}.workFaster .customized_card:nth-child(2){z-index:1;transform:rotate(12deg);left:34%;top:26%}.workFaster .customized_card:nth-child(3){transform:rotate(20deg);right:0;top:-3%}@media screen and (max-width: 1440px){.workFaster .customized_card{width:264px;min-width:264px}}@media screen and (max-width: 1100px){.workFaster .customized_card:nth-child(1){left:unset;right:44%;top:-8%}.workFaster .customized_card:nth-child(2){left:unset;right:21%;top:41%}.workFaster .customized_card:nth-child(3){right:0;top:-3%}}@media screen and (max-width: 836px){.workFaster .customized_card:nth-child(1){left:2%;right:unset;top:-5%}.workFaster .customized_card:nth-child(2){right:28%;top:26%}}@media screen and (max-width: 490px){.workFaster .customized_card{width:220px;min-width:220px;padding:16px}.workFaster .customized_card:nth-child(1){z-index:1;left:-3%;top:-2%}.workFaster .customized_card:nth-child(2){right:calc(46% - 110px);top:37%}.workFaster .customized_card:nth-child(3){right:-12%;top:9%}}.workFaster .customized_cardName{display:flex;align-items:center;gap:20px}.workFaster .customized_cardName img{width:58px;height:58px}@media screen and (max-width: 1440px){.workFaster .customized_cardName{gap:14px}.workFaster .customized_cardName img{width:42px;height:42px}}@media screen and (max-width: 600px){.workFaster .customized_cardName img{width:34px;height:34px}}.workFaster .customized_cardButtons{display:flex;flex-direction:column;gap:8px;margin-top:20px}.workFaster .customized_cardButtons button{padding:12px;border-radius:4px;background:var(--grey);box-shadow:2px 2px 1.1px 0px #e1d9d1 inset,-1px -1px .6px 0px rgba(225,217,209,.23) inset;color:var(--grey-500);text-transform:uppercase}.workFaster .customized_cardButtons button.active{margin:-2px 0;border:2px solid var(--white);background:var(--black);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);color:var(--white)}.workFaster .customized_cardButtons button.active.purple{background:#957aff}@media screen and (max-width: 1440px){.workFaster .customized_cardButtons button{padding:8px}}@media screen and (max-width: 600px){.workFaster .customized_cardButtons button{white-space:nowrap;padding:8px 4px;overflow:hidden}}.workFaster .multipleUsers{position:relative;height:100%}.workFaster .multipleUsers_card{position:absolute;display:flex;align-items:center;gap:22px;width:520px;padding:13px 24px;border-radius:4px;border:1px solid var(--grey-200);background:var(--white);box-shadow:30px 37px 20.8px -29px #e1d9d1;cursor:pointer}.workFaster .multipleUsers_card img{width:50px;height:50px}.workFaster .multipleUsers_card:hover,.workFaster .multipleUsers_card.active{background:linear-gradient(272deg, rgba(255, 255, 255, 0) -1.41%, rgba(255, 205, 41, 0.2) 90.26%),var(--white)}.workFaster .multipleUsers_card:nth-child(1){z-index:1;top:50px;right:-110px;transform:rotate(6deg)}.workFaster .multipleUsers_card:nth-child(2){top:110px;right:-15px;transform:rotate(-3deg)}.workFaster .multipleUsers_card:nth-child(3){z-index:1;top:200px;right:-149px;transform:rotate(4deg)}.workFaster .multipleUsers_card:nth-child(4){top:275px;right:-80px;transform:rotate(-4deg)}@media screen and (max-width: 1440px){.workFaster .multipleUsers_card{padding:14px 24px;width:460px}.workFaster .multipleUsers_card img{width:42px;height:42px}}@media screen and (max-width: 600px){.workFaster .multipleUsers_card{width:350px;padding:10px 16px;gap:14px}.workFaster .multipleUsers_card img{width:34px;height:34px}.workFaster .multipleUsers_card:nth-child(1){top:40px;right:-10%}.workFaster .multipleUsers_card:nth-child(2){top:95px;right:0}.workFaster .multipleUsers_card:nth-child(3){top:164px;right:-8%}.workFaster .multipleUsers_card:nth-child(4){top:230px;right:-6%}}@media screen and (max-width: 440px){.workFaster .multipleUsers_card:nth-child(1){right:-140px}.workFaster .multipleUsers_card:nth-child(2){right:-95px}.workFaster .multipleUsers_card:nth-child(3){right:-128px}.workFaster .multipleUsers_card:nth-child(4){top:225px;right:-122px}}.workFaster .multipleUsers .association{position:absolute;pointer-events:none}.workFaster .multipleUsers .association_1{top:71px;right:369px}.workFaster .multipleUsers .association_2{top:175px;right:437px}.workFaster .multipleUsers .association__mobile{display:none}@media screen and (max-width: 1440px){.workFaster .multipleUsers .association_1{right:310px}.workFaster .multipleUsers .association_2{top:175px;right:377px}}@media screen and (max-width: 600px){.workFaster .multipleUsers .association{display:none}.workFaster .multipleUsers .association__mobile{display:block !important}.workFaster .multipleUsers .association_1{right:293px;top:46px}.workFaster .multipleUsers .association_2{top:132px;right:320px}}@media screen and (max-width: 440px){.workFaster .multipleUsers .association_1{right:207px}.workFaster .multipleUsers .association_2{right:225px}}.workFaster .multilingual{position:relative;height:100%}.workFaster .multilingual_message{position:absolute;display:flex;align-items:flex-end;gap:16px;width:-moz-fit-content;width:fit-content;box-shadow:0px 37px 20.8px -29px #f4f1ee}.workFaster .multilingual_message.active .multilingual_messageText{background:#51ce6c;box-shadow:30px 37px 20.8px -29px rgba(81,206,108,.89);color:var(--white)}.workFaster .multilingual_message img{width:50px;height:50px}.workFaster .multilingual_message:nth-child(1){top:40px;left:30px;transform:rotate(-4deg)}.workFaster .multilingual_message:nth-child(2){top:150px;right:20px;transform:rotate(2deg)}.workFaster .multilingual_message:nth-child(3){top:260px;left:30px;transform:rotate(-6deg)}.workFaster .multilingual_message:nth-child(4){top:360px;right:30px;transform:rotate(3deg)}@media screen and (max-width: 1440px){.workFaster .multilingual_message img{width:42px;height:42px}.workFaster .multilingual_message:nth-child(1){top:40px;left:unset;right:140px}.workFaster .multilingual_message:nth-child(2){top:130px}.workFaster .multilingual_message:nth-child(3){top:230px;left:unset;right:120px}.workFaster .multilingual_message:nth-child(4){top:330px}}@media screen and (max-width: 1200px){.workFaster .multilingual_message:nth-child(1){top:40px;left:30px;right:unset}.workFaster .multilingual_message:nth-child(3){top:230px;left:30px;right:unset}}@media screen and (max-width: 1100px){.workFaster .multilingual_message:nth-child(1){top:40px;left:unset;right:170px}.workFaster .multilingual_message:nth-child(2){top:130px}.workFaster .multilingual_message:nth-child(3){top:230px;left:unset;right:160px}.workFaster .multilingual_message:nth-child(4){top:330px}}@media screen and (max-width: 836px){.workFaster .multilingual_message:nth-child(1){top:30px;right:140px}.workFaster .multilingual_message:nth-child(2){top:120px}.workFaster .multilingual_message:nth-child(3){top:210px;right:150px}.workFaster .multilingual_message:nth-child(4){top:300px}}@media screen and (max-width: 600px){.workFaster .multilingual_message{gap:6px}.workFaster .multilingual_message img{width:34px;height:34px}.workFaster .multilingual_message:nth-child(1){top:16px;right:unset;left:8px}.workFaster .multilingual_message:nth-child(2){top:100px;right:10px}.workFaster .multilingual_message:nth-child(3){top:200px;right:unset;left:8px}.workFaster .multilingual_message:nth-child(4){top:290px;right:10px}}.workFaster .multilingual_messageText{padding:17px 24px;border-radius:20px 20px 20px 0px;border:1px solid var(--grey-200);background:var(--white)}@media screen and (max-width: 1440px){.workFaster .multilingual_messageText{padding:15px 16px}}@media screen and (max-width: 490px){.workFaster .multilingual_messageText{max-width:250px;padding:8px 16px}}
.feedbackPartners{padding:126px 56px 104px;background-image:url(/sources/images/feedback_bg.50cfe87da0bca66c3643.png)}.feedbackPartners_content{display:flex;flex-direction:column;gap:108px}@media screen and (max-width: 1440px){.feedbackPartners{padding:120px 56px;gap:80px}}@media screen and (max-width: 1280px){.feedbackPartners{padding:120px 56px}}@media screen and (max-width: 600px){.feedbackPartners{padding:80px 16px;background-position:center;background-size:350%}}.feedback{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:minmax(120px, 160px) 600px;-moz-column-gap:60px;column-gap:60px;row-gap:102px}@media screen and (max-width: 1440px){.feedback{grid-template-rows:minmax(100px, 130px) 480px;row-gap:88px}}@media screen and (max-width: 1280px){.feedback{grid-template-rows:minmax(100px, 180px) 480px;-moz-column-gap:80px;column-gap:80px}}@media screen and (max-width: 1080px){.feedback{grid-template-rows:minmax(100px, 180px) 1fr}.feedback .h2{max-width:500px;grid-area:1/1/2/3}}@media screen and (max-width: 836px){.feedback{display:flex;flex-direction:column;gap:100px}}@media screen and (max-width: 600px){.feedback{gap:64px}}.feedback_cards{position:relative}@media screen and (max-width: 1440px){.feedback_cards{display:flex;justify-content:center}}.feedback_cards__left .feedback_card:nth-child(1){transform:rotate(8.474deg)}.feedback_cards__left .feedback_card:nth-child(2){transform:rotate(3deg)}.feedback_cards__left .feedback_card:nth-child(3){transform:rotate(-8deg)}@media screen and (max-width: 1080px){.feedback_cards__left{justify-content:flex-start;grid-area:2/1/3/2}}@media screen and (max-width: 600px){.feedback_cards__left{justify-content:center}.feedback_cards__left .feedback_card:nth-child(1){display:none}.feedback_cards__left .feedback_card:nth-child(2){transform:rotate(3deg)}.feedback_cards__left .feedback_card:nth-child(3){transform:rotate(-2deg)}}.feedback_cards__right .feedback_card:nth-child(1){transform:rotate(-5deg)}.feedback_cards__right .feedback_card:nth-child(2){transform:rotate(12.051deg)}.feedback_cards__right .feedback_card:nth-child(3){transform:rotate(4deg)}@media screen and (max-width: 1080px){.feedback_cards__right{justify-content:flex-end;transform:translateY(-100px);grid-area:2/2/3/3}}@media screen and (max-width: 836px){.feedback_cards__right{transform:unset}}@media screen and (max-width: 600px){.feedback_cards__right{justify-content:center}.feedback_cards__right .feedback_card:nth-child(1){display:none}.feedback_cards__right .feedback_card:nth-child(2){transform:rotate(-5deg)}.feedback_cards__right .feedback_card:nth-child(3){transform:rotate(3deg)}}.feedback_card{position:absolute;display:flex;flex-direction:column;justify-content:space-between;padding:32px;width:544px;height:600px;border-radius:8px;border:1px solid var(--grey);background:var(--white);box-shadow:0px 37px 20.8px -29px #f4f1ee}.feedback_card__master{position:relative}.feedback_card__company{margin-top:8px;color:var(--grey-500)}@media screen and (max-width: 1440px){.feedback_card{max-width:440px;width:100%;height:480px;padding:28px}.feedback_card .Text-2{font-size:16px;line-height:24px;letter-spacing:-0.8px}}@media screen and (max-width: 1080px){.feedback_card{height:100%;gap:16px}}@media screen and (max-width: 836px){.feedback_card{height:480px}}@media screen and (max-width: 600px){.feedback_card{width:100%;max-width:90%;height:100%;min-height:500px;gap:32px;padding:20px}}.partners{display:flex;justify-content:space-between;align-items:center;padding:10px 0;max-height:128px}@media screen and (max-width: 1024px){.partners{gap:80px;margin:0 -56px;padding:10px 56px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.partners::-webkit-scrollbar{display:none}.partners img{max-width:unset;display:block}}@media screen and (max-width: 600px){.partners{margin:0 -16px;padding:10px 16px;gap:48px}}
.securityData{display:flex;align-items:center;padding:160px 24px 130px;border-radius:12px;border:1px solid var(--grey-200);background:var(--white);box-shadow:-2px 0px 0px 0px rgba(237,234,230,.25),2px 2px 3.8px 0px #edeae6}@media screen and (max-width: 1280px){.securityData{padding:160px 24px}}@media screen and (max-width: 834px){.securityData{padding:160px 16px;border:unset;border-radius:unset;box-shadow:unset}}@media screen and (max-width: 600px){.securityData{padding:120px 16px}}.securityData_content{display:flex;flex-direction:column;align-items:center;gap:60px;text-align:center}@media screen and (max-width: 1440px){.securityData_content{gap:56px}}@media screen and (max-width: 834px){.securityData_content{gap:48px}}@media screen and (max-width: 600px){.securityData_content{align-items:unset;text-align:left}}.securityData_content h2{max-width:610px}@media screen and (max-width: 834px){.securityData_content h2{max-width:unset}}.securityData_logos{display:flex;gap:16px}@media screen and (max-width: 834px){.securityData_logos{flex-wrap:wrap}}.securityData_logo{width:80px;height:80px;border-radius:10000000000px;border:2px solid var(--grey-200);box-shadow:1px 1px 2px 0px rgba(114,114,114,.49);overflow:hidden}@media screen and (max-width: 834px){.securityData_logo{width:72px;height:72px}}@media screen and (max-width: 600px){.securityData_logo{width:56px;height:56px}}
.aiInfoBlock{padding:80px 32px;border-radius:8px;border:1px solid var(--white);background-image:url(/sources/images/aiInfoBlock_bg.1dd4659370571881044d.png);box-shadow:0px 37px 48px -29px rgba(214,189,215,.6);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background-position:center;background-color:var(--white)}@media screen and (max-width: 1440px){.aiInfoBlock{padding:60px 40px}}@media screen and (max-width: 834px){.aiInfoBlock{padding:60px 24px}}@media screen and (max-width: 600px){.aiInfoBlock{padding:54px 16px 72px;background-position-x:72%;border:unset}}@media screen and (max-width: 834px){.aiInfoBlock_blockWrapper{padding:16px}}@media screen and (max-width: 600px){.aiInfoBlock_blockWrapper{padding:0;margin:0 0 24px}}.aiInfoBlock_container__withBlog{display:flex;align-items:center;justify-content:space-between;gap:90px}@media screen and (max-width: 920px){.aiInfoBlock_container__withBlog{flex-direction:column;align-items:flex-start}}.aiInfoBlock_content{display:flex;flex-direction:column;align-items:flex-start;gap:60px;max-width:50%;min-width:300px}@media screen and (max-width: 1440px){.aiInfoBlock_content{gap:32px}}@media screen and (max-width: 1280px){.aiInfoBlock_content{max-width:655px}}@media screen and (max-width: 834px){.aiInfoBlock_content{max-width:100%}}.aiInfoBlock .blogCard{display:flex;flex-direction:column;gap:20px;width:472px;min-width:400px;padding:8px 8px 16px;margin-right:16px;border-radius:4px;border:1px solid var(--grey-200);background:var(--white);box-shadow:0px 37px 48px -29px rgba(214,189,215,.6);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);transform:rotate(6deg)}@media screen and (max-width: 1440px){.aiInfoBlock .blogCard{gap:16px}}@media screen and (max-width: 920px){.aiInfoBlock .blogCard{margin:0 0 0 auto}}@media screen and (max-width: 836px){.aiInfoBlock .blogCard{margin:0 16px 0 auto}}@media screen and (max-width: 600px){.aiInfoBlock .blogCard{min-width:unset;width:352px;margin:0 auto;transform:rotate(3deg)}}@media screen and (max-width: 480px){.aiInfoBlock .blogCard{width:calc(100% - 16px)}}.aiInfoBlock .blogCard_content{display:flex;flex-direction:column;gap:16px;padding:0 8px}@media screen and (max-width: 1440px){.aiInfoBlock .blogCard_content{gap:12px}}.aiInfoBlock .blogCard .Text-4{color:var(--grey-500)}.aiInfoBlock .blogCard .blog_link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--black);overflow:hidden}.aiInfoBlock .blogCard .blog_link:hover{color:var(--orange-brand-dark)}.aiInfoBlock .blogCard .black_button{justify-content:center}

