.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}}
@media screen and (max-width: 1024px){.cases_blockWrapper{padding:0}}.cases{padding:56px 40px;border-radius:12px;border:1px solid var(--grey);background-image:url(/sources/images/cases_bg.f28401b4a9ea12a4cdcc.jpg);background-repeat:no-repeat;background-position:center left;background-attachment:fixed;box-shadow:-2px 0px 0px 0px rgba(237,234,230,.25),2px 2px 3.8px 0px #edeae6}@media screen and (max-width: 1024px){.cases{padding:48px 32px}}@media screen and (max-width: 600px){.cases{padding:48px 16px;background-attachment:unset;background-size:cover;background-position:center center}}.cases_wrapper{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1024px){.cases_wrapper{align-items:flex-start;justify-content:flex-start}}.cases_content{position:relative;display:flex;gap:16px}.cases_content__mobile{display:none}@media screen and (max-width: 1024px){.cases_content{display:none}.cases_content__mobile{display:flex;flex-direction:column;gap:100px;width:100%}}.case_block{position:sticky;top:calc(50vh - 250px);display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;max-width:560px;padding-right:40px}@media screen and (max-width: 1280px){.case_block{padding-right:16px;max-width:40%}}@media screen and (max-width: 1024px){.case_block{position:static;justify-content:space-between;gap:40px;padding-right:0;max-width:unset}}@media screen and (max-width: 600px){.case_block{gap:56px}}.case_textContainer{display:none;flex-direction:column;align-items:flex-start;gap:56px;opacity:0;transition:opacity .5s}.case_textContainer.active{display:flex}@media screen and (max-width: 1440px){.case_textContainer{gap:40px}}@media screen and (max-width: 1024px){.case_textContainer{display:flex;max-width:560px;opacity:1}}.case_messageContainer{display:flex;flex-direction:column}@media screen and (max-width: 1440px){.case_messageContainer{min-width:674px}}@media screen and (max-width: 1280px){.case_messageContainer{min-width:unset}}.case_messageWrapper{display:flex;flex-direction:column;gap:16px;min-height:100vh;opacity:0;transition:opacity .2s linear}.case_messageWrapper.active{opacity:1}.case_messageWrapper.active .case_message{transform:translate(0, 0)}@media screen and (max-width: 1024px){.case_messageWrapper{min-height:unset;opacity:1}}.case_message{display:flex;gap:16px;width:80%;padding:12px;border-radius:32px 32px 32px 4px;border:2px solid var(--Blur-Blur-stroke, rgba(244, 241, 238, 0.8));background:var(--Brand-colors-Orange-50, #FCF9F1);transition:transform .5s linear;transform:translate(30px, 50px)}.case_message__user{margin:0 0 0 auto;border-radius:32px 32px 4px 32px;background:var(--Blur-Back-blur, rgba(255, 255, 255, 0.8))}.case_message img{width:36px;height:36px}@media screen and (max-width: 1280px){.case_message{width:100%}.case_message__user{width:80%}}@media screen and (max-width: 1024px){.case_message{width:80%;transform:translate(0, 0)}}@media screen and (max-width: 600px){.case_message{width:100%}}.case_message .message_wrapper{display:flex;flex-direction:column;gap:16px}.case_message .message_header{display:flex;align-items:center;gap:12px}.case_message .message_header span{color:var(--grey-500);font-size:11px;font-weight:400;line-height:13.15px}.case_message .message_content .list p{margin-bottom:12px}.case_message .message_content .list li{position:relative;padding-left:20px}.case_message .message_content .list li::before{content:"•";position:absolute;left:7px}.case_message .message_document{display:flex;align-items:center;gap:8px;color:var(--grey-500)}.case_button__mobile{display:none}@media screen and (max-width: 600px){.case_button{display:none}.case_button__mobile{display:flex;justify-content:center}}
.faq_wrapper{padding:72px 0 80px}@media screen and (max-width: 1440px){.faq_wrapper{padding:72px 56px 112px;max-width:1442px}}@media screen and (max-width: 836px){.faq_wrapper{padding:72px 32px 80px}}@media screen and (max-width: 600px){.faq_wrapper{padding:72px 16px 80px}}.faq .questions_wrapper{display:flex;flex-direction:column;align-items:center;row-gap:16px;width:100%;margin-top:72px}@media screen and (max-width: 1440px){.faq .questions_wrapper{margin-top:60px}}@media screen and (max-width: 600px){.faq .questions_wrapper{margin-top:32px}}.faq .question_header{display:flex;justify-content:space-between;align-items:center;gap:16px;transition:all .3s ease-in-out;cursor:pointer}@media screen and (max-width: 1024px){.faq .question_header{align-items:flex-start}}.faq .question{display:flex;flex-direction:column;width:100%;padding:28px 32px;border-radius:8px;background:var(--white);box-shadow:20px 20px 20.8px -29px rgba(225,217,209,.7);transition:all .3s ease-in-out;overflow:hidden}.faq .question.open{transition:all .3s ease-in-out}.faq .question.open .answer{padding-top:64px;opacity:100%;height:auto}@media screen and (max-width: 1440px){.faq .question.open .answer{padding-top:56px}}@media screen and (max-width: 600px){.faq .question.open .answer{padding-top:48px}}.faq .question.open .show{display:none}.faq .question.open .hide{display:block}@media screen and (max-width: 1440px){.faq .question{padding:24px 28px}}@media screen and (max-width: 600px){.faq .question{padding:20px 24px}}.faq .answer{position:relative;padding-top:0;opacity:0;height:0;transition:all .3s ease-in-out}.faq .answer::before{content:"";position:absolute;top:32px;width:100%;height:1px;background:var(--grey-200)}@media screen and (max-width: 1440px){.faq .answer::before{top:28px}}@media screen and (max-width: 600px){.faq .answer::before{top:24px}}.faq .answer_content{max-width:880px}.faq .answer_content.list p{margin-bottom:20px}.faq .answer_content.list li{margin-left:14px;list-style:disc}.faq .answer_content.list span{font-family:"Poppins-M"}@media screen and (max-width: 1024px){.faq .answer_content{max-width:unset}}.faq .toggleButton{width:32px;height:32px}.faq .toggleButton .show{display:block}.faq .toggleButton .hide{display:none}@media screen and (max-width: 1440px){.faq .toggleButton{width:28px;height:28px}.faq .toggleButton svg{width:28px;height:28px}}@media screen and (max-width: 1024px){.faq .toggleButton{margin-top:5px}}@media screen and (max-width: 600px){.faq .toggleButton{width:24px;height:24px}.faq .toggleButton svg{width:24px;height:24px}}
.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}
.saveMoney{display:flex;align-items:center;height:100vh;min-height:800px;max-height:1440px;padding:0 56px;background-image:url(/sources/images/contactUs_bg.b0b88106117bd922c7f7.png);background-position:center;background-repeat:no-repeat}@media screen and (max-width: 836px){.saveMoney{padding:0 32px}}@media screen and (max-width: 600px){.saveMoney{max-height:unset;min-height:unset;height:-moz-fit-content;height:fit-content;padding:140px 16px;background-size:350%}}.saveMoney_wrapper{display:flex;flex-direction:column;align-items:center;gap:64px;text-align:center}@media screen and (max-width: 600px){.saveMoney_wrapper{align-items:flex-start;gap:48px;text-align:left}.saveMoney_wrapper .black_button{width:100%;justify-content:center}.saveMoney_wrapper .subtitle_button{flex-direction:row-reverse}.saveMoney_wrapper .subtitle_button svg:first-child{display:none}}@media screen and (max-width: 600px){.aiInfoBlock{padding:48px 16px}}
