
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap); @font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/icomoon.woff2) format("woff2")
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.margin-x {
    margin-right: 1.1764705882em;
    margin-left: 1.1764705882em
}

.margin-x-2x {
    margin-right: 2.3529411765em;
    margin-left: 2.3529411765em
}

.margin-y {
    margin-top: 1.1764705882em;
    margin-bottom: 1.1764705882em
}

.margin-y-2x {
    margin-top: 2.3529411765em;
    margin-bottom: 2.3529411765em
}

.padding-x {
    padding-right: 1.1764705882em;
    padding-left: 1.1764705882em
}

.padding-x-2x {
    padding-right: 2.3529411765em;
    padding-left: 2.3529411765em
}

.padding-y {
    padding-top: 1.1764705882em;
    padding-bottom: 1.1764705882em
}

.padding-y-2x {
    padding-top: 2.3529411765em;
    padding-bottom: 2.3529411765em
}

.stretch-container {
    margin-right: -1.1764705882em;
    margin-left: -1.1764705882em
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%
}

h1 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase
}

@media(max-width: 800px) {
    h1 {
        margin-bottom:20px;
        font-size: 35px
    }
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #131313;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase
}

@media(max-width: 800px) {
    h2 {
        font-size:26px
    }
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #131313;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase
}

@media(max-width: 800px) {
    h3 {
        margin-bottom:10px;
        font-size: 27px
    }
}

h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #131313;
    font-size: 24px;
    line-height: 1.4
}

@media(max-width: 800px) {
    h4 {
        margin-bottom:10px;
        font-size: 22px
    }
}

h5 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #131313;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase
}

@media(max-width: 800px) {
    h5 {
        margin-bottom:10px
    }
}

h6 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #131313;
    font-size: 16px;
    line-height: 1.4
}

@media(max-width: 800px) {
    h6 {
        margin-bottom:10px
    }
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

hr {
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #cfcfcf
}

a {
    color: #004c45;
    font-weight: 500;
    text-underline-position: under;
    transition-duration: .4s,0s;
    transition-property: all,visibility
}

a:focus-visible,a:hover {
    text-decoration-line: none
}

ul,ol {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px
}

img,canvas,video,svg {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

.softStyleUpdateButton {
    display: inline-block;
    border: 1px solid #ffda00 !important;
    border-radius: 38px;
    padding: 10px 24px;
    background-color: #ffda00;
    color: #004c45;
    font-family: "Montserrat",sans-serif !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration-line: none;
    text-transform: uppercase;
    transition-duration: .4s,0s;
    transition-property: all,visibility;
    cursor: pointer
}

.softStyleUpdateButton em {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}

.softStyleUpdateButton:focus-visible,.softStyleUpdateButton:hover,.softStateSelected .softStyleUpdateButton,.softStyleUpdateButton.on {
    border-color: #ffec7d !important;
    background-color: #ffec7d;
    color: #131313
}

.softElement {
    margin-bottom: 60px
}

.softElement:last-child {
    margin-bottom: 0
}

.softElementHeaderContent {
    margin-bottom: 20px
}

.softElementFooterContent {
    margin-top: 20px
}

.softElementEmpty {
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    color: #131313
}

.softPanel {
    margin-bottom: 0
}

.softStyleDefaultField {
    border: 1px solid #cfcfcf
}

.softList article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cfcfcf
}

dialog::-ms-backdrop {
    display: block !important;
    background-color: rgba(0,0,0,.8);
    pointer-events: none
}

dialog::backdrop {
    display: block !important;
    background-color: rgba(0,0,0,.8);
    pointer-events: none
}


.lead-in {
    color: #004c45;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase
}

@media(max-width: 800px) {
    .lead-in {
        font-size:19px
    }
}

blockquote {
    position: relative;
    margin: 50px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #004c45;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase
}

blockquote:after {
    content: "";
    position: absolute;
    top: -15px;
    left: calc(50% - 35px);
    width: 70px;
    background-color: #fff;
    color: #ff5c35;
    font-family: "icomoon";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

@media(max-width: 800px) {
    blockquote {
        font-size:17px
    }
}

cite {
    display: block;
    margin-top: 20px;
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none
}

cite strong {
    display: block;
    font-size: 16px;
    font-weight: 700
}

#event-view {
    padding: 0 20px;
    margin: 20px 0
}

@media(min-width: 900px) {
    #event-view {
        display:none
    }
}


.softError {
    margin-bottom: 50px
}


.softSearchElement.softSearchForm .softSearchElementKeyword {
    margin-bottom: 20px
}

.softSearchElement.softSearchForm .softSearchElementKeyword+.softSearchElementSearchButton {
    margin-top: 0
}

.softSearchElement.softSearchForm .softSearchElementSearchButton:last-child {
    margin-bottom: 0
}

.site-search {
    margin-right: 72px;
    margin-bottom: 78px
}

.site-search form {
    display: flex;
    align-items: center;
    position: relative
}

.site-search label {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.site-search .softSearchElementKeyword {
    flex-basis: 100%;
    order: 2;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important
}

.site-search input {
    height: 72px;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0 40px 0 30px;
    background-color: rgba(19,19,19,.36);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.site-search input::-webkit-input-placeholder {
    color: inherit;
    font-weight: 600
}

.site-search input:-ms-input-placeholder {
    color: inherit;
    font-weight: 600
}

.site-search input::-ms-input-placeholder {
    color: inherit;
    font-weight: 600
}

.site-search input::placeholder {
    color: inherit;
    font-weight: 600
}

.site-search .softButtonClear {
    top: calc(50% - 16px);
    right: 10px;
    bottom: auto;
    height: 32px;
    width: 32px;
    margin: 0;
    opacity: 1;
    visibility: inherit;
    cursor: pointer
}

.softSearchElement .softButtonClear {
    cursor: pointer;
    visibility: visible;
}

.softStateHidden {
    display: none !important;
}
.softButtonClear {
    background-color: transparent;
    padding: 0;
}

.site-search .softButtonClear:before {
    display: inline;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    vertical-align: unset
}

.site-search .softButtonClear span {
    display: none
}

.site-search .softSearchElementSearchButton {
    flex-shrink: 0;
    position: relative;
    height: 72px;
    width: 60px;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 0;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1
}

.site-search .softSearchElementSearchButton:after {
    content: "\2315";
    font-family: "icomoon";
    font-size: 30px
}

.site-search .softSearchElementSearchButton:focus-visible,.site-search .softSearchElementSearchButton:hover {
    background-color: #000
}

.softElementToolsSearch .softSeparator {
    margin: 0 5px;
    display: inline-block;
    text-align: center
}

.mobile-translate {
    margin-bottom: 0;
    padding-bottom: 20px
}

.mobile-translate div {
    display: flex;
    flex-direction: column
}

.mobile-translate button {
    position: relative;
    padding: 0 0 0 24px;
    border: 0;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-underline-position: under;
    cursor: pointer
}

.mobile-translate button:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    font-family: "icomoon";
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.mobile-translate button:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    font-family: "bpa-font-icon";
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.mobile-translate button:focus-visible,.mobile-translate button:hover {
    text-decoration-line: underline
}

.mobile-translate .active:before {
    content: ""
}

.mobile-translate ul {
    display: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-bottom: 10px
}

.mobile-translate .weglot-list-open {
    display: block
}

.mobile-translate li {
    display: flex
}

.mobile-translate li:nth-child(n+2) {
    margin-top: 20px
}

.mobile-translate a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration-line: none
}

.mobile-translate a:focus-visible,.mobile-translate a:hover {
    text-decoration-line: underline
}


.softNavigation ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.softNavLevel2>li>a {
    padding-left: 10px
}





.landing-nav {
    margin-bottom: 0;
    padding: 30px 20px;
    background-color: #004c45
}

.landing-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 30px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.landing-nav li {
    display: flex
}

.landing-nav .softNavCurrentPage>a {
    color: #ffda00
}

.landing-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration-line: none
}

.landing-nav a:focus-visible,.landing-nav a:hover {
    color: #ffda00
}

.landing-nav.hidden {
    display: none !important
}

@media(max-width: 800px) {
    .landing-nav {
        display:none
    }
}

.nav-main {
    position: relative;
    margin-left: 76px;
    margin-right: 50px;
    margin-bottom: 0
}

.nav-main li {
    display: flex
}

.nav-main .softNavCurrentPage>a,.nav-main .softNavCurrentPageAncestor>a {
    color: #ffda00
}

.nav-main a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: none
}

.nav-main .softNavLevel1>li {
    justify-content: flex-end;
    width: 48%;
    padding-top: 8px;
    padding-bottom: 8px
}

.nav-main .softNavLevel1>li>a {
    position: relative;
    color: #ffda00;
    font-size: 29px;
    text-align: right
}

.softStyleSROnly {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.nav-main .softNavLevel1>li>a:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: calc(100% + 16px);
    height: 3px;
    width: 68px;
    background-color: #ff5c35
}

.nav-main .softNavLevel1>li>a:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 22px);
    z-index: 2;
    height: 20px;
    width: 20px;
    background-image: url(./content/assets/images/icon/favicon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.nav-main .softNavLevel1>:nth-child(n+2)>a {
    color: #fff
}

.nav-main .softNavLevel1>:nth-child(n+2)>a:before,.nav-main .softNavLevel1>:nth-child(n+2)>a:after {
    opacity: 0
}

.nav-main .softNavLevel1>:nth-child(n+2) .softNavPageInfo {
    opacity: 0;
    visibility: hidden
}

.nav-main .softNavLevel1>:focus-within>a {
    color: #ffda00
}

.nav-main .softNavLevel1>:focus-within>a:before,.nav-main .softNavLevel1>:focus-within>a:after {
    opacity: 1;
    transition-duration: .4s
}

.nav-main .softNavLevel1>:focus-within .softNavPageInfo {
    opacity: 1;
    visibility: visible;
    transition-duration: .4s;
    transition-property: opacity
}

.nav-main .softNavLevel1:has(>:nth-child(n+2):focus-within)>:first-child>a {
    color: #fff
}

.nav-main .softNavLevel1:has(>:nth-child(n+2):focus-within)>:first-child>a:before,.nav-main .softNavLevel1:has(>:nth-child(n+2):focus-within)>:first-child>a:after {
    opacity: 0
}

.nav-main .softNavLevel1:has(>:nth-child(n+2):focus-within)>:first-child .softNavPageInfo {
    opacity: 0;
    visibility: hidden
}

.nav-main .softNavPageInfo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: calc(100vh - 190px);
    width: 52%;
    padding-top: 40px;
    padding-left: 64px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    background-position-x: 32px;
    background-repeat: no-repeat;
    background-size: 1px 100%
}

.nav-main .softNavLevel2 {
    max-height: 100%;
    scrollbar-width: thin;
    overflow-y: auto
}

.nav-main .softNavLevel2>:nth-child(n+2) {
    margin-top: 14px
}

.nav-main .softNavLevel2 a {
    padding-left: 0
}

.nav-main .softNavLevel2 a:focus-visible,.nav-main .softNavLevel2 a:hover {
    color: #ffda00
}

@media(max-width: 800px) {
    .nav-main {
        display:none
    }
}

@media(hover: hover) {
    .nav-main .softNavLevel1>:hover>a {
        color:#ffda00
    }

    .nav-main .softNavLevel1>:hover>a:before,.nav-main .softNavLevel1>:hover>a:after {
        opacity: 1;
        transition-duration: .4s
    }

    .nav-main .softNavLevel1>:hover .softNavPageInfo {
        opacity: 1;
        visibility: visible;
        transition-duration: .4s;
        transition-property: opacity
    }

    .nav-main .softNavLevel1:has(>:nth-child(n+2):hover)>:first-child>a {
        color: #fff
    }

    .nav-main .softNavLevel1:has(>:nth-child(n+2):hover)>:first-child>a:before,.nav-main .softNavLevel1:has(>:nth-child(n+2):hover)>:first-child>a:after {
        opacity: 0
    }

    .nav-main .softNavLevel1:has(>:nth-child(n+2):hover)>:first-child .softNavPageInfo {
        opacity: 0;
        visibility: hidden
    }
}

#softMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    z-index: 999;
    height: 100%;
    max-height: none;
    min-height: unset;
    width: 100%;
    max-width: none;
    min-width: unset;
    margin-left: auto;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #004c45;
    -webkit-animation: none;
    animation: none;
    overflow-y: auto
}

#softMenu::-ms-backdrop {
    display: none !important
}

#softMenu::backdrop {
    display: none !important
}

@starting-style {
}

/* #softMenu[open] {
    transition-duration: .4s;
    transition-property: opacity,translate
}

#softMenu:not([open]) {
    translate: 100%;
    opacity: 0;
    visibility: hidden
} */

#softMenu.open {
    transition-duration: .4s;
    transition-property: opacity,translate
}

#softMenu:not(.open) {
    translate: 100%;
    opacity: 0;
    visibility: hidden
}
@media only screen and (max-width: 768px) {
    figure {
        margin: 0 0 0rem;
    }
}

.softMenu {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%
}

.btn-mobile-close {
    margin-bottom: 0
}

.btn-mobile-close button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    width: 60px;
    border: 0;
    background-color: #ff5c35;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.btn-mobile-close button:after {
    content: "\2716";
    font-family: "icomoon";
    font-size: 20px
}

.btn-mobile-close button:focus-visible,.btn-mobile-close button:hover {
    background-color: #004c45
}

.mobile-search {
    margin-right: 60px;
    margin-bottom: 20px
}

.mobile-search form {
    display: flex;
    align-items: center;
    position: relative
}

.mobile-search label {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.mobile-search .softSearchElementKeyword {
    flex-basis: 100%;
    order: 2;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important
}

.mobile-search input {
    height: 60px;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0 40px 0 10px;
    background-color: rgba(19,19,19,.36);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.mobile-search input::-webkit-input-placeholder {
    color: inherit
}

.mobile-search input:-ms-input-placeholder {
    color: inherit
}

.mobile-search input::-ms-input-placeholder {
    color: inherit
}

.mobile-search input::placeholder {
    color: inherit
}

.mobile-search .softButtonClear {
    top: calc(50% - 16px);
    right: 4px;
    bottom: auto;
    height: 32px;
    width: 32px;
    margin: 0;
    opacity: 1;
    visibility: inherit;
    cursor: pointer
}

.mobile-search .softButtonClear:before {
    display: inline;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    vertical-align: unset
}

.mobile-search .softButtonClear span {
    display: none
}

.mobile-search .softSearchElementSearchButton {
    flex-shrink: 0;
    position: relative;
    height: 60px;
    width: 54px;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal
}

.mobile-search .softSearchElementSearchButton:after {
    content: "\2315";
    font-family: "icomoon";
    font-size: 30px
}

.mobile-search .softSearchElementSearchButton:focus-visible,.mobile-search .softSearchElementSearchButton:hover {
    background-color: #000
}

.mobile-nav {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0
}

.mobile-nav li {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px
}

.mobile-nav .softNavParentPage {
    flex-wrap: wrap;
    justify-content: space-between
}

.mobile-nav .softNavParentPage>a {
    max-width: calc(100% - 42px)
}

.mobile-nav .softNavCurrentPage>a,.mobile-nav .softNavCurrentPageAncestor>a {
    text-decoration-line: underline
}

.mobile-nav .expanded {
    padding-bottom: 0 !important
}

.mobile-nav .expanded>a {
    text-decoration-line: underline
}

.mobile-nav .expanded>button {
    color: #ffda00
}

.mobile-nav .expanded>button:after {
    content: "\2212";
    font-size: 20px;
}

.mobile-nav .expanded>.softNavPageInfo {
    display: block
}

.mobile-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: none
}

.mobile-nav a:focus-visible,.mobile-nav a:hover {
    text-decoration-line: underline
}

.mobile-nav button {
    height: 32px;
    width: 32px;
    border: 2px solid #ddd;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    border-radius: 50px;
}

.mobile-nav button:after {
    content: "\2795";
    font-family: "icomoon";
    font-size: 12px;
    color: #fff;
}

.mobile-nav button:focus-visible,.mobile-nav button:hover {
    color: #ffda00
}

.mobile-nav .softNavLevel1>li {
    min-height: 60px;
    padding-top: 14px;
    padding-bottom: 14px
}

.mobile-nav .softNavLevel1>li>a {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase
}

.mobile-nav .softNavLevel1>li>.softNavPageInfo {
    margin-top: 20px;
    margin-bottom: 40px
}

.mobile-nav .softNavLevel1>:nth-child(n+2) {
    box-shadow: 0 -1px rgba(248,248,248,.25)
}

.mobile-nav .softNavPageInfo {
    display: none;
    width: 100%;
    padding-left: 20px
}

.mobile-nav .softNavPageInfo a {
    padding-left: 0
}

.mobile-utility {
    margin-bottom: 0
}

.mobile-utility li {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px
}

.mobile-utility .softNavParentPage {
    flex-wrap: wrap
}

.mobile-utility .expanded {
    padding-bottom: 0 !important
}

.mobile-utility .expanded>a {
    text-decoration-line: underline
}

.mobile-utility .expanded>button {
    color: #ffda00
}

.mobile-utility .expanded>button:after {
    content: "\2304"
}

.mobile-utility .expanded>.softNavPageInfo {
    display: block
}

.mobile-utility a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: none
}

.mobile-utility a:focus-visible,.mobile-utility a:hover {
    text-decoration-line: underline
}

.mobile-utility button {
    height: 32px;
    width: 32px;
    margin-left: auto;
    border: 0;
    background-color: rgba(0,0,0,0);
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.mobile-utility button:after {
    content: "";
    font-family: "icomoon";
    font-size: 12px
}

.mobile-utility button:focus-visible,.mobile-utility button:hover {
    color: #ffda00
}

.mobile-utility .softNavLevel1>li {
    min-height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #ffda00
}

.mobile-utility .softNavLevel1>li>a {
    margin-left: 20px;
    color: #004c45;
    font-weight: 800;
    text-transform: uppercase
}

.mobile-utility .softNavLevel1>li>button {
    margin-right: 20px
}

.mobile-utility .softNavLevel1>li>.softNavPageInfo {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px
}

.mobile-utility .softNavLevel1>:nth-child(n+2) {
    box-shadow: 0 -1px rgba(248,248,248,.25)
}

.mobile-utility .softNavLevel1>:nth-child(n+4) {
    background-color: #043f39
}

.mobile-utility .softNavLevel1>:nth-child(n+4)>a {
    color: #fff
}

.mobile-utility .softNavPageInfo {
    display: none;
    width: 100%;
    padding-left: 20px
}

.mobile-utility .softNavPageInfo a {
    padding-left: 0
}

.drawer-is-active {
    overflow: hidden
}

.drawer-is-active #softAccountBar {
    z-index: 0
}

#softPageBodyWrapper {
    padding: 0px
}

#softPageWrapper {
    overflow-x: hidden;
    position: relative;
    background-color: rgba(0,0,0,0)
}

#softHeader {
    position: relative;
    z-index: 9;
    background-color: #014740
}

#softHeader .softBanner {
    display: flex;
    align-items: center;
    gap: 30px
}

#softHeader .softBanner:after,#softHeader .softBanner>.softElementActionButtonContainer {
    display: none
}

.header-logo {
    margin-bottom: 0;
    padding-left: 40px
}

.header-logo figure {
    display: flex
}

.header-logo figure a {
    display: inline-flex
}

.header-logo picture {
    display: flex
}

.header-logo img {
    height: 112px;
    width: 100%;
    max-width: 340px;
    -o-object-fit: contain;
    object-fit: contain;
    transition-duration: .4s
}

@media(min-width: 1201px) {
    .header-logo .softElementContent {
        position:relative;
        height: 72px;
        width: 340px
    }

    .header-logo figure {
        position: absolute;
        top: 10px;
        left: 0
    }
}

@media(max-width: 1200px) {
    .header-logo {
        padding-left:20px
    }

    .header-logo img {
        height: 46px;
        max-width: 128px
    }
}

@media(max-width: 800px) {
    .header-logo {
        padding-left:10px
    }
}

.header-utility {
    margin-left: auto;
    margin-bottom: 0
}

.header-utility li {
    display: flex
}

.header-utility a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: none
}

.header-utility .softNavLevel1 {
    display: flex;
    gap: 24px
}

.header-utility .softNavLevel1>li {
    position: relative;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px
}

.header-utility .softNavLevel1>li:after {
    content: "\29BF";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    color: #ffda00;
    font-family: "icomoon";
    font-size: 16px;
    line-height: 1;
    transition-duration: .4s
}

.header-utility .softNavLevel1>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 800
}

.header-utility .softNavLevel1>li>a:focus-visible,.header-utility .softNavLevel1>li>a:hover {
    color: #ffda00
}

.header-utility .softNavLevel1>:nth-child(2):after {
    content: "\1F589"
}

.header-utility .softNavLevel1>:nth-child(3):after {
    content: "\1F5EF"
}

.header-utility .softNavLevel1>:nth-child(4):after {
    content: "\26D3"
}

.header-utility .softNavLevel1>:nth-child(5):after {
    content: "v"
}

.header-utility .softNavLevel1>:focus-within:after {
    scale: .9
}

.header-utility .softNavLevel1>:focus-within>a {
    color: #ffda00
}

.header-utility .softNavLevel1>:focus-within .softNavPageInfo {
    translate: -50% 0;
    opacity: 1;
    visibility: visible;
    transition-duration: .4s
}

.header-utility .softNavPageInfo {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 40px;
    z-index: 1;
    width: -webkit-max-content;
    width: max-content;
    padding: 24px;
    background-color: #ffda00;
    opacity: 0;
    visibility: hidden
}

.header-utility .softNavPageInfo li {
    justify-content: center
}

.header-utility .softNavPageInfo li:nth-child(n+2) {
    margin-top: 14px
}

.header-utility .softNavPageInfo a {
    padding-left: 0;
    text-align: center
}

.header-utility .softNavPageInfo a:focus-visible,.header-utility .softNavPageInfo a:hover {
    text-decoration-line: underline
}

@media(max-width: 1200px) {
    .header-utility .softNavLevel1>li {
        padding-top:20px;
        padding-bottom: 20px
    }

    .header-utility .softNavLevel1>li>a {
        font-size: 12px
    }
}

@media(max-width: 800px) {
    .header-utility {
        display:none
    }
}

.btn-header-menu {
    margin-bottom: 0
}

.btn-header-menu button {
    height: 94px;
    width: 94px;
    border: 0;
    background-color: #ff5c35;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    transition-duration: .4s;
    cursor: pointer
}

.btn-header-menu button:after {
    content: "\2630";
    display: block;
    font-family: "icomoon";
    font-size: 20px;
    transition-duration: .4s
}

.btn-header-menu button:focus-visible:after,.btn-header-menu button:hover:after {
    scale: 1.2
}

@media(max-width: 1200px) {
    .btn-header-menu button {
        height:60px;
        width: 60px
    }
}

@media(max-width: 800px) {
    .btn-header-menu {
        display:none
    }
}
dialog {
    border: 1px solid #747476;
    -webkit-animation: anim-display .6s ease-in-out;
    animation: anim-display .6s ease-in-out;
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    color: #232327;
    display: none;
    left: 50%;
    margin: 0;
    max-height: 100vh;
    max-width: calc(100% - 40px);
    min-height: 175px;
    min-width: 240px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    word-wrap: break-word
}

dialog::-webkit-backdrop {
    background: rgba(0,0,0,0.8)
}

dialog::backdrop {
    background: rgba(0,0,0,0.8)
}



@-webkit-keyframes anim-display {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes anim-display {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.header-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    height: 100%;
    max-height: none;
    min-height: unset;
    width: 700px;
    max-width: none;
    min-width: unset;
    margin-left: auto;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0 0 60px;
    background-color: #004c45 !important;
    -webkit-animation: none;
    animation: none;
    overflow-y: auto;
    transition-duration: .8s,.8s,0s;
    transition-property: opacity,translate,visibility;
    transition-timing-function: cubic-bezier(0.1, 0.6, 0.1, 1.15);
    translate: 100%;
    opacity: 0;
    visibility: hidden
}

.header-menu header button {
    position: absolute;
    top: 0;
    right: 0;
    height: 72px;
    width: 72px;
    border: 0;
    background-color: #ff5c35;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    transition-duration: .4s,0s;
    transition-property: all,visibility;
    cursor: pointer
}

.header-menu header button:after {
    content: "\2716";
    display: block;
    font-family: "icomoon";
    font-size: 20px;
    transition-duration: .4s
}

.header-menu header button:focus-visible:after,.header-menu header button:hover:after {
    scale: 1.2
}

.header-menu .softElementHeaderContent {
    margin-bottom: 0
}

.header-menu::-ms-backdrop {
    display: none !important
}

.header-menu::backdrop {
    display: none !important
}

/* .header-menu[open] {
    translate: 0;
    opacity: 1;
    visibility: visible
}

.header-menu:not([open]) {
    transition-delay: 0s,0s,.8s
} */

.header-menu.open {
    translate: 0;
    opacity: 1;
    visibility: visible
}

.header-menu::not(.open) {
    transition-delay: 0s,0s,.8s
}

.btn-mobile-menu {
    margin-left: auto;
    margin-bottom: 0
}

.btn-mobile-menu button {
    height: 60px;
    width: 60px;
    border: 0;
    background-color: #ff5c35;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.btn-mobile-menu button:after {
    content: "\2630";
    font-family: "icomoon";
    font-size: 20px
}

.btn-mobile-menu button:focus-visible,.btn-mobile-menu button:hover {
    background-color: #004c45
}

@media(min-width: 801px) {
    .btn-mobile-menu {
        display:none
    }
}

@media(min-width: 1201px) {
    .has-hero #softHeader {
        background-color:rgba(0,0,0,0)
    }
}

body:not(.has-hero) #softHeader {
    height: 94px
}

body:not(.has-hero) #softHeader .softBanner {
    background-color: #014740
}


@media(min-width: 1201px) {
    body:not(.softAccountBarVisible):not(.softDraftMode) #softHeader .softBanner {
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition-duration: .4s
    }

    body:not(.softAccountBarVisible):not(.softDraftMode) #softHeader.softSticky .softBanner {
        background-color: #014740
    }

    body:not(.softAccountBarVisible):not(.softDraftMode) #softHeader.softSticky .header-logo figure {
        top: 0
    }

    body:not(.softAccountBarVisible):not(.softDraftMode) #softHeader.softSticky .header-logo img {
        height: 72px
    }
}

@media(hover: hover) {
    .header-utility .softNavLevel1>:hover:after {
        scale:.9
    }

    .header-utility .softNavLevel1>:hover>a {
        color: #ffda00
    }

    .header-utility .softNavLevel1>:hover .softNavPageInfo {
        translate: -50% 0;
        opacity: 1;
        visibility: visible;
        transition-duration: .4s
    }
}