._container_1dirc_1{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100dvh;width:100%;box-sizing:border-box;overflow-x:hidden;position:relative;background-color:#f9f9f9}._topLeftImage_1dirc_14{width:100px;height:auto;padding-left:15px}._header_1dirc_20{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;background:var(--accent-color);padding:10px 0;overflow:visible}._headerQrButton_1dirc_32{position:absolute;top:10px;right:12px;width:56px;height:56px;color:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:2rem}._header_1dirc_20:after{content:"";position:absolute;bottom:-60px;left:-20px;width:100%;height:60px;background:var(--accent-color);transform:rotate(-8deg);transform-origin:top left}@media (min-width: 500px){._header_1dirc_20:after{transform:rotate(-7deg)}}@media (min-width: 580px){._header_1dirc_20:after{transform:rotate(-6deg)}}@media (min-width: 680px){._header_1dirc_20:after{transform:rotate(-5deg)}}._imagePlaceholder_1dirc_74{width:120px;height:120px;align-self:flex-end;background-color:#f9f9f9;border-radius:50%;margin:-50px -10px 3px 0;z-index:1;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}._imagePlaceholder_1dirc_74 img{width:auto;height:130px;margin-top:7px;object-fit:cover}._name_1dirc_95{font-size:1.5rem;margin:15px 0;padding-left:15px;color:#f5f5f5}._title_1dirc_103{font-size:1rem;margin:5px 0;max-width:280px;padding-left:15px;color:#f5f5f5;z-index:2}._aboutSection_1dirc_112{display:flex;justify-content:space-evenly;width:100%;box-sizing:border-box;padding:15px}._aboutSection_1dirc_112 h3,._aboutSection_1dirc_112 p{font-size:.8rem}._content_1dirc_128{display:flex;flex-direction:column;width:100%;padding-left:15px;flex:2}._contactInfo_1dirc_135{display:flex;align-items:center}._link_1dirc_139{text-decoration:none;transition:color .3s ease}._footer_1dirc_144{display:flex;flex-direction:column;justify-content:space-between;text-align:center;width:100%}._buttons_1dirc_152{display:flex;justify-content:space-evenly}._loadingContainer_f0pes_2{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#f9f9f9;color:var(--text-color)}._activityIndicator_f0pes_12{display:flex;flex-direction:column;align-items:center;text-align:center}._spinner_f0pes_19{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top:5px solid var(--accent-color);border-radius:50%;animation:_spin_f0pes_19 1s linear infinite}._loadingText_f0pes_28{color:var(--text-color);margin-top:1rem}@keyframes _spin_f0pes_19{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._contactButton_1vwi3_1{color:#fff;border-radius:50px;padding:10px 20px;font-size:14px;display:flex;align-items:center;justify-content:center;font-weight:550}._icon_1vwi3_11{margin-right:10px;font-size:20px;display:flex;align-items:center;justify-content:center}._contactInfoContainer_o7chx_2{display:flex;align-items:center;margin-bottom:.3rem}._iconContainer_o7chx_8{width:40px;height:40px;display:flex;justify-content:center;align-items:center;padding:2.5px}._icon_o7chx_8{width:70%;height:70%;object-fit:contain}._linkContainer_o7chx_23{display:flex;flex-direction:column;margin-left:10px}._link_o7chx_23{text-decoration:none;transition:color .3s ease}._line_o7chx_34{display:block;font-size:1em}._container_1y8u6_1{display:flex;align-items:center;margin-bottom:.3rem}._iconContainer_1y8u6_7{display:flex;width:40px;justify-content:center}._icon_1y8u6_7{width:90%}._text_1y8u6_17{display:flex;flex-direction:column;font-weight:550;font-size:1em;margin-left:15px}._container_1lw12_3{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px;background-color:#f9f9f9}._title_1lw12_13{font-size:2.5rem;margin-bottom:1rem}._message_1lw12_18{font-size:1.2rem;color:#6c757d;margin-bottom:1.5rem;text-align:center}@keyframes _fadeIn_3vdhg_1{0%{opacity:0}to{opacity:1}}._modal_3vdhg_10{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:_fadeIn_3vdhg_1 .8s ease-out forwards}._modalContent_3vdhg_25{background-color:#f9f9f9;color:var(--text-color);width:90%;padding:1.5rem;border-radius:20px;box-shadow:0 4px 6px #0000001a;position:relative;opacity:0;animation:_fadeIn_3vdhg_1 .3s ease-out .1s forwards;max-height:80vh;overflow-y:auto}._modalHeader_3vdhg_39{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._modalContent_3vdhg_25 h2{margin:0;font-size:1.3rem}._close_3vdhg_52{color:var(--accent-color);background-color:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem}._modalContent_3vdhg_25 form{display:flex;flex-direction:column}._modalContent_3vdhg_25 label{margin-bottom:.1rem;font-weight:600}._modalContent_3vdhg_25 input{margin-bottom:.2rem;padding:.2rem;border:1px solid var(--text-color);border-radius:4px;color:var(--text-color);width:98%;box-sizing:border-box;font-size:1.2rem}._modalContent_3vdhg_25 input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #00539e33}._formFields_3vdhg_90{overflow-y:auto;max-height:50vh;margin-bottom:1rem}._submitButton_3vdhg_96{padding:.3rem;border-radius:4px}._required_3vdhg_101{color:red;font-weight:700;margin-left:5px}@keyframes _fadeIn_wi6h0_1{0%{opacity:0}to{opacity:1}}._modal_wi6h0_10{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;animation:_fadeIn_wi6h0_1 .2s ease-out forwards}._modalContent_wi6h0_25{background-color:#f9f9f9;color:var(--text-color);width:80%;max-width:400px;padding:.8rem;border-radius:20px;box-shadow:0 4px 6px #0000001a;position:relative;opacity:0;animation:_fadeIn_wi6h0_1 .2s ease-out .05s forwards}._modalHeader_wi6h0_38{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}._modalContent_wi6h0_25 h2{margin:0;font-size:1.2rem}._close_wi6h0_50{color:var(--accent-color);background-color:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem}._qrWrapper_wi6h0_62{display:flex;justify-content:center;padding:.25rem}._scanLabel_wi6h0_68{margin:.35rem 0 0;font-size:.85rem;color:var(--text-color);text-align:center}._passLoading_wi6h0_75{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.5rem;color:var(--text-color);font-size:.85rem}._passSpinner_wi6h0_86{width:20px;height:20px;border:2px solid rgba(0,0,0,.1);border-top:2px solid var(--accent-color);border-radius:50%;animation:_spin_wi6h0_1 .8s linear infinite}@keyframes _spin_wi6h0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._walletButtons_wi6h0_100{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;align-items:center}._walletButton_wi6h0_100{display:inline-flex;align-items:center;justify-content:center;min-height:52px;text-decoration:none}._walletButton_wi6h0_100 img{height:52px;width:auto;display:block;image-rendering:-webkit-optimize-contrast;transform:translateZ(0)}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:only light;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--accent-color: #002582;--accent-color-hover: #1A3D99;--secondary-color: #306CFF;--highlight-color: #FCEB93;--text-color: #707274;--background-color: #002582;--link-color: var(--secondary-color);--link-hover-color: var(--accent-color-hover);--button-text-color: #ffffff;--button-bg-color: var(--accent-color);--button-hover-bg-color: var(--accent-color-hover)}html,body{color-scheme:only light;overflow-x:hidden;height:100%;margin:0;padding:0;background-color:var(--background-color);color:var(--text-color)}#root{height:100%;width:100%;max-width:700px;margin:0 auto}body{display:flex;flex-direction:column}a{font-weight:500;color:var(--link-color);text-decoration:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:var(--text-color)}h1{font-size:2.5rem;line-height:1.1}button{font-family:inherit;padding:var(--spacing-sm) var(--spacing-md);color:var(--button-text-color);background-color:var(--button-bg-color);border:none;border-radius:20px;cursor:pointer}*{box-sizing:border-box}
