@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:Poppins,sans-serif!important;box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}:root{--color-purple: #6C63FF;--color-purple--10: rgba(107, 99, 255, .1);--color-black: #30303F}a{text-decoration:inherit}body{background-color:#fff}ul{list-style:none}p{line-height:1.4rem}button,input{all:inherit}.header__nav{width:fit-content}.header__nav--list{display:flex;align-items:center;gap:2.5rem}.header__nav--item a{color:var(--color-purple);font-size:12pt;font-weight:500}.header__nav--icon{width:14px;height:14px;margin-left:.265rem;fill:#fff!important}#contact_link{width:fit-content;padding:5px 15px;border-radius:20px;background-color:#6961ff;color:#fff}#contact_link a{color:#fff}@media screen and (max-width: 768px){.header__nav{display:none}}.header__logo{display:flex;align-items:center;gap:.5rem}.header__logo--img{width:fit-content;height:60px}.header__logo--text{display:flex;flex-direction:column}.header__logo--text span{font-size:12pt;font-weight:700;color:var(--color-black)}.header__logo--text span:nth-child(1){color:var(--color-purple)}@media screen and (max-width: 768px){.header__logo--img{height:50px}.header__logo--text span{font-size:11pt}}.header{width:100%;height:10dvh;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header__select{position:relative;min-width:10rem;height:fit-content;color:var(--color-black)}.header__select--button{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:10px 12px;width:100%;font-size:12pt;background-color:#fff;border:1px solid var(--color-purple);border-radius:20px;transition:border-radius .3s ease-in-out,background-color .3s ease;font-weight:500;z-index:99}.header__select--button svg{width:fit-content;height:14px;fill:var(--color-purple)}.header__select--button.list--active{border-radius:10px 10px 0 0}.header__select--list{position:absolute;z-index:1000;display:flex;flex-direction:column;width:100%;max-height:0;overflow:hidden;visibility:hidden;opacity:0;background-color:#fff;border:1px solid var(--color-purple);border-top:none;border-radius:0 0 20px 20px}.header__select--list.active{visibility:visible;animation:slide-down .4s ease forwards}.header__select--list.closing{animation:slide-up .3s ease forwards}.header__select--lang{width:100%;display:flex;gap:.5rem;align-items:center;padding:10px 15px;cursor:pointer;color:var(--color-black);font-weight:600;background-color:#fff;transition:background-color .3s ease,color .3s ease}.header__select--lang:last-child{border-radius:0 0 20px 20px}.header__select--lang:hover{background-color:var(--color-purple);color:#fff}.header__select--flag{width:18px;height:18px}.header__select--flag svg{width:100%;height:100%}@keyframes slide-down{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:200px;opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{max-height:200px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}@media screen and (max-width: 768px){.header__select{display:none}.header__nav__mobile__select{width:100%}.header__nav__mobile__select--list{width:100%;display:flex;gap:1rem;flex-direction:column;margin:12.5px 0}.header__nav__mobile__select--lang{display:flex;gap:.265rem;font-size:12.5pt;font-weight:600;color:var(--color-purple)}.header__select--flag{width:22px;height:22px}}.navbar__menu-button{width:2rem;height:fit-content;display:none;flex-direction:column;gap:3px;background-color:transparent;position:relative}.navbar__menu-button>div{width:100%;border-radius:10px;height:3px;background-color:var(--color-purple);transition:transform .3s ease,opacity .3s ease}.navbar__menu-button.active>div:nth-child(1){transform:translateY(6px) rotate(45deg)}.navbar__menu-button.active>div:nth-child(2){opacity:0}.navbar__menu-button.active>div:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media screen and (max-width: 768px){.navbar__menu-button{display:flex}}.header__nav__mobile{opacity:1;width:100%;position:absolute;padding:0 1.2em;height:90dvh;top:calc(10dvh - 1px);left:0;right:0;z-index:999;background-color:#fff;border:none}.header__nav__mobile--list{display:flex;margin:20px 0;align-items:flex-start;flex-direction:column;gap:1rem}.header__nav__mobile--list span{font-size:11pt;letter-spacing:.5px;font-weight:600;color:#a6a6a6}.header__nav__mobile--item{width:100%}.header__nav__mobile--item a{color:var(--color-purple);font-size:13pt;font-weight:600}#contact_link_mbl{text-align:center;width:100%;padding:10px 5px;border-radius:5px;background-color:#6961ff;color:#fff}#contact_link_mbl a{font-size:13pt;color:#fff}#contact_link_mbl svg{margin-left:5px;fill:#fff!important}.header__nav__chosse__lang{margin:10px 0;display:flex;align-items:center;gap:2rem}.header__nav__chosse__lang svg{width:fit-content;height:25px}.header__nav__mobile--langs{width:100%}.qrcd__gen{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:20px 0}.qrcd__gen__ctn{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qrcd__gen--input__ctn{width:100%}.qrcd__gen__ctn__image{width:fit-content;border:1px solid var(--color-purple);border-radius:15px;padding:10px}.qrcd__gen__ctn__image--img{width:12rem;height:12rem;border-radius:10px}.qrcd__gen__ctn__download--btn{margin:10px 0;width:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:5px;gap:.265rem;font-size:13pt;font-weight:500;background-color:#6961ff26;color:var(--color-purple)}.qrcd__gen__ctn__download--btn svg{width:20px;height:20px;fill:var(--color-purple)}input{width:100%;height:4rem;padding:0 20px;border-radius:15px;border:1px solid var(--color-purple);color:var(--color-black);font-size:12pt;font-weight:400;background:none}input::placeholder{color:currentColor}.home{width:100%;height:100%;display:grid;grid-template-columns:auto;align-content:center;justify-content:center;justify-items:center}.home__info{width:fit-content;color:#fff;display:flex;justify-content:center;align-items:center;padding:5px;border-radius:20px;gap:.265rem;background-color:var(--color-purple)}.home__info_text{font-weight:400;color:currentColor}.home_info_highlight{font-weight:600!important}.home_info{font-weight:500}.home__title{text-align:center;min-width:80%;font-size:26pt;color:var(--color-black)}.home__description{width:60%;max-width:80%;text-align:center;font-size:14pt;font-weight:400}.home_highlight{color:var(--color-purple)}.home__gen{width:70%;width:65%;max-width:100%}@media screen and (max-width: 768px){.home{margin-top:25px}.home__info{display:none}.home__title_text{font-size:22pt}.home__description{margin:10px 0;width:100%;max-width:100%;font-size:13pt;font-weight:400}.home__gen{width:100%}.qrcd__gen__ctn__download--btn{padding:12.5px}}.button-link{cursor:pointer;display:flex;align-items:center;justify-content:center;width:11rem;height:2.5rem;border-radius:10px;font-size:12pt;gap:4px;background-color:var(--color-purple--10);font-weight:500;color:var(--color-purple)}.about{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:5rem}.about__illustrations{width:fit-content}.illustration{margin-top:10rem;width:100%;height:max-content}.about__prj{width:100%}.about__prj__topic{display:flex;flex-direction:column}.about__topic__title{text-align:center}.about__topic__title_txt{font-size:22pt}.about__topic__des_txt{margin:35px 0;text-align:justify;line-height:1.6rem;color:var(--color-purple);font-weight:500}.about__prj__btns{margin:20px 0;display:flex;justify-content:space-between;gap:0}.about__prj__btns svg{width:18px;height:18px;fill:currentColor}@media screen and (max-width: 768px){.about{width:100%;margin-top:25px;height:max-content;display:flex;justify-content:center;flex-direction:column;gap:0}.about__topic__title{margin:10px 0}.about__prj__btns{width:100%}.about__topic__des_txt{font-size:10.5pt;letter-spacing:.2px;margin:20px 0;line-height:normal}.about__prj__btns{flex-direction:column;gap:25px}.about__prj_btn{width:100%}.illustration{display:none}}@media screen and (min-width: 769px) and (max-width: 1024px){.about{margin:100px 0;display:flex;justify-content:flex-start;flex-direction:column;gap:0}.about__topic__des_txt{margin:50px 0;line-height:1.8rem}.about__prj__btns{flex-direction:column;gap:25px}.about__prj_btn{width:100%;height:3rem}.illustration{display:none}}#root{width:100%;height:min-content;padding:0 4em}main{position:relative;overflow:hidden;width:100%;height:90svh}@media screen and (max-width: 1024px){#root{padding:0 1.2em}main{height:fit-content}}.not__found{width:100%;height:100%;display:grid;align-content:center;justify-content:center;grid-template-columns:auto;grid-auto-rows:min-content;text-align:center}.not__found--title{font-size:48pt;color:var(--color-purple)}.not__found--subtitle{font-size:14pt;color:var(--color-black);font-weight:600}.not__found--illustration{width:fit-content;height:35rem}.not__found__btns{display:flex;justify-content:center;gap:2.5rem}.not__found__link{color:var(--color-purple);font-size:14pt;font-weight:500}@media screen and (max-width: 768px){.not__found--illustration{height:20rem}}
