*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

body {
    margin: 0;
    line-height: inherit;
}

h1 {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgb(17 24 39);
}

h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(31 41 55);
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(55 65 81);
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-4 {
    padding-top: 1rem;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.grid {
    display: grid;
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-start-2 {
    grid-column-start: 2;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.gap-y-4 {
    row-gap: 1rem;
}

.hidden {
    display: none;
}

.h-8 {
    height: 2rem;
}

.h-12 {
    height: 3rem;
}

.w-8 {
    width: 2rem;
}

.w-full {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-gray-600 {
    color: rgb(75 85 99);
}

.text-gray-700 {
    color: rgb(55 65 81);
}

.text-white {
    color: rgb(255 255 255);
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-normal {
    line-height: 1.5;
}

.tracking-\[\.15em\] {
    letter-spacing: 0.15em;
}

.border {
    border-width: 1px;
}

.border-gray-200 {
    border-color: rgb(229 231 235);
}

.border-gray-300 {
    border-color: rgb(209 213 219);
}

.border-t-\[1px\] {
    border-top-width: 1px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.bg-blue-700 {
    background-color: rgb(29 78 216);
}

.bg-slate-200 {
    background-color: #f1f5f9;
}

.hover\:bg-blue-600:hover {
    background-color: rgb(37 99 235);
}

.hover\:text-blue-700:hover {
    color: rgb(29 78 216);
}

@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
    
    .sm\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    
    .sm\:w-fit {
        width: fit-content;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    
    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .lg\:mt-12 {
        margin-top: 3rem;
    }
}

.copyright {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(75 85 99);
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.flex-grow {
    flex-grow: 1;
}

#cm1d {
    width: 100%;
    padding: 8px;
    padding-left: 2px;
    padding-right: 2px;
    background: #333;
    border-radius: 12px;
    color: #ccc;
    font-size: 13px;
}

#clbtn {
    font-size: 8px;
}

.border-bg-200 {
    border-color: rgb(229 231 235);
}
