:root {
    --max-page-width: 1248px;
    --min-page-width: 360px;
    --max-content-width: 1200px;
    --Secondary-llght-blue: #0076D5;
    --Bg-gray-05: #E6E7E8;
    --start-radius: -60deg;
    --response-circle-diameter: 214px;
    --reponse-choice-diameter: 40px;
    --response-circle-diameter-mobile: 158px;
    --reponse-choice-diameter-mobile: 30px;
    --response-choice-background: #F4F5F7;
    --response-circle-lines-color: #b5b5b5;
    --theme-life-satisfaction: #E4632F;
    --theme-health: #7E3874;
    --theme-environmental-quality: #21A454;
    --theme-work-life-balance: #982825;
    --theme-work-and-job-quality: #197EBE;
    --theme-knowledge-and-skills: #7FAC3E;
    --theme-personal-safety: #606060;
    --theme-civic-engagement: #DDA900;
    --theme-social-connections: #DA4C60;
    --theme-profile: #156DF9;
    --Light-grey: #F0F4F8;
    --Midnight-blue: #101D40;
    --White: #FFFFFF;
    --Bg-gray-0: #F4F5F7;
    --Dark-grey: #586179;
    --Blue: #156DF9;
    --Grey: #C2CBD6;
    --Colors-Color-01: #00BCEB;
    --Colors-Color-02: #197EBE;
    --Colors-Color-03: #7E3874;
    --Colors-Color-04: #7FAC3E;
    --Colors-Color-05: #21A454;
    --Colors-Color-06: #E4632F;
    --Colors-Color-07: #606060;
    --Colors-Color-08: #982825;
    --Colors-Color-09: #DA4C60;
    --Colors-Color-10: #DDA900;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../../fonts/NotoSans/static/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../../fonts/NotoSans/static/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../../fonts/NotoSans/static/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
}

.break-all {
    word-break: break-all;
}

.is-hidden {
    display: none !important;
}

fieldset legend {
    margin-bottom: 1em;
}

html {
    background: #fff;
}

body {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    color: #101D40;
    font-size: 16px;
    line-height: 150%;
    min-width: var(--min-page-width);
    max-width: 100%;
    padding-bottom: 24px;
}

.in-iframe body {
    border: 2px solid var(--Light-grey, #F0F4F8);
}

.title-600 {
    color: var(--Midnight-blue, #101D40);
    /* Mobile/Title-600 */
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 35.2px */
    letter-spacing: -0.64px;
}

@media (min-width: 768px) {
    .title-600 {
        /* Tablet/Title-600 */
        font-size: 48px;
        letter-spacing: -0.96px;
    }
}

@media (min-width: 1248px) {
    .title-600 {
        /* Title-600 */
        font-size: 56px;
        letter-spacing: -1.2px;
    }
}

.title-300 {
    color: var(--Midnight-blue, #101D40);
    /* Mobile/Title-300 */
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%; /* 30px */
}

@media (min-width: 1248px) {
    .title-300 {
        /* Title-300 */
        font-size: 32px;
    }
}

.intro-text {
    margin-bottom: 24px;
}

.margin-bottom--2 {
    margin-bottom: 24px;
}

.margin-bottom--3 {
    margin-bottom: 8px;
}

a:link, a:visited {
    text-decoration: underline;
    color: #0660EF;
}

a.cta {
    text-decoration: none;
    font-weight: 700;
    color: #101D40;
}

span.cta__text {
    display: inline-block;
    width: 100%;
}

span.cta__text span {
    display: inline-block;

}


a.cta--primary:link, a.cta--primary:visited {
    color: #fff;
}

.align-center {
    text-align: center;
}

.breadcrumb {
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 16px;
    margin-bottom: 24px;
    list-style: none;
}

.breadcrumb-item {
    color: #101D40;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 15px */
    display: inline-flex;
}


.breadcrumb-item::after {
    display: inline-block;
    content: url("../../images/icon-breadcrumb-separator.svg");
    width: 16px;
    height: 16px;
    margin: 0 16px;
}

.breadcrumb-item a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.breadcrumb-item.active {
    color: #586179;
    font-size: 12px;
}

.breadcrumb-item.active::after {
    content: none;
}

/*Mobile*/
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1247px) {
    .hide-on-tablet {
        display: none !important;
    }
}

/*Desktop*/
@media (min-width: 1248px) {
    .hide-on-desktop {
        display: none !important;
    }
}

.nav-container {
    margin-bottom: 24px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    font-weight: 600;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.table td {
    padding: 16px 0;
    border-bottom: 1px solid #E5E5E5;
}

.back-to-top {
    position: fixed;
    opacity: 0.8;
    bottom: 24px;
    right: 24px;
    display: inline-flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Blue, #156DF9);
    cursor: pointer;
    z-index: 10000;
}

body.modal-open .back-to-top {
    display: none;
}

.in-iframe .back-to-top {
    right: 0;
}

.back-to-top:hover {
    opacity: 1;
}

body.modal-open {
    overflow: hidden;
}

.modal-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.modal {
    display: none;
    z-index: 1000;
    background: #fff;
    border-radius: 16px;
    position: relative;
    width: 90%;
    box-sizing: border-box;
}

.modal-inner {
    overflow: auto;
    padding: 48px;
    max-height: calc(100vh - 50px);
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal {
        width: 588px;
    }
}

.modal .modal-header {
    display: flex;
    justify-content: space-between;
}

.modal .modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 24px;
}

.modal .close {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
}

.modal-footer .button {
    border-radius: 8px;
    border: 1px solid var(--Secondary-llght-blue, #0076D5);
    background-color: transparent;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Secondary-llght-blue, #0076D5);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    cursor: pointer;
}

.modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.header {
    max-width: var(--max-page-width);
    margin: 0 auto;
    border-bottom: 1px solid #DCDDE2;
    padding: 0 24px;
}

@media (min-width: 1248px) {
    .header {
        padding: 0;
    }
}

.header__content {
    max-width: var(--max-content-width);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 150%;
    height: 80px;
}

.header a:any-link, .header a:visited {
    font-weight: 700;
    color: #101D40;
    text-decoration: none;
}


.header__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    gap: 24px;
}


.header .language-selector {
    display: flex;
    align-items: center;
    gap: 2px;
}

.header .language-selector a {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #101D40;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.header .language-selector a.active-lang {
    border-radius: 4px;
    background: #E4F1FE;
    pointer-events: none;
}


.header__menu-button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
    text-align: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.mobile-menu-content {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 40px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.mobile-menu-content__header {
    display: flex;
    height: 48px;
    padding: 0px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.mobile-menu-content__links {

    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.content {
    max-width: var(--max-content-width);
    box-sizing: content-box;
    padding: 0 24px;
    margin: 0 auto;
}

@media (min-width: 1248px) {
    .content {
        padding: 0;
    }
}


.cta {
    display: inline-flex;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--Secondary-llght-blue, #0076D5);
    width: 100%;
    box-sizing: border-box;
}

.cta--primary {
    color: #fff;
    background: var(--Secondary-llght-blue, #0076D5);
}

.cta__icon-left {
    margin-right: 16px;
}

.cta__icon-right {
    margin-left: 16px;
}

.hidden {
    display: none;
}

