html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    width: 100vw;
    max-width: 100%;
}

button {
    cursor: pointer;
    background: inherit;
    border: none;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Epilogue', sans-serif;
}

div {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Epilogue', sans-serif;
}

input {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Epilogue', sans-serif;
}

textarea {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Epilogue', sans-serif;
}

p {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Epilogue', sans-serif;
}

li {
    font-family: inherit;
}

h2 {
    font-weight: 500;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.flex {
    display: inline-flex;
}

.col {
    flex-flow: column;
}

.wrap {
    flex-wrap: wrap;
}

.justify-start {
    justify-content: start;
}

.justify-end {
    justify-content: end;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-spaced {
    justify-content: space-between;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.justify-self-end {
    justify-self: end;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: start;
}

.align-end {
    align-items: end;
}

.align-self-center {
    align-self: center;
}

.align-self-start {
    align-self: start;
}

.align-self-end {
    align-self: end;
}

.noshrink {
    flex-shrink: 0;
}

.nogrow {
    flex-grow: 0;
}

.grow {
    flex-grow: 1;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.max-w-75 {
    max-width: 75%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-100px {
    width: 100px;
}

.w-80vw {
    width: 80vw;
}

.w-vw {
    width: 100vw;
}

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.h-25 {
    height: 25%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-75 {
    height: 75%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.h-100 {
    height: 100%;
}

.h-80vh {
    height: 80vh;
}

.h-vh {
    height: 100vh;
}

.min-h-vh {
    min-height: 100vh;
}

.min-h-100 {
    min-height: 100%;
}

.m-0 {
    margin: 0px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px
}

.m-60 {
    margin: 60px
}

.m-120 {
    margin: 120px
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-120 {
    margin-right: 120px;
}

.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-60 {
    padding: 60px;
}

.p-120 {
    padding: 120px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-120 {
    padding-right: 120px;
}

.light {
    color: #222;
    background-color: white;
}

.light2 {
    color: #222;
    background-color: white;
}

.dark {
    background-color: #28659e;
    color: white;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.sz-14 {
    font-size: 14px;
}

.sz-16 {
    font-size: 16px;
}

.sz-20 {
    font-size: 20px;
}

.sz-24 {
    font-size: 24px;
}

.sz-36 {
    font-size: 36px;
}

.sz-48 {
    font-size: 48px;
}

.big {
    font-size: 4rem;
}

.error {
    color: red;
}

.block {
    display: block;
}

.bold {
    font-weight: bold;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-tr-20 {
    border-top-right-radius: 20px;
}

.rounded-tl-20 {
    border-top-left-radius: 20px;
}

.rounded-br-20 {
    border-bottom-right-radius: 20px;
}

.rounded-bl-20 {
    border-bottom-left-radius: 20px;
}

.font-doc {
    font-family: 'Ubuntu';
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.border-none {
    border: none;
}

.border {
    border: 1px solid;
}

.border-gray {
    border-color: gray;
}

.CodeMirror * {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
}

.clip {
    overflow: clip;
}

.scroll-y {
    overflow-y: scroll;
}

.auto-y {
    overflow-y: auto;
}

.primary-button {
    color: white;
    border-radius: 10px;
    padding: 0.8rem;
    text-align: center;
    cursor: pointer;
    background-color: #21a6f0;
    font-size: inherit;
}

.primary-button:hover:not([disabled]) {
    text-decoration: none;
    background-color: #003E77;
    color: white;
}

.primary-button:disabled {
    color: #999;
    background-color: #444;
    cursor: inherit;
}

.secondary-button {
    color: inherit;
    border-radius: 10px;
    padding: 0.8rem;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    font-size: inherit;
}

.secondary-button:hover {
    text-decoration: none;
    color: #21a6f0;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-600 {
    max-width: 600px;
}

.min-w-0 {
    min-width: 0px;
}

.sz-inherit {
    font-size: inherit;
}

.nowrap {
    white-space: nowrap;
}

.max-page-width {
    max-width: 1350px;
}

.no-underline:hover {
    text-decoration: none;
}

.line-height-1-5 {
    line-height: 1.5em;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.right {
    right: 0;
}

.shadow {
    filter: drop-shadow(15px 15px 9px #A2ADDB66);
}

.font-inherit {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}