body,html{height:100%}html{font-size:62.5%}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:37.5em){html{font-size:50%}}body{background:linear-gradient(90deg,#8a3ffc 0,#d90a9d);box-sizing:border-box;margin:0;padding:0}@media only screen and (max-width:37.5em){body{padding:0}}.heading-primary{font-size:4rem;font-weight:700}.heading-primary-test{font-size:3rem;font-weight:700;text-align:center}.heading-secondary{font-size:2rem;font-weight:600}.heading-goals{font-size:2.5em;font-weight:700}.heading-points{font-size:1.8em}.button-group{display:flex;gap:10px}.btn,.btn:link,.btn:visited{border:none;border-radius:1rem;cursor:pointer;display:inline-block;font-size:1.5rem;padding:1.5rem 4rem;position:relative;text-decoration:none;text-transform:capitalize;transition:all .2s}.btn:after{border-radius:1rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .6s;width:100%;z-index:-1}.btn:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-.3rem)}.btn:active,.btn:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.btn-primary{color:#fff}.btn-primary,.btn-primary:after{background-color:#e363ff}.div-disabled{opacity:.5;pointer-events:none}.row{background-color:#430867;border-radius:1.5rem;box-shadow:0 .5rem 1rem #0000001a;color:#fff;min-width:80%;padding:4rem;width:80%}.container{align-items:center;display:flex;justify-content:center;margin:0;padding:0}.rounded-input{border:1px solid #ccc;border-radius:8px;padding:8px;width:100%}.landing{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.landing__intro{flex-basis:50%;text-align:center}.landing__intro--btn{margin-top:1rem}.landing__img{flex-basis:50%}.landing__img--svg,.question{height:100%;width:100%}.question{align-items:center;display:flex;flex-direction:column}.question__description{text-align:center}.question__description--img{align-self:center;height:20%;width:20%}.question__text{font-size:2.6rem}.question__answers{align-items:space-between;display:flex;flex-direction:column;width:100%}.question__answers--item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;display:flex;font-size:1.8rem;font-weight:500;margin:.5rem 0;padding:.5rem}.question__answers--item:hover{font-weight:600;transform:translateY(-.2rem)}.question__answers--item-desc,.question__answers--item-num{border-radius:.5rem;padding:.5rem}.question-active{border:.2rem solid #e363ff}.question__answer--container{align-items:space-between;display:flex;flex-direction:column;width:100%}.question__nav{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:2rem;width:100%}.question__nav div:only-child{text-align:right;width:100%}.result{text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes imageZoom{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes glow{0%,to{box-shadow:0 0 20px #e363ff4d}50%{box-shadow:0 0 30px #e363ff99}}@keyframes expandWidth{0%{width:0}to{width:100%}}.articles{align-items:flex-start;animation:fadeIn .8s ease-out;background-color:#430867;display:flex;justify-content:center;min-height:100vh;padding:2rem;width:100%}.articles__container{max-width:1200px;width:100%}.articles__title{animation:fadeInDown .8s ease-out;color:#e363ff;font-size:3.5rem;font-weight:700;margin-bottom:2.5rem;position:relative;text-align:center;text-shadow:2px 2px 4px #0000004d}.articles__title:after{animation:fadeIn 1s ease-out .5s both;background:linear-gradient(90deg,#0000,#e363ff,#0000);bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.articles__tabs{animation:fadeInUp .8s ease-out .2s both;border-bottom:2px solid #e363ff4d;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.articles__tab{animation:slideInLeft .6s ease-out both;background-color:#fff;border:2px solid #0000;border-radius:.5rem;color:#333;cursor:pointer;font-size:1.4rem;font-weight:500;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);white-space:nowrap}.articles__tab:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.articles__tab:hover{background-color:#f0f0f0;box-shadow:0 6px 20px #00000026;color:#000;transform:translateY(-4px) scale(1.05)}.articles__tab:hover:before{left:100%}.articles__tab--active{animation:scaleIn .4s ease-out;background-color:#007bff;border-color:#007bff;box-shadow:0 6px 20px #007bff66;color:#fff;font-weight:600;transform:translateY(-2px) scale(1.05)}.articles__tab--active:hover{background-color:#0056b3;border-color:#0056b3;color:#fff;transform:translateY(-4px) scale(1.08)}.articles__content{animation:fadeInUp .8s ease-out .4s both;background-color:#fff;border-radius:1rem;box-shadow:0 4px 12px #0003;min-height:400px;padding:3rem;transition:box-shadow .3s ease}.articles__content:hover{box-shadow:0 8px 24px #00000040}.articles__article{align-items:stretch;animation:fadeIn .4s ease-out;display:flex;flex-direction:column;gap:2rem}.articles__article-image-container{align-items:center;border-radius:.8rem;box-shadow:0 4px 8px #00000026;display:flex;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.articles__article-image-container:after{background:linear-gradient(180deg,#0000,#0000001a);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.articles__article-image-container:hover{box-shadow:0 8px 20px #00000040;transform:translateY(-5px)}.articles__article-image-container:hover:after{opacity:1}.articles__article-image-container:hover .articles__article-image{transform:scale(1.05)}.articles__article-image{display:block;height:auto;max-height:500px;min-height:300px;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .3s ease;width:100%}.articles__article-content{width:100%}.articles__article-title{color:#333;font-size:2.8rem;font-weight:700;line-height:1.4;margin-bottom:2rem;padding-bottom:1rem;position:relative}.articles__article-title:after{animation:expandWidth .6s ease-out .2s both;background:linear-gradient(90deg,#007bff,#e363ff);bottom:0;content:"";height:3px;left:0;position:absolute;width:100px}.articles__article-text{color:#222;font-size:1.6rem;line-height:2;text-align:justify}.articles__article-text p{margin:1rem 0}.articles__article-text h1,.articles__article-text h2,.articles__article-text h3,.articles__article-text h4,.articles__article-text h5,.articles__article-text h6{font-weight:700;margin:1.5rem 0 1rem}.articles__article-text h2{font-size:2.2rem}.articles__article-text ol,.articles__article-text ul{margin:1rem 0;padding-left:2rem}.articles__article-text li{margin:.5rem 0}.articles__article-text strong{font-weight:700}.articles__article-text em{font-style:italic}.articles__article-text u{text-decoration:underline}.articles__article-text img{border-radius:.8rem;box-shadow:0 4px 12px #00000026;display:block;height:auto;margin:1.5rem 0;max-width:100%;object-fit:contain}[dir=rtl] .articles__tabs{flex-direction:row-reverse;justify-content:flex-end}[dir=rtl] .articles__tab{animation:slideInRight .6s ease-out both}[dir=rtl] .articles__article-title{animation:slideInLeft .6s ease-out .2s both}[dir=rtl] .articles__article-title:after{left:auto;right:0}@media(max-width:768px){.articles{padding:1rem}.articles__title{font-size:2.5rem}.articles__tabs{flex-direction:column}.articles__tab{font-size:1.2rem;padding:.9rem 1.5rem;text-align:center;width:100%}.articles__content{padding:2rem}.articles__article{flex-direction:column;gap:2rem}.articles__article-image-container{flex:1 1;width:100%}.articles__article-image{min-height:250px}.articles__article-content{width:100%}.articles__article-title{font-size:2rem}.articles__article-text{font-size:1.3rem}}.articles-editor{background-color:#f5f5f5;min-height:100vh;padding:2rem;width:100%}.articles-editor__container{margin:0 auto;max-width:1400px;width:100%}.articles-editor__header{align-items:center;background:#fff;border-radius:.8rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.articles-editor__title{color:#333;font-size:2.5rem;font-weight:700;margin:0}.articles-editor__actions{display:flex;gap:1rem}.articles-editor__btn{border:none;border-radius:.5rem;box-shadow:0 2px 6px #00000026;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.articles-editor__btn:hover:not(:disabled){box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.articles-editor__btn:disabled{cursor:not-allowed;opacity:.6}.articles-editor__btn--back{background-color:#6c757d;color:#fff}.articles-editor__btn--back:hover:not(:disabled){background-color:#5a6268}.articles-editor__btn--reset{background-color:#ffc107;color:#333}.articles-editor__btn--reset:hover:not(:disabled){background-color:#e0a800}.articles-editor__btn--save{background-color:#28a745;color:#fff}.articles-editor__btn--save:hover:not(:disabled){background-color:#218838}.articles-editor__message{animation:fadeIn .3s ease-out;border-radius:.5rem;font-weight:600;margin-bottom:1.5rem;padding:1rem 1.5rem}.articles-editor__message--success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.articles-editor__content{align-items:flex-start;display:flex;gap:2rem}.articles-editor__sidebar{background:#fff;border-radius:.8rem;box-shadow:0 2px 8px #0000001a;flex:0 0 250px;max-height:600px;overflow-y:auto;padding:1.5rem}.articles-editor__sidebar-title{color:#333;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.articles-editor__tab{background-color:#f8f9fa;border:2px solid #0000;border-radius:.5rem;color:#333;cursor:pointer;font-size:1rem;margin-bottom:.5rem;padding:1rem;text-align:left;transition:all .3s ease;width:100%}.articles-editor__tab:hover{background-color:#e9ecef;transform:translateX(5px)}.articles-editor__tab--active{background-color:#007bff;border-color:#007bff;box-shadow:0 2px 8px #007bff4d;color:#fff;font-weight:600}.articles-editor__form{background:#fff;border-radius:.8rem;box-shadow:0 2px 8px #0000001a;flex:1 1;padding:2rem}.articles-editor__form-group{margin-bottom:2rem}.articles-editor__label{color:#333;display:block;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.articles-editor__input{border:2px solid #ddd;border-radius:.5rem;font-size:1.1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.articles-editor__input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.articles-editor__textarea{border:2px solid #ddd;border-radius:.5rem;font-family:inherit;font-size:1.1rem;line-height:1.6;padding:.75rem;resize:vertical;transition:border-color .3s ease;width:100%}.articles-editor__textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.articles-editor__image-preview{border-radius:.5rem;box-shadow:0 2px 8px #00000026;height:auto;margin-top:1rem;max-width:400px;width:100%}.articles-editor__upload-btn{background-color:#17a2b8;border:none;border-radius:.5rem;box-shadow:0 2px 6px #00000026;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.articles-editor__upload-btn:hover{background-color:#138496;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.articles-editor__toolbar{background-color:#f8f9fa;border:1px solid #ddd;border-radius:.5rem .5rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;padding:.5rem}.articles-editor__toolbar button{background-color:#fff;border:1px solid #ddd;border-radius:.25rem;cursor:pointer;font-size:.9rem;min-width:40px;padding:.5rem .75rem;transition:all .2s ease}.articles-editor__toolbar button:hover{background-color:#e9ecef;border-color:#007bff}.articles-editor__toolbar button:active{background-color:#dee2e6}.articles-editor__toolbar button em,.articles-editor__toolbar button strong,.articles-editor__toolbar button u{font-style:normal;font-weight:700;text-decoration:none}.articles-editor__html-editor{background-color:#fff;border:2px solid #ddd;border-radius:0 0 .5rem .5rem;color:#000;cursor:text;font-family:inherit;font-size:1.1rem;line-height:1.6;min-height:300px;outline:none;overflow-y:auto;padding:.75rem;resize:vertical}.articles-editor__html-editor:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.articles-editor__html-editor::selection{background-color:#b3d4fc}.articles-editor__html-editor ::selection{background-color:#b3d4fc}.articles-editor__html-editor p{color:#000;margin:.5rem 0}.articles-editor__html-editor h2{color:#000;font-size:1.5rem;margin:1rem 0 .5rem}.articles-editor__html-editor ol,.articles-editor__html-editor ul{color:#000;margin:.5rem 0;padding-left:2rem}.articles-editor__html-editor b,.articles-editor__html-editor div,.articles-editor__html-editor em,.articles-editor__html-editor i,.articles-editor__html-editor li,.articles-editor__html-editor span,.articles-editor__html-editor strong,.articles-editor__html-editor u{color:#000}.articles-editor__html-editor .image-resize-container{display:inline-block;margin:1rem 0;max-width:100%;position:relative}.articles-editor__html-editor img{border-radius:.5rem;box-shadow:0 2px 8px #00000026;display:block;height:auto;margin:0;max-width:100%;position:relative;transition:all .2s ease}.articles-editor__html-editor img.resizable-image{cursor:pointer;-webkit-user-select:none;user-select:none}.articles-editor__html-editor img.resizable-image:hover{box-shadow:0 4px 12px #007bff4d}.articles-editor__html-editor img.resizable-image.selected{box-shadow:0 4px 16px #007bff66;outline:2px solid #007bff;outline-offset:2px}.articles-editor__html-editor .resize-handle{background-color:#007bff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000004d;height:12px;position:absolute;width:12px;z-index:10}.articles-editor__html-editor .resize-handle:hover{background-color:#0056b3;transform:scale(1.2)}.articles-editor__html-editor .resize-handle.resize-handle-nw{left:-6px;top:-6px}.articles-editor__html-editor .resize-handle.resize-handle-ne{right:-6px;top:-6px}.articles-editor__html-editor .resize-handle.resize-handle-sw{bottom:-6px;left:-6px}.articles-editor__html-editor .resize-handle.resize-handle-se{bottom:-6px;right:-6px}.articles-editor__html-editor .resize-handle.resize-handle-n{left:50%;top:-6px;transform:translateX(-50%)}.articles-editor__html-editor .resize-handle.resize-handle-s{bottom:-6px;left:50%;transform:translateX(-50%)}.articles-editor__html-editor .resize-handle.resize-handle-w{left:-6px;top:50%;transform:translateY(-50%)}.articles-editor__html-editor .resize-handle.resize-handle-e{right:-6px;top:50%;transform:translateY(-50%)}.articles-editor__html-editor:empty:before{color:#999;content:attr(data-placeholder);pointer-events:none}.articles-editor__btn--new{background-color:#17a2b8;color:#fff}.articles-editor__btn--new:hover:not(:disabled){background-color:#138496}.articles-editor__btn--delete{background-color:#dc3545;color:#fff}.articles-editor__btn--delete:hover:not(:disabled){background-color:#c82333}.articles-editor__tab--new{background-color:#17a2b8;border-color:#17a2b8;color:#fff}[dir=rtl] .articles-editor__tab{text-align:right}[dir=rtl] .articles-editor__tab:hover{transform:translateX(-5px)}@media(max-width:968px){.articles-editor{padding:1rem}.articles-editor__header{align-items:stretch;flex-direction:column;gap:1rem}.articles-editor__actions{flex-wrap:wrap}.articles-editor__content{flex-direction:column}.articles-editor__sidebar{flex:1 1;max-height:none}}.articles-login{align-items:center;background:linear-gradient(135deg,#430867,#8a3ffc 50%,#d90a9d);display:flex;justify-content:center;min-height:100vh;padding:2rem;width:100%}.articles-login__container{max-width:500px;width:100%}.articles-login__card{animation:fadeInUp .6s ease-out;background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000004d;padding:3rem}.articles-login__title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.articles-login__subtitle{color:#666;font-size:1.2rem;margin-bottom:2rem;text-align:center}.articles-login__form{display:flex;flex-direction:column;gap:1.5rem}.articles-login__form-group{display:flex;flex-direction:column;gap:.5rem}.articles-login__label{color:#333;font-size:1.1rem;font-weight:600}.articles-login__input{border:2px solid #ddd;border-radius:.5rem;font-family:inherit;font-size:1.1rem;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}.articles-login__input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.articles-login__input::placeholder{color:#999}.articles-login__error{animation:shake .5s ease;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:.5rem;color:#721c24;font-size:1rem;padding:.75rem 1rem;text-align:center}.articles-login__actions{display:flex;gap:1rem;margin-top:1rem}.articles-login__btn{border:none;border-radius:.5rem;box-shadow:0 2px 6px #00000026;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.articles-login__btn:hover:not(:disabled){box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.articles-login__btn:disabled{cursor:not-allowed;opacity:.6}.articles-login__btn--cancel{background-color:#6c757d;color:#fff}.articles-login__btn--cancel:hover:not(:disabled){background-color:#5a6268}.articles-login__btn--submit{background-color:#007bff;color:#fff}.articles-login__btn--submit:hover:not(:disabled){background-color:#0056b3}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}[dir=rtl] .articles-login__actions{flex-direction:row-reverse}@media(max-width:768px){.articles-login{padding:1rem}.articles-login__card{padding:2rem}.articles-login__title{font-size:2rem}.articles-login__actions{flex-direction:column}.articles-login__btn{width:100%}}@font-face{font-family:Calibri;font-style:normal;font-weight:400;src:url(/static/media/calibri-regular.82e3b1641976f5409e1f.ttf) format("truetype")}body{font-family:Calibri,sans-serif}
/*# sourceMappingURL=main.ad17b5a8.css.map*/