@font-face {
    font-family: "Vendo";
    src: URL("../fonts/Vendo.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Vendo", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    overflow: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    height: 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #fff;
}

.logo img {
    height: 2rem;
}

.os-icons {
    display: none;
}

.header-buttons {
    display: flex;
    gap: 0.75rem;
}

.header-button {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.625rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    text-decoration: none;
    cursor: pointer;
}

.header-button:hover {
    background-color: #eaeaea;
}

.header-button .icon {
    width: 1.1875rem;
    height: 1.1875rem;
    fill: currentColor;
}

.header-button.is-mac .icon {
    transform: translateY(-0.1rem);
}

.header-button-signup {
    background-color: #007bff;
    color: white;
    border: none;
}

.header-button-signup:hover {
    background-color: #0056b3;
}

.main {
    position: relative;
    padding: 3.75rem 2rem;
    min-height: calc(100% - 7.625rem);
}

.main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background-color: #e5e5e5;
}

.footer {
    position: relative;
    height: 3.125rem;
    padding: 0 0 0 6em;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #000;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.015rem;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background-color: #e5e5e5;
}

/* Start patience */
.patience {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

.loader-container {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0px 0px -25px;
    padding: 22px;
    box-sizing: border-box;
}

.loader {
    font-size: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: loader 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes loader {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #398aaa, 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2), 2.5em 0em 0 0em rgba(57, 138, 170, 0.2), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.2), 0em 2.5em 0 0em rgba(57, 138, 170, 0.2), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.2), -2.6em 0em 0 0em rgba(57, 138, 170, 0.5), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.7), 1.8em -1.8em 0 0em #398aaa, 2.5em 0em 0 0em rgba(57, 138, 170, 0.2), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.2), 0em 2.5em 0 0em rgba(57, 138, 170, 0.2), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.2), -2.6em 0em 0 0em rgba(57, 138, 170, 0.2), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.5), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.7), 2.5em 0em 0 0em #398aaa, 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.2), 0em 2.5em 0 0em rgba(57, 138, 170, 0.2), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.2), -2.6em 0em 0 0em rgba(57, 138, 170, 0.2), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.2), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.5), 2.5em 0em 0 0em rgba(57, 138, 170, 0.7), 1.75em 1.75em 0 0em #398aaa, 0em 2.5em 0 0em rgba(57, 138, 170, 0.2), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.2), -2.6em 0em 0 0em rgba(57, 138, 170, 0.2), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.2), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2), 2.5em 0em 0 0em rgba(57, 138, 170, 0.5), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.7), 0em 2.5em 0 0em #398aaa, -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.2), -2.6em 0em 0 0em rgba(57, 138, 170, 0.2), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.2), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2), 2.5em 0em 0 0em rgba(57, 138, 170, 0.2), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.5), 0em 2.5em 0 0em rgba(57, 138, 170, 0.7), -1.8em 1.8em 0 0em #398aaa, -2.6em 0em 0 0em rgba(57, 138, 170, 0.2), -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.2), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2), 2.5em 0em 0 0em rgba(57, 138, 170, 0.2), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.2), 0em 2.5em 0 0em rgba(57, 138, 170, 0.5), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.7), -2.6em 0em 0 0em #398aaa, -1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(57, 138, 170, 0.2), 1.8em -1.8em 0 0em rgba(57, 138, 170, 0.2), 2.5em 0em 0 0em rgba(57, 138, 170, 0.2), 1.75em 1.75em 0 0em rgba(57, 138, 170, 0.2), 0em 2.5em 0 0em rgba(57, 138, 170, 0.2), -1.8em 1.8em 0 0em rgba(57, 138, 170, 0.5), -2.6em 0em 0 0em rgba(57, 138, 170, 0.7), -1.8em -1.8em 0 0em #398aaa;
    }
}
/* End patience */
