:root{--primary:#b00101;--secondary:#0f2130;--pri-complementry:#01b0b0;--pri-analogous-01:#b05901;--pri-analogous-02:#b00159;--pri-triadic-01:#01b001;--pri-triadic-02:#0101b0;--pri-tetradic-01:#59b001;--pri-tetradic-02:#01b0b0;--pri-tetradic-03:#5901b0;--blue:#1e90ff;--white:#fff;--black:#000;--dark-blue-background:#092d48;--light-silver:#d8d8d8;--dark-gray:#545454;--text-label-gray:#434343;--btn-border-radius:8px;--light-gray:#f6f6f6;--section-dark-bg:#001128;--input-border-gray:#c4c4c4;--underline-gray:#c5c5c5;--light-blue:#e9f4fe;--section-bg:#f2faff;--section-heading:#005ead;--light-blue:#bde1ff}body{color:var(--secondary)}.terms-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:9999;display:flex;justify-content:center;align-items:center;padding:1rem;box-sizing:border-box;font-family:"Noto Sans"}.terms-popup-container{box-sizing:border-box;width:100%;max-width:720px;max-height:90vh;background-color:var(--white);border-radius:var(--btn-border-radius);overflow-y:auto;animation:fadeIn .3s ease-in-out}.terms-popup-header-cont{display:flex;justify-content:space-between;align-items:center;background:var(--secondary);padding:.5rem .5rem .5rem 1rem;border-top-left-radius:var(--btn-border-radius);border-top-right-radius:var(--btn-border-radius)}.terms-popup-header{font-size:1rem;color:var(--white);font-weight:400;margin:0}.terms-conditions-wrapper{max-height:300px;overflow-y:auto;padding:1rem;box-sizing:border-box;border-bottom:1px solid var(--input-border-gray)}.terms-conditions-list-cont{margin:0;padding-left:1.2rem;list-style:disc}.terms-condition-list{font-size:1rem}.terms-conditions-wrapper::-webkit-scrollbar{width:6px}.terms-conditions-wrapper::-webkit-scrollbar-thumb{background-color:var(--input-border-gray);border-radius:10px}.terms-conditions-wrapper::-webkit-scrollbar-track{background-color:#f1f1f1}.close-terms-popup{font-size:1.5rem;color:var(--white);cursor:pointer;transition:color .2s ease-in-out}.close-terms-popup:hover{color:var(--primary)}.terms-popup-body{display:flex;justify-content:center;align-items:center}.terms-popup-form-cont{display:flex;width:100%;justify-content:flex-end;align-items:center;padding:.8rem 1rem .8rem 1rem;border-radius:8px;box-sizing:border-box;background-color:var(--light-gray)}.termsPopup-btn-cont{display:flex;justify-content:space-between;align-items:center;gap:10px}.termsPopUp-disagree-btn{width:130px;padding:.8rem;font-size:1rem;font-weight:400;background-color:var(--white);color:var(--primary);border:1px solid var(--primary);border-radius:var(--btn-border-radius);cursor:pointer;transition:background-color .2s ease-in-out}.termsPopUp-agree-btn{width:130px;padding:.8rem;font-size:1rem;font-weight:400;background-color:var(--primary);color:var(--white);border:0;border-radius:var(--btn-border-radius);cursor:pointer;transition:background-color .2s ease-in-out}.termsPopUp-disagree-btn:hover{color:var(--white);background-color:var(--primary)}.termsPopUp-agree-btn:hover{color:var(--primary);background-color:var(--white);border:1px solid var(--primary);border-radius:8px}@keyframes fadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:600px){.terms-popup-overlay{padding:1rem}.terms-popup-container{width:95%;max-width:95%}.terms-popup-header{font-size:.8rem}.terms-popup-header-cont{padding:.4rem}.terms-condition-list{font-size:.8rem}.terms-popup-form-cont{padding:.5rem;justify-content:center}.termsPopUp-disagree-btn,.termsPopUp-agree-btn{width:100px;padding:.6rem;font-size:.8rem}}@media screen and (max-width:400px){.termsPopUp-submit-btn{padding:.6rem;font-size:.7rem}.termsPopup-cancle-btn{font-size:.6rem}}