@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap";
:root{--white:#fff;--black:#080c13;--navy-blue:#18273c;--navy-blue2:#353b5d;--light-purple:#8083a6;--light-blue:#70afd8;--light-blue2:#e0f2f9;--dark-green:#085b51;--green:#0e8173;--green-onhover:#0c9a88;--light-green:#e2fff9;--light-green-active:#afe9dd;--aqua-green:#56d0b8;--dark-gray:#667589;--light-gray:#f1f7fd;--dark-orange:#dc7404;--dark-orange-onhover:#e08624;--dark-orange-active:#c36704;--light-orange:#fdcf70;--light-orange2:#fdeee0;--blue:#d2f1fb;--beige:#fff4dd;--header-height:100px;--header-height-mobile:60px;--border-color:#a0a0a0;--pink:#faa59e;--red:#f97f91}body{color:var(--navy-blue);background-color:var(--white);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;margin:0;font-family:Rubik,sans-serif;font-size:16px;animation-name:fontfix;animation-duration:.1s;animation-timing-function:linear;animation-iteration-count:1;animation-delay:.1s}body.sleep-charge{background-color:#fff}@media screen and (max-width:1024px){body.sleep-charge{color:var(--white);background-color:#223754}}.sleep-charge a{color:var(--green)}@media screen and (max-width:1024px){.sleep-charge a{color:var(--white);-webkit-text-decoration:underline #b5f8eb;text-decoration:underline #b5f8eb}.sleep-charge a:visited{text-decoration-color:#86ccff}.sleep-charge a:hover{color:#b5f8eb;-webkit-text-decoration-color:var(--red);text-decoration-color:var(--red)}}*{box-sizing:border-box}body,html{flex-direction:column;font-family:Rubik,sans-serif;display:flex;height:unset!important}h1{text-align:center;margin:30px 0;padding:0}@media screen and (max-width:1024px){h1{margin:0 0 15px}}h2,h3,h4,h5,h6{margin:0;padding:0}a{color:var(--green);word-break:break-all}a:hover{color:var(--navy-blue)}table{background-color:var(--navy-blue);width:100%}@media screen and (max-width:1024px){table{overflow:auto}}table thead tr{background-color:var(--navy-blue)}table thead tr:first-of-type{background-color:var(--light-green-active)}table thead tr td{border:1px solid var(--navy-blue);padding:10px}table tbody tr{background-color:var(--navy-blue)}table tbody tr td{border:1px solid var(--navy-blue);padding:10px}button:focus{outline-offset:2px;outline-color:var(--green);outline-width:2px;outline-style:solid}a:focus{outline-offset:2px!important;outline-color:var(--green)!important;color:var(--green)!important;border-bottom:1px solid var(--green)!important;border-radius:2px!important;outline-width:2px!important;outline-style:solid!important}
