@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 400;
    src: local("Overpass Regular"), local("Overpass-Regular"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-regular.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 700;
    src: local("Overpass Bold"), local("Overpass-Bold"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass Title;
    font-style: normal;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900.woff) format("woff")
}

@font-face {
    ascent-override: 100%;
    font-family: Helvetica;
    size-adjust: 100.6%;
    src: local("Helvetica")
}

@font-face {
    ascent-override: 100%;
    font-family: Arial;
    size-adjust: 100.6%;
    src: local("Arial")
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.is-visible {
    opacity: 1 !important;
    visibility: visible !important
}

@media(max-width:767px) {
    .is-visible--mobile {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.is-hidden {
    opacity: 0;
    visibility: hidden
}

.is-display {
    display: block !important
}

.is-flex {
    display: flex !important
}

.is-none {
    display: none !important
}

@supports(display:grid) {
    .panel--fadein .fadein {
        opacity: 0;
        transition-delay: .2s;
        transition-duration: .6s;
        transition-property: opacity, transform;
        transition-timing-function: ease
    }

    .panel--fadein .fadein.fadein--scale {
        transform: scale(.9)
    }

    .panel--fadein .fadein.fadein--left {
        transform: translateX(-1rem)
    }

    .panel--fadein .fadein.fadein--right {
        transform: translateX(1rem)
    }

    @media(min-width:1024px) {
        .panel--fadein .fadein.fadein--scale.fadein--right {
            transform: translateX(3rem) scale(.9)
        }

        .panel--fadein .fadein.fadein--scale.fadein--left {
            transform: translateX(-3rem) scale(.9)
        }
    }

    .panel--fadein .fadein.fadein--delay {
        transition-delay: .5s
    }
}

.is-fadedin {
    opacity: 1 !important;
    transform: none !important
}

.no-scroll {
    height: 100% !important;
    overflow: hidden !important
}

@media(min-width:768px) {
    .no-hiddenscroll.no-scroll {
        overflow-y: scroll !important
    }

    .no-hiddenscroll.no-scroll body {
        overflow: hidden !important
    }

    .hiddenscroll.no-scroll {
        margin-right: 0
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.u-show-on-focus:focus {
    background-color: #fff;
    color: #000;
    display: block;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 1rem;
    position: absolute;
    width: auto;
    clip: auto;
    z-index: 10000
}

.u-accent {
    color: #002f70 !important
}

.u-small {
    font-size: .8rem !important
}

.u-bold {
    font-weight: 700 !important
}

.u-first-letter:first-letter {
    text-transform: uppercase
}

.u-capitalize:first-letter {
    text-transform: capitalize
}

.u-link {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.u-link:focus,
.u-link:hover {
    border-bottom: 1px solid #06c
}

.u-link {
    display: inline
}

.u-plain-link {
    text-decoration: none
}

.u-plain-link,
.u-plain-link:focus,
.u-plain-link:hover {
    border-bottom: none !important
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.u-dark-link {
    border-bottom: 1px solid #101921 !important;
    color: #101921 !important;
    text-decoration: none
}

.u-dark-link:focus,
.u-dark-link:hover {
    border-bottom: 1px solid #cfd1d3 !important
}

.u-dark-link {
    display: inline
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #101921;
    color: #101921;
    text-decoration: none
}

.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.u-dark-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #cfd1d3
}

.u-white-link {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    text-decoration: none
}

.u-white-link:focus,
.u-white-link:hover {
    border-bottom: 1px solid #ccc !important
}

.u-white-link {
    display: inline
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.u-white-links a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

img.u-flipped {
    transform: scaleX(-1) !important
}

.u-white-text {
    color: #fff !important
}

.u-dark-text {
    color: #000 !important
}

a.slanted-arrow-link {
    color: var(--panel-font-color, #101921)
}

a.slanted-arrow-link:before {
    background: var(--panel-font-color, #101921);
    background-position: 0;
    background-size: 14px;
    content: "";
    display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' viewBox='0 0 52.331 52.713'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath stroke-width='4' d='M0 0h38.97v37.928H0z' data-name='Rectangle 45'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 71' transform='rotate(-60 29.227 16.875)'%3E%3Cpath d='M24.289 33.113H14.68V0h9.609Z' data-name='Line 25'/%3E%3Cpath d='M17.004 39.304-.035 26.481l5.779-7.677 14.057 10.582 13.097-10.493 6.009 7.5-16.009 12.826Z' data-name='Path 9'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
    mask-size: 80%;
    padding-left: 1rem;
    position: relative;
    top: 5px
}

a.slanted-arrow-link {
    text-decoration: none
}

a.slanted-arrow-link,
a.slanted-arrow-link:focus,
a.slanted-arrow-link:hover {
    border-bottom: none !important
}

a.slanted-arrow-link {
    align-self: center;
    display: inline-flex;
    font-weight: 700;
    text-decoration: underline !important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-size: 16px
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    line-height: 1.5;
    margin: 0;
    text-rendering: optimizeLegibility
}

body,
html {
    height: 100%
}

iframe {
    border: 0
}

main {
    display: block;
    flex: 1 0 auto;
    min-height: calc(100vh - 70px)
}

@media(min-width:544px) {
    main {
        min-height: calc(100vh - 51px)
    }
}

@media(min-width:768px) {
    main {
        min-height: calc(100vh - 99px)
    }
}

@media(min-width:1200px) {
    main {
        min-height: calc(100vh - 111px)
    }
}

@media(min-width:768px) {
    .no-flexbox:not(.flexboxtweener) main {
        min-height: calc(100vh - 51px)
    }
}

ol,
ul {
    margin-bottom: 0;
    padding-left: 0
}

ul li {
    display: block
}

h1,
h2 {
    font-size: inherit
}

h1,
h2,
p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

sup {
    line-height: 0;
    position: relative;
    top: -1em;
    vertical-align: baseline
}

sub {
    bottom: 0
}

sub,
sup {
    font-size: .5em;
    left: 0
}

strong {
    font-weight: 700
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

a,
a:focus,
a:hover {
    color: #101921;
    text-decoration: none
}

ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

button {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    -webkit-font-smoothing: inherit;
    background: none;
    cursor: pointer;
    letter-spacing: inherit;
    overflow: visible
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

[tabindex="-1"]:focus {
    outline: none !important
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button,
input,
select,
textarea {
    line-height: inherit;
    font: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

input[type=search] {
    -webkit-appearance: none
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

:root {
    --animation-duration: 300ms;
    --transition-duration: 300ms;
    --transition-delay: 0s
}

@media (update:slow),
screen and (prefers-reduced-motion:reduce) {
    :root {
        --animation-duration: 0.001ms !important;
        --transition-duration: 0.001ms !important;
        --transition-delay: 0.001ms !important
    }

    * {
        animation-duration: var(--animation-duration) !important;
        animation-iteration-count: 1 !important;
        transition-delay: var(--transition-delay) !important;
        transition-duration: var(--transition-duration) !important
    }
}

.message-banner {
    display: block;
    height: auto;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10
}

.message-banner .design-block {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    opacity: .4;
    overflow: hidden;
    position: absolute;
    width: 50%;
    z-index: -1
}

.message-banner .design-block svg {
    fill: var(--design-color, #0085cf);
    height: 100px;
    overflow: visible;
    position: absolute;
    width: auto
}

.message-banner .body-text {
    align-items: center;
    display: block;
    gap: 10px;
    justify-content: center;
    padding: 20px 32px;
    text-align: center;
    z-index: 1
}

.message-banner .body-text .button.button--swipe {
    margin-left: 10px
}

.message-banner .body-text br {
    content: ""
}

.message-banner .body-text br:after {
    content: " "
}

.message-banner .body-text p {
    margin: 0
}

@media(min-width:414px) {
    .message-banner .body-text {
        display: flex
    }

    .message-banner .body-text .button.button--swipe {
        flex: 0 0 auto;
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .message-banner .body-text {
        flex-direction: row;
        width: 100%
    }

    .message-banner .body-text br,
    .message-banner .body-text br:after {
        content: none
    }
}

.message-banner .body-text .button-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
    width: auto
}

.message-banner .body-text--block-mobile {
    display: block
}

@media(min-width:544px) {
    .message-banner .body-text--block-mobile {
        display: flex
    }
}

@media(min-width:1200px) {
    .message-banner {
        height: auto;
        left: 10vw;
        min-height: 150px;
        min-width: 250px;
        position: absolute;
        transform: skew(20deg) scale(.8);
        transform-origin: top;
        width: 23vw;
        z-index: 12
    }

    .message-banner .design-block {
        transform: skew(-20deg);
        transform-origin: bottom
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .message-banner .design-block {
        transform: skew(0deg)
    }
}

@media(min-width:1200px) {
    .message-banner .body-text {
        flex-direction: column;
        transform: skew(-20deg)
    }
}

@media(min-width:1366px) {
    .message-banner {
        left: 12vw;
        transform: skew(20deg)
    }
}

@media(min-width:1920px) {
    .message-banner {
        left: 10vw;
        width: 16vw
    }
}

@media(min-width:2400px) {
    .message-banner {
        left: 10vw;
        width: 13vw
    }
}

header.sticky .message-banner {
    z-index: 0
}

@media(min-width:1200px) {
    header.sticky .message-banner {
        z-index: 10
    }
}

@media(min-width:1920px) {
    header.sticky .message-banner {
        left: calc(50vw - 670px)
    }
}

@media(min-width:1200px) {
    header.sticky+main .message-banner {
        min-height: 100px
    }

    header.sticky+main .message-banner br {
        content: ""
    }

    header.sticky+main .message-banner br:after {
        content: " "
    }

    header.sticky+main .message-banner p {
        margin: 0
    }
}

@media(min-width:1920px) {
    header.sticky+main .message-banner {
        left: 25vw
    }
}

@media(min-width:2400px) {
    header.sticky+main .message-banner {
        left: 30vw;
        width: 15vw
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--callout {
        align-items: center;
        background-color: transparent;
        bottom: 0;
        display: flex;
        height: auto;
        justify-content: flex-start;
        left: auto;
        min-width: 350px;
        overflow: visible;
        padding: 32px 0;
        right: -70px;
        top: auto;
        transform: skew(0deg);
        width: auto
    }

    .message-banner.message-banner--callout .body-text {
        max-width: 300px;
        padding: 0 40px;
        transform: skew(0deg)
    }

    .message-banner.message-banner--callout:after {
        background-color: var(--panel-background, transparent);
        content: "";
        height: 100%;
        opacity: .9;
        position: absolute;
        transform: skew(-20deg);
        width: 100%
    }

    .message-banner.message-banner--top {
        left: 15vw;
        padding: 30px 10px 0 0
    }
}

@media(min-width:1920px) {
    .message-banner.message-banner--top {
        left: 25vw;
        width: 20vw
    }
}

.message-banner.message-banner--full-width {
    overflow: initial
}

.message-banner.message-banner--full-width .body-text {
    align-items: flex-start;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px
}

.message-banner.message-banner--full-width .body-text .text {
    max-width: 700px;
    text-align: left
}

.message-banner.message-banner--full-width .body-text .button-group {
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: flex-start;
    row-gap: 10px
}

.message-banner.message-banner--full-width .body-text .button {
    margin-left: 0
}

@media(min-width:414px) {
    .message-banner.message-banner--full-width .body-text {
        align-items: center
    }

    .message-banner.message-banner--full-width .body-text .text {
        min-width: 200px
    }

    .message-banner.message-banner--full-width .body-text .button-group {
        justify-content: center
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--full-width .body-text {
        flex-direction: row
    }
}

.message-banner.message-banner--full-width .body-text--center {
    align-items: center
}

.message-banner.message-banner--full-width .body-text--center .text {
    text-align: center
}

.message-banner.message-banner--full-width .body-text--center .button-group {
    justify-content: center
}

@media(min-width:414px) {
    .message-banner.message-banner--full-width .body-text--center {
        justify-content: center
    }
}

@media(min-width:1200px) {
    .message-banner.message-banner--full-width {
        align-items: center;
        display: flex;
        left: 0;
        min-height: auto;
        overflow: visible;
        position: relative;
        transform: none;
        width: 100%;
        z-index: 20
    }

    .message-banner.message-banner--full-width .body-text {
        flex-direction: row;
        gap: 64px;
        max-width: 100%;
        transform: none
    }

    .message-banner.message-banner--full-width+header .navigation__curtain {
        top: 0
    }

    .message-banner.message-banner--full-width.sticky+header .panel.navigation__panel {
        top: 72px
    }

    .message-banner.message-banner--full-width.sticky+header .panel.navigation__panel.navigation__search-panel {
        top: 0
    }
}

.message-banner.sticky.message-banner--full-width,
header.sticky .message-banner.message-banner--callout,
header.sticky .message-banner.message-banner--top,
header.sticky+main .message-banner.message-banner--callout,
header.sticky+main .message-banner.message-banner--top {
    animation: message-banner-fade-in 1s ease-in-out forwards;
    bottom: auto;
    height: auto;
    justify-content: center;
    left: 0;
    min-height: 80px;
    padding: inherit;
    position: fixed;
    top: 64px;
    transform: none;
    width: 100%
}

.message-banner.sticky.message-banner--full-width .body-text,
header.sticky .message-banner.message-banner--callout .body-text,
header.sticky .message-banner.message-banner--top .body-text,
header.sticky+main .message-banner.message-banner--callout .body-text,
header.sticky+main .message-banner.message-banner--top .body-text {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 40px;
    transform: none
}

@media(min-width:1200px) {

    .message-banner.sticky.message-banner--full-width,
    header.sticky .message-banner.message-banner--callout,
    header.sticky .message-banner.message-banner--top,
    header.sticky+main .message-banner.message-banner--callout,
    header.sticky+main .message-banner.message-banner--top {
        background-color: var(--panel-background, transparent);
        opacity: 1;
        top: 72px;
        transform: skew(0deg)
    }

    .message-banner.sticky.message-banner--full-width .body-text,
    header.sticky .message-banner.message-banner--callout .body-text,
    header.sticky .message-banner.message-banner--top .body-text,
    header.sticky+main .message-banner.message-banner--callout .body-text,
    header.sticky+main .message-banner.message-banner--top .body-text {
        flex-direction: row;
        gap: 64px
    }
}

.message-banner.sticky.message-banner--full-width.fadeout,
header.fadeout+main .message-banner.message-banner--callout,
header.fadeout+main .message-banner.message-banner--top {
    animation: message-banner-fade-out 1s ease-in-out forwards
}

@keyframes message-banner-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes message-banner-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .message-banner--callout+.message-banner__design-element {
        bottom: 0;
        height: 20%;
        opacity: .7;
        position: absolute;
        right: -120px;
        transform: skew(-20deg);
        width: 250px;
        z-index: 2
    }
}

.message-bar.message-bar--preview {
    display: none
}

#CookiebotWidget *,
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
    font-family: Overpass !important
}

#CookiebotWidget #CookiebotWidget-buttons button,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 30px !important;
    border-width: 3px !important
}

.CookiebotWidget-main-logo,
a#CybotCookiebotDialogPoweredbyCybot {
    display: none !important
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: .6rem !important
}

@media(min-width:1200px) {
    html {
        font-size: 18px
    }
}

@media(min-width:2400px) {
    html {
        font-size: 20px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

@media(min-width:768px) {

    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: 1.8rem
}

.h3,
h3 {
    font-size: 1.4rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: 1.2rem
}

.h1,
h1 {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    margin-bottom: 2.5rem
}

@media(max-width:374px) {

    .h1,
    h1 {
        font-size: 2.281rem;
        margin-bottom: 1rem
    }
}

.h2,
h2 {
    margin-bottom: 1.125rem
}

.h3,
h3 {
    margin-bottom: .7875rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 1rem
}

.h1--ambition,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.h1--ambition {
    font-size: 50px;
    line-height: 1.1
}

@media(max-width:374px) {
    .h1--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:375px) {
    .h1--ambition {
        font-size: 50px
    }
}

@media(min-width:544px) {
    .h1--ambition {
        font-size: 70px
    }
}

@media(min-width:768px) {
    .h1--ambition {
        font-size: 90px
    }
}

.h2--ambition {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:374px) {
    .h2--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:544px) {
    .h2--ambition {
        font-size: 60px
    }
}

@media(min-width:768px) {
    .h2--ambition {
        font-size: 70px
    }
}

.h3--ambition {
    font-size: 26px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:374px) {
    .h3--ambition {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:544px) {
    .h3--ambition {
        font-size: 45px
    }
}

@media(min-width:768px) {
    .h3--ambition {
        font-size: 55px
    }
}

.h4--ambition {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

@media(min-width:768px) {
    .h4--ambition {
        font-size: 40px
    }
}

.h5--ambition {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

@media(min-width:768px) {
    .h5--ambition {
        font-size: 34px
    }
}

.body--ambition {
    font-size: 14px;
    line-height: 1.25
}

@media(min-width:768px) {
    .body--ambition {
        font-size: 21px
    }
}

.body--ambition .button-group {
    margin: 2rem 0 0
}

.body--ambition .button-group--spaced {
    margin: 2rem 0
}

.body2--ambition {
    font-size: 12px;
    line-height: 1.25
}

@media(min-width:768px) {
    .body2--ambition {
        font-size: 18px
    }
}

.highlight-color {
    color: var(--panel-highlight-color, #fff)
}

.body--32 {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .body--32 {
        font-size: 32px
    }
}

.body--24 {
    font-size: 24px
}

.body--18,
.body--24 {
    letter-spacing: -.02em;
    line-height: 110%
}

.body--18 {
    font-size: 18px
}

.body--16 {
    font-size: 16px;
    line-height: 1.5
}

.body--14 {
    font-size: 14px !important;
    line-height: 1.5
}

.body--12 {
    font-size: 12px;
    line-height: 1.5
}

.body--10 {
    font-size: 10px;
    line-height: 1.5
}

.body--bold {
    font-weight: 700 !important
}

.body--center {
    text-align: center
}

.body--icon {
    align-items: center;
    display: inline-flex;
    gap: 8px
}

.body--icon span {
    position: relative;
    top: 1px
}

.body--10.body--icon,
.body--12.body--icon {
    gap: 4px
}

.body--icon-first {
    gap: 0
}

.heading.body--icon span {
    top: 2px
}

.body--spin svg {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear
}

.body--32 svg {
    height: 32px;
    width: 32px
}

.body--faded {
    color: #70757a
}

.body--uppercase {
    text-transform: uppercase
}

.heading {
    margin-bottom: 4px
}

.heading.margin-0 {
    margin: 0
}

.heading.margin-bottom-10 {
    margin-bottom: 10px
}

.heading.margin-bottom-20 {
    margin-bottom: 20px
}

.heading.margin-top-20 {
    margin-top: 20px
}

.heading.margin-top-40 {
    margin-top: 40px
}

.heading--hero {
    font-family: Overpass Title, Helvetica, Arial, sans-serif;
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 75%;
    text-transform: uppercase
}

@media(max-width:374px) {
    .heading--hero {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:768px) {
    .heading--hero {
        font-size: 64px;
        hyphens: auto;
        overflow-wrap: break-word
    }
}

.heading--120 {
    font-size: 14vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--120 {
        font-size: 80px
    }
}

@media(min-width:1024px) {
    .heading--120 {
        font-size: 120px
    }
}

.heading--120 {
    font-weight: 700
}

.heading--100 {
    font-size: 11vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--100 {
        font-size: 64px
    }
}

@media(min-width:1024px) {
    .heading--100 {
        font-size: 100px
    }
}

.heading--100 {
    font-weight: 700
}

.heading--80 {
    font-size: 11vw;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:544px) {
    .heading--80 {
        font-size: 64px
    }
}

@media(min-width:768px) {
    .heading--80 {
        font-size: 80px
    }
}

.heading--80 {
    font-weight: 700
}

.heading--64 {
    font-size: 40px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(max-width:374px) {
    .heading--64 {
        hyphens: auto;
        overflow-wrap: break-word
    }
}

@media(min-width:768px) {
    .heading--64 {
        font-size: 64px
    }
}

.heading--64 {
    font-weight: 700
}

.heading--48 {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--48 {
        font-size: 48px
    }
}

.heading--48 {
    font-weight: 700
}

.heading--40 {
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--40 {
        font-size: 40px
    }
}

.heading--40 {
    font-weight: 700
}

.heading--32 {
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 110%
}

@media(min-width:768px) {
    .heading--32 {
        font-size: 32px
    }
}

.heading--32 {
    font-weight: 700
}

.heading--24 {
    font-size: 24px
}

.heading--18,
.heading--24 {
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 110%
}

.heading--18 {
    font-size: 18px
}

.btn {
    align-items: center;
    border: 3px solid #101921;
    border-radius: 48px;
    color: #101921;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 20px
}

.btn span {
    position: relative;
    top: 1px
}

.btn--secondary {
    border: 3px solid #cfd1d3
}

.btn--dark-navy {
    background-color: #101921;
    color: #fff
}

.btn--25 {
    font-size: 25px;
    line-height: 1.5
}

.btn--18 {
    font-size: 18px;
    line-height: 1.5
}

.btn--16 {
    font-size: 16px;
    line-height: 1.5
}

.link,
.link:hover {
    border: none;
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

.link--plain,
.link--plain:hover {
    font-weight: 400;
    text-decoration: none
}

.link--normal,
.link--normal:hover {
    font-weight: 400
}

.link--underline:hover,
a.link--underline,
a.link--underline:focus,
a.link--underline:hover {
    text-decoration: underline
}

.link--white.link--underline:hover {
    -webkit-text-decoration: underline #fff;
    text-decoration: underline #fff
}

.link--32 {
    font-size: 32px;
    line-height: 1.5
}

.link--25 {
    font-size: 25px;
    line-height: 1.5
}

.link--18 {
    font-size: 18px;
    line-height: 1.5
}

.link--16 {
    font-size: 16px;
    line-height: 1.5
}

.link--arrow svg {
    height: 10px;
    width: 10px
}

@media(min-width:768px) {
    .link--arrow {
        align-items: center;
        display: flex;
        gap: 5px
    }

    .link--arrow span {
        position: relative;
        top: 1px
    }
}

.link--down svg {
    height: 10px;
    width: 10px
}

@media(min-width:768px) {
    .link--down {
        align-items: center;
        display: flex;
        gap: 5px
    }

    .link--down span {
        position: relative;
        top: 1px
    }
}

.link--down svg {
    transform: rotate(90deg)
}

.label {
    font-weight: 700;
    text-transform: uppercase
}

.label--12 {
    font-size: 12px
}

.label--12,
.label--14 {
    letter-spacing: .03em;
    line-height: 16px
}

.label--14 {
    font-size: 14px
}

.label--10 {
    font-size: 10px;
    letter-spacing: .03em;
    line-height: 14px
}

a+h2,
form+h2,
ol+h2,
p+h2,
table+h2,
ul+h2 {
    margin-top: 2.566rem
}

a+h3,
form+h3,
ol+h3,
p+h3,
table+h3,
ul+h3 {
    margin-top: 1.802rem
}

a+h4,
a+h5,
a+h6,
form+h4,
form+h5,
form+h6,
ol+h4,
ol+h5,
ol+h6,
p+h4,
p+h5,
p+h6,
table+h4,
table+h5,
table+h6,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 1.266em
}

section>h2 {
    margin-top: 2.566rem
}

section>h3 {
    margin-top: 1.802rem
}

section>h4,
section>h5,
section>h6 {
    margin-top: 1.266em
}

q {
    quotes: "“" "”" "‘" "’"
}

.header {
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 20
}

.panel.panel--navigation {
    background: #101921;
    height: var(--global_header_height);
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1
}

@media(min-width:1200px) {
    .panel.panel--navigation {
        z-index: unset
    }
}

.panel.panel--navigation.panel--content>.panel__body {
    max-width: calc(1640px + 4rem);
    padding: 0
}

@media(min-width:1200px) {
    .panel.panel--navigation.panel--content>.panel__body {
        top: -40px
    }
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar {
    border-bottom: 1px solid #40474d;
    display: flex;
    gap: 32px;
    height: 40px;
    justify-content: flex-end;
    padding: 6px 20px;
    width: 100%;
    z-index: 0
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar svg {
    fill: transparent;
    height: 15px;
    stroke: #fff;
    width: 15px
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a {
    height: 25px
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a svg {
    transition: transform .3s
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a:hover {
    text-decoration: underline
}

.panel.panel--navigation.panel--content>.panel__body .contact-bar a:hover svg {
    transform: scale(1.2)
}

@media(min-width:1200px) {
    .panel.panel--navigation.panel--content>.panel__body .contact-bar {
        border-bottom: none;
        padding: 6px 2px
    }
}

.panel.panel--content.select__dropdown .panel__body,
.panel.panel--navigation.panel--content>.panel__body {
    max-width: 100%
}

.panel.panel--navigation .content {
    height: auto;
    position: relative;
    width: 100%
}

html {
    scroll-padding-top: 100px
}

html.banner {
    scroll-padding-top: var(--global_header_height)
}

@media(min-width:1200px) {
    html.banner {
        scroll-padding-top: calc(var(--global_banner_height) + var(--local_banner_height) + 72px)
    }
}

html.banner .header.sticky .panel.panel--navigation {
    height: calc(var(--global_header_height) + var(--local_banner_height))
}

@media(min-width:1200px) {
    html.banner .header.sticky .panel.panel--navigation {
        height: calc(var(--global_banner_height) + var(--local_banner_height));
        position: relative
    }

    html.banner .header.content-header.sticky .panel.panel--navigation {
        height: calc(var(--global_header_height) + var(--local_banner_height) + var(--global_banner_height) + 20px)
    }
}

.header.content-header .panel.panel--navigation {
    position: relative
}

html.noscroll {
    overflow: hidden
}

@media(min-width:1200px) {
    .panel.panel--navigation {
        background: transparent;
        border-top: 40px solid #101921;
        height: calc(var(--global_header_height) + 20px);
        position: absolute;
        position: var(--header-position, absolute);
        right: 0;
        width: 100%
    }

    .panel.panel--navigation.panel--content>.panel__body {
        max-width: calc(1640px + 4rem);
        padding: 0 2rem
    }

    .header.content-header .panel.panel--navigation {
        position: var(--header-position, relative)
    }

    html.noscroll {
        margin-right: var(--scrollwidth, 17px)
    }

    html.noscroll .panel.panel--navigation.panel--navigation-alt {
        width: 100%
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    html.noscroll .panel.panel--navigation.panel--navigation-alt .content {
        margin-right: 0 !important
    }
}

@media(min-width:1200px) {
    html.noscroll .panel.panel--navigation .navigation__panel .content {
        margin-right: 0
    }

    html.noscroll header.sticky .panel.panel--navigation .navigation__top {
        padding-right: var(--scrollwidth, 17px)
    }

    html.noscroll .message-banner.message-banner--full-width {
        width: 100%
    }

    html .message-banner.message-banner--full-width.message-banner--mobile {
        display: none
    }
}

@media(min-width:1700px) {
    html.noscroll .panel.panel--navigation {
        right: 0
    }

    html.noscroll .panel.panel--navigation .content {
        margin-right: 0 !important
    }

    html.noscroll .panel.panel--navigation {
        width: 100%
    }
}

.navigation__top {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.navigation__top:after {
    background: #40474d;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 12
}

.navigation__top.is-inverse:after {
    background: #cfd1d3
}

.navigation__top-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    width: 100%
}

@media(min-width:1200px) {
    .navigation__top {
        height: auto
    }

    .navigation__top:after {
        display: none
    }
}

.navigation__logo {
    align-items: center;
    display: flex;
    padding: 14px 32px;
    z-index: 0
}

.navigation__logo svg {
    fill: #fff;
    height: 36px
}

.navigation__logo.is-inverse svg {
    fill: #101921
}

@media(min-width:1200px) {
    .navigation__logo {
        background: #101921;
        padding: 39px 31px 40px 30px
    }

    .navigation__logo svg {
        height: 60px;
        width: 110px
    }

    .navigation__logo.is-inverse svg {
        fill: #fff
    }

    .header--homepage .navigation__logo:before {
        background: #101921;
        bottom: -36px;
        content: "";
        display: block;
        height: 36px;
        left: 171px;
        position: absolute;
        width: 32px
    }
}

.navigation__mainlist {
    background: #101921;
    display: flex;
    z-index: 12
}

.navigation__items {
    background: #fff;
    left: 0;
    margin: 0;
    max-height: 90vh;
    overflow: scroll;
    position: absolute;
    top: 64px;
    width: 100%
}

.navigation__items .navigation__item {
    border-bottom: 3px solid #cfd1d3
}

.navigation__item>button {
    border-bottom: none
}

.navigation__item .select--collapse+.select__dropdown {
    border-bottom: 0
}

@media(max-width:1199px) {
    .navigation__item .select--collapse.navigation-chevron {
        border: 0;
        border-radius: 0;
        outline: none;
        transition: none;
        width: 100%
    }

    .navigation__item .select--collapse.navigation-chevron:hover {
        border-color: #cfd1d3
    }

    .navigation__item .select--collapse.navigation-chevron.is-active {
        border-bottom: none
    }

    .navigation__item .select--collapse.navigation-chevron.is-display,
    .navigation__item .select--collapse.navigation-chevron.is-selected {
        border-color: #cfd1d3
    }

    .navigation__item .select--collapse+.select__dropdown {
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

@media(min-width:1200px) {
    .navigation__items {
        align-items: center;
        background: #101921;
        border: 0;
        display: flex;
        overflow: visible;
        padding-top: 0;
        position: relative;
        top: 0;
        width: auto
    }

    .navigation__items .navigation__item {
        align-items: center;
        border: none;
        display: flex
    }

    .navigation__item>a,
    .navigation__item>button {
        color: #fff;
        height: 72px;
        padding: 24px
    }

    .navigation__item .select--collapse {
        padding: 22px 0
    }

    .navigation__item>a.input,
    .navigation__item>button.input {
        font-size: 16px !important
    }
}

.navigation__main-items {
    padding: 24px 32px
}

@media(min-width:1200px) {
    .nav-key-links {
        display: flex;
        height: 72px;
        justify-content: center;
        max-width: 883px;
        overflow: visible;
        padding: 0 48px
    }

    .navigation__items .nav-key-links .navigation__item>button {
        position: relative
    }

    .navigation__items .nav-key-links .navigation__item>button:before {
        background: #fd5000;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s;
        width: 100%
    }

    .navigation__items .nav-key-links .navigation__item>button.is-active:before {
        opacity: 1
    }
}

.navigation-clearing {
    margin-bottom: 1rem
}

.navigation-clearing.select--collapse.input {
    border-bottom: 0;
    color: #fff;
    padding: 1rem
}

@media(min-width:1200px) {
    .navigation-clearing {
        margin: unset;
        transform: skew(-20deg)
    }

    .navigation-clearing span {
        text-decoration: underline;
        transform: skew(20deg)
    }
}

.mobile-nav-buttons {
    display: flex
}

#global-search-button {
    border-left: 1px solid #40474d;
    border-right: 1px solid #40474d;
    display: flex;
    height: 64px;
    position: relative;
    width: 64px;
    z-index: 1
}

#global-search-button.is-inverse {
    border-left: 1px solid #cfd1d3;
    border-right: 1px solid #cfd1d3
}

#global-search-button svg {
    height: 20px;
    width: 20px
}

#global-search-button button {
    display: flex;
    padding: 22px;
    position: absolute
}

#mobile-menu-button {
    display: flex;
    height: 64px;
    position: relative;
    width: 64px;
    z-index: 1
}

#mobile-menu-button.is-inverse svg {
    fill: #101921;
    stroke: #101921
}

#mobile-menu-button button {
    display: flex;
    padding: 22px;
    position: absolute
}

#mobile-menu-button svg {
    fill: #fff;
    height: 20px;
    stroke: #fff;
    width: 20px
}

.navigation__search-button svg {
    display: flex;
    fill: #fff;
    height: 15px;
    stroke: #fff;
    width: 15px
}

.navigation__search-button.is-inverse svg {
    fill: #101921;
    stroke: #101921
}

.navigation__items .navigation__item.highlighted-mobile-links {
    border-bottom: none
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card {
    margin-bottom: 1rem
}

.navigation__items .navigation__item.highlighted-mobile-links .mini-card:focus:after {
    transform: skew(0deg) rotate(20deg)
}

.mini-card.mini-card--unskew,
.mini-card.mini-card--unskew .mini-card__title {
    transform: skew(0deg)
}

.mini-card.mini-card--unskew:after {
    transform: skew(0deg) rotate(20deg)
}

#desktop-menu-button {
    display: none
}

@media(min-width:1200px) {
    .desktop-nav-buttons {
        display: flex
    }

    .mobile-nav-buttons {
        display: none
    }

    .navigation__menu-item {
        align-items: center;
        background: #101921;
        color: #fff;
        display: flex;
        z-index: 1
    }

    .navigation__menu-item button {
        color: #fff
    }

    .navigation__menu-item button.is-inverse {
        color: #101921
    }

    #mobile-menu-button {
        display: none
    }

    #global-search-button {
        border-left: 1px solid #40474d;
        border-right: 1px solid #40474d;
        height: 71px;
        width: 72px
    }

    #global-search-button.is-active {
        background-color: #fd5000;
        border-color: #fd5000;
        z-index: 11
    }

    #global-search-button button {
        padding: 27px
    }

    #global-search-button svg {
        height: 18px;
        width: 18px
    }

    #desktop-menu-button {
        border-right: 1px solid #40474d;
        display: flex;
        height: 71px;
        width: 72px
    }

    #desktop-menu-button.is-active {
        background: #fd5000;
        border-right-color: #fd5000
    }

    #desktop-menu-button button {
        padding: 27px;
        position: absolute
    }

    #desktop-menu-button svg {
        fill: #fff;
        height: 18px;
        stroke: #fff;
        width: 18px
    }
}

.navigation--desktop {
    display: none
}

@media(min-width:1200px) {
    .navigation--desktop {
        display: flex !important;
        height: 72px
    }

    .navigation--desktop:before {
        background: #101921;
        content: "";
        height: 72px;
        left: -15px;
        position: absolute;
        transform: skew(-20deg);
        width: 30px
    }
}

#site-nav-more-button {
    display: none
}

.site-nav {
    background: #fff;
    display: block;
    position: relative;
    width: 100%
}

.site-nav nav.site-nav--desktop-menu {
    display: none
}

.site-nav__list {
    margin: 0
}

a.site-nav__link {
    display: flex;
    padding: 8px 32px
}

.site-nav__toggle {
    display: none
}

.site-nav.is-inverse .overflow_menu {
    top: 48px
}

@media(max-width:1199px) {
    .site-nav .select__dropdown {
        height: 100vh;
        overflow: scroll;
        padding-bottom: 40px
    }

    .site-nav .select__dropdown ul.site-nav__list {
        padding-bottom: 126px
    }

    .select--collapse {
        border: 0;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        padding: 14px 0;
        transition: none;
        width: 100%
    }

    .select--collapse:hover {
        border-color: #cfd1d3
    }

    .select--collapse.is-active {
        border-bottom: none
    }

    .select--collapse.is-display,
    .select--collapse.is-selected {
        border-color: #cfd1d3
    }

    .site-nav__title {
        border-bottom: 1px solid #cfd1d3;
        display: flex;
        gap: 10px;
        height: 50px;
        justify-content: flex-end;
        padding: 0 0 0 2rem
    }

    .select--collapse.site-nav__button {
        align-items: center;
        border-bottom: none;
        border-left: 1px solid #cfd1d3;
        color: #101921;
        display: flex;
        gap: 4px;
        justify-content: space-between;
        padding: 14px 8px;
        width: 65px
    }

    .select--collapse.site-nav__button:after {
        background-size: 12px 12px;
        display: inline-flex;
        height: 12px;
        position: relative;
        transition: transform .3s;
        width: 12px
    }

    .select--collapse.site-nav__button span {
        font-size: 12px
    }

    .site-nav__title+.select__dropdown {
        background: #fff;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }

    .site-nav__button.select--collapse+.select__dropdown {
        border-bottom: 0;
        position: relative
    }

    .site-nav__name {
        flex: 1 0 calc(100% - 4rem - 100px)
    }

    .site-nav__name span {
        font-size: 12px;
        padding: 10px 0
    }

    .site-nav__name:focus-visible {
        outline: none
    }
}

@media(min-width:1200px) {
    .site-nav__title {
        align-items: center;
        border-right: 1px solid #cfd1d3;
        box-sizing: content-box;
        color: #101921;
        display: flex;
        font-size: 14px !important;
        gap: 0;
        line-height: 1.5;
        padding: 0
    }

    .site-nav__title,
    .site-nav__title:before {
        background-color: #fff;
        border-bottom: 1px solid #cfd1d3
    }

    .site-nav__title:before {
        border-left: 1px solid #cfd1d3;
        content: "";
        height: 41px;
        left: -10px;
        position: absolute;
        top: 3px;
        transform: skew(-20deg);
        width: 20px
    }

    .site-nav__button {
        align-items: center;
        display: flex;
        gap: 4px;
        padding: 0 10px;
        width: 51px
    }

    .site-nav__button span {
        font-size: 14px;
        padding: 10px 0
    }

    .site-nav__button span:after {
        background-size: 12px 12px;
        display: inline-flex;
        height: 12px;
        position: relative;
        transition: transform .3s;
        width: 12px
    }

    .site-nav__name {
        padding: 10px;
        z-index: 1
    }

    .site-nav__name:hover {
        text-decoration: underline
    }

    .site-nav__name span {
        font-size: 14px
    }

    .site-nav__name+.site-nav__button {
        border-left: 1px solid #cfd1d3
    }

    .site-nav nav.site-nav--desktop-menu {
        background-color: transparent;
        display: flex;
        height: auto;
        max-height: none;
        overflow: inherit;
        padding-bottom: 0
    }

    #site-nav-more-button,
    .site-nav {
        display: flex
    }

    .site-nav {
        align-items: center;
        background: transparent;
        border: none;
        height: 48px;
        justify-content: space-between;
        left: auto;
        position: absolute;
        right: 0;
        top: 102px;
        width: auto
    }

    .site-nav nav {
        background: inherit;
        display: flex;
        height: auto
    }

    .site-nav .select__dropdown {
        left: auto;
        min-width: 350px;
        right: 0
    }

    .site-nav__list {
        max-height: 358px;
        overflow: scroll;
        padding-bottom: 12px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .site-nav__list::-webkit-scrollbar {
        display: none
    }

    .site-nav__item {
        flex: 1 0 auto
    }

    a.site-nav__link {
        line-height: 20px;
        margin: 4px 0;
        padding: 6px 16px
    }

    a.site-nav__link:hover {
        text-decoration: underline
    }

    .navigation-chevron--underlined {
        position: relative
    }

    .navigation-chevron--underlined:before {
        background: #101921;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s;
        width: 100%
    }

    .navigation-chevron--underlined.is-active:before {
        opacity: 1
    }
}

.input {
    align-items: center;
    border: 3px solid #101921;
    border-radius: 48px;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 20px
}

.input span {
    position: relative;
    top: 1px
}

.input {
    border-color: #cfd1d3;
    color: #101921;
    font-size: 14px !important;
    gap: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    transition: border-color .3s
}

.input:after {
    background-size: 12px 12px;
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.input:hover {
    border-color: #101921
}

.input--16 {
    font-size: 16px;
    line-height: 1.5
}

.input input[placeholder] {
    position: relative;
    top: 1px
}

.input input {
    font-size: inherit;
    line-height: inherit
}

.input.is-active {
    border-color: #101921
}

.input.is-active:after {
    transform: rotate(180deg)
}

.input.is-selected {
    border-color: #70757a
}

.input.background--white {
    background: #fff
}

.input--plain {
    border: none;
    border-radius: 0;
    padding: 10px 0
}

.select:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow down%3C/title%3E%3Cpath d='M24.985 33.113h-9.87V0h9.87z'/%3E%3Cpath d='M17.502 40 0 27.177 5.936 19.5l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.select--chevron {
    gap: 5px
}

.navigation-chevron:after,
.select--chevron:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.navigation-chevron:after {
    background-size: 12px 12px;
    height: 12px;
    transition: transform .3s;
    width: 12px
}

.navigation-chevron.is-inverse:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.navigation-chevron.is-active:after {
    transform: rotate(180deg)
}

.button {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    min-height: 40px;
    padding: 4px 25px 2px
}

@media(min-width:1024px) {
    .button {
        font-size: 1rem;
        min-height: 50px;
        padding: 5px 30px 3px
    }
}

.button {
    align-items: center;
    border: 3px solid transparent;
    border-radius: 30px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    text-align: left;
    text-align: center
}

.button:focus,
.button:hover {
    text-decoration: none
}

.button.button--small {
    font-size: 16px;
    min-height: 40px;
    padding: 4px 25px 2px
}

.button-group {
    align-items: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
    margin: 1rem 0 0;
    width: 100%
}

.button-group .button:only-child {
    margin-bottom: 0;
    margin-right: 0
}

.button-group.button-group--center {
    justify-content: center
}

.button-group.button-group--spaced {
    margin: 1rem 0
}

.button-group.button-group--center-aligned {
    align-items: center
}

.button.button--swipe {
    align-items: center;
    display: inline-flex;
    font-size: .9rem;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-align: left
}

.button.button--swipe svg {
    border-radius: 50%;
    height: 28px;
    margin: 0;
    padding: 9px;
    position: relative;
    transform: rotate(20deg);
    transition: all .3s;
    transition-delay: .15s;
    width: 28px
}

.button.button--swipe .button__background {
    border-radius: 30px;
    height: 28px;
    left: 3px;
    position: absolute;
    transition: width .3s;
    transition-delay: .15s;
    width: 28px
}

.button.button--swipe .button__icon-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    transform: translateX(2px);
    transition: transform .3s;
    transition-delay: .15s;
    width: 100%
}

.button.button--swipe span {
    margin: 3px 20px 1px 45px;
    transition: color .3s, transform .3s;
    transition-delay: .15s
}

@media(min-width:1024px) {
    .button.button--swipe {
        font-size: 1rem;
        min-height: 50px
    }

    .button.button--swipe .button__background {
        height: 37px;
        left: 4px;
        width: 37px
    }

    .button.button--swipe .button__icon-wrapper {
        transform: translateX(4px)
    }

    .button.button--swipe span {
        margin: 3px 20px 1px 45px;
        transform: none
    }

    .button.button--swipe svg {
        height: 37px;
        padding: 12px;
        transform: rotate(20deg);
        width: 37px
    }

    .button.button--swipe:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 42px))
    }

    .button.button--swipe:hover span {
        transform: translateX(-30px)
    }

    .button.button--swipe:hover svg {
        transform: rotate(0deg)
    }

    .button.button--swipe.button--small {
        min-height: 40px
    }

    .button.button--swipe.button--small svg {
        height: 30px;
        padding: 9px;
        width: 30px
    }

    .button.button--swipe.button--small .button__background {
        height: 30px;
        left: 3px;
        width: 30px
    }

    .button.button--swipe.button--small .button__icon-wrapper {
        transform: translateX(3px)
    }

    .button.button--swipe.button--small span {
        margin: 3px 15px 0 30px
    }

    .button.button--swipe.button--small:hover .button__background {
        width: calc(100% - 6px)
    }

    .button.button--swipe.button--small:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 33px))
    }

    .button.button--swipe.button--small:hover span {
        transform: translateX(-18px)
    }
}

.button.button--swipe.button--large {
    min-height: 50px
}

.button.button--swipe.button--large .button__background {
    height: 37px;
    left: 4px;
    width: 37px
}

.button.button--swipe.button--large .button__icon-wrapper {
    transform: translateX(4px)
}

.button.button--swipe.button--large span {
    margin: 3px 20px 1px 45px;
    white-space: nowrap
}

.button.button--swipe.button--large svg {
    height: 37px;
    padding: 12px;
    width: 37px
}

.button.button--swipe.button--large:hover .button__background {
    width: calc(100% - 8px)
}

.button.button--swipe.button--large:hover .button__icon-wrapper {
    transform: translateX(calc(100% - 42px))
}

.button.button--swipe.button--large:hover span {
    transform: translateX(-30px)
}

@media(min-width:1024px) {
    .button.button--swipe.button--large {
        border-radius: 40px;
        min-height: 66px
    }

    .button.button--swipe.button--large .button__background {
        border-radius: 40px;
        height: 53px;
        left: 4px;
        width: 53px
    }

    .button.button--swipe.button--large span {
        font-size: 25px;
        margin: 7px 30px 3px 65px
    }

    .button.button--swipe.button--large svg {
        height: 53px;
        padding: 17px;
        width: 53px
    }

    .button.button--swipe.button--large:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--large:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 60px))
    }

    .button.button--swipe.button--large:hover span {
        transform: translateX(-30px)
    }
}

.button.button--swipe.button--icon {
    padding: 3px
}

.button.button--swipe.button--icon div {
    padding: 3px 20px 1px 15px
}

.button.button--swipe.button--icon.button--spin svg {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.button.button--swipe:not(.button--bullet) {
    margin: 5px 0
}

@media(max-width:1023px) {
    .button.button--swipe:not(.button--bullet) {
        font-size: .9rem;
        height: 40px
    }

    .button.button--swipe:not(.button--bullet) svg {
        transform: rotate(0deg)
    }

    .button.button--swipe:not(.button--bullet) .button__background {
        width: calc(100% - 6px)
    }

    .button.button--swipe:not(.button--bullet) .button__icon-wrapper {
        transform: translateX(calc(100% - 31px))
    }

    .button.button--swipe:not(.button--bullet) span {
        margin: 3px 15px 0 30px;
        transform: translateX(-18px);
        white-space: nowrap
    }

    .button.button--swipe.button--large:not(.button--bullet) {
        font-size: 18px
    }

    .button.button--swipe.button--large:not(.button--bullet) svg {
        transform: rotate(0deg)
    }

    .button.button--swipe.button--large:not(.button--bullet) .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--large:not(.button--bullet) .button__icon-wrapper {
        transform: translateX(calc(100% - 42px))
    }

    .button.button--swipe.button--large:not(.button--bullet) span {
        margin: 4px 10px 1px 45px;
        transform: translateX(-30px)
    }
}

.button--color-red-light {
    --color: #101921;
    --background: #e57d87;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-red-extra-light {
    --color: #101921;
    --background: #f6d4d7;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-orange-light {
    --color: #101921;
    --background: #fe9666;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-orange-extra-light {
    --color: #101921;
    --background: #ffdccc;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-yellow-light {
    --color: #101921;
    --background: #ffe266;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-yellow-extra-light {
    --color: #101921;
    --background: #fff5cc;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-green-light {
    --color: #101921;
    --background: #aed97d;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-green-extra-light {
    --color: #101921;
    --background: #e4f2d4;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-blue-light {
    --color: #101921;
    --background: #66b6e2;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-blue-extra-light {
    --color: #101921;
    --background: #cce7f5;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-purple-light {
    --color: #101921;
    --background: #a996c1;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-purple-extra-light {
    --color: #101921;
    --background: #e2dcea;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-pink-light {
    --color: #101921;
    --background: #e56fb1;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-pink-extra-light {
    --color: #101921;
    --background: #f6cfe5;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-navy-light {
    --color: #101921;
    --background: #6682a9;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-navy-extra-light {
    --color: #101921;
    --background: #ccd5e2;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-dark-navy-extra-light {
    --color: #101921;
    --background: #cfd1d3;
    --border-color: #101921;
    --button-background: #101921
}

.button--color-red {
    --color: #fff;
    --background: #d32737;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-pink {
    --color: #fff;
    --background: #d40f7d;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-navy {
    --color: #fff;
    --background: #002f70;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-dark-navy {
    --color: #fff;
    --background: #101921;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-purple {
    --color: #fff;
    --background: #6f5098;
    --border-color: #fff;
    --button-background: #fff
}

.button--color-dark-navy-light {
    --color: #fff;
    --background: #70757a;
    --border-color: #fff;
    --button-background: #fff
}

.button {
    background-color: var(--background, var(--panel-background, #fff));
    border-color: var(--border-color, var(--panel-font-color, #101921))
}

.button,
.button:active,
.button:focus,
.button:hover {
    color: var(--color, var(--panel-font-color, #101921))
}

.button.button--swipe {
    background-color: var(--panel-background, #fff);
    border-color: var(--border-color, var(--panel-font-color, #101921))
}

.button.button--swipe .button__background,
.button.button--swipe svg {
    background-color: var(--button-background, var(--panel-font-color, #101921))
}

.button.button--swipe svg {
    fill: var(--panel-background, #fff)
}

.button.button--swipe span {
    color: var(--panel-background, #fff)
}

@media(min-width:1024px) {
    .button.button--swipe span {
        color: var(--button-background, var(--panel-font-color, #fff))
    }

    .button.button--swipe:hover span {
        color: var(--panel-background, #fff)
    }
}

.button.button--swipe.button--white {
    background-color: #fff;
    border: 3px solid #101921
}

.button.button--swipe.button--white svg {
    background-color: #101921;
    fill: #fff
}

.button.button--swipe.button--white span {
    color: #fff
}

.button.button--swipe.button--white .button__background {
    background-color: #101921
}

@media(min-width:1024px) {
    .button.button--swipe.button--white span {
        color: #101921
    }

    .button.button--swipe.button--white:hover span {
        color: #fff
    }
}

.button.button--sideswipe {
    align-items: center;
    background-color: #fff;
    border-color: #101921;
    display: inline-flex;
    font-size: .9rem;
    margin: 5px 0;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-align: left
}

.button.button--sideswipe .svg-wrapper {
    align-items: center;
    background-color: #101921;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    padding: 9px;
    width: 28px
}

.button.button--sideswipe .svg-wrapper svg {
    fill: #fff
}

.button.button--sideswipe .button__background {
    background-color: #101921;
    border-radius: 30px;
    height: 28px;
    position: absolute;
    right: 3px;
    transition: width .3s;
    transition-delay: .15s;
    width: calc(100% - 8px)
}

.button.button--sideswipe .button__icon-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    transform: translateX(calc(-100% + 31px));
    transition: transform .3s;
    transition-delay: .15s;
    width: 100%
}

.button.button--sideswipe span {
    color: #fff;
    margin: 3px 15px 0 30px;
    position: relative;
    transition: color .3s, transform .3s;
    transition-delay: .15s
}

@media(min-width:1024px) {
    .button.button--sideswipe {
        background-color: #fff;
        border-color: #101921;
        font-size: 1rem;
        min-height: 50px;
        padding: 3px 3px 3px 20px
    }

    .button.button--sideswipe .button__background {
        height: 37px;
        right: 4px;
        width: 37px
    }

    .button.button--sideswipe .button__icon-wrapper {
        transform: translateX(-12px)
    }

    .button.button--sideswipe span {
        color: #101921;
        margin: 3px 45px 1px 0;
        top: 1px;
        transform: none
    }

    .button.button--sideswipe .svg-wrapper {
        height: 37px;
        padding: 12px;
        width: 37px
    }

    .button.button--sideswipe:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--sideswipe:hover .button__icon-wrapper {
        transform: translateX(calc(-100% + 32px))
    }

    .button.button--sideswipe:hover span {
        color: #fff;
        transform: translateX(30px)
    }
}

.panel__body {
    position: relative
}

.panel.panel--content .panel__body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem
}

@media(min-width:1024px) {
    .panel.panel--content .panel__body {
        flex-direction: row;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media(min-width:1366px) {
    .panel.panel--content .panel__body {
        max-width: calc(1640px + 4rem);
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.panel.panel--content.panel--content-heading .panel__body {
    display: block
}

.content-page .panel.panel--content .panel__body,
.guide .panel.panel--content .panel__body,
.panel.panel--content.panel--content-width .panel__body,
.text-page .panel.panel--content .panel__body {
    max-width: 1140px
}

@media(min-width:1024px) {

    .content-page .panel.panel--content.panel--grid-content .panel__body,
    .guide .panel.panel--content.panel--grid-content .panel__body,
    .text-page .panel.panel--content.panel--grid-content .panel__body {
        align-items: start;
        -moz-column-gap: 50px;
        column-gap: 50px;
        grid-template-columns: minmax(auto, 800px) 280px;
        grid-template-rows: auto auto 0 1fr;
        max-width: 1140px
    }
}

.panel.panel--red {
    --panel-background: #d32737
}

.panel.panel--pink {
    --panel-background: #d40f7d
}

.panel.panel--blue {
    --panel-background: #0085cf
}

.panel.panel--navy {
    --panel-background: #002f70
}

.panel.panel--dark-navy {
    --panel-background: #101921
}

.panel.panel--purple {
    --panel-background: #6f5098
}

.panel.panel--dark-navy-light {
    --panel-background: #70757a
}

.panel.panel--dark-navy-40 {
    --panel-background: #9fa3a6
}

.panel.panel--dark-navy-extra-light {
    --panel-background: #cfd1d3
}

.panel.panel--dark-navy-10 {
    --panel-background: #e7e8e9
}

.panel.panel--navy-light {
    --panel-background: #6682a9
}

.panel.panel--navy-40 {
    --panel-background: #99acc6
}

.panel.panel--navy-extra-light {
    --panel-background: #ccd5e2
}

.panel.panel--white {
    --panel-background: #fff
}

.panel.panel--yellow {
    --panel-background: #ffcf00
}

.panel.panel--green {
    --panel-background: #78bf26
}

.panel.panel--orange {
    --panel-background: #fd5000
}

.panel.panel--red-light {
    --panel-background: #e57d87
}

.panel.panel--red-40 {
    --panel-background: #eda9af
}

.panel.panel--red-extra-light {
    --panel-background: #f6d4d7
}

.panel.panel--orange-light {
    --panel-background: #fe9666
}

.panel.panel--orange-40 {
    --panel-background: #feb999
}

.panel.panel--orange-extra-light {
    --panel-background: #ffdccc
}

.panel.panel--yellow-light {
    --panel-background: #ffe266
}

.panel.panel--yellow-40 {
    --panel-background: #ffec99
}

.panel.panel--yellow-extra-light {
    --panel-background: #fff5cc
}

.panel.panel--green-light {
    --panel-background: #aed97d
}

.panel.panel--green-40 {
    --panel-background: #c9e5a8
}

.panel.panel--green-extra-light {
    --panel-background: #e4f2d4
}

.panel.panel--blue-light {
    --panel-background: #66b6e2
}

.panel.panel--blue-40 {
    --panel-background: #99ceec
}

.panel.panel--blue-extra-light {
    --panel-background: #cce7f5
}

.panel.panel--purple-light {
    --panel-background: #a996c1
}

.panel.panel--purple-40 {
    --panel-background: #c5b9d6
}

.panel.panel--purple-extra-light {
    --panel-background: #e2dcea
}

.panel.panel--pink-light {
    --panel-background: #e56fb1
}

.panel.panel--pink-40 {
    --panel-background: #ee9fcb
}

.panel.panel--pink-extra-light {
    --panel-background: #f6cfe5
}

.panel.panel--dark-navy,
.panel.panel--dark-navy-light,
.panel.panel--navy,
.panel.panel--pink,
.panel.panel--purple,
.panel.panel--red {
    --panel-font-color: #fff;
    --panel-header-color: #fff;
    --panel-border-color: #fff;
    --panel-hover-color: #fff
}

.panel.panel--blue,
.panel.panel--blue-extra-light,
.panel.panel--blue-light,
.panel.panel--dark-navy-10,
.panel.panel--dark-navy-extra-light,
.panel.panel--green,
.panel.panel--green-extra-light,
.panel.panel--green-light,
.panel.panel--navy-extra-light,
.panel.panel--navy-light,
.panel.panel--orange,
.panel.panel--orange-extra-light,
.panel.panel--orange-light,
.panel.panel--pink-extra-light,
.panel.panel--pink-light,
.panel.panel--purple-extra-light,
.panel.panel--purple-light,
.panel.panel--red-extra-light,
.panel.panel--red-light,
.panel.panel--white,
.panel.panel--yellow,
.panel.panel--yellow-extra-light,
.panel.panel--yellow-light {
    --panel-font-color: #000;
    --panel-header-color: #101921;
    --panel-border-color: #101921;
    --panel-hover-color: #101921
}

.panel-highlight-color--red {
    --panel-highlight-color: #d32737
}

.panel-highlight-color--pink {
    --panel-highlight-color: #d40f7d
}

.panel-highlight-color--blue {
    --panel-highlight-color: #0085cf
}

.panel-highlight-color--navy {
    --panel-highlight-color: #002f70
}

.panel-highlight-color--dark-navy {
    --panel-highlight-color: #101921
}

.panel-highlight-color--purple {
    --panel-highlight-color: #6f5098
}

.panel-highlight-color--dark-navy-light {
    --panel-highlight-color: #70757a
}

.panel-highlight-color--dark-navy-40 {
    --panel-highlight-color: #9fa3a6
}

.panel-highlight-color--dark-navy-extra-light {
    --panel-highlight-color: #cfd1d3
}

.panel-highlight-color--dark-navy-10 {
    --panel-highlight-color: #e7e8e9
}

.panel-highlight-color--navy-light {
    --panel-highlight-color: #6682a9
}

.panel-highlight-color--navy-40 {
    --panel-highlight-color: #99acc6
}

.panel-highlight-color--navy-extra-light {
    --panel-highlight-color: #ccd5e2
}

.panel-highlight-color--white {
    --panel-highlight-color: #fff
}

.panel-highlight-color--yellow {
    --panel-highlight-color: #ffcf00
}

.panel-highlight-color--green {
    --panel-highlight-color: #78bf26
}

.panel-highlight-color--orange {
    --panel-highlight-color: #fd5000
}

.panel-highlight-color--red-light {
    --panel-highlight-color: #e57d87
}

.panel-highlight-color--red-40 {
    --panel-highlight-color: #eda9af
}

.panel-highlight-color--red-extra-light {
    --panel-highlight-color: #f6d4d7
}

.panel-highlight-color--orange-light {
    --panel-highlight-color: #fe9666
}

.panel-highlight-color--orange-40 {
    --panel-highlight-color: #feb999
}

.panel-highlight-color--orange-extra-light {
    --panel-highlight-color: #ffdccc
}

.panel-highlight-color--yellow-light {
    --panel-highlight-color: #ffe266
}

.panel-highlight-color--yellow-40 {
    --panel-highlight-color: #ffec99
}

.panel-highlight-color--yellow-extra-light {
    --panel-highlight-color: #fff5cc
}

.panel-highlight-color--green-light {
    --panel-highlight-color: #aed97d
}

.panel-highlight-color--green-40 {
    --panel-highlight-color: #c9e5a8
}

.panel-highlight-color--green-extra-light {
    --panel-highlight-color: #e4f2d4
}

.panel-highlight-color--blue-light {
    --panel-highlight-color: #66b6e2
}

.panel-highlight-color--blue-40 {
    --panel-highlight-color: #99ceec
}

.panel-highlight-color--blue-extra-light {
    --panel-highlight-color: #cce7f5
}

.panel-highlight-color--purple-light {
    --panel-highlight-color: #a996c1
}

.panel-highlight-color--purple-40 {
    --panel-highlight-color: #c5b9d6
}

.panel-highlight-color--purple-extra-light {
    --panel-highlight-color: #e2dcea
}

.panel-highlight-color--pink-light {
    --panel-highlight-color: #e56fb1
}

.panel-highlight-color--pink-40 {
    --panel-highlight-color: #ee9fcb
}

.panel-highlight-color--pink-extra-light {
    --panel-highlight-color: #f6cfe5
}

.design-block--color-red {
    --design-color: #d32737
}

.design-block--color-pink {
    --design-color: #d40f7d
}

.design-block--color-blue {
    --design-color: #0085cf
}

.design-block--color-navy {
    --design-color: #002f70
}

.design-block--color-dark-navy {
    --design-color: #101921
}

.design-block--color-purple {
    --design-color: #6f5098
}

.design-block--color-dark-navy-light {
    --design-color: #70757a
}

.design-block--color-dark-navy-40 {
    --design-color: #9fa3a6
}

.design-block--color-dark-navy-extra-light {
    --design-color: #cfd1d3
}

.design-block--color-dark-navy-10 {
    --design-color: #e7e8e9
}

.design-block--color-navy-light {
    --design-color: #6682a9
}

.design-block--color-navy-40 {
    --design-color: #99acc6
}

.design-block--color-navy-extra-light {
    --design-color: #ccd5e2
}

.design-block--color-white {
    --design-color: #fff
}

.design-block--color-yellow {
    --design-color: #ffcf00
}

.design-block--color-green {
    --design-color: #78bf26
}

.design-block--color-orange {
    --design-color: #fd5000
}

.design-block--color-red-light {
    --design-color: #e57d87
}

.design-block--color-red-40 {
    --design-color: #eda9af
}

.design-block--color-red-extra-light {
    --design-color: #f6d4d7
}

.design-block--color-orange-light {
    --design-color: #fe9666
}

.design-block--color-orange-40 {
    --design-color: #feb999
}

.design-block--color-orange-extra-light {
    --design-color: #ffdccc
}

.design-block--color-yellow-light {
    --design-color: #ffe266
}

.design-block--color-yellow-40 {
    --design-color: #ffec99
}

.design-block--color-yellow-extra-light {
    --design-color: #fff5cc
}

.design-block--color-green-light {
    --design-color: #aed97d
}

.design-block--color-green-40 {
    --design-color: #c9e5a8
}

.design-block--color-green-extra-light {
    --design-color: #e4f2d4
}

.design-block--color-blue-light {
    --design-color: #66b6e2
}

.design-block--color-blue-40 {
    --design-color: #99ceec
}

.design-block--color-blue-extra-light {
    --design-color: #cce7f5
}

.design-block--color-purple-light {
    --design-color: #a996c1
}

.design-block--color-purple-40 {
    --design-color: #c5b9d6
}

.design-block--color-purple-extra-light {
    --design-color: #e2dcea
}

.design-block--color-pink-light {
    --design-color: #e56fb1
}

.design-block--color-pink-40 {
    --design-color: #ee9fcb
}

.design-block--color-pink-extra-light {
    --design-color: #f6cfe5
}

.panel {
    background-color: var(--panel-background, #fff);
    color: var(--panel-font-color, #101921)
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.panel .link {
    color: var(--panel-font-color, #000)
}

.panel .link svg {
    fill: var(--panel-font-color, #000)
}

.panel .body h1,
.panel .body h2,
.panel .body h3,
.panel .body h4,
.panel .body q.h2,
.panel .panel__body h1,
.panel .panel__body h2,
.panel .panel__body h3,
.panel .panel__body h4,
.panel .panel__body q.h2 {
    color: var(--panel-header-color, #101921)
}

.panel .body .content,
.panel .panel__body .content {
    color: var(--panel-font-color, #000)
}

.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.panel .body ul.bullet-list>li:before,
.panel .panel__body ul.bullet-list>li:before {
    color: var(--panel-header-color, #101921)
}

.panel .panel__description {
    color: var(--panel-font-color, #000)
}

.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid var(--panel-border-color, #ccc);
    color: var(--panel-font-color, #06c);
    text-decoration: none
}

.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid var(--panel-hover-color, #06c)
}

.panel.panel--dark-navy .button.button--swipe:not(.button--panel-color) {
    border-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.button--panel-color) .button__background {
    background-color: var(--background, #fff)
}

.panel.panel--dark-navy .button.button--swipe:not(.button--panel-color) svg {
    background-color: var(--background, #fff);
    fill: #101921
}

@media(min-width:1024px) {
    .panel.panel--dark-navy .button.button--swipe:not(.button--panel-color) span {
        color: var(--background, #fff)
    }

    .panel.panel--dark-navy .button.button--swipe:not(.button--panel-color):hover span {
        color: #101921
    }
}

.panel.panel--spaced .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel.panel--spaced .panel__body {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.panel.panel--medium .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel.panel--medium .panel__body {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.panel.panel--tight .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.panel--tighter .panel__body {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.panel--tightest .panel__body {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.panel.panel--no-space .panel__body {
    padding-bottom: 0;
    padding-top: 0
}

.panel.panel--spaced-bottom .panel__body {
    padding-bottom: 3rem
}

.panel--spaced-top {
    margin-top: 6rem
}

.panel--tight-top {
    margin-top: 4rem
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap
}

.panel--center .panel__body {
    justify-content: center
}

.panel--article-body .panel__body {
    padding-bottom: 3rem;
    padding-top: 0
}

.panel--article-body:last-child {
    margin-bottom: 3rem
}

.panel--title+.panel--article-body .panel__body {
    padding-top: 2rem
}

.panel.padding-20 {
    padding: 20px
}

.panel.padding-10 {
    padding: 10px
}

.panel.margin-top-10 {
    margin-top: 10px
}

.panel.margin-bottom-10 {
    margin-bottom: 10px
}

.content--flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

@media(min-width:1200px) {
    .content--flex {
        justify-content: flex-start
    }
}

.content--flex .card {
    max-width: 100%
}

@media(min-width:544px) {
    .content--flex .card {
        max-width: calc(50% - 15px)
    }
}

@media(min-width:1200px) {
    .content--flex .card {
        max-width: calc(25% - 15px)
    }
}

.breadcrumb {
    display: block;
    font-size: .9rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.breadcrumb ol li {
    display: inline-block
}

.breadcrumb ol li a {
    border-bottom: none !important;
    color: #06c !important
}

.breadcrumb ol li a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23%23101921' viewBox='0 -1 20 20'%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath d='M1.013.15.153 1a.51.51 0 0 0 0 .728L8.003 9.5l-7.85 7.772a.51.51 0 0 0 0 .728l.86.85a.526.526 0 0 0 .737 0l9.097-8.986a.51.51 0 0 0 0-.728L1.75.15a.526.526 0 0 0-.737 0'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    bottom: 1.5px;
    content: "";
    height: 7px;
    margin-left: 7px;
    padding: 0 5px;
    position: relative;
    width: 7px
}

@media(min-width:544px) {
    .breadcrumb ol li a:after {
        background-size: 10px 15px;
        height: 15px;
        margin-left: .5rem;
        padding: 0 .5rem;
        width: 10px
    }
}

.breadcrumb ol li a:hover {
    border: none;
    text-decoration: none
}

.panel.panel--article-hero,
.panel.panel--article-hero .image-design-wrapper {
    position: relative
}

.panel.panel--article-hero .image {
    height: 100%;
    max-height: var(--ambition_hero_height, 600px);
    overflow: hidden;
    position: relative
}

.panel.panel--article-hero .image .image__mask {
    height: 100%;
    position: relative
}

.panel.panel--article-hero .image img {
    height: 100%;
    position: relative;
    width: 100%
}

.panel.panel--article-hero .text__body {
    padding: 3rem 2rem
}

.panel.panel--article-hero p.quote-attribution {
    margin-top: 2rem
}

.panel.panel--article-hero .design-block {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.panel.panel--article-hero .design-block svg {
    fill: var(--design-color, #0085cf);
    height: 100%;
    position: absolute;
    right: 0
}

.panel.panel--article-hero .design-block--full-width svg {
    width: 100vw
}

@media(min-width:1024px) {
    .panel.panel--article-hero .image-design-wrapper {
        position: static
    }

    .panel.panel--article-hero .image {
        height: calc(100% + 2rem);
        max-height: none;
        position: absolute;
        right: 0;
        width: 60vw
    }

    .panel.panel--article-hero .image .image__mask {
        height: 100%;
        left: 0;
        max-width: none;
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        transform: skew(-20deg);
        transform-origin: bottom;
        width: var(--ambition_hero_zoom, 100%)
    }

    .panel.panel--article-hero .image img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% var(--ambition_hero_y, 50%);
        object-position: 50% var(--ambition_hero_y, 50%);
        position: relative;
        right: 0;
        transform: skew(20deg) translateX(var(--ambition_hero_x, 0));
        transform-origin: bottom;
        width: 100%
    }

    .panel.panel--article-hero .text {
        align-items: center;
        display: flex;
        margin: 0 auto;
        max-width: calc(1640px + 4rem);
        min-height: var(--ambition_hero_height, 600px);
        position: relative;
        width: 100%;
        z-index: 1
    }

    .panel.panel--article-hero .text .text__body {
        margin-top: 100px;
        max-width: 750px;
        padding: 0 2rem;
        width: 45%
    }

    .panel.panel--article-hero .design-block {
        height: calc(100% + 2rem)
    }

    .panel.panel--article-hero .design-block svg {
        right: 0
    }

    .panel.panel--full-width-hero .image {
        height: 100%;
        min-width: 100%;
        width: var(--ambition_hero_zoom, 100%)
    }

    .panel.panel--full-width-hero .image img {
        transform: translateX(var(--ambition_hero_x_full_width, 0))
    }

    .panel.panel--full-width-hero .design-block {
        background: linear-gradient(90deg, #000, transparent 50%);
        height: 100%
    }
}

.panel.panel--article-hero.panel--article-hero-plain .text .text__body {
    margin: auto;
    text-align: center
}

.panel.panel--article-hero.panel--article-hero-plain .text .text__body .button-group {
    justify-content: center
}

.panel.panel--article-hero.panel--article-hero-plain .image img {
    opacity: var(--ambition_hero_image_brightness)
}

.panel.panel--article-hero.panel--image-overlap .design-block {
    bottom: 0
}

@media(min-width:1024px) {
    .panel.panel--article-hero.panel--image-overlap .design-block {
        height: calc(100% + 4rem);
        top: -2rem
    }
}

.panel.panel--article-hero.panel--image-overlap .image {
    order: 2
}

@media(min-width:1024px) {
    .panel.panel--article-hero.panel--image-overlap .image {
        height: calc(100% + 2rem);
        top: -1rem
    }
}

.panel.panel--article-hero.panel--image-overlap .panel__body {
    display: flex;
    flex-direction: column
}

@media(min-width:1024px) {
    .panel.panel--article-hero.panel--image-overlap .panel__body {
        display: block
    }
}

.panel-form-overlay {
    padding: 2rem
}

.panel-form-overlay .panel-form {
    border: 2px solid var(--design-color, #101921);
    padding: 2rem 2rem 0
}

.panel-form-overlay .panel-form h3 {
    margin-top: 0
}

@media(min-width:1024px) {
    .panel-form-overlay {
        padding: 0;
        position: relative;
        top: var(--global_header_height);
        width: 55%
    }

    .panel-form-overlay .panel-form {
        margin: auto;
        max-width: 530px
    }
}


.panel.course-filter {
    position: relative
}

@media(max-width:1365px) {
    .panel.course-filter>.panel__body {
        padding: 0
    }
}

.panel.panel--content.panel--homepage-search {
    background-color: #101921;
    max-width: inherit
}

.panel.panel--content.panel--homepage-search.panel__body {
    max-width: inherit;
    padding: 32px
}

.panel--homepage-search .input {
    font-size: 20px;
    height: 56px;
    position: relative;
    width: 100%
}

.panel--homepage-search .select-wrapper {
    width: 100%
}

.panel--homepage-search .searchbox {
    padding: 10px 0
}

.panel--homepage-search .searchbox input {
    padding: 0
}

.search-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    z-index: 2
}

.course-filter__title {
    padding-right: 24px;
    width: 100%
}

.course-filter__title .support-link {
    margin-right: .5rem;
    white-space: nowrap
}

.panel--homepage-search .view-all-link {
    margin: 0 !important
}

a.course-filter__link {
    border-bottom: none !important;
    color: #000 !important;
    display: block;
    padding: 12px 24px;
    transition: background-color .3s
}

a.course-filter__link:focus,
a.course-filter__link:hover {
    background-color: #cfd1d3;
    border-bottom: none
}

.inline-bar {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: flex-start
}

.inline-bar__item {
    border-right: 1px solid #cfd1d3;
    padding-right: 8px
}

.inline-bar .inline-bar__item:last-child {
    border-right: none
}

@media(min-width:768px) {
    .panel--homepage-search .select-wrapper {
        min-width: 200px;
        width: auto
    }

    .panel--homepage-search .search-container {
        flex-direction: row
    }

    .course-filter__textbox.input.searchbox {
        width: 380px
    }

    .course-filter__textbox.input.searchbox--medium {
        width: 530px
    }

    .course-filter__textbox.input.searchbox--wide {
        width: 680px
    }
}

@media(min-width:1200px) {
    .course-filter__title {
        width: 100%
    }
}

@media(min-width:1366px) {
    .panel.panel--content.panel--homepage-search.panel__body {
        margin-left: 150px;
        padding: 40px 0 40px 60px
    }

    .panel.panel--homepage-search:before {
        background: #101921;
        content: "";
        height: 100%;
        left: -35px;
        position: absolute;
        top: 0;
        transform: skew(-20deg);
        width: 70px;
        z-index: 0
    }

    .course-filter__title {
        min-width: 440px;
        padding-right: 48px;
        width: auto
    }
}




/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;

@layer theme {

    :host,
    :root {
        --tw-color-black: #000;
        --tw-spacing: 1px;
        --tw-font-weight-bold: 700;
        --tw-radius-md: 0.375rem;
        --tw-radius-lg: 0.5rem
    }
}

@layer utilities {
    .tw\:\!relative {
        position: relative !important
    }

    .tw\:\!-top-\[6px\] {
        top: -6px !important
    }

    .tw\:\!z-\[1\] {
        z-index: 1 !important
    }

    .tw\:\!col-span-2 {
        grid-column: span 2/span 2 !important
    }

    .tw\:\!m-0 {
        margin: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!my-\[1rem\] {
        margin-block: 1rem !important
    }

    .tw\:\!mt-0 {
        margin-top: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!mt-10 {
        margin-top: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mt-16 {
        margin-top: calc(var(--tw-spacing)*16) !important
    }

    .tw\:\!mt-20 {
        margin-top: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!mt-30 {
        margin-top: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!mt-\[10px\] {
        margin-top: 10px !important
    }

    .tw\:\!mr-10 {
        margin-right: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mb-0 {
        margin-bottom: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!mb-2 {
        margin-bottom: calc(var(--tw-spacing)*2) !important
    }

    .tw\:\!mb-5 {
        margin-bottom: calc(var(--tw-spacing)*5) !important
    }

    .tw\:\!mb-10 {
        margin-bottom: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!mb-20 {
        margin-bottom: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!mb-30 {
        margin-bottom: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!mb-50 {
        margin-bottom: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!mb-\[0\.7rem\] {
        margin-bottom: .7rem !important
    }

    .tw\:\!mb-\[20px\] {
        margin-bottom: 20px !important
    }

    .tw\:\!mb-\[50px\] {
        margin-bottom: 50px !important
    }

    .tw\:\!box-content {
        box-sizing: content-box !important
    }

    .tw\:\!flex {
        display: flex !important
    }

    .tw\:\!grid {
        display: grid !important
    }

    .tw\:\!inline-flex {
        display: inline-flex !important
    }

    .tw\:\!h-\[95\%\] {
        height: 95% !important
    }

    .tw\:h-auto {
        height: auto
    }

    .tw\:\!w-1\/2 {
        width: 50% !important
    }

    .tw\:\!w-\[95\%\] {
        width: 95% !important
    }

    .tw\:\!w-full {
        width: 100% !important
    }

    .tw\:\!max-w-\[180px\] {
        max-width: 180px !important
    }

    .tw\:\!max-w-\[530px\] {
        max-width: 530px !important
    }

    .tw\:\!max-w-fit {
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .tw\:\!flex-1 {
        flex: 1 !important
    }

    .tw\:\!basis-full {
        flex-basis: 100% !important
    }

    .tw\:\!cursor-pointer {
        cursor: pointer !important
    }

    .tw\:\!grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important
    }

    .tw\:\!grid-cols-\[min-content_auto\] {
        grid-template-columns: min-content auto !important
    }

    .tw\:\!flex-col {
        flex-direction: column !important
    }

    .tw\:\!flex-wrap {
        flex-wrap: wrap !important
    }

    .tw\:\!items-center {
        align-items: center !important
    }

    .tw\:\!items-start {
        align-items: flex-start !important
    }

    .tw\:\!justify-between {
        justify-content: space-between !important
    }

    .tw\:\!justify-center {
        justify-content: center !important
    }

    .tw\:\!gap-4 {
        gap: calc(var(--tw-spacing)*4) !important
    }

    .tw\:\!gap-6 {
        gap: calc(var(--tw-spacing)*6) !important
    }

    .tw\:\!gap-8 {
        gap: calc(var(--tw-spacing)*8) !important
    }

    .tw\:\!gap-10 {
        gap: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!gap-15 {
        gap: calc(var(--tw-spacing)*15) !important
    }

    .tw\:\!gap-20 {
        gap: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!gap-32 {
        gap: calc(var(--tw-spacing)*32) !important
    }

    .tw\:\!gap-\[5px\] {
        gap: 5px !important
    }

    .tw\:\!rounded {
        border-radius: .25rem !important
    }

    .tw\:\!rounded-\[1rem\] {
        border-radius: 1rem !important
    }

    .tw\:\!rounded-\[8px\] {
        border-radius: 8px !important
    }

    .tw\:\!rounded-full {
        border-radius: calc(infinity*1px) !important
    }

    .tw\:\!rounded-lg {
        border-radius: var(--tw-radius-lg) !important
    }

    .tw\:\!rounded-md {
        border-radius: var(--tw-radius-md) !important
    }

    .tw\:\!rounded-tl-\[5px\] {
        border-top-left-radius: 5px !important
    }

    .tw\:\!rounded-tl-md {
        border-top-left-radius: var(--tw-radius-md) !important
    }

    .tw\:\!rounded-tr-\[5px\] {
        border-top-right-radius: 5px !important
    }

    .tw\:\!rounded-tr-md {
        border-top-right-radius: var(--tw-radius-md) !important
    }

    .tw\:\!border {
        border-style: var(--tw-border-style) !important;
        border-width: 1px !important
    }

    .tw\:\!border-black {
        border-color: var(--tw-color-black) !important
    }

    .tw\:\!bg-\[\#f3f4f4\] {
        background-color: #f3f4f4 !important
    }

    .tw\:\!object-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .tw\:\!p-10 {
        padding: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!p-20 {
        padding: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!p-24 {
        padding: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!p-\[1rem\] {
        padding: 1rem !important
    }

    .tw\:\!px-30 {
        padding-inline: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!py-20 {
        padding-block: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!py-50 {
        padding-block: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!pt-24 {
        padding-top: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pt-30 {
        padding-top: calc(var(--tw-spacing)*30) !important
    }

    .tw\:\!pt-40 {
        padding-top: calc(var(--tw-spacing)*40) !important
    }

    .tw\:\!pt-50 {
        padding-top: calc(var(--tw-spacing)*50) !important
    }

    .tw\:\!pt-\[30px\] {
        padding-top: 30px !important
    }

    .tw\:\!pr-24 {
        padding-right: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pb-0 {
        padding-bottom: calc(var(--tw-spacing)*0) !important
    }

    .tw\:\!pb-10 {
        padding-bottom: calc(var(--tw-spacing)*10) !important
    }

    .tw\:\!pb-20 {
        padding-bottom: calc(var(--tw-spacing)*20) !important
    }

    .tw\:\!pb-24 {
        padding-bottom: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!pb-\[0\.3rem\] {
        padding-bottom: .3rem !important
    }

    .tw\:\!pb-\[4rem\] {
        padding-bottom: 4rem !important
    }

    .tw\:\!pb-\[20px\] {
        padding-bottom: 20px !important
    }

    .tw\:\!pl-24 {
        padding-left: calc(var(--tw-spacing)*24) !important
    }

    .tw\:\!text-center {
        text-align: center !important
    }

    .tw\:\!text-left {
        text-align: left !important
    }

    .tw\:\!font-bold {
        --tw-font-weight: var(--tw-font-weight-bold) !important;
        font-weight: var(--tw-font-weight-bold) !important
    }

    .tw\:\!no-underline {
        text-decoration-line: none !important
    }

    .tw\:sm\:\!grid-cols-2 {
        @media (width >=40rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!mt-0 {
        @media (width >=48rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:md\:\!mt-30 {
        @media (width >=48rem) {
            margin-top: calc(var(--tw-spacing)*30) !important
        }
    }

    .tw\:md\:\!flex {
        @media (width >=48rem) {
            display: flex !important
        }
    }

    .tw\:md\:\!w-1\/2 {
        @media (width >=48rem) {
            width: 50% !important
        }
    }

    .tw\:md\:\!grid-cols-1 {
        @media (width >=48rem) {
            grid-template-columns: repeat(1, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!grid-cols-2 {
        @media (width >=48rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!grid-cols-3 {
        @media (width >=48rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important
        }
    }

    .tw\:md\:\!flex-row {
        @media (width >=48rem) {
            flex-direction: row !important
        }
    }

    .tw\:md\:\!justify-center {
        @media (width >=48rem) {
            justify-content: center !important
        }
    }

    .tw\:md\:\!justify-end {
        @media (width >=48rem) {
            justify-content: flex-end !important
        }
    }

    .tw\:md\:\!gap-20 {
        @media (width >=48rem) {
            gap: calc(var(--tw-spacing)*20) !important
        }
    }

    .tw\:md\:before\:\!h-60 {
        @media (width >=48rem) {
            &:before {
                content: var(--tw-content);
                height: calc(var(--tw-spacing)*60) !important
            }
        }
    }

    .tw\:md\:before\:\!w-60 {
        @media (width >=48rem) {
            &:before {
                content: var(--tw-content);
                width: calc(var(--tw-spacing)*60) !important
            }
        }
    }

    .tw\:lg\:\!mt-0 {
        @media (width >=64rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:lg\:\!mt-105 {
        @media (width >=64rem) {
            margin-top: calc(var(--tw-spacing)*105) !important
        }
    }

    .tw\:lg\:\!w-1\/3 {
        @media (width >=64rem) {
            width: 33.33333% !important
        }
    }

    .tw\:lg\:\!grid-cols-4 {
        @media (width >=64rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important
        }
    }

    .tw\:xl\:\!mt-0 {
        @media (width >=80rem) {
            margin-top: calc(var(--tw-spacing)*0) !important
        }
    }

    .tw\:\[\&\>p\:last-child\]\:\!mb-0 {
        &>p:last-child {
            margin-bottom: calc(var(--tw-spacing)*0) !important
        }
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-content {
    syntax: "*";
    initial-value: "";
    inherits: false
}

@layer properties {
    @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        ::backdrop,
        :after,
        :before {
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-content: ""
        }
    }
}


.panel.panel--card-carousel.panel--icon-quote .carousel {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-top: 0
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .carousel {
        gap: 1rem;
        grid-template-columns: 4fr 3fr
    }
}

.panel.panel--card-carousel.panel--icon-quote .carousel__text {
    grid-column: 1/2;
    padding-right: 0
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .carousel__text {
        padding-top: 6rem
    }

    .panel.panel--card-carousel.panel--icon-quote .carousel__text h2 {
        max-width: 90%
    }

    .panel.panel--card-carousel.panel--icon-quote .icon-cards-mobile.swiper {
        display: none
    }
}

.panel.panel--card-carousel.panel--icon-quote .icon-cards-mobile.swiper {
    grid-column: 1/2;
    width: calc(100% + 2rem)
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .icon-cards-mobile.swiper {
        grid-column: 1/3;
        grid-column: 1
    }

    .panel.panel--card-carousel.panel--icon-quote .icon-cards-mobile.swiper.swiper--cards.swiper-initialized .swiper-buttons {
        padding-right: 0
    }
}

@media(min-width: 544px) {
    .panel.panel--card-carousel.panel--icon-quote .icon-cards-mobile.swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: calc(38% - 3rem)
    }
}

.panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop {
    display: none
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop {
        display: block
    }
}

.panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop {
    grid-column: 1/2;
    margin-bottom: 2rem;
    width: calc(100% + 2rem)
}

.panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop .content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media(min-width: 768px) {
    .panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop .card {
        width: calc(33% - 1.5rem)
    }

    .panel.panel--card-carousel.panel--icon-quote .icon-cards-desktop.four-cards .card {
        width: calc(50% - 1.5rem)
    }
}

.panel.panel--card-carousel.panel--icon-quote .panel__body {
    overflow: hidden;
    padding-bottom: 50px
}

.panel.panel--card-carousel.panel--icon-quote .quote {
    grid-column: 1/3;
    grid-row: 3;
    margin-top: 3rem
}

@media(min-width: 768px) {
    .panel.panel--card-carousel.panel--icon-quote .quote {
        display: grid;
        grid-template-columns: 3fr 2fr;
        margin-top: 3rem
    }
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .quote {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
        display: block;
        display: flex;
        flex-direction: column;
        grid-column: 2;
        grid-row: 1/4;
        justify-content: flex-end;
        margin-left: 4rem;
        margin-top: 0
    }
}

.panel.panel--card-carousel.panel--icon-quote .quote .label {
    margin-bottom: 2rem
}

.panel.panel--card-carousel.panel--icon-quote .quote__text {
    padding: 3rem 2rem 0
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .quote__text {
        padding: 6rem 4rem 0 5rem
    }
}

.panel.panel--card-carousel.panel--icon-quote .quote__citation {
    margin: 2rem 0
}

.panel.panel--card-carousel.panel--icon-quote .quote__citation span {
    font-weight: 700
}

.panel.panel--card-carousel.panel--icon-quote .quote__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 1200px) {
    .panel.panel--card-carousel.panel--icon-quote .quote__image img {
        height: inherit;
        -o-object-fit: unset;
        object-fit: unset
    }
}

.panel.panel--card-carousel.panel--icon-quote.panel--content .swiper.swiper-initialized {
    min-height: 300px
}


@media(min-width: 1200px) {
    section.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video:first-of-type {
        margin-top:200px
    }
}

@media(max-width: 1023px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video {
        margin-top:2rem
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .panel__body {
    padding: 0
}

@media(min-width: 1024px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text {
        align-items:center
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text .text__body {
        background-color: transparent;
        padding: 2rem 4rem 2rem 2rem;
        position: relative;
        width: 70%
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text .text__body:after {
        background-color: var(--panel-background);
        content: "";
        height: 100%;
        left: -70px;
        opacity: .7;
        position: absolute;
        top: 0;
        transform: skew(-20deg);
        width: calc(100% + 70px);
        z-index: -1
    }
}

@media(min-width: 1366px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text .text__body {
        width:50%
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text .text__body:after {
        display: none
    }
}

@media(min-width: 1700px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text .text__body {
        width:40%
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .button-group {
    bottom: 32px;
    left: 32px
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .button-group .button {
    height: 39px;
    transform: scale(1.8);
    width: 39px
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .button-group .button .button__icon-wrapper {
    left: .5px
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .title {
    bottom: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    z-index: 1
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .title:before {
    background: var(--panel-background,#101921);
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -10px;
    transform: skew(2deg) rotate(2deg);
    width: 100%;
    z-index: -1
}

@media(min-width: 1024px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image {
        align-items:center;
        display: flex;
        justify-content: center;
        max-width: none;
        overflow: visible;
        right: 0;
        width: 100%
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .button-group {
        bottom: 50px;
        left: 50px
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .button-group .button {
        height: 52px;
        transform: scale(1.5);
        width: 52px
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .title {
        padding: 32px;
        right: -20px
    }
}

@media(min-width: 1366px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image {
        max-width:900px;
        right: 2rem;
        width: calc(50% - 2rem)
    }
}

@media(min-width: 1700px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image {
        right:0;
        width: 60%
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image img {
    transform: none
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop {
    display: none
}

@media(min-width: 1024px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop {
        display:block;
        height: 100%;
        left: 0;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        top: 0
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    border-radius: 0;
    height: 100%;
    opacity: 0;
    position: unset;
    transform: scale(1);
    width: 100%
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control--pause {
    background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%09%3Ctitle%3Eplay-circle%3C%2Ftitle%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M6.5%2016c-0.083%200-0.167-0.021-0.242-0.063-0.159-0.088-0.258-0.256-0.258-0.437v-10c0-0.182%200.099-0.349%200.258-0.437s0.353-0.083%200.507%200.013l8%205c0.146%200.091%200.235%200.252%200.235%200.424s-0.089%200.333-0.235%200.424l-8%205c-0.081%200.051-0.173%200.076-0.265%200.076zM7%206.402v8.196l6.557-4.098-6.557-4.098z%27%3E%3C%2Fpath%3E%0A%09%09%09%3C%2Fsvg%3E");
    filter: drop-shadow(0 0 10px rgba(0,0,0,.5))
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control--play {
    background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%3Ctitle%3Epause-circle%3C%2Ftitle%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M7.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM6.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M12.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM11.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3C%2Fsvg%3E");
    filter: drop-shadow(0 0 10px rgba(0,0,0,.5))
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control--pause.fade,.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control--play {
    transition: opacity .5s ease,transform .5s ease-in,background-size .5s ease-in
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .image .video-loop-control:hover {
    background-color: transparent;
    transform: scale(1)!important
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .background-strip {
    height: 90%;
    position: absolute;
    top: -50px;
    transform: rotate(1deg) skew(1deg);
    width: 100%
}

@media(min-width: 1024px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .background-strip {
        top:unset
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right {
    justify-content: flex-end
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .title {
    right: 0
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .title:before {
    transform: skew(-2deg) rotate(-2deg)
}

@media(min-width: 1366px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .title {
        left:-20px;
        right: unset
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .image {
        left: 2rem
    }

    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .image .button-group {
        left: unset;
        right: 50px
    }
}

@media(min-width: 1700px) {
    .panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .image {
        left:0
    }
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .text--right .text__body:after {
    background: var(--panel-background);
    clip-path: polygon(70px 0,100% 0,100% 100%,0 100%);
    content: "";
    position: absolute;
    transform: unset;
    z-index: -1
}

.panel.panel--flexible-image-block.panel--simple-text-image.panel--highlighted-text-image-video .fade {
    animation: fadeInOut .3s ease-in
}

@keyframes fadeInOut {
    0%,to {
        background-size: 100px 100px;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        background-size: 220px 220px
    }
}



.panel--dynamics-form .panel__body {
    max-width: 810px!important
}

.panel--dynamics-form.panel--angled {
    clip-path: polygon(0 0,100% 3%,100% 100%,0 100%)
}

#dynamics-form,.dynamics-form,.dynamics__form {
    font-size: .9rem;
    padding-top: 1.5rem
}

#dynamics-form p,.dynamics-form p,.dynamics__form p {
    font-size: .8rem
}

#dynamics-form span.lp-checkboxListItem,.dynamics-form span.lp-checkboxListItem,.dynamics__form span.lp-checkboxListItem {
    align-items: center;
    display: flex
}

#dynamics-form span.lp-checkboxListItem input.lp-form-fieldInput,.dynamics-form span.lp-checkboxListItem input.lp-form-fieldInput,.dynamics__form span.lp-checkboxListItem input.lp-form-fieldInput {
    margin-right: .5rem;
    width: unset
}

#dynamics-form span.lp-checkboxListItem label,.dynamics-form span.lp-checkboxListItem label,.dynamics__form span.lp-checkboxListItem label {
    margin-bottom: 0
}

#dynamics-form span.lp-checkboxListItem:last-child,.dynamics-form span.lp-checkboxListItem:last-child,.dynamics__form span.lp-checkboxListItem:last-child {
    padding-bottom: 1.5rem
}

#dynamics-form span.lp-radioButton input.lp-form-fieldInput,.dynamics-form span.lp-radioButton input.lp-form-fieldInput,.dynamics__form span.lp-radioButton input.lp-form-fieldInput {
    float: left
}

#dynamics-form input.lp-form-fieldInput,.dynamics-form input.lp-form-fieldInput,.dynamics__form input.lp-form-fieldInput {
    border-radius: 5px;
    font-size: 1rem;
    line-height: 2.5rem;
    padding-left: 1rem
}

#dynamics-form select.lp-form-fieldInput,.dynamics-form select.lp-form-fieldInput,.dynamics__form select.lp-form-fieldInput {
    border-radius: 5px;
    min-height: 49px
}

#dynamics-form button.lp-form-fieldInput,.dynamics-form button.lp-form-fieldInput,.dynamics__form button.lp-form-fieldInput {
    background-color: #0085cf;
    border: 1px solid #0085cf;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 0;
    padding: .4rem .8rem;
    transition: background-color .3s
}

#dynamics-form button.lp-form-fieldInput:hover,.dynamics-form button.lp-form-fieldInput:hover,.dynamics__form button.lp-form-fieldInput:hover {
    background-color: #0085cf;
    border-color: #0085cf;
    color: #fff
}

#dynamics-form div[data-editorblocktype=Field-dropdown]+div[data-editorblocktype=Field-dropdown],.dynamics-form div[data-editorblocktype=Field-dropdown]+div[data-editorblocktype=Field-dropdown],.dynamics__form div[data-editorblocktype=Field-dropdown]+div[data-editorblocktype=Field-dropdown] {
    margin-top: 2rem
}

#dynamics-form div[data-editorblocktype],.dynamics-form div[data-editorblocktype],.dynamics__form div[data-editorblocktype] {
    margin-bottom: 1.3rem;
    padding: 0!important
}

#dynamics-form div[data-section],.dynamics-form div[data-section],.dynamics__form div[data-section] {
    padding: 0!important
}

#dynamics-form input.lp-form-fieldInput,#dynamics-form select.lp-form-fieldInput,.dynamics-form input.lp-form-fieldInput,.dynamics-form select.lp-form-fieldInput,.dynamics__form input.lp-form-fieldInput,.dynamics__form select.lp-form-fieldInput {
    background: transparent
}

#dynamics-form--dark,.dynamics-form--dark,.dynamics__form--dark {
    color: #fff
}

#dynamics-form--dark input.lp-form-fieldInput,#dynamics-form--dark select.lp-form-fieldInput,.dynamics-form--dark input.lp-form-fieldInput,.dynamics-form--dark select.lp-form-fieldInput,.dynamics__form--dark input.lp-form-fieldInput,.dynamics__form--dark select.lp-form-fieldInput {
    border: 2px solid #fff;
    color: #fff
}

#dynamics-form--dark input.lp-form-fieldInput option,#dynamics-form--dark select.lp-form-fieldInput option,.dynamics-form--dark input.lp-form-fieldInput option,.dynamics-form--dark select.lp-form-fieldInput option,.dynamics__form--dark input.lp-form-fieldInput option,.dynamics__form--dark select.lp-form-fieldInput option {
    color: #000
}

#dynamics-form--dark .lp-required,.dynamics-form--dark .lp-required,.dynamics__form--dark .lp-required {
    color: #fff!important
}

#dynamics-form--white,.dynamics-form--white,.dynamics__form--white {
    background: #fff;
    color: #101921;
    padding: 2rem
}

#dynamics-form--white a,.dynamics-form--white a,.dynamics__form--white a {
    border-bottom: 1px solid #101921!important;
    color: #101921!important
}

#dynamics-form--dark-navy,.dynamics-form--dark-navy,.dynamics__form--dark-navy {
    background: #101921;
    color: #fff;
    padding: 2rem
}

#dynamics-form,.dynamics-form,.dynamics__form {
    background: transparent
}

#dynamics-form .dialogProviderContainerStyle,.dynamics-form .dialogProviderContainerStyle,.dynamics__form .dialogProviderContainerStyle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%!important
}

#dynamics-form .dialogProviderContainerStyle .dialogProviderInternalContainerStyle,.dynamics-form .dialogProviderContainerStyle .dialogProviderInternalContainerStyle,.dynamics__form .dialogProviderContainerStyle .dialogProviderInternalContainerStyle {
    position: relative
}

#dynamics-form,.dynamics-form,.dynamics__form {
    padding-top: 1rem
}

#dynamics-form form [data-layout=true],.dynamics-form form [data-layout=true],.dynamics__form form [data-layout=true] {
    max-width: 100%
}

#dynamics-form input.lp-form-fieldInput,#dynamics-form select.lp-form-fieldInput,.dynamics-form input.lp-form-fieldInput,.dynamics-form select.lp-form-fieldInput,.dynamics__form input.lp-form-fieldInput,.dynamics__form select.lp-form-fieldInput {
    border: 2px solid;
    border-radius: 35px;
    padding-left: 1rem
}

@-moz-document url-prefix() {
    #dynamics-form select.lp-form-fieldInput,.dynamics-form select.lp-form-fieldInput,.dynamics__form select.lp-form-fieldInput {
        padding-top: 11px
    }
}

#dynamics-form div[data-form-block-id] .lookup-behavior,#dynamics-form select.lp-form-fieldInput,.dynamics-form div[data-form-block-id] .lookup-behavior,.dynamics-form select.lp-form-fieldInput,.dynamics__form div[data-form-block-id] .lookup-behavior,.dynamics__form select.lp-form-fieldInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow down%3C/title%3E%3Cpath d='M24.985 33.113h-9.87V0h9.87z'/%3E%3Cpath d='M17.502 40 0 27.177 5.936 19.5l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
    background-size: 12px;
    content: "";
    filter: none
}

#dynamics-form .lp-required,.dynamics-form .lp-required,.dynamics__form .lp-required {
    color: #101921;
    float: left
}

#dynamics-form .columnContainer,.dynamics-form .columnContainer,.dynamics__form .columnContainer {
    padding-bottom: 0!important
}

#dynamics-form button.lp-form-fieldInput,.dynamics-form button.lp-form-fieldInput,.dynamics__form button.lp-form-fieldInput {
    background: #101921;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - .8rem);
    background-repeat: no-repeat;
    background-size: 12px;
    border: 2px solid #101921;
    border-radius: 35px!important;
    box-shadow: inset 0 0 0 2pt #fff;
    color: #fff;
    content: "";
    font-size: 1rem;
    font-weight: 700;
    padding-right: 2rem
}

#dynamics-form button.lp-form-fieldInput:focus,#dynamics-form button.lp-form-fieldInput:hover,.dynamics-form button.lp-form-fieldInput:focus,.dynamics-form button.lp-form-fieldInput:hover,.dynamics__form button.lp-form-fieldInput:focus,.dynamics__form button.lp-form-fieldInput:hover {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - .8rem);
    background-repeat: no-repeat;
    border: 2px solid #fff;
    box-shadow: inset 0 0 0 2pt #101921;
    color: #101921;
    content: ""
}

#dynamics-form.dynamics-form--dark div[data-form-block-id] .lookup-behavior,#dynamics-form.dynamics-form--dark select.lp-form-fieldInput,.dynamics-form.dynamics-form--dark div[data-form-block-id] .lookup-behavior,.dynamics-form.dynamics-form--dark select.lp-form-fieldInput,.dynamics__form.dynamics-form--dark div[data-form-block-id] .lookup-behavior,.dynamics__form.dynamics-form--dark select.lp-form-fieldInput {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow down%3C/title%3E%3Cpath d='M24.985 33.113h-9.87V0h9.87z'/%3E%3Cpath d='M17.502 40 0 27.177 5.936 19.5l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
    content: ""
}

#dynamics-form.dynamics-form--dark button.lp-form-fieldInput,.dynamics-form.dynamics-form--dark button.lp-form-fieldInput,.dynamics__form.dynamics-form--dark button.lp-form-fieldInput {
    background: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - .8rem);
    background-repeat: no-repeat;
    background-size: 12px;
    border: 2px solid #fff;
    box-shadow: inset 0 0 0 2pt #101921;
    color: #101921;
    content: ""
}

#dynamics-form.dynamics-form--dark button.lp-form-fieldInput:focus,#dynamics-form.dynamics-form--dark button.lp-form-fieldInput:hover,.dynamics-form.dynamics-form--dark button.lp-form-fieldInput:focus,.dynamics-form.dynamics-form--dark button.lp-form-fieldInput:hover,.dynamics__form.dynamics-form--dark button.lp-form-fieldInput:focus,.dynamics__form.dynamics-form--dark button.lp-form-fieldInput:hover {
    background-color: #101921;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fff' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: calc(100% - .8rem);
    background-repeat: no-repeat;
    border: 2px solid #101921;
    box-shadow: inset 0 0 0 2pt #fff;
    color: #fff;
    content: ""
}

#dynamics-form--hero,.dynamics-form--hero,.dynamics__form--hero {
    padding: 0
}

.marketingForm {
    margin-bottom: 2rem
}

.marketingForm div[data-layout-version=v2] {
    margin: auto;
    max-width: 100%!important
}

.marketingForm .dateTimeFormFieldBlock,.marketingForm .lookupFormFieldBlock,.marketingForm .multiOptionSetFormFieldBlock,.marketingForm .optionSetFormFieldBlock,.marketingForm .phoneFormFieldBlock,.marketingForm .textFormFieldBlock,.marketingForm .twoOptionFormFieldBlock {
    gap: 5px!important;
    padding: 18px 0!important
}

.marketingForm .dateTimeFormFieldBlock input,.marketingForm .lookupFormFieldBlock input,.marketingForm .marketingForm textarea,.marketingForm .optionSetFormFieldBlock select,.marketingForm .phoneFormFieldBlock input,.marketingForm .textFormFieldBlock input,.marketingForm div[data-editorblocktype=Captcha] input {
    background-color: #fff!important;
    border: 2px solid #101921!important;
    border-radius: 50px!important;
    padding: 11px 16px!important
}

.marketingForm .optionSetFormFieldBlock select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Cpath d='M17.502 30.5 0 17.677 5.936 10l14.439 10.582 13.453-10.493 6.172 7.5-16.444 12.826z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: ""
}

.marketingForm .lookupFormFieldBlock input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='-5 -5 30 30'%3E%3Ctitle%3Emagnifier%3C/title%3E%3Cpath fill='%23101921' stroke='%23101921' stroke-width='2' d='m18.869 19.162-5.943-6.484A7.45 7.45 0 0 0 15.001 7.5c0-2.003-.78-3.887-2.197-5.303S9.504 0 7.501 0 3.614.78 2.198 2.197.001 5.497.001 7.5s.78 3.887 2.197 5.303S5.498 15 7.501 15a7.44 7.44 0 0 0 4.688-1.645l5.943 6.483a.497.497 0 0 0 .707.031.5.5 0 0 0 .031-.706zM1 7.5C1 3.916 3.916 1 7.5 1S14 3.916 14 7.5 11.084 14 7.5 14 1 11.084 1 7.5z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 20px 20px
}

.marketingForm .phoneFormFieldBlock .phoneCountryCode {
    border: 0!important
}

.marketingForm .consentBlock label p,.marketingForm .dateTimeFormFieldBlock label,.marketingForm .dateTimeFormFieldBlock label *,.marketingForm .eventSession label *,.marketingForm .lookupFormFieldBlock label,.marketingForm .lookupFormFieldBlock label *,.marketingForm .multiOptionSetFormFieldBlock label.block-label,.marketingForm .multiOptionSetFormFieldBlock label.block-label *,.marketingForm .optionSetFormFieldBlock label.block-label,.marketingForm .optionSetFormFieldBlock label.block-label *,.marketingForm .textFormFieldBlock label,.marketingForm .textFormFieldBlock label *,.marketingForm .twoOptionFormFieldBlock label.block-label,.marketingForm .twoOptionFormFieldBlock label.block-label *,.marketingForm div[data-editorblocktype=Captcha] label[id^=wlspispHipInstructionContainer] {
    color: #101921!important;
    font-family: Overpass,Helvetica,Arial,sans-serif!important;
    font-size: 16px;
    font-weight: 400!important
}

.marketingForm .marketingForm .primaryButton,.marketingForm .submitButton {
    background-color: #101921!important;
    border: 2px inset #101921!important;
    border-radius: 50px!important;
    color: #fff!important;
    font-family: Overpass,Helvetica,Arial,sans-serif!important;
    padding: 10px 40px!important
}

.marketingForm [data-editorblocktype=Text] {
    margin: 1rem 0 0!important
}

.marketingForm [data-editorblocktype=Text] a,.marketingForm [data-editorblocktype=Text] p {
    font-family: Overpass,Helvetica,Arial,sans-serif!important;
    font-size: .7rem!important
}

.marketingForm [data-editorblocktype=Text] a {
    border-bottom: 0!important;
    text-decoration: underline!important
}

p {
    margin-bottom: 1rem
}


.panel.panel--news-listing .search-filters__dropdowns-body {
    align-items: center
}

.panel.panel--news-listing .search-filters__dropdowns-body .filter-list,.panel.panel--news-listing .search-filters__dropdowns-body .filter-list .pill {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .panel.panel--news-listing .search-filters__dropdowns-body {
        align-items:unset;
        display: flex;
        flex-direction: column
    }

    .panel.panel--news-listing .search-filters__dropdowns-body .filter-list {
        order: 1
    }

    .panel.panel--news-listing .search-filters__dropdowns-body .filter__categories {
        order: 2
    }
}

.panel.panel--news-listing .search-filters__dropdowns-body .input.background--white {
    background-color: #fff
}

.panel.panel--news-listing .search-filters__dropdown-toggle {
    background-color: #fff;
    margin-left: 0
}

.panel.panel--news-listing .panel__body,.search-filters .panel__body {
    position: static
}

.search-filters__main-box {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    border-bottom: 1px solid #cfd1d3;
    margin-bottom: 0;
    padding-bottom: 20px
}

.search-filters__dropdown-toggle {
    display: block;
    grid-column: 2;
    grid-row: 2;
    margin-left: 10px;
    max-width: 100px
}

.search-filters__dropdown-toggle.row1 {
    grid-row: 1
}

.search-filters__main-box.right {
    display: flex;
    gap: 10px;
    justify-items: flex-end
}

@media(min-width: 544px) {
    .search-filters__main-box.right {
        justify-content:space-between
    }
}

.search-filters__main-box.right .search-filters__dropdown-toggle {
    margin-left: 0
}

@media(min-width: 544px) {
    .search-filters__main-box.right .search-filters__dropdown-toggle {
        grid-column:1;
        grid-row: 2
    }

    .search-filters__main-box.right .search-filters__dropdown-toggle.row1 {
        grid-column: 2;
        grid-row: 1
    }
}

.search-filters__page-switch {
    align-items: center;
    display: flex;
    gap: 32px;
    grid-column: 1/3;
    grid-row: 1;
    margin-bottom: 22px
}

.search-filters__result-count {
    grid-column: 1/3;
    grid-row: 4;
    margin-top: 22px
}

.search-filters__search-box {
    grid-column: 1;
    grid-row: 2
}

.search-filters__search-box.row1 {
    grid-column: 1;
    grid-row: 1
}

.search-filters__dropdowns {
    display: none
}

.search-filters__help,.search-filters__modal.search-filters__dropdowns {
    background: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block;
    height: 100%;
    left: 0;
    overflow: scroll;
    padding: 0 0 150px;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 21
}

.search-filters__help {
    padding: 64px 32px
}

.search-filters__help-heading {
    padding: 0 0 16px
}

.search-filters__help-heading .heading {
    margin: 0 0 16px
}

.search-filters__help-card {
    border-top: 3px solid #cfd1d3;
    padding: 16px 0
}

.search-filters__help-card .heading {
    margin: 0 0 12px
}

.search-filters__dropdowns-body {
    padding: 32px
}

.search-filters__dropdowns-header {
    border-bottom: 1px solid #cfd1d3;
    padding: 26px 32px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%
}

.search-filters__dropdowns-close {
    align-items: center;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 16px;
    width: 48px
}

.search-filters__dropdowns-close svg {
    stroke: #101921
}

.search-filters__help-close {
    align-items: center;
    background-color: #101921;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px
}

.search-filters__help-close svg {
    stroke: #fff
}

.search-modal {
    height: 200vh;
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.help-modal,.search-modal {
    background: #101921;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 21
}

.help-modal {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed
}

.search-filters__list-buttons {
    display: none
}

.search-filters__list-global-buttons {
    background: #fff;
    border-top: 1px solid #cfd1d3;
    bottom: 0;
    display: flex;
    display: none;
    justify-content: space-between;
    left: 0;
    padding: 20px 32px;
    position: fixed;
    width: 100%;
    z-index: 22
}

.search-filters__search-text {
    grid-column: 1/3;
    grid-row: 3
}

.search-filters__filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    margin-top: 24px
}

.search-filters__filter-pills span:first-letter {
    text-transform: uppercase
}

.search-filters__checkbox {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    margin: 0;
    padding-left: 36px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.search-filters__checkbox-item,.search-filters__item {
    padding: 10px 0
}

.search-filters__item:hover {
    cursor: pointer
}

.search-filters__checkbox-item:last-child,.search-filters__item:last-child {
    padding-bottom: 26px
}

.search-filters__checkbox label {
    cursor: pointer;
    margin: 0
}

.search-filters__checkbox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.search-filters__checkbox .checkmark {
    align-items: center;
    border: 3px solid #cfd1d3;
    border-radius: 3px;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -2px;
    transition: border-color .3s ease;
    width: 24px
}

.search-filters__checkbox.inline {
    height: 47px
}

.search-filters__checkbox.inline .checkmark {
    left: 5px;
    top: 10px
}

.search-filters__checkbox .checkmark:focus+span,.search-filters__checkbox:hover input~.checkmark {
    border: 3px solid #000
}

.search-filters__checkbox input:checked~.checkmark {
    background-color: #000;
    border: 3px solid #000
}

.search-filters__checkbox .checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.search-filters__checkbox input:checked~.checkmark:after {
    display: inline-flex
}

.search-filters__checkbox .checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    height: 12px;
    top: 2px;
    transform: rotate(45deg);
    width: 7px
}

.search-results {
    margin-top: 40px
}

.search-results:before {
    content: "";
    display: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: calc(100% - 4rem)
}

.search-results--grid {
    margin-bottom: 3rem
}

.search-results--grid .search-filters__listing {
    display: flex;
    flex-wrap: wrap
}

.search-results--flash {
    position: relative
}

.search-results--flash:before {
    animation: searchflash .5s forwards;
    background-color: #fff5cc;
    display: block;
    width: 100%
}

@keyframes searchflash {
    25% {
        opacity: 1
    }

    0%,to {
        opacity: 0
    }
}

.search-filters__listing {
    width: 100%
}

.search-filters__card {
    border: 3px solid #cfd1d3;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative
}

.search-filters__info-block {
    border-top: 1px solid #cfd1d3;
    flex: 0 1 calc(50% - 20px);
    padding-top: 10px
}

.search-filters__country.card {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: left;
    margin: 0 0 15px;
    min-width: 80px
}

.search-filters__country.card svg {
    height: 10px;
    width: 10px
}

.search-filters__country.card:hover span {
    text-decoration: underline
}

.search-filters__course-details {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 22px 24px
}

.search-filters__course-title {
    flex: 0 0 100%
}

.search-filters__course-title h2 {
    margin: 0;
    padding: 0 0 16px
}

.search-filters__course-title h2:hover {
    text-decoration: underline
}

.search-filters__course-title a {
    border-bottom: none!important;
    display: inline-block
}

.search-filters__course-detail-pills {
    align-items: center;
    display: flex;
    gap: 4px
}

.search-filters__course-location {
    gap: 3px;
    padding-left: 10px
}

.search-filters__course-location svg {
    height: 12px;
    width: 12px
}

.search-filters__course-subject-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.search-filters__course-subject {
    background: #101921;
    border-top-left-radius: 6px;
    color: #fff;
    display: block;
    flex: 1 0 100%;
    left: 0;
    max-width: 80%;
    padding: 9px 30px 7px 24px;
    position: relative;
    top: 0;
    z-index: 1
}

.search-filters__course-subject:after {
    background: #101921;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skew(-20deg);
    width: 30px;
    z-index: -1
}

.search-filters__course-type {
    display: block;
    display: flex;
    justify-content: center;
    left: 0;
    max-width: 80%;
    padding: 9px 10px 7px 30px;
    position: relative;
    top: 0;
    z-index: 0
}

.search-filters__course-type:after {
    background: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skew(-20deg);
    width: 30px;
    z-index: -1
}

.search-filters--sort {
    align-items: center;
    display: flex;
    gap: 10px;
    grid-column: 1/3;
    grid-row: 1;
    justify-content: flex-start;
    margin: 0
}

.search-filters--sort select {
    max-width: 150px;
    width: auto
}

@media(min-width: 414px) {
    .search-filters--sort select {
        max-width:none
    }
}

.search-filters--sort label {
    display: block;
    margin: 0;
    width: 100%
}

@media(min-width: 414px) {
    .search-filters--sort label {
        display:inline;
        margin: 0 5px 0 0
    }
}

@media(min-width: 544px) {
    .search-filters--sort {
        grid-column:2;
        grid-row: 2
    }
}

@media(min-width: 1200px) {
    .search-filters--sort {
        grid-column:2;
        grid-row: 1;
        justify-content: flex-end;
        margin: 0 0 1rem
    }
}

.search-filters__dropdown.force-dropdown {
    position: relative
}

.search-filters__dropdown.force-dropdown .select__dropdown {
    border-bottom: none;
    min-width: 250px;
    position: absolute
}

.search-filters__dropdown.force-dropdown .select__dropdown.visible {
    border-bottom: none
}

.search-filters__dropdown.force-dropdown .search-filters__checkboxes,.search-filters__dropdown.force-dropdown .search-filters__list {
    margin: 0 5px 0 0;
    max-height: 325px;
    overflow: scroll;
    padding: 16px 24px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.search-filters__dropdown.force-dropdown .search-filters__checkboxes::-webkit-scrollbar,.search-filters__dropdown.force-dropdown .search-filters__list::-webkit-scrollbar {
    display: none
}

.search-filters__dropdown.force-dropdown .search-filters__checkbox-item:last-child,.search-filters__dropdown.force-dropdown .search-filters__item:last-child {
    padding-bottom: 10px
}

.hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0,1,0,1)
}

.visible {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height .5s ease-in-out
}

.content.content--full-width {
    width: 100%
}

@media(min-width: 1200px) {
    .content.content--full-width {
        flex:1 1 100%
    }

    .help-modal {
        background: rgba(16,25,33,.8)
    }

    .search-filters__help {
        border-radius: 8px;
        height: 80%;
        margin: auto;
        padding: 64px;
        position: relative;
        top: 0;
        width: 650px
    }

    .search-results {
        margin-top: 32px
    }

    .search-filters__main-box {
        margin-bottom: 32px
    }

    .search-filters__page-switch {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 10px
    }

    .search-filters__result-count {
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
        text-align: right
    }

    .search-filters__result-count--left {
        grid-column: 1;
        max-width: 50%;
        text-align: left
    }

    .search-filters__dropdowns-wrapper {
        grid-column: 1;
        grid-row: 2
    }

    .search-filters__dropdowns {
        display: block
    }

    .search-filters__dropdowns-body {
        display: flex;
        gap: 10px;
        padding: 0
    }

    .search-filters__dropdown-toggle,.search-filters__dropdowns-header {
        display: none
    }

    .search-filters__dropdown {
        align-items: center;
        display: flex;
        gap: 10px;
        position: relative
    }

    .search-filters__checkboxes,.search-filters__list {
        margin: 0 5px 0 0;
        max-height: 325px;
        overflow: scroll;
        padding: 16px 24px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .search-filters__checkboxes::-webkit-scrollbar,.search-filters__list::-webkit-scrollbar {
        display: none
    }

    .search-filters__checkbox-item:last-child,.search-filters__item:last-child {
        padding-bottom: 10px
    }

    .search-filters__list-buttons {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top: 1px solid #cfd1d3;
        box-shadow: 0 -2px 15px 0 #f5f5f5;
        display: flex;
        justify-content: space-between;
        padding: 12px 24px
    }

    .search-filters__list-global-buttons {
        display: none
    }

    .search-filters__search-box {
        grid-column: 2;
        grid-row: 2
    }

    .search-filters__search-box.row1 {
        grid-column: 2;
        grid-row: 1
    }

    .search-filters__search-box--left {
        grid-column: 1;
        max-width: 50%
    }

    .search-filters__search-text {
        grid-column: 2;
        grid-row: 3;
        padding-left: 20px
    }

    .search-filters__filter-pills {
        display: flex;
        gap: 10px;
        margin-top: 0
    }

    .search-filters__course-details {
        flex-wrap: nowrap;
        padding: 64px 40px 40px
    }

    .search-filters__course-title {
        flex: 0 0 65%
    }

    .search-filters__info-block {
        border-top: 0;
        flex: 0 1 15%;
        padding-top: 0
    }

    .search-filters__course-subject-wrapper {
        flex-wrap: no-wrap
    }

    .search-filters__course-subject {
        flex: 0 0 auto;
        padding: 9px 30px 7px 40px;
        position: relative
    }

    .search-filters__course-type {
        min-width: 180px;
        padding: 9px 0 7px 30px;
        position: relative
    }

    .select__dropdown {
        min-width: 350px;
        position: absolute
    }

    .select__dropdown,.select__dropdown.visible {
        border-bottom: none
    }

    .hidden {
        animation: hide .3s forwards;
        z-index: 0
    }

    .hidden,.visible {
        max-height: none;
        transition: none
    }

    .visible {
        animation: show .3s forwards;
        opacity: 0;
        z-index: 1
    }

    .none {
        display: none
    }

    @keyframes hide {
        0% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @keyframes show {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
}



.panel.panel--bullet-button-links {
    position: relative
}

.panel.panel--bullet-button-links .panel__body {
    justify-content: space-between
}

.panel.panel--bullet-button-links .panel__body .text {
    width: 100%
}

.panel.panel--bullet-button-links .button-links-body {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr
}

.panel.panel--bullet-button-links h3 {
    margin: 0 0 40px
}

@media(min-width: 544px) {
    .panel.panel--bullet-button-links .button-links-body {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 1500px) {
    .panel.panel--bullet-button-links .button-links-body.three-cols-desktop {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media(min-width: 1024px) {
    .panel.panel--bullet-button-links-skew:before {
        background-color:var(--panel-background);
        content: "";
        display: block;
        height: 3rem;
        position: absolute;
        top: -1.5rem;
        transform: skew(0deg,1deg);
        width: 100%
    }
}
