body {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    font-size: 18px;
    padding: 83px 0px 0px;
    /* Fix for Ostjobs */
    width: 1px;
    min-width: 100%;
}
/**
 * Wrapper for fixed-width elements
 */
.fixed-width {
    width: 100%;
    max-width: 1020px;
    margin: 60px auto;
    box-sizing: border-box;
    padding: 0 20px;
}
/**
 * setting margin-top/bottom to 0
 */
.isFirst {
    margin-top: 0px !important;
}
.isLast {
    margin-bottom: 0px !important;
}
/**
 * Multicolumn layout
 */
.multicolumn {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 60px 0px;
}
.multicolumn > * {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}
.width-50 {
    width: 50%;
}
.width-75 {
    width: 75%;
}
.multicolumn .multicolumn .width-75 {
    vertical-align: middle;
}
#sec4 .multicolumn > * {
    vertical-align: middle;
}
#sec4 .multicolumn .separator {
    width:71px;
}
#sec5 .width-25 img {
    display: block;
    width:100%;
    height:auto;
    border-radius: 50%;
}
.map a {
    color:#3a3fe7;
}
.width-25 {
    width: 25%;
}
.width-50 img {
    width: 100%;
    height: auto;
    display: block;
}
.separator {
    width: 30px;
}
.p-left {
    padding-left: 30px;
    box-sizing: border-box;
}
.p-right {
    padding-right: 30px;
    box-sizing: border-box;
}
#fws {
    min-width: 105px;
}
#bestRecruiter {
    max-width: 80px;
}
#kununuTopCompany {
    max-width: 68px;
}
@media screen and (max-width: 700px) {
    .reverseOnMobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .multicolumn {
        margin: 20px 0px;
    }
    .multicolumn > * {
        width: 100%;
        display: block;
    }
    #sec4 .multicolumn > .width-33 {
        display: table-cell;
    }
    #sec4 .multicolumn .separator {
        width:30px;
    }
    #sec5 .width-25 img {
        width: 50%;
        margin:20px auto;
    }
    .separator {
        display: none;
    }
    #sec4 .multicolumn .separator {
        display: table-cell;
        width:30px;
    }
    .fixed-width {
        margin-top: 40px;
    }
    .fixed-width.map {
        margin-top:0px;
        margin-bottom:0px;
    }
    .p-left {
        padding-left:0px;
    }
    .p-right {
        padding-right:0px;
    }
    .main-title, .s3 {
        font-size:30px;
        margin-top:30px!important;
    }
    #video {
        margin: 30px 0px;
    }
    p.note {
        text-align: left !important;
    }
}
/**
 * Smooth loading.

.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}*/

/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6, .s2 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 0px;
}
h1, h4 {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}
.s2 {
    font-size: 24px;
    font-weight: bold;
}
.main-title, .s3 {
    font-size: 46px;
    font-family: "Publico Headline Web", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    margin-top: -5px;
    margin-bottom: 20px;
}
h5 {
    font-size: 24px;
}
li {
    padding-bottom: 20px;
}
.intro {
    font-size: 20px;
}
.intro > div b:first-child, .map b {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 24px;
}
/**
 * Sticky Header.
 */
#page-header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: white;
    width: 100%;
    transition: all 0.3s ease 0s;
}
#page-header.sticky {
    position: fixed;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1.0);
}
/**
 * Links and Buttons.
 */
#content {
    padding-bottom: 100px;
}
#content ul {
    padding-left: 20px;
}
a {
    color: #000;
    text-decoration: none;
}
#content .more a {
    color: #00009a;
    transition: all 0.3s ease 0s;
    padding-right: 30px;
    background: url(../images/svg/icons/axa-arrow-blue.png) no-repeat right center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
}
#content .more a:hover {
    padding-right: 40px;
}
#content .button {
    margin-top: 20px;
}
.buttonsContainer {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.button {
    background: #00008f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.button a {
    position: relative;
    display: block;
    padding: 13px 50px 13px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .1em;
    z-index: 1;
    background: url(../images/svg/icons/axa-arrow-white.png) no-repeat 90% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
}
.button span {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    display: block;
    background-color: #00005b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-55deg);
}
.button a:hover {
    background: url(../images/svg/icons/axa-arrow-white.png) no-repeat 94% center;
}
.button:hover span {
    height: 1000%;
}
footer .button {
    float: right;
    background: transparent;
    border: solid 2px rgb(240, 118, 98) rgb(240, 118, 98) rgb(236, 77, 51);
    margin-top: 6px;
}
footer .button a {
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    background: #f07662;
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
footer .button a:hover {
    background-color: rgb(240, 118, 98);
}
footer .button a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 0.001px;
    height: 100vw;
    content: "";
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: rgb(236, 77, 51);
}
footer .button a:hover::after {
    width: 110%;
    background-color: rgb(236, 77, 51);
}
footer .button span {
    background: #fff;
}
footer .button a:hover {
    color: #FFFFFF;
    background: #ec4d33;
    border-color: rgb(236, 77, 51);
}
.sticky-title {
    display: none;
    transition: all 0.3s ease 0s;
    font-size: 30px;
    padding-top: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sticky .sticky-title {
    display: block;
    padding-left: 80px;
}
p {
    margin: 20px 0px;
}
p.note {
    display: block;
    text-align: center;
    margin-top: 50px;
}
/**
 * Logo
 */
#logo {
    display: block;
    margin-bottom: 20px;
    o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
    margin-right: 40px;
    magin-bottom: 0px;
}
.logo-neutral {
    width:53px;
    height:auto;
}
.logo-neutral svg {

}
#logo img {
    width: 100%;
    height: auto;
}
/**
 * Benefits
 */
.benefits {
    background: #3a3fe7;
    padding: 20px 0px;
    color: white;
    box-sizing: border-box;
}
.benefits h2 {
    font-size: 24px;
}
.benefits #heading {
    font-size: 24px;
}
.benefits ul{
    padding-top: 30px;
}
.icon {
    height: 160px;
    width: 160px;
    float: left;
    margin-right: 100px;
}
.icon img {
    width: 100%;
    height: auto
}
/**
 * Content Section.
 */
#sec3 .multicolumn {
    margin-top: 30px;
    margin-bottom: 30px;
}
#sec4 .multicolumn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    row-gap: 10px;
}

#sec4 .multicolumn > div {
    display: flex;
    min-width: 29%;
    max-width: 110px;
    align-items: center;
    justify-content: center;
}

#sec4 .multicolumn > div img, #sec4 .multicolumn > div svg {
    max-height: 100px;
}
/**
 * Print.
 */
.printable-only {
    display: none !important;
}
/**
 * Google maps & video.
 */
.iframe {
    border: 0;
    width: 100%;
    height: auto;
    min-height: 310px;
}
/**
 * Footer.
 */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #3a3fe7;
    color: white;
    text-transform: uppercase;
    z-index: 1000;
}
footer p {
    float: left;
    font-size: 12px;
    margin: 9px 0px;
}
footer .social-icons {
    float: left;
    margin: 10px 0px;
    padding-left: 0px;
}
footer .social-icons a {
    float: left;
    margin-left: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.facebook {
    background-image: url("../images/svg/icons/axa-facebook_white.png");
}
.xing {
    background-image: url("../images/svg/icons/axa-xing_white.png");
}
.linkedin {
    background-image: url("../images/svg/icons/axa-linkedin_white.png");
}
.twitter {
    background-image: url("../images/svg/icons/axa-twitter_white.png");
}
.print {
    background-image: url("../images/svg/icons/axa-printer-white.png");
}
.whatsapp {
    display: none;
    background-image: url("../images/svg/icons/axa-whatsapp_white.png");
}
.send2friend {
    background-image: url("../images/svg/icons/axa-email_white.png");
}
.apply-button-content {
    padding-top: 15px;
}
.apply-button-content a {
    background-color: #F07662;
    border-bottom: 2px solid #EC4D33;
    color: #fff !important;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .1em;
    padding: 5px 20px;
    height: 38px;
}
/**
 * Expired
 */
.expired .iframe {
    min-height: 551px;
}
.expired .bottom {
    position:relative;
    padding-bottom:50px;
    }
.expired .bottom:first-child {
    margin-bottom:30px;
}
.expired .button {
    position:absolute;
    right:0;
    bottom:0;
}
.expired .button a {
    background-image: url(../images/svg/icons/axa-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right 22px top 50%;
}
.expired .button a:hover {
    background-position: right 12px top 50%;
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 73px;
    }
    #logo {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 20px;
    }
    #logo img {
        width: 65%;
    }
    .logo-neutral {
        width:40px;
        height:auto;
    }
    .benefits ul {
        width: 100%;
    }
    footer p {
        display: none;
    }
    .facebook {
        margin-left: 0px;
    }
    footer menu {
        padding-left: 0px;
    }
    .social-icons .print {
        display: none;
    }
    .social-icons .whatsapp {
        display: inline-block;
    }
    .sticky-title {
        font-size: 25px;
    }
}
@media screen and (min-width: 768px) {
    .benefits .content {
        width: 60%;
        margin-top: -160px;
        clear: both;
        float: right;
    }
    .expired .iframe {
        min-height: 339px;
    }
}
/**
 * Slick slide.
 */
.slick-slide {
    overflow: hidden;
}
/**
 * Media Query - general.
 */
@media screen and (max-width: 420px) {
    .sticky .sticky-title {
        font-size: 18px;
        margin-right: 50px;
        padding-top: 7px;
        margin-bottom: 0px;
    }
    #page-header {
        position: fixed;
    }
    #logo {
        margin-top: 0px;
        margin-right: 10px;
    }
    #logo img {
        width: 50%;
    }
    .logo-neutral {
        width:30px;
        height:auto;
    }
    #content {
        padding-bottom: 200px;
    }
    footer {
        height: 140px;
    }
    footer menu a {
        margin-left: 32px;
    }
    footer .button {
        display: block;
        margin: 20px auto;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
    footer .button:hover span {
        height: 850%;
    }
    .social-icons {
        display: block;
    }
    #content .button {
        float: none;
    }
    .social-icons .whatsapp {
        display: inline-block;
    }
    footer .button a {
        font-weight: 600;
        padding: 10px 20px;
    }
    .expired .iframe {
        min-height: 185px;
    }
}
/**
Slicknav
 */
.sticky #menu {
    display: none
}
#menu {
    display: inline-flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
#menu li {
    display: inline-block;
    padding: 0;
}
.slicknav_menu {
    display: none;
}
/**
 * Media Query for Slicknav.
 */
@media screen and (max-width: 1024px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        position: fixed;
        top: 73px;
        right: 0;
        font-size: 16px;
        background: white;
        width: 100%;
        z-index: 100000;
    }
    .slicknav_btn {
        position: fixed;
        top: 25px;
        right: 25px;
        display: block;
        transition: all 3ms ease;
        cursor: pointer;
    }
    .slicknav_collapsed {
        width: 25px;
        height: 22px;
        background: url("../images/open.png");
    }
    .slicknav_open {
        width: 20px;
        height: 20px;
        background: url("../images/close.png");
    }
    .slicknav_menu:after,
    .slicknav_menu:before {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }
    .slicknav_nav li {
        float: left;
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }
    .slicknav_nav li.active {
        background: #3032c1;
    }
    .slicknav_nav li.active a {
        color: white;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
    }
    .slicknav_nav .slicknav_item a {
        display: inline;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        display: block;
    }
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
    }
    .slicknav_nav {
        clear: both;
        color: #000;
        margin: 0;
        font-size: .875em;
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #000;
    }
    .slicknav_nav a {
        text-decoration: none;
        color: #00008f;
        padding: 15px 30px;
        margin: 0;
        font-size: 16px;
        border-top: 1px solid #e5e5e5;
        text-transform: uppercase;
    }
    .slicknav_nav a:hover {
        background: #f0efed;
        color: #222;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }
}
#comm100-float-button-2 > div {
    bottom: 62px !important;
}
#chat_window_container {
    bottom: 52px !important;
}
@media screen and (max-width: 900px) {
    #sec4 .multicolumn {
        grid-template-columns: 1fr 1fr;
    }
    #sec4 .multicolumn img {
        margin: 0 auto;
        max-width: 100px;
    }
}
@media screen and (max-width: 676px) {
    #content .benefits ul {
        padding-left: 22px;
    }
    .slicknav_menu {
        top: 58px;
    }
    .slicknav_btn {
        top: 18px;
        right: 15px;
    }
}
@media screen and (max-width: 420px) {
    #comm100-float-button-2 > div {
        bottom: 140px !important;
    }
    #chat_window_container {
        bottom: 0px !important;
    }
}