h1,p{margin:0}html,body{height:100%;margin:0}body{background-image:url(../msk_group.svg);background-size:cover;background-position:center;background-attachment:fixed}.content{height:100vh;overflow-y:auto}.burger-icon{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.burger-icon span{width:2rem;height:.25rem;background:#ffe0c3;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.burger-icon.open span:first-child{transform:rotate(45deg);background:#ffe0c3}.burger-icon.open span:nth-child(2){opacity:0}.burger-icon.open span:last-child{transform:rotate(-45deg);background:#ffe0c3}.burger-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1001;opacity:0;transition:opacity .3s ease}.burger-overlay.active{display:block;opacity:1}.burger-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:#393028;z-index:1002;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a}.burger-menu.active{right:0}.burger-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #ffe0c3}.burger-logo{height:2rem;width:auto}.close-menu{background:none;border:none;color:#ffe0c3;font-size:2.5rem;cursor:pointer;line-height:1;padding:0}.close-menu:hover{color:#fff}.burger-menu-items{list-style:none;padding:2rem 1.5rem;margin:0}.burger-menu-items li{margin-bottom:1.5rem}.burger-menu-items a{color:#ffe0c3;text-decoration:none;font-size:1.2rem;transition:color .3s ease;display:inline-block}.burger-menu-items a:hover{color:#fff;transform:translate(10px)}.burger-menu-items .burger-button{background-color:#ffe0c2;color:#393028;padding:.75rem 2rem;border-radius:2rem;font-weight:700;width:100%;text-align:center}.burger-menu-items .burger-button:hover{background-color:#fff;transform:scale(1.05)}@media screen and (max-width:768px){.burger-icon{display:flex}}header{margin-top:1rem;display:grid;grid-template-columns:33% 33% 33%;margin-right:2rem;margin-left:2rem;align-items:center}.header-logo,.header-choices,.header-language-login{display:flex;flex-direction:row;align-items:center;color:#ffe0c3}p{margin:0}.header-logo{justify-content:flex-start}a{text-decoration:none;color:#393028}.header-choices{text-decoration:none;display:flex;justify-content:center;margin-left:auto;margin-right:auto;line-height:.9;padding:.75rem 2rem;background-color:#ffe0c2;color:#393028;border-radius:2rem;cursor:pointer}.header-choices a{transition:all .15s ease;white-space:nowrap}.header-choices a:not(:last-child){margin-right:1.5rem}.header-choices>a:hover{color:#000;transform:scale(1.1)}.header-language-login{justify-content:flex-end}.header-language-login p{white-space:nowrap}.header-language-login p:not(:last-child){margin-right:1rem}.header_button{cursor:pointer;padding:.5rem 1rem;background-color:#ffe0c2;color:#393028;border-radius:2rem;white-space:nowrap}.logo_img{height:2rem;width:auto}@media screen and (max-width:1024px){header{margin-right:1.5rem;margin-left:1.5rem}.header-choices{padding:.5rem 1.5rem}.header-choices p:not(:last-child){margin-right:1rem}}@media screen and (max-width:768px){header{grid-template-columns:1fr 1fr;grid-template-areas:"logo language" "choices choices";gap:1rem;margin-right:1rem;margin-left:1rem}.header-logo{grid-area:logo}.header-choices{grid-area:choices;justify-content:center;width:100%;padding-left:0rem;padding-right:0rem;background-color:transparent;border-radius:0}.header-choices p{background-color:#ffe0c2;padding:.5rem 1rem;border-radius:2rem;margin:.25rem}.header-choices p:not(:last-child){margin-right:.5rem}.header-language-login{grid-area:language}}@media screen and (max-width:480px){header{grid-template-columns:1fr;grid-template-areas:"logo" "language" "choices";gap:.75rem;margin-right:.75rem;margin-left:.75rem}.header-logo{justify-content:center}.header-choices{flex-wrap:wrap;justify-content:center}.header-choices p{font-size:.9rem;padding:.4rem .8rem;margin:.2rem}.header-choices p:not(:last-child){margin-right:.25rem}.header-language-login{justify-content:center;flex-wrap:wrap;gap:.5rem}.header-language-login p{font-size:.9rem}.header-language-login p:not(:last-child){margin-right:.5rem}.header_button{padding:.4rem .8rem;font-size:.9rem}.logo_img{height:1.8rem}}@media screen and (max-width:360px){.header-choices p{font-size:.8rem;padding:.3rem .6rem}.header-language-login p{font-size:.8rem}.header_button{font-size:.8rem;padding-left:.6rem;padding-right:.6rem}}@media screen and (max-height:480px)and (orientation:landscape){header{margin-top:.5rem;margin-bottom:.5rem}.header-choices p{padding:.3rem .8rem}}.desktop-only{display:block}.mobile-only{display:none}@media screen and (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}header{grid-template-columns:1fr auto!important;grid-template-areas:"logo burger"!important;gap:1rem}.header-logo{grid-area:logo}.mobile-only{grid-area:burger;justify-self:end}.header-language-login{display:none}}@media screen and (max-width:480px){header{grid-template-columns:1fr auto!important;grid-template-areas:"logo burger"!important}}.footer{background-color:#000;color:#fff;padding:40px 0 20px;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0 20px}.footer-section h3{margin:0 0 15px;font-size:20px}.footer-section h4{margin:0 0 15px;font-size:16px;color:#ccc}.footer-section p{margin:10px 0;font-size:14px;color:#ccc}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#ccc;text-decoration:none;font-size:14px}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;flex-direction:column;gap:8px}.social-links a{color:#ccc;text-decoration:none;font-size:14px}.social-links a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:40px auto 0;text-align:center;padding:20px 20px 0;border-top:1px solid #555}.footer-bottom p{margin:0;font-size:14px;color:#999}@media(max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer-content{grid-template-columns:1fr}}.main_title{text-align:center;margin-top:4rem;font-size:clamp(2rem,8vw,4rem);font-family:Archivo,sans-serif;font-weight:500;line-height:1.2;padding:0 1rem}h1{color:#fff;margin:0}.motion_word{font-family:Playfair,serif;font-weight:600;font-size:clamp(2.5rem,10vw,5rem);display:inline-block}.second_tagline{text-align:center;margin-top:1rem;font-size:clamp(.875rem,3vw,.95rem);font-family:Archivo,sans-serif;font-weight:300;color:#b4b4a5;max-width:800px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.video_placeholder{width:auto;height:auto;margin-top:2rem;margin-bottom:2rem;display:flex;flex-direction:row;justify-content:center;padding:0 1rem}.presentation_video{margin-left:auto;margin-right:auto;border-radius:.5rem;box-shadow:0 0 16px 4px #ffe0c230;max-width:90%;height:auto;aspect-ratio:16/9}.btn_offer_container{display:flex;flex-direction:row;justify-content:center}.main_button{background-color:#393028;text-decoration:none;color:#ffe0c2;font-weight:600;padding:1rem 2rem;font-size:clamp(1.2rem,4vw,1.5rem);border-radius:.5rem;transition:all .3s ease;text-align:center;white-space:nowrap}.main_button:hover{background-color:#4a3a30;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.smref_container{display:flex;flex-direction:row;justify-content:center;margin-top:2rem;margin-bottom:2rem;align-items:center;flex-wrap:wrap;gap:1rem;padding:0 1rem}.smref_container_right_comment{display:flex;flex-direction:column}.stars_ref_rating{font-size:clamp(1rem,4vw,1.25rem);font-weight:600;color:#ebca10;letter-spacing:2px;margin:0;line-height:1}.text_ref_rating{font-size:clamp(.7rem,2.5vw,.75rem);color:#b4b4b4;margin:.25rem 0 0}@media screen and (max-width:1024px){.main_title{margin-top:3rem}.presentation_video{width:90%}}@media screen and (max-width:768px){.main_title{margin-top:2.5rem}.main_title br{display:none}.second_tagline{margin-top:.75rem;padding:0 2rem}.presentation_video{width:100%}.main_button{padding:.875rem 1.75rem;width:auto;min-width:200px}.smref_container{margin-top:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width:480px){.main_title{margin-top:2rem;font-size:clamp(1.75rem,7vw,2rem);padding:0 .5rem}.second_tagline{margin-top:.5rem;padding:0 1rem;font-size:.875rem}.video_placeholder{margin-top:1.5rem;margin-bottom:1.5rem;padding:0 .5rem}.btn_offer_container{width:100%}.main_button{padding:.75rem 1.5rem;font-size:1.1rem;width:100%;max-width:300px;white-space:normal}.smref_container{flex-direction:column;gap:.75rem;text-align:center}.smref_container_right_comment{align-items:center}.stars_ref_rating{font-size:1.1rem}.text_ref_rating{font-size:.7rem}}@media screen and (max-width:360px){.main_title{font-size:1.5rem}.second_tagline{font-size:.8rem;padding:0 .75rem}.main_button{font-size:1rem;padding:.625rem 1.25rem;max-width:250px}}@media screen and (max-height:480px)and (orientation:landscape){.main_title{margin-top:1rem}.video_placeholder{margin-top:1rem;margin-bottom:1rem}.presentation_video{height:200px}.smref_container{margin-top:1rem;margin-bottom:1rem}}.base-text{color:#333}.changing-word{display:inline-block;color:#007bff;font-weight:700;transition:filter .4s ease-in-out,opacity .4s ease-in-out}.blur-out{filter:blur(30px);opacity:.5}.blur-in{filter:blur(0);opacity:1}.changing-word{font-size:5rem}h2{margin:0;font-size:clamp(2.5rem,8vw,4rem);line-height:.85;font-weight:300;text-align:center;color:#ffe0c2}.title_how_it_works{font-family:Be Vietnam Pro,serif!important;font-weight:500!important;margin-bottom:3rem}h3{margin:0;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:500;color:#eee}.explain{margin-top:5rem;padding:3rem 0;width:100%;overflow-x:hidden}.explain_block_container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.explain_block_left_container{display:flex;flex-direction:column;height:100%}.explain_block_right_container{display:flex;flex-direction:column;gap:2rem;height:100%}.explain_block_left{padding:2rem;border:1px solid #393028;border-radius:.5rem;background-color:#191919;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.explain_block_right{padding:1.5rem;border:1px solid #393028;border-radius:.5rem;background-color:#191919}.explain_block_right_bottom{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;box-sizing:border-box}.excel_gif_container{display:flex;justify-content:center;margin-top:1.5rem;width:100%}.excel_gif_img{max-width:100%;height:auto;max-height:16rem;object-fit:contain;border-radius:.5rem;box-shadow:0 0 10px 1px #ffffff13}.main_icon_right_explain_block{width:clamp(4rem,8vw,6rem);height:clamp(4rem,8vw,6rem);object-fit:contain}.explain_block_right_text{display:flex;flex-direction:column;gap:.5rem}.subtitle_text{color:#b4b4b4;margin:.5rem 0 0;font-size:clamp(.875rem,2.5vw,1rem);line-height:1.5}@media screen and (max-width:1024px){.explain{margin-top:4rem;padding:2.5rem 0}.explain_block_container{gap:1.5rem;padding:0 1.5rem}}@media screen and (max-width:768px){.explain{margin-top:3rem;padding:2rem 0}.explain_block_container{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}.explain_block_right_container{gap:1.5rem}.excel_gif_img{max-height:14rem}h2{margin-bottom:2rem}}@media screen and (max-width:480px){.explain{margin-top:2rem;padding:1.5rem 0}.explain_block_container{padding:0 1rem;gap:1rem}.explain_block_left{padding:1.5rem}.explain_block_right{padding:1.25rem;grid-template-columns:1fr;text-align:center;gap:1rem}.explain_block_right_img{display:flex;justify-content:center}.explain_block_right_text{align-items:center}.main_icon_right_explain_block{width:5rem;height:5rem}.excel_gif_img{max-height:12rem}h3,.subtitle_text{text-align:center}.explain_block_right_container{gap:1rem}h2{font-size:2.2rem;margin-bottom:1.5rem}}@media screen and (max-width:360px){.explain_block_container{padding:0 .75rem}.explain_block_left{padding:1.25rem}.explain_block_right{padding:1rem}.main_icon_right_explain_block{width:4rem;height:4rem}.excel_gif_img{max-height:10rem}h2{font-size:1.8rem}}@media screen and (max-height:600px)and (orientation:landscape){.explain{margin-top:2rem;padding:1rem 0}.explain_block_container{gap:1rem;padding:0 1.5rem}.excel_gif_img{max-height:10rem}}.icon_tag_container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.5rem}.itc_icon_img{width:1rem;height:1rem;background-color:#50d8dd25;padding:.5rem;border-radius:.5rem;border:.05rem solid #ffffff25}.itc_tags_text{margin:0;color:#50d8dd;font-size:.85rem;background-color:#50d8dd25;padding:.15rem 1rem;border-radius:1rem;border:.05rem solid #ffffff25}.use_case_container{margin-top:4rem;padding-left:2rem;padding-right:2rem;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;box-sizing:border-box}.cards_use_case_container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.card_use_case_container{display:flex;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(.35turn,#ffe0c24d,#1919194d 13% 87%,#ffe0c24d);border:1px solid #393028;flex-direction:row;border-radius:1rem;padding:1.5rem;box-shadow:0 0 10px 1px #ffffff13;transition:transform .3s ease,box-shadow .3s ease;height:100%;box-sizing:border-box}.card_use_case_container:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d;border-color:#ffe0c2}.container_img_usecase_card{flex-shrink:0;display:flex;align-items:center}.card_gif_img{width:auto;height:16rem;margin:-2rem 0 -2rem -2rem;border-radius:.5rem;box-shadow:0 0 10px 1px #ffffff13;max-width:none}.container_text_usecase_card{margin-left:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1}.container_text_usecase_card>*{margin-bottom:.75rem}.container_text_usecase_card>:last-child{margin-bottom:0}.card_date_usecase{color:#b4b4b4;font-size:.8rem;font-weight:400;letter-spacing:.5px}.card_title_usecase{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;color:#eee;line-height:1.3}.card_paragraph_usecase{color:#b4b4b4;font-size:clamp(.75rem,2vw,.8rem);font-weight:300;line-height:1.5}.card_button_usecase{padding:.5rem 1.5rem;border-radius:4rem;color:#ffe0c2;background:#393028;text-align:center;text-decoration:none;display:inline-block;font-size:.9rem;cursor:pointer;border:1px solid transparent;transition:all .3s ease}.card_button_usecase:hover{background:#4a3a30;border-color:#ffe0c2;transform:scale(1.05)}@media screen and (max-width:1024px){.use_case_container{margin-top:3rem;padding-left:1.5rem;padding-right:1.5rem}.cards_use_case_container{gap:1.5rem}.card_gif_img{height:14rem;margin:-1.5rem 0 -1.5rem -1.5rem}}@media screen and (max-width:768px){.use_case_container{margin-top:2.5rem;padding-left:1.5rem;padding-right:1.5rem}.cards_use_case_container{grid-template-columns:1fr;gap:1.5rem}.card_use_case_container{padding:1.25rem}.card_gif_img{height:13rem;margin:-1.25rem 0 -1.25rem -1.25rem}.container_text_usecase_card{margin-left:1.25rem}}@media screen and (max-width:480px){.use_case_container{margin-top:2rem;padding-left:1rem;padding-right:1rem}.cards_use_case_container{gap:1rem}.card_use_case_container{flex-direction:column;padding:1rem}.container_img_usecase_card{width:100%;justify-content:center;margin-bottom:.5rem}.card_gif_img{height:auto;width:100%;max-width:200px;margin:0}.container_text_usecase_card{margin-left:0;width:100%;align-items:center;text-align:center}.card_date_usecase{font-size:.7rem}.card_title_usecase{font-size:1.2rem;text-align:center}.card_paragraph_usecase{font-size:.75rem;text-align:center;margin-bottom:1rem}.card_button_usecase{font-size:.8rem;padding:.4rem 1.2rem}}@media screen and (max-width:360px){.use_case_container{padding-left:.75rem;padding-right:.75rem}.card_use_case_container{padding:.875rem}.card_gif_img{max-width:150px}.card_title_usecase{font-size:1.1rem}.card_paragraph_usecase{font-size:.7rem}.card_button_usecase{font-size:.75rem;padding:.35rem 1rem}}@media screen and (min-width:600px)and (max-width:768px)and (orientation:landscape){.cards_use_case_container{grid-template-columns:repeat(2,1fr)}}@media(prefers-color-scheme:dark){.card_use_case_container{background:linear-gradient(.35turn,#ffe0c233,#19191966 13% 87%,#ffe0c233)}}.testimonials{padding:2rem;margin-top:3rem;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;box-sizing:border-box}.testimonials_container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.testimonials_card{height:28rem;width:100%;max-width:16rem;background-color:#020733;border-radius:1rem;margin-left:auto;margin-right:auto;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 10px 20px #0000004d}.testimonials_card:hover{transform:translateY(-10px);box-shadow:0 20px 30px #0006}.testimonials_card:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.9) 100%);border-radius:1rem;pointer-events:none}.testimonials_card_cont{padding:1.5rem;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;z-index:1}.testi_small_title{color:#ffffffe6;font-size:1rem;margin:0 0 .25rem;font-weight:400;letter-spacing:.5px}.testi_big_title{color:#fff;font-size:1.25rem;font-weight:600;margin:0 0 .5rem;line-height:1.3}.testi_paragraph{color:#ffffffb3;font-size:.85rem;margin:0;line-height:1.5}.testimonials_card{background:none}@media screen and (max-width:1024px){.testimonials{padding:1.5rem;margin-top:2.5rem}.testimonials_container{gap:1rem}.testimonials_card{height:26rem;max-width:15rem}}@media screen and (max-width:768px){.testimonials{padding:1.5rem;margin-top:2rem}.testimonials_container{grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center}.testimonials_card{height:24rem;max-width:14rem;margin:0}.testi_big_title{font-size:1.1rem}.testi_paragraph{font-size:.8rem}}@media screen and (max-width:480px){.testimonials{padding:1rem;margin-top:1.5rem}.testimonials_container{grid-template-columns:1fr;gap:1rem}.testimonials_card{height:22rem;max-width:16rem}.testimonials_card_cont{padding:1.25rem}.testi_small_title{font-size:.95rem}.testi_big_title{font-size:1.2rem}.testi_paragraph{font-size:.85rem}}@media screen and (max-width:360px){.testimonials{padding:.75rem}.testimonials_card{height:20rem;max-width:14rem}.testimonials_card_cont{padding:1rem}.testi_small_title{font-size:.9rem}.testi_big_title{font-size:1.1rem}.testi_paragraph{font-size:.8rem}}@media screen and (max-height:600px)and (orientation:landscape){.testimonials{margin-top:1rem}.testimonials_container{grid-template-columns:repeat(4,1fr)}.testimonials_card{height:18rem}}@media screen and (min-width:1600px){.testimonials{max-width:1600px}.testimonials_card{height:30rem;max-width:18rem}}.faq{margin-top:3rem}.faq_system_container{margin-top:4rem;padding-left:4rem;padding-right:4rem}.MuiPaper-root{background-color:#191919!important;color:#ffe0c2!important}.MuiTypography-root{color:#ffe0c2!important;font-family:Be Vietnam Pro,"serif"!important;font-size:1.5rem!important}.faq_text,.MuiSvgIcon-root{color:#ffe0c2!important}
