#navigation .container .links {
    margin-left: auto;
}

body #navigation .container .header-cta {
    margin-left: 8px;
    padding: 6px 30px;
border-radius: 6px;
}

body .input-form .form-heading, body .input-form .send-button{
background-color: var(--secondary) !important;
}

body .single-blog .blog-headline .release-date {
border-radius: 6px;
background-color: var(--primary) !important;
}

.vacancy-content .vacancy-intro-content .right-side {
    flex: 1;
    max-width: 500px;
}

.vacancy-content .vacancy-intro-content .vacancy-image-swiper .single-vacancy-image {
    border-radius: 0px 100px 0px 0100px;
    object-fit: cover;
    aspect-ratio: 1;
    box-shadow: -15px 15px 0px 0px #7D00FF;
}

.vacancy-content .vacancy-intro-content .vacancy-image-swiper .swiper-navigation {
margin-top: 32px;
}

p {
    -webkit-font-smoothing: antialiased !important;
}