/* _content/Paltonet/Pages/Career.razor.rz.scp.css */
.mainContainer[b-trywgx4xmp] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-content: center;
}

.halfContainer[b-trywgx4xmp] {
    width: 50%;
    left: 0;
    align-content: center;
    display: block;
}

h1[b-trywgx4xmp] {
    width: 95%;
    font-family: Signika-Bold;
    text-align: center;
    color: var(--MainColor);
    margin: auto;
    margin-top: 30px;
}

h4[b-trywgx4xmp] {
    font-family: Signika-Regular;
    text-align: center;
    width: 95%;
    margin: auto;
    max-width: 700px;
    color: var(--TextColor);
    margin-top: 20px;
}

.brand[b-trywgx4xmp] {
    font-size: 24px;
    height: max-content;
    width: max-content;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}

    .brand img[b-trywgx4xmp] {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 8px;
    }

    .brand label[b-trywgx4xmp] {
        font-family: Signika-Bold;
        color: var(--SecondaryColor);
        font-size: 40px;
    }

input[b-trywgx4xmp], textarea[b-trywgx4xmp] {
    width: 95%;
    max-width: 400px;
    height: 40px;
    border: 1px solid var(--MainColor);
    padding: 10px;
    font-family: Signika-Light;
    color: var(--TextColor);
    border-radius: 8px;
    margin: auto;
    display: block;
    margin-top: 10px;
}

textarea[b-trywgx4xmp] {
    min-height: 300px;
}

button[b-trywgx4xmp] {
    width: 95%;
    max-width: 200px;
    height: 40px;
    border: none;
    background-color: var(--AccentColor);
    color: white;
    font-family: Signika-Bold;
    border-radius: 8px;
    margin: auto;
    display: block;
    margin-top: 10px;
}

    button.uploadCv[b-trywgx4xmp]{
        background-color: transparent;
        border: 2px solid var(--AccentColor);
        color: var(--AccentColor);
        max-width: 300px;
    }

    button:hover[b-trywgx4xmp] {
        box-shadow: 0px 0px 10px 0px var(--AccentColor);
    }


@media(max-width: 800px) {
    .mainContainer[b-trywgx4xmp] {
        display: block;
    }

    .halfContainer[b-trywgx4xmp]{
        margin: auto;
        margin-top: 40px;
        width: auto;
    }
}
/* _content/Paltonet/Pages/Index.razor.rz.scp.css */
.navBar[b-tsza3uqtz9] {
    width: 100%;
    height: max-content;
    background-color: var(--MainColor);
    padding: 10px 100px;
    display: flex;
}

    .navBar .brand[b-tsza3uqtz9] {
        font-size: 24px;
        height: 100%;
        width: max-content;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .navBar .brand img[b-tsza3uqtz9] {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-right: 8px;
        }

        .navBar .brand label[b-tsza3uqtz9] {
            font-family: Signika-Bold;
            color: white;
            font-size: 35px;
        }

.navLinks[b-tsza3uqtz9] {
    width: max-content;
    height: 100%;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: auto auto auto auto auto;
    margin: auto;
    margin-right: 0px;
}

    .navLinks a[b-tsza3uqtz9] {
        text-decoration: none;
        color: white;
        font-family: Signika-Bold;
        font-size: 17px;
    }

        .navLinks a:hover[b-tsza3uqtz9] {
            color: var(--AccentColor);
            cursor: pointer;
        }

.hero[b-tsza3uqtz9], .subHero[b-tsza3uqtz9] {
    font-family: Signika-Bold;
    color: var(--SecondaryColor);
    width: 95%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.subHero[b-tsza3uqtz9] {
    font-family: Signika-Regular;
    color: var(--TextColor);
    opacity: .8;
    margin-top: 30px;
    max-width: 600px;
}

.sectionContainer[b-tsza3uqtz9] {
    width: 100%;
    height: max-content;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.inlineContainer[b-tsza3uqtz9] {
    width: 50%;
    height: max-content;
    left: 0;
    display: block;
    margin: auto;
    margin-top: 20px;
    min-height: 500px;
    align-content: center;
}

    .inlineContainer img[b-tsza3uqtz9] {
        width: 100%;
        max-width: 500px;
        height: auto;
        max-height: 500px;
        border-radius: 15px;
        margin: auto;
        display: block;
    }

        .inlineContainer img.services[b-tsza3uqtz9] {
            margin-right: 0;
        }

.ctaButton[b-tsza3uqtz9] {
    width: 95%;
    max-width: 200px;
    margin: auto;
    display: block;
    margin-top: 30px;
    background-color: var(--AccentColor);
    border: none;
    border-radius: 15px;
    font-family: Signika-Bold;
    color: white;
    height: 50px;
    font-size: 18px;
}

    .ctaButton:hover[b-tsza3uqtz9] {
        box-shadow: 0px 0px 10px 0px var(--AccentColor);
    }

.refGrid[b-tsza3uqtz9] {
    display: grid;
    width: 95%;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
}

    .refGrid a[b-tsza3uqtz9] {
        width: auto;
        height: auto;
        max-height: 200px;
        max-width: 200px;
    }

        .refGrid a img[b-tsza3uqtz9]{
            width: 100%;
            height: 100%;
        }

        .refGrid a img:hover[b-tsza3uqtz9] {
            cursor: pointer;
        }

.sectionTitle[b-tsza3uqtz9] {
    font-family: Signika-Bold;
    color: var(--MainColor);
    width: 95%;
    margin: auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.sectionCenterText[b-tsza3uqtz9] {
    font-family: Signika-Regular;
    color: var(--TextColor);
    width: 95%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: 5px;
}

    .sectionCenterText label[b-tsza3uqtz9] {
        color: var(--SecondaryColor);
        font-family: Signika-Bold;
    }

.description[b-tsza3uqtz9] {
    font-family: Signika-Regular;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    display: block;
    color: var(--TextColor);
    text-align: start;
    font-size: 22px;
}

.splitter[b-tsza3uqtz9] {
    width: 95%;
    height: 2px;
    display: block;
    margin: auto;
    margin-top: 40px;
    background-color: var(--SecondaryColor);
    opacity: .7;
}

.faqItem[b-tsza3uqtz9] {
    width: 95%;
    max-width: 500px;
    min-height: 70px;
    max-height: max-content;
    font-family: Signika-Bold;
    color: var(--SecondaryColor);
    text-align: center;
    display: block;
    border: none;
    font-size: 20px;
    margin: auto;
    margin-top: 5px;
    border-radius: 15px;
}

    .faqItem:hover[b-tsza3uqtz9] {
        cursor: pointer;
        border: 2px solid var(--SecondaryColor);
    }

.faqItemDesc[b-tsza3uqtz9] {
    width: 95%;
    max-width: 580px;
    margin: auto;
    display: block;
    margin-top: 5px;
    font-family: Signika-Regular;
    color: var(--TextColor);
    text-align: center;
    font-size: 18px;
}

.contactForm[b-tsza3uqtz9] {
    width: 95%;
    max-width: 500px;
    background-color: var(--MainColor);
    border-radius: 15px;
    padding: 15px;
    height: max-content;
    margin: auto;
    margin-top: 20px;
    display: block;
    box-shadow: 0px 0px 5px 0px var(--MainColor);
}

    .contactForm label[b-tsza3uqtz9] {
        width: 100%;
        font-family: Signika-Bold;
        color: white;
        font-size: 20px;
        margin-top: 10px;
    }

    .contactForm input[b-tsza3uqtz9], .contactForm textarea[b-tsza3uqtz9], .contactForm select[b-tsza3uqtz9] {
        width: 100%;
        height: 45px;
        margin-top: 5px;
        font-family: Signika-Regular;
        padding: 10px;
        background-color: white;
        border-radius: 15px;
        border: none;
        color: var(--TextColor);
    }

    .contactForm textarea[b-tsza3uqtz9] {
        min-height: 120px;
    }

@media (max-width:1050px) {
    .sectionContainer[b-tsza3uqtz9] {
        display: block;
    }

    .inlineContainer[b-tsza3uqtz9] {
        width: 95%;
        min-height: auto;
    }

    .description[b-tsza3uqtz9] {
        text-align: center;
    }

    .inlineContainer img.services[b-tsza3uqtz9] {
        margin: auto;
    }
}

@media (max-width: 900px) {
    .navBar[b-tsza3uqtz9] {
        display: block;
    }

    .navLinks[b-tsza3uqtz9] {
        margin: auto;
        margin-top: 30px;
    }
}

@media (max-width: 700px){
    .refGrid[b-tsza3uqtz9]{
        grid-template-columns: auto auto;
    }
}

@media (max-width: 600px) {
    .navBar[b-tsza3uqtz9] {
        padding: 10px;
    }
}

@media (max-width: 450px) {
    .navLinks[b-tsza3uqtz9] {
        grid-template-columns: auto auto;
        grid-row-gap: 20px;
    }
}
/* _content/Paltonet/Shared/MainLayout.razor.rz.scp.css */
.page[b-j6x5stmt79] {
    position: relative;
    display: block;
    flex-direction: row;
}

main[b-j6x5stmt79] {
    flex: 1;
}

.footer[b-j6x5stmt79] {
    width: 100%;
    background-color: var(--MainColor);
    height: max-content;
    padding: 20px;
    margin-top: 100px;
}

    .footer label[b-j6x5stmt79], .footer a[b-j6x5stmt79] {
        width: max-content;
        margin: auto;
        display: block;
        font-family: Signika-Light;
        color: white;
        opacity: .7;
        margin-top: 10px;
        text-decoration: none;
    }

        .footer a:hover[b-j6x5stmt79] {
            cursor: pointer;
            opacity: 1;
        }

@media (max-width: 640.98px) {
}
