:root {
    --circle-size: 64px;
}

.greeting {
    height: 60vh;
    max-height: 1200px;
    width: 100%;
    background-image: url("../assets/images/background-compressed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-color: var(--dark-bg-color-2);
}

.greeting-gradient {
    background: var(--greeting-overlay-background);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greeting-gradient .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
}

.greeting-text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-right: 5%;
    padding: 0 0 10px 0;
}

.greeting-title {
    color: var(--light-text-color);
    font-size: 62px;
    font-weight: 600;
    padding-bottom: 2px;
}

.greeting-description {
    color: var(--light-text-color);
    font-size: 20px;
    font-weight: 350;
}

.greeting-description .line2 {
    display: inline-block;
    vertical-align: top;
}

.greeting-description .line2-ghost {
    visibility: hidden;
}

.line2-status {
    font-size: 18px;
    margin: -1px 0 0 0;
}

.line2-status i {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.greeting-buttons {
    width: 267px !important;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-left: 5%;
}

.login-button {
    width: 267px;
    min-height: 64px;
    background: var(--login-button-bg-color);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 6px;
    border: 0;
    opacity: 0.94;
}

.download-button {
    width: 267px;
    min-height: 64px;
    background: var(--download-button-bg-color);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: 6px;
    border: 0;
    outline: none;
    opacity: 0.92;

    position: relative;
    overflow: visible;
    z-index: 1;
}

.action-button {
    text-align: center;
    color: var(--action-button-text-color, var(--light-text-color-keep));
    font-size: 24px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.action-button:hover {
    box-shadow: 0 0 15px var(--action-button-hover-shadow);
    opacity: 1;
}

.login-button {
    color: var(--login-button-text-color);
}

.download-button {
    color: var(--download-button-text-color);
}

.NNkDoaZEHIEovFnnMLGuBOYg {
    margin: 80px 0 40px 0;
    color: var(--light-text-color);
    font-size: 40px;
    font-weight: 375;
}

.pzlyfdxVlpJxSxfbUGuoyESz {
    margin: 0 0 40px 0;
}

.overview {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding-bottom: 80px;
}

.overview-group {
    background: var(--dark-bg-color-4);
    border-radius: 28px;
    padding: 28px;
    overflow: hidden;
}

.ZYoPxrBSrqLvNKNQOWVssoni {
    grid-column: 1 / -1;
    justify-self: center;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.ZIPZBCOarNbgyCZrhhODJqAD {
    flex: 0 1 min(500px, calc(40vw - 70px));
    max-width: min(500px, calc(40vw - 70px));
}

.sNoIqOGvzcoZEWyEOkjPIRqv {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.viPDcKDjQQMFyKaTDTJbYVZd {
    width: var(--circle-size);
    height: var(--circle-size);
    background: var(--dark-bg-color-3);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--light-text-color-keep);
    font-size: 28px;
    flex: 0 0 auto;
}

.qcWdYvuMgGtTjntobQzPYcXO {
    color: var(--light-text-color-keep);
    font-size: 38px;
    font-weight: 750;
    text-align: center;
    padding: 0;
    margin: 0;
    user-select: none;
}

.cCLrYspwerCfEtHkeAqZNqZW {
    color: var(--green-color);
    font-size: 30px;
    font-weight: 375;
}

.VsbsuvpfYmzdubvwIBcNaEmq {
    display: grid;
    gap: 18px;
}

.wvKHBYlVEodSzMJZHPwfCplj {
    color: var(--light-text-color);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.abPsMfUHTiOHJrFnXFWJRmbq {
    color: var(--light-text-color);
    font-size: 17px;
    font-weight: 350;
    line-height: 1.42;
}

.JlxBgDjwDPSIlqjzijpjIwcy {
    width: 432px;
    aspect-ratio: 3 / 2;
    display: block;
    box-sizing: border-box;
    flex: 0 1 auto;
    border-radius: 24px;
    overflow: hidden;
    padding-inline: 2.5%;
}

.overview-core-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.installation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.installation-step {
    display: flex;
    width: 45%;
    padding-top: 25px;
}

.frEvKTncWfFlDRyyqFUlMvWY {
    width: var(--circle-size);
    height: var(--circle-size);
    background: var(--nav-bar-active-color);
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.frEvKTncWfFlDRyyqFUlMvWY p {
    color: var(--light-text-color-keep);
    font-size: 45px;
    font-weight: 750;
    text-align: center;
    padding: 0;
    margin: 0;
    user-select: none;
}

.EKsTYKJOOzuQYxLulgVYBetW {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NohVZUVyimxLPWFUsuPrMGGb {
    font-size: 30px;
}

.tIAwImYBZbFtDLtZVvOOSnHQ {
    font-size: 30px;
    margin-bottom: 5px;
}

.JCrdfRuKVbwnlaEEvFrXWhEL {
    height: 85%;
    width: 85%;
}

.afbxkSPcSwrLjleHkPlSrspD {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, Tahoma, sans-serif;
}

.RtSpPvIPCzWZdcSnQIwBIRlc {
    padding-left: 40px;
    width: calc(100% - var(--circle-size));
}

.ELnykpLCMqIzhjKHSCuBiDsa {
    color: var(--green-color);
    font-size: 28px;
    font-weight: 350;
    margin-top: -0.3em;
}

.baLjwjrAqhUxfKqKdvLzUnno {
    color: var(--light-text-color);
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 10px;
}

.index-reveal {
    opacity: 0;
    transform: translateY(20px);
}

.index-button-reveal {
    opacity: 0;
    transform: scale(0.98) translateY(10px);
}

.index-load-anim {
    animation: index-fadeInUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}

.index-button-anim {
    animation: index-softScaleIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    opacity: 0;
}

@keyframes index-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes index-softScaleIn {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}


.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;

    --tx: 0px;
    --ty: 0px;
    animation: particle-fly 0.8s cubic-bezier(0, .9, .57, 1) forwards;
    z-index: 0;
}

@keyframes particle-fly {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    100% {

        transform: translate(var(--tx), var(--ty)) scale(0);
        opacity: 0;
    }
}

@media (min-width: 1900px) {
    .ZIPZBCOarNbgyCZrhhODJqAD {
        flex-basis: min(500px, calc(30vw - 70px));
        max-width: min(500px, calc(30vw - 70px));
    }
}

@media (max-width: 640px) {
    .NNkDoaZEHIEovFnnMLGuBOYg {
        width: 100%;
        text-align: center;
    }

    .overview {
        grid-template-columns: 1fr;
    }

    .overview-group,
    .ZYoPxrBSrqLvNKNQOWVssoni {
        grid-column: auto;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .ZYoPxrBSrqLvNKNQOWVssoni {
        display: grid;
        justify-self: stretch;
        width: auto;
        gap: 22px;
    }

    .ZIPZBCOarNbgyCZrhhODJqAD {
        max-width: none;
        width: 100%;
    }

    .cCLrYspwerCfEtHkeAqZNqZW {
        font-size: 27px;
    }

    .wvKHBYlVEodSzMJZHPwfCplj {
        font-size: 20px;
    }

    .JlxBgDjwDPSIlqjzijpjIwcy {
        width: 100%;
        min-height: 180px;
    }

    .greeting-text {
        width: 100%;
    }

    .greeting-description {
        width: 100%;
        line-height: 1.35;
        min-height: calc(3 * 1.35em);
    }

    .greeting-description .line2 {
        display: inline;
        vertical-align: baseline;
    }
}

@media (max-width: 480px) {
    .sNoIqOGvzcoZEWyEOkjPIRqv {
        align-items: flex-start;
        flex-direction: column;
    }

    .JlxBgDjwDPSIlqjzijpjIwcy {
        width: 100%;
        min-height: 160px;
    }

    .greeting-description {
        min-height: calc(4 * 1.35em);
    }
}