@font-face {
    font-family: Saira;
    src: url("./Saira-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: Saira;
    src: url("./Saira-Medium.ttf");
    font-weight: 500;
}

html {
    font-size: calc(1vw + 6pt)
}

body {
    margin: 0;
    font-family: "Saira", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #c9d1d9;
    color: #330a0a;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    position: relative
}

#root {
    position: relative;
    left: 0;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: visible;
    scrollbar-width: thin;
    scrollbar-color: rgba(51, 10, 10, .15) transparent;
    padding: 1rem;
    box-sizing: border-box;
}

#root::-webkit-scrollbar {
    background: transparent;
    width: .75rem
}

#root::-webkit-scrollbar-thumb {
    background: rgba(51, 10, 10, .15);
    border-radius: .75rem
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

._app_e2rl0_1 {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    position: relative
}

main {
    flex: 1;
    display: flex;
    flex-direction: column
}

main:after {
    content: "";
    width: 30%;
    height: 100%;
    background-color: #b35858;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 90% 0%, 60% 100%, 0% 100%);
    opacity: .2
}

main:before {
    content: "";
    width: 30%;
    height: 100%;
    background-color: #b35858;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    opacity: .3
}

._card_e2rl0_44 {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.25rem;
    position: relative;
    aspect-ratio: 16/9;
    width: 30rem;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0.25rem 0.25rem 1rem #00000026, 0 0 0.25rem #0004; 
}

._icon_e2rl0_62 {
    width: 12rem;
    height: 12rem;
    position: absolute;
    left: -0.75rem;
    top: 2.5rem;
    filter: saturate(0) contrast(0.5) brightness(15);
}

h1 {
    margin: 0;
    line-height: 2em;
    font-weight: 300;
    font-size: 1.67rem;
    text-align: right;
    color: #b35858;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

h1 small {
    font-weight: 300;
    font-size: .7rem;
    color: initial;
    line-height: 1rem;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

article {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

article small {
    font-size: .67rem;
    font-weight: 300
}

._navlinks_e2rl0_101 {
    list-style: none;
    text-align: right;
    margin: 0.5rem 0;
    padding: 0;
    font-size: 0.9rem;
}

._navlinks_e2rl0_101 a {
    color: currentColor;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    flex-direction: row-reverse;
    gap: 1rem;
}

._navlinks_e2rl0_101 a svg {
    height: 1rem;
    width: 1rem
}

._navlinks_e2rl0_101 a:hover {
    text-decoration: underline
}

._navlinks_e2rl0_101 a:active {
    color: #b35858
}

._cardContainer_e2rl0_126 {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 2rem
}

footer {
    font-size: 9pt;
    font-weight: 300;
    margin: 1rem
}