/* _content/GeoBlazor.com/Components/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-3vh594o4ih] {
    background-color: var(--background-grey-3);
    position: fixed;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 1rem 2rem;
    animation: slide-up-b-3vh594o4ih 0.5s forwards;
}

.cookie-consent-banner__text *[b-3vh594o4ih] {
    display: inline;
}

#accept-cookies-button[b-3vh594o4ih] {
    flex-grow: 0;
    white-space: nowrap;
    height: min-content;
}

@keyframes slide-up-b-3vh594o4ih {
    from {
        transform: translateY(100%); /* Start off-screen */
    }
    to {
        transform: translateY(0); /* Fully visible */
    }
}

@media only screen and (max-width: 600px) {
    .cookie-consent-banner[b-3vh594o4ih] {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-consent-banner__text h2[b-3vh594o4ih],
    .cookie-consent-banner__text p[b-3vh594o4ih] {
        display: block;
    }
}
/* _content/GeoBlazor.com/Components/Layout/Footer.razor.rz.scp.css */
footer[b-lylmw9uii5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7rem;
    background-color: var(--geoblazor-primary);
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

footer p[b-lylmw9uii5], footer a[b-lylmw9uii5] {
    color: var(--text-white);
}

footer a[b-lylmw9uii5] {
    text-decoration: none;
}
/* _content/GeoBlazor.com/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bqc259onq4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bqc259onq4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GeoBlazor.com/Components/Layout/NavBar.razor.rz.scp.css */
nav[b-sdwtqte0v3] {
    width: 100%;
    height: 6rem;

    .mobile {
        display: none;
    }

    .navbar__container[b-sdwtqte0v3] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 6rem;
        max-width: 1200px;
        width: 100%;
        padding: 0.25rem 0 1rem;
        margin: 0 auto;

        .navbar__logo {
            height: 100%;
            width: 250px;
            background-image: url('images/logos/GeoBlazor-by-dymaptic-White.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }

        @media (prefers-color-scheme: light) {
            .navbar__logo[b-sdwtqte0v3] {
                background-image: url('images/logos/GeoBlazor-by-dymaptic-Purple.svg');
            }

            .navbar__menu-item:hover[b-sdwtqte0v3] {
                background: var(--background-grey-1);
            }
        }
    }

    .navbar__menu-container[b-sdwtqte0v3] {
        display: none;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

    .navbar__menu-item-container[b-sdwtqte0v3] {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;

        .navbar__menu-item {
            color: var(--text-emphasis);
            font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            text-decoration: none;
            padding: 0.5rem 1rem;
            border-radius: var(--box-radius);
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .navbar__menu-item:hover[b-sdwtqte0v3] {
            background: var(--background-grey-3);
            color: var(--geoblazor-accent);
            text-decoration: none;
        }

        .navbar__menu-item.selected[b-sdwtqte0v3] {
            background: var(--background-grey-3);
        }

        .navbar__menu-item__text[b-sdwtqte0v3] {
            color: inherit;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
    }

    i.icon[b-sdwtqte0v3] {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .icon.hamburger-icon[b-sdwtqte0v3] {
        background-image: url('images/icons/menu.svg');
        width: 3.75rem;
        height: 3.75rem;
        cursor: pointer;
        display: inline-block;
        background-size: cover;
        background-position: center;
    }

    .icon.profile-icon[b-sdwtqte0v3] {
        background-image: url('images/Torchy/48px/Torchy-Phone.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: var(--geoblazor-accent);
        border-radius: 4rem;
        width: 48px;
        height: 48px;
        flex: 1 0 auto;
    }

    .navbar__logo-container[b-sdwtqte0v3] {
        height: 70px;
        width: auto;
        margin: 0.5rem;
    }

    #contact__link[b-sdwtqte0v3] {
        padding: 0.25rem 2rem;
        white-space: nowrap;
    }

    #signin__link[b-sdwtqte0v3] {
        padding: 0.25rem 2rem;
        white-space: nowrap;
    }
}

@media (prefers-color-scheme: light) {
    nav[b-sdwtqte0v3] {
        background: linear-gradient(var(--background-grey-1), var(--background-grey-1)) padding-box,
        var(--geoblazor-gradient-vertical) border-box;
    }
}


/***********************/
/***  NAVBAR MOBILE  ***/
/***********************/

@media only screen and (max-width: 1075px) {
    nav[b-sdwtqte0v3] {

        /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */

        #nested-css-fix {
            display: none;
        }

        .desktop[b-sdwtqte0v3] {
            display: none;
        }

        .mobile[b-sdwtqte0v3] {
            display: unset;
        }

        .navbar__container[b-sdwtqte0v3] {
            width: 100%;
            position: relative;
            height: unset;

            .navbar__logo {
                width: 250px;
                max-width: calc(100vw - 8rem);
            }

            .navbar__menu-container[b-sdwtqte0v3] {
                display: flex;
                flex-direction: row;
                position: absolute;
                right: 1rem;
                top: 1.25rem;
            }

            .navbar__logo-container[b-sdwtqte0v3] {
                width: 100%;
            }

            .navbar__menu-item-container[b-sdwtqte0v3] {
                flex: 1 1 auto;
                flex-direction: column;
                position: absolute;
                top: 100%;
                width: 100%;
                z-index: 100;
                gap: 0;
                background: var(--background-grey-1);
            }

            .navbar__menu-item[b-sdwtqte0v3] {
                border-radius: 0;
                width: 100%;
                text-align: center;
                justify-content: center;
                padding: 1rem;
                background: var(--background-grey-3);
                border-bottom: 1px solid var(--background-grey-4);
            }

            .navbar__menu-item-container.collapsed[b-sdwtqte0v3] {
                display: none;
            }

            .navbar__menu-item:hover[b-sdwtqte0v3], #contact__link.btn.btn-gradient-dark:hover[b-sdwtqte0v3], #signin__link.btn.btn-gradient:hover[b-sdwtqte0v3] {
                background: var(--geoblazor-primary);
                color: var(--text-emphasis);
            }
            
            @media (prefers-color-scheme: light) {
                .navbar__menu-item:hover[b-sdwtqte0v3], #contact__link.btn.btn-gradient-dark:hover[b-sdwtqte0v3], #signin__link.btn.btn-gradient:hover[b-sdwtqte0v3] {
                    color: var(--text-white);
                }
            }

            @media (prefers-color-scheme: light) {

                .navbar__menu-item[b-sdwtqte0v3], #contact__link[b-sdwtqte0v3], #signin__link[b-sdwtqte0v3] {
                    background: var(--background-grey-2);
                }
            }
        }

        #contact__link.btn.btn-gradient-dark[b-sdwtqte0v3], #signin__link.btn.btn-gradient[b-sdwtqte0v3] {
            width: 100%;
            text-align: center;
            background: var(--background-grey-3);
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid var(--background-grey-4);
            padding: 1rem;
            border-radius: 0;
            color: var(--text-emphasis);
            font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        #contact__link:hover[b-sdwtqte0v3], #signin__link:hover[b-sdwtqte0v3] {
            background: var(--background-grey-3);
            color: var(--geoblazor-accent);
            text-decoration: none;
        }

        #contact__link.selected[b-sdwtqte0v3], #signin__link.selected[b-sdwtqte0v3] {
            background: var(--background-grey-3);
        }
    }

    @media only screen and (prefers-color-scheme: light) {

        nav[b-sdwtqte0v3] {
            #nested-css-fix {
                display: none;
            }

            .navbar__container[b-sdwtqte0v3] {
                .navbar__menu-item, #contact__link.btn.btn-gradient-dark, #signin__link.btn.btn-gradient {
                    background: var(--background-grey-2);
                }
            }
        }
    }
}

/* _content/GeoBlazor.com/Components/LicenseCard.razor.rz.scp.css */
.price-span[b-j1tbf80qnv] {
    font-size: 3rem;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    color: var(--text-dark-gray);
}

.renewal-period[b-j1tbf80qnv] {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    line-height: 175%;
    color: var(--text-dark-gray);
}

.description[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    line-height: 175%;
}

.text-child[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    border-top: 2px solid var(--geoblazor-primary);
    box-sizing: border-box;
    height: 0.125rem;
}

.check-circle[b-j1tbf80qnv] {
    width: 1.25rem;
    height: 1.3rem;
    overflow: hidden;
    flex-shrink: 0;
}

.feature[b-j1tbf80qnv] {
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
.feature-row[b-j1tbf80qnv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.text[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.value[b-j1tbf80qnv] {
    position: relative;
}

.license-card[b-j1tbf80qnv] {
    position: relative;
    width: 22rem;
    border-radius: 0.5rem;
    background-color: white;
    border: 2px solid var(--color-slateblue);
    box-sizing: border-box;
    height: 36.188rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    gap: 0;
    min-width: 18.75rem;
    text-align: left;
    font-size: 1rem;
    color: var(--text-dark-gray);
    overflow: visible;
    margin: 3rem;
}

p[b-j1tbf80qnv] {
    color: var(--text-dark-gray);
}

.license-image[b-j1tbf80qnv] {
    position: absolute;
    top: -3rem;
    height: 10.25rem;
    width: auto;
}

@media (max-width: 600px) {
    .license-card[b-j1tbf80qnv] {
        max-width: 70vw;
        width: 100%;
        margin: 2rem 0;
    }
    
    .license-card .btn[b-j1tbf80qnv] {
        padding: 0.75rem 2rem;
    }
}
/* _content/GeoBlazor.com/Components/Pages/Home.razor.rz.scp.css */
#home[b-fz3466y8mo] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
}

.top-section[b-fz3466y8mo] {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre-title[b-fz3466y8mo] {
    font-size: 3vw;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--geoblazor-accent);
    margin-top: 10vw;
}

.title[b-fz3466y8mo] {
    margin: 7vw 0;
    display: inline-block;
    font-family: Roboto, sans-serif;
    .blazor {
        background: linear-gradient(0deg, #e76439, #693cb2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.title>span[b-fz3466y8mo] {
    font-size: 6.6vw;
    color: var(--text);
}

.description[b-fz3466y8mo] {
    font-size: 3.5vw;
    font-family: Roboto, sans-serif;
    font-weight: 400;   
    letter-spacing: -0.2px;
    line-height: 6vw;
    color: var(--text-gray);
    text-align: center;
    display: inline-block;
    opacity: 0.7;
    mix-blend-mode: normal;
    margin-bottom: 7vw;
    padding: 0 1rem;
}

#down-arrow[b-fz3466y8mo] {
    display: block;
    height: 8.25rem;
    position: relative;
    margin: 3rem auto;
}

#samples-section[b-fz3466y8mo] {
    width: 100%;
    

    .map-image {
        object-fit: cover;
        height: 100%;
    }
}

#map-1[b-fz3466y8mo] {
    width: 35vw;
}

#map-2[b-fz3466y8mo] {
    width: 60vw;
    max-width: 45rem;
}

#map-3[b-fz3466y8mo] {
    width: 100%;
    margin-left: 0;
}

.gradient-background[b-fz3466y8mo] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: var(--geoblazor-gradient-vertical-reverse);
}

.gradient-background-reverse[b-fz3466y8mo] {
    width: 100%;
    height: 100%;
    background: var(--geoblazor-gradient-vertical);
}

#samples[b-fz3466y8mo] {
    width: 100%;
    margin-left: 1.5rem;
    padding: 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    background: var(--background-grey-1);

   .row {
        justify-content: space-between;
    }

    .column[b-fz3466y8mo] {
        max-width: 12rem;
        text-wrap: wrap;
        overflow: hidden;
    }

    .detail[b-fz3466y8mo] {
        font-size: 1.063rem;
        line-height: 1.813rem;
    }

    .btn[b-fz3466y8mo] {
        font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin-top: 2rem;
    }
}

#samples h2[b-fz3466y8mo] {
    font-size: 3rem;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 3.625rem;
    text-align: left;
    display: inline-block;
    margin: 1rem 0;
}

#samples h3[b-fz3466y8mo] {
    font-size: 1.313rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 2rem;
    color: var(--text-gray);
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

#samples p[b-fz3466y8mo] {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -0.2px;
    line-height: 3.125rem;
    color: var(--text-gray);
    text-align: left;
    display: inline-block;
    opacity: 0.7;
    mix-blend-mode: normal;
    margin: 0.5rem 0;
}

.samples-row[b-fz3466y8mo] {
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: stretch;
    margin-bottom: 1.5rem;
}

.samples-icon[b-fz3466y8mo] {
    margin: 2rem;
}

#license-section[b-fz3466y8mo] {
    width: 100%;
    align-items: center;
    margin: 2rem 0;
}

#license-section .row[b-fz3466y8mo] {
    justify-content: center;
}

    #license-section h2[b-fz3466y8mo] {
        text-align: center;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        font-size: 5vw;
        letter-spacing: -1.8px;
        line-height: 3.625rem;
        color: var(--text-white);
        margin-top: 7vw;
    }

    #license-section p[b-fz3466y8mo] {
        font-size: 3.5vw;
        font-family: Roboto, sans-serif;
        letter-spacing: -0.2px;
        line-height: 3.125rem;
        color: var(--text-white);
        text-align: center;
        mix-blend-mode: normal;
        margin: 3vw 2rem;
    }

#icons-and-pro[b-fz3466y8mo] {
    width: 100%;
    height: auto;
    justify-content: space-between;
}

#feature-icons[b-fz3466y8mo] {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    background: var(--background-grey-1);
}

#feature-icons .row[b-fz3466y8mo] {
    justify-content: space-evenly;
    gap: 6vw;
}

.feature-icon[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.feature-icon img[b-fz3466y8mo] {
    width: 6vw;
    height: 6vw;
    object-fit: contain;
}

.feature-text[b-fz3466y8mo] {
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    line-height: 2.5vw;
}

#go-pro[b-fz3466y8mo] {
    flex: 1 1 0;
    margin-left: 1.5rem;
    background: var(--background-grey-1);
    padding: 3rem 2rem;
}

#go-pro h2[b-fz3466y8mo] {
    font-size: 3vw;
    letter-spacing: -1.8px;
    line-height: 3.625rem;
    margin-bottom: 2vw;
}

#go-pro p[b-fz3466y8mo] {
    font-size: 2vw;
    line-height: 3.125rem;
}

#go-pro .btn[b-fz3466y8mo] {
    padding: 1rem 3vw;
}

.gold-pro[b-fz3466y8mo] {
    color: var(--geoblazor-accent);
}

.trust-row[b-fz3466y8mo] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem 3rem;
}

.trust-box[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-right: 2px solid var(--text-white);
    padding: 0 2rem 0 2rem;
    margin-right: 2rem;
}

#trusted-by[b-fz3466y8mo] {
    font-size: 2.5rem;
    letter-spacing: -1.8px;
    line-height: 3.625rem;
    margin: 0;
    font-family: Roboto, sans-serif;
    color: var(--text-white);
}

.carousel-container[b-fz3466y8mo] {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.carousel-track[b-fz3466y8mo] {
    display: flex;
    animation: carousel-b-fz3466y8mo 20s linear infinite;
    width: calc(200%);
}

.carousel-slide[b-fz3466y8mo] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    min-width: 150px;
}

.client-logo[b-fz3466y8mo] {
    height: 3rem;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
}

.client-logo:hover[b-fz3466y8mo] {
    opacity: 1;
}

.client-logo-link[b-fz3466y8mo] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

@keyframes carousel-b-fz3466y8mo {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.carousel-track:hover[b-fz3466y8mo] {
    animation-play-state: paused;
}

#contact-section[b-fz3466y8mo] {
    width: 100%;
    background-color: var(--background-grey-1);
    padding: 2rem;
}

.contact-content[b-fz3466y8mo] {
    width: 100%;
    height: auto;
    justify-content: space-between;
}

#contact-form-section[b-fz3466y8mo] {
    width: 50vw;
    background: var(--background-grey-1);
    padding: 2rem;
}

#torch-bell-column[b-fz3466y8mo] {
    flex: 1 1 0;
    margin-left: 1.5rem;
    background: var(--background-grey-1);
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}

#contact-section h2[b-fz3466y8mo] {
    font-size: 3vw;
    letter-spacing: -1.8px;
    line-height: 3.625rem;
    color: var(--text-emphasis);
    margin-bottom: 2vw;
    padding: 0 2rem;
}

#contact-section p[b-fz3466y8mo] {
    font-size: 2vw;
    line-height: 3.125rem;
    color: var(--text-gray);
    margin-bottom: 2vw;
    padding: 0 2rem;
}

.contact-form .row[b-fz3466y8mo] {
    width: 100%;
    justify-content: space-between;
    margin: 0 0 1vw -1vw;
}



#torchy-bell[b-fz3466y8mo] {
    width: 20vw;
    min-width: 150px;
    max-width: 300px;
    margin-bottom: 2rem;
}

.horizontal-rectangle-div[b-fz3466y8mo] {
    width: 100%;
    height: 1.5rem;compass-text
    background: var(--geoblazor-gradient-horizontal);
}

.discord-row[b-fz3466y8mo] {
    width: 100%;
    align-items: stretch;
    position: relative;
    background: var(--geoblazor-gradient-horizontal);
    padding: 1.5rem;
}

.discord-text[b-fz3466y8mo] {
    flex: 1 1 0;
    background: var(--background-grey-1);
    margin-right: 1.5rem;
    padding: 1.5rem;
}

.discord-text h2[b-fz3466y8mo] {
    font-size: 3vw;
    letter-spacing: -1.8px;
    line-height: 3.625rem;
    color: var(--text-emphasis);
    margin-bottom: 2vw;
}

.discord-text p[b-fz3466y8mo] {
    font-size: 2vw;
    line-height: 3.125rem;
    color: var(--text-gray);
    margin-bottom: 2vw;
    flex: 1 1 0;
}

#discord-frame[b-fz3466y8mo] {
    width: 30vw;
    position: relative;
    top: 0;
    bottom: 0;
}

.social-row[b-fz3466y8mo] {
    margin: 3rem 0;
    justify-content: space-evenly;
    width: 100%;
}

.social-column[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 16rem;
}

.social-column label.site-label[b-fz3466y8mo] {
    color: var(--geoblazor-accent);
}

.social-column p[b-fz3466y8mo] {
    font-size: 1.2rem;
}

.social-column img[b-fz3466y8mo] {
    filter: brightness(0) invert(1);
}

@media (prefers-color-scheme: light) {
    .social-column img[b-fz3466y8mo] {
        filter: brightness(0) invert(0);
    }
}

.social-row-2[b-fz3466y8mo] {
    align-items: center;
}

.social-row-2 img[b-fz3466y8mo] {
    margin: 1rem;
}

.compass-text[b-fz3466y8mo] {
    font-size: 2rem;
    line-height: 1.4;
}

#arrow-right[b-fz3466y8mo] {
    rotate: 270deg;
    margin: 3rem;
}

#torchy-phone[b-fz3466y8mo] {
    height: 20rem;
    margin: 3rem;
}

/***********************/
/***  WIDE SCREEN  ***/
/***********************/

@media (min-width: 1201px) {

    /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */
    #nested-css-fix[b-fz3466y8mo]{display: none;}
    
    .top-section[b-fz3466y8mo] {
        background-size: 75rem 100rem;
        background-position: center bottom;
    }

    .pre-title[b-fz3466y8mo] {
        font-size: 2.2rem;
    }
    
    .title[b-fz3466y8mo] {
        span {
            font-size: 5.2rem;
        }
    }
    
    .description[b-fz3466y8mo] {
        font-size: 2.5rem;
        line-height: 4.5rem;
    }
    
    #license-section h2[b-fz3466y8mo] {
        font-size: 3.75rem;
        margin-top: 5rem;
    }
    
    #license-section p[b-fz3466y8mo] {
        font-size: 2.7rem;
        margin: 2rem;
    }
    
    #feature-icons[b-fz3466y8mo] {
        width: 36rem;
    }

    #feature-icons .row[b-fz3466y8mo] {
        gap: 4rem;
    }
    
    .feature-icon img[b-fz3466y8mo] {
        width: 5rem;
        height: 5rem;
    }
    
    .feature-text[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    
    #go-pro[b-fz3466y8mo] {
        width: 26rem;
    }
    
    #go-pro h2[b-fz3466y8mo] {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    #go-pro p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    
    #go-pro .btn[b-fz3466y8mo] {
        padding: 0.75rem 2rem;
    }
    
    .client-logo[b-fz3466y8mo] {
        height: 2.5rem;
    }
    
    .carousel-slide[b-fz3466y8mo] {
        min-width: 120px;
        padding: 0 1.5rem;
    }
    
    #contact-section h2[b-fz3466y8mo] {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    #contact-section p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    #contact-form-section[b-fz3466y8mo] {
        width: 36rem;
    }
    
    #torch-bell-column[b-fz3466y8mo] {
        width: 26rem;
    }

    .discord-text h2[b-fz3466y8mo] {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .discord-text p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

/***********************/
/***  MID-RANGE  ***/
/***********************/

@media only screen and (max-width: 900px) {
    #icons-and-pro[b-fz3466y8mo] {
        flex-direction: column;
    }

    #feature-icons[b-fz3466y8mo] {
        width: 100%;
        padding: 2rem 0;
    }

    .feature-icon img[b-fz3466y8mo] {
        width: 12vw;
        height: 12vw;
    }

    .feature-text[b-fz3466y8mo] {
        font-size: 4vw;
        line-height: 4vw;
    }

    #go-pro[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }

    #go-pro h2[b-fz3466y8mo] {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    #go-pro p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #go-pro .btn[b-fz3466y8mo] {
        padding: 1rem 2.5rem;
    }
    
    .contact-content[b-fz3466y8mo] {
        flex-direction: column-reverse;
    }
    
    #contact-form-section[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
    }
    
    #torch-bell-column[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }
    
    #contact-section[b-fz3466y8mo] {
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #contact-section h2[b-fz3466y8mo] {
        font-size: 2rem;
        margin: 3rem 0 1.5rem;
    }

    #contact-section p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .discord-row[b-fz3466y8mo] {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
    }
    
    .discord-text[b-fz3466y8mo] {
        width: calc(100% - 6rem);
        margin: 0 1.5rem 1.5rem;
    }

    .discord-text h2[b-fz3466y8mo] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .discord-text p[b-fz3466y8mo] {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    #discord-frame[b-fz3466y8mo] {
        width: calc(100% - 3rem);
        height: 30rem;
    }
    
    #arrow-right[b-fz3466y8mo] {
        rotate: 0deg;
    }
    
    .social-row-2[b-fz3466y8mo] {
        flex-direction: column;
    }
}

/***********************/
/***  MOBILE  ***/
/***********************/

@media only screen and (max-width: 600px) {

    /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */
    #nested-css-fix[b-fz3466y8mo]{display: none;}
    
    .pre-title[b-fz3466y8mo] {
        margin-top: 7rem;
        font-size: 1rem;
    }
    
    .description[b-fz3466y8mo] {
        font-size: 2rem;
        line-height: 3rem;
    }

    #license-section h2[b-fz3466y8mo] {
        font-size: 2.2rem;
    }

    #license-section p[b-fz3466y8mo] {
        font-size: 1.6rem;
    }
    
    #down-arrow[b-fz3466y8mo] {
        height: 8.25vw;
    }

    #samples-section[b-fz3466y8mo] {
        height: unset;
        padding: 1.5rem;
    }

    #samples-section>.samples-row[b-fz3466y8mo] {
        flex-direction: column;
        height: unset;
    }

    #samples[b-fz3466y8mo] {
        margin: 0;
        padding: 1rem 0 2rem;
        align-items: center;
        text-align: center;
    }
    
    #samples h3[b-fz3466y8mo] {
        text-align: center;
        margin: 1rem 0;
    }
    
    #samples p[b-fz3466y8mo] {
        text-align: center;
        padding: 0.5rem;
    }
    
    .samples-row[b-fz3466y8mo] {
        margin: 0;
    }
    
    .samples-icon[b-fz3466y8mo] {
        margin: 1rem 0 0.5rem;
    }
    
    .row[b-fz3466y8mo] {
        flex-direction: column;
    }
    
    #feature-icons .row[b-fz3466y8mo] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .vertical-rectangle-div[b-fz3466y8mo] {
        display: none;
    }
    
    #map-1[b-fz3466y8mo], #map-2[b-fz3466y8mo], #map-3[b-fz3466y8mo] {
        width: 100%;
    }
    
    #map-3[b-fz3466y8mo] {
        margin-left: 0;
    }
    
    .trust-row[b-fz3466y8mo] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .trust-box[b-fz3466y8mo] {
        border-right: none;
        align-items: center;
        text-align: center;
        padding-right: 0;
        margin-right: 0;
    }
    
    .carousel-container[b-fz3466y8mo] {
        width: 100%;
        padding-bottom: 1rem;
    }
    
    .client-logo[b-fz3466y8mo] {
        height: 2rem;
    }
    
    .carousel-slide[b-fz3466y8mo] {
        min-width: 80px;
        padding: 0 1rem;
    }
    
    .contact-content[b-fz3466y8mo] {
        flex-direction: column-reverse;
    }
    
    #contact-section[b-fz3466y8mo] {
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    
    .contact-row[b-fz3466y8mo] {
        width: 100%;
    }
    
    #contact-form-section[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
    }
    
    #torch-bell-column[b-fz3466y8mo] {
        margin: 0;
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }
    
    .social-row[b-fz3466y8mo] {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
}
