@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap";
*{box-sizing:border-box;font-family:Lato,serif}html{width:100%;height:100%}body{background-color:#0e0e0e;background-image:url(/img/background.jpg);background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;margin:0;padding:0}.main{width:100%;height:100%}.main-route{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex;position:relative}.index{flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex}.index-form{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#0000004d;width:100%;max-width:700px}@media (min-width:900px){.index-form{box-shadow:10px 10px 30px #0003}}.index-form-content{padding:20px}@media (min-width:600px){.index-form-content{padding:30px}}.index-form-content-logo{flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:20px;display:flex}.index-form-content-logo-snmptn{height:40px;margin-right:20px}@media (min-width:600px){.index-form-content-logo-snmptn{height:86px}}.index-form-content-title{letter-spacing:1px;color:#fff;margin:0 0 6px;font-size:1.9rem;font-weight:900}@media (orientation:portrait) and (min-width:360px){.index-form-content-title{font-size:2rem}}@media (orientation:portrait) and (min-width:400px){.index-form-content-title{font-size:2.1rem}}@media (orientation:portrait) and (min-width:600px){.index-form-content-title{font-size:2.1rem}}@media (orientation:portrait) and (min-width:900px){.index-form-content-title{font-size:2.7rem}}@media (orientation:landscape) and (min-width:900px){.index-form-content-title{font-size:2.7rem}}.index-form-content-subtitle{color:#999;margin-bottom:40px;display:block}.index-form-content-form-field-caption{color:#88ccf0;margin-bottom:15px;font-size:.9rem;font-weight:900;display:block}.index-form-content-form-field-group{flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:30px;display:flex}.index-form-content-form-field-group-input{text-align:center;color:#fff;background-color:#fafafa33;border:0;border-radius:5px;outline:none;width:70px;padding:8px;font-size:.9rem;font-weight:700}@media (orientation:portrait) and (min-width:360px){.index-form-content-form-field-group-input{font-size:1rem}}@media (orientation:portrait) and (min-width:400px){.index-form-content-form-field-group-input{font-size:1rem}}@media (orientation:landscape) and (min-width:900px){.index-form-content-form-field-group-input{font-size:1.2rem}}@media (min-width:600px){.index-form-content-form-field-group-input{width:110px;padding:15px 18px}}.index-form-content-form-field-group-input::placeholder{color:#6c6c6c}.index-form-content-form-field-group-separator{color:#999;margin:0 5px;font-size:1rem;font-weight:700}@media (min-width:600px){.index-form-content-form-field-group-separator{margin:0 10px;font-size:1.5rem}}.index-form-content-form-field-input{color:#fff;background-color:#fafafa33;border:0;border-radius:5px;outline:none;width:100%;margin-bottom:30px;padding:10px 12px;font-size:.9rem;font-weight:700}@media (orientation:portrait) and (min-width:360px){.index-form-content-form-field-input{font-size:1rem}}@media (orientation:portrait) and (min-width:400px){.index-form-content-form-field-input{font-size:1rem}}@media (orientation:landscape) and (min-width:900px){.index-form-content-form-field-input{font-size:1.2rem}}@media (min-width:600px){.index-form-content-form-field-input{padding:15px 18px}}.index-form-content-form-field-input::placeholder{color:#6c6c6c}.index-form-content-alert{color:#cd5c5c;margin-top:20px;margin-bottom:20px;font-style:italic;display:none}.index-form-content-alert.visible{display:block}.index-form-content-footer{flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start;margin-top:40px;display:flex}@media (min-width:600px){.index-form-content-footer{flex-direction:row;justify-content:space-between;align-items:center}}.index-form-content-footer-submit{color:#fff;letter-spacing:1px;cursor:pointer;background-color:#008acf;border:0;border-radius:1000px;padding:12px 18px;font-size:.8rem;font-weight:900;box-shadow:2px 2px 8px #0000004d}@media (min-width:600px){.index-form-content-footer-submit{padding:15px 22px}}.index-form-content-footer-submit:hover{background-color:#0077b3}.index-form-content-footer-pdf{letter-spacing:1px;color:#008acf;margin-bottom:20px;font-size:.8rem;text-decoration:none}@media (min-width:600px){.index-form-content-footer-pdf{margin-bottom:0}}.index-accepted,.index-rejected{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#0000004d;width:100%;max-width:1200px}@media (min-width:900px){.index-accepted,.index-rejected{box-shadow:5px 5px 20px #00000080}}.index-accepted-header,.index-rejected-header{background-image:linear-gradient(90deg,#083661,#006cbf);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;display:flex}@media (min-width:600px){.index-accepted-header,.index-rejected-header{flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:30px}}.index-accepted-header-icon,.index-rejected-header-icon{height:80px;margin-bottom:20px}@media (min-width:600px){.index-accepted-header-icon,.index-rejected-header-icon{margin-bottom:0;margin-left:30px}}.index-accepted-header-title,.index-rejected-header-title{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.index-accepted-header-title-text,.index-rejected-header-title-text{color:#fff;letter-spacing:1px;margin:0;font-size:1.2rem;font-weight:900}@media (orientation:portrait) and (min-width:360px){.index-accepted-header-title-text,.index-rejected-header-title-text{font-size:1.2rem}}@media (orientation:portrait) and (min-width:400px){.index-accepted-header-title-text,.index-rejected-header-title-text{font-size:1.3rem}}@media (orientation:portrait) and (min-width:600px){.index-accepted-header-title-text,.index-rejected-header-title-text{font-size:1.3rem}}@media (orientation:portrait) and (min-width:900px){.index-accepted-header-title-text,.index-rejected-header-title-text{font-size:1.5rem}}@media (orientation:landscape) and (min-width:900px){.index-accepted-header-title-text,.index-rejected-header-title-text{font-size:1.7rem}}.index-accepted-header-title-sub,.index-rejected-header-title-sub{letter-spacing:1px;color:#fff;margin-top:10px;font-size:.9rem;display:block}@media (orientation:portrait) and (min-width:900px){.index-accepted-header-title-sub,.index-rejected-header-title-sub{font-size:1.1rem}}@media (orientation:landscape) and (min-width:900px){.index-accepted-header-title-sub,.index-rejected-header-title-sub{font-size:1.1rem}}.index-accepted-content,.index-rejected-content{padding:20px}@media (min-width:600px){.index-accepted-content,.index-rejected-content{padding:30px}}.index-accepted-content-upper,.index-rejected-content-upper{flex-direction:column-reverse;justify-content:flex-start;align-items:stretch;margin-bottom:30px;display:flex}@media (min-width:900px){.index-accepted-content-upper,.index-rejected-content-upper{flex-direction:row;justify-content:space-between;align-items:flex-start}}.index-accepted-content-upper-bio-nisn,.index-rejected-content-upper-bio-nisn{color:#88ccf0;margin-bottom:5px;font-size:.9rem;font-weight:900;display:block}.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{color:#fff;letter-spacing:2px;margin-bottom:5px;font-size:1.9rem;font-weight:900;display:block}@media (orientation:portrait) and (min-width:360px){.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{font-size:2rem}}@media (orientation:portrait) and (min-width:400px){.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{font-size:2rem}}@media (orientation:portrait) and (min-width:600px){.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{font-size:2rem}}@media (orientation:portrait) and (min-width:900px){.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{font-size:2.2rem}}@media (orientation:landscape) and (min-width:900px){.index-accepted-content-upper-bio-name,.index-rejected-content-upper-bio-name{font-size:2.5rem}}.index-accepted-content-upper-bio-program,.index-accepted-content-upper-bio-university,.index-rejected-content-upper-bio-program,.index-rejected-content-upper-bio-university{color:#fff;letter-spacing:1px;font-size:1rem;font-weight:300;display:block}@media (orientation:portrait) and (min-width:360px){.index-accepted-content-upper-bio-program,.index-accepted-content-upper-bio-university,.index-rejected-content-upper-bio-program,.index-rejected-content-upper-bio-university{font-size:1.1rem}}@media (orientation:portrait) and (min-width:400px){.index-accepted-content-upper-bio-program,.index-accepted-content-upper-bio-university,.index-rejected-content-upper-bio-program,.index-rejected-content-upper-bio-university{font-size:1.2rem}}@media (orientation:landscape) and (min-width:900px){.index-accepted-content-upper-bio-program,.index-accepted-content-upper-bio-university,.index-rejected-content-upper-bio-program,.index-rejected-content-upper-bio-university{font-size:1.3rem}}.index-accepted-content-upper-qr,.index-rejected-content-upper-qr{width:120px;margin-bottom:15px}@media (min-width:900px){.index-accepted-content-upper-qr,.index-rejected-content-upper-qr{margin-bottom:0}}.index-accepted-content-lower,.index-rejected-content-lower{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}@media (min-width:900px){.index-accepted-content-lower,.index-rejected-content-lower{flex-direction:row;justify-content:flex-start;align-items:flex-start}.index-accepted-content-lower-column,.index-rejected-content-lower-column{padding:0 15px}}.index-accepted-content-lower-column:first-child,.index-rejected-content-lower-column:first-child{padding-left:0}.index-accepted-content-lower-column:last-child,.index-rejected-content-lower-column:last-child{padding-right:0}.index-accepted-content-lower-column-25,.index-rejected-content-lower-column-25{flex-grow:1;flex-shrink:0;width:100%}@media (min-width:900px){.index-accepted-content-lower-column-25,.index-rejected-content-lower-column-25{width:25%}}.index-accepted-content-lower-column-50,.index-rejected-content-lower-column-50{flex-grow:1;width:100%}@media (min-width:900px){.index-accepted-content-lower-column-50,.index-rejected-content-lower-column-50{width:50%}}.index-accepted-content-lower-column-field,.index-rejected-content-lower-column-field{margin-bottom:30px}@media (min-width:900px){.index-accepted-content-lower-column-field:last-child,.index-rejected-content-lower-column-field:last-child{margin-bottom:0}}.index-accepted-content-lower-column-field-caption,.index-rejected-content-lower-column-field-caption{color:#88ccf0;margin-bottom:5px;font-size:.9rem;font-weight:900;display:block}.index-accepted-content-lower-column-field-value,.index-rejected-content-lower-column-field-value{color:#fff;font-size:1.1rem;font-weight:900}.index-accepted-content-lower-column-note,.index-rejected-content-lower-column-note{background-color:#fafafa;align-self:center;padding:15px}.index-accepted-content-lower-column-note-title,.index-rejected-content-lower-column-note-title{color:#2d2d2d;font-size:1.2rem;font-weight:700;display:block}.index-accepted-content-lower-column-note-subtitle,.index-rejected-content-lower-column-note-subtitle{color:#2d2d2d;margin-bottom:10px;font-size:.9rem;font-weight:300;display:block}.index-accepted-content-lower-column-note-link,.index-rejected-content-lower-column-note-link{color:#008acf;font-size:.9rem;font-weight:900;text-decoration:none}@media (orientation:portrait) and (min-width:400px){.index-accepted-content-lower-column-note-link,.index-rejected-content-lower-column-note-link{font-size:1rem}}@media (orientation:landscape) and (min-width:900px){.index-accepted-content-lower-column-note-link,.index-rejected-content-lower-column-note-link{font-size:1.2rem}}.index-accepted-footer,.index-rejected-footer{padding:0 20px 20px}@media (min-width:900px){.index-accepted-footer,.index-rejected-footer{padding:0 30px 30px}}.index-accepted-footer-paragraph,.index-rejected-footer-paragraph{letter-spacing:1px;color:#999;text-align:justify;font-size:.9rem;font-weight:300}.index-accepted-footer-paragraph:last-child,.index-rejected-footer-paragraph:last-child{margin-bottom:0}.index-rejected{max-width:900px}.index-rejected-header{background-image:linear-gradient(90deg,#bf0a0a,#e82d33)}.flex-1{flex:1}.generator-toggle{gap:8px;margin-bottom:30px;display:flex}.generator-toggle-btn{color:#fff6;letter-spacing:1px;cursor:pointer;background:0 0;border:2px solid #ffffff1a;border-radius:6px;flex:1;padding:12px 16px;font-size:.85rem;font-weight:900;transition:all .2s}.generator-toggle-accepted.active{color:#88ccf0;background-color:#006cbf26;border-color:#006cbf}.generator-toggle-rejected.active{color:#e88;background-color:#bf0a0a26;border-color:#bf0a0a}
