:root{--font-poppins:'Poppins', sans-serif;--font-inter:'Inter', sans-serif;--gradient-bg:linear-gradient(180deg, #f2af00 61.541%, #ff6f08 100%);--gradient-btn:linear-gradient(180deg, #fff200, #fbb515);--gradient-error:linear-gradient(180deg, #f93c40, #932426);--color-label:#ff8400;--color-input-bg:#eff4fb;--color-placeholder:#d1d1d1;--color-text:#000;--color-error-border:#ff750b;--color-back-border:#0026ff;--color-orange:#ff6f08;--color-yellow:#fbb515}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden}body.register-page{height:100vh;background:var(--gradient-bg);font-family:var(--font-poppins);display:flex;align-items:center;justify-content:center;padding:12px}.register-main{width:100%;max-width:992px}.register-card{background:#fff;border-radius:16px;padding:16px 70px 24px;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.15)}.register-back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:var(--font-poppins);font-weight:600;font-size:19.594px;color:#0026ff;padding:5px 30px;border:2px solid var(--color-back-border);border-radius:25px;background:#fff;transition:opacity .2s}.register-back:hover{opacity:.7}button.register-back{cursor:pointer;-webkit-appearance:none;appearance:none;font-family:inherit;font-size:inherit}.register-back-arrow{display:inline-block;width:10px;height:10px;border-left:2px solid #003678;border-bottom:2px solid #003678;transform:rotate(45deg);margin-right:4px}.register-title{text-align:center;font-family:var(--font-inter);font-weight:600;font-size:32px;color:var(--color-text);margin-top:10px}.register-progress{gap:12px;margin:24px auto 0;max-width:400px}.progress-step,.register-progress{display:flex;align-items:center;justify-content:center}.progress-circle{width:43px;height:43px;border-radius:50%;border:2px solid #ccc;background:#fff;transition:all .3s}.progress-circle.filled{background:#1c3466;border-color:#1c3466}.progress-line{flex:1;height:0;border-top:2px dashed #ccc;max-width:83px}.register-section-title{font-family:var(--font-poppins);font-weight:600;font-size:28px;color:var(--color-label);margin-top:28px;margin-bottom:20px}.form-input.input-email,.form-input.input-name,.form-input.input-student,.register-form{width:100%}.form-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.form-group{position:relative}.form-label{display:block;font-family:var(--font-poppins);font-weight:300;font-size:16px;color:var(--color-text);margin-bottom:6px}.form-label-sm{font-size:14px}.form-input{width:100%;background:var(--color-input-bg);border:0;border-radius:54px;padding:12px 25px;font-family:var(--font-poppins);font-size:12px;color:var(--color-text);outline:0}.form-input::placeholder{color:var(--color-placeholder)}.name-row{align-items:flex-start}.form-group-name{flex:1;min-width:280px}.form-group-photo{flex-shrink:0;text-align:center}.photo-upload{display:inline-block;cursor:pointer}.photo-circle{width:130px;height:130px;border-radius:50%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:2px dashed #ccc}.photo-preview{width:100%;height:100%;object-fit:cover;display:none}.photo-preview.visible{display:block}.photo-placeholder{position:absolute;display:flex;align-items:center;justify-content:center}.photo-input{position:absolute;inset:0;opacity:0;cursor:pointer}.photo-label{font-family:var(--font-poppins);font-weight:400;font-size:16px;color:var(--color-text);margin-top:8px}.photo-optional{font-family:var(--font-inter);font-style:italic;font-weight:300;font-size:10.889px;color:#939292}.student-email-row .form-group-student{flex:0 0 229px}.student-email-row .form-group-email{flex:1;min-width:280px}.year-program-row .form-group-year{flex:0 0 186px}.year-program-row .form-group-program{flex:1;min-width:280px}.dob-title{font-family:var(--font-poppins);font-weight:400;font-size:20px;color:var(--color-text);margin-bottom:12px;margin-top:8px}.dob-row .form-group-day{flex:0 0 157px}.dob-row .form-group-month{flex:0 0 248px}.dob-row .form-group-year-select{flex:0 0 166px}.custom-select{position:relative;width:100%}.select-dropdown li,.select-trigger{font-family:var(--font-poppins);cursor:pointer}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--color-input-bg);border:0;border-radius:54px;padding:12px 18px 12px 25px;font-size:12px;color:var(--color-text);text-align:left}.select-placeholder{color:var(--color-placeholder);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-trigger .select-placeholder.selected{color:var(--color-text)}.select-arrow{display:inline-block;width:20px;height:20px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="9" fill="%23eff4fb" stroke="%23ccc"/><path d="M6 8l4 4 4-4" stroke="%23999" stroke-width="1.5" fill="none"/></svg>')center no-repeat;flex-shrink:0}.select-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:snow;border:.5px solid var(--color-error-border);border-radius:5px;box-shadow:0 4px 4px rgba(0,0,0,.25);list-style:none;padding:4px 0;z-index:50;display:none;max-height:200px;overflow-y:auto}.select-dropdown.open{display:block}.select-dropdown li{padding:6px 16px;font-size:10px;color:#606060;transition:background .15s}.select-dropdown li:hover{background:rgba(239,244,251,.5)}.select-dropdown-scroll{max-height:180px;overflow-y:auto}.consent-row{margin-bottom:12px}.consent-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;max-width:544px}.consent-checkbox,body.register-step-1 .site-header{display:none}.consent-checkbox-custom{flex-shrink:0;width:16px;height:16px;border:1px solid var(--color-yellow);position:relative;margin-top:2px}.consent-checkbox:checked+.consent-checkbox-custom::after{content:"";position:absolute;inset:2px;background:var(--color-yellow)}.consent-text{font-family:var(--font-poppins);font-weight:200;font-size:10px;color:var(--color-text);text-align:justify;line-height:1.4}.form-submit-row{display:flex;justify-content:center;margin-top:16px}.btn-save{width:192px;padding:15px 25px;border:0;border-radius:22px;background:var(--gradient-btn);box-shadow:0 0 6px rgba(255,203,13,.25);font-family:var(--font-inter);font-weight:400;font-size:16px;color:var(--color-text);cursor:pointer;transition:opacity .2s;text-align:center}.btn-save:hover{opacity:.85}.btn-save.constraint-btn{background:0 0;border:1px solid var(--color-orange);color:var(--color-orange);box-shadow:0 0 12px rgba(255,203,13,.25)}.form-error{display:none;align-items:center;gap:4px;margin-top:4px}.form-error.visible{display:flex}.error-icon{flex-shrink:0;width:14px;height:14px;background:url(../assets/members/badges/Warning-Icon.webp)center/contain no-repeat;display:inline-block}.error-text{font-family:var(--font-inter);font-weight:500;font-size:9px;background:var(--gradient-error);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.form-error[data-for=consent] .error-text{font-size:8px}.form-error[data-for=fullName] .error-text{font-weight:400}body.register-step-1 #header-placeholder{min-height:0}@media (max-width:767px){body.register-page,html{background:#fff;overflow-y:auto;height:auto;min-height:100vh}.register-card{padding:20px 16px 40px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);background:#fff}body.register-step-1 .site-header{display:block;position:absolute;width:440px;height:107px;left:-4px;top:0;background:#084a8d;z-index:10}body.register-step-1 .hamburger-btn{position:absolute;left:366px;top:70px;right:auto;bottom:auto;z-index:100}body.register-step-1{overflow:hidden;height:100vh;width:100vw;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.register-step-1 .register-main{width:430px;height:932px;position:relative;background:#fff;flex-shrink:0;transform:scale(calc(min(100vw/430,100vh/932)));transform-origin:center center}.register-step-1 #header-placeholder{position:relative;z-index:200}.register-step-1 .register-card,.register-step-1 .register-form{position:absolute;inset:0;width:430px;height:932px;margin:0;padding:0}.register-step-1 .register-card{border-radius:0;box-shadow:none;background:0 0;z-index:1}.register-step-1 .register-form{display:block}.register-step-1 .register-back{position:absolute;width:91.38px;height:26.26px;left:36.54px;top:125px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1.14289px solid #0026ff;border-radius:13.7147px;padding:0;margin:0;text-decoration:none;z-index:150}.register-step-1 .register-back-text{font-family:"Poppins",sans-serif;font-weight:600;font-size:16.0005px;line-height:24px;background:linear-gradient(180deg,#ff8400 0,#fbb515 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.register-step-1 .register-back-arrow{border-left:2px solid #003678;border-bottom:2px solid #003678;width:7px;height:7px;transform:rotate(45deg);margin-right:6px;margin-top:-1px;display:inline-block}.register-step-1 .register-title{position:absolute;width:79px;height:26px;left:calc(50% - 79px/2 + 1.83px);top:188.95px;font-family:"Inter",sans-serif;font-weight:600;font-size:21.5367px;line-height:26px;color:#000;margin:0;text-align:center}.register-step-1 .register-progress{width:100%;height:30px;left:0;top:237.4px}.register-step-1 .progress-step,.register-step-1 .register-progress{position:absolute;display:block;margin:0}.register-step-1 .progress-step:nth-child(1){left:87.64px}.register-step-1 .progress-step:nth-child(3){left:202.73px}.register-step-1 .progress-step:nth-child(5){left:317.14px}.register-step-1 .progress-circle{width:28.94px;height:28.94px;border:0;background:#fbe502;border-radius:50%}.register-step-1 .progress-circle.filled{background:#ff750b}.register-step-1 .progress-line{position:absolute;height:0;border-top:.673021px solid #fbe502;margin:0}.register-step-1 .progress-line:nth-child(2){left:131.39px;width:55.86px;top:14.47px}.register-step-1 .progress-line:nth-child(4){left:246.48px;width:55.86px;top:14.47px}.register-step-1 .register-section-title{position:absolute;width:122px;height:28px;left:calc(50% - 122px/2 - 117.63px);top:315.07px;font-family:"Poppins",sans-serif;font-weight:600;font-size:18.6667px;line-height:28px;color:#ff8400;margin:0}.register-step-1 .form-group{position:absolute;margin:0}.register-step-1 .form-label{font-family:"Poppins",sans-serif;font-weight:300;font-size:12px;line-height:18px;color:#000;margin:0;padding:0 0 0 10px}.register-step-1 .form-input,.register-step-1 .select-trigger{background:#eff4fb;border:0;outline:0;height:100%;width:100%;padding:0 20px}.register-step-1 .form-group-name{position:absolute;left:34.61px;top:356.55px;width:361.75px;height:46px}.register-step-1 .form-group-name .form-label{position:absolute;left:11.58px;top:0;width:61px;height:18px}.register-step-1 .form-group-name .form-input{position:absolute;width:361.75px;height:25.62px;left:0;top:20.08px;border-radius:32.8861px;font-size:7.30803px;padding:0 20px}.register-step-1 .form-group-email,.register-step-1 .form-group-student{position:absolute;left:33.97px;top:415.73px;width:169.28px;height:55px}.register-step-1 .form-group-student .form-label{position:absolute;left:12.22px;top:0;width:100px;height:18px}.register-step-1 .form-group-student .form-input{position:absolute;width:169.28px;height:34.46px;left:0;top:20.08px;border-radius:54.7377px;font-size:12.1639px;padding:0 20px}.register-step-1 .form-group-email{left:214.44px;width:181.27px}.register-step-1 .form-group-email .form-label{position:absolute;left:13.75px;top:0;width:35px;height:18px}.register-step-1 .form-group-email .form-input{position:absolute;width:181.27px;height:34.57px;left:0;top:20.08px;border-radius:54.7377px;font-size:12.1639px;padding:0 20px}.register-step-1 .form-group-year{position:absolute;left:33.92px;top:483.86px;width:113.63px;height:49px}.register-step-1 .form-group-year .form-label{position:absolute;left:12.27px;top:0;width:70px;height:18px}.register-step-1 .form-group-year .select-trigger{position:absolute;width:113.63px;height:28.1px;left:0;top:20.08px;border-radius:32.9883px;font-size:7.33073px;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.register-step-1 .form-group-program{position:absolute;left:153.97px;top:483.86px;width:241.75px;height:50px}.register-step-1 .form-group-program .form-label{position:absolute;left:6.89px;top:0;width:54px;height:18px}.register-step-1 .form-group-program .select-trigger{position:absolute;width:241.75px;height:28.88px;left:0;top:20.18px;border-radius:33.9073px;font-size:7.53496px;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.register-step-1 .dob-title{position:absolute;width:88px;height:21px;left:calc(50% - 88px/2 - 134.64px);top:552.02px;font-family:"Poppins",sans-serif;font-weight:400;font-size:14px;line-height:21px;color:#000;margin:0}.register-step-1 .form-group-day,.register-step-1 .form-group-month{position:absolute;left:34.71px;top:582.75px;width:91.57px;height:49px}.register-step-1 .form-group-day .form-label{position:absolute;left:10.27px;top:0;width:26px;height:18px}.register-step-1 .form-group-day .select-trigger{position:absolute;width:91.57px;height:28.86px;left:0;top:19.53px;border-radius:33.8567px;font-size:7.52371px;padding:0 12px;display:flex;align-items:center;justify-content:space-between}.register-step-1 .form-group-month{left:130.04px;width:157.05px}.register-step-1 .form-group-month .form-label{position:absolute;left:16.64px;top:0;width:40px;height:18px}.register-step-1 .form-group-month .select-trigger{position:absolute;width:157.05px;height:28.84px;left:0;top:19.53px;border-radius:34.9002px;font-size:7.75561px;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.register-step-1 .form-group-year-select{position:absolute;left:293.31px;top:583.04px;width:102.95px;height:48px}.register-step-1 .form-group-year-select .form-label{position:absolute;left:10.56px;top:0;width:29px;height:18px}.register-step-1 .form-group-year-select .select-trigger{position:absolute;width:102.95px;height:28.53px;left:0;top:19.24px;border-radius:33.4897px;font-size:7.44217px;padding:0 12px;display:flex;align-items:center;justify-content:space-between}.register-step-1 .select-arrow{width:12px;height:12px;background-size:contain}.register-step-1 .select-dropdown{top:calc(100% + 50px)}.register-step-1 .form-group-photo{position:absolute;left:36.86px;top:662.9px;width:350px;height:50px;display:block}.register-step-1 .photo-upload{position:absolute;width:119.7px;height:43.94px;left:0;top:0}.register-step-1 .photo-circle{width:119.7px;height:43.94px;border-radius:28px;background:#fe9001;border:0;box-shadow:0 0 14.5px 6px rgba(254,144,1,.5);margin:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.register-step-1 .photo-placeholder svg,.register-step-1 .photo-preview.visible+.photo-placeholder{display:none}.register-step-1 .photo-placeholder{width:100%;height:100%;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle></svg>')center no-repeat;background-size:20px}.register-step-1 .photo-preview{width:100%;height:100%;object-fit:cover;border-radius:28px;position:relative;z-index:2}.register-step-1 .photo-label{position:absolute;width:46px;height:14px;left:137.82px;top:10.3px;font-family:"Poppins",sans-serif;font-weight:400;font-size:9.55801px;line-height:14px;color:#000;margin:0}.register-step-1 .photo-optional{position:absolute;width:26px;height:8px;left:147.68px;top:24.64px;font-family:"Inter",sans-serif;font-style:italic;font-weight:200;font-size:6.50476px;line-height:8px;color:#939292;margin:0}.register-step-1 .form-group-consent{position:absolute;left:42.3px;top:758.61px;width:355px;height:60px;margin:0}.register-step-1 .consent-label{position:absolute;inset:0;display:block;max-width:100%}.register-step-1 .consent-checkbox-custom{position:absolute;width:16px;height:16px;left:0;top:4.34px;border:1px solid #fbb515;margin:0}.register-step-1 .consent-checkbox:checked+.consent-checkbox-custom::after{content:"";position:absolute;inset:2px;background:#ff750b}.register-step-1 .consent-text{position:absolute;width:327.6px;height:60px;left:27.18px;top:0;font-family:"Poppins",sans-serif;font-weight:300;font-size:10px;line-height:15px;text-align:justify;color:#606160;margin:0}.register-step-1 .btn-save{position:absolute;width:292px;height:49px;left:calc(50% - 292px/2);top:854.55px;background:linear-gradient(180deg,#fff200 0,#fbb515 100%);box-shadow:0 0 12px rgba(255,203,13,.25);border-radius:22px;font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:19px;color:#000;border:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.register-step-1 .btn-save.constraint-btn{background:0 0;border:1px solid var(--color-orange);color:var(--color-orange);box-shadow:0 0 12px rgba(255,203,13,.25)}.register-step-1 .form-error{position:absolute;top:100%;left:0;width:100%;z-index:20;margin:0;padding-left:24px}.register-step-1 .error-text{font-size:9px;line-height:1.3}.register-step-1 .error-icon{width:14px;height:14px}.register-step-1 .form-error[data-for=schoolYear] .error-text{white-space:nowrap}.register-step-1 .form-error[data-for=dobDay]{padding-left:10px}}@media (min-width:1024px){.register-form{max-width:100%}body.register-page{height:100vh;padding:0;align-items:center;justify-content:center}.register-card,.register-main{position:relative;width:992px;height:876px}.register-main{max-width:none;transform:scale(1);transform-origin:center}.register-card{padding:0;border-radius:16px;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.15)}.register-form{position:relative;width:100%;height:100%}.register-back{position:absolute;left:31px;top:29.68px;z-index:1}.register-title{position:absolute;left:50%;top:63px;transform:translateX(-50%);width:117px;height:39px;margin:0;font-size:32px;line-height:39px}.register-progress{position:absolute;left:304px;top:135px;width:384px;height:43px;margin:0;gap:22px;max-width:none}.progress-circle{width:43px;height:43px;border-color:#fbe502;background:#fbe502}.progress-circle.filled{border-color:#ff750b;background:#ff750b}.progress-line{width:83px;flex:none;border-color:#fbe502}.dob-title,.register-section-title{position:absolute;left:173px;top:209px;margin:0;font-size:28px;line-height:42px}.dob-title{left:103px;top:566px;font-size:20px;line-height:30px}.form-row{position:static;display:block;margin:0;flex-wrap:nowrap}.form-label{margin:0 0 5px;padding-left:10px}.form-input,.select-trigger{height:42px;padding:12px 18px 12px 25px}.form-group-name{position:absolute;left:112px;top:270px;width:594px}.form-group-photo{position:absolute;left:779px;top:269px}.form-group-student{position:absolute;left:112px;top:368px;width:229px}.form-group-email{position:absolute;left:357px;top:371px;width:342px}.form-group-program,.form-group-year{position:absolute;left:112px;top:464px;width:186px}.form-group-program{left:325px;width:386px}.photo-circle{width:130px;height:130px;margin:0;background:#fe9001;border:0;box-shadow:0 0 14.5px 8px rgba(254,144,1,.5)}.photo-placeholder{left:33px;top:40px;width:65px;height:50px;align-items:center;justify-content:center}.photo-placeholder svg{width:65px;height:50px;stroke:#fff}.photo-label{margin-top:15px}.photo-optional{margin-top:0}.dob-row{position:absolute;left:112px;top:602px;width:610px;display:flex;gap:20px}.form-group-day{width:157px}.form-group-month{width:248px}.form-group-year-select{width:166px}.consent-row{position:absolute;left:137px;top:711.25px;width:544px;margin:0}.consent-label{max-width:544px;margin:0}.consent-text{line-height:15px}.form-submit-row{position:absolute;left:50%;top:801.5px;transform:translateX(-50%);margin:0}.btn-save{height:49px;padding:15px 25px}.form-error{position:absolute;left:0;top:78px;display:none;align-items:center;gap:4px;margin:0;z-index:20;padding-left:24px}.form-error.visible{display:flex}.form-error[data-for=consent]{left:0;top:52.75px}}