/* _content/upcore-corporate-website-blazor-mobile/Components/Banner.razor.rz.scp.css */
.banner[b-4etkhp2pnk] {
    background-color: rgba(10, 121, 202, 1);
    padding: 40px 10vw 100px 10vw;
}

h1[b-4etkhp2pnk] {
    font-size: 40px;
    font-weight: 500;
}

.blocks[b-4etkhp2pnk] {
    background-image: url(images/blocks.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.blocked-banner[b-4etkhp2pnk] {
    background-image: url(images/blocks.svg), url(images/banner.jpg);
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
}

.blocked-bannercar[b-4etkhp2pnk] {
    background-image: url(images/blocks.svg), url(images/bannercar.png);
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
}

.blocked-car[b-4etkhp2pnk] {
    background-image: url(images/blocks.svg), url(images/car.jpg);
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
}

.blue-tint[b-4etkhp2pnk] {
    background-color: rgba(138, 208, 246, 0.8);
    background-blend-mode: multiply;
}

@media (min-width: 768px) {
    .banner[b-4etkhp2pnk] {
        padding: 40px 10vw 100px 10vw;
    }

    h1[b-4etkhp2pnk] {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    .banner[b-4etkhp2pnk] {
        padding: 3.5vw 20vw 3.5vw 20vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Carousel.razor.rz.scp.css */
.carousel[b-skxgzp9c7b] {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0 0 30px;
}

.carousel-track[b-skxgzp9c7b] {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide[b-skxgzp9c7b] {
    min-width: 25%;
}

.carousel-slide img[b-skxgzp9c7b] {
    width: 100%;
    border-radius: 5px;
    display: block;
    aspect-ratio: 1;
}

.carousel-dot.active[b-skxgzp9c7b] {
    opacity: 1;
}

.carousel-dot.active-group[b-skxgzp9c7b] {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    opacity: 1;
    border-radius: 2px;
}

.img-wrapper[b-skxgzp9c7b] {
    padding: 10px 20px;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

.img-wrapper figure[b-skxgzp9c7b] {
    margin: 0;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* _content/upcore-corporate-website-blazor-mobile/Components/CaseBlock.razor.rz.scp.css */
.case-block[b-13w7e0jwgd] {
    position: relative;
    padding: 0 24px;
    height: 200px;
    background-blend-mode: multiply;
    background-size: cover;
    width: 100%;
}

.case-subject[b-13w7e0jwgd] {
    line-height: 24px;
    letter-spacing: 0.3px;
}

.case-content[b-13w7e0jwgd] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.case-detail-link[b-13w7e0jwgd] {
    font-weight: bold;
    letter-spacing: 0.3px;
}

.top-left-number[b-13w7e0jwgd] {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
    font-weight: 600;
    opacity: 0.5;
}

.top-left-number.blue-background[b-13w7e0jwgd] {
    background-color: rgba(10, 121, 202, 1);
    width: 50px;
    height: 50px;
    opacity: 1;
    color: white;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-title[b-13w7e0jwgd] {
    text-align: center;
}


@media (min-width: 768px) {
    .case-block[b-13w7e0jwgd] {
        width: 18vw;
        height: 18vw;
    }
}

@media (min-width: 1200px) {
    .case-block[b-13w7e0jwgd] {
        padding: 0 40px;
        width: calc(18vw - 80px);
        height: calc(18vw - 80px);
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Footer.razor.rz.scp.css */
p[b-k7ub1b7r3k], h4[b-k7ub1b7r3k], h5[b-k7ub1b7r3k], b[b-k7ub1b7r3k], li[b-k7ub1b7r3k] {
    color: rgba(74, 74, 74, 1);
}

p[b-k7ub1b7r3k], h5[b-k7ub1b7r3k] {
    margin: 0;
}

h4[b-k7ub1b7r3k], h5[b-k7ub1b7r3k] {
    font-size: 14px;
    font-weight: 600;
}

.contact[b-k7ub1b7r3k], .footer-sub[b-k7ub1b7r3k] {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

.social-links[b-k7ub1b7r3k] {
    display: flex;
    gap: 16px;
    align-content: center;
}

hr[b-k7ub1b7r3k] {
    height: 2px;
    color: rgba(151, 151, 151, 0.16);
    margin: 0;
}

ul[b-k7ub1b7r3k] {
    padding: 0;
}

li[b-k7ub1b7r3k] {
    list-style: none;
}

.contact div h5[b-k7ub1b7r3k] {
    font-size: 12px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contact[b-k7ub1b7r3k], .footer-sub[b-k7ub1b7r3k] {
        flex-direction: row;
        padding: 64px 120px;
    }

    .contact[b-k7ub1b7r3k] {
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .contact[b-k7ub1b7r3k], .footer-sub[b-k7ub1b7r3k] {
        padding: 64px 20vw;
    }

}
/* _content/upcore-corporate-website-blazor-mobile/Components/Header.razor.rz.scp.css */
header[b-hy8rab3xdy] {
    position: absolute;
    width: 100%;
    display: flex;
    z-index: 999;
}

.header-inner-content[b-hy8rab3xdy] {
    display: flex;
    justify-content: space-between;
    /*    padding-left: 160px;
    padding-right: 120px;*/
    flex-grow: 1;
    height: 60px;
}

img[b-hy8rab3xdy] {
    width: 31vw;
    height: auto;
    margin-top: 15px;
}

.header-inner-content[b-hy8rab3xdy] {
    padding: 0 16px;
}

.header-hamburger[b-hy8rab3xdy] {
    background-color: rgba(10, 121, 202, 1);
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 0;
}

.header-hamburger:hover[b-hy8rab3xdy] {
    cursor: pointer;
}

.header-hamburger img[b-hy8rab3xdy] {
    width: 16px;
    height: auto;
    color: white;
    margin-top: 0;
}

.header-logo-wrapper[b-hy8rab3xdy] {
    display: flex;
    align-content: center;
}

@media (min-width: 768px) {
    img[b-hy8rab3xdy] {
        width: 15vw;
    }
    .header-inner-content[b-hy8rab3xdy] {
        padding: 0 120px 0 160px;
    }
}

@media (min-width: 1200px) {
    img[b-hy8rab3xdy] {
        width: 7vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xvztnxjyig] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-xvztnxjyig] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/upcore-corporate-website-blazor-mobile/Components/LeftExtendedContainer.razor.rz.scp.css */
.content-wrapper[b-n5ig50lq1z] {
    background-color: rgba(251, 251, 251, 1);
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .content-wrapper[b-n5ig50lq1z] {
        flex-direction: row;
        padding: 40px 0 40px 5vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Navbar.razor.rz.scp.css */
nav[b-72zbnhz964] {
    background-color: rgba(37, 79, 120, 1);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 998;
    display: flex;
    flex-direction: column;
    padding-top: 10vh;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

    nav.visible[b-72zbnhz964] {
    transform: translateX(0);
    }

.left-nav[b-72zbnhz964] {
    display: flex;
    justify-content: center;
}

.right-nav[b-72zbnhz964] {
    background-color: rgba(10, 121, 202, 1);
}

ul[b-72zbnhz964] {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}

li[b-72zbnhz964] {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

li:hover[b-72zbnhz964] {
    background-color: rgba(10, 121, 202, 1);
    cursor: pointer;
}

li a[b-72zbnhz964], .get-in-touch p[b-72zbnhz964] {
    line-height: 20px;
    padding: 20px 0;
}

a[b-72zbnhz964] {
    text-decoration: none;
    color: white;
    height: 100%;
}

p[b-72zbnhz964] {
    margin: 0;
}

.get-in-touch-menu[b-72zbnhz964] {
    background-color: rgba(10, 121, 202, 1);
    padding: 20px 0;
}

.bold[b-72zbnhz964] {
    font-weight: 700;
}

/*.right-nav div {
    display: none;
}*/

@media (min-width: 768px) {
    nav[b-72zbnhz964] {
        flex-direction: row;
        height: 50vh;
    }

    .mobile[b-72zbnhz964] {
        display: none;
    }

    .left-nav[b-72zbnhz964] {
        width: 33%;
    }

    .right-nav[b-72zbnhz964] {
        width: 67%;
        padding: 1vw 3vw;
    }

    .right-get-in-touch p[b-72zbnhz964] {
        font-size: 18px;
    }

    .right-get-in-touch b[b-72zbnhz964] {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .right-nav > div[b-72zbnhz964] {
        display: none;
        height: 100%;
    }

    .right-nav .visible[b-72zbnhz964] {
        display: block;
    }

    .services-wrapper[b-72zbnhz964] {
        display: flex;
        gap: 24px;
        align-items: center;
        height: 100%;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Pages/AllBlocks.razor.rz.scp.css */
body[b-dfe97cker9] {
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Pages/AzureDeveloperJob.razor.rz.scp.css */
h2[b-bqqniuon2u], h3[b-bqqniuon2u] {
    font-weight: 500;
}

p[b-bqqniuon2u] {
    line-height: 24px;
}

li[b-bqqniuon2u] {
    color: rgba(74, 74, 74, 1);
    list-style: circle;
}

.header-title-text[b-bqqniuon2u], team-title-text[b-bqqniuon2u] {
    font-size: 16px;
    font-weight: 300;
    padding-top: 60px;
}

.header-text[b-bqqniuon2u] {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 10px;
}

.jobs-title[b-bqqniuon2u] {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

    .jobs-title h2[b-bqqniuon2u] {
        font-weight: 500;
    }

.jobs-wrapper[b-bqqniuon2u] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

    .jobs-wrapper h3[b-bqqniuon2u] {
        font-weight: 500;
        margin-bottom: 0;
    }

    .jobs-wrapper p[b-bqqniuon2u] {
        margin-top: 8px;
    }

.job-email-link[b-bqqniuon2u] {
    padding: 10px;
    color: white;
    text-decoration: none;
}

.jobs-redirect[b-bqqniuon2u] {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: white;
}

@media (min-width: 768px) {
    .technologies-images-wrapper figure img[b-bqqniuon2u] {
        width: 150px;
        height: auto;
    }

    .clients-images-wrapper figure img[b-bqqniuon2u] {
        width: 150px;
        height: auto;
    }

    .consultancy-door-experten-text-wrapper[b-bqqniuon2u], .stacked-blocks-wrapper[b-bqqniuon2u] {
        width: 50%
    }

    .jobs-title[b-bqqniuon2u] {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

        .jobs-title h2[b-bqqniuon2u] {
            font-size: 32px;
        }

    .jobs-wrapper div[b-bqqniuon2u] {
        width: calc(50% - 12px);
    }
}

@media (min-width: 1200px) {
    .header-text[b-bqqniuon2u] {
        font-size: 64px;
        line-height: 80px;
    }

    .consultancy-door-experten-text-wrapper p[b-bqqniuon2u] {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .stacked-blocks-item[b-bqqniuon2u] {
        padding: 32px 40px;
    }

    .technology-image-wrapper[b-bqqniuon2u] {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .offerings-left-container[b-bqqniuon2u] {
        width: 60%;
    }

    .offerings-right-container[b-bqqniuon2u] {
        width: 40%;
    }

    .jobs-title[b-bqqniuon2u] {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Pages/Careers.razor.rz.scp.css */
.header-title-text[b-m2zp4xw8u7], team-title-text[b-m2zp4xw8u7] {
    font-size: 16px;
    font-weight: 300;
    padding-top: 60px;
}

.header-text[b-m2zp4xw8u7] {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 10px;
}

.highlight-technologies-text[b-m2zp4xw8u7] {
    font-size: 12px;
    margin-bottom: 25px;
    text-align: center;
}

.highlight-technologies-images[b-m2zp4xw8u7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.highlight-technologies-images figure[b-m2zp4xw8u7] {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-technologies-images figure img[b-m2zp4xw8u7] {
    width: 150px;
    height: auto;
}

.offerings-list li h4[b-m2zp4xw8u7] {
    font-weight: 500;
}

.offerings-list li h4[b-m2zp4xw8u7], .offerings-list li p[b-m2zp4xw8u7] {
    margin: 0;
}

#offerings section[b-m2zp4xw8u7] {
    display: flex;
}

ol[b-m2zp4xw8u7] {
    counter-reset: counter;
}

li[b-m2zp4xw8u7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

li[b-m2zp4xw8u7]::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0px;
    width: 1px;
    height: 24px;
    background-color: rgba(151, 151, 151, 1);
    transform: rotate(90deg);
    transform-origin: center;
}

li:not(:last-child)[b-m2zp4xw8u7] {
    margin-bottom: 30px;
}


#techonolgies h2[b-m2zp4xw8u7], #cases h2[b-m2zp4xw8u7] {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
}

.technologies-images-wrapper[b-m2zp4xw8u7] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.technologies-images-wrapper figure[b-m2zp4xw8u7] {
margin: 0;
}

.technologies-images-wrapper figure img[b-m2zp4xw8u7] {
    width: 150px;
    height: auto;
}

.technology-image-wrapper[b-m2zp4xw8u7] {
    background-color: rgba(251, 251, 251, 1);
    padding: 20px 4px;
}

.technology-image-wrapper p[b-m2zp4xw8u7] {
    text-align: center;
    color: rgba(173, 173, 173, 1)
}

.cases-wrapper[b-m2zp4xw8u7] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.clients-title[b-m2zp4xw8u7] {
    color: rgba(173, 173, 173, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.clients-images-wrapper[b-m2zp4xw8u7] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.clients-images-wrapper figure[b-m2zp4xw8u7] {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}

.clients-images-wrapper figure img[b-m2zp4xw8u7] {
    width: 150px;
    height: auto;
}

.team-title-text[b-m2zp4xw8u7] {
    font-size: 12px;
    font-weight: 300;
}

.jobs-content-wrapper[b-m2zp4xw8u7] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.jobs-text[b-m2zp4xw8u7] {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.jobs-sub-text[b-m2zp4xw8u7] {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.jobs-redirect[b-m2zp4xw8u7] {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: white;
}

.offerings-figure[b-m2zp4xw8u7] {
    background: linear-gradient(to bottom, white 0%, white 40%, rgba(10, 121, 202, 1) 40%, rgba(10, 121, 202, 1) 100%);
    margin-right: 0;
}

.offerings-figure img[b-m2zp4xw8u7] {
    display: block;
    width: 80%;
    max-height: 50%;
}

.jobs-title[b-m2zp4xw8u7] {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.jobs-title h2[b-m2zp4xw8u7] {
    font-weight: 500;
}

.jobs-wrapper[b-m2zp4xw8u7] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.jobs-wrapper h3[b-m2zp4xw8u7] {
    font-weight: 500;
    margin-bottom: 0;
}

.jobs-wrapper p[b-m2zp4xw8u7] {
    margin-top: 8px;
}

.jobs-wrapper a[b-m2zp4xw8u7] {
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    color: black;
}

@media (min-width: 768px) {
    .technologies-images-wrapper figure img[b-m2zp4xw8u7] {
        width: 150px;
        height: auto;
    }

    .clients-images-wrapper figure img[b-m2zp4xw8u7] {
        width: 150px;
        height: auto;
    }

    .consultancy-door-experten-text-wrapper[b-m2zp4xw8u7], .stacked-blocks-wrapper[b-m2zp4xw8u7] {
        width: 50%
    }

    .jobs-title[b-m2zp4xw8u7] {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .jobs-title h2[b-m2zp4xw8u7] {
        font-size: 32px;
    }

    .jobs-wrapper div[b-m2zp4xw8u7] {
        width: calc(50% - 12px);
    }
}

@media (min-width: 1200px) {
    .header-text[b-m2zp4xw8u7] {
        font-size: 64px;
        line-height: 80px;
    }

    .consultancy-door-experten-text-wrapper p[b-m2zp4xw8u7] {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .stacked-blocks-item[b-m2zp4xw8u7] {
        padding: 32px 40px;
    }

    .technology-image-wrapper[b-m2zp4xw8u7] {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .offerings-left-container[b-m2zp4xw8u7] {
        width: 60%;
    }

    .offerings-right-container[b-m2zp4xw8u7] {
        width: 40%;
    }

    .jobs-title[b-m2zp4xw8u7] {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Pages/DotNetCoreBackendDeveloperJob.razor.rz.scp.css */
h2[b-aqyurkuwr3],h3[b-aqyurkuwr3] {
    font-weight: 500;
}

p[b-aqyurkuwr3] {
    line-height: 24px;
}

li[b-aqyurkuwr3] {
    color: rgba(74, 74, 74, 1);
    list-style: circle;
}

.header-title-text[b-aqyurkuwr3], team-title-text[b-aqyurkuwr3] {
    font-size: 16px;
    font-weight: 300;
    padding-top: 60px;
}

.header-text[b-aqyurkuwr3] {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 10px;
}

.jobs-title[b-aqyurkuwr3] {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.jobs-title h2[b-aqyurkuwr3] {
    font-weight: 500;
}

.jobs-wrapper[b-aqyurkuwr3] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.jobs-wrapper h3[b-aqyurkuwr3] {
    font-weight: 500;
    margin-bottom: 0;
}

.jobs-wrapper p[b-aqyurkuwr3] {
    margin-top: 8px;
}

.job-email-link[b-aqyurkuwr3] {
    padding: 10px;
    color: white;
    text-decoration: none;
}

.jobs-redirect[b-aqyurkuwr3] {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: white;
}

@media (min-width: 768px) {
    .technologies-images-wrapper figure img[b-aqyurkuwr3] {
        width: 150px;
        height: auto;
    }

    .clients-images-wrapper figure img[b-aqyurkuwr3] {
        width: 150px;
        height: auto;
    }

    .consultancy-door-experten-text-wrapper[b-aqyurkuwr3], .stacked-blocks-wrapper[b-aqyurkuwr3] {
        width: 50%
    }

    .jobs-title[b-aqyurkuwr3] {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .jobs-title h2[b-aqyurkuwr3] {
        font-size: 32px;
    }

    .jobs-wrapper div[b-aqyurkuwr3] {
        width: calc(50% - 12px);
    }
}

@media (min-width: 1200px) {
    .header-text[b-aqyurkuwr3] {
        font-size: 64px;
        line-height: 80px;
    }

    .consultancy-door-experten-text-wrapper p[b-aqyurkuwr3] {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .stacked-blocks-item[b-aqyurkuwr3] {
        padding: 32px 40px;
    }

    .technology-image-wrapper[b-aqyurkuwr3] {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .offerings-left-container[b-aqyurkuwr3] {
        width: 60%;
    }

    .offerings-right-container[b-aqyurkuwr3] {
        width: 40%;
    }

    .jobs-title[b-aqyurkuwr3] {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/Pages/Home.razor.rz.scp.css */
.header-text[b-ua53aj3r03] {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    padding-top: 60px;
}

.stacked-blocks-list[b-ua53aj3r03] {
    padding: 0;
    margin: 0;
}

.stacked-blocks-item[b-ua53aj3r03] {
    padding: 24px;
}

.stacked-blocks-list li[b-ua53aj3r03] {
    display: flex
}

.stacked-blocks-district-fig[b-ua53aj3r03] {
    margin: 0 0 0 24px;
}

.stacked-blocks-district-fig img[b-ua53aj3r03] {
    width: 110px;
}

#techonolgies h2[b-ua53aj3r03], #cases h2[b-ua53aj3r03] {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
}

.technologies-images-wrapper[b-ua53aj3r03] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.technologies-images-wrapper figure[b-ua53aj3r03] { 
    margin: 0;
}

.technologies-images-wrapper figure img[b-ua53aj3r03] {
    width: 150px;
    height: auto;
}

.technology-image-wrapper[b-ua53aj3r03] {
    background-color: rgba(251, 251, 251, 1);
    padding: 20px 4px;
}

.technology-image-wrapper p[b-ua53aj3r03] {
    text-align: center;
    color: rgba(173, 173, 173, 1)
}

.cases-wrapper[b-ua53aj3r03] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.clients-title[b-ua53aj3r03] {
    color: rgba(173, 173, 173, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.clients-images-wrapper[b-ua53aj3r03] {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.clients-images-wrapper figure[b-ua53aj3r03] {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-images-wrapper figure img[b-ua53aj3r03] {
    width: 150px;
    height: auto;
}

.jobs-content-wrapper[b-ua53aj3r03] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.jobs-title-text[b-ua53aj3r03] {
    font-size: 12px;
    font-weight: 300;
}

.jobs-text[b-ua53aj3r03] {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

.jobs-sub-text[b-ua53aj3r03] {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.jobs-redirect[b-ua53aj3r03] {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: white;
}

@media (min-width: 768px) {
    .technologies-images-wrapper figure img[b-ua53aj3r03] {
        width: 150px;
        height: auto;
    }

    .clients-images-wrapper figure img[b-ua53aj3r03] {
        width: 150px;
        height: auto;
    }

    .stacked-blocks-wrapper[b-ua53aj3r03] {
        min-width: 50%
    }

}

@media (min-width: 1200px) {
    .header-text[b-ua53aj3r03] {
        font-size: 64px;
        line-height: 80px;
    }

    .stacked-blocks-item[b-ua53aj3r03] {
        padding: 32px 40px;
    }

    .technology-image-wrapper[b-ua53aj3r03] {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
/* _content/upcore-corporate-website-blazor-mobile/Components/RightExtendedContainer.razor.rz.scp.css */
.content-wrapper[b-dk6zgy01zx] {
    background-color: rgba(251, 251, 251, 1);
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .content-wrapper[b-dk6zgy01zx] {
        flex-direction: row;
        padding: 40px 0 40px 5vw;
    }
}
