@import url('https://pagebuilder.careerum.com/fonts/Montserrat/stylesheet.css');
* {
    font-family: Montserrat, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    image-rendering: -webkit-optimize-contrast !important;
}
html,
body {
    font-family: Montserrat, Arial, sans-serif !important;
}

div.careerum-container-responsive {
    width: 1160px;
    margin: 60px auto;
}
div.careerum-container-responsive80 {
    width: 1160px;
    margin: 40px auto;
}
div.careerum-container-responsive-wide {
    width: 1280px;
    margin: 80px auto;
}
@media (min-width: 768px) and (max-width: 1299px) {
    div.careerum-container-responsive {
        width: 680px;
        margin: 32px auto;
    }
    div.careerum-container-responsive80 {
        width: 680px;
        margin: 35px auto;
    }
    div.careerum-container-responsive-wide {
        width: 688px;
        margin: 40px auto;
    }
}
@media (max-width: 767px) {
    div.careerum-container-responsive,
    div.careerum-container-responsive-1224 {
        width: calc(100% - 20px);
        max-width: 340px;
        margin: 24px auto;
    }
    div.careerum-container-responsive80 {
        width: calc(100% - 20px);
        max-width: 340px;
        margin: 28px auto;
    }
    div.careerum-container-responsive-wide {
        width: calc(100% - 16px);
        max-width: 344px;
        margin: 30px auto;
    }
}

.hidden-desc-tablet,
.hidden-desc-mobile,
.hidden-desc {
    display: none !important;
}
.hidden-tablet,
.hidden-tablet-mobile {
    display: block !important;
}

@media screen and (max-width: 1299px) {
    .hidden-desc-tablet {
        display: none !important;
    }
    .hidden-desc,
    .hidden-desc-mobile {
        display: block !important;
    }
    .hidden-tablet-mobile,
    .hidden-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hidden-desc-tablet,
    .hidden-desc,
    .hidden-tablet {
        display: block !important;
    }
    .hidden-tablet-mobile,
    .hidden-desc-mobile {
        display: none !important;
    }
    .hidden-mobile {
        display: none !important;
    }    
}


div.main-wrapper {
    overflow: hidden;
    width: 100%;
}

.careerum-flex-fsfs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.careerum-flex-fsst {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.careerum-flex-fsc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.careerum-flex-fec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.careerum-flex-fefs {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.careerum-flex-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.careerum-flex-cst {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.careerum-flex-cfs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.careerum-flex-sbfs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.careerum-flex-sbst {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.careerum-flex-sbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.careerum-flex-wrap {
    flex-wrap: wrap;
}

div.careerum-club5-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 99;
    overflow: visible;
}
div.careerum-club5-header > div {
    margin: 0 auto;
}
div.careerum-club5-header .header-logo {
    font-size: 0;
    width: 121px;
    flex-shrink: 0;
}
div.careerum-club5-header nav {
    gap: 16px;
    width: calc(100% - 242px);
    margin-top: 5px;
}
div.careerum-club5-header .header-wrapper {
    border-radius: 19px;
    padding: 10px 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 10, 23, 0.06);
    background: var(--main---white);
}
div.careerum-club5-header .header-wrapper a {
    color: #676767;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    opacity: 1;
    transition: opacity 0.3s ease;
}
div.careerum-club5-header div.header-buttons {
    width: 121px;
}
div.careerum-club5-header div.login-button-wrapper {
    margin-left: auto;
    text-align: right;
    margin-top: 3px;
}
div.careerum-club5-header a.login-button {
    padding: 8px 12px;
    background: transparent;
    border-radius: 8px;
    text-decoration: underline;
}
div.careerum-club5-header nav a.login-button {
    display: none;
}
div.careerum-club5-header a:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1299px) {
    div.careerum-club5-header .header-wrapper {
        border-radius: 16px;
        padding: 13.5px 12px;
    }
    div.careerum-club5-header .header-logo {
        width: 89px;
    }
    div.careerum-club5-header div.header-buttons {
        width: 89px;
    }
    div.careerum-club5-header .header-wrapper a {
        font-size: 12px;
        line-height: 133%;
    }
    div.careerum-club5-header nav {
        margin-top: 0;
    }
    div.careerum-club5-header .header-wrapper a.login-button {
        font-size: 14px;
        line-height: 143%;
        padding: 5px;
    }
    div.careerum-club5-header div.login-button-wrapper {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    div.careerum-club5-header .header-wrapper {
        flex-wrap: wrap;
        padding: 5px 11px;
        border-radius: 11px;
    }
    div.careerum-club5-header nav {
        order: 1;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        margin-top: 0;
        padding: 0;
        opacity: 0;
    }
    div[data-gjs-type="wrapper"] div.careerum-club5-header nav,
    div.careerum-club5-header nav.active {
        max-height: 500px;
        margin-top: 8px;
        padding: 9px 0;
        opacity: 1;
    } 
    div.careerum-club5-header div.login-button-wrapper {
        margin-left: 0;
        text-align: left;
    }
    div.careerum-club5-header .header-wrapper a.login-button {
        padding: 0;
    }
    div.careerum-club5-header nav a.login-button {
        display: inline-block;
    }
    div.careerum-club5-header div.header-buttons {
        width: auto;
    }
    div.careerum-club5-header .header-burger {
        height: 23px;
        width: 28px;
        padding: 7px;
        z-index: 2;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }
    div.careerum-club5-header .header-burger .line {
        display: block;
        height: 1.25px;
        width: 100%;
        border-radius: 4px;
        background: #b2b2b2;
        transition: transform 0.3s ease-in-out;
    }
    div.careerum-club5-header .header-burger .line1 {
        transform-origin: 0% 0%;
    }
    div.careerum-club5-header .header-burger .line3 {
        transform-origin: 0% 100%;
    }
    div.careerum-club5-header .header-burger.active .line1 {
        transform: rotate(45deg) translate(-1.7px, -1.5px);
    }
    div.careerum-club5-header .header-burger.active .line2 {
        transform: scaleY(0);
    }
    div.careerum-club5-header .header-burger.active .line3 {
        transform: rotate(-45deg);
    }
    div.careerum-club5-header .header-wrapper a.login-button {
        font-size: 12px;
        line-height: 133%;
    }
}* { box-sizing: border-box; } body {margin: 0;} [data-gjs-type=wrapper] { padding: 20px 0; } .deva-form input { margin-bottom: 15px; } [data-gjs-type="custom-code"] { min-height: 50px; } [data-gjs-type="custom-code"] > * { pointer-events: none; }*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}[data-gjs-type="wrapper"]{padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;}.deva-form input{margin-bottom:15px;}[data-gjs-type="custom-code"]{min-height:50px;}[data-gjs-type="custom-code"] > *{pointer-events:none;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}[data-gjs-type="wrapper"]{padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:0px;}.deva-form input{margin-bottom:15px;}[data-gjs-type="custom-code"]{min-height:50px;}[data-gjs-type="custom-code"] > *{pointer-events:none;}