﻿*, :after, :before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

figcaption, figure, main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace,monospace
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace,monospace
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: sans-serif
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

:-ms-input-placeholder {
    color: #767676 !important
}

::-ms-input-placeholder {
    color: #767676
}

::placeholder {
    color: #767676;
    opacity: 1
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template, [hidden] {
    display: none
}

.o-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff
}

.o-layout__content {
    max-width: 1180px;
    width: 100%;
    padding: 40px 24px
}

@media (min-width:768px) {
    .o-layout__content {
        width: 65%
    }
}

@media (min-width:992px) {
    .o-layout__content {
        padding: 40px 80px
    }
}

@media (min-width:1200px) {
    .o-layout__content {
        width: 75%
    }
}

.o-layout__sidebar {
    width: 100%;
    padding: 40px 24px
}

@media (min-width:768px) {
    .o-layout__sidebar {
        width: 35%
    }
}

@media (min-width:992px) {
    .o-layout__sidebar {
        padding: 40px 40px 40px 80px
    }
}

@media (min-width:1200px) {
    .o-layout__sidebar {
        width: 25%
    }
}

.o-layout__sidebar > div {
    margin-bottom: 40px
}

.o-width-limiter {
    max-width: 1132px;
    margin-right: auto;
    margin-left: auto
}

.c-breadcrumbs--mb {
    margin-bottom: 30px
}

.c-breadcrumbs__level, .c-breadcrumbs__level:active, .c-breadcrumbs__level:focus, .c-breadcrumbs__level:visited {
    color: inherit;
    font-style: italic;
    text-decoration: none
}

a.c-breadcrumbs__level:hover {
    text-decoration: underline
}

.c-button {
    padding: 16px 10px;
    border: none;
    background-color: #00295f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font: 16px/22px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-button {
        font: 20px/28px Myriad W01 Bd,sans-serif
    }
}

.c-button:active, .c-button:focus, .c-button:visited {
    color: #fff
}

.c-card {
    position: relative;
    padding: 20px;
    border: 1px solid #00295f;
    font: 14px/20px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-card {
        font: 18px/26px Myriad W01 Regular,sans-serif
    }
}

.c-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-decoration: none
}

.c-card__content {
    position: relative;
    z-index: 1
}

.c-card__title {
    font: 26px/28px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-card__title {
        font: 30px/32px Myriad W01 Regular,sans-serif
    }
}

.c-card__title svg {
    color: #004b8d
}

.c-card--background {
    background-color: #00295f;
    color: #fff
}

.c-card__content p:last-of-type {
    margin-bottom: 0
}

.c-card__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .28
}

.c-card--background a {
    color: inherit
}

.c-card__action {
    display: flex;
    justify-content: center;
    padding: 12px 0 0 0
}

.cookie-notice-opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    padding: 0;
}

    .cookie-notice-opened .cookie-notice {
        height: 100%;
    }

.cookie-notice {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    padding: 25px 20px 20px;
    background-color: #004b8d;
    color: #fff;
    overflow: auto;
}

.cookie-notice__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

@media only screen and (max-width:1024px) {
    .cookie-notice__inner {
        flex-direction: column;
        gap: 10px;
    }
}

.cookie-notice__text {
    width: 60%;
}

.cookie-notice__buttons {
    flex: 1;
}

.cookie-notice__link a {
    color: white;
}

#textToHideDetails {
    display: none;
}

#textToShowDetails {
    display: none;
}

#textToShowManageCookies {
    display: none;
}

@media only screen and (max-width:1024px) {
    .cookie-notice__text {
        width: 100%;
    }

    .cookie-notice__buttons {
        flex: 1;
    }
}

.cookie-notice__buttons {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media only screen and (min-width:480px) {
    .cookie-notice__inner {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media only screen and (min-width:768px) {
    .cookie-notice__inner {
        max-width: none;
        width: 685px;
    }
}

@media only screen and (min-width:1024px) {
    .cookie-notice__inner {
        width: 985px;
    }
}

@media only screen and (min-width:1280px) {
    .cookie-notice__inner {
        width: 1215px;
    }
}

.cookie-notice__accept-all:hover,
.cookie-notice__accept-necessary:hover,
.cookie-notice__allow-selection:hover {
    background-color: #002045;
    color: #ffffff;
}

.cookie-notice__manage:hover {
    background-color: #002045;
    color: #ffffff;
    border-color: #002045;
}

.cookie-notice__accept-all,
.cookie-notice__accept-necessary,
.cookie-notice__manage {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.cookie-notice__accept-all,
.cookie-notice__accept-necessary {
    background-color: white;
    color: #004b8d;
}

.cookie-detail-toggle {
    background-color: transparent;
    border: 2px solid #004b8d;
    color: #004b8d;
    padding: 8px 25px;
    font-size: 16px;
    min-width: 170px;
}

@media only screen and (max-width:768px) {
    .cookie-detail-toggle {
        margin-top: 15px;
        font-size: 14px;
        padding: 4px 20px;
    }
}

.cookie-detail-toggle:hover {
    background-color: #004b8d;
    border: 2px solid #004b8d;
    color: white;
}

.cookie-notice__allow-sellection-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 25px;
    margin-top: 25px;
}

.cookie-notice__allow-selection {
    background-color: white;
    color: #004b8d;
    display: block;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    min-width: 368px;
}

@media only screen and (max-width:768px) {
    .cookie-notice__allow-selection {
        width: 100%;
        min-width: auto;
    }
}

.cookie-notice__manage {
    border: 2px solid white;
    color: white;
    background: #004b8d;
}

/* Popup */
.cookie-choice {
    display: none;
    width: 100%;
}

.cookie-notice__list {
    color: black;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    padding-inline-start: 0px;
}

.cookie-notice__list-item {
    padding: 20px 25px;
    background-color: white;
    list-style: none;
}

.cookie-notice__list-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width:768px) {
    .cookie-notice__list-item-header {
        flex-direction: column;
    }
}

.cookie-notice__list-item-header label {
    cursor: pointer;
    font-weight: 600;
}

.body-no-scroll {
    overflow: hidden;
    height: 100%;
}

.cookie-details {
    display: none;
}

.cookie-details__text {
    margin-top: 15px;
    width: 50%;
}

@media only screen and (max-width:768px) {
    .cookie-details__text {
        width: 100%;
    }
}

.cookie-details__table-container {
    overflow-x: auto;
    margin: 10px 0;
    border: 1px solid black;
    background-color: #DBE5ED;
    padding: 20px 20px 0 20px;
}

.cookie-details__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    margin-bottom: 0;
}

    .cookie-details__table th,
    .cookie-details__table td {
        padding: 8px;
        text-align: left;
    }

    .cookie-details__table tr,
    .cookie-details__table thead {
        border-bottom: 1px solid #ccc;
    }

        .cookie-details__table tr:last-child {
            border-bottom: none;
        }

    .cookie-details__table .cookie-purpose {
        width: 40%;
    }

@media (max-width: 768px) {
    .cookie-details__table th,
    .cookie-details__table td {
        padding: 5px;
    }

    .cookie-details__table .cookie-purpose {
        width: 60%;
    }
}

/* Custom Checkbox */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

    .custom-checkbox input[type="checkbox"] {
        opacity: 0;
    }

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid black;
    background-color: white;
    margin-right: 10px;
    position: relative;
}

    .checkbox-custom::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 6px;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

.custom-checkbox input[type="checkbox"]:checked + .checkbox-custom::after {
    opacity: 1;
}

.custom-checkbox input[type="checkbox"]:disabled + .checkbox-custom {
    border-color: #cccccc;
}

    .custom-checkbox input[type="checkbox"]:disabled + .checkbox-custom::after {
        border-color: #cccccc;
    }

.custom-checkbox input[type="checkbox"]:focus + .checkbox-custom {
    outline: 2px solid #004b8d;
}
.c-footer {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 50px;
    background-color: #fff;
    padding-right: 25px;
    padding-left: 25px
}

@media (min-width:992px) {
    .c-footer {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 80px
    }
}

.c-footer--blue {
    background-color: #00295f;
    color: #fff
}

.c-footer p {
    max-width: 800px;
    margin: 0
}

.c-footer__logo {
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
    width: 82px;
    height: 82px;
    margin: 0 auto
}

@media (min-width:480px) {
    .c-footer__logo {
        top: -56px;
        width: 120px;
        height: 120px
    }
}

@media (min-width:992px) {
    .c-footer__logo {
        top: -86px;
        width: 180px;
        height: 180px
    }
}

.c-footer__content {
    width: 100%
}

.c-footer__title {
    width: 100%;
    margin: 20px 0 10px 0;
    font: 20px/24px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-footer__title {
        font: 24px/26px Myriad W01 Bd,sans-serif
    }
}

.c-footer__links {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 0 0 0;
    font: 14px/20px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-footer__links {
        font: 18px/26px Myriad W01 Bd,sans-serif
    }
}

@media (min-width:768px) {
    .c-footer__links {
        order: 2;
        justify-content: flex-end;
        width: 50%;
        padding: 40px 0 20px
    }
}

@media (min-width:768px) {
    .c-footer__links a {
        margin-left: 40px
    }
}

@media (min-width:992px) {
    .c-footer__links a {
        margin-left: 100px
    }
}

.c-footer--blue .c-footer__links a {
    color: #fff
}

.c-footer__copyright {
    padding: 40px 0 20px;
    font: 14px/20px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-footer__copyright {
        font: 18px/26px Myriad W01 Regular,sans-serif
    }
}

@media (min-width:768px) {
    .c-footer__copyright {
        order: 1;
        width: 50%
    }
}

.c-footer__copyright {
    font-style: italic
}

.c-header {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 99;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: #00295f
}

.c-header__logo {
    width: 50%
}

.c-header__nav {
    width: 50%;
    text-align: right
}

.c-header__nav-toggle {
    padding: 9px 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer
}

    .c-header__nav-toggle .is-open {
        display: none
    }

    .c-header__nav-toggle[aria-expanded=true] .is-open {
        display: inline
    }

    .c-header__nav-toggle[aria-expanded=true] .is-closed {
        display: none
    }

    .c-header__nav-toggle[aria-expanded=false] .is-closed {
        display: inline
    }

    .c-header__nav-toggle[aria-expanded=false] .is-open {
        display: none
    }

.c-hero {
    padding: 80px 0 0;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .c-hero {
        padding-top: 130px
    }
}

.c-hero--blue {
    background-color: #00295f
}

.c-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px
}

@media (min-width:992px) {
    .c-hero__inner {
        padding-right: 50px;
        padding-left: 50px
    }
}

.c-hero__title {
    margin: 0;
    padding: 0 0 30px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font: 34px/40px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-hero__title {
        font: 54px/70px Myriad W01 Bd,sans-serif
    }
}

@media (min-width:480px) {
    .c-hero__title {
        word-break: normal;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
}

@media (min-width:768px) {
    .c-hero__title {
        padding-bottom: 60px;
        font: 50px/70px Myriad W01 Bd,sans-serif
    }

    @media (min-width:992px) {
        .c-hero__title {
            font: 70px/100px Myriad W01 Bd,sans-serif
        }
    }
}

.c-hero.has-intro .c-hero__title {
    margin: 0
}

.c-hero__intro {
    font: 16px/22px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-hero__intro {
        font: 20px/28px Myriad W01 Bd,sans-serif
    }
}

.c-hero__search-container {
    position: relative
}

.c-hero__search input {
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    background: #fff;
    font: 20px/24px Myriad W01 Lt,sans-serif
}

@media (min-width:992px) {
    .c-hero__search input {
        font: 24px/26px Myriad W01 Lt,sans-serif
    }
}

@media (min-width:768px) {
    .c-hero__search input {
        padding: 19px 50px
    }
}

.c-hero__search input {
    font-style: italic
}

.c-hero__search-button {
    position: absolute;
    right: 0;
    padding: 12px 20px;
    border: none;
    background-color: transparent;
    color: #757575
}

@media (min-width:768px) {
    .c-hero__search-button {
        padding: 16px 50px
    }
}

@media (min-width:768px) {
    .c-hero__search-button span {
        width: 32px;
        height: 32px
    }
}

.c-hero__tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 0
}

    .c-hero__tags a {
        margin-right: 30px;
        margin-bottom: 12px
    }

.c-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: currentColor
}

    .c-icon svg {
        width: 100%;
        height: 100%;
        margin: auto
    }

.c-icon--xs {
    width: 16px;
    height: 16px
}

.c-icon--s {
    width: 20px;
    height: 20px
}

.c-icon--l {
    width: 32px;
    height: 32px
}

.c-icon--xl {
    width: 40px;
    height: 40px
}

.c-icon--ml {
    margin-left: 5px
}

.c-icon--mr {
    margin-right: 5px
}

.c-law a[name] {
    color: inherit;
    cursor: default
}

.c-list {
    padding: 0;
    list-style: none
}

@media (min-width:992px) {
    .c-list {
        margin: 0 0 60px 0
    }
}

.c-list__item {
    padding: 15px 0
}

.c-list p {
    margin: 4px 0
}

.c-list__item:first-child {
    padding-top: 0
}

.c-list__item:last-child {
    padding-bottom: 0
}

.c-list__date {
    color: #707070;
    font-style: italic
}

.c-logo {
    margin: 0;
    color: #333;
    font: var(--type-heading-1)
}

    .c-logo a {
        display: inline-block;
        height: 50px;
        padding: 9px 15px;
        color: inherit;
        text-decoration: none
    }

.c-logo__symbol {
    width: 32px;
    height: 32px;
    fill: #fff
}

.c-main-navigation {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 98;
    width: 0;
    padding-bottom: 60px;
    background-color: #00295f;
    color: #fff;
    text-align: left;
    transition: width .1s ease-in-out
}

    .c-main-navigation::-webkit-scrollbar {
        width: 8px
    }

    .c-main-navigation::-webkit-scrollbar-track {
        background-color: transparent
    }

    .c-main-navigation::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #707070
    }

    .c-main-navigation.is-open {
        z-index: 98;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        box-shadow: 0 3px 6px rgba(0,0,0,.16)
    }

@media (min-width:480px) {
    .c-main-navigation.is-open {
        width: 450px
    }
}

.c-main-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font: 20px/24px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-main-navigation__list {
        font: 24px/26px Myriad W01 Regular,sans-serif
    }
}

.c-main-navigation__item a {
    display: block;
    padding: 20px;
    color: inherit;
    text-decoration: none
}

@media (min-width:480px) {
    .c-main-navigation__item a {
        padding: 20px 40px
    }
}

.c-main-navigation__item a:hover {
    text-decoration: underline
}

.c-main-navigation__cards {
    padding: 20px
}

@media (min-width:480px) {
    .c-main-navigation__cards {
        padding: 40px
    }
}

.c-main-navigation__cards > div {
    margin-bottom: 16px
}

@media (min-width:480px) {
    .c-main-navigation__cards > div {
        margin-bottom: 24px
    }
}

.c-pagination {
    margin-top: 20px
}

.c-pagination__label {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.c-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.c-pagination li {
    display: inline-block;
    margin: 0;
    color: #004b8d;
    text-align: center;
    font: 14px/20px Myriad W01 Bd,sans-serif
}

@media (min-width:992px) {
    .c-pagination li {
        font: 18px/26px Myriad W01 Bd,sans-serif
    }
}

.c-pagination a {
    display: inline-block;
    min-width: 16px;
    min-width: 36px;
    color: #004b8d;
    line-height: 36px;
    text-align: center;
    text-decoration: none
}

.c-pagination__previous[class] {
    margin-right: 20px
}

.c-pagination__next[class] {
    margin-left: 20px
}

.c-pagination__current a {
    background: #ddd;
    color: #1a1a1a
}

.c-skip {
    left: -9999px;
    z-index: 100;
    margin: 0
}

    .c-skip, .c-skip a:focus {
        position: absolute;
        top: 0;
        width: 100%
    }

        .c-skip a:focus {
            display: block;
            left: 9999px;
            padding: 20px 0;
            outline: none;
            background: #000;
            color: #fff;
            text-align: center
        }

.c-preamble {
    padding: 32px 24px;
    background-color: #004b8d;
    color: #fff
}

@media (min-width:992px) {
    .c-preamble {
        padding: 32px 80px
    }
}

.c-preamble p {
    max-width: 1132px
}

    .c-preamble p:last-child {
        margin-bottom: 0
    }

.c-preamble--tight {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center
}

@media (min-width:768px) {
    .c-preamble--tight {
        text-align: left
    }
}

.c-sfs {
    padding: 70px 0;
    text-align: center;
    font: 22px/24px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-sfs {
        font: 26px/28px Myriad W01 Regular,sans-serif;
        padding: 100px 0
    }
}

.c-sfs .c-icon--xl {
    color: #004b8d
}

.c-sfs .c-icon--s {
    margin: 0 0 5px 10px
}

.c-sfs__source {
    margin-top: 80px;
    text-align: left;
    font: 16px/22px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-sfs__source {
        font: 20px/28px Myriad W01 Regular,sans-serif
    }
}

.c-sfs__source strong {
    display: block
}

.c-sfs__export div[id^=page] {
    max-width: 100% !important;
    height: 100% !important;
    margin-top: 40px;
    margin-top: 20px;
    padding: 40px 10px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 3px 3px 3px #ccc
}

    .c-sfs__export div[id^=page] b, .c-sfs__export div[id^=page] p {
        position: static !important;
        top: auto !important;
        max-width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto;
        text-align: left;
        white-space: normal !important;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .c-sfs__export div[id^=page] img {
        display: none;
        max-width: 40px !important;
        max-height: 50px !important
    }

@media (min-width:1200px) {
    .c-sfs__export div[id^=page] {
        min-height: 1262px;
        height: auto !important
    }
}

.c-sort-bar {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background-color: #00295f;
    color: #fff
}

@media (min-width:992px) {
    .c-sort-bar {
        padding: 0 80px
    }
}

.c-sort-bar__title {
    margin: 0 10px 0 0
}

@media (min-width:480px) {
    .c-sort-bar__title {
        margin: 0 20px 0 0
    }
}

.c-sort-bar__link {
    display: inline-block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none
}

@media (min-width:480px) {
    .c-sort-bar__link {
        padding: 12px 22px
    }
}

.c-sort-bar__link:hover {
    color: inherit;
    text-decoration: underline
}

.c-sort-bar__link:active, .c-sort-bar__link:focus, .c-sort-bar__link:visited {
    color: inherit
}

.c-sort-bar__link.is-selected {
    background-color: #004b8d;
    text-decoration: underline
}

.c-switcher__toggle {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    height: 38px;
    margin: 24px 0 24px 10px;
    border: none;
    background-color: #004b8d;
    color: #fff;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font: 20px/24px Myriad W01 Regular,sans-serif
}

@media (min-width:992px) {
    .c-switcher__toggle {
        font: 24px/26px Myriad W01 Regular,sans-serif
    }
}

@media (min-width:480px) {
    .c-switcher__toggle {
        min-width: 280px
    }
}

@media (min-width:768px) {
    .c-switcher__toggle {
        min-width: 550px;
        height: 48px
    }
}

.c-switcher__toggle:after, .c-switcher__toggle:before {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    content: ""
}

.c-switcher__toggle:after {
    top: 0;
    border-top: 24px solid #004b8d
}

.c-switcher__toggle:after, .c-switcher__toggle:before {
    border-right: 24px solid transparent;
    border-left: 10px solid transparent
}

.c-switcher__toggle:before {
    bottom: 0;
    border-bottom: 24px solid #004b8d
}

.c-switcher__toggle span {
    position: absolute;
    right: 32px
}

.c-switcher__content {
    max-height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out
}

.c-switcher.is-open .c-switcher__content {
    max-height: 1400px;
    padding: 12px 0 40px 0
}

.c-switcher .c-switcher__toggle span {
    transition: all .1s ease-in-out
}

.c-switcher.is-open .c-switcher__toggle span {
    transform: rotate(180deg)
}

.c-tabs__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #00295f
}

.c-tabs__content {
    padding: 32px 24px;
    background-color: #004b8d;
    color: #fff
}

@media (min-width:992px) {
    .c-tabs__content {
        padding: 32px 80px
    }
}

.c-tabs__content a {
    color: inherit
}

.c-tabs__list-item a {
    display: block;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none
}

@media (min-width:480px) {
    .c-tabs__list-item a {
        padding: 16px 30px
    }
}

.c-tabs__list-item a[aria-selected=true] {
    background-color: #004b8d;
    text-decoration: underline
}

.c-tabs__list-item:first-of-type a {
    padding-left: 24px
}

@media (min-width:992px) {
    .c-tabs__list-item:first-of-type a {
        padding-left: 80px
    }
}

.c-tabs p {
    max-width: 1132px
}

    .c-tabs p:last-child {
        margin-bottom: 0
    }

.c-tag-list__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px
}

@media (min-width:992px) {
    .c-tag-list__inner {
        padding-right: 50px;
        padding-left: 50px
    }
}

.c-tag-list__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding: 0;
    list-style: none
}

.c-tag-list__title {
    color: #fff;
    text-align: center
}

.c-tag-list__item {
    width: 100%;
    padding: 6px 16px
}

@media (min-width:992px) {
    .c-tag-list__item {
        width: 50%
    }
}

.c-tag {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    margin-left: 10px;
    padding: 0 20px;
    background-color: #fff;
    color: inherit;
    text-decoration: none
}

@media (min-width:768px) {
    .c-tag {
        padding: 0 40px
    }
}

.c-tag--inverted {
    min-height: 32px;
    background-color: #004b8d;
    color: #fff
}

@media (min-width:768px) {
    .c-tag--inverted {
        min-height: 48px
    }
}

.c-tag:visited {
    color: inherit
}

.c-tag:hover {
    background-color: #004b8d;
    color: #fff;
    text-decoration: underline
}

.c-tag:after, .c-tag:before {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    content: ""
}

.c-tag:after {
    top: 0;
    border-top: 24px solid #fff
}

.c-tag:after, .c-tag:before {
    border-right: 24px solid transparent;
    border-left: 10px solid transparent
}

.c-tag:before {
    bottom: 0;
    border-bottom: 24px solid #fff
}

.c-tag:hover:after {
    border-top-color: #004b8d
}

.c-tag:hover:before {
    border-bottom-color: #004b8d
}

.c-tag--inverted:after {
    border-top-color: #004b8d
}

.c-tag--inverted:before {
    border-bottom-color: #004b8d
}

.t-padding--v[class] {
    padding: 10px 0
}

@media (min-width:768px) {
    .t-padding--v[class] {
        padding: 20px 0
    }
}

@media (min-width:992px) {
    .t-padding--v[class] {
        padding: 40px 0
    }
}

.t-padding--v-m[class] {
    padding: 20px 0
}

@media (min-width:768px) {
    .t-padding--v-m[class] {
        padding: 30px 0
    }
}

@media (min-width:992px) {
    .t-padding--v-m[class] {
        padding: 60px 0
    }
}

.t-padding--v-l[class] {
    padding: 30px 0
}

@media (min-width:768px) {
    .t-padding--v-l[class] {
        padding: 50px 0
    }
}

@media (min-width:992px) {
    .t-padding--v-l[class] {
        padding: 80px 0
    }
}

.t-padding--v-xl[class] {
    padding: 40px 0
}

@media (min-width:768px) {
    .t-padding--v-xl[class] {
        padding: 60px 0
    }
}

@media (min-width:992px) {
    .t-padding--v-xl[class] {
        padding: 100px 0
    }
}

.t-padding--h[class] {
    padding: 0 10px
}

@media (min-width:768px) {
    .t-padding--h[class] {
        padding: 0 20px
    }
}

@media (min-width:992px) {
    .t-padding--h[class] {
        padding: 0 40px
    }
}

.t-padding--h-m[class] {
    padding: 0 20px
}

@media (min-width:768px) {
    .t-padding--h-m[class] {
        padding: 0 30px
    }
}

@media (min-width:992px) {
    .t-padding--h-m[class] {
        padding: 0 60px
    }
}

.t-padding--h-l[class] {
    padding: 0 30px
}

@media (min-width:768px) {
    .t-padding--h-l[class] {
        padding: 0 50px
    }
}

@media (min-width:992px) {
    .t-padding--h-l[class] {
        padding: 0 80px
    }
}

.t-padding--h-xl[class] {
    padding: 0 40px
}

@media (min-width:768px) {
    .t-padding--h-xl[class] {
        padding: 0 60px
    }
}

@media (min-width:992px) {
    .t-padding--h-xl[class] {
        padding: 0 100px
    }
}

.t-padding--top[class] {
    padding-top: 10px
}

@media (min-width:768px) {
    .t-padding--top[class] {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .t-padding--top[class] {
        padding-top: 40px
    }
}

.t-padding--top-m[class] {
    padding-top: 20px
}

@media (min-width:768px) {
    .t-padding--top-m[class] {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    .t-padding--top-m[class] {
        padding-top: 60px
    }
}

.t-padding--top-l[class] {
    padding-top: 30px
}

@media (min-width:768px) {
    .t-padding--top-l[class] {
        padding-top: 50px
    }
}

@media (min-width:992px) {
    .t-padding--top-l[class] {
        padding-top: 80px
    }
}

.t-padding--top-xl[class] {
    padding-top: 40px
}

@media (min-width:768px) {
    .t-padding--top-xl[class] {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .t-padding--top-xl[class] {
        padding-top: 100px
    }
}

.t-padding--bottom[class] {
    padding-bottom: 10px
}

@media (min-width:768px) {
    .t-padding--bottom[class] {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .t-padding--bottom[class] {
        padding-bottom: 40px
    }
}

.t-padding--bottom-m[class] {
    padding-bottom: 20px
}

@media (min-width:768px) {
    .t-padding--bottom-m[class] {
        padding-bottom: 30px
    }
}

@media (min-width:992px) {
    .t-padding--bottom-m[class] {
        padding-bottom: 60px
    }
}

.t-padding--bottom-l[class] {
    padding-bottom: 30px
}

@media (min-width:768px) {
    .t-padding--bottom-l[class] {
        padding-bottom: 50px
    }
}

@media (min-width:992px) {
    .t-padding--bottom-l[class] {
        padding-bottom: 80px
    }
}

.t-padding--bottom-xl[class] {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .t-padding--bottom-xl[class] {
        padding-bottom: 60px
    }
}

@media (min-width:992px) {
    .t-padding--bottom-xl[class] {
        padding-bottom: 100px
    }
}

.t-text-align-center {
    text-align: center
}

.t-text-align-right {
    text-align: right
}

.t-text-align-left {
    text-align: left
}

.t-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    white-space: nowrap
}

.t-visually-hidden--focusable:active, .t-visually-hidden--focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    margin: 0;
    white-space: inherit
}
/*# sourceMappingURL=main.min.css.map */
