/*@font-face {*/
/*    font-family: 'icomoon';*/
/*    src:  url('assets/fonts/icomoon.eot?k4rxwu');*/
/*    src:  url('assets/fonts/icomoon.eot?k4rxwu#iefix') format('embedded-opentype'),*/
/*    url('assets/fonts/icomoon.ttf?k4rxwu') format('truetype'),*/
/*    url('assets/fonts/icomoon.woff?k4rxwu') format('woff'),*/
/*    url('assets/fonts/icomoon.svg?k4rxwu#icomoon') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: block;*/
/*}*/

html, body, :where(div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video):not([class]) {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}
a:hover, a:active {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.sws-body a {
    transition: .3s all;
    text-decoration: none;
    color: var(--primal-blue);
}

.sws-body a:hover {
    color: var(--pink);
    transition: .3s;
    text-decoration: none;
}

:root {
    --dark: #071C3C;
    --primal-blue: #2C4B9A;
    --primal-red: #CC246B;
    --pink: #CC246B;
    --grey: #C3C3C3;
}

html {
    box-sizing: border-box;
}

body.sws-body {
    /* max-width: 1440px; */
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    font-family: "Panton", sans-serif;
    font-weight: 400;
    background: #fff;
    color: var(--dark);
    font-size: 18px;
    line-height: 1.4;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    /*display: flex;*/
    /*flex-flow: column;*/
    /*justify-content: flex-start;*/
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -m-text-size-adjust: 100%;
    padding-top: 94px;
}

html {
    height: auto;
}

.sws-body .sws-content-container {
    /*width: 100% !important;*/
    /*position: static !important;*/
    /*max-width: 1440px !important;*/
    /*margin-left: auto !important;*/
    /*margin-right: auto !important;*/
    /*left: 50% !important;*/
    /*transform: translateX(-50%);*/
    /*z-index: 999;*/
}

.sws-body .sws-content-container .sws-main-block {
    max-width: 1440px !important;
    margin-left: auto;
    margin-right: auto;
}

.sws-body .container {
    /*max-width: 1440px;*/
}

.sws-body #page-wrapper {
    /*margin-top: 94px !important;*/
}

body.admin-bar header.sws-header {
    top: 32px;
}

.sws-header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    /*position: sticky;*/
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 3999;*/
    z-index: 4999;
    background: #fff;
    border-bottom: 1px solid var(--pink);
}

.sws-container {
    width: 90%;
    /*width: 100%;*/
    max-width: 1280px;
    /*max-width: 1440px;*/
    margin: 0 auto;
}

.sws-header-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sws-header-left {
    display: flex;
    align-items: flex-end;
}

.sws-logo {
    width: 185px;
    display: block;
    flex-shrink: 0;
    margin-right: 40px;
    padding-bottom: 16px;
}

.sws-logo img {
    width: 100%;
    display: block;
}

.menu-item {

}

.sws-header-right {

}

.sws-languages-block {
    display: flex;
    display: none !important;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 16px;
}

.sws-language-title {
    padding-right: 8px;
    margin: 0 8px 0 0;
    font-size: 20px;
    color: var(--primal-blue);
    line-height: 1;
    border-right: 1px solid var(--primal-blue);
    cursor: pointer;
}

.sws-current-language {
    font-size: 20px;
    font-weight: bold;
    color: var(--primal-red);
    line-height: 1;
    margin: 0;
}

.sws-main-block {
    width: 100%;
    height: 480px;
    position: relative;
    margin-bottom: 120px;
    background: #fff;
    /*background-blend-mode: multiply;*/
}

.sws-main-inner-container {
    width: 100%;
    /*height: calc( 100vh - 150px );*/
    height: 100%;
    max-height: 480px;
    position: relative;
    /*background-blend-mode: multiply;*/
    overflow: hidden;
}

.sws-main-inner-container img {
    width: 100%;
    height: 100%;
    /*height: auto;*/
    object-fit: cover;
    display: block;
    object-position: center center;
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-25%);*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sws-page-2 .sws-main-inner-container img {
    object-position: left top;
}

.sws-background-style-part-width .sws-main-inner-container img {
    /*position: relative;*/
    /*top: 50%;*/
    /*transform: translateY(-20%);*/
    /*margin-top: -20vh;*/
}

.sws-main-video-wrapper {
    position: relative;
    width: 90%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.sws-main-video {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 580px;
    height: auto;
    position: absolute;
    bottom: -200px;
    left: -5vw;
    z-index: 5;
    object-fit: cover;
    display: none;
    object-position: left center;
    /*background-blend-mode: multiply;*/
}

.sws-main-block-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    max-width: 750px;
    height: 100%;
    /*z-index: 1;*/
    padding: 80px;
    /*background: linear-gradient(135deg, #CC246B 10.02%, #2C4B9A 100%);*/
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-flow: column;
    /*background: url("img/new-design/linear_bg.svg") no-repeat center/cover;*/
    /*background-blend-mode: multiply;*/
    /*mix-blend-mode: multiply;*/
}

.sws-main-block-content:before {
/*.sws-main-block-content .sws-main-block-content-bg {*/
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /*background: linear-gradient(135deg, #CC246B 10.02%, #2C4B9A 100%);*/
    /*filter: opacity(100%) contrast(500%) brightness(40%);*/
    background: linear-gradient(135deg, #CC246B 10.02%, #2C4B9A 100%);
    /*background: url("img/new-design/linear_bg.svg") no-repeat center/cover;*/
    /*background-color: #2C4B9A;*/
    /*background-blend-mode: multiply;*/
    mix-blend-mode: multiply;
    /*mix-blend-mode: overlay;*/
    /*opacity: 0.75;*/
}

.sws-main-block.sws-background-style-part-width {
    /*display: flex;*/
}

.sws-background-style-part-width .sws-main-block-content {
    /*position: relative;*/
    /*top: auto;*/
    /*right: auto;*/
}

.sws-background-style-part-width .sws-main-inner-container {
    width: 61%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sws-background-style-part-width .sws-main-block-content:before {
    mix-blend-mode: normal;
}

/*.sws-main-block-content:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    background: #000;*/
/*    background-blend-mode: multiply;*/
/*    opacity: 0.5;*/
/*}*/

.sws-main-block-content .sws-main-block-content-text {
    /*font-size: 65px;*/
    font-size: 60px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 2;
    background-blend-mode: unset;
    mix-blend-mode: unset;
}

.sws-filters-wrapper {
    width: 90%;
    max-width: 1060px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -75px);
    z-index: 4888;
}

.sws-filters-wrapper.fixed {
    position: fixed;
    transform: translateX(-50%) !important;
    top: 115px;
}

.sws-body.logged-in .sws-filters-wrapper.fixed {
    top: 149px;
}

.sws-filters-wrapper.fixed .sws-filters-title {
    display: none;
}

/*.sws-body #page.site {*/
/*    height: auto;*/
/*    position: relative;*/
/*    overflow: visible;*/
/*}*/

/*.sws-body #page-wrapper {*/
/*    position: relative;*/
/*    overflow: visible;*/
/*}*/

/*.sws-filters-wrapper {*/
/*    width: 90%;*/
/*    max-width: 1060px;*/
/*    height: 118px;*/
/*    position: sticky;*/
/*    top: 100px;*/
/*    left: 0;*/
/*    !*top: 100%;*!*/
/*    !*left: 50%;*!*/
/*    !*transform: translate(-50%, -75px);*!*/
/*    z-index: 2;*/
/*    margin: 0 auto;*/
/*}*/

.sws-filters-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.sws-filter-position-center .sws-filters-wrapper {
    top: 50%;
    /*transform: translate(-50%, -50%);*/
}

.sws-filter-position-center .sws-filters-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
    color: var(--dark);
}

.sws-filters-block {
    width: 100%;
    display: flex;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.sws-filters-block.active {
    border-radius: 8px 8px 0 0;
}

.sws-filters-block > *:first-child {
    /*border-radius: 8px 0 0 8px;*/
}

.sws-filter-block {
    /*width: 356px;*/
    width: calc( 45% - 105px );
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 20px 32px;
}

.sws-filter-block:nth-of-type(2) {
    /*width: 432px;*/
    width: calc( 55% - 105px );
}

.sws-filter-block + .sws-filter-block {
    border-left: 4px solid var(--pink);
}

.sws-filter-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.sws-filter-item-icon {
    width: 42px;
    display: block;
    flex-shrink: 0;
    margin-right: 24px;
}

.sws-filter-input {
    width: 100%;
    font-size: 28px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    outline: none;
}

.sws-filter-input::placeholder {
    color: var(--grey);
}

.sws-filters-button.text-bold {
    font-weight: bold;
}

.sws-filters-button, .sws-filters-toggle-button {
    width: 210px;
    flex-shrink: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    border: none;
    background: var(--pink);
    /*border-radius: 0 8px 8px 0;*/
    outline: none !important;
}

.sws-main-menu .menu {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

.sws-main-menu .menu .menu-item > a {
    font-size: 20px;
    line-height: 1;
    color: var(--primal-blue);
    text-decoration: none;
    display: block;
}

.sws-main-menu .menu > .menu-item > a {
    position: relative;
    padding-bottom: 16px;
}

.sws-main-menu .menu > .menu-item > a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    transition: .3s;
    background: var(--pink);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sws-main-menu .menu > .menu-item.menu-item-has-children {
    /*position: relative;*/
}

.sws-main-menu .menu > .menu-item.menu-item-has-children > a {
    padding-right: 28px;
}

.sws-main-menu .menu > .menu-item.menu-item-has-children > a:before {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    background: url('img/new-design/icons/arrow_down_pink_icon.svg') no-repeat center/100%;
    transition: .3s;
}

@media screen and (min-width: 1024px) {
    .sws-main-menu .menu > .menu-item.menu-item-has-children:hover > a:before {
        transition: .3s;
        transform: rotate(180deg);
    }

    .sws-main-menu .menu > .menu-item:hover > a:after, .sws-main-menu .menu > .menu-item.current-menu-item > a:after {
        transition: .3s;
        width: 100%;
    }

    .sws-main-menu .menu > .menu-item > a, .sws-main-menu .menu > .menu-item > a:hover, .sws-main-menu .menu > .menu-item.current-menu-item > a {
        /*width: calc(100% + 5px);*/
    }
}

.sws-main-menu .menu > .menu-item + .menu-item {
    margin-left: 40px;
}

.sws-main-menu .menu-item > a {
    white-space: nowrap;
}

.sws-main-menu .menu-item {
    padding-right: 5px;
}

.sws-main-menu .menu > .menu-item:hover > a, .sws-main-menu .menu > .menu-item.current-menu-item > a {
    font-weight: 700;
    color: var(--primal-red);
}

.sws-main-menu .sub-menu {
    /*width: 100vw;*/
    width: 100%;
    /*max-height: 245px;*/
    /*max-height: 270px;*/
    max-height: 190px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 1px 24px 24px;
    border-bottom: 1px solid var(--pink);
    box-shadow: 0 2px 0 rgba(0,0,0,.15);
    z-index: 99;
    /*grid-template-columns: repeat(2, auto);*/
    grid-template-columns: repeat(2, [col-start] fit-content(200px) [col-end]);
    grid-auto-columns: 40px;
    /*grid-template-columns: repeat(auto-fill, 2);*/
    /*grid-auto-rows: auto;*/
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 0;
}

.sws-main-menu .sub-menu > .menu-item {
    height: 40px;
}

.sws-main-menu .sub-menu > .menu-item:first-of-type {
    grid-area: 1 / 1 / 2 / 2;
}

.sws-main-menu .sub-menu > .menu-item:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.sws-main-menu .sub-menu > .menu-item:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
}

.sws-main-menu .sub-menu > .menu-item:nth-of-type(4) {
    grid-area: 4 / 1 / 5 / 2;
}

.sws-main-menu .sub-menu > .menu-item:nth-of-type(5) {
    grid-area: 5 / 1 / 6 / 2;
}

.sws-main-menu .sub-menu > .menu-item:nth-of-type(6) {
    grid-area: 6 / 1 / 7 / 2;
}

.sws-main-menu .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    /*display: grid;*/
    /*position: relative;*/
}

.sws-main-menu .menu > .menu-item.menu-item-has-children > .sub-menu:after {
    content: '';
    width: 100%;
    height: 23px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.sws-main-menu .menu > .menu-item.menu-item-has-children:nth-of-type(2) .sub-menu {
    /*display: grid !important;*/
}

.sws-main-menu .sub-menu.active {
    display: grid !important;
}

.sws-main-menu .sub-menu > .menu-item > a {
    margin-top: 20px;
    line-height: 1;
}

.sws-main-menu .sub-menu > .menu-item > a:hover {
    color: var(--pink);
}

.sws-main-menu .sub-menu .sws-menu-item-html-inner {
    /*grid-area: 1 / 2 / 100 / 3;*/
    grid-area: 1 / 2 / 100 / 3 !important;
    border-left: 2px solid #96a5cd;
    padding: 0 34px 0 58px;
    margin-top: 20px;
    height: auto;
}

.sws-main-menu .sub-menu .sws-menu-item-html-inner * {
    white-space: nowrap;
}

.sws-help-icon > * {
    position: relative;
    z-index: 3;
}

.sws-help-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(-255deg, #2C4B9A, #CC246B);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 16px;
}

.sws-help-icon:after {
    content: '';
    width: calc( 100% - 8px );
    height: calc( 100% - 8px );
    background: #fff;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 14px;
}

.sws-help-icon > div img {
    width: auto;
    height: 72px;
    display: block;
    margin: 0 auto 18px;
}

.sws-help-icon p {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    color: var(--primal-blue);
    text-decoration: none;
    transition: .3s;
}

a.sws-help-icon:hover p, a.sws-help-icon:hover {
    color: var(--pink);
    transition: .3s;
    text-decoration: none;
}

.sws-badge-logo {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 108px;
    z-index: 999;
}

.number-animate-block {
    font-size: 70px;
    line-height: 1;
    /*color: var(--pink);*/
    margin-bottom: 16px;
    text-align: center;
    background: -webkit-linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);
    background: linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 10px transparent;
}

.number-animate-item {
    font-size: 170px;
    width: 365px;
    display: inline-block;
    /*background: -webkit-linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);*/
    /*background: linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-stroke: 10px transparent;*/
    color: #fff;
}

.number-animate-item-text {
    /*-webkit-background-clip: content;*/
    /*-webkit-text-stroke: initial;*/
    display: inline-block;
    background: -webkit-linear-gradient(335deg, #CC246B 0%, #98307A 100%);
    background: linear-gradient(335deg, #CC246B 0%, #98307A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0 transparent;
}

.sws-body h2, .sws-body h2 * {
    font-size: 38px;
}

.sws-body h2 br {
    display: none;
}

.sws-body img.aligncenter {
    display: block;
    margin: 0 auto;
}

.sws-job-seeker {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
}

.sws-job-seeker > p+p {
    font-size: 16px;
    margin-top: 4px;
}

.sws-job-seeker > div {
    margin-bottom: 16px;
    position: relative;
    padding: 2px;
}

.sws-job-seeker > div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url("img/new-design/job_seeker_template.png") no-repeat center/100%;
    display: block;
}

.sws-job-seeker > div img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.sws-body .scrollTopMail, .sws-body .hasscrollTopMail {
    /*display: none !important;*/
    display: none;
}

.sws-body #scrollTop.visible {
    /*right: 6.5rem !important;*/
    display: none;
}

.sws-body .scrollTopMail.visible {
    /*right: 11.5rem !important;*/
}

.sws-way-to-job {
    padding: 48px 0;
    margin: 0 auto 48px;
    max-width: 1440px;
}

.sws-way-to-job-inner {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.sws-way-to-job h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 48px;
}

.sws-job-steps {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sws-job-seek-step {
    width: 25%;
    /*padding: 0 20px 120px;*/
    padding: 0 5px;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
}

.sws-job-seek-step-inner > div:nth-of-type(2) {
    height: 78px;
}

.sws-job-seek-step > div:nth-of-type(2) a {
    color: #fff;
    display: inline-block;
}

.sws-job-seek-step > div:nth-of-type(2) a:hover {
    color: var(--pink);
}

.sws-job-seek-step > p {
    /*margin-top: 16px;*/
    /*font-size: 22px;*/
    /*padding-top: 12px;*/
    /*border-top: 1px solid #fff;*/
    padding-top: 48px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    width: calc( 100% + 10px );
    margin-left: -5px;
}

.sws-job-seek-step-title {
    opacity: 0;
    transition: .6s;
}

.sws-job-seek-step > p:before {
    content: '';
    /*width: calc( 100% + 40px );*/
    /*width: 100%;*/
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    transition: .45s linear;
}

.sws-job-seek-step.sws-job-step-half > p:before {
    width: 50%;
}

.sws-job-seek-step.sws-job-step-middle .sws-job-seek-step-title {
    opacity: 1;
    transition: .45s;
}

.sws-job-seek-step.sws-job-step-full > p:before {
    width: 100%;
}

.sws-job-seek-step > p:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: .45s linear;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: center;
    z-index: 1;
}

.sws-job-seek-step.sws-job-step-middle > p:after {
    transform: translateX(-50%) scale(1);
}

.sws-job-seek-step > div img {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto 16px;
}

.sws-job-seek-step > div > strong {
    margin-bottom: 5px;
    display: inline-block;
}

.sws-job-seek-step > div > p:last-of-type {
    /*font-size: 16px;*/
}

.sws-way-to-job-tip-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.sws-body .wpb_text_column .wpb_wrapper > ul li:before {
    background-image: url("img/new-design/icons/marker_icon.svg");
    top: 1px;
}

.sws-footer {
    padding: 48px 0 20px;
    /*padding: 48px 0 108px;*/
    /*background: var(--primal-blue) url("img/new-design/icons/footer_bg_icon.svg") no-repeat 57% bottom/320px;*/
    /*background: var(--primal-blue) url("img/new-design/icons/footer_bg_icon.svg") no-repeat 60.5% bottom/255px;*/
    background: var(--primal-blue) url("img/new-design/icons/footer_bg_icon.svg") no-repeat 55% bottom/255px;
    color: #fff;
    /*margin-bottom: 88px;*/
    position: relative;
    z-index: 3888;
}

.sws-footer-container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sws-footer-menu ul {
    padding: 0;
}

.sws-footer-menu .menu {
    display: flex;
}

.sws-footer-menu .menu > .menu-item {
    margin-right: 58px;
}

.sws-footer-menu .menu > .menu-item > a {
    font-size: 18px;
    color: var(--primal-red);
    margin: 0;
    font-weight: 700;
    opacity: 1;
}

.sws-footer-menu .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 16px;
    display: inline-block;
    opacity: .65;
}

.sws-footer-menu .menu a:hover {
    opacity: 1;
}

.sws-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    transition: .3s;
    width: 40px;
    height: 60px;
    background: url("img/new-design/icons/play_video_btn.svg") no-repeat center/100%;
}

.sws-video-btn:hover {
    transition: .3s;
    transform: translate(-50%, -50%) scale(1.25);
}

/*.sws-video-block {*/
/*    width: auto;*/
/*    height: 50vh;*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 1001;*/
/*    display: block;*/
/*}*/

.sws-overlay {
    position: fixed;
    transition: .3s;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.35);
    width: 100%;
    height: 100vh;
    display: none;
}

.sws-overlay.sws-video-overlay {
    /*background: rgba(128, 128, 128, 0.75);*/
    background: rgba(0,0,0,0.9);
}

.sws-overlay.visible {
    display: block;
}

.sws-popup {
    width: auto;
    max-width: 1280px;
    max-height: 80vh;
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .6s;
    /*border: 1px solid var(--pink);*/
}

.sws-overlay.active .sws-popup {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    background: #fff;
    /*border-radius: 12px;*/
    overflow: hidden;
    /*box-shadow: 0 2px 4px rgba(255,255,255,.15);*/
}

.sws-popup-inner {
    width: 100%;
    padding: 32px;
    background: #fff;
    max-height: 80vh;
    overflow-y: auto;
}

.sws-popup .sws-video-block {
    height: 80vh;
    width: auto;
    display: block;
}

.sws-close-popup-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: /*var(--primal-blue)*/ url("img/new-design/icons/cross_icon.svg") no-repeat center/100%;
}

.sws-video-overlay .sws-popup-inner {
    padding: 0;
}

.sws-footer-logos-list {
    margin: 50px 0 50px;
    display: flex;
    align-items: center;
    opacity: .5;
}

.sws-footer-logo-item {
    margin-right: 24px;
}

.sws-footer-logo {
    width: auto;
    height: 32px;
    display: block;
}

.sws-footer-copyright {
    font-size: 15px;
    margin: 0;
}

.sws-footer-left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.sws-footer-right {
    width: 350px;
    display: flex;
    flex-flow: column;
    /*align-items: ;*/
    justify-content: space-between;
}

.sws-footer-right-top {
    line-height: 1.6;
}

.sws-footer-right-top > p+p {
    margin-top: 16px;
}

.sws-footer-right a {
    text-decoration: none;
    color: #fff !important;
}

.sws-footer-right-logos-list {
    /*margin: 80px 0 24px;*/
    /*margin: 50px 0 0;*/
    display: flex;
    align-items: center;
}

.sws-footer-right-logo-item {
    width: auto;
    max-width: 90px;
    margin-right: 40px;
}

.sws-footer-right-logo-item:nth-child(2) {
    width: 110px;
}

.sws-footer-right-logo {
    width: 100%;
    height: auto;
    display: block;
}

.logo-high .sws-footer-right-logo{
   height: 6rem;
   width: auto;
}

.sws-footer-right-bottom {
    margin: 24px 0 50px;
}

.sws-footer-right-bottom a {
    opacity: .65;
}

.sws-footer-right-bottom a:hover {
    /*opacity: 1;*/
}

.sws-separator {
    display: inline-block;
    margin: 0 16px;
    opacity: .65;
}

.sws-logos-list {
    width: 90%;
    max-width: 1280px;
    margin: 24px auto 64px !important;
}

.sws-logos-list .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-logos-list .wpb_single_image img {
    display: block;
    width: auto;
    height: 64px;
}

.sws-logos-list .wpb_single_image + .wpb_single_image {
    margin-left: 100px;
}

.sws-menu-content-title {
    display: block;
    line-height: 1;
    font-size: 20px;
}

.sws-mb-20 {
    margin-bottom: 20px;
}

.sws-menu-content-images {
    display: flex;
    align-items: center;
}

.sws-menu-content-image {
    width: 72px;
    height: auto;
    margin-right: 40px;
}

.sws-menu-content-images > a:nth-of-type(2) img {
    width: 110px;
}

.sws-menu-content-images > a {
    display: flex;
    align-items: center;
}

.sws-menu-links-list br {
    display: none;
}

.sws-menu-link {
    display: block;
    padding-left: 36px;
    text-decoration: none;
    color: var(--primal-blue);
    line-height: 20px;
    background: url("img/new-design/icons/download_icon.svg") no-repeat left top/20px;
    margin-top: 20px;
    font-size: 20px;
}

.sws-menu-link:first-of-type {
    /*margin-top: 0;*/
}

.sws-menu-links-list {
    display: grid;
    grid-template-columns: repeat(2, [col-start] fit-content(200px) [col-end]);
    grid-auto-columns: 40px;
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 48px;
    /*grid-row-gap: 20px;*/
    grid-row-gap: 0;
}

.sws-menu-link:first-of-type {
    grid-area: 1 / 1 / 2 / 2;
    /*margin-top: 0;*/
}

.sws-menu-link:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.sws-menu-link:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
}

/*.sws-menu-link:nth-of-type(4) {*/
/*    grid-area: 4 / 1 / 5 / 2;*/
/*}*/

.sws-menu-link:nth-of-type(4) {
    grid-area: 1 / 2 / 2 / 3;
    /*margin-top: 0;*/
}

.sws-menu-link:nth-of-type(5) {
    grid-area: 2 / 2 / 3 / 3;
}

.sws-menu-link:nth-of-type(6) {
    grid-area: 3 / 2 / 4 / 3;
}

.sws-menu-link:nth-of-type(8) {
    grid-area: 4 / 2 / 5 / 3;
}

.sws-download-btn {

}

.sws-link-btn {
    background-image: url("img/new-design/icons/link_icon.svg")
}

.sws-menu-link:hover {
    text-decoration: none;
    color: var(--pink);
}

.toggle-mobile-menu-btn, .sws-footer-copyright.for-mobile {
    display: none;
}

.sws-info-popup {
    width: 100%;
    max-width: 1440px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    z-index: 3777;
    /*align-items: flex-end;*/
    /*align-items: center;*/
    /*transform-origin: right center;*/
    /*transform: scale(0);*/
    transition: .3s;
    /*opacity: 0.99;*/
}

.sws-info-popup:not(.active) {
    pointer-events: none;
}

.sws-info-popup-image {
    pointer-events: auto;
}

.sws-info-popup-content {
    width: 100%;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    background: var(--primal-blue);
    padding: 12px 40px 12px 80px;
    position: relative;
    border: 2px solid #fff;
    border-right: none;
    box-sizing: border-box;
    transform-origin: right center;
    transform: scale(0);
    z-index: 3777;
}

.sws-info-popup.active .sws-info-popup-content {
    transition: .3s;
    transform: scale(1);
}

.sws-info-popup-close-btn {
    position: absolute;
    cursor: pointer;
    transition: .3s;
    width: 23px;
    height: 23px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background: url("img/new-design/icons/cross_icon.svg") no-repeat center/100%;
}

.sws-info-popup-text {
    margin: 0;
}

.sws-info-popup-image {
    cursor: pointer;
    /*width: 66px;*/
    /*height: auto;*/
    width: auto;
    height: 100%;
    max-height: 88px;
    flex-shrink: 0;
    display: block;
    box-sizing: border-box;
    border: 2px solid #fff;
    transition: .5s;
    position: relative;
    z-index: 3890;
}

.sws-info-popup-image.scaled {
    transition: .5s;
    transform: scale(1.5);
    transform-origin: right bottom;
    background: #fff;
    /*border: 2px solid var(--pink);*/
}

.sws-body .sws-job-seek-add-link {
    color: #fff;
    font-size: 18px;
    /*display: block;*/
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.sws-job-seek-step > p .sws-job-seek-add-link {
    display: block;
}

.sws-body .sws-job-seek-add-link:hover {
    color: var(--pink);
    text-decoration: underline;
}

.sws-body .wpb_single_image {
    /*margin-bottom: 0 !important;*/
}

.sws-body .wpb_text_column .wpb_wrapper > ul li {
    margin-bottom: 16px;
}

.sws-benefits-wrapper {
    margin-top: 48px;
}

.sws-benefits {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sws-benefit-item {
    width: calc( 100% / 3 );
    padding: 0 10px;
    margin-bottom: 48px;
}

a.sws-benefit-item {
    text-decoration: none;
    color: #000;
}

a.sws-benefit-item:hover {
    color: var(--pink);
}

.sws-benefits-style-with-separator .sws-benefit-item+.sws-benefit-item {
    border-left: 3px solid #000;
}

.sws-benefit-item > img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto 24px;
}

.sws-benefit-item-content {
    text-align: center;
}

.sws-benefit-item-content > h6 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.sws-benefit-item-content a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.sws-benefit-item-content a:hover {
    color: var(--pink);
}

.mb-0 {
    margin-bottom: .75rem !important;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.sws-quotes-slider-wrapper {

}

.sws-quotes-slider {
    width: 100%;
}

.sws-quotes-slider .slick-list {
    margin: -10px -32px 0;
    padding-top: 15px;
}

.sws-quotes-slide {
    padding: 48px 40px;
    margin: 0 32px 40px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
}

.sws-quotes-slide.slick-slide > img {
    width: auto;
    height: 58px;
    display: block;
    margin: 0 auto 48px;
}

.sws-quotes-slide-content {
    padding-top: 48px;
    background: url("img/new-design/icons/quotes_icon.svg") no-repeat center top/50px;
}

.sws-quotes-slide-content > p:nth-of-type(4), .sws-quotes-slide-content > p:nth-of-type(5), .sws-quotes-slide-content > p:nth-of-type(6), .sws-quotes-slide-content > p:nth-of-type(7) {
    font-size: 15px;
}

/* Slick slider styles start */
.slick-slider
{
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    border: none;
    outline: none !important;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    width: 100%;
    display: block;
    max-width: none;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: rgba(43, 45, 47, .9) !important;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    width: 42px;
    height: 42px;
    top: calc( 50% - 21px );
    left: 27px;
}
.slick-lightbox .slick-next {
    width: 42px;
    height: 42px;
    top: calc( 50% - 21px );
    right: 27px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    /*background: rgba(0,0,0,.9);*/
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-inner .slick-slide img {
    width: auto;
    max-width: 90%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close:before {
    font-size: 32px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×";
}

.slick-prev, .slick-next {
    display: block;
    border: 2px solid #D2DFE8;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s all;
    width: 48px;
    height: 48px;
    /*border-radius: 50%;*/
    position: absolute;
    top: calc( 50% - 20px );
    text-indent: -9999px;
    /*background: url("./images/icons/arrow_prev_white.png") no-repeat center/22%;*/
    z-index: 1;
    outline: none !important;
    padding: 0;
    opacity: 1;
    /*box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
}

.slick-prev:hover, .slick-next:hover {
    transition: .3s all;
    opacity: 1;
    /*box-shadow: 0 2px 20px rgba(0,0,0,.3);*/
    /*background-color: rgba(0,0,0,.9);*/
}

.feedbacks-list .slick-arrow.slick-disabled {
    opacity: .5;
}

.slick-next {
    right: 10px;
    /*background-image: url("./images/icons/arrow_next_white.png");*/
}

.slick-prev {
    left: 10px;
}

.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.slick-dots > li + li {
    margin-left: 16px;
}

.slick-dots > li button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    background: #DADADA;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
}

.slick-dots > li:hover button, .slick-dots > li.slick-active button {
    transition: .3s;
    background: linear-gradient(280deg, #CC246B 0%, #2C4B9A 100%);
}

.sws-quotes-slider-wrapper {
    margin-bottom: 48px;
}

.sws-animation-block {
    /*margin: 96px auto 64px;*/
    margin: 72px auto;
}

.sws-jobs-list {
    /*width: calc( 100% + 48px );*/
    width: 1304px;
    margin: calc( -120px - (15vh) ) -97px 0;
    display: flex;
    flex-flow: wrap;
}

.sws-jobs-list.minimized .sws-job-card {
    width: calc( 50% - 24px );
}

.sws-job-card {
    width: calc( 100% / 3 - 24px );
    margin: 0 12px 24px !important;
}

.sws-job-card-inner {
    height: 100%;
    min-height: 200px;
    border-radius: 8px;
    border: 4px solid #C3C3C3;
    background: #fff;
    padding: 20px 30px;
    transition: .3s;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.sws-job-addition-card .sws-job-card-inner {
    justify-content: center;
    text-align: center;
}

.sws-card-title {
    background: linear-gradient(333deg, #CC246B 0%, #2C4B9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 250px;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.sws-card-text {
    font-size: 18px;
    font-weight: 700;
}

.sws-job-card-inner:hover, .sws-job-card.active .sws-job-card-inner {
    transition: .3s;
    border-color: var(--pink);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.sws-job-card:hover .sws-job-card-title, .sws-job-card.active .sws-job-card-title {
    font-weight: bold;
}

.sws-job-card-title {
    word-break: break-word;
    font-size: 24px;
    /*margin: 0 0 10px;*/
    margin: 0 0 5px;
}

.sws-job-card-title .sws-job-card-title-sub {
    font-size: 15px;
    line-height: 29px;
    font-weight: normal !important;
    text-decoration: none !important;
}

.sws-job-card-items-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.sws-job-card-item {
    width: 50%;
    margin: 12px 0 0;
    padding: 0 0 0 60px;
    background: url("img/new-design/icons/time_icon.svg") no-repeat left center/auto 40px;
    display: flex;
    align-items: center;
    min-height: 40px;
    font-size: 15px;
    color: #000;
}

.sws-job-card-item.sws-job-card-time {
    width: auto;
    justify-content: flex-end;
}

.sws-job-card-item.sws-job-card-salary {
    background-image: url("img/new-design/icons/cash_icon.svg");
}

.sws-job-card-item.sws-job-card-location {
    width: 100%;
    background-image: url("img/new-design/icons/location_icon.svg");
}

.sws-filters-values-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 32px 32px 16px 32px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
}

.sws-body .vc_row[data-vc-full-width] {
    overflow: visible;
}

.sws-filters-values-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.sws-filters-value-item {
    margin: 0 16px 16px 0;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    padding: 7px 20px;
    background: #fff;
    border: 2px solid var(--primal-blue);
    color: var(--primal-blue);
    font-size: 18px;
    line-height: 1.45;
    border-radius: 20px;
    font-weight: 700;
}

.sws-filters-value-item:hover, .sws-filters-value-item.active {
    transition: .3s;
    background: var(--primal-blue);
    color: #fff;
}

.sws-info-job-popup {
    width: 100%;
    max-width: 520px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -580px;
    transition: .3s;
    background: #fff;
    /*z-index: 4777;*/
    z-index: 10777;
    border-left: 3px solid var(--pink);
}

.sws-info-job-popup.active {
    transition: .3s;
    right: 0;
}

.sws-info-job-popup-inner {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    /*padding: 60px 36px;*/
    padding: 0 36px 60px;
    position: relative;
}

.sws-job-description {
    display: none;
}

.sws-info-job-popup .sws-job-description {
    display: block;
}

.sws-info-job-popup .sws-job-card-inner {
    padding: 0;
    border: none !important;
    box-shadow: none;
    cursor: default;
    display: block;
    min-height: 0;
    /*text-align: center;*/
}

.sws-info-job-popup-top {

}

.sws-info-job-popup-title {
    font-size: 80px !important;
    font-weight: 700;
    background: -webkit-linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);
    background: linear-gradient(335deg, #CC246B 0%, #2C4B9A 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    color: #fff;
    text-transform: uppercase;
    /*margin-bottom: 16px;*/
    margin-bottom: 8px;
}

.sws-info-job-popup-content {

}

.sws-info-job-popup-content-inner {

}

.sws-standard-btn, .sws-body .gform_button, .sws-body .gform_next_button, .sws-body .gform_button_select_files {
    width: auto;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border: none;
    padding: 13px 24px 14px;
    margin: 40px auto 48px !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: var(--pink);
    border-radius: 8px;
    line-height: 1.6;
}

.sws-body .gform_button_select_files {
    background: var(--primal-blue);
    margin: 0 auto 8px !important;
}

.sws-body .gform_button, .sws-body .gform_next_button {
    width: 100%;
    margin: 24px auto 0 !important;
}

.sws-text-btn, .sws-body .gform_wrapper .gform_previous_button {
    color: var(--pink);
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 32px auto 0;
    transition: .1s;
    cursor: pointer;
}

.sws-text-btn:hover {
    text-decoration: underline;
    transition: .1s;
    /*font-weight: 700;*/
}

.sws-body .gform_wrapper .gform_previous_button:hover, .sws-body .gform_wrapper .sws-text-btn:hover, .sws-text-btn.sws-job-form-btn:hover {
    text-decoration: none;
}

.sws-body .gform_wrapper .gform_previous_button {
    color: var(--primal-blue);
    border: none;
}

.close-sws-info-job-popup-btn, .close-sws-sin-popup-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28px;
    right: 32px;
    z-index: 75;
    transition: .3s;
    cursor: pointer;
    display: block;
    background: url("img/new-design/icons/cross_icon_black.svg") no-repeat center/100%;
}

.sws-info-job-popup-inner .sws-job-card-title {
    font-weight: 700;
    /*margin: 12px 0 8px;*/
    margin: 0;
    text-align: left;
}

.sws-info-job-popup-inner .sws-job-card-item {
    width: auto;
    max-width: 50%;
    background-image: url("img/new-design/icons/time_icon_pink.svg");
    margin-top: 20px;
    font-weight: bold;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.sws-info-job-popup-inner .sws-job-card-item.sws-job-card-location {
    max-width: 100%;
}

.sws-info-job-popup-inner .sws-job-card-item.sws-job-card-salary {
    align-items: flex-end;
    /*padding-left: 70px;*/
    /*background-position: 20px center;*/
}

.sws-info-job-popup-inner .sws-job-card-item.sws-job-card-salary > * {
    width: 100%;
    text-align: left;
}

.sws-job-card.active .sws-job-card-item, .sws-job-card:hover .sws-job-card-item {
    background-image: url("img/new-design/icons/time_icon_pink.svg");
}

.sws-info-job-popup-inner .sws-job-card-item.sws-job-card-salary, .sws-job-card.active .sws-job-card-item.sws-job-card-salary, .sws-job-card:hover .sws-job-card-item.sws-job-card-salary {
    background-image: url("img/new-design/icons/cash_icon_pink.svg");
}

.sws-info-job-popup-inner .sws-job-card-item.sws-job-card-location, .sws-job-card.active .sws-job-card-item.sws-job-card-location, .sws-job-card:hover .sws-job-card-item.sws-job-card-location {
    background-image: url("img/new-design/icons/location_icon_pink.svg");
}

.page-id-1319 .sws-info-popup, .page-id-1431 .sws-info-popup, .page-id-2088 .sws-info-popup {
    display: none !important;
}

.lottie-item {
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sws-body .wpb_raw_js {

}

.sws-animated-image-block {
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0;
    position: relative;
}

.sws-animated-image-block:after {
    content: '';
    transition: .75s ease-in-out;
    width: calc( 100% + 16px );
    height: calc( 100% + 16px );
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    border-radius: 50%;
    background: linear-gradient(333deg, #CC246B 0%, #2C4B9A 100%);
}

.sws-animated-image-block.sws-animated:after {
    transition: .75s ease-in-out;
    transform: scale(1.035);
    transform-origin: left top;
}

.sws-animated-image {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.sws-body.page-id-1431 #content ul, .sws-body.page-id-1431 #content ol {
    margin-left: 26px;
}

.sws-body.page-id-1431 #content ul > li {
    list-style: disc outside;
    padding-left: 0;
    margin: 5px 0 0;
}

.sws-body.page-id-1431 #content ul > li:before {
    display: none;
}

.sws-body.page-id-1431 #content ol > li {
    list-style: decimal outside;
    margin: 16px 0 0;
}

.sws-body.page-id-1431 #content ol > li::marker {
    font-weight: 700;
}

.sws-body.page-id-1431 #content ul > li > *+*, .sws-body.page-id-1431 #content ol > li > *+* {
    margin-top: 16px;
}

.sws-content-wrapper-gradient {
    max-width: 1110px;
    margin: 0 auto 3rem !important;
}

.sws-content-wrapper-gradient .wpb_single_image {
    margin-bottom: 0 !important;
}

.sws-content-wrapper-gradient .wpb_column:nth-of-type(2) .vc_column-inner,
.sws-content-wrapper .wpb_column:nth-of-type(2) .vc_column-inner {
    padding: 0 0 0 15px;
}

.sws-content-wrapper-gradient .wpb_column:first-of-type .vc_column-inner,
.sws-content-wrapper .wpb_column:first-of-type .vc_column-inner {
    padding-right: 15px;
}

.sws-content-wrapper-gradient .wpb_column:first-child .vc_column-inner,
.sws-content-wrapper .wpb_column:first-child .vc_column-inner {
    padding-right: 15px;
}

.sws-content-wrapper-gradient .vc_column_container:last-child {
    margin-bottom: 0;
}

.sws-body .vc_carousel-inner {
    border-radius: 16px;
    overflow: hidden;
}

.sws-content-wrapper-gradient {
    background: linear-gradient(to right, #2C4B9A, #CC246B);
}

.sws-policy-block {
    font-size: 15px;
}

.sws-policy-block * {
    /*word-break: break-all;*/
}

.sws-policy-wrapper .vc_custom_1691765629255 {
    margin-top: 110px !important;
}

.sws-policy-block > *+* {
    margin-top: 16px;
}

.sws-policy-block h3 {
    font-size: 18px;
    margin-top: 32px;
}

.sws-policy-block > h3:first-child {
    margin-top: 0;
}

.sws-policy-block a, .ginput_container_checkbox a, .gfield_description a {
    color: var(--primal-blue);
    text-decoration: none;
}

.sws-policy-block a:hover, .ginput_container_checkbox a:hover, .gfield_description a:hover {
    /*color: var(--pink);*/
    color: var(--pink);
    text-decoration: none;
}

.sws-policy-wrapper .wpb_content_element {
    margin-bottom: 0 !important;
}

#menu-footer-add-menu, #menu-footer-add-menu-1 {
    padding: 0;
    display: flex;
    align-items: center;
}

#menu-footer-add-menu .menu-item + .menu-item, #menu-footer-add-menu-1 .menu-item + .menu-item {
    margin-left: 36px;
    position: relative;
}

#menu-footer-add-menu .menu-item + .menu-item:before, #menu-footer-add-menu-1 .menu-item + .menu-item:before {
    content: '|';
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    opacity: .65;
}

.sws-info-job-popup-subtitle {
    font-size: 28px;
    font-weight: 700;
    /*padding-bottom: 40px;*/
    padding-bottom: 12px;
    margin-bottom: 0;
}

.sws-body .gform_wrapper {
    border: none;
    padding: 0;
    border-radius: 0;
}

.sws-body .gf_progressbar_wrapper {
    display: none;
}

.sws-body .gform_wrapper.gravity-theme .gform_fields {
    display: block;
    color: #000;
}

.sws-body .gform_wrapper.gravity-theme .gfield_label {
    display: block !important;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}

.sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container input {
    font-size: 28px;
    line-height: 38px;
    padding: 0;
    font-weight: normal;
}

.sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container input::placeholder,
.sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container .textarea::placeholder {
    opacity: 1;
    color: #C3C3C3;
}

.sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container .textarea {
    padding: 10px;
    font-size: 18px;
    resize: vertical;
    min-height: 150px;
    margin-top: 40px;
}

.sws-body .gfield > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

.gform_fields {

}

.ginput_container_fileupload {

}

.sws-body .gform_drop_area {
    width: 100%;
    background: #fff;
    /*border: 3px dashed var(--primal-blue);*/
    /*border-radius: 8px;*/
    border-radius: 8px;
    border: 20px dashed var(--primal-blue) !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    position: relative;
    padding: 8px;
}

.sws-body .gform_drop_area > * {
    position: relative;
    z-index: 3;
}

.sws-body .gform_drop_area:after {
    content: '';
    width: calc( 100% + 34px );
    height: calc( 100% + 34px );
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
}

.sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.sws-body .gform_fileupload_multifile {
    width: 100%;
}

.sws-body .gform_drop_instructions {
    color: #C3C3C3;
    /*font-size: 28px;*/
    font-size: 26px;
    margin-bottom: 20px;
}

.sws-body .gform_button_select_files {
    padding: 16px 24px;
}

.sws-body .gfield > h3.sws-file-upload-title {
    margin: 40px 0 32px;
}

.sws-body .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
    margin-top: 0;
}

.sws-info-job-popup-status-block {
    text-align: center;
}

.sws-info-job-popup-status-icon {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.sws-info-job-popup-status-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
}

.sws-info-job-popup-status-text {
    margin-bottom: 60px;
}

.sws-info-job-popup-status-tip {
    font-size: 15px;
    color: #C3C3C3;
}

.sws-timer {

}

.sws-sine-block {
    width: 100%;
    height: 120px;
    position: relative;
    background: url("img/new-design/sine_image.svg") no-repeat center/100%;
}

.sws-sine-block:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    background: #4C4391;
    transform: scale(1);
    transition: .3s;
}

.sws-sine-block.active:before {
    transform: scale(0);
}

.sws-sine-items-list, #rollovers {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 110px 0 120px;
}

#rollovers {
    padding: 0;
}

.sws-sine-item, .sws-sin-item {
    width: 25%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: var(--primal-blue);
}

.sws-sine-item:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    background: #C0266E;
    transform: translateX(-50%) scale(0);
    transform-origin: center;
    transition: .3s;
}

.sws-sine-item.active:before {
    transform: translateX(-50%) scale(1);
}

.sws-sine-item:nth-of-type(even) {
    justify-content: flex-end;
}

.sws-sine-item:nth-of-type(even):before {
    bottom: auto;
    top: 4px;
    background: #334998;
}

.sws-cv-popup.sws-confirmation .sws-info-job-popup-inner > *:not(.sws-job-popup-confirmation),
.sws-single-job-info-popup.sws-confirmation .sws-info-job-popup-inner > *:not(.sws-job-popup-confirmation) {
    display: none;
}

#gform_ajax_frame_12, #gform_ajax_frame_13, #gform_ajax_frame_14 {
    display: none !important;
}

.sws-cv-btn {
    cursor: pointer;
    transition: .3s;
}

.sws-cv-btn:hover {
    transition: .3s;
    color: var(--pink);
}

.sws-body .gfield select.large, .sws-body .gform_wrapper .gform_body > .gform_page .gform_fields .ginput_container textarea {
    width: 100%;
}

.sws-info-job-popup-content-inner-form {
    display: none;
}

.sws-job-form-title {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 28px;
    font-weight: normal;
    color: var(--primal-blue);
}

.sws-job-form-title-icon {
    display: inline-block;
    width: auto;
    height: 28px;
}

.sws-text-link {
    color: var(--primal-blue);
    text-decoration: none;
}

.sws-text-link:hover {
    color: var(--pink);
    text-decoration: none;
}

.sws-filters-value-item:not(.sws-filter-education-item) + .sws-filters-value-item.sws-filter-education-item {
    margin-left: 16px;
    position: relative;
}

.sws-filters-value-item:not(.sws-filter-education-item) + .sws-filters-value-item.sws-filter-education-item:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: -16px;
    top: 0;
    z-index: 1;
    background: var(--primal-blue);
}

#mywave {
    width: 100%;
    position: relative;
}

#mywavecontainer {
    width: 100%;
}

#rollovers p {
    padding: 0px;
    margin: 0px;
}

svg {
    overflow: visible;
    height: 100%;
    /* Fix Safari rendering bug */
    transform: translateZ(0);
}

path {
    stroke-width: 0;
    fill: none;
}

.st0 {
    fill: url(#SVGID_1_);
}

#rollovers {
    width: 76%;
    margin-right: 0;
    position: absolute;
    right: 12%;
    height: 80%;
    top: 10%;
}

.textinbox {
    color: #2C4B9A;
    /*float: left;*/
    width: 25%;
    height: 100%;
    display: flex;
    /*justify-content: center;*/
}

.low {
    align-items: flex-end;
}

.textinbox:nth-of-type(even) {
    align-items: center;
    justify-content: flex-end;
}

#circ {
    fill: #2C4B9A;
}

.sws-sin-item {
    cursor: pointer;
    text-align: left;
}

.sws-sin-item-title {
    transition: .3s;
}

.sws-sin-item:hover .sws-sin-item-title, .sws-sin-item.active .sws-sin-item-title {
    color: var(--pink);
    font-weight: bold;
    transition: .3s;
}

.sws-overlay {
    display: none;
}

.sws-sin-overlay {

}

.sws-sin-popup {
    font-size: 18px;
    line-height: 1.4;
    cursor: default;
    position: relative;
}

.sws-sin-popup-inner {

}

.sws-popup-left-part {
    width: calc( 50% - 28px );
    flex-shrink: 0;
}

.sws-popup-right-part {
    width: calc( 50% - 28px );
    flex-shrink: 0;
}

.sws-sin-item-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sws-popup.sws-sin-popup {
    max-width: 950px;
    border-radius: 0 !important;
    border: none;
    color: #000;
}

.sws-sin-popup h2 {
    margin-bottom: 24px;
}

.sws-sin-popup ul > li+li {
    margin-top: 12px;
}

.sws-sin-popup ul > li {
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}

.sws-sin-overlay {
    cursor: default;
}

.sws-sin-popup ul > li:after {
    content: '';
    background-image: url('img/new-design/icons/marker_icon.svg');
    top: 1px;
    width: 22px;
    display: inline-block;
    height: 22px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    margin-right: 10px;
}

.gform_wrapper.gravity-theme fieldset.field_description_below {
    margin-top: 16px;
}

.gform_wrapper.gravity-theme fieldset.field_description_below .gfield_description {
    padding-top: 0;
}

.sws-cv-popup .sws-form-without-job.sws-hidden {
    display: none !important;
}

.sws-cv-popup-start {
    margin-top: 48px;
    text-align: center;
}

.sws-cv-popup-start-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.sws-cv-popup-start-btns {

}

.sws-cv-popup-start-btn {
    border: 2px solid var(--primal-blue);
    color: var(--primal-blue);
    background: #fff;
    margin: 0 auto !important;
    transition: .3s;
    padding: 11px 24px 12px;
}

.sws-cv-popup-start-btn:hover {
    transition: .3s;
    background: var(--primal-blue);
    color: #fff;
}

.sws-cv-popup-start-btns-separator {
    display: block;
    margin: 16px auto;
}

.sws-body .ginput_container input {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: 1px solid #C3C3C3;
}

.sws-body .gfield_error .ginput_container input {
    border-color: var(--primal-red);
}

.sws-body .gfield_error .gform_drop_area {
    border-color: var(--primal-red);
    background: #fae8f0;
}

.sws-body .gfield_error .gform_drop_area:after {
    background: #fae8f0;
}

.sws-body textarea {
    border: 1px solid #C3C3C3;
    border-radius: 2px;
}

.sws-form-back-btn {
    cursor: pointer;
    transition: .3s;
    text-align: center;
    display: block;
    margin: 12px auto 0;
    color: var(--primal-blue);
}

.sws-form-back-btn:hover {
    transition: .3s;
    /*font-weight: bold;*/
    /*color: var(--pink);*/
}

.sws-mb-20 {
    margin-bottom: 20px;
}

.sws-body .sws-link {
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.sws-body .sws-link:hover {
    color: var(--pink) !important;
    text-decoration: underline;
}

.sws-block-with-slider .vc_row > .vc_column_container:last-child {
    align-items: flex-start !important;
    padding-top: 35px !important;
}

.sws-block-slider {
    padding-top: 35px;
}

.sws-collapse-block {
    display: none;
}

#field_14_2 > .gfield_label, #field_13_2 > .gfield_label {
    margin-top: 0;
}

.sws-collapse-btn {
    display: inline-flex;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    margin-bottom: 24px;
    font-weight: normal !important;
}

.sws-collapse-btn:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    background: url("img/new-design/icons/sws_arrow_top_icon.svg") no-repeat center/100%;
}

.sws-collapse-btn.active:after {
    transition: .3s;
    transform: translateY(-50%) rotate(0);
}

.sws-body .gform_fileupload_rules {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: #C3C3C3;
}

.sws-body .gform_drop_instructions > span {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.page-id-1319 .sws-overlay.sws-job-overlay {
    display: none;
    pointer-events: none;
}

.sws-body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px;
    font-size: 18px;
    outline: none;
}

.sws-body .ginput_container textarea {
    font-size: 18px;
}

.sws-body .gform_wrapper.gravity-theme .gfield input[type="text"] {
    font-size: 28px;
}

.sws-job-form-main-btn {
    margin: 32px 0 !important;
    /*margin: 40px 0 24px !important;*/
    /*margin: 24px 0 24px !important;*/
    position: relative;
    /*top: 200px;*/
    /*overflow: hidden;*/
}

.sws-job-form-main-btn:after {
    content: "";
    position: absolute;
    top: -100%;
    right: -50%;
    width: 20px;
    height: 300%;
    opacity: 1;
    transform: rotate(60deg);
    /*transition: .5s;*/

    /*background: rgba(255, 255, 255, 0.13);*/
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, .25) 25%,
            rgba(255, 255, 255, .5) 50%,
            rgba(255, 255, 255, .25) 75%,
            rgba(255, 255, 255, 0.1) 100%
    );
    animation: sws-line 2.5s infinite;
}

@keyframes sws-line {
    0%    {
        right: -50%;
    }
    60%   {
        opacity: 1;
    }
    70%  {
        opacity: 0;
        right: 150%;
    }
    100%  {
        opacity: 0;
        right: 150%;
    }
}

.sws-job-form-main-btn:hover:after {
    /*opacity: 1;*/
    /*transition: 2.5s;*/
    /*right: 150%;*/
    /*transition-property: left, top, opacity;*/
    /*transition-duration: 0.7s, 0.7s, 0.15s;*/
    /*transition-timing-function: ease;*/
}

/* Active state */

.icon:active:after {
    opacity: 0;
}

.sws-collapse-btn.active {
    font-weight: 700 !important;
}

.sws-body .mb-20 {
    margin-bottom: 32px !important;
}

.sws-body .gfield-choice-input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}

.sws-body .gchoice > label {
    position: relative;
}

.sws-body .gchoice > label:before {
    /*content: '✔';*/
    content: '';
    color: #fff;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    transition: .1s;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: inline-block;
    margin: -2px 8px 0 0;
    background: #DADADA url("img/new-design/icons/check_icon.svg") no-repeat center/0;
    line-height: 1.22;
}

.sws-body .gchoice > .gfield-choice-input:checked ~ label:before {
    transition: .1s;
    font-size: 14px;
    background: var(--primal-blue) url("img/new-design/icons/check_icon.svg") no-repeat center/90%;
    /*background: var(--primal-blue);*/
}

.sws-body .gchoice > .gfield-choice-input:checked ~ label, .sws-body .gchoice > .gfield-choice-input:checked ~ label * {
    font-weight: bold;
}

.sws-body .gform_wrapper.gravity-theme .gfield-choice-input+label {
    width: 100%;
    max-width: 100%;
}

.sws-body .gfield_checkbox > div {
    position: relative;
}

.sws-job-card-item-subtitle {
    display: none;
}

.sws-info-job-popup-inner .sws-job-card-item .sws-job-card-item-subtitle {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
}

.sws-info-job-popup-content-sticky {
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 55;
}

.sws-info-job-popup-content-inner-top {
    /*position: sticky;*/
    background: #fff;
    /*top: 0;*/
}

.sws-info-job-popup-top {
    /*position: absolute;*/
    position: sticky;
    padding-top: 60px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    /*padding: 60px 32px 0;*/
    /*pointer-events: none;*/
}

.sws-info-job-popup-content {
    /*position: sticky;*/
    top: 0;
    left: 0;
}

.sws-job-form-main-btn {
    /*position: sticky;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 2;
    overflow: hidden;
    pointer-events: auto;
}

.sws-job-form-main-btn.sws-fixed {
    position: fixed;
    /*margin: 0 !important;*/
}

.sws-job-form-main-btn-wrapper {
    min-height: 120px;
}

.sws-job-form-main-btn-wrapper-inner {
    background: #fff;
}

.sws-job-form-main-btn-wrapper-inner.sws-fixed {
    /*width: 428px;*/
    width: 445px;
    position: fixed;
    pointer-events: none;
}

.sws-team-slider {
    border-radius: 16px;
    overflow: hidden;
}

.sws-body .wpb_single_image img {
    border-radius: 10px;
}

.sws-info-job-popup-content-sticky .sws-job-card-title {
    /*padding-bottom: 20px !important;*/
}

.sws-info-job-popup-inner .sws-job-card-items-list {
    /*margin-top: -20px;*/
    justify-content: space-between;
}

.sws-info-job-popup-inner.active .sws-job-card-title, .sws-info-job-popup-inner .sws-job-card-title {
    /*padding-bottom: 25px;*/
    /*padding-bottom: 10px;*/
    padding-bottom: 4px;
}

.sws-info-job-popup-inner .sws-job-card-title {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.sws-info-job-popup-inner .sws-job-card-title-inner {
    position: relative;
    display: inline-block;
}

@keyframes leftright {
    0%,
    20% {
        transform: translateX(0%);
        left: 0;
    }
    80%,
    100% {
        transform: translateX(-100%);
        left: 100%;
    }
}

.pex-animate {
    position: relative;
    animation: leftright 3s infinite alternate ease-in-out;
}

.sws-info-job-popup-inner.active .sws-job-card-title .sws-job-card-title-value {
    text-decoration: underline;
    cursor: pointer;
}

.sws-info-job-popup-inner.active .sws-job-card-items-list, .sws-info-job-popup-inner .sws-job-card-items-list {
    /*margin-top: -15px;*/
    margin-top: -5px;
}

.sws-body #field_13_14 {
    margin-bottom: 40px !important;
}

.sws-uploaded-file-wrapper {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sws-uploaded-file-info-block {
    width: 100%;
}

.sws-uploaded-file-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.sws-uploaded-file-name {
    text-align: left;
}

.sws-uploaded-file-size {
    text-align: right;
}

.sws-uploaded-file-bar {
    width: 100%;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: #DADADA;
    position: relative;
}

.sws-uploaded-file-bar-current {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s;
    background: var(--primal-blue);
}

.sws-delete-uploaded-file-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 20px;
    cursor: pointer;
    background: url("img/new-design/icons/cross_icon_black.svg") no-repeat center/100%;
    opacity: .5;
    transition: .3s;
    display: block;
}

.sws-delete-uploaded-file-btn:hover {
    opacity: 1;
    transition: .3s;
}

.sws-body .gform_button {
    font-weight: normal !important;
}

body.sws-body .gform_wrapper .validation_error {
    border-bottom: 1px solid red
}

#kompetenz {
    margin-bottom: 48px;
}

.sws-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem !important;
}

.sws-help-block {
    width: 90%;
    /*max-width: 970px;*/
    max-width: 1280px;
    /*margin: 0 auto 60px;*/
    margin: 0 auto;
    /*overflow-x: auto;*/
    display: flex;
    justify-content: center;
    padding-bottom: 41px;
    /*scrollbar-color: var(--primal-blue) #DADADA;*/
    scrollbar-color: var(--primal-blue) #DADADA;
}

.sws-help-icon {
    /*width: 184px;*/
    width: calc( 100% / 6 - 24px );
    flex-shrink: 0;
    position: relative;
    padding: 24px 15px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.sws-help-icon + .sws-help-icon {
    margin-left: 24px;
}

.sws-help-block::-webkit-scrollbar {
    width: 16px;
    background: transparent;
}

.sws-help-block::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #DADADA;
}

.sws-help-block::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--primal-blue);
}

.sws-help-block::-webkit-scrollbar-track-piece  {
    /*background-color: #C2D2E4;*/
    border-radius: 8px;
}

.sws-help-block::-webkit-scrollbar-thumb:vertical {
    /*height: 30px;*/
    /*background-color: #0A4C95;*/
    border-radius: 8px;
}

.sws-body #page.site {
    height: auto;
}

.sws-mobile-copyright, .sws-footer-contacts-list, .sws-filters-toggle-button,
.sws-job-card-item-subtitle.for-mobile, .sws-info-job-popup-inner .sws-job-card-item .sws-job-card-item-subtitle.for-mobile {
    display: none;
}

.sws-way-to-job h2 br, #nutzliches h2 br {
    display: none;
}

.sws-job-card .sws-job-card-desc {
    /*display: none;*/
    margin-bottom: 8px !important;
}

.sws-job-card-desc {
    margin-bottom: 20px;
}

.text-bold, .text-bold * {
    font-weight: bold !important;
}

.lottie-item {
    margin-bottom: -50px;
}

.header-bottom {
    display: none;
}

#field_14_11 > .gfield_label, #field_13_11 > .gfield_label {
    display: none !important;
}

.sws-info-job-popup .sws-job-card-desc {
    padding-bottom: 8px;
}

.sws-quotes-slider:not(.slick-initialized) {
    display: none;
}

.pex-policy-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 35px 5% 100px;
    overflow-y: auto;
    /*z-index: 10888;*/
    z-index: 12888;
    border-top: 1px solid var(--pink);
}

.sws-colon {
    margin-left: 2px;
}

.sws-info-job-popup-top {
    padding-bottom: 16px;
}

.sws-info-job-popup-inner.active .sws-job-card-items-list, .sws-info-job-popup-inner .sws-job-card-items-list {
    margin-top: -16px;
}

.sws-info-job-popup-inner .sws-job-card-items-list {
    margin-top: -16px;
}

.sws-body .sws-policy-wrapper .wpb_content_element {
    margin-bottom: 24px !important;
}

.sws-menu-content-title.for-mobile {
    display: none;
}

.sws-menu-download-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sws-menu-download-file-link {
    display: block;
    flex-shrink: 0;
    width: 102px;
    margin-right: 30px;
}

.sws-menu-download-file-link br {
    display: none;
}

.sws-menu-download-wrapper .sws-menu-content-image {
    display: block;
    width: 100%;
    height: auto;
}

.sws-menu-download-content {

}

.sws-menu-download-title.for-desktop {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--primal-blue);
}

.sws-menu-download-link {
    margin-bottom: 5px;
    display: inline-block;
}

.sws-menu-download-link:hover {
    color: var(--primal-red);
}

.single-policy-link {
    display: block;
    width: 100%;
    margin-top: -10px;
}

span.gfield_required {
    width: 5px !important;
    padding: 0 !important;
    margin-left: -2px !important;
}

span.gfield_required_text {
    font-size: 28px !important;
}

.sws-form-required-tip {
    font-size: 15px;
    margin-bottom: 1.5rem !important;
}

.sws-text-red {
    color: #c02b0a;
}

.sws-form-required-tip .sws-text-red {
    font-size: 28px;
    transform: translateY(5px);
    display: inline-block;
}

@media screen and (max-width: 1550px) {
    .sws-main-block-content .sws-main-block-content-text {
        font-size: 58px;
    }

    .sws-footer {
        background-position: 59% bottom;
    }

    /*.sws-jobs-list.minimized .sws-job-card {*/
    /*    width: 100%;*/
    /*    margin: 0 0 24px !important;*/
    /*}*/
}

@media screen and (max-width: 1400px) {
    .sws-help-block {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .sws-help-icon {
        width: 184px;
    }

    .sws-jobs-list.minimized .sws-job-card {
        width: 100%;
        margin: 0 0 24px !important;
    }

    .sws-jobs-list {
        width: 100%;
        margin: calc( -120px - (20vh) ) 0 0;
    }

    .sws-job-card {
        width: calc( 50% - 24px );
        margin: 0 12px 24px !important;
    }

    .page-id-1319 .container {
        margin: 0 auto;
        max-width: 95%;
        padding: 0;
    }

    .sws-main-block-content .sws-main-block-content-text {
        font-size: 48px;
    }

    .sws-main-block-content {
        padding: 40px;
    }

    .sws-footer {
        /*background-size: 230px;*/
        background: var(--primal-blue);
    }

    .sws-separator {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1300px) {
    #field_14_11, #field_13_11 {
        position: relative;
    }

    #field_14_11 > .gfield_label, #field_13_11 > .gfield_label {
        text-indent: -9999px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        height: 290px;
        margin: 0 !important;
        z-index: 9999;
        display: block !important;
    }
}

@media screen and (max-width: 1199px) {
    .sws-help-block {
        /*width: 100%;*/
        overflow-x: auto;
        justify-content: flex-start;
        /*padding: 0 5% 24px;*/
        padding: 0 0 24px;
    }

    .sws-help-icon {
        width: 184px;
    }

    .sws-job-seek-step-inner, .sws-job-seek-step-inner .sws-job-seek-add-link {
        font-size: 15px;
    }

    .sws-separator {
        margin: 0 5px;
    }

    .sws-job-seek-step-inner > div:nth-of-type(2) {
        height: 68px;
    }

    .sws-job-seek-step > div > p {
        font-size: 14px !important;
    }

    .sws-job-seek-step > p {
        font-size: 28px;
    }

    .sws-popup .sws-video-block {
        width: 90vw;
        height: auto;
    }

    .sws-footer {
        background: var(--primal-blue);
    }

    .sws-footer-right {
        width: 300px;
    }

    .sws-help-icon p {
        font-size: 16px;
    }

    .sws-job-seek-step {
        /*padding: 0 5px 120px;*/
        /*padding: 0 50px;*/
    }

    .sws-way-to-job {
        margin-bottom: 12px;
    }

    .sws-body h2, .sws-body h2 * {
        font-size: 30px;
    }

    .sws-main-menu .menu {
        padding-left: 0;
    }

    .sws-logo {
        width: 130px;
    }

    .sws-language-title, .sws-main-menu .menu .menu-item > a, .sws-current-language {
        font-size: 18px;
    }

    body.sws-body {
        padding-top: 72px;
    }

    .sws-main-block {
        margin-bottom: 60px;
    }

    .sws-logos-list {
        margin: 0 auto 32px !important;
    }

    .number-animate-item {
        font-size: 140px;
        width: 320px;
    }
}

@media screen and (max-width: 1023px) {
    .sws-menu-download-block {
        display: none;
    }

    .sws-menu-download-wrapper {
        margin-top: 20px;
    }

    .sws-menu-download-file-link {
        margin-right: 20px;
    }

    .sws-menu-download-link {
        font-size: 18px;
    }

    .sws-main-menu .sub-menu .sws-menu-item-html-inner .sws-menu-download-link {
        white-space: normal;
    }

    .sws-menu-download-title.for-desktop {
        display: none;
    }

    .sws-menu-content-title.for-mobile {
        display: inline-block;
        color: #2b4b9a;
    }

    .sws-menu-content-title.for-mobile.active {
        color: var(--primal-red);
    }

    .sws-info-job-popup-status-icon {
        margin-bottom: 0;
        width: 220px;
    }

    .sws-info-job-popup-status-text {
        margin-bottom: 24px;
    }

    .sws-info-job-popup-status-title {
        margin-bottom: 20px;
    }

    .sws-policy-block *:not(h3, h3 *) {
        word-break: break-word;
    }

    .sws-quotes-slide-content img {
        width: auto;
        height: 40px;
        display: block;
        margin: 25px auto 0;
    }

    .sws-quotes-slide-content img + p {
        height: 16px;
    }

    #field_14_11, #field_13_11 {
        position: relative;
    }

    #field_14_11 > .gfield_label, #field_13_11 > .gfield_label {
        text-indent: -9999px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        height: 250px;
        margin: 0 !important;
        z-index: 9999;
        display: block !important;
    }

    .sws-language-title, .sws-main-menu .menu .menu-item > a, .sws-current-language {
        font-size: 20px;
    }

    .sws-menu-content-images-wrapper {
        display: none;
    }

    .sws-menu-content-images {
        padding-top: 10px;
    }

    .header-bottom {
        display: block;
        background: var(--primal-blue);
        position: relative;
        left: 50%;
        transform: translateX(calc(-50%));
        width: 100vw;
        padding: 34px 5% 95px;
        color: #fff;
        margin-top: 40px;
    }

    .sws-footer-right-top a, .sws-footer-right-bottom a {
        color: #fff;
    }

    .sws-policy-wrapper .vc_custom_1691765629255 {
        margin-top: 64px !important;
        /*margin-top: 24px !important;*/
    }

    .pex-policy-popup .sws-policy-wrapper .vc_custom_1691765629255 {
        margin-top: 0 !important;
    }

    .sws-quotes-slider-wrapper {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .sws-quotes-slide-content {
        font-size: 18px;
        padding-top: 72px;
        background-size: auto 56px;
    }

    .sws-quotes-slide.slick-slide > img {
        margin-bottom: 24px;
        height: 40px;
    }

    .sws-header {
        position: absolute;
        transition: top .3s linear;
    }

    .sws-header.hidden {
        top: -66px !important;
    }

    .sws-filters-wrapper {
        transition: none;
    }

    .sws-header.fixed-header {
        position: fixed;
        transition: top .3s linear;
    }

    .sws-filters-wrapper.fixed {
        top: 16px;
        transition: top .3s linear;
    }

    .sws-body.logged-in .sws-filters-wrapper.fixed {
        top: 45px;
    }

    .sws-filters-wrapper.fixed-filters {
        top: 80px;
        transition: top .3s linear;
    }

    .sws-body.logged-in .sws-filters-wrapper.fixed-filters {
        top: 110px;
    }

    .sws-filters-value-item:hover {
        background: #fff;
        color: var(--primal-blue);
    }

    .sws-filters-value-item.active {
        background: var(--primal-blue) !important;
        color: #fff !important;
    }

    .sws-filters-wrapper {
        width: 96%;
    }

    .sws-info-job-popup-top {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .sws-info-job-popup-inner.active .sws-job-card-items-list, .sws-info-job-popup-inner .sws-job-card-items-list {
        margin-top: -16px;
    }

    .sws-info-job-popup-inner .sws-job-card-items-list {
        margin-top: -16px;
    }

    .close-sws-info-job-popup-btn, .close-sws-sin-popup-btn {
        display: none;
    }

    .sws-info-job-popup-inner {
        /*padding: 0 16px 60px;*/
        padding: 0 16px 120px;
    }

    .sws-jobs-list.minimized {
        padding-right: 0 !important;
    }

    .slick-dots > li:hover button {
        transition: .3s;
        background: #DADADA;
    }

    .slick-dots > li.slick-active button {
        transition: .3s;
        background: linear-gradient(280deg, #CC246B 0%, #2C4B9A 100%);
    }

    .sws-job-seek-step-inner, .sws-job-seek-step-inner .sws-job-seek-add-link {
        font-size: 17px;
    }

    .sws-jobs-list {
        margin: -200px 0 0;
    }

    .sws-job-card {
        width: 100%;
        margin: 0 0 24px !important;
    }

    .sws-content-wrapper-gradient .vc_column_container:last-child {
        margin-bottom: 40px;
    }

    .sws-footer-right-bottom {
        margin: 20px 0 32px;
    }

    .sws-animation-block {
        margin: 64px auto;
    }

    .sws-quotes-slide {
        margin: 20px 12px;
        padding: 20px 12px;
        transition: .3s;
        transform: scale(1, .9);
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .sws-quotes-slide.slick-current {
        transition: .3s;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        transform: scale(1);
        border-color: transparent;
    }

    .sws-quotes-slider .slick-list {
        margin: 0;
        padding: 0 10% !important;
    }

    .sws-menu-links-list {
        display: block;
    }

    .sws-menu-link {
        margin-top: 10px;
    }

    .sws-logo {
        padding-bottom: 0;
    }

    .sws-main-menu .menu {
        flex-flow: column;
        align-items: flex-start;
    }

    .sws-main-menu .menu > .menu-item + .menu-item {
        margin-left: 0;
    }

    .sws-main-menu .sub-menu {
        width: auto;
        max-height: none;
        position: relative;
        /*padding-left: 10px !important;*/
        padding: 0 !important;
        top: auto;
        left: auto;
        box-shadow: none;
        border: none;
        display: none;
    }

    .sws-main-menu .menu-item.current-menu-item .sub-menu {
        display: block;
    }

    .sws-main-menu .menu > .menu-item.current-menu-item {

    }

    .sws-main-menu .menu > .menu-item.current-menu-item:before {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -18px;
        background: var(--primal-red);
    }

    .sws-main-menu .menu-item {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .sws-main-menu .menu > .menu-item {
        /*margin-bottom: 16px;*/
        margin-bottom: 21px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: column;
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children > a {
        position: relative;
        padding-right: 40px;
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children > a:after {
        display: none;
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children > a > .sws-arrow, .sws-menu-content-title .sws-arrow {
        width: 40px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: auto;
        bottom: auto;
        right: 0;
        z-index: 5;
        transition: .3s;
        background: url("img/new-design/icons/arrow_down_blue_icon.svg") no-repeat center/14px;
        transform: translateY(-50%);
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children.current-menu-item > a > .sws-arrow, .sws-menu-content-title.active .sws-arrow {
        transform: translateY(-50%) rotate(180deg);
        transition: .3s;
        background-image: url("img/new-design/icons/arrow_down_pink_icon.svg");
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children > .sub-menu:after {
        display: none;
    }

    .sws-main-menu .sub-menu.active {
        display: block !important;
    }

    .sws-main-menu .menu > .menu-item.menu-item-has-children > a:before {
        display: none;
    }

    .sws-main-menu .sub-menu > .menu-item > a {
        margin-top: 16px;
    }

    .sws-badge-logo {
        display: none;
    }

    .sws-body #scrollTop.visible {
        right: 1rem !important;
    }

    .sws-body .scrollTopMail.visible {
        right: 6rem !important;
    }

    .sws-main-menu .menu > .menu-item > a {
        padding: 0;
        font-weight: bold;
    }

    .sws-main-menu .sub-menu > .menu-item {
        height: auto;
    }

    .sws-main-menu .sub-menu .sws-menu-item-html-inner {
        padding: 0;
        border: none;
        margin-top: 16px;
        font-size: 20px;
        /*display: none;*/
    }

    .sws-menu-content-title {
        margin-bottom: 0;
        font-size: 20px;
        padding-right: 40px;
        position: relative;
        line-height: 1.2;
    }

    .sws-menu-link {
        font-size: 14px;
    }

    .sws-job-steps {
        flex-flow: wrap;
    }

    .sws-job-seek-step {
        width: 50%;
        padding: 0 50px;
    }

    .sws-job-seek-step > p {
        width: 100%;
        margin: 0;
    }

    .sws-footer-copyright {
        display: none;
    }

    .sws-footer-right {
        width: 100%;
    }

    .sws-footer-copyright.for-mobile {
        display: block;
        margin-top: 24px;
    }

    .sws-footer-right-logos-list {
        margin: 0 0 12px;
        display: flex;
        justify-content: space-between;
    }

    .sws-header-container {
        align-items: center;
    }

    .sws-languages-block {
        padding: 0;
    }

    .sws-header {
        padding-top: 10px;
        padding-bottom: 8px;
        position: fixed;
    }

    .sws-background-style-part-width .sws-main-inner-container {
        width: 100%;
    }

    body.sws-body {
        padding-top: 65px;
    }

    .sws-header-left {
        align-items: center;
    }

    .toggle-mobile-menu-btn {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        /*align-items: flex-start;*/
        width: 35px;
        height: 24px;
        cursor: pointer;
        flex-shrink: 0;
        margin-right: 16px;
    }

    .toggle-mobile-menu-btn span {
        width: 100%;
        height: 3px;
        /*background: url("img/new-design/icons/burger_line_1.svg") no-repeat left top/100% 100%;*/
        background: linear-gradient(to right, #2C4B9A, #CC246B);
        transition: .3s;
        border-radius: 2px;
    }

    .toggle-mobile-menu-btn span:nth-of-type(2) {
        width: 65%;
        /*background-image: url("img/new-design/icons/burger_line_2.svg");*/
    }

    .toggle-mobile-menu-btn.active span:first-of-type {
        transform: rotate(45deg) translateY(-3px);
        transform-origin: left bottom;
        transition: .3s;
    }

    .toggle-mobile-menu-btn.active span:last-of-type {
        transform: rotate(-45deg) translateY(3px);
        transform-origin: left top;
        transition: .3s;
    }

    .toggle-mobile-menu-btn.active span:nth-of-type(2) {
        opacity: 0;
        transition: .3s;
    }

    .sws-menu {
        position: fixed;
        top: 65px;
        left: -110%;
        z-index: 999;
        width: 100%;
        height: calc( 100vh - 65px );
        transition: .5s;
        background: #fff;
        /*padding: 20px 5% 150px;*/
        padding: 28px 18px 0;
        overflow-y: auto;
        border-top: 1px solid var(--pink);
    }

    .pex-policy-popup {
        height: calc( 100vh - 65px );
        top: 65px;
    }

    body.admin-bar .sws-menu {
        /*top: 97px;*/
        top: 65px;
    }

    .sws-menu.active {
        left: 0;
        transition: .3s;
    }

    .sws-main-inner-container {
        /*height: auto;*/
    }

    .sws-main-video {
        width: 480px;
        /*width: 100%;*/
        /*height: auto;*/
    }

    .sws-main-block-content {
        /*position: relative;*/
        /*top: auto;*/
        /*bottom: 0;*/
        /*width: 100%;*/
        /*max-width: none;*/
        /*height: auto;*/
    }

    .sws-main-block-content {
        padding: 15px 5% 12px;
    }

    .sws-main-block-content br {
        display: none;
    }

    .sws-main-block-content .sws-main-block-content-text {
        font-size: 32px;
    }

    .sws-footer-container {
        flex-flow: column;
    }

    .sws-filters-wrapper {
        /*display: none;*/
        /*position: relative;*/
        /*transform: none;*/
        /*left: auto;*/
        /*top: auto;*/
        /*width: 90%;*/
        /*max-width: none;*/
        /*margin: 16px auto 0;*/
        transition: none !important;
    }

    .sws-filters-title {
        /*color: var(--primal-blue);*/
        display: none;
    }

    .sws-filter-position-center .sws-filters-title {
        display: block;
    }

    .sws-main-block {
        height: 380px;
        margin-bottom: 0;
    }

    .number-animate-item {
        font-size: 130px;
        width: 280px;
        /*font-size: 80px;*/
        /*width: 180px;*/
    }

    .number-animate-block {
        font-size: 64px;
        /*font-size: 48px;*/
    }

    .sws-popup.sws-sin-popup {
        width: 100%;
        max-width: none;
        height: 100vh;
        max-height: 100vh;
    }

    .sws-popup.sws-sin-popup .sws-popup-inner {
        max-height: 100vh;
        padding-top: 64px;
    }

    .close-sws-info-job-popup-btn, .close-sws-sin-popup-btn {
        z-index: 75;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar header.sws-header {
        top: 46px;
    }

    .sws-menu {
        top: 111px;
        height: calc( 100vh - 65px );
    }
}

@media screen and (max-width: 767px) {
    .single-policy-block > .wpb_column {
        margin-bottom: 0 !important;
    }

    .sws-body .sws-policy-wrapper .single-policy-block .wpb_content_element {
        margin-bottom: 16px !important;
    }

    .single-policy-link {
        margin-top: 8px;
    }

    .sws-menu-download-file-link {
        width: 60px;
        margin-right: 15px;
    }

    #vorteile > .vc_col-sm-12 {
        margin-bottom: 0 !important;
    }

    .sws-job-seek-step:nth-of-type(2) > p .sws-job-seek-add-link {
        margin-top: 27px;
    }

    .page-id-1319 .sws-filters-toggle-button.active .sws-filters-toggle-button-inner {
        /*padding-right: 0;*/
    }

    .page-id-1319 .sws-filters-toggle-button.active .sws-filters-toggle-button-inner:after {
        /*display: none;*/
    }

    #warum h2 {
        max-width: 340px;
    }

    .sws-animated-image-block {
        margin-bottom: 40px;
    }

    .sws-block-slider {
        margin-bottom: 48px !important;
        margin-top: -24px !important;
    }

    .page-id-1182 .sws-main-block-content {
        top: auto;
        bottom: 0;
    }

    .page-id-1182 .sws-main-inner-container img {
        display: none;
    }

    .page-id-1182 .sws-main-inner-container {
        background: url("img/new-design/mobile_image.jpg") no-repeat 40% center/cover;
    }

    .sws-main-video {
        bottom: -90px;
        left: 10vw;
    }

    #datenschutzerklarung h2 {
        max-width: 265px;
    }

    .sws-main-inner-container img {
        object-position: 15% center;
    }

    .sws-info-job-popup-inner .sws-job-card-items-list {
        max-width: 350px;
    }

    .sws-job-card-inner {
        padding: 16px;
    }

    .sws-jobs-list {
        /*width: 100%;
        margin-left: auto;
        margin-right: auto;*/
    }

    html {
        overflow-x: hidden;
    }

    .page-id-1319 .site-main > .vc_row:not(.sws-content-container) {
        /*max-width: 100vw;*/
    }

    .sws-background-style-part-width .sws-main-inner-container img {
        object-position: calc( 50% + 40px ) calc( 50% );
    }

    .page-id-1319 .sws-main-inner-container img {
        object-position: calc( 50% + 440px ) calc( 50% );
    }

    .sws-filter-position-center .sws-filters-title {
        color: var(--dark);
    }

    .sws-way-to-job h2 br, #nutzliches h2 br, .sws-body h2 br {
        display: block;
    }

    .sws-filters-wrapper.fixed {
        top: 8px !important;
    }

    .sws-filters-wrapper.fixed-filters {
        top: 70px !important;
    }

    .sws-job-card-item-subtitle.for-desktop {
        display: none !important;
    }

    .sws-info-job-popup-inner .sws-job-card-item:nth-of-type(3) {
        order: 3;
        width: 100%;
        max-width: 100%;
    }

    .sws-info-job-popup-inner .sws-job-card-item:nth-of-type(2) {
        order: 2;
    }

    .sws-info-job-popup-inner .sws-job-card-item:first-of-type {
        order: 1;
    }

    .sws-info-job-popup-inner .sws-job-card-item-subtitle.for-mobile, .sws-info-job-popup-inner .sws-job-card-item .sws-job-card-item-subtitle.for-mobile {
        display: flex;
    }

    .sws-filters-wrapper {
        transform: translate(-50%, -30px);
    }

    .sws-filters-block.active {
        border-radius: 0 0 8px 8px;
    }

    .sws-filters-toggle-button-inner {
        padding-right: 28px;
        position: relative;
        /*background: url("img/new-design/icons/arrow_down_white.svg") no-repeat right center/18px;*/
    }

    .sws-filters-toggle-button-inner:after {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: .3s;
        z-index: 1;
        display: block;
        background: url("img/new-design/icons/arrow_down_white.svg") no-repeat right center/18px;
    }

    .sws-filters-toggle-button.active .sws-filters-toggle-button-inner:after {
        transition: .3s;
        transform: translateY(-50%) rotate(180deg);
    }

    .sws-filters-value-item {
        padding: 5px 16px;
        margin: 0 12px 12px 0;
        font-weight: 500;
    }

    .sws-filters-toggle-button {
        width: 100%;
        border-radius: 8px;
        text-transform: none;
        text-align: center;
        font-size: 18px;
        height: 56px;
        transition: .3s;
        display: flex;
        box-shadow: 0 4px 8px rgba(0,0,0,.15);
    }

    .sws-filters-toggle-button.active {
        transition: .3s;
        border-radius: 8px 8px 0 0;
    }

    .sws-filters-wrapper-inner {
        display: none;
    }

    .sws-body.logged-in .sws-filters-wrapper.fixed {
        top: 75px;
    }

    .sws-filters-block {
        flex-flow: column;
        border-radius: 0 0 8px 8px;
    }

    .sws-filters-button {
        width: 100%;
        height: 56px;
        font-size: 18px;
        border-radius: 0 0 8px 8px;
    }

    .sws-filter-block {
        width: 100% !important;
        min-height: 60px;
        padding: 0;
        display: block;
    }

    .sws-filter-item {
        display: flex;
        padding: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .sws-filter-item-icon {
        width: 28px;
        margin-right: 16px;
    }

    .sws-filter-input {
        line-height: 1.4;
        font-size: 18px;
    }

    .sws-filter-block + .sws-filter-block {
        border-left: 0;
        border-top: 2px solid var(--pink);
    }

    .sws-filters-values-block {
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 16px 4px;
        /*max-height: calc( 100vh - 325px );*/
        /*max-height: 167px;*/
        max-height: 180px;
        overflow-y: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .sws-filters-values-block.sws-filters-categories-block {
        overflow-y: scroll;
    }

    .sws-filters-values-block {
        scrollbar-width: thin;
    }

    .sws-filters-values-block::-webkit-scrollbar-track-piece  {
        background-color: lightgrey;
    }

    .sws-filters-values-block::-webkit-scrollbar-thumb:vertical {
        background-color: darkgrey;
    }

    .sws-filters-values-block::-webkit-scrollbar {
        width: 8px;
        min-height: 167px;
    }

    .sws-filters-values-block::-webkit-scrollbar-track {
        background-color: lightgrey;
        min-height: 167px;
    }

    .sws-filters-values-block::-webkit-scrollbar-thumb {
        background-color: darkgrey;
    }

    .sws-filters-values-block::-webkit-scrollbar-thumb:vertical {
        min-height: 50px;
    }

    .sws-info-job-popup .sws-job-description * {
        hyphens: auto;
        word-break: break-all;
    }

    .sws-overlay.sws-job-overlay {
        opacity: 0;
        display: none !important;
    }

    .sws-overlay.sws-sin-overlay {
        pointer-events: none;
        background: transparent;
    }

    .sws-overlay.sws-sin-overlay * {
        pointer-events: auto;
    }

    .sws-popup.sws-sin-popup .sws-popup-inner {
        height: calc( 100vh - 62px );
        max-height: calc( 100vh - 62px );
        padding: 24px 16px 60px;
    }

    .sws-overlay:not(.sws-video-overlay) .sws-popup {
        left: 0;
        transform: none;
    }

    .sws-overlay.sws-video-overlay {
        z-index: 13999;
    }

    .sws-overlay.active:not(.sws-video-overlay) .sws-popup {
        transform: none;
        height: calc( 100vh - 62px );
        max-height: calc( 100vh - 62px );
        top: 62px;
        left: 0;
    }

    .sws-info-job-popup {
        height: calc( 100vh - 62px );
        top: 62px;
    }

    .sws-info-job-popup-inner {
        height: calc( 100vh - 62px );
    }

    .sws-info-job-popup-inner .sws-job-card-item {
        /*width: 100%;*/
        /*max-width: 100%;*/
    }

    .sws-job-form-main-btn-wrapper-inner.sws-fixed {
        width: calc(100% - 32px);
    }

    .sws-info-job-popup-title {
        font-size: 72px !important;
        margin-bottom: 0;
    }

    .sws-info-job-popup-inner.active .sws-job-card-title, .sws-info-job-popup-inner .sws-job-card-title {
        /*padding-bottom: 12px;*/
    }

    #mitarbeiterzufriedenheit h2, #nutzliches h2, #kundenzufriedenheit h2, #expertise-testen h2, #kontakt h2 {
        text-align: center !important;
    }

    #team.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    .vc_col-has-fill>#team.vc_column-inner,
    .vc_row-has-fill+#team.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
    .vc_row-has-fill+#team.vc_row>.vc_column_container>.vc_column-inner,
    .vc_row-has-fill>#team.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    .sws-block-slider {
        padding-top: 0;
    }

    .sws-body .vc_row#team {
        margin-bottom: 0 !important;
    }

    #team.vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    #team .vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    #auszeichnungen {
        padding: 0 !important;
    }

    #auszeichnungen.vc_row-has-fill>.vc_column_container:first-of-type {
        margin-bottom: 0;
    }

    #auszeichnungen.vc_row-has-fill>.vc_column_container:first-of-type>.vc_column-inner {
        padding-top: 24px;
    }

    #warum .wpb_raw_js {
        margin: -64px auto -48px;
    }

    .sws-content-wrapper-gradient .wpb_column:nth-of-type(2) .vc_column-inner, .sws-content-wrapper .wpb_column:nth-of-type(2) .vc_column-inner {
        padding: 0 16px;
    }

    #auszeichnungen.vc_row-has-fill>.vc_column_container:nth-of-type(2) {
        margin-bottom: 0;
    }

    .sws-body .sws-popup h2, .sws-body .sws-popup h2 * {
        font-size: 32px;
    }

    .sws-animated-image-block.sws-animated:after {
        /*transform: scale(1);*/
    }

    #mywave {
        width: 240px;
        height: 720px;
        margin: 0 auto;
    }

    #mywavecontainer {
        width: 720px;
        height: 240px;
        transform: rotate(90deg);
        transform-origin: center top;
        position: absolute;
        top: 360px;
        left: -115px;
    }

    #rollovers {
        width: 100%;
        height: 75%;
        top: 13%;
        right: 0;
        flex-flow: column;
    }

    .sws-sine-item, .sws-sin-item {
        width: 43%;
        font-size: 18px;
        justify-content: center !important;
        align-items: flex-end !important;
    }

    .sws-sin-item:nth-of-type(3) p {
        hyphens: auto;
    }

    .sws-sine-item:nth-of-type(odd), .sws-sin-item:nth-of-type(odd) {
        align-self: flex-end;
        align-items: flex-start !important;
    }

    .close-sws-info-job-popup-btn, .close-sws-sin-popup-btn {
        top: 20px;
        right: 20px;
    }

    .sws-sin-item-content {
        flex-flow: wrap;
    }

    .sws-popup-left-part {
        width: 100%;
        margin-bottom: 48px;
    }

    .sws-popup-right-part {
        width: 100%;
    }

    .sws-body #kundenzufriedenheit.vc_row {
        margin-bottom: 20px !important;
    }

    .sws-quotes-slide {
        /*transform: scale(.75);*/
        /*transition: .3s;*/
    }

    .sws-quotes-slide.slick-current {
        /*transform: scale(1);*/
        /*transition: .3s;*/
    }

    .sws-benefits-wrapper:not(.sws-benefits-style-without-separator) {
        /*margin: -48px auto -32px;*/
        margin: 0 auto -32px;
    }

    .sws-page-2 .sws-main-inner-container img {
        object-position: left top;
    }

    .sws-language-title {
        display: none;
    }

    .sws-current-language {
        text-indent: -9999px;
        color: transparent;
        font-size: 0;
        width: 32px;
        height: 32px;
        background: url("img/new-design/icons/language_icon.svg") no-repeat center/100%;
    }

    .sws-footer-contacts-list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
    }

    .sws-footer-contact-item {
        width: 36px;
        height: 36px;
        background: url("img/new-design/icons/sws_icon_phone.svg") no-repeat center/ auto 100%;
    }

    .sws-footer-contact-item + .sws-footer-contact-item {
        margin-left: 24px;
    }

    .sws-footer-contact-item.sws-footer-contact-item-email {
        background-image: url("img/new-design/icons/sws_icon_email.svg");
    }

    .sws-footer-contact-item.sws-footer-contact-item-location {
        background-image: url("img/new-design/icons/sws_icon_location.svg");
    }

    .sws-footer-right-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: wrap;
    }

    .sws-mobile-copyright {
        display: block;
        font-size: 16px;
        color: #fff;
        opacity: .5;
        margin: 0;
    }

    .sws-footer-right-bottom a {
        font-size: 16px;
        opacity: .5;
    }

    #menu-footer-add-menu .menu-item + .menu-item, #menu-footer-add-menu-1 .menu-item + .menu-item {
        margin-left: 12px;
    }

    #menu-footer-add-menu .menu-item + .menu-item:before, #menu-footer-add-menu-1 .menu-item + .menu-item:before {
        left: -8px;
        font-size: 14px;
        top: 3px;
        opacity: .5;
    }

    #mitarbeiterzufriedenheit .wpb_row {
        margin-bottom: 0 !important;
    }

    .sws-title {
        margin-bottom: 24px !important;
    }

    .sws-help-block {
        padding: 0 95px;
        width: calc( 100% + 30px );
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 8px;
    }

    .sws-help-block::-webkit-scrollbar, .sws-help-block::-webkit-scrollbar-track, .sws-help-block::-webkit-scrollbar-thumb, .sws-help-block::-webkit-scrollbar-track-piece, .sws-help-block::-webkit-scrollbar-thumb:vertical,
    #mitarbeiterzufriedenheit .wpb_row::-webkit-scrollbar, #mitarbeiterzufriedenheit .wpb_row::-webkit-scrollbar-track, #mitarbeiterzufriedenheit .wpb_row::-webkit-scrollbar-thumb, #mitarbeiterzufriedenheit .wpb_row::-webkit-scrollbar-track-piece, #mitarbeiterzufriedenheit .wpb_row::-webkit-scrollbar-thumb:vertical {
        width: 0;
        height: 0;
        opacity: 0;
        background: transparent;
        visibility: hidden;
        display: none;
    }

    .sws-job-seeker > p+p {
        font-size: 15px;
        margin-top: 0;
    }

    .sws-popup, .sws-popup-inner {
        max-height: 95vh;
    }

    #mitarbeiterzufriedenheit .wpb_row {
        width: calc( 100% + 30px );
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        /*padding: 0 20px 0 66px;*/
        padding: 0 90px 0 95px;
        margin: 0 -15px !important;
    }

    #mitarbeiterzufriedenheit .wpb_row .wpb_column {
        width: 180px;
        /*padding: 0 24px;*/
        padding: 0;
        flex-shrink: 0;
        margin-bottom: 0 !important;
    }

    #mitarbeiterzufriedenheit .wpb_row .wpb_column + .wpb_column {
        margin-left: 48px;
    }

    #mitarbeiterzufriedenheit .wpb_row .wpb_column .vc_column-inner {
        padding: 0;
    }

    .sws-job-seek-step-inner, .sws-job-seek-step-inner .sws-job-seek-add-link {
        font-size: 18px;
    }

    .sws-footer-copyright.for-mobile {
        display: none;
    }

    .sws-footer-right-bottom {
        margin-bottom: 0;
    }

    #menu-footer-add-menu, #menu-footer-add-menu-1 {
        margin-bottom: 0;
    }

    .sws-body {
        font-size: 16px;
    }

    .sws-footer-right-logo-item {
        width: 47px;
        margin: 0 0.5rem;
        flex: 1;
    }

    .sws-footer-right-logos-list {
        position: absolute;
        top: 32px;
        right: 3%;
        justify-content: space-between;
        display: flex;
        max-width: 55%;
    }

    .sws-footer-right-logo-item:nth-child(2) {
        width: 99px;
        margin-left: 16px;
    }

    .sws-footer-menu .menu > .menu-item > a {
        font-size: 16px;
        display: block;
        line-height: 1;
    }

    .sws-footer {
        padding: 32px 0 16px;
    }

    .sws-footer-right-top > p+p {
        display: none;
    }

    .sws-footer-right-top > p:first-of-type, .sws-footer-right-top > p:first-of-type * {
        font-weight: normal;
        text-align: center;
        font-size: 16px;
    }

    .sws-footer-right-top > p:first-of-type br:nth-of-type(2) {
        display: none;
    }

    .sws-footer-menu .sub-menu {
        display: none;
    }

    .sws-body .wpb_text_column .wpb_wrapper > ul li {
        margin-bottom: 12px;
    }

    .sws-body #vorteile .wpb_content_element {
        /*margin-bottom: 0 !important;*/
    }

    .sws-body .wpb_content_element {
        margin-bottom: 24px !important;
    }

    .sws-body .vc_row {
        /*margin-bottom: 48px !important;*/
        margin-bottom: 48px !important;
    }

    .sws-body.home .vc_row.sws-content-container {
        margin-bottom: 72px !important;
    }

    .sws-body .vc_row .vc_row {
        margin-bottom: 0 !important;
    }

    .sws-job-card-item {
        /*width: 100%;*/
    }

    .sws-info-job-popup {
        width: 100vw;
        max-width: 768px;
        right: -100%;
        /*border-left: none;*/
    }

    .sws-benefits {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .sws-benefit-item {
        width: 100%;
    }

    .sws-benefits-style-with-separator .sws-benefit-item+.sws-benefit-item {
        border: none;
    }

    .sws-info-popup-text {
        font-size: 14px;
    }

    .sws-job-steps {
        max-width: 450px;
        margin: 0 auto;
        flex-flow: column;
        padding: 32px 0;
        background: url("img/new-design/line_bg.svg") no-repeat 137px -250px/4px 150%;
        overflow: hidden;
    }

    .sws-info-popup-image {
        width: auto;
        height: 100%;
        max-height: none;
    }

    .sws-info-popup-content {
        padding: 12px 20px 12px 50px;
    }

    .sws-info-popup-close-btn {
        left: 10px;
    }

    .sws-job-seek-step > p {
        width: 140px;
        flex-shrink: 0;
        order: 1;
        font-size: 28px;
        padding: 10px 24px 0 0;
        margin-right: 36px;
        text-align: left;
    }

    .sws-job-seek-step > p:after {
        left: auto;
        right: -7px;
        /*top: 20px;*/
        top: -100%;
        transform: scale(0);
        transition: .6s linear;
    }

    .sws-job-seek-step.sws-job-step-middle > p:after {
        transform: scale(1);
        top: 20px;
        transition: .6s linear;
    }

    .sws-job-seek-step > p:before {
        width: 2px !important;
        height: 100% !important;
        top: 0;
        left: auto;
        right: 0;
        display: none !important;
    }

    .sws-job-seek-step > div img {
        margin: 0 0 16px;
    }

    .sws-body .sws-job-seek-add-link {
        line-height: 1.5;
    }

    .sws-job-seek-step-inner > div:nth-of-type(2) {
        height: auto;
    }

    .sws-job-seek-step {
        width: 100%;
        max-width: 450px;
        margin: 0;
        display: flex;
        padding: 0 0 40px;
    }

    .sws-job-seek-step-inner {
        order: 2;
        text-align: left;
    }

    .sws-logos-list .wpb_single_image + .wpb_single_image {
        margin: 40px auto 0;
    }

    .sws-logos-list .wpb_wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .sws-body .sws-logos-list .wpb_content_element.wpb_single_image {
        margin-bottom: 0 !important;
    }

    .sws-logos-list .wpb_single_image img {
        height: 68px;
    }

    .sws-logos-list .wpb_single_image:nth-of-type(2) img {
        height: 52px;
    }

    .sws-logos-list .wpb_single_image:nth-of-type(3) img {
        height: 64px;
    }

    .sws-logos-list {
        margin: 0 auto 16px !important;
    }

    body.sws-body {
        font-size: 18px;
    }

    .sws-help-icon p {
        min-height: 0;
        font-size: 18px;
    }

    .sws-help-icon > div img {
        height: 70px;
    }

    .sws-footer-menu .menu > .menu-item:last-of-type {
        margin-bottom: 0;
    }

    .sws-footer-menu .menu > .menu-item {
        margin: 0 0 12px;
    }

    .sws-footer-copyright {
        font-size: 14px;
    }

    .sws-footer-logos-list {
        margin: 0 0 40px;
    }

    .sws-way-to-job {
        margin-bottom: 0;
        margin-top: 48px;
    }

    .sws-main-block {
        margin-bottom: 16px;
    }

    .sws-job-seeker > div {
        /*margin-bottom: 8px;*/
    }

    .sws-body h2, .sws-body h2 * {
        /*font-size: 26px;*/
        font-size: 38px;
        text-align: left !important;
        hyphens: auto;
    }

    .sws-body h2 br {
        /*display: none;*/
    }

    .sws-logo {
        margin-right: 5px;
    }

    .sws-logo {
        width: 114px;
    }

    .sws-header {
        padding: 11px 0 10px;
        z-index: 11999;
    }

    .sws-language-title, .sws-main-menu .menu .menu-item > a, .sws-current-language {
        /*font-size: 16px;*/
        font-size: 20px;
    }

    .sws-menu-content-title {
        font-size: 20px;
    }

    body.sws-body {
        padding-top: 57px;
    }

    .sws-menu, body.admin-bar .sws-menu {
        top: 57px;
        height: calc( 100vh - 57px );
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        overflow-x: hidden;
    }

    .pex-policy-popup {
        top: 57px;
        height: calc( 100vh - 57px );
    }

    .sws-footer-menu .menu {
        flex-flow: column;
        margin-bottom: 30px;
    }

    html.vc_mobile {
        margin-top: 0 !important;
    }

    body.admin-bar header.sws-header {
        top: 0;
    }

    .sws-main-block-content .sws-main-block-content-text {
        font-size: 45px;
        text-align: left;
        line-height: 1;
        /*leading-trim: both;*/
        /*text-edge: cap;*/
        text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.40);
    }

    .sws-background-style-part-width .sws-main-block-content {
        max-width: 280px;
    }

    .sws-main-inner-container {
        max-height: 580px;
    }

    .sws-main-block-content {
        width: 100%;
        max-width: 250px;
        /*position: relative;*/
        top: 0;
        right: auto;
        left: 0;
        height: auto;
        /*padding: 26px 16px;*/
        padding: 18px 16px;
        text-align: left;
    }

    .sws-main-block {
        height: 580px;
        margin-bottom: 0;
    }

    .sws-main-block-content:before {
        background: transparent;
    }

    .sws-info-popup {
        display: none;
    }

    .sws-body .wpb_column {
        margin-bottom: 24px;
    }

    .sws-body .vc_custom_1692895573873 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #chance {
        margin-bottom: 0 !important;
    }

    .sws-footer-right-logo{
        max-height: 4.9rem;
    }
    .dsgvo-logo img{
        width: auto;
    }

    #menu-new-design-footer-menu{
        height: 4.9rem;
    }
}

@media screen and (max-width: 370px) {
    .sws-footer-logo {
        height: 26px;
    }

    .sws-footer-right-logo-item {
        width: 30px;
    }

    .sws-footer-right-top > p:first-of-type, .sws-footer-right-top > p:first-of-type * {
        font-size: 14px;
    }

    .sws-footer-right-logo-item:nth-child(2) {
        width: 79px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px){
    .sws-footer-right-logos-list {
        justify-content: center;
    }
}
 .alfidcl_text span{
    font-family: 'Panton' !important;
}

@media screen and (min-width: 1024px){
#BorlabsCookieBoxWidget{
    bottom: 5rem !important;
}
}

@media screen and (min-width: 767px){
    .footer-logo-ankoe img{
        width: 110px !important;
    }
}

#error-404-wrapper{
    padding-top: 5rem;
    min-height: 60vh;
}





.footer_logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.footer_logo_container a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo_container a img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.footer_logo_container a:nth-child(1) {
    flex-basis: 34%;
    /*aspect-ratio: 10 / 12;*/
    /*height: 100%;*/
}

.footer_logo_container a:nth-child(2) {
    flex-basis: 25%;
    /*aspect-ratio: 10 / 13;*/
    /*height: 90%;*/
}

.footer_logo_container a:nth-child(3) {
    flex-basis: 41%;
    /*aspect-ratio: 10 / 4;*/
    /*height: 45%;*/
}

@media (max-width: 1023px) {
    .footer_logo_container {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .footer_logo_container {
        position: absolute;
        top: 32px;
        right: 3%;
        justify-content: space-between;
        display: flex;
        gap: 18px;
        max-width: 15rem;
        /*max-width: 240px;*/
        /*max-height: 4.9rem;*/
    }
}