<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro-banner .banner-headline {
    max-width: 95%;
}

.intro-banner .banner-headline h3 span, .intro-banner .banner-headline h3 strong {
    font-size: 40px;
    line-height: 80px;
    display: inline-block;
}

#titlebar .container .row h2 {
    font-size: 30px;
    line-height: 80px;
    font-weight: var(--font-weight-normal);
}

.letters-list {
    background-color: var(--apprenticeship-color);
    border-radius: 0;
}

.letters-list a {
    border-radius: 0;
}

.letters-list a.current {
    background-color: #000;
}.footer-top-section {
    padding-top: 180px;
}

.blogs .section-headline h4 span, .blogs .section-headline h4 strong {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

.blogs .section-headline h4 span {
    font-weight: var(--font-weight-normal);
}

.blogs .section-headline h4 strong {
    font-weight: var(--font-weight-bold);
}

.sidebar-widget h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
}

.blog-post-date {
    background-color: transparent;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
    color: var(--internship-color);
}

.widget-tabs .widget-text span {
    background: transparent;
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
    color: var(--apprenticeship-color);
}

.widget-tabs .widget-text h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
}

.job-content h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: var(--font-weight-medium);
}

.job-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
}

.blog-compact-item-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
}

.job-content h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--font-weight-medium);
}

.job-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
    color: var(--secondary-text-color);
}

.job-content p strong {
    font-weight: var(--font-weight-medium);
    color: #000;
}

.p-58 {
    padding: 58px;
}

.job-section {
    padding: 25px;
    background-color: #b1ffed;
}

.job-section h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--font-weight-medium);
    display: inline-block;
}

.job-content h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-bold);
}

.job-content h3 {
    font-size: 40px;
    line-height: 80px;
    font-weight: var(--font-weight-medium);
}

.job-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
}

.blog-post-info-list .blog-post-info {
    background: transparent;
    color: var(--internship-color);
    font-weight: var(--font-weight-normal);
}

.background-blog-image-container {
    background: url("/assets/images/job_img_background_hell_2x.jpg")
}

#posts-nav li a span {
    background: transparent;
    color: var(--internship-color);
    font-weight: var(--font-weight-normal);
}

.next-post a strong, .prev-post a strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--font-weight-medium);
}

.next-post a span, .prev-post a span {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
}

.job-overview {
    background-color: #000000;
    opacity: 0.8;
}

.job-overview .job-overview-inner ul li span {
    color: var(--apprenticeship-color);
}

.job-overview .job-overview-inner ul li h5 {
    color: #ffffff;
}

.job-section::marker {
    color: var(--primary-text-color);
}

@media (max-width: 480px) {
    #titlebar .container .row h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .letters-carousel {
        background-color: var(--apprenticeship-color);
        height: 48px;
    }

    .letters-carousel a {
        font-size: 25px;
        color: #000000;
        padding: 5px;
        margin-top: 5px;
        vertical-align: middle;
        text-align: center;
    }

    .letters-carousel a.current {
        font-size: 25px;
        color: #ffffff;
        background-color: #000000;
    }

    .slick-prev {
        left: -15px;
        top: 24px;
    }

    .slick-next {
        top: 24px;
        right: -15px !important;
    }

    h1.job-header {
        font-size: 24px;
        line-height: 30px;
        font-weight: var(--font-weight-medium);
    }

    div.job-header-details p {
        font-size: 18px;
        line-height: 22px;
        font-weight: var(--font-weight-normal);
    }

    div.job-header-details p strong {
        font-weight: var(--font-weight-bold);
    }

    .job-overview .job-overview-inner ul li {
        font-size: 20px;
        line-height: 30px;
        font-weight: var(--font-weight-bold);
        padding-left: 58px;
    }

    .job-overview .job-overview-inner ul li h5 {
        font-size: 20px;
        line-height: 30px;
        font-weight: var(--font-weight-normal);
    }

    .job-overview .job-overview-inner ul li i {
        font-size: 36px;
    }
}
</pre></body></html>