@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);.base-modal{background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media only screen and (min-width:0){.base-modal>div{width:100%;max-width:500px;margin:24px;padding:24px;background-color:#fff;border-radius:4px}}@media only screen and (max-width:600px){.base-modal>div{height:90%;overflow:scroll}}.file-upload label{padding:14px 24px;border-radius:4px;background-color:#d8f5e4}.file-upload input{visibility:hidden;width:0;height:.1px}.file-upload figure{overflow:hidden;border:1px solid gray;border-radius:4px}.file-upload>button{top:-14px;right:-14px;z-index:9;background:none}@media only screen and (min-width:0){.base-input label{margin-bottom:6px;display:block;font-size:1.6rem}.base-input>span{margin-top:4px;display:inline-block;color:#db5759;font-size:1.4rem}.base-input input,.base-input textarea{padding:8px 0 8px 12px;font-size:1.8rem;border:1px solid #d3d3d3}.base-input textarea{width:100%;min-height:80px;resize:vertical}.registration-view{padding:104px 24px 200px}.registration-view .modal{background-color:hsla(0,0%,100%,.9)}.registration-view .modal>div{max-width:90vw;padding:24px;background-color:#fff;border:1px solid #000}.registration-view .application-success b{font-size:2.2rem;color:#db5759}.registration-view button{padding:4px 16px;cursor:pointer;border-radius:4px;border:none}.registration-view button:active{outline:none}.registration-view *{font-weight:300;font-size:1.8rem}.registration-view b{font-weight:500;font-size:1.8rem}.registration-view p{margin:0}.registration-view li,.registration-view ul{list-style-type:disc}.registration-view ul{margin-bottom:24px;padding-left:40px}.registration-view>div{width:100%;max-width:600px;margin:0 auto}.registration-view form{margin-top:24px}.registration-view form div.flex{align-items:end}.registration-view form div.flex span{display:block;margin-bottom:4px}.registration-view form .files{display:flex;align-items:flex-start!important}.registration-view form .proposal-upload{flex:1 0 auto;width:45%;margin-right:24px}.registration-view form .proposal-upload span:last-child{display:none}.registration-view form .proposal-upload.required span:last-child{display:block;color:red}.registration-view form h2{font-size:2rem;font-weight:700}.registration-view form .base-input{margin-bottom:16px}.registration-view form .file-upload{width:100%;max-width:400px}.registration-view form input{width:100%;border-radius:4px}.registration-view form>section{margin-top:24px}.registration-view form button{width:100%;margin-top:24px;font-size:2rem}.registration-view .register-btn{display:block;width:300px;text-align:center;margin:40px auto 0;text-decoration:none;padding:8px 24px;border-radius:4px}}.dashboard{padding:24px}.dashboard h1{font-size:3rem;font-weight:500;margin-bottom:32px;color:#2c3e50}.dashboard .table-container{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.07);border:1px solid #e2e8f0}.dashboard .participants-table{width:100%;border-collapse:collapse;font-size:14px}.dashboard .participants-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dashboard .participants-table thead th{padding:16px 12px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid hsla(0,0%,100%,.1)}.dashboard .participants-table thead th:first-child{border-radius:12px 0 0 0}.dashboard .participants-table thead th:last-child{border-radius:0 12px 0 0}.dashboard .participants-table tbody tr{transition:all .2s ease;border-bottom:1px solid #f1f5f9}.dashboard .participants-table tbody tr:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.dashboard .participants-table tbody tr:last-child{border-bottom:none}.dashboard .participants-table tbody td{padding:16px 12px;vertical-align:top;border-right:1px solid #f1f5f9}.dashboard .participants-table tbody td:last-child{border-right:none}.dashboard .participants-table .participant-name{font-weight:600;color:#2d3748;min-width:180px}.dashboard .participants-table .participant-name .participant-number{color:#718096;font-weight:400;margin-right:8px}.dashboard .participants-table .email-cell,.dashboard .participants-table .phone-cell{font-family:Courier New,monospace;font-size:13px;color:#4a5568}.dashboard .participants-table .grade-cell{text-align:center;font-weight:600;color:#3182ce}.dashboard .participants-table .portfolio-link{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;border-radius:6px;font-size:12px;font-weight:500;transition:all .2s ease}.dashboard .participants-table .portfolio-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(79,70,229,.4)}.dashboard .participants-table .no-portfolio{color:#a0aec0;font-style:italic}.dashboard .participants-table .attachments-cell .attachments-grid{display:flex;flex-wrap:wrap;gap:8px}.dashboard .participants-table .attachments-cell .attachment-item{flex:0 0 auto}.dashboard .participants-table .attachments-cell .pdf-link{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;text-decoration:none;color:#dc2626;font-size:12px;transition:all .2s ease}.dashboard .participants-table .attachments-cell .pdf-link:hover{background:#fee2e2;transform:translateY(-1px)}.dashboard .participants-table .attachments-cell .pdf-link .pdf-icon{width:16px;height:16px;flex-shrink:0}.dashboard .participants-table .attachments-cell .image-link{display:block;border-radius:6px;overflow:hidden;transition:transform .2s ease}.dashboard .participants-table .attachments-cell .image-link:hover{transform:scale(1.05)}.dashboard .participants-table .attachments-cell .attachment-thumbnail{width:360px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:2px solid #e2e8f0}@media only screen and (max-width:768px){.dashboard{padding:16px}.dashboard h1{font-size:2.5rem}.dashboard .participants-table{font-size:12px}.dashboard .participants-table td,.dashboard .participants-table th{padding:12px 8px}.dashboard .participants-table .participant-name{min-width:140px}.dashboard .participants-table .attachments-cell{max-width:120px}.dashboard .participants-table .attachment-thumbnail{width:240px}}@media only screen and (min-width:1024px){.dashboard{padding:48px}.dashboard .participants-table{font-size:15px}.dashboard .participants-table td,.dashboard .participants-table th{padding:20px 16px}}.login-container[data-v-d888369e]{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card[data-v-d888369e]{background:#fff;border-radius:12px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;max-width:400px}.login-title[data-v-d888369e]{text-align:center;margin-bottom:30px;color:#333;font-size:28px;font-weight:600}.login-form[data-v-d888369e]{display:flex;flex-direction:column}.form-group[data-v-d888369e]{margin-bottom:20px}.form-label[data-v-d888369e]{display:block;margin-bottom:8px;color:#555;font-weight:500;font-size:14px}.form-input[data-v-d888369e]{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.form-input[data-v-d888369e]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.login-button[data-v-d888369e]{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.login-button[data-v-d888369e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.login-button[data-v-d888369e]:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message[data-v-d888369e]{margin-top:20px;padding:12px;background-color:#fee;color:#c33;border:1px solid #fcc;border-radius:8px;text-align:center;font-size:14px}@media (max-width:480px){.login-card[data-v-d888369e]{padding:30px 20px}.login-title[data-v-d888369e]{font-size:24px}}@media only screen and (min-width:0){.main-footer{padding:40px 0 60px;background-color:#202530}.main-footer ul{max-width:250px}.main-footer ul li{color:#fff;cursor:pointer}.main-footer ul li span{font-weight:200}.main-footer .s-m a:not(:last-child){margin-right:12px}.main-header{padding:8px 16px;background-color:#fff;box-shadow:5px 2px 5px rgba(219,87,89,.99)}.main-header .desktop-menu{display:none}.main-header i{z-index:2;cursor:pointer}.main-header .logo{z-index:2}.main-header .icon-language{height:25px;width:25px;margin-left:10px;cursor:pointer}.main-header .mobile-menu{width:100%;height:100%;top:0;left:0;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;text-align:center}.main-header .mobile-menu li{margin-bottom:10px;cursor:pointer}.main-header .mobile-menu .language-buttons{margin-top:40px}}@media only screen and (min-width:768px){.main-header{padding:13px 16px}.main-header .logo{transform:scale(1.3)}.main-header .mobile-menu{display:none}.main-header .desktop-menu{display:flex;z-index:1}.main-header .desktop-menu a{text-decoration:none;color:#000;margin-left:20px}.main-header .desktop-menu .language-buttons{margin-left:60px}}@media only screen and (min-width:1024px){.main-header{padding:19px}.main-header .logo{transform:scale(1.5)}}@media only screen and (min-width:0){.main-layout{height:100%;display:flex;flex-direction:column;justify-content:space-between}.step-one{padding-top:80px}.step-one .application-success{margin-bottom:60px}.step-one .application-success b{font-size:2.2rem;color:#db5759}.step-one form p{font-weight:300}.step-one form .file-name{font-size:1.6rem;color:#1eb386}.step-one form .file-upload svg{margin-right:8px}.step-one form .files{display:flex;justify-content:space-between;flex-direction:column;gap:16px}}@media only screen and (min-width:1024px){.step-one form .files{flex-direction:row}}.competition-page[data-v-7f665804]{max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.6;color:#333}.container[data-v-7f665804]{padding:0 20px}.hero-section[data-v-7f665804]{background:linear-gradient(135deg,#ea6666,#db5759);color:#fff;padding:60px 0;text-align:center}.main-title[data-v-7f665804]{font-size:3.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle[data-v-7f665804]{font-size:1.8rem;margin:10px 0 40px 0;font-weight:300}.organizers[data-v-7f665804]{background:hsla(0,0%,100%,.1);padding:20px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.partner-highlight[data-v-7f665804]{color:gold;font-weight:700}.section[data-v-7f665804]{margin:60px 0;padding:40px 0;border-bottom:1px solid #eee}.section h3[data-v-7f665804]{color:#667eea;font-size:2rem;margin-bottom:30px;text-align:center;position:relative}.section h3[data-v-7f665804]:after{content:"";display:block;width:80px;height:3px;background:#667eea;margin:10px auto}.theme-content[data-v-7f665804]{background:#f8f9ff;padding:30px;border-radius:10px;margin-bottom:30px}.requirements[data-v-7f665804]{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.requirements ol[data-v-7f665804]{padding-left:20px}.requirements li[data-v-7f665804]{margin-bottom:10px;padding:5px 0}.timeline[data-v-7f665804]{position:relative;max-width:800px;margin:0 auto}.timeline[data-v-7f665804]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#667eea;transform:translateX(-50%)}.timeline-item[data-v-7f665804]{display:flex;align-items:center;margin:30px 0;position:relative}.timeline-item[data-v-7f665804]:nth-child(odd){flex-direction:row-reverse}.date[data-v-7f665804]{background:#667eea;color:#fff;padding:15px 20px;border-radius:25px;font-weight:700;min-width:200px;text-align:center}.description[data-v-7f665804]{flex:1;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:0 30px}.timeline-item.highlight .date[data-v-7f665804]{background:gold;color:#333}.jury-members[data-v-7f665804]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.jury-member[data-v-7f665804]{background:#fff;padding:25px;border-radius:10px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);font-weight:500}.prizes-grid[data-v-7f665804]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.prize[data-v-7f665804]{text-align:center;padding:30px 20px;border-radius:15px;color:#fff;position:relative;overflow:hidden}.prize[data-v-7f665804]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1),transparent);transform:rotate(45deg);transition:all .6s}.prize[data-v-7f665804]:hover:before{animation:shine-7f665804 .6s ease-in-out}@keyframes shine-7f665804{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.prize-first[data-v-7f665804]{background:linear-gradient(135deg,gold,orange)}.prize-second[data-v-7f665804]{background:linear-gradient(135deg,silver,grey)}.prize-third[data-v-7f665804]{background:linear-gradient(135deg,#cd7f32,#8b4513)}.prize-mention[data-v-7f665804]{background:linear-gradient(135deg,#667eea,#764ba2)}.prize-place[data-v-7f665804]{font-size:1.2rem;font-weight:700;margin-bottom:10px}.prize-amount[data-v-7f665804]{font-size:2rem;font-weight:700}.prize-info[data-v-7f665804]{background:#f8f9ff;padding:30px;border-radius:10px}.eligibility-content[data-v-7f665804]{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:30px}.can-participate[data-v-7f665804]{background:#e8f5e8;padding:30px;border-radius:10px;border-left:5px solid #4caf50}.cannot-participate[data-v-7f665804]{background:#ffe8e8;padding:30px;border-radius:10px;border-left:5px solid #f44336}.participation-note[data-v-7f665804]{text-align:center;font-style:italic;background:#f0f8ff;padding:20px;border-radius:10px}.criteria-grid[data-v-7f665804]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.criterion[data-v-7f665804]{background:#fff;padding:30px;border-radius:10px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);border-top:4px solid #667eea}.criterion-name[data-v-7f665804]{font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#333}.criterion-weight[data-v-7f665804]{font-size:2rem;font-weight:700;color:#667eea}.contact-details[data-v-7f665804],.email-contact[data-v-7f665804]{background:#667eea;color:#fff;padding:20px;border-radius:10px;text-align:center;margin:20px 0}.subject[data-v-7f665804]{font-style:italic;opacity:.9}.closing-message[data-v-7f665804]{text-align:center;font-size:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px;border-radius:15px;margin-top:20px}.regulations-section[data-v-7f665804]{background:#f8f9fa;padding:20px;border-radius:15px}.regulation-item[data-v-7f665804]{background:#fff;padding:30px;margin:30px 0;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.regulation-item h4[data-v-7f665804]{color:#667eea;border-bottom:2px solid #667eea;padding-bottom:10px;margin-bottom:20px}.regulation-item ul[data-v-7f665804]{padding-left:20px}.regulation-item li[data-v-7f665804]{margin-bottom:10px}@media (max-width:768px){.main-title[data-v-7f665804]{font-size:2.5rem}.subtitle[data-v-7f665804]{font-size:1.4rem}.eligibility-content[data-v-7f665804]{grid-template-columns:1fr}.timeline[data-v-7f665804]:before{left:20px}.timeline-item[data-v-7f665804]{flex-direction:column!important;align-items:flex-start;margin-left:40px}.date[data-v-7f665804]{min-width:auto;margin-bottom:10px}.description[data-v-7f665804]{margin:0}}@media (max-width:480px){.container[data-v-7f665804]{padding:0 10px}.criteria-grid[data-v-7f665804],.prizes-grid[data-v-7f665804]{grid-template-columns:1fr}}.click-disabled{pointer-events:none}.click-enabled{pointer-events:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.oflow-auto{overflow:auto}.no-scroll{overflow:hidden}.scrollY{overflow-y:scroll}.scrollX{overflow-x:scroll}.no-text-wrap{white-space:nowrap}.wh100{width:100%}.h100,.wh100{height:100%}.w100{width:100%}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex;display:-ms-flexbox;flex-wrap:nowrap}.inline-flex{display:inline-flex;display:-webkit-inline-flex}.flex-auto{flex:0 0 auto}.flex-max{flex:1 0 auto}.hide{display:none!important}.align-end{align-items:flex-end}.align-start{align-items:flex-start}.reset{margin:0;padding:0}.mauto{margin:0 auto}.m0,.mb0{margin:0}.p0{padding:0}.p16{padding:16px}.ptop0{padding-top:0}.pleft0{padding-left:0}.pright0{padding-right:0}.pbottom0{padding-bottom:0}.right0{right:0}.top0{top:0}.left0{left:0}.bottom0{bottom:0}.flex-center{display:flex;display:-ms-flexbox;justify-content:center;-webkit-justify-content:center;align-content:center;-webkit-align-content:center;align-items:center;-webkit-align-items:center}.flex-start{justify-content:flex-start;-webkit-justify-content:flex-start;align-items:flex-start;-webkit-align-items:flex-start;align-content:flex-start;-webkit-align-content:flex-start}.flex-end{justify-content:flex-end;-webkit-justify-content:flex-end;align-items:flex-end;-webkit-align-items:flex-end;align-content:flex-end;-webkit-align-content:flex-end}.flex-between{justify-content:space-between;align-content:space-between;-webkit-justify-content:space-between;-webkit-align-content:space-between}.flex-around{justify-content:space-around;align-content:space-around;-webkit-justify-content:space-around;-webkit-align-content:space-around}.flex-wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap;-webkit-flex-wrap:nowrap}.justify-center{justify-content:center;-webkit-justify-content:center}.align-center{align-items:center;-webkit-align-items:center}.columns{flex-direction:column}.row{flex-direction:row}.m-left-auto{margin-left:auto}.align-self-center{align-self:center}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify;text-justify:inter-word}.pointer{cursor:pointer}.crosshair{cursor:crosshair}.cursor-move{cursor:move}.cursor{cursor:default}.m-t-0{margin-top:0}.m-t-8{margin-top:8px}.m-t-16{margin-top:16px}.m-t-24{margin-top:24px}.m-t-48{margin-top:48px}.m-r-8{margin-right:8px}.m-r-16{margin-right:16px}.m-r-24{margin-right:24px}.m-b-4{margin-bottom:4px}.m-b-6{margin-bottom:6px}.m-b-8{margin-bottom:8px}.m-b-16{margin-bottom:16px}.m-b-24{margin-bottom:24px}.z-1{z-index:-1}.z0{z-index:0}.z9{z-index:9}.z10{z-index:10}.z99{z-index:99}.z999{z-index:999}.opa-0{opacity:0}.opa-1{opacity:.1}.opa-2{opacity:.2}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.no-border{border:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff}.no-outline{outline:none}.has-validation-error{margin-top:4px;color:red;display:inline-block;font-size:14px}.add-ripple-effect{position:relative;overflow:hidden}span.ripple{position:absolute;border-radius:50%;transform:scale(0);transform-origin:center;animation:ripple .3s linear;background-color:hsla(0,0%,100%,.3)}@keyframes ripple{to{transform:scale(4);opacity:0}}.circle{border-radius:50%}.radius-4{border-radius:4px}.f-12{font-size:12px}.f-14{font-size:14px}.f-16{font-size:16px}.f-18{font-size:18px}.f-20{font-size:20px}.f-24{font-size:24px}.f-30{font-size:30px}.fw-700{font-weight:700}.bg-white{background-color:#fff}.bg-transparent{background:transparent}.button{padding:16px 24px;cursor:pointer;font-size:18px;border-radius:4px;border:none}.purple-button{background-color:#7254b8;color:#fff}.border{border:1px solid red}.color-red{color:#db5759}.underline{text-decoration:underline}body,html{font-size:62.5%}*{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2rem;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0}@media only screen and (min-width:0){h1{font-size:1.6rem;font-weight:900}}b{font-weight:700}body,html{width:100%}#app,body,html{height:100%}body,figure,html,li,ul{padding:0;margin:0}li,ul{list-style:none}button{padding:0;border:none;background-color:#fff}.green-btn{color:#fff;background-color:#1eb386}.green-btn b,.red-btn{color:#fff}.red-btn{background-color:#fa4b4b}.cancel-btn{margin-right:16px}.save-btn{background-color:#1eb386;color:#fff}@media only screen and (min-width:0){.steps{padding-top:80px}.steps h1{font-size:3rem;text-align:center;font-weight:500}.steps form{max-width:600px;padding:24px;margin:0 auto 48px}.steps form .base-input{margin-bottom:12px}.steps form label span{font-size:1.6rem}.steps form input{width:100%;border-radius:4px}.steps form>button{width:200px;margin:24px auto;display:block;background-color:#1eb386;color:#fff;padding:8px 12px;border-radius:4px;cursor:pointer}.steps form>button:disabled{cursor:default;opacity:.5}}@media only screen and (min-width:1024px){.steps{padding-top:100px}}