.loading-circle{display:none}*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131}button,html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{display:flex;flex-direction:column;min-height:100vh}a{transition:color .15s ease;background-color:transparent;text-decoration:none;color:#0051c3}a:hover{text-decoration:underline;color:#ee730a}.hidden{display:none}.main-content{margin:8rem auto;width:100%;max-width:60rem}.heading-favicon{margin-right:.5rem;width:2rem;height:2rem;vertical-align:middle}.footer,.main-content{padding-right:1.5rem;padding-left:1.5rem}.main-wrapper{display:flex;flex:1;flex-direction:column;align-items:center}.font-red{color:#b20f03}.spacer{margin:2rem 0}.h1{line-height:3.75rem;font-size:2.5rem;font-weight:500}.h2{line-height:2.25rem;font-size:1.5rem;font-weight:500}.core-msg{line-height:2.25rem;font-size:1.5rem;font-weight:400}.body-text{line-height:1.25rem;font-size:1rem;font-weight:400}@media (max-width:720px){.h1{line-height:1.75rem;font-size:1.5rem}.h2{line-height:1.5rem;font-size:1.25rem}.core-msg{line-height:1.5rem;font-size:1rem}.spacer{margin:1rem 0!important}}.text-center{text-align:center}.footer{margin:0 auto;width:100%;max-width:60rem;line-height:1.125rem;font-size:.75rem}.footer-inner{border-top:1px solid #d9d9d9;padding-top:1rem;padding-bottom:1rem;margin-top:8rem}.diagnostic-wrapper{margin-bottom:.5rem}.footer .ray-id{text-align:center}.footer .ray-id code{font-family:monaco,courier,monospace}.core-msg,.zone-name-title{overflow-wrap:break-word}@media (max-width:720px){.diagnostic-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.clearfix:after{display:initial;clear:none;text-align:center;content:none}.column{padding-bottom:2rem}.clearfix .column{float:none;padding:0;width:auto;word-break:keep-all}.zone-name-title{margin-bottom:1rem}}@media (min-width:721px){.footer-inner{margin-top:2rem}}.core-msg.spaceer::after{content:"...";animation:dots 3s steps(4,end) infinite}@keyframes dots{0%{content:"..."}25%{content:"."}50%{content:".."}75%{content:"..."}}body{display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background-color:#fff}.recaptcha-container{display:flex;align-items:center;border:1px solid #ccc;padding:10px;width:fit-content;background-color:#f9f9f9;position:relative}.recaptcha-checkbox{width:20px;height:20px;border:1px solid #ccc;margin-right:10px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.recaptcha-checkbox.checked::after{content:"\2713";color:green;font-size:16px}.recaptcha-text{font-family:Arial,sans-serif;margin-right:20px}.recaptcha-logo{width:24px;height:24px}.recaptcha-terms{font-size:10px;color:#666;font-family:Arial,sans-serif;text-align:center}.recaptcha-logo-container{display:flex;flex-direction:column;align-items:center;margin-left:auto}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.modal-content{background-color:#fff;border:1px solid #d3d3d3;border-radius:0;box-shadow:0 0 10px rgba(0,0,0,.1);width:350px;padding:20px;text-align:center}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.loading-circle{width:20px;height:20px;border:3px solid #ccc;border-top:3px solid green;border-radius:50%;animation:spin 1s linear infinite;position:absolute;display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.captcha-header{background-color:#4285f4;color:#fff;font-size:16px;padding:10px;border-radius:0;margin:-16px -16px 16px -16px}.captcha-images{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.captcha-images img{width:100px;height:100px;cursor:pointer;border:1px solid transparent}.captcha-images img.selected{border:3px solid #00f}.captcha-actions{margin-top:16px;display:flex;justify-content:space-between;align-items:center}.captcha-actions button{background-color:#4285f4;color:#fff;border:none;border-radius:10px;padding:8px 16px;cursor:pointer;font-size:12px}.captcha-actions button:hover{background-color:#357ae8}.captcha-actions .icon-container{display:flex;gap:8px}.captcha-actions .icon-container img{width:24px;height:24px;cursor:pointer;filter:grayscale(100%)}