@font-face{
    font-family:Dosis;
    font-style:normal;
    font-weight:100 900;
    font-display: swap;
    src: url('/app/static/webfonts/Dosis-VariableFont_wght-905aedda20758caec7df82c4e0c395e5.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: Dosis, serif;
    color: #2F3E48;
}

.cms-main-div {
    display: flex;
    min-height: 100vh;
    width: calc(100% - 6rem);
    max-width: 1440px;
    margin: 0 auto;
}

.cms-main-div a:link,
.cms-main-div a:visited,
.cms-main-div a:hover,
.cms-main-div a:focus {
    color: inherit;
}

.area-to-the-left {
    flex: 1;
    min-width: 400px;
    margin: 2em 0 0 0;
}

.center-a-bit-to-the-left {
    flex: none;
    width: 70%;
    min-width: 400px;
    margin: 10em auto 0 auto;
    padding: 20px;
}

.image-div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-div img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .image-div {
        display: none;
    }
}

@media (min-width: 768px) {
    #app-download-button {
        display: none;
    }
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
}

.logo {
    padding: 10px;
    width: fit-content;
}

.login-link {
    padding: 10px;
    margin: 0 1em 0 1em;
}

.login-link a {
    text-decoration: none;
}

.form-and-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

.headline {
    font-size: 1.9em;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.form-area {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 300px;
}

.input-wrapper {
    position: relative;
    margin-top: 2em;
}

.input-wrapper .input {
    margin: 0;
}

.input-wrapper label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 400;
    color: #979EA3;
    padding: 0 4px;
    pointer-events: none;
    transition: top 0.15s, font-size 0.15s, color 0.15s;
}

.input-wrapper input:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.input-wrapper input:autofill + label {
    top: 0;
    font-size: 13px;
    color: #2F3E48;
    background: white;
}

.input {
    width: 322px;
    padding: 10px 12px;
    margin: 2em 0 0.2em 0;
    border-radius: 8px;
    border-color: rgb(151, 158, 163);
    border-width: 1px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
}

.cms-btn {
    margin: 3em 0 3em 0;
    background-color: #C1403D;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    border: none;
    font: inherit;
    color: white;
    padding: 20px 20px;
    text-decoration: none;
}

a.cms-btn:link,
a.cms-btn:visited,
a.cms-btn:hover,
a.cms-btn:focus {
    color: white;
    text-decoration: none;
}

.info-text {
    font-size: 14px;
    line-height: 27px;
}

.text {
}

.newsletter {
    width: 100%;
    margin: 1.5em 0 0 0;
}

.trustpilot-section {
    margin-top: 2em;
    width: 100%;
    max-width: 100%;
}

.inline-error{
    color: rgb(194, 66, 63);
    font-size: 14px;
}

.awesomespinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    opacity: 0.6;
    display: none;
}
.awesomespinner > div {
    position: relative;
    top: 18%;
    left: 40%;
    width: 300px;
    height: 180px;
    background-color: white;
    padding: 0 10px 10px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid darkgray;
}
.awesomespinner h2 {
    margin-bottom: 20px;
}
.awesomespinner.htmx-request {
    display: block;
}

.app-block {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 346px;
    box-sizing: border-box;
}

.app-block button {
    flex-shrink: 0;
}

.app-icon {
    width: 56px;
    aspect-ratio: 1;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.app-text-sm {
    flex: 1;
    font-size: 14px;
    color: #2F3E48;
    width: 346px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.app-subtitle {
    font-size: 13px;
    color: #979EA3;
}

.app-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    color: white;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 100px;
    background-color: #C1403D;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    height: 56px;
    min-width: fit-content;
}

.app-button.app-dark {
    background-color: #2F3E48;
    white-space: nowrap;
}

.app-button a {
    color: white;
    text-decoration: none;
}

@media (max-width: 700px) {
    .cms-main-div {
        width: calc(100% - 2rem);
    }

    .area-to-the-left {
        min-width: auto;
        margin: 1em 0 0 0;
    }

    .form-and-links {
        min-height: auto;
        padding: 1em 0;
    }

    .main-content {
        padding: 2em 1em 1em 1em;
    }

    .form-area {
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .input {
        width: 100%;
        box-sizing: border-box;
    }
}