<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 h3 span, .intro-banner .banner-headline h3 strong {
    font-size: 40px;
    line-height: 80px;
}

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

#titlebar .container .row h2 strong {
    font-weight: var(--font-weight-medium);
}.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);
}

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

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


.blog-compact-item {
    background: transparent;
}

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

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

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

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

.single-post .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);
}

.photo-box:before, .photo-box:hover:before {
    background: transparent;
}

.container .video h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-weight-medium);
}

.photo-box.small {
    height: 228px;
}


.blog-compact-item-container:hover {
    transform: none;
}

.right-arrow {
    width: 39px;
    height: 39px;
    background-color: var(--category-color);
}

.blog-compact-item:before {
    border-radius: 0;
    background: transparent;
}

.video-carousel .slick-next {
    background-color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

@media (max-width: 480px) {
    .video-carousel {
        left: 0;
    }

    .video-carousel .slick-prev {
        left: -30px;
    }

    .video-carousel .slick-next {
        right: -30px;
    }

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

    .blog-compact-item {
        height: 470px;
        border-radius: 0;
    }
}
</pre></body></html>