@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 400;
    src: 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: italic;
    font-weight: 400;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 700;
    src: 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;
    font-style: italic;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-700italic.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 {
    font-display: swap;
    font-family: Overpass Title;
    font-style: italic;
    font-weight: 700;
    src: url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900italic.woff2) format("woff2"), url(/kent-theme-assets/assets/fonts/overpass-v12-latin/overpass-v12-latin-900italic.woff) format("woff")
}

.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
    }
}

@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: none !important;
        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
    }
}

.panel.panel--primary {
    --panel-background: #101921
}

.panel.panel--primary .hero.hero--primary {
    background: rgba(16, 25, 33, .8)
}

.panel .clip--primary {
    background-color: rgba(16, 25, 33, .8) !important
}

.panel.panel--dark-energy {
    --panel-background: #66b6e2
}

.panel.panel--dark-energy .hero.hero--dark-energy {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--dark-energy {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--dark-red {
    --panel-background: #e57d87
}

.panel.panel--dark-red .hero.hero--dark-red {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--dark-red {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--highlight {
    --panel-background: #66b6e2
}

.panel.panel--highlight .hero.hero--highlight {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--highlight {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--transparent {
    --panel-background: transparent
}

.panel.panel--transparent .hero.hero--transparent {
    background: rgba(0, 0, 0, .8)
}

.panel .clip--transparent {
    background-color: rgba(0, 0, 0, .8) !important
}

.panel.panel--white {
    --panel-background: #fff
}

.panel.panel--white .hero.hero--white {
    background: hsla(0, 0%, 100%, .8)
}

.panel .clip--white {
    background-color: hsla(0, 0%, 100%, .8) !important
}

.panel.panel--primary-tint {
    --panel-background: #cce7f5
}

.panel.panel--primary-tint .hero.hero--primary-tint {
    background: rgba(204, 231, 245, .8)
}

.panel .clip--primary-tint {
    background-color: rgba(204, 231, 245, .8) !important
}

.panel.panel--secondary {
    --panel-background: #f5f5f5
}

.panel.panel--secondary .hero.hero--secondary {
    background: hsla(0, 0%, 96%, .8)
}

.panel .clip--secondary {
    background-color: hsla(0, 0%, 96%, .8) !important
}

.panel.panel--tertiary {
    --panel-background: #fff5cc
}

.panel.panel--tertiary .hero.hero--tertiary {
    background: rgba(255, 245, 204, .8)
}

.panel .clip--tertiary {
    background-color: rgba(255, 245, 204, .8) !important
}

.panel.panel--warning {
    --panel-background: #ffe266
}

.panel.panel--warning .hero.hero--warning {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--warning {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--energy-blue {
    --panel-background: #66b6e2
}

.panel.panel--energy-blue .hero.hero--energy-blue {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--energy-blue {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--bright-yellow {
    --panel-background: #ffe266
}

.panel.panel--bright-yellow .hero.hero--bright-yellow {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--bright-yellow {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--bright-green {
    --panel-background: #aed97d
}

.panel.panel--bright-green .hero.hero--bright-green {
    background: hsla(88, 55%, 67%, .8)
}

.panel .clip--bright-green {
    background-color: hsla(88, 55%, 67%, .8) !important
}

.panel.panel--bright-red {
    --panel-background: #e57d87
}

.panel.panel--bright-red .hero.hero--bright-red {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--bright-red {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--bright-blue {
    --panel-background: #66b6e2
}

.panel.panel--bright-blue .hero.hero--bright-blue {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--bright-blue {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--red-light {
    --panel-background: #e57d87
}

.panel.panel--red-light .hero.hero--red-light {
    background: rgba(229, 125, 135, .8)
}

.panel .clip--red-light {
    background-color: rgba(229, 125, 135, .8) !important
}

.panel.panel--red-extra-light {
    --panel-background: #f6d4d7
}

.panel.panel--red-extra-light .hero.hero--red-extra-light {
    background: rgba(246, 212, 215, .8)
}

.panel .clip--red-extra-light {
    background-color: rgba(246, 212, 215, .8) !important
}

.panel.panel--orange-light {
    --panel-background: #fe9666
}

.panel.panel--orange-light .hero.hero--orange-light {
    background: hsla(19, 99%, 70%, .8)
}

.panel .clip--orange-light {
    background-color: hsla(19, 99%, 70%, .8) !important
}

.panel.panel--orange-extra-light {
    --panel-background: #ffdccc
}

.panel.panel--orange-extra-light .hero.hero--orange-extra-light {
    background: rgba(255, 220, 204, .8)
}

.panel .clip--orange-extra-light {
    background-color: rgba(255, 220, 204, .8) !important
}

.panel.panel--yellow-light {
    --panel-background: #ffe266
}

.panel.panel--yellow-light .hero.hero--yellow-light {
    background: rgba(255, 226, 102, .8)
}

.panel .clip--yellow-light {
    background-color: rgba(255, 226, 102, .8) !important
}

.panel.panel--yellow-extra-light {
    --panel-background: #fff5cc
}

.panel.panel--yellow-extra-light .hero.hero--yellow-extra-light {
    background: rgba(255, 245, 204, .8)
}

.panel .clip--yellow-extra-light {
    background-color: rgba(255, 245, 204, .8) !important
}

.panel.panel--green-light {
    --panel-background: #aed97d
}

.panel.panel--green-light .hero.hero--green-light {
    background: hsla(88, 55%, 67%, .8)
}

.panel .clip--green-light {
    background-color: hsla(88, 55%, 67%, .8) !important
}

.panel.panel--green-extra-light {
    --panel-background: #e4f2d4
}

.panel.panel--green-extra-light .hero.hero--green-extra-light {
    background: hsla(88, 54%, 89%, .8)
}

.panel .clip--green-extra-light {
    background-color: hsla(88, 54%, 89%, .8) !important
}

.panel.panel--blue-light {
    --panel-background: #66b6e2
}

.panel.panel--blue-light .hero.hero--blue-light {
    background: rgba(102, 182, 226, .8)
}

.panel .clip--blue-light {
    background-color: rgba(102, 182, 226, .8) !important
}

.panel.panel--blue-extra-light {
    --panel-background: #cce7f5
}

.panel.panel--blue-extra-light .hero.hero--blue-extra-light {
    background: rgba(204, 231, 245, .8)
}

.panel .clip--blue-extra-light {
    background-color: rgba(204, 231, 245, .8) !important
}

.panel.panel--purple-light {
    --panel-background: #a996c1
}

.panel.panel--purple-light .hero.hero--purple-light {
    background: rgba(169, 150, 193, .8)
}

.panel .clip--purple-light {
    background-color: rgba(169, 150, 193, .8) !important
}

.panel.panel--purple-extra-light {
    --panel-background: #e2dcea
}

.panel.panel--purple-extra-light .hero.hero--purple-extra-light {
    background: rgba(226, 220, 234, .8)
}

.panel .clip--purple-extra-light {
    background-color: rgba(226, 220, 234, .8) !important
}

.panel.panel--pink-light {
    --panel-background: #e56fb1
}

.panel.panel--pink-light .hero.hero--pink-light {
    background: rgba(229, 111, 177, .8)
}

.panel .clip--pink-light {
    background-color: rgba(229, 111, 177, .8) !important
}

.panel.panel--pink-extra-light {
    --panel-background: #f6cfe5
}

.panel.panel--pink-extra-light .hero.hero--pink-extra-light {
    background: rgba(246, 207, 229, .8)
}

.panel .clip--pink-extra-light {
    background-color: rgba(246, 207, 229, .8) !important
}

.panel.panel--red {
    --panel-background: #d32737
}

.panel.panel--red .hero.hero--red {
    background: rgba(211, 39, 55, .8)
}

.panel .clip--red {
    background-color: rgba(211, 39, 55, .8) !important
}

.panel.panel--pink {
    --panel-background: #d40f7d
}

.panel.panel--pink .hero.hero--pink {
    background: rgba(212, 15, 125, .8)
}

.panel .clip--pink {
    background-color: rgba(212, 15, 125, .8) !important
}

.panel.panel--orange {
    --panel-background: #fd5000
}

.panel.panel--orange .hero.hero--orange {
    background: rgba(253, 80, 0, .8)
}

.panel .clip--orange {
    background-color: rgba(253, 80, 0, .8) !important
}

.panel.panel--yellow {
    --panel-background: #ffcf00
}

.panel.panel--yellow .hero.hero--yellow {
    background: rgba(255, 207, 0, .8)
}

.panel .clip--yellow {
    background-color: rgba(255, 207, 0, .8) !important
}

.panel.panel--green {
    --panel-background: #78bf26
}

.panel.panel--green .hero.hero--green {
    background: rgba(120, 191, 38, .8)
}

.panel .clip--green {
    background-color: rgba(120, 191, 38, .8) !important
}

.panel.panel--blue {
    --panel-background: #0085cf
}

.panel.panel--blue .hero.hero--blue {
    background: rgba(0, 133, 207, .8)
}

.panel .clip--blue {
    background-color: rgba(0, 133, 207, .8) !important
}

.panel.panel--purple {
    --panel-background: #6f5098
}

.panel.panel--purple .hero.hero--purple {
    background: rgba(111, 80, 152, .8)
}

.panel .clip--purple {
    background-color: rgba(111, 80, 152, .8) !important
}

.panel.panel--navy {
    --panel-background: #002f70
}

.panel.panel--navy .hero.hero--navy {
    background: rgba(0, 47, 112, .8)
}

.panel .clip--navy {
    background-color: rgba(0, 47, 112, .8) !important
}

.panel.panel--navy-light {
    --panel-background: #6682a9
}

.panel.panel--navy-light .hero.hero--navy-light {
    background: rgba(102, 130, 169, .8)
}

.panel .clip--navy-light {
    background-color: rgba(102, 130, 169, .8) !important
}

.panel.panel--navy-extra-light {
    --panel-background: #ccd5e2
}

.panel.panel--navy-extra-light .hero.hero--navy-extra-light {
    background: rgba(204, 213, 226, .8)
}

.panel .clip--navy-extra-light {
    background-color: rgba(204, 213, 226, .8) !important
}

.panel.panel--dark-navy {
    --panel-background: #101921
}

.panel.panel--dark-navy .hero.hero--dark-navy {
    background: rgba(16, 25, 33, .8)
}

.panel .clip--dark-navy {
    background-color: rgba(16, 25, 33, .8) !important
}

.panel.panel--dark-navy-light {
    --panel-background: #70757a
}

.panel.panel--dark-navy-light .hero.hero--dark-navy-light {
    background: hsla(210, 4%, 46%, .8)
}

.panel .clip--dark-navy-light {
    background-color: hsla(210, 4%, 46%, .8) !important
}

.panel.panel--dark-navy-extra-light {
    --panel-background: #cfd1d3
}

.panel.panel--dark-navy-extra-light .hero.hero--dark-navy-extra-light {
    background: hsla(210, 4%, 82%, .8)
}

.panel .clip--dark-navy-extra-light {
    background-color: hsla(210, 4%, 82%, .8) !important
}

.panel.panel--dark-navy-10 {
    --panel-background: #e7e8e9
}

.panel.panel--dark-navy-10 .hero.hero--dark-navy-10 {
    background: hsla(210, 4%, 91%, .8)
}

.panel .clip--dark-navy-10 {
    background-color: hsla(210, 4%, 91%, .8) !important
}

.panel.panel--dark-navy,
.panel.panel--dark-navy-light,
.panel.panel--navy,
.panel.panel--pink,
.panel.panel--primary,
.panel.panel--purple,
.panel.panel--red,
.panel.panel--transparent {
    --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--bright-blue,
.panel.panel--bright-green,
.panel.panel--bright-red,
.panel.panel--bright-yellow,
.panel.panel--dark-energy,
.panel.panel--dark-navy-10,
.panel.panel--dark-navy-extra-light,
.panel.panel--dark-red,
.panel.panel--energy-blue,
.panel.panel--green,
.panel.panel--green-extra-light,
.panel.panel--green-light,
.panel.panel--highlight,
.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--primary-tint,
.panel.panel--purple-extra-light,
.panel.panel--purple-light,
.panel.panel--red-extra-light,
.panel.panel--red-light,
.panel.panel--secondary,
.panel.panel--tertiary,
.panel.panel--warning,
.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 {
    clear: both;
    padding: 0
}

.panel .link {
    color: var(--panel-font-color, #000)
}

.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--feature {
    color: #fff
}

.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link),
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel--feature li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover,
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.panel--feature p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.panel--feature>.panel__body h1,
.panel--feature>.panel__body h2,
.panel--feature>.panel__body h3,
.panel--feature>.panel__body h4,
.panel--feature>.panel__body q.h2 {
    color: #fff
}

.panel--feature>.panel__body {
    min-height: 200px
}

.panel--feature .search {
    bottom: 0;
    right: 50%
}

@media(min-width:768px) {
    .panel--feature .search {
        position: absolute;
        transform: translate(50%, 50%);
        width: 100%;
        z-index: 1
    }
}

.panel--feature .search .panel--title {
    top: 30%
}

@media(min-width:768px) {
    .panel--feature .overlay+.search {
        bottom: 1rem;
        transform: translateX(50%)
    }
}

@media(min-width:1024px) {
    .panel--feature .overlay+.search {
        bottom: 3rem
    }
}

@media(min-width:1712px) {
    .panel--feature .overlay+.search {
        bottom: 6rem
    }
}

@media(min-width:2400px) {
    .panel--feature .overlay+.search {
        bottom: 10rem
    }
}

.panel--feature .media-wrap {
    background: #333
}

@media(min-width:768px) {
    .panel--feature .media-wrap:before {
        padding-bottom: 40%
    }
}

.panel--feature .media-wrap--fullheight:before {
    padding-bottom: 100%
}

@media(min-width:544px) {
    .panel--feature.panel--thin .media-wrap {
        min-height: 500px
    }
}

@media(min-width:1920px) {
    .panel--feature.panel--thin .media-wrap {
        min-height: 600px
    }
}

.panel--content .panel__body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:1024px) {
    .panel--content .panel__body {
        flex-direction: row;
        max-width: 90%;
        padding: 0 2rem
    }
}

@media(min-width:1200px) {
    .panel--content .panel__body {
        max-width: calc(1640px + 4rem)
    }
}

.panel--content .search {
    width: 100%
}

.content-page .panel.panel--content .panel__body,
.guide .panel.panel--content .panel__body,
.text-page .panel.panel--content .panel__body {
    max-width: 1140px
}

@media(min-width:768px) {
    .panel.panel--header-width.panel--content .panel__body {
        max-width: none
    }
}

@media(min-width:1366px) {
    .panel.panel--header-width.panel--content .panel__body {
        max-width: calc(1640px + 4rem);
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.panel--center .panel__body {
    justify-content: center
}

.panel--heading .panel__body {
    display: block
}

.panel--article-heading .panel__body {
    display: block;
    padding-bottom: 0;
    padding-top: 2rem
}

.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--main-content .panel__body {
    padding: 2rem 0 3rem
}

.panel--spaced .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel--spaced .panel__body {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.panel--medium .panel__body {
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media(min-width:768px) {
    .panel--medium .panel__body {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.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--no-space .panel__body {
    padding-bottom: 0;
    padding-top: 0
}

.panel--spaced-bottom .panel__body {
    padding-bottom: 3rem
}

.panel--spaced-top {
    margin-top: 3rem
}

.panel.panel--card.panel--content .panel__body {
    flex-direction: column;
    max-width: calc(1640px + 4rem)
}

.panel.panel--card .media-wrap {
    position: relative
}

.panel.panel--card .panel__title {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.panel.panel--card .panel__title h2 {
    margin: auto
}

.panel.panel--card .panel__title--two-columns {
    width: 50%
}

.panel.panel--card .panel__title--three-columns {
    width: 75%
}

main.content-page .panel.panel--card.panel--content .panel__body,
main.content-page .panel.panel--hero.panel--card .hero__wrapper {
    max-width: 1140px
}

main.content-page .panel.panel--grid-content .panel__body {
    -moz-column-gap: 50px;
    column-gap: 50px;
    grid-template-columns: minmax(auto, 800px) 280px;
    max-width: 1140px
}

main.content-page .panel.panel--grid-content .panel__body .content--aside {
    padding-left: 0
}

.panel__body {
    position: relative
}

.grid {
    display: flex;
    flex-wrap: wrap
}

.grid .panel--content .panel__body {
    max-width: 1140px
}

.grid__title {
    margin: 0 auto;
    order: 1;
    width: 100%
}

.grid__title--fullwidth {
    max-width: 100%
}

.grid__main {
    flex: 0 0 auto;
    order: 2;
    width: 100%
}

@media(min-width:1024px) {
    .grid__main {
        margin-left: auto;
        max-width: 760px;
        width: 67%
    }
}

.grid__main .content {
    max-width: 100%
}

.grid__aside {
    order: 5;
    padding: 2rem;
    width: 100%
}

@media(min-width:1024px) {
    .grid__aside {
        flex: 0 0 auto;
        float: right;
        margin-right: auto;
        max-width: 380px;
        order: 3;
        padding: 0 0 0 4.375rem;
        width: 33%
    }
}

.grid__aside nav:not(:first-child) {
    padding-top: 2rem
}

.grid__content,
.grid__feature {
    flex: 0 0 auto;
    order: 4;
    width: 100%
}

.panel--grid .panel__body {
    display: block
}

.panel--grid-content .panel__body {
    display: flex
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body {
        flex-direction: column
    }
}

.panel--grid-content .panel__body .panel__title {
    margin-bottom: 1rem
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .panel__title {
        width: 100%
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--main {
        order: 2
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--main {
        float: left;
        order: 1;
        padding: 0 2.375rem 0 0;
        width: 67%
    }
}

@media(min-width:1200px) {
    .panel--grid-content .panel__body .content--main {
        padding: 0
    }
}

.panel--grid-content .panel__body .content--aside {
    padding-top: 3rem
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside {
        order: 1
    }
}

@media(min-width:768px) {
    .panel--grid-content .panel__body .content--aside {
        max-width: calc(380px - .66667rem)
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside.filter {
        max-width: 100%
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside {
        float: right;
        max-width: calc(380px - .66667rem);
        order: 2;
        padding: 0;
        width: 33%
    }
}

@media(min-width:1200px) {
    .panel--grid-content .panel__body .content--aside {
        padding: 0 0 0 4.375rem
    }
}

.panel--grid-content .panel__body .content--aside nav:not(:first-child) {
    padding-top: 2rem
}

.panel--grid-content .panel__body .content--aside-top {
    order: 1;
    padding-bottom: 1rem;
    padding-top: 0
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside-top {
        order: 2;
        padding-bottom: 0
    }
}

.panel--grid-content .panel__body .content--aside-top+.content--aside-bottom {
    padding-top: 2rem
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside-bottom {
        order: 3
    }

    .panel--grid-content .panel__body .content--aside-bottom.content--aside-bottom-centre {
        align-self: center
    }
}

@media(max-width:767px) {
    .panel--grid-content .panel__body .content--aside-bottom.content--aside-bottom-centre {
        width: 100%
    }
}

@media(max-width:1023px) {
    .panel--grid-content .panel__body .content--aside-sticky {
        padding-top: 1rem
    }

    .panel--grid-content .panel__body .content--aside-sticky nav {
        padding-bottom: 1rem
    }
}

@media(min-width:1024px) {
    .panel--grid-content .panel__body .content--aside-sticky {
        position: sticky;
        top: 100px
    }
}

@supports(display:grid) {
    .panel--grid-centered .panel__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: calc(1640px + 4rem)
    }

    .panel--grid-centered .panel__body .panel__title {
        grid-column: 1;
        grid-row: 1
    }

    .panel--grid-centered .panel__body .content--aside-top {
        grid-column: 1;
        grid-row: 2
    }

    .panel--grid-centered .panel__body .content--main {
        grid-column: 1;
        grid-row: 3
    }

    .panel--grid-centered .panel__body .content--aside-bottom {
        grid-column: 1;
        grid-row: 4;
        margin-top: 3rem
    }

    .panel--grid-centered .panel__body .content--aside {
        max-width: 100%;
        padding: 0
    }

    @media(min-width:768px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 712px 1fr
        }

        .panel--grid-centered .panel__body .panel__title {
            grid-column: 2
        }

        .panel--grid-centered .panel__body .content--main {
            grid-column: 2;
            grid-row: 3
        }

        .panel--grid-centered .panel__body .content--aside-left,
        .panel--grid-centered .panel__body .content--aside-right {
            grid-column: 2
        }
    }

    @media(min-width:1024px) {
        .panel--grid-centered .panel__body {
            grid-column-gap: 4rem
        }
    }

    @media(min-width:1200px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 650px 1fr;
            grid-column-gap: 2rem
        }

        .panel--grid-centered .panel__body .content--aside-bottom,
        .panel--grid-centered .panel__body .content--aside-top {
            grid-row: 1/3;
            margin-top: 0
        }

        .panel--grid-centered .panel__body .content--aside-left {
            grid-column: 1
        }

        .panel--grid-centered .panel__body .content--aside-right {
            grid-column: 3
        }

        .panel--grid-centered .panel__body .content--main {
            grid-row: 2
        }
    }

    @media(min-width:1366px) {
        .panel--grid-centered .panel__body {
            grid-template-columns: 1fr 712px 1fr;
            grid-column-gap: 4rem
        }
    }

    @media(min-width:1024px) {
        .panel--grid-content .panel__body {
            align-items: start;
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto 0 1fr
        }

        .panel--grid-content .panel__body .panel__title {
            grid-column: 1/2;
            grid-row: 1;
            width: 100%
        }

        .panel--grid-content .panel__body .content--main {
            grid-column: 1;
            grid-row: 2/5;
            width: 100%
        }

        .panel--grid-content .panel__body .content--aside-top {
            grid-column: 2;
            grid-row: 2/3;
            width: 100%
        }

        .panel--grid-content .panel__body .content--aside-bottom {
            grid-column: 2;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-content .panel__body .content--page-bottom {
            grid-column: 1;
            grid-row: 4/4;
            width: 100%
        }

        .panel--grid-filter .panel__body {
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            grid-template-columns: 1fr 2fr;
            max-width: calc(1640px + 4rem);
            min-height: 800px
        }

        .panel--grid-filter .panel__body .content--main {
            grid-column: 2;
            grid-row: 3/5;
            width: 100%
        }

        .panel--grid-filter .panel__body .content--aside-top {
            grid-column: 1;
            grid-row: 3/4;
            width: 100%
        }

        .panel--grid-filter .panel__body .content--aside-bottom {
            grid-column: 1;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-filter .panel__body .panel__title {
            grid-column: 2
        }

        .panel--grid-standard .panel__body {
            max-width: 1140px
        }

        .panel--grid-no-filter .panel__body {
            grid-template-columns: 1fr;
            max-width: calc(1640px + 4rem)
        }

        .panel--grid-no-filter .panel__body .content--main {
            grid-column: 1;
            grid-row: 3/5;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .content--aside-top {
            grid-column: 1;
            grid-row: 3/4;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .content--aside-bottom {
            grid-column: 1;
            grid-row: 4/5;
            width: 100%
        }

        .panel--grid-no-filter .panel__body .panel__title {
            grid-column: 1
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body {
            align-items: start;
            grid-template-columns: 1fr 1fr
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body .content--aside {
            max-width: 570px
        }

        .panel--grid-content.panel--grid-content-two-cols .panel__body .figure--aside .figure__image,
        .panel--grid-content.panel--grid-content-two-cols .panel__body .figure--aside .video {
            width: 100%
        }

        .panel--grid-content.panel--grid-content-one-col .panel__body {
            align-items: start;
            grid-template-columns: 1fr
        }
    }

    .panel--grid-content .panel__body .content--main.content--aside {
        max-width: none;
        padding-left: 0
    }

    @media(min-width:1024px) {
        .panel--grid-content .panel__body .content--main.content--aside {
            padding-left: 4.375rem
        }
    }

    .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 100%
    }

    @media(min-width:1366px) {
        .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body {
            grid-template-columns: 3fr 1fr
        }
    }

    .panel--content.panel--grid-content.panel--grid-content-three-one .panel__body .content.content--main {
        padding: 0
    }
}

.panel__body h2.search-box__strapline {
    display: none
}

@media(min-width:768px) {
    .panel__body h2.search-box__strapline {
        color: #101921;
        display: block;
        font-family: Overpass, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-bottom: .5rem;
        text-align: center;
        text-transform: none
    }
}

.panel.panel--search-box {
    z-index: 9
}

@media(max-width:767px) {
    .panel.panel--search-box .panel__body {
        padding: 0
    }
}

@media(min-width:768px) {
    .panel.panel--search-box {
        padding: 2rem 0 0
    }
}

.panel.panel--search-box__inline-links {
    font-size: .9rem;
    padding-top: .5rem;
    text-align: center;
    width: 100%
}

@media(min-width:768px) {
    .panel.panel--search-box__inline-links {
        text-align: right
    }

    .panel.panel--search-box__inline-links a {
        margin-right: 1rem
    }
}

.panel.panel--search-box .search--box {
    padding: 1rem
}

#main #news:first-child {
    padding-top: 3rem
}

.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 .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 .panel__body .content {
    color: var(--panel-font-color, #000)
}

.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 .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 .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)
}

.media-wrap {
    display: block;
    min-height: 60vh;
    overflow: hidden;
    position: relative
}

@media(min-width:544px) {
    .media-wrap {
        min-height: 75vh
    }
}

@media(min-width:1200px) {
    .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1700px) {
    .media-wrap {
        min-height: 700px
    }
}

.media-wrap img,
.media-wrap video {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    transform: none
}

.media-wrap img {
    height: auto;
    width: 100%
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap img {
        height: 100%
    }
}

.media-wrap video {
    height: 100%;
    width: auto
}

@media(min-width:1024px) {
    .media-wrap video {
        height: auto;
        width: 130%
    }
}

@media(min-width:1366px) {
    .media-wrap video {
        height: auto;
        width: 100%
    }
}

@supports((-o-object-fit:cover) or (object-fit:cover)) and (shape-outside:circle(50%)) {
    .media-wrap video {
        height: 100%;
        width: 100%
    }
}

.media-wrap iframe {
    min-height: 60vh;
    width: 100%
}

@media(min-width:544px) {
    .media-wrap iframe {
        min-height: 75vh
    }
}

@media(min-width:1200px) {
    .media-wrap iframe {
        min-height: 600px
    }
}

.media-wrap--top img {
    bottom: auto;
    top: 0
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--top img {
        -o-object-position: 50% 0;
        object-position: 50% 0;
        top: 0;
        transform: none
    }
}

.media-wrap--center img {
    top: 50%;
    transform: translateY(-50%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--center img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        top: 0;
        transform: none
    }
}

.media-wrap--bottom img {
    bottom: 0;
    top: auto
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--bottom img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
        top: 0;
        transform: none
    }
}

.media-wrap--bottomcenter img {
    top: 75%;
    transform: translateY(-75%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--bottomcenter img {
        -o-object-position: 50% 75%;
        object-position: 50% 75%;
        top: 0;
        transform: none
    }
}

.media-wrap--topcenter img {
    top: 25%;
    transform: translateY(-25%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .media-wrap--topcenter img {
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
        top: 0;
        transform: none
    }
}

.media-wrap.media-wrap--dark img {
    filter: brightness(.65)
}

.media-wrap.media-wrap--mid img {
    filter: brightness(.75)
}

.media-wrap.media-wrap--light img {
    filter: brightness(.85)
}

.media-wrap.media-wrap--standard img {
    filter: brightness(.95)
}

@media(max-width:1023px) {
    .media-wrap img {
        top: 0;
        transform: none
    }
}

.media-wrap--cta {
    min-height: 90vh
}

@media(min-width:1200px) {
    .media-wrap--cta {
        min-height: 600px
    }
}

@media(min-width:1700px) {
    .media-wrap--cta {
        min-height: 700px
    }
}

.no-flexbox:not(.flexboxtweener) .media-wrap--bottom img,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottom video,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottomcenter img,
.no-flexbox:not(.flexboxtweener) .media-wrap--bottomcenter video,
.no-flexbox:not(.flexboxtweener) .media-wrap--center img,
.no-flexbox:not(.flexboxtweener) .media-wrap--center video,
.no-flexbox:not(.flexboxtweener) .media-wrap--top img,
.no-flexbox:not(.flexboxtweener) .media-wrap--top video,
.no-flexbox:not(.flexboxtweener) .media-wrap--topcenter img,
.no-flexbox:not(.flexboxtweener) .media-wrap--topcenter video {
    top: 0
}

.overlay {
    background: rgba(16, 25, 33, .5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1rem;
    left: 0;
    padding: 2rem;
    position: absolute;
    width: 100%
}

.overlay:focus,
.overlay:hover {
    color: #fff;
    text-decoration: none
}

@media(min-width:768px) {
    .overlay {
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4), rgba(0, 0, 0, .7), rgba(0, 0, 0, .85));
        font-size: 1.2rem;
        padding: 2rem
    }

    .overlay,
    .overlay:focus,
    .overlay:hover {
        color: #fff
    }
}

@media(min-width:1024px) {
    .overlay {
        font-size: 1.3rem
    }
}

@media(min-width:1200px) {
    .overlay {
        font-size: 1.4rem
    }
}

@media(min-width:1700px) {
    .overlay {
        font-size: 1.8rem
    }
}

.overlay__heading {
    color: #fff;
    display: flex;
    font-size: 1.8125rem;
    margin: 0 auto .75rem;
    max-width: 1640px
}

@media(min-width:768px) {
    .overlay__heading {
        color: #fff;
        font-size: 2.4rem
    }
}

.overlay__heading:hover:after {
    padding-left: .9rem
}

@media(min-width:1700px) {
    .overlay__heading {
        font-size: 3rem
    }
}

@media(min-width:768px) {
    .overlay__heading.u-chevron+.overlay__sub-heading {
        padding-right: 1.5rem
    }
}

.overlay h3.overlay__heading {
    display: block
}

.overlay__sub-heading {
    color: #fff;
    margin: 0 auto;
    max-width: 1640px
}

@media(min-width:768px) {
    .overlay--right-aligned {
        left: auto;
        right: 0;
        text-align: right
    }
}

.overlay--cta,
.overlay--page-title,
.overlay--search {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    right: 0;
    top: 0
}

@media(min-width:768px) {

    .overlay--cta,
    .overlay--page-title,
    .overlay--search {
        padding: 2rem
    }

    .overlay--cta .overlay__sub-heading,
    .overlay--page-title .overlay__sub-heading,
    .overlay--search .overlay__sub-heading {
        padding-right: 0
    }
}

.overlay--cta .button,
.overlay--page-title .button,
.overlay--search .button {
    margin-top: 1rem;
    text-shadow: none
}

.overlay--cta .button-group,
.overlay--page-title .button-group,
.overlay--search .button-group {
    justify-content: center
}

@media(min-width:1024px) {

    .overlay--cta .button-group,
    .overlay--page-title .button-group,
    .overlay--search .button-group {
        width: 50%
    }
}

.overlay--cta .button-group .button,
.overlay--page-title .button-group .button,
.overlay--search .button-group .button {
    margin-left: 1rem;
    margin-right: 1rem
}

.overlay--cta .button-group .button:first-of-type,
.overlay--page-title .button-group .button:first-of-type,
.overlay--search .button-group .button:first-of-type {
    margin-right: 1rem
}

@media(min-width:768px) {

    .overlay--cta.overlay--light,
    .overlay--page-title.overlay--light,
    .overlay--search.overlay--light {
        background: hsla(0, 0%, 100%, .3)
    }

    .overlay--cta.overlay--light .overlay__heading,
    .overlay--cta.overlay--light .overlay__sub-heading,
    .overlay--page-title.overlay--light .overlay__heading,
    .overlay--page-title.overlay--light .overlay__sub-heading,
    .overlay--search.overlay--light .overlay__heading,
    .overlay--search.overlay--light .overlay__sub-heading {
        color: #101921;
        text-shadow: none
    }
}

.overlay--cta .overlay__heading,
.overlay--cta .overlay__sub-heading,
.overlay--page-title .overlay__heading,
.overlay--page-title .overlay__sub-heading,
.overlay--search .overlay__heading,
.overlay--search .overlay__sub-heading {
    text-shadow: none;
    z-index: 12
}

.overlay--page-title .overlay__heading {
    font-size: 2.2rem;
    text-align: center
}

@media(min-width:1024px) {
    .overlay--page-title .overlay__heading {
        font-size: 2.4rem
    }
}

@media(min-width:1200px) {
    .overlay--page-title .overlay__heading {
        font-size: 2.7rem
    }
}

@media(min-width:1366px) {
    .overlay--page-title .overlay__heading {
        font-size: 3.2rem
    }
}

@media(min-width:1700px) {
    .overlay--page-title .overlay__heading {
        font-size: 3.7rem
    }
}

@media(min-width:768px) {
    .panel--feature .overlay {
        padding-top: 4rem
    }
}

.kent-slider .overlay {
    padding: 1rem 2rem 3rem
}

@media(min-width:768px) {
    .kent-slider .overlay {
        padding: 0 2rem 3rem
    }
}

a.overlay.overlay--chevron .overlay__heading {
    hyphens: auto
}

a.overlay.overlay--chevron .overlay__heading svg {
    fill: #fff;
    height: 100%;
    position: relative;
    transition: transform .3s ease;
    width: 1rem
}

@media(min-width:768px) {
    a.overlay.overlay--chevron .overlay__heading svg {
        width: 1.2rem
    }
}

@media(min-width:1700px) {
    a.overlay.overlay--chevron .overlay__heading svg {
        width: 1.5rem
    }
}

a.overlay.overlay--chevron .overlay__heading:hover svg {
    transform: translateX(5px)
}

.swiper .overlay {
    padding: 2rem 2rem 3rem
}

@media(min-width:768px) {
    .swiper .overlay {
        padding: 2rem
    }
}

.panel .page-title-overlay {
    background: hsla(0, 0%, 100%, .85);
    bottom: 0;
    color: #000;
    margin: 0 auto;
    padding: 1rem 2rem;
    position: absolute;
    width: 100%
}

.panel .page-title-overlay h1 {
    color: #101921
}

@media(min-width:768px) {
    .panel .page-title-overlay {
        left: 0;
        padding: 2rem 2rem 0;
        right: 0
    }
}

@media(min-width:1024px) {
    .panel .page-title-overlay {
        margin: 0 auto;
        padding: 1rem 2rem
    }
}

@media(min-width:1200px) {
    .panel .page-title-overlay {
        max-width: 1140px
    }
}

.panel .page-title-overlay .h1,
.panel .page-title-overlay h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem
}

@media(min-width:544px) {

    .panel .page-title-overlay .h1,
    .panel .page-title-overlay h1 {
        font-size: 2.8125rem
    }
}

@media(min-width:1200px) {

    .panel .page-title-overlay .h1,
    .panel .page-title-overlay h1 {
        font-size: 2.777777rem
    }
}

.page-title-block {
    margin-bottom: 3rem
}

.page-title-block .page-title {
    margin-bottom: 10px
}

html.feature .panel .page-title-overlay {
    max-width: 1140px
}

.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
}

.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
}

.lead {
    border-bottom: 1px solid #e6e6e6;
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.lead p:last-child {
    margin-bottom: 0
}

html.feature .panel--lead .panel__body {
    max-width: calc(1640px + 4rem)
}

.panel.panel--feature.panel--title+.panel.panel--lead,
html.feature .panel.panel--lead {
    display: flex
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body {
    display: inline-block
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body .text--lead,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body .text--lead,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body .text--lead {
    display: flex;
    justify-content: center;
    text-align: center
}

.panel.panel--feature.panel--title+.panel.panel--lead .panel__body .text--lead div,
html.feature .panel.panel--feature+.panel.panel--lead .panel__body .text--lead div,
html.feature .panel.panel--search-block+.panel.panel--lead .panel__body .text--lead div {
    width: 67%
}

html.feature .panel.panel--feature+.panel.panel--lead .panel__body {
    padding-top: 3rem
}

ul.simple-list {
    padding: 0;
    text-align: left
}

ul.simple-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.simple-list>li:before {
    display: none
}

ul.icon-list {
    padding: 0;
    text-align: left
}

ul.icon-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list>li:before {
    display: none
}

ul.icon-list svg {
    height: 20px;
    width: 20px
}

ul.icon-list>li {
    display: flex
}

ul.icon-list-30 {
    padding: 0;
    text-align: left
}

ul.icon-list-30>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-30>li:before {
    display: none
}

ul.icon-list-30 svg {
    height: 30px;
    width: 30px
}

ul.icon-list-30>li {
    display: flex
}

ul.icon-list-15 {
    padding: 0;
    text-align: left
}

ul.icon-list-15>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-15>li:before {
    display: none
}

ul.icon-list-15 svg {
    height: 15px;
    width: 15px
}

ul.icon-list-15>li {
    display: flex
}

ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

ul.bullet-list ol,
ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ul.bullet-list--white {
    display: inline-block;
    padding: 0;
    text-align: left
}

ul.bullet-list--white>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

ul.bullet-list--white>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

ul.bullet-list--white ol,
ul.bullet-list--white ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ul.bullet-list--white>li:before {
    color: #fff
}

ol.dash-list,
ul.dash-list {
    list-style: none;
    padding: 0
}

ol.dash-list>li,
ul.dash-list>li {
    padding-left: 0;
    position: relative
}

ol.dash-list>li:before,
ul.dash-list>li:before {
    color: #101921;
    content: "—";
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    padding: 5px 10px 0 0;
    position: relative
}

ul.spaced-list>li {
    padding: 5px 0
}

ul.link-listing {
    list-style: none;
    padding: 0
}

ol.numbered-list {
    margin-left: 1.2rem
}

ol.numbered-list ol,
ol.numbered-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ol.numbered-list li {
    display: list-item
}

ul.inline-list li,
ul.social-list li {
    display: inline
}

ul.social-list li.social-list__item {
    display: inline-block;
    margin: 0 .5rem
}

ul.flex-list,
ul.flex-list-centered {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

ul.flex-list-centered {
    gap: 1rem;
    justify-content: center
}

ul.flex-list-spaced {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

ul.flex-list-spaced li {
    margin-right: 1rem
}

ul.slanted-arrow-list li {
    padding-bottom: 3px;
    padding-top: 3px
}

ul.slanted-arrow-list li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.331' height='52.713' fill='%23101921' 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");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    content: "";
    display: inline-block;
    height: 1rem;
    position: relative;
    width: 1rem
}

.numbered-steps {
    position: relative
}

.numbered-steps ol.numbered-list {
    counter-reset: my-counter;
    list-style: none
}

.numbered-steps ol.numbered-list li {
    counter-increment: my-counter
}

.numbered-steps ol.numbered-list li:before {
    content: counter(my-counter);
    display: inline-block
}

.numbered-steps ol.numbered-list {
    margin: 0;
    padding: 1rem 0;
    position: relative
}

@media(min-width:1024px) {
    .numbered-steps ol.numbered-list li {
        align-items: center;
        display: flex
    }
}

.numbered-steps ol.numbered-list li {
    font-size: 1.3rem;
    margin: 0;
    padding: 2rem 0 1rem 4rem
}

.numbered-steps ol.numbered-list li:before {
    border: 2px solid #101921;
    border-radius: 50%;
    box-sizing: content-box;
    color: #101921;
    font-size: 30px;
    height: 3rem;
    line-height: 3rem;
    margin: 0 1rem 0 -4.2rem;
    position: absolute;
    text-align: center;
    width: 3rem
}

.numbered-steps--light ol.numbered-list li:before {
    background: #fff;
    color: #101921
}

.numbered-steps--dark ol.numbered-list li:before {
    background: #101921;
    color: #fff
}

.link-listing__item {
    border-bottom: 1px solid #e6e6e6;
    padding: .5rem 0
}

.link-listing__title {
    font-size: 1.4rem;
    margin-bottom: .7875rem;
    margin-top: 0
}

.link-listing__item a,
.link-listing__link {
    border-bottom: none !important;
    text-decoration: none !important
}

.link-listing__item a:hover,
.link-listing__link:hover {
    text-decoration: underline !important
}

.link-listing__item a.is-active,
.link-listing__link.is-active {
    border-left: 3px solid #0085cf;
    color: #002f70;
    font-weight: 700;
    margin-left: -1rem;
    padding-left: .75rem
}

.link-listing--nested {
    margin: 0 0 0 1rem
}

.link-listing--nested .link-listing__item {
    border-bottom: none
}

ul.side-menu {
    list-style: none;
    padding: 0
}

ul.side-menu li {
    padding: 0 0 20px
}

ul.side-menu li .is-active {
    left: -5px;
    position: relative
}

ul.side-menu li .is-active:before {
    border-left: 5px solid #0085cf;
    content: "";
    left: -10px;
    position: relative
}

.button.u-chevron-button:before {
    background-color: var(--color);
    background-size: .55em;
    border-radius: 50%;
    bottom: 1px;
    display: inline-block;
    margin-right: .6em;
    padding: 14px;
    position: relative;
    transform: rotate(20deg);
    transition: transform .3s
}

@media(min-width:1024px) {
    .button.u-chevron-button:before {
        background-size: .72em;
        bottom: 1px;
        margin-right: .72em;
        padding: 18.5px
    }
}

.button.u-chevron-button:hover:before {
    transform: rotate(0deg)
}

.button.u-chevron-button {
    align-items: center;
    display: inline-flex;
    padding: 2px 25px 0 3px
}

@media(min-width:1024px) {
    .button.u-chevron-button {
        padding: 4px 30px 2px 3px
    }
}

.button.u-chevron-button:before {
    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-repeat: no-repeat;
    content: ""
}

.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;
    transition: background-color .3s;
    vertical-align: middle
}

.button:focus,
.button:hover {
    text-decoration: none
}

.button.button--small.u-chevron-button {
    padding: 2px 25px 0 3px
}

.button.button--small.u-chevron-button:before {
    background-size: .5em;
    bottom: 1px;
    margin-right: .6em;
    padding: 14px
}

.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.u-chevron-button {
    padding-top: 6px
}

.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: all .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
}

.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--accent,
.button--blue,
.button--hero,
.button--primary,
.button--red,
.button--secondary,
.button--tertiary,
.button--transparent,
.button--transparent-blue-text,
.button--transparent-white-text,
.button--transparent-yellow-text,
.button--yellow {
    --color: #101921;
    --background: #fff
}

.button--accent.u-chevron-button:before,
.button--blue.u-chevron-button:before,
.button--hero.u-chevron-button:before,
.button--primary.u-chevron-button:before,
.button--red.u-chevron-button:before,
.button--secondary.u-chevron-button:before,
.button--tertiary.u-chevron-button:before,
.button--transparent-blue-text.u-chevron-button:before,
.button--transparent-white-text.u-chevron-button:before,
.button--transparent-yellow-text.u-chevron-button:before,
.button--transparent.u-chevron-button:before,
.button--yellow.u-chevron-button:before {
    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-repeat: no-repeat;
    content: ""
}

.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, #fff);
    border-color: #101921
}

.button,
.button:active,
.button:focus,
.button:hover {
    color: #101921
}

.button--color-dark-navy,
.button--dark-navy,
.button--red {
    --color: #fff;
    --background: #101921
}

.button--color-dark-navy.u-chevron-button:before,
.button--dark-navy.u-chevron-button:before,
.button--red.u-chevron-button:before {
    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-repeat: no-repeat;
    content: ""
}

.button--color-dark-navy,
.button--dark-navy,
.button--red {
    background-color: #101921;
    border-color: #101921;
    color: #fff
}

.button--color-dark-navy:active,
.button--color-dark-navy:focus,
.button--color-dark-navy:hover,
.button--dark-navy:active,
.button--dark-navy:focus,
.button--dark-navy:hover,
.button--red:active,
.button--red:focus,
.button--red:hover {
    color: #fff
}

.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)
    }
}

.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
}

.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")
}

.navigation-chevron:after,
.select:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.navigation-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-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)
}

@media(max-width:1023px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip--overlaid {
        display: block;
        left: 0;
        transform: none;
        width: 100%
    }
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip {
        width: 70%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip--right {
        left: auto;
        right: -10%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent .clip {
        backdrop-filter: none;
        background-color: transparent
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent.panel--frosted .clip {
        backdrop-filter: blur(10px)
    }

    @-moz-document url-prefix() {
        .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--transparent.panel--frosted .clip {
            background: rgba(0, 0, 0, .4) !important
        }
    }
}

@media(min-width:1200px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash .clip {
        width: 70%
    }
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero__body {
        max-width: calc(45% - 4rem)
    }
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
    left: 50%;
    position: absolute;
    top: 50%
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
    filter: brightness(calc(var(--hero_image_brightness_mobile, 100)/100));
    opacity: 1
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .video-launcher {
        left: 0
    }
}

.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip img {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip {
        left: -30%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--right {
        left: auto
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--video {
        transform: none;
        width: 60%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--border {
        border-right: 10px solid #fff
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip--right.clip--border {
        border-left: 10px solid #fff;
        border-right: 0
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .clip img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: calc(var(--hero_image_brightness, 50)/100);
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        right: 0;
        width: 55%;
        z-index: 1
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        filter: brightness(calc(var(--hero_image_brightness, 100)/100));
        left: auto;
        opacity: 1;
        right: 0;
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
        width: 60%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip img {
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-wrapper {
        height: 100%;
        left: auto;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
        position: absolute;
        right: 0;
        width: 50%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right,
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .video-wrapper,
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right img {
        left: 0;
        right: auto
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right .clip--right {
        right: -30%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--right+.video-launcher {
        left: calc(25% - 100px);
        position: absolute;
        top: calc(50% - 100px)
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image {
        width: 100%;
        z-index: 0
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip {
        width: 70%
    }

    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip img {
        display: block
    }
}

@media(min-width:1200px) {
    .panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap--background-image .clip {
        width: 60%
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__body {
    max-width: 760px
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__body {
        max-width: calc(45% - 1rem)
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__text {
    font-size: 1.1rem;
    font-weight: 400
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
    font-size: 2.5rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        margin-top: 3rem
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
    align-self: center;
    border: 5px solid #fff;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    width: 70%;
    z-index: 2
}

@media(min-width:544px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        width: 50%
    }
}

@media(min-width:768px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        width: 35%
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure {
        align-self: flex-end;
        animation: key-facts--right .75s ease .75s 1 forwards;
        bottom: 2rem;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 2rem
    }
}

@keyframes key-facts--right {
    0% {
        opacity: 0;
        right: 0
    }

    to {
        opacity: 1;
        right: 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial figure.figure--small {
        width: 25%
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout {
    padding: 2rem 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout {
        padding: 0
    }

    .panel.panel--hero.panel--feature.panel--text.panel--editorial .video-callout--left figure {
        left: 2rem
    }
}

.panel.panel--hero.panel--feature.panel--text.panel--editorial.panel--promotion .hero__wrapper {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--feature.panel--text.panel--editorial.panel--promotion .hero__wrapper {
        align-items: center;
        flex-wrap: nowrap
    }

    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        width: 45%
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-1 img {
    clip-path: polygon(0 0, 39% 0, 39% 15%, 79% 15%, 79% 8%, 100% 8%, 100% 71%, 78% 71%, 78% 81%, 41% 81%, 41% 69%, 0 69%)
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-1 img {
        clip-path: polygon(0 0, 39% 0, 39% 15%, 79% 15%, 79% 8%, 100% 8%, 100% 71%, 78% 71%, 78% 100%, 41% 100%, 41% 69%, 0 69%)
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-2 img {
    clip-path: polygon(0 15%, 45% 15%, 45% 25%, 79% 25%, 79% 20%, 100% 20%, 100% 68%, 82% 68%, 82% 76%, 44% 76%, 44% 63%, 0 63%)
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap.image-clip-3 img {
    clip-path: polygon(0 29%, 66% 28%, 66% 0, 100% 0, 100% 66%, 64% 66%, 64% 100%, 31% 100%, 31% 68%, 0 68%)
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero__body {
        max-width: calc(55% - 2rem);
        padding-right: 0
    }
}

.panel--editorial-ambition .button-group {
    box-sizing: border-box
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
    bottom: 8.5rem;
    display: inline-flex;
    height: auto;
    left: 2rem;
    right: 0;
    right: unset;
    top: auto;
    width: auto;
    width: unset;
    z-index: 1
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher:after {
    display: none
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        left: 9rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .video-launcher {
        bottom: 13rem
    }
}

@media(max-width:1023px) {
    .panel--editorial-ambition .panel__body {
        display: flex;
        flex-direction: column
    }

    .panel--editorial-ambition.panel.panel--hero .media-wrap.media-wrap--relative {
        min-height: 500px;
        order: 2
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero {
        min-height: unset;
        order: 1
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero .hero__body {
        max-width: none;
        padding: 3rem 2rem 0
    }

    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text .hero.hero--overlaid {
        min-height: 700px
    }
}

.panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
    font-size: 2.2rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        font-size: 4.5vw
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel.panel--hero.panel--feature.panel--text.panel--editorial .hero__heading {
        font-size: 4rem
    }
}

.panel--editorial-ambition.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
    display: none
}

.panel--editorial-ambition .kent-design-elements.overlay-1:before {
    background: inherit;
    bottom: 31.8rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-1:after {
    background: inherit;
    bottom: 28.8rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1:before {
        background: inherit;
        bottom: 35.8rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-1:after {
        background: inherit;
        bottom: 28.8rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-1:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
    background: inherit;
    bottom: 4rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 59%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
        background: inherit;
        bottom: 2rem;
        content: "";
        display: block;
        height: 4rem;
        left: auto;
        position: absolute;
        right: 59%;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-1 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 4rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 69%;
        transform: none;
        width: 4rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-2:before {
    background: inherit;
    bottom: 28rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-2:after {
    background: inherit;
    bottom: 25rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:before {
        background: inherit;
        bottom: 32rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: 25rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1500px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
    background: inherit;
    bottom: 5.5rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 56%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
        background: inherit;
        bottom: 4.5rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 56%;
        top: auto;
        transform: none;
        width: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-2 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 63%;
        transform: none;
        width: 3rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-3:before {
    background: inherit;
    bottom: 28rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 2.4rem;
    top: auto;
    transform: none;
    width: 2rem
}

.panel--editorial-ambition .kent-design-elements.overlay-3:after {
    background: inherit;
    bottom: 25rem;
    content: "";
    display: block;
    height: 3rem;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    width: 2.5rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: 32rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 4rem;
        top: auto;
        transform: none;
        width: 3rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: 25rem;
        content: "";
        display: block;
        height: 7rem;
        left: auto;
        position: absolute;
        right: 0;
        top: auto;
        transform: none;
        width: 4rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 7rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 5rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 4rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: 0;
        transform: none;
        width: 6rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 4rem;
        transform: none;
        width: 5rem
    }
}

@media(min-width:1500px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 5rem;
        left: 5rem;
        position: absolute;
        right: auto;
        top: -2rem;
        transform: none;
        width: 6rem
    }

    .panel--editorial-ambition .kent-design-elements.overlay-3:after {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: auto;
        top: 3rem;
        transform: none;
        width: 5rem
    }
}

.panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
    background: inherit;
    bottom: 5.5rem;
    content: "";
    display: block;
    height: 2rem;
    left: auto;
    position: absolute;
    right: 56%;
    top: auto;
    transform: none;
    width: 2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
        background: inherit;
        bottom: 4.5rem;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 56%;
        top: auto;
        transform: none;
        width: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition .kent-design-elements.overlay-3 .extra-design-elements:before {
        background: inherit;
        bottom: auto;
        content: "";
        display: block;
        height: 3rem;
        left: auto;
        position: absolute;
        right: 45%;
        top: 63%;
        transform: none;
        width: 3rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--red-extra-light .clip {
    background-color: #e57d87
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--red-extra-light .panel-space--bottom svg {
    fill: #e57d87
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--green-light .clip {
    background-color: #78bf26
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--yellow-light .clip {
    background-color: #ffcf00
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--blue-light .clip {
    background-color: #0085cf
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--purple-light .clip {
    background-color: #6f5098
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--pink-light .clip {
    background-color: #d40f7d
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid.panel--orange-light .clip {
    background-color: #fd5000
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space {
    background-color: #fff;
    height: 3rem
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space--bottom svg {
    background: none;
    bottom: -3rem;
    height: 236px;
    position: absolute;
    right: 0;
    width: 164px;
    z-index: 1
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .panel-space--bottom svg {
        height: 374px;
        width: 260px
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
    background: transparent;
    height: calc(100% + 3rem);
    overflow: hidden;
    right: 0;
    top: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap {
        overflow: visible
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
    bottom: 3rem;
    height: 40%;
    left: 25%;
    -o-object-position: top;
    object-position: top;
    top: unset;
    z-index: 1
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(55% - 3rem)
    }
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(65% - 3rem)
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(80% - 3rem);
        left: unset;
        -o-object-position: 25%;
        object-position: 25%;
        top: unset;
        z-index: auto
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        height: calc(90% - 3rem);
        -o-object-position: 35%;
        object-position: 35%
    }
}

@media(min-width:1366px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        bottom: unset;
        height: calc(100% - 3rem);
        left: unset;
        top: unset;
        z-index: auto
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap img {
        -o-object-position: initial;
        object-position: initial
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
    bottom: 3rem;
    display: block;
    left: 60%;
    top: auto;
    width: 60%;
    z-index: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .media-wrap .clip {
        height: 100%;
        left: 10%;
        z-index: -1
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero {
    pointer-events: none;
    z-index: 1
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
    position: absolute;
    top: 0
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
        padding-top: 6rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__wrapper {
        padding-bottom: 4rem;
        padding-top: 4rem;
        position: static;
        top: auto
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body {
    max-width: 95%;
    padding-right: 0
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body {
        max-width: calc(65% - 4rem);
        padding-right: 0
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__topic {
    font-size: 1rem;
    margin-bottom: 1rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__topic {
        font-size: 1.5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
    font-size: 2.2rem
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 3rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 3.5rem
    }
}

@media(min-width:1366px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 4.5vw
    }
}

@media(min-width:1920px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__heading {
        font-size: 4rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
    font-size: 1.3rem;
    line-height: 1.1
}

@media(min-width:544px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
        font-size: 1.5rem
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text p {
        font-size: 1.7rem;
        line-height: 1.2
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other {
        font-size: 1.2rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other .hero__name {
    font-weight: 700
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .hero__text-other .hero__name:after {
    content: ","
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body .button {
    pointer-events: auto
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
    margin-left: 0;
    max-width: 80%
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
        margin-left: auto
    }
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero .hero__body.hero__body--slider {
        margin-left: 0;
        max-width: calc(65% - 4rem)
    }
}

@media(max-width:1023px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid {
        min-height: 100vh;
        text-align: left
    }
}

@media(max-width:767px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid {
        min-height: 115vh
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group {
    justify-content: flex-start
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button {
    pointer-events: auto
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher {
    display: flex
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher:after {
    display: none
}

@media(min-width:1024px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .hero.hero--overlaid .button-group .button.video-launcher {
        position: absolute;
        right: 22%
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
    bottom: 6rem;
    left: 2rem;
    top: auto
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
        top: 8rem
    }
}

@media(min-width:1700px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-prev {
        left: .5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
    bottom: 6rem;
    right: 2rem;
    top: auto
}

@media(min-width:768px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 4.8rem;
        right: inital;
        top: 8rem
    }
}

@media(min-width:1200px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 4.5rem
    }
}

@media(min-width:1700px) {
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-button-next {
        left: 3rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 6.2rem
}

@media(min-width:768px) {

    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 6rem;
        left: 2rem;
        width: auto
    }
}

@media(min-width:1700px) {

    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-horizontal>.swiper-pagination-bullets,
    .panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: .5rem
    }
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-buttons-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.panel--editorial-ambition.panel--editorial-ambition-style-2.panel.panel--feature.panel--hero.panel--editorial.panel--text.panel--slash.panel--solid .swiper-buttons-wrapper .swiper-buttons-overlay {
    height: 100%;
    margin: 0 auto;
    max-width: calc(1640px + 1rem);
    position: relative
}

.panel.panel--hero .media-wrap {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.panel.panel--hero .media-wrap img,
.panel.panel--hero .media-wrap video {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    transform: none
}

.panel.panel--hero .media-wrap img {
    height: auto;
    opacity: calc(var(--hero_image_brightness, 100)/100);
    width: 100%
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap img {
        height: 100%
    }
}

.panel.panel--hero .media-wrap video {
    height: 100%;
    width: auto
}

@media(min-width:1024px) {
    .panel.panel--hero .media-wrap video {
        height: auto;
        width: 130%
    }
}

@media(min-width:1366px) {
    .panel.panel--hero .media-wrap video {
        height: auto;
        width: 100%
    }
}

@supports((-o-object-fit:cover) or (object-fit:cover)) and (shape-outside:circle(50%)) {
    .panel.panel--hero .media-wrap video {
        height: 100%;
        width: 100%
    }
}

.panel.panel--hero .media-wrap--horizontal-left img {
    -o-object-position: 100% 0;
    object-position: 100% 0
}

.panel.panel--hero .media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 0;
    object-position: 75% 0
}

.panel.panel--hero .media-wrap--horizontal-center img {
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.panel.panel--hero .media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 0;
    object-position: 25% 0
}

.panel.panel--hero .media-wrap--horizontal-right img {
    -o-object-position: 0 0;
    object-position: 0 0
}

.panel.panel--hero .media-wrap--center img {
    top: 50%;
    transform: translateY(-50%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--center img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-left img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 50%;
    object-position: 75% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-center img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 50%;
    object-position: 25% 50%
}

.panel.panel--hero .media-wrap--center.media-wrap--horizontal-right img {
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.panel.panel--hero .media-wrap--bottom img {
    bottom: 0;
    top: auto
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--bottom img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-left img {
    -o-object-position: 100% 100%;
    object-position: 100% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 100%;
    object-position: 75% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-center img {
    -o-object-position: 50% 100%;
    object-position: 50% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 100%;
    object-position: 25% 100%
}

.panel.panel--hero .media-wrap--bottom.media-wrap--horizontal-right img {
    -o-object-position: 0 100%;
    object-position: 0 100%
}

.panel.panel--hero .media-wrap--bottomcenter img {
    top: 75%;
    transform: translateY(-75%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--bottomcenter img {
        -o-object-position: 50% 75%;
        object-position: 50% 75%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-left img {
    -o-object-position: 100% 75%;
    object-position: 100% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 75%;
    object-position: 75% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-center img {
    -o-object-position: 50% 75%;
    object-position: 50% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 75%;
    object-position: 25% 75%
}

.panel.panel--hero .media-wrap--bottomcenter.media-wrap--horizontal-right img {
    -o-object-position: 0 75%;
    object-position: 0 75%
}

.panel.panel--hero .media-wrap--topcenter img {
    top: 25%;
    transform: translateY(-25%)
}

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .panel.panel--hero .media-wrap--topcenter img {
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-left img {
    -o-object-position: 100% 25%;
    object-position: 100% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-leftcenter img {
    -o-object-position: 75% 25%;
    object-position: 75% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-center img {
    -o-object-position: 50% 25%;
    object-position: 50% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-rightcenter img {
    -o-object-position: 25% 25%;
    object-position: 25% 25%
}

.panel.panel--hero .media-wrap--topcenter.media-wrap--horizontal-right img {
    -o-object-position: 0 25%;
    object-position: 0 25%
}

@media(max-width:1023px) {
    .panel.panel--hero .media-wrap img {
        top: 0;
        transform: none
    }
}

.panel.panel--hero .media-wrap .media-wrap__video-loop {
    display: none
}

.panel.panel--hero .media-wrap .media-wrap__video-loop-image {
    display: block
}

@media(min-width:768px) {
    .panel.panel--hero .media-wrap .media-wrap__video-loop {
        display: block
    }
}

.panel.panel--hero .hero {
    align-items: center;
    display: flex;
    position: relative
}

.panel.panel--hero .hero.content {
    align-items: center;
    display: flex;
    padding: 6rem 0;
    width: 100%
}

@media(min-width:375px) {
    .panel.panel--hero .hero__heading {
        font-size: 3rem
    }
}

@media(min-width:1200px) {
    .panel.panel--hero .hero__heading {
        font-size: 3.5rem
    }
}

@media(min-width:1366px) {
    .panel.panel--hero .hero__heading {
        font-size: 4rem
    }
}

@media(min-width:1500px) {
    .panel.panel--hero .hero__heading {
        font-size: 4.5rem
    }
}

.panel.panel--hero q.h1.hero__heading {
    margin-top: 3rem
}

@media(min-width:1024px) {
    .panel.panel--hero q.h1.hero__heading {
        margin-top: 0
    }
}

.panel.panel--hero .hero__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    padding: 3rem 2rem;
    width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__body {
        padding: 3rem 0
    }
}

.panel.panel--hero .hero__wrapper {
    width: 100%
}

.panel.panel--hero .hero__text {
    font-size: 1rem;
    font-weight: 400
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__text {
        font-size: 1.4rem
    }
}

.panel.panel--hero .hero--editorial .hero__text {
    font-size: 1rem;
    font-weight: 400
}

.panel.panel--hero .hero--editorial .hero__heading {
    font-size: 2.4rem
}

.panel.panel--hero .hero--left-aligned .hero__body,
.panel.panel--hero .hero--right-aligned .hero__body {
    max-width: 600px
}

.panel.panel--hero.panel--carousel .hero__body {
    max-width: calc(100% - 4rem);
    padding: 3rem 2rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--carousel .hero__body {
        padding: 6rem 0 3rem 4rem
    }
}

@media(min-width:1920px) {
    .panel.panel--hero.panel--carousel .hero__body {
        padding: 6rem 0 3rem 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--carousel.panel--single-slide .hero__body {
        padding: 6rem 0 3rem 2rem
    }
}

.panel.panel--hero .hero--bottom {
    align-items: flex-end
}

@media(max-width:1023px) {
    .panel.panel--hero .hero--overlaid.hero--mobile-bottom {
        align-items: flex-end
    }

    .panel.panel--hero .hero--overlaid.hero--mobile-middle {
        align-items: center
    }
}

.panel.panel--hero .hero.content--feature {
    font-size: 1rem
}

.panel.panel--hero .hero.content--feature .hero__content {
    margin: 0 auto;
    max-width: 760px;
    padding-left: 1rem;
    padding-right: 1rem
}

@media(min-width:1024px) {
    .panel.panel--hero .hero.content--feature .hero__content {
        padding-left: 0;
        padding-right: 0
    }
}

.panel.panel--hero .hero--full-width .hero__body {
    max-width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero .hero__wrapper {
        margin: 0 auto;
        max-width: calc(1640px + 4rem)
    }

    .panel.panel--hero .hero__body {
        height: 100%;
        margin: 0;
        padding: 3rem 0 3rem 2rem
    }

    .panel.panel--hero .hero--right-aligned {
        left: auto;
        right: 0
    }

    .panel.panel--hero .hero--right-aligned .hero__wrapper {
        display: flex;
        justify-content: flex-end
    }

    .panel.panel--hero .hero--right-aligned .hero__body {
        padding: 3rem
    }

    .panel.panel--hero .hero--center-aligned {
        left: auto;
        right: auto
    }

    .panel.panel--hero .hero--center-aligned .hero__wrapper {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .panel.panel--hero .hero--center-aligned .hero__body {
        padding: 3rem 0
    }

    .panel.panel--hero .hero--center-aligned .button-group {
        justify-content: center
    }

    .panel.panel--hero .hero--full-width .hero__body {
        max-width: 100%;
        padding: 6rem 2rem
    }

    .panel.panel--hero .hero--header .hero__body {
        padding: 8rem 3rem 3rem 2rem
    }

    .panel.panel--hero .hero--header.hero--right-aligned .hero__body {
        padding: 8rem 2rem 3rem 3rem
    }

    .panel.panel--hero .hero--header.hero--center-aligned .hero__body {
        padding: 8rem 0 3rem
    }
}

@media(max-width:1023px) {
    .panel.panel--hero .hero--header {
        margin: 5rem auto 0
    }

    .panel.panel--hero .hero--overlaid {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center
    }

    .panel.panel--hero .hero--overlaid .button-group {
        justify-content: center
    }

    .panel.panel--hero .media-wrap--relative {
        position: relative
    }

    .panel.panel--hero .figure--header {
        margin: 2rem auto
    }

    .panel.panel--hero .media-wrap img {
        filter: brightness(calc(var(--hero_image_brightness_mobile, 100)/100));
        opacity: 1
    }
}

@media(min-width:1024px) {
    .panel.panel--hero .text {
        display: flex
    }
}

.panel.panel--hero .text--center {
    text-align: center;
    width: 100%
}

.panel.panel--hero .hero__search {
    margin: 3rem auto 0;
    width: 100%;
    z-index: 9
}

.panel.panel--hero .search {
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    transform: none;
    width: 100%;
    z-index: 1
}

@media(min-width:1024px) {
    .panel.panel--hero .search {
        left: auto;
        margin: 0;
        right: auto;
        width: 100%
    }
}

.panel.panel--hero.panel--slash .clip {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--slash .clip {
        display: block
    }
}

.panel.panel--hero.panel--slash .overlay__content {
    z-index: 8
}

.panel.panel--hero.panel--transparent .clip {
    background: transparent
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--standard-text-height .hero,
    .panel.panel--hero.panel--standard-text-height .media-wrap {
        min-height: 300px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--standard-text-height .hero,
    .panel.panel--hero.panel--standard-text-height .media-wrap {
        min-height: 400px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--thin .hero,
    .panel.panel--hero.panel--thin .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--thin .hero,
    .panel.panel--hero.panel--thin .media-wrap {
        min-height: 600px
    }
}

@media(min-width:1366px) {
    .panel.panel--hero.panel--thin.panel--header .hero__heading {
        margin-top: 7rem
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--mid .hero,
    .panel.panel--hero.panel--mid .media-wrap {
        min-height: 700px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--mid .hero,
    .panel.panel--hero.panel--mid .media-wrap {
        min-height: 700px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--large .hero,
    .panel.panel--hero.panel--large .media-wrap {
        min-height: 750px
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--large .hero,
    .panel.panel--hero.panel--large .media-wrap {
        min-height: 800px
    }
}

@media(max-width:1919px) {

    .panel.panel--hero.panel--extra-large .hero,
    .panel.panel--hero.panel--extra-large .media-wrap,
    .panel.panel--hero.panel--full-height .hero,
    .panel.panel--hero.panel--full-height .media-wrap {
        min-height: 100vh
    }
}

@media(min-width:1920px) {

    .panel.panel--hero.panel--extra-large .hero,
    .panel.panel--hero.panel--extra-large .media-wrap,
    .panel.panel--hero.panel--full-height .hero,
    .panel.panel--hero.panel--full-height .media-wrap {
        min-height: 100vh
    }
}

.panel.panel--hero.panel--header .hero__heading {
    margin-top: 7rem
}

@media(max-width:1023px) {
    .panel.panel--hero .hero.hero--standard {
        min-height: 0
    }
}

.panel.panel--hero.panel--quote .hero--standard .hero__body {
    padding: 5rem 1rem 3rem
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--quote .hero--standard .hero__body {
        padding: 5rem 0 3rem 2rem
    }
}

.hero__hint {
    display: none
}

@media(min-width:1024px) {
    .hero__hint {
        animation: bounce 3s;
        border-radius: 50%;
        bottom: 1rem;
        display: flex;
        justify-content: center;
        left: calc(50% - 20px);
        position: absolute;
        transition: transform .3s ease-in-out;
        z-index: 2
    }

    .hero__hint:focus,
    .hero__hint:hover {
        background: hsla(0, 0%, 100%, .3);
        outline: none;
        transform: scale(1.1)
    }

    .hero__hint svg {
        border-radius: 50%;
        fill: #fff;
        height: 40px;
        width: 40px
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.panel--hero.panel--box {
    overflow: hidden
}

.panel--hero.panel--box .hero {
    flex-wrap: wrap
}

.panel--hero.panel--box .hero__wrapper {
    text-align: center
}

.panel--hero.panel--box .hero--right {
    display: flex;
    justify-content: flex-end
}

.panel--hero.panel--box .clip {
    clip-path: polygon(0 0, 0 100%, 25% 100%, 25% 20%, 75% 20%, 75% 80%, 25% 80%, 25% 100%, 100% 100%, 100% 0);
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 140%
}

.panel--hero.panel--box .clip img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: skew(20deg);
    width: 100%
}

.panel--hero.panel--box .clip.clip--translucent,
.panel--hero.panel--box .clip.clip--translucent-image img {
    opacity: .4
}

.panel--hero.panel--box .clip.clip--image-none img {
    filter: blur(5px)
}

.panel--hero.panel--box .clip.clip--image-dark img {
    filter: blur(5px) brightness(.65)
}

.panel--hero.panel--box .clip.clip--image-mid img {
    filter: blur(5px) brightness(.75)
}

.panel--hero.panel--box .clip.clip--image-light img {
    filter: blur(5px) brightness(.85)
}

.panel--hero.panel--box .clip.clip--image-standard img {
    filter: blur(5px) brightness(.95)
}

.panel--hero.panel--box .button-group {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    position: absolute
}

@media(min-width:1024px) {
    .panel--hero.panel--box.panel--animated .clip {
        animation: box .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0)
    }

    .panel--hero.panel--box.panel--animated .button-group {
        animation: box-buttons .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        opacity: 0
    }

    .panel--hero.panel--box.panel--animated .hero {
        align-content: center
    }

    .panel--hero.panel--box.panel--animated .hero .hero__wrapper {
        animation: box-text-top .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        display: flex;
        justify-content: center;
        text-align: right;
        transform: none
    }

    .panel--hero.panel--box.panel--animated .hero .hero__wrapper.hero--right {
        animation: box-text-bottom .5s cubic-bezier(.65, .37, .95, .49) 1s forwards;
        text-align: left;
        transform: none
    }

    .panel--hero.panel--box.panel--animated .hero__body {
        padding: 0
    }
}

@keyframes box {
    to {
        clip-path: polygon(0 0, 0 100%, 25% 100%, 25% 20%, 75% 20%, 75% 80%, 25% 80%, 25% 100%, 100% 100%, 100% 0)
    }
}

@keyframes box-buttons {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes box-text-top {
    to {
        transform: translate(-25vw, -25vh)
    }
}

@keyframes box-text-bottom {
    to {
        transform: translate(25vw, 25vh)
    }
}

.panel--magazine {
    padding: 3rem 0
}

.panel--magazine .magazine .magazine__description,
.panel--magazine .magazine .magazine__title {
    margin-bottom: 1rem
}

.panel--magazine .magazine .magazine__feature .card {
    margin: 0 0 2rem;
    width: 100%
}

.panel--magazine .magazine .magazine__feature .card__title {
    font-size: 1.8rem
}

.panel--magazine .magazine .magazine__feature .card__image {
    position: relative
}

.panel--magazine .magazine .magazine__menu .button {
    margin-bottom: 2rem
}

.panel--magazine .magazine .magazine__menu .alert .button {
    margin-bottom: 0
}

.panel--magazine .magazine .magazine__menu .link-listing {
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .panel--magazine .magazine {
        display: flex;
        flex-wrap: wrap
    }

    .panel--magazine .magazine .magazine__feature {
        margin: 0 1rem;
        width: 45%
    }

    .panel--magazine .magazine .magazine__side {
        width: 45%
    }
}

@media(min-width:1024px) {
    .panel--magazine .magazine .magazine__feature {
        margin: 0 1rem;
        width: 35%
    }

    .panel--magazine .magazine .magazine__side {
        width: 35%
    }

    .panel--magazine .magazine .magazine__menu {
        margin-left: 1rem
    }
}

@supports(display:grid) {
    .panel--magazine .magazine {
        align-items: flex-start;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-row-gap: 2rem;
        grid-template-areas: "heading" "feature" "menu" "side"
    }

    .panel--magazine .magazine .magazine__heading {
        grid-area: heading;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__feature {
        grid-area: feature;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__side {
        grid-area: side;
        margin: 0;
        width: 100%
    }

    .panel--magazine .magazine .magazine__sub {
        grid-area: sub
    }

    .panel--magazine .magazine .magazine__menu {
        grid-area: menu
    }

    @media(min-width:768px) {
        .panel--magazine .magazine {
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto 1fr;
            grid-column-gap: 1rem;
            grid-row-gap: 1rem;
            grid-template-areas: "heading heading" "feature side" "menu side" ". side"
        }
    }

    @media(min-width:1024px) {
        .panel--magazine .magazine {
            grid-template-areas: "heading heading ." "feature side menu";
            grid-template-columns: 2fr 2fr 1fr;
            grid-template-rows: auto
        }
    }
}

@media(min-width:1024px) {
    .panel--magazine .magazine.hide-aside {
        grid-template-columns: 2fr 2fr
    }
}

@media(min-width:768px) {
    .panel--magazine.panel--grid-filter .panel__body {
        min-height: 700px
    }
}

.button--search-icon {
    align-items: center;
    border: none;
    display: inline-flex;
    font-size: 1.25rem;
    font-size: 1.5rem;
    height: auto;
    justify-content: center;
    padding: 0;
    position: relative;
    right: 1px;
    width: auto
}

.button--search-icon:active,
.button--search-icon:focus,
.button--search-icon:hover {
    text-decoration: none
}

.search {
    font-size: 0;
    margin: 0 auto;
    max-width: 830px
}

.search__results {
    font-size: 1rem
}

.search__input {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 1.25rem;
    height: 3.15rem;
    line-height: 1.25;
    padding: .75rem 1.5rem .55rem;
    vertical-align: middle;
    width: calc(100% - 3.15rem)
}

.search__input:focus {
    outline-width: 3px
}

@media(min-width:768px) {
    .search__input--service {
        font-size: .8rem;
        height: 30px;
        padding: 5px 7px
    }
}

.search--box .search__input:focus,
.search--box:focus {
    outline: none
}

.search--box:focus .search__input {
    border: 3px solid #002f70
}

.search--box .search__input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 4rem;
    width: calc(100% - 5rem)
}

.search--box .search__links {
    font-size: .9rem;
    padding-top: .5rem;
    text-align: center;
    width: 100%
}

@media(min-width:768px) {
    .search--box .search__links {
        text-align: right
    }
}

.search--box .button--search-icon {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 4rem;
    margin: 0;
    width: 4rem
}

.search--box .button--search-icon .ki-search-inline {
    position: absolute
}

.search--central {
    margin-bottom: 2rem
}

.search .panel--search-box__inline-links {
    font-size: .9rem;
    padding: 10px 0;
    text-align: right
}

.panel--search-block form {
    border: 3px solid #101921;
    border-radius: 0
}

.panel--search-block form .button--white {
    background-color: #fff;
    border-color: #fff;
    color: #0085cf
}

.panel--search-block form .button--white:active,
.panel--search-block form .button--white:focus,
.panel--search-block form .button--white:hover {
    color: #0085cf
}

.panel--search-block.panel--tertiary form {
    border: 3px solid #002f70
}

.panel--search-block.panel--tertiary form .button--white {
    background-color: #fff;
    border-color: #fff;
    color: #002f70
}

.panel--search-block.panel--tertiary form .button--white:active,
.panel--search-block.panel--tertiary form .button--white:focus,
.panel--search-block.panel--tertiary form .button--white:hover {
    color: #002f70
}

.panel--grid-content.panel--article-body.panel--search-block {
    padding: 0
}

.ki-search svg {
    height: 25px;
    width: 25px
}

@media(min-width:1024px) {
    .ki-search svg {
        position: relative;
        top: 0
    }
}

.ki-search--blue svg {
    fill: #101921;
    stroke: #101921
}

.ki-search--white svg {
    fill: #fff;
    stroke: #fff
}

.ki-search-inline {
    fill: #101921;
    height: 40px;
    stroke: #101921;
    width: 40px
}

.ki-search-inline--blue {
    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='%23%23101921' stroke='%23%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")
}

.ki-search-inline--blue,
.ki-search-inline--white {
    background-position: 50%;
    background-repeat: no-repeat
}

.ki-search-inline--white {
    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='%23fff' stroke='%23fff' 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")
}

.ki-search-inline--gold {
    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='%23%23101921' stroke='%23%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-repeat: no-repeat
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px;

    .swiper-cube-shadow,
    .swiper-slide {
        transform-style: preserve-3d
    }
}

.swiper-css-mode {
    >.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none
        }
    }

    >.swiper-wrapper>.swiper-slide {
        scroll-snap-align: start start
    }

    &.swiper-horizontal {
        >.swiper-wrapper {
            scroll-snap-type: x mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-slides-offset-before);
            scroll-margin-inline-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-inline-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-vertical {
        >.swiper-wrapper {
            scroll-snap-type: y mandatory
        }

        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-slides-offset-before);
            scroll-margin-block-start: var(--swiper-slides-offset-before)
        }

        >.swiper-wrapper>.swiper-slide:last-child {
            margin-block-end: var(--swiper-slides-offset-after)
        }
    }

    &.swiper-free-mode {
        >.swiper-wrapper {
            scroll-snap-type: none
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: none
        }
    }

    &.swiper-centered {
        >.swiper-wrapper:before {
            content: "";
            flex-shrink: 0;
            order: 9999
        }

        >.swiper-wrapper>.swiper-slide {
            scroll-snap-align: center center;
            scroll-snap-stop: always
        }
    }

    &.swiper-centered.swiper-horizontal {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-inline-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: 100%;
            min-height: 1px;
            width: var(--swiper-centered-offset-after)
        }
    }

    &.swiper-centered.swiper-vertical {
        >.swiper-wrapper>.swiper-slide:first-child {
            margin-block-start: var(--swiper-centered-offset-before)
        }

        >.swiper-wrapper:before {
            height: var(--swiper-centered-offset-after);
            min-width: 1px;
            width: 100%
        }
    }
}

.swiper-3d {

    .swiper-slide-shadow,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-slide-shadow {
        background: rgba(0, 0, 0, .149)
    }

    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .502), transparent)
    }

    .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .502), transparent)
    }
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible,
.swiper:not(.swiper-watch-progress) {
    .swiper-lazy-preloader {
        animation: swiper-preloader-spin 1s linear infinite
    }
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;

    &.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    &.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

    .swiper-navigation-disabled & {
        display: none !important
    }

    svg {
        fill: currentColor;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        pointer-events: none;
        transform-origin: center;
        width: 100%
    }
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
        transform: rotate(180deg)
    }
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px)
}

.swiper-horizontal {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size)/2);
        top: var(--swiper-navigation-top-offset, 50%)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 4px);
        right: auto
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev,
    &~.swiper-button-next,
    .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, 4px)
    }

    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl~.swiper-button-next,
    &~.swiper-button-prev,
    .swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(180deg)
        }
    }

    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl~.swiper-button-prev {
        .swiper-navigation-icon {
            transform: rotate(0deg)
        }
    }
}

.swiper-vertical {

    .swiper-button-next,
    .swiper-button-prev,
    ~.swiper-button-next,
    ~.swiper-button-prev {
        left: var(--swiper-navigation-top-offset, 50%);
        margin-left: calc(0px - var(--swiper-navigation-size)/2);
        margin-top: 0;
        right: auto
    }

    .swiper-button-prev,
    ~.swiper-button-prev {
        bottom: auto;
        top: var(--swiper-navigation-sides-offset, 4px);

        .swiper-navigation-icon {
            transform: rotate(-90deg)
        }
    }

    .swiper-button-next,
    ~.swiper-button-next {
        bottom: var(--swiper-navigation-sides-offset, 4px);
        top: auto;

        .swiper-navigation-icon {
            transform: rotate(90deg)
        }
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;

    &.swiper-pagination-hidden {
        opacity: 0
    }

    &.swiper-pagination-disabled,
    .swiper-pagination-disabled>& {
        display: none !important
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;

    .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));

    button& {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

    .swiper-pagination-clickable & {
        cursor: pointer
    }

    &:only-child {
        display: none !important
    }
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);

    .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
    }

    &.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;

        .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s, top .2s
        }
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
    }

    &.swiper-pagination-bullets-dynamic {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;

        .swiper-pagination-bullet {
            transition: transform .2s, left .2s
        }
    }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .251));
    position: absolute;

    .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%
    }

    .swiper-rtl & .swiper-pagination-progressbar-fill {
        transform-origin: right top
    }

    &.swiper-pagination-horizontal,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-horizontal>&,
    .swiper-vertical>&.swiper-pagination-progressbar-opposite {
        height: var(--swiper-pagination-progressbar-size, 4px);
        left: 0;
        top: 0;
        width: 100%
    }

    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical,
    .swiper-horizontal>&.swiper-pagination-progressbar-opposite,
    .swiper-vertical>& {
        height: 100%;
        left: 0;
        top: 0;
        width: var(--swiper-pagination-progressbar-size, 4px)
    }
}

.swiper-pagination-lock {
    display: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

@media(max-width:767px) {
    .panel--content.panel--swiper-cards .panel__body {
        padding-left: 0;
        padding-right: 0
    }
}

.panel--content.panel--swiper-cards.panel--swiper-full-width .panel__body {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__wrapper {
    max-width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
    max-width: 100%;
    padding: 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 3rem 2rem
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .panel__title {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 2rem 2rem 0
}

.swiper {
    overflow: visible;
    width: 100%
}

.swiper-button,
.swiper-pagination {
    display: none
}

.swiper.swiper-initialized .swiper-button {
    display: flex
}

.swiper.swiper-initialized .swiper-pagination {
    display: block
}

.panel.panel--feature .swiper.swiper-initialized {
    min-height: 60vh;
    overflow: hidden
}

@media(min-width:544px) {
    .panel.panel--feature .swiper.swiper-initialized {
        min-height: 50vh
    }
}

@media(min-width:1200px) {
    .panel.panel--feature .swiper.swiper-initialized {
        min-height: 500px
    }
}

.panel.panel--feature .swiper.swiper-initialized .overlay {
    box-sizing: border-box
}

.swiper--feature.swiper-initialized .overlay__title {
    margin: 0 auto;
    max-width: 1640px;
    width: 100%
}

.swiper--feature.swiper-initialized .overlay__heading {
    display: inline-block
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: 500px;
    margin: 0;
    max-width: 100%;
    min-height: auto;
    padding: 0
}

@media(min-width:1200px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        height: 550px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--media-object {
        height: 300px
    }
}

@media(min-width:1500px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--media-object {
        height: 400px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: normal;
    padding: 1rem 0
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
    box-shadow: 0 6px 12px 0 rgba(85, 89, 92, .1), 0 -2px 12px 0 rgba(85, 89, 92, .1);
    box-sizing: border-box;
    height: 100%;
    min-height: 100%
}

@media(max-width:1023px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 80% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image {
    height: 50%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__body,
.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
    height: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__text {
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: center
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide--no-shadow {
    box-shadow: unset
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__image,
.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide.card--media-object .card__text {
    height: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper {
    height: calc(100% - 3rem)
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper--auto-height {
    height: auto
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
    height: 280px
}

@media(min-width:375px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 350px
    }
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 400px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 350px
    }
}

@media(min-width:1700px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
        height: 480px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 #f5f5f5, 0 -2px 12px 0 #f5f5f5;
    height: 100%;
    justify-content: center;
    min-height: 100%;
    padding: 2rem
}

@media(max-width:1023px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate {
        width: 60% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate .swiper-slide.card--affiliate img {
    max-width: 90%
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--affiliate {
    --swiper-pagination-color: #0085cf
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition) {
    background-color: #000;
    box-shadow: 0 2px 6px 0 #858585;
    top: calc(50% - 40px)
}

.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button:not(.swiper-button--ambition):hover {
    background-color: hsla(0, 0%, 80%, .3)
}

@media(max-width:767px) {
    .panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
        display: none
    }
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet {
    background-color: transparent;
    border: 3px solid #fff
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination-bullet-active {
    background-color: #fff
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet {
    background-color: transparent;
    border: 3px solid #101921
}

.panel.panel--feature .swiper.swiper--feature.swiper-initialized .swiper-pagination--invert .swiper-pagination-bullet-active {
    background-color: #101921
}

.panel.panel--white.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    --swiper-pagination-color: #101921
}

:root {
    --swiper-navigation-size: 1rem;
    --swiper-theme-color: #000d19;
    --swiper-pagination-color: #000d19;
    --swiper-pagination-bullet-size: 13px;
    --swiper-pagination-bullet-width: 13px;
    --swiper-pagination-bullet-height: 13px;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 8px
}

@media(min-width:768px) {
    :root {
        --swiper-navigation-size: 1.5rem
    }
}

.swiper-pagination-bullet {
    border: 3px solid var(--swiper-pagination-color, #101921)
}

.swiper-button {
    background-color: #101921;
    border: 3px solid #101921;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    transition: background-color .3s;
    width: 35px
}

.swiper-button:hover {
    background-color: hsla(0, 0%, 80%, .5)
}

@media(min-width:768px) {
    .swiper-button {
        height: 40px;
        width: 40px
    }
}

.swiper-button--invert {
    background-color: #fff;
    border: 3px solid #fff;
    color: #101921
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: rgba(16, 25, 33, .3);
    color: #101921;
    opacity: 1
}

.swiper-button-next.swiper-button-disabled.swiper-button--invert,
.swiper-button-prev.swiper-button-disabled.swiper-button--invert {
    background-color: #101921;
    color: #fff
}

.swiper-button-next.swiper-button-disabled: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 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-repeat: no-repeat;
    content: ""
}

.swiper-button-next.swiper-button-disabled.swiper-button--invert: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%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-repeat: no-repeat;
    content: ""
}

.swiper-button-prev.swiper-button-disabled: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev.swiper-button-disabled.swiper-button--invert: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-position: 50%;
    background-size: 12px 12px;
    height: 12px;
    margin-left: 0;
    padding: 0 5px;
    width: 12px
}

.swiper-button-prev: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E")
}

.swiper-button-prev:after,
.swiper-button-prev:hover:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev:hover: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button--invert: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 left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-prev.swiper-button--invert:hover: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%3Ctitle%3Earrow left%3C/title%3E%3Cpath d='M6.887 24.985v-9.87H40v9.87z'/%3E%3Cpath d='M0 17.502 12.823 0 20.5 5.936 9.918 20.375l10.493 13.453-7.5 6.172L.085 23.556z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.swiper-button-next: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%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-repeat: no-repeat;
    content: ""
}

.swiper-button-next.swiper-button--invert:after,
.swiper-button-next:hover: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 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-repeat: no-repeat;
    content: ""
}

.swiper-button-next.swiper-button--invert:hover: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%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-repeat: no-repeat;
    content: ""
}

.panel-overlay {
    position: relative
}

.panel-overlay .panel--card-ambition .swiper.swiper--cards {
    z-index: 2
}

@media(min-width:1024px) {
    .panel-overlay {
        margin-bottom: 18rem
    }
}

@media(min-width:1200px) {
    .panel-overlay {
        margin-bottom: 16rem
    }
}

@media(min-width:1700px) {
    .panel-overlay {
        margin-bottom: 17rem
    }
}

@media(min-width:2400px) {
    .panel-overlay {
        margin-bottom: 35rem
    }
}

.panel--card-ambition.panel--white.panel--overlay-top-panel {
    background-color: transparent
}

@media(min-width:1024px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -16rem;
        position: absolute;
        width: 100%
    }
}

@media(min-width:1200px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -18rem
    }
}

@media(min-width:1366px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -15rem
    }
}

@media(min-width:1700px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -15rem;
        bottom: -19rem
    }
}

@media(min-width:2400px) {
    .panel--card-ambition.panel--overlay-top-panel {
        bottom: -30rem
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
    margin: 0 auto;
    max-width: calc(1640px + 4rem);
    padding: 2rem 0 0 2rem
}

@media(min-width:544px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .hero__body {
        padding: 2rem 2rem 0
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .panel__title {
    padding: 0
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
        box-shadow: unset;
        display: flex;
        top: 1.4rem
    }
}

.panel--card-ambition .swiper-button-prev {
    left: 0
}

.panel--card-ambition .swiper-button-next {
    left: 2.6rem
}

.panel--card-ambition .swiper-pagination {
    left: 0;
    text-align: unset
}

.panel--card-ambition .swiper-buttons-wrapper {
    position: relative
}

.panel--card-ambition.panel.panel--hero.panel--variable-height .hero,
.panel--card-ambition.panel.panel--hero.panel--variable-height.panel--swiper-cards.panel--swiper-full-width {
    height: unset;
    min-height: unset;
    z-index: 3
}

.panel--card-ambition.panel.panel--hero.panel--variable-height .hero .swiper.swiper--cards.swiper-initialized,
.panel--card-ambition.panel.panel--hero.panel--variable-height.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: unset
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    padding-bottom: 3rem
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--four-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(25% - 1rem);
        width: inherit
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--two-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(50% - 1rem);
        width: inherit
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-wrapper.content--three-columns .card.card--ambition.swiper-slide.card--fixed {
        max-width: calc(33% - 1rem);
        width: inherit
    }
}

@media(min-width:1024px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--full-width {
        width: 100%
    }

    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized.swiper--half-width {
        width: 50%
    }
}

.panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
    height: 11rem;
    min-width: 13rem
}

@media(min-width:544px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 12rem
    }
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 14rem
    }
}

@media(min-width:1024px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 9rem
    }
}

@media(min-width:1366px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide .card__image img {
        height: 10rem
    }
}

@media(min-width:768px) {
    .panel--card-ambition.panel.panel--hero.panel--swiper-cards.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        padding-top: 3.5rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design {
    bottom: -2rem;
    display: grid;
    grid-template-columns: 90px 1fr 30px 70px;
    grid-template-rows: 20px 70px 30px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design {
        grid-template-columns: 70px 110px 20px;
        grid-template-rows: 330px 160px 230px;
        width: 200px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--1 {
    background-color: #0085cf;
    grid-column: 4;
    grid-row: 1/3
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--1 {
        grid-column: 1;
        grid-row: 1
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--2 {
    background-color: #0085cf;
    grid-column: 3;
    grid-row: 3
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--2 {
        grid-column: 2/4;
        grid-row: 2
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--3 {
    background-color: #0085cf;
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--3 {
        grid-column: 1;
        grid-row: 3
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--4 {
    background-color: #0085cf;
    grid-column: 1;
    grid-row: 2/4;
    position: relative;
    transform: skew(20deg)
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .ambition-design .ambition-design--4 {
        grid-column: 1/3;
        grid-row: 3;
        right: 68px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .button--featured {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .button--featured {
        bottom: 0;
        display: flex;
        position: absolute;
        right: 3rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width {
    padding-top: 0
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
    padding: 2rem 0 6rem 2rem
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width {
        padding-top: 0
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
        margin: 0 0 0 auto;
        padding: 3rem 0 6rem 2rem
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__wrapper {
        margin: 0 0 0 auto
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .hero__body {
        margin: 0 0 0 auto;
        max-width: calc(100% - 200px);
        padding: 3rem 0 3rem 2rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
    font-size: 3rem;
    margin: 0;
    max-width: 75%
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
        font-size: 5vw;
        max-width: 50%
    }
}

@media(min-width:1920px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width h2 {
        font-size: 80px
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons-wrapper {
        align-self: flex-end;
        width: 100%
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 90%;
    z-index: 1
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
        bottom: 0;
        width: calc(100% - 1rem)
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper-buttons {
        bottom: 2rem;
        height: 0;
        justify-content: flex-end;
        position: relative;
        right: 3rem;
        width: 100%
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
    height: unset;
    padding-bottom: 3rem;
    padding-top: 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized {
        padding-bottom: 6rem
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button {
    display: flex;
    top: 0
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-next,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
    left: auto;
    position: relative;
    right: 0
}

@media(min-width:1024px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-next,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
        top: -1rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-button-prev {
        right: 10px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    width: 90%;
    z-index: 0
}

@media(min-width:544px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
        width: calc(100% - 1rem)
    }
}

@media(min-width:1024px) {

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-horizontal>.swiper-pagination-bullets,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-bullets.swiper-pagination-horizontal,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-custom,
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-pagination-fraction {
        width: auto
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
    width: 90% !important
}

@media(min-width:768px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 45% !important
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .swiper-slide {
        width: 33% !important
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card {
    padding: 1rem 0
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__text {
        opacity: 0;
        visibility: hidden
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__back {
        opacity: 1;
        visibility: visible
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:hover .card__image img {
        filter: brightness(30%);
        transform: scale(1.3)
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image {
    height: 100%;
    position: relative;
    width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
    height: 100vw;
    transition: transform .3s, filter .3s
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
        height: 65vw
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__image img {
        height: 35vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
    background: linear-gradient(0deg, #000, transparent);
    bottom: 0;
    height: auto;
    padding: 2rem;
    position: absolute;
    text-align: left;
    transition: visibility .3s, opacity .3s;
    width: 100%
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
    color: #fff;
    font-size: 7vw
}

@media(min-width:544px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
        font-size: 4vw
    }
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text h3.card__title {
        font-size: 2vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
    background: #fff;
    color: #101921;
    font-size: 1rem;
    font-weight: 700;
    left: -8px;
    padding: 0 20px 10px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transform: skew(-20deg)
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category span {
    display: block;
    transform: skew(20deg)
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__category {
        padding: 0 20px 5px 60px;
        top: -5px
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
    display: none
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
        align-items: flex-start;
        bottom: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        font-weight: 700;
        height: 100%;
        justify-content: flex-end;
        line-height: 1;
        opacity: 0;
        padding: 3rem;
        position: absolute;
        transition: visibility .3s, opacity .3s;
        visibility: hidden;
        width: 100%
    }
}

@media(min-width:1366px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back {
        font-size: 1.8vw
    }
}

.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__background,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button .button__icon-wrapper,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button span,
.panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__back .button svg {
    transition-delay: 0s
}

@media(min-width:1024px) {
    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed {
        width: 33%
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+1) {
        top: 1rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+2) {
        top: 2rem
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed:nth-of-type(3n+3) {
        top: 0
    }

    .panel.panel--hero.panel--swiper-cards.panel--card-feature.panel--card-ambition.panel--swiper-full-width .swiper.swiper--cards.swiper-initialized .content--card .swiper-slide.card.card--fixed .card__text {
        padding: 3rem
    }
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap
}


.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: ""
        }
    }
}





.editorial--legacy .editorial__heading,
.editorial--legacy .editorial__text {
    color: #101921
}

.editorial--legacy.editorial--primary {
    background: #101921
}

.editorial--legacy.editorial--primary .editorial__heading,
.editorial--legacy.editorial--primary .editorial__text {
    color: #fff
}

.editorial--legacy.editorial--primary-tint {
    background: #cce7f5
}

.editorial--legacy.editorial--secondary {
    background: #f5f5f5
}

.editorial--legacy.editorial--tertiary {
    background: #fff5cc
}

.editorial--legacy .editorial__text {
    height: auto
}

@media(min-width: 768px) {
    .editorial--legacy .editorial__text {
        -moz-column-count: 1;
        column-count: 1
    }
}

.editorial--v1 {
    bottom: 1rem;
    box-sizing: border-box;
    color: #000;
    font-size: .875rem;
    left: 2rem;
    padding: 1rem 2rem;
    right: 1rem;
    top: 1rem;
    z-index: 6
}

@media(min-width: 768px)and (max-width:1199px) {
    .editorial--v1 {
        padding: 2rem
    }
}

.editorial--v1 .editorial__heading {
    color: #101921 !important;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.3rem;
    margin-bottom: 1rem;
    text-transform: none
}

@media(min-width: 768px) {
    .editorial--v1 .editorial__heading {
        font-size: 2.1875rem
    }
}

@media(min-width: 1200px) {
    .editorial--v1 .editorial__heading {
        font-size: 2.222222rem
    }
}

.editorial--v1 .editorial__text {
    height: calc(100% - 3rem)
}

@media(min-width: 768px) {
    .editorial--v1 .editorial__text {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-fill: auto;
        column-fill: auto;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.editorial--v1 .editorial__text h3 {
    color: #101921 !important
}

.editorial--v1 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #101921;
    color: #101921;
    text-decoration: none
}

.editorial--v1 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.editorial--v1 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #cfd1d3
}

@media(min-width: 1200px) {
    .editorial--v1 {
        background-color: hsla(0, 0%, 96%, .9);
        bottom: 2rem;
        left: 2rem;
        max-width: 100%;
        padding: 2rem;
        position: absolute;
        right: auto;
        top: 2rem;
        width: 95%
    }

    .editorial--v1.editorial--right-aligned {
        left: auto;
        right: 2rem
    }
}

@media(min-width: 1366px) {
    .editorial--v1 {
        width: 65%
    }
}

@media(min-width: 1700px) {
    .editorial--v1 {
        width: 50%
    }
}

@media(min-width: 1200px) {
    .editorial--v1 {
        font-size: .888888rem
    }
}

@media(min-width: 1700px) {
    .editorial--v1 {
        font-size: 1rem
    }
}

.editorial--v2 {
    font-size: 1rem;
    left: 0;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    top: 0;
    width: 100%
}

@media(min-width: 1200px) {
    .editorial--v2 {
        bottom: 0;
        font-size: 1rem;
        left: 0;
        max-width: 100%;
        opacity: .9;
        padding: 3rem;
        position: absolute;
        right: auto;
        top: 0;
        width: 100%;
        z-index: 6
    }

    .editorial--v2.editorial--right-aligned {
        left: auto;
        right: 0
    }

    .editorial--v2 {
        width: 85%
    }
}

@media(min-width: 1366px) {
    .editorial--v2 {
        padding: 4rem;
        width: 65%
    }
}

@media(min-width: 1500px) {
    .editorial--v2 {
        font-size: 1.2rem
    }
}

@media(min-width: 1700px) {
    .editorial--v2 {
        font-size: 1.2rem;
        padding: 6rem
    }
}

@media(min-width: 1920px) {
    .editorial--v2 {
        font-size: 1.4rem;
        padding: 6rem
    }
}

.editorial--v2 .editorial__heading {
    color: #101921 !important;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-transform: none
}

@media(min-width: 1366px) {
    .editorial--v2 .editorial__heading {
        font-size: 2.2rem
    }
}

@media(min-width: 1700px) {
    .editorial--v2 .editorial__heading {
        font-size: 2.5rem
    }
}

.editorial--v2 .editorial__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    padding: 3rem 1rem;
    width: 100%
}

@media(min-width: 544px)and (max-width:1199px) {
    .editorial--v2 .editorial__body {
        padding: 5rem 2rem
    }
}

@media(min-width: 1024px) {
    .editorial--v2 .editorial__body {
        padding: 3rem 0
    }
}

.editorial--v2 .editorial__text {
    font-size: 1.1rem
}

.editorial--v2 .editorial__text h3 {
    color: #101921 !important
}

.editorial--v2 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #101921;
    color: #101921;
    text-decoration: none
}

.editorial--v2 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.editorial--v2 .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #cfd1d3
}

.editorial--v2.editorial--primary .editorial__heading,
.editorial--v2.editorial--primary .editorial__text h3 {
    color: #fff !important
}

.editorial--v2.editorial--primary .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link) {
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.editorial--v2.editorial--primary .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):focus,
.editorial--v2.editorial--primary .editorial__text a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link):hover {
    border-bottom: 1px solid #ccc
}

.editorial--v2.editorial--primary .text__featured-link:not(.button) {
    border: 1px solid #fff
}

.editorial--full .editorial__heading {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 2.4rem
}

@media(min-width: 1024px) {
    .editorial--full .editorial__heading {
        font-size: 1.8rem
    }
}

@media(min-width: 1200px) {
    .editorial--full .editorial__heading {
        font-size: 2.4rem
    }
}

.editorial--full .editorial__text {
    font-size: 1.1rem
}

.quickspot-container {
    position: relative
}

.quickspot-results-container {
    border-radius: 0;
    border-top: 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
    display: block;
    font-size: 1rem;
    position: relative;
    text-align: left;
    z-index: 9999
}

.quickspot-results-container .course-links {
    background: #f5f5f5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid #ccc
}

.quickspot-results-container .course-links a {
    border-bottom: 1px solid #ddd;
    color: #101921;
    display: inline-block;
    font-size: .8rem;
    padding: 5px
}

@media(min-width: 375px) {
    .quickspot-results-container .course-links a {
        font-size: .9rem;
        padding: 10px
    }
}

@media(min-width: 544px) {
    .quickspot-results-container .course-links a {
        border-bottom: none;
        padding: 10px 0;
        text-align: center;
        width: 33.3%
    }
}

.quickspot-results-container .course-links--two a {
    width: 50%
}

.quickspot-results-container .quickspot-results {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    max-height: 70vh;
    overflow: auto;
    width: 100%
}

.quickspot-results-container .quickspot-results::-webkit-scrollbar {
    webkit-appearance: none;
    width: 8px
}

.quickspot-results-container .quickspot-results::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0
}

.quickspot-results-container .quickspot-results::-webkit-scrollbar-track-piece {
    background-color: #f7f7f7
}

.quickspot-results-container .quickspot-results .quickspot-result {
    align-items: center;
    background: transparent;
    color: #000;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: background .2s ease-in-out;
    width: 100%
}

.quickspot-results-container .quickspot-results .quickspot-result: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;
    content: "";
    position: absolute;
    right: 1rem;
    transition: transform .2s ease-in-out
}

.quickspot-results-container .quickspot-results .quickspot-result:hover:after {
    transform: translateX(.2rem)
}

.quickspot-results-container .quickspot-results .quickspot-result strong {
    color: #000
}

.quickspot-results-container .quickspot-results .quickspot-result span {
    color: #002f70;
    font-size: .8rem
}

.quickspot-results-container .quickspot-results .quickspot-result.selected {
    background: #eee;
    transition: background .25s
}

.quickspot-results-container .quickspot-results .quickspot-result a {
    color: #000;
    width: 100%
}

.quickspot-results-container .quickspot-results .quickspot-result.card--backed {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%
}

.quickspot-results-container .quickspot-results .quickspot-result.sr-only {
    display: none
}

@media(min-width: 544px) {
    .quickspot-results-container {
        left: 0;
        position: absolute;
        width: 100%
    }
}

.quickspot-container .form-group {
    margin-bottom: 0
}

.cards-list .quickspot-inline-result.selected .card,
.quickspot-inline-result.selected .card.card-list-item {
    background: #fdfdfd
}

.cards-list .quickspot-inline-result.selected .card:before,
.quickspot-inline-result.selected .card.card-list-item:before {
    background: #101921;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--available,
.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--unavailable {
    align-items: center;
    display: flex
}

.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--available svg,
.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--unavailable svg {
    background: rgba(120, 191, 38, .4);
    border-radius: 50%;
    fill: #78bf26;
    flex: 0 0 auto;
    height: 30px;
    margin: 0 1rem 0 0;
    width: 30px
}

.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--unavailable span {
    color: #101921
}

.quickspot-results-container .quickspot-results .quickspot-result__link.quickspot-result--unavailable svg {
    background: rgba(211, 39, 55, .4);
    fill: #101921
}

.quickspot-loading {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quickspot-loading p {
    font-size: 1.2rem;
    padding-bottom: 2rem
}

.quickspot-loading svg {
    animation: loading-spin 2s linear infinite;
    height: 50px;
    width: 50px
}

@keyframes loading-spin {
    0% {
        transform: translate(calc(25px - 50%), calc(25px - 50%)) rotate(0deg)
    }

    to {
        transform: translate(calc(25px - 50%), calc(25px - 50%)) rotate(359deg)
    }
}

@media(min-width: 768px) {
    .panel .panel__body .spotlight {
        display: flex;
        flex-wrap: wrap
    }
}

.panel .panel__body .spotlight__content {
    display: flex;
    flex-wrap: wrap
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight__content {
        flex: 1 1 100%
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight__content {
        flex: 1 1 50%
    }
}

.panel .panel__body .spotlight__item {
    background: #101921;
    color: #fff;
    padding: 0;
    position: relative
}

.panel .panel__body .spotlight__item--primary {
    background: #6682a9;
    color: #000
}

.panel .panel__body .spotlight__item--green {
    background: #aed97d;
    color: #000
}

.panel .panel__body .spotlight__item--red {
    background: #e57d87;
    color: #000
}

.panel .panel__body .spotlight__item--blue-energy {
    background: #66b6e2;
    color: #000
}

.panel .panel__body .spotlight__item--overlay p:first-of-type {
    font-family: Overpass, Helvetica, Arial, sans-serif
}

.panel .panel__body .spotlight__item--overlay {
    aspect-ratio: 1/1
}

.panel .panel__body .spotlight__item--overlay .spotlight__text {
    font-size: 1.3rem
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1rem;
        padding: 2rem
    }
}

@media(min-width: 768px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1.3rem;
        padding: 4rem
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1rem;
        padding: 1rem
    }
}

@media(min-width: 1500px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1.2rem;
        padding: 4rem
    }
}

@media(min-width: 1700px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1.3rem
    }
}

@media(min-width: 1920px) {
    .panel .panel__body .spotlight__item--overlay .spotlight__text {
        font-size: 1.5rem
    }
}

.panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 {
    aspect-ratio: 3/2
}

@media(min-width: 375px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        font-size: 1rem;
        padding: 1rem
    }
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        font-size: .8rem
    }
}

@media(min-width: 768px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        font-size: 1rem;
        padding: 2rem
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        font-size: 1rem;
        padding: 1rem
    }
}

@media(min-width: 1500px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        padding: 2rem
    }
}

@media(min-width: 1700px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        padding: 1.2rem
    }
}

@media(min-width: 1920px) {
    .panel .panel__body .spotlight__item--overlay.spotlight__item--3x2 .spotlight__text {
        font-size: 1.3rem;
        padding: 4rem
    }
}

.panel .panel__body .spotlight__item {
    flex: 1 1 100%
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight__item {
        flex: 1 1 50%
    }
}

.panel .panel__body .spotlight__item a:not(.button) {
    color: #fff
}

.panel .panel__body .spotlight__item a:focus div.front,
.panel .panel__body .spotlight__item:focus div.front {
    opacity: 0
}

.panel .panel__body .spotlight__item .media-wrap {
    margin: 0
}

.panel .panel__body .spotlight__item .media-wrap:before {
    padding-bottom: 66.666666%
}

.panel .panel__body .spotlight__item .front {
    position: relative;
    transition: opacity .5s ease;
    z-index: 1
}

.panel .panel__body .spotlight__item .front img {
    width: 100%
}

.panel .panel__body .spotlight__item:active .front,
.panel .panel__body .spotlight__item:hover .front {
    opacity: 0
}

.panel .panel__body .spotlight__item .back {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.panel .panel__body .spotlight a.spotlight__item:focus .front,
.panel .panel__body .spotlight div.spotlight__item a:focus .front {
    outline: 5px solid #ffcf00;
    outline-offset: -5px
}

.panel .panel__body .spotlight__title-wrapper {
    background: linear-gradient(transparent, #000);
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 1.5rem;
    padding-top: 3rem;
    position: absolute;
    right: 0
}

.panel .panel__body .spotlight__title {
    color: #fff;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0 1.5rem
}

.panel .panel__body .spotlight__text {
    font-size: .8rem;
    padding: 4rem;
    text-align: center;
    width: 100%
}

.panel .panel__body .spotlight__text .button {
    font-size: .8rem;
    margin: 0
}

@media(min-width: 1366px) {

    .panel .panel__body .spotlight__text,
    .panel .panel__body .spotlight__text .button {
        font-size: .9rem
    }
}

@media(min-width: 768px) {
    .spotlight__content--featured .spotlight__item .media-wrap:before {
        padding-bottom: 66.666666%
    }
}

@media(min-width: 544px) {
    .spotlight__content--featured .spotlight__title {
        font-size: 1.3rem
    }
}

@media(min-width: 768px) {
    .spotlight__content--featured .spotlight__title {
        font-size: 1.7rem
    }
}

@media(min-width: 1024px) {
    .spotlight__content--featured .spotlight__title {
        font-size: 1.5rem;
        padding: 0 2rem 1rem
    }
}

@media(min-width: 1712px) {
    .spotlight__content--featured .spotlight__title {
        font-size: 1.8rem
    }
}

@media(min-width: 544px) {
    .spotlight__content--featured .spotlight__text {
        font-size: 1.2rem
    }
}

@media(min-width: 768px) {
    .spotlight__content--featured .spotlight__text {
        font-size: 1.7rem
    }
}

@media(min-width: 1024px) {
    .spotlight__content--featured .spotlight__text {
        font-size: 1.2rem;
        padding: 2rem 2rem 1rem
    }
}

@media(min-width: 1700px) {
    .spotlight__content--featured .spotlight__text {
        font-size: 1.5rem
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__title__title {
    font-size: 1.8rem
}

@media(min-width: 1500px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__title__title {
        font-size: 1.2rem
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__subtext {
    color: #fff;
    margin: 0;
    padding: .5rem 1.5rem 0
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__item {
        flex: 1 1 50%
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__item {
        flex: 1 1 25%
    }
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item {
    background-color: transparent;
    color: inherit
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item h2 {
    margin: 0
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item h3 {
    align-items: flex-end;
    display: flex;
    font-size: 6vw;
    margin: 0;
    width: 100%
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item h3 {
        font-size: 3vw
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item h3 {
        font-size: 1.5vw
    }
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__description {
    font-size: 4vw
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__description {
        font-size: 2vw
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__description {
        font-size: 1vw
    }
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__title-wrapper {
    background: linear-gradient(0deg, #000, transparent 50%);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1rem
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__title-wrapper h3 {
    color: #fff
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__text {
    padding: 2rem
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__icon {
    background: transparent;
    min-height: 66.67vw;
    position: relative
}

@media(min-width: 544px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__icon {
        min-height: 33.3333333333vw
    }
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__icon {
        min-height: 16.6666666667vw
    }
}

.panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__icon svg {
    align-self: flex-start;
    display: flex;
    fill: #fff;
    height: auto;
    margin-bottom: 2rem;
    width: 25%
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles.spotlight--ambition .spotlight__item:nth-child(2) .spotlight__icon {
        min-height: 22.2222222222vw
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item {
    display: block;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem
}

@media(min-width: 1024px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item {
        padding: 0 2rem
    }

    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item.spotlight--half {
        flex: 0 0 50%
    }

    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item.spotlight--third {
        flex: 0 0 33.33%
    }

    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item.spotlight--two-thirds {
        flex: 0 0 66.67%
    }

    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item.spotlight--full {
        flex: 0 0 100%;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--blue-energy .spotlight__description,
.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--blue-energy .spotlight__title,
.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--green .spotlight__description,
.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--green .spotlight__title,
.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--red .spotlight__description,
.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured.spotlight__item--red .spotlight__title {
    color: #000
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured .spotlight__title {
    color: #fff;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: .5rem;
    margin-top: 0;
    padding: 0;
    text-align: center;
    text-transform: none
}

@media(min-width: 768px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured .spotlight__title {
        text-align: center
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured .spotlight__text {
    color: #fff;
    display: block;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    padding: 1rem 0;
    position: relative;
    text-align: center
}

@media(min-width: 768px) {
    .panel .panel__body .spotlight.spotlight--profiles .spotlight__featured .spotlight__text {
        text-align: center
    }
}

.panel .panel__body .spotlight.spotlight--profiles .spotlight__featured .button--primary.text__featured-link {
    margin-bottom: 0
}

.date-block {
    height: 3.5rem;
    width: 3.5rem
}

.date-block--spotlight {
    height: 4rem;
    width: 4rem
}

.date-block {
    align-items: center;
    backdrop-filter: blur(2px);
    background: rgba(0, 133, 207, .9);
    border-radius: 0;
    box-shadow: .1rem .1rem 0 0 rgba(0, 0, 0, .2), .5rem -.6rem .8rem .5rem hsla(0, 0%, 100%, .1);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.date-block__date-range {
    font-size: .8rem;
    line-height: 1
}

@media(min-width: 544px) {
    .date-block__date-range {
        font-size: 1.1rem
    }
}

.date-block__date-range:first-child:after {
    content: "\a—";
    position: relative;
    white-space: pre
}

.date-block__day {
    font-size: 1.5rem;
    line-height: 1
}

.date-block--spotlight {
    bottom: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: none
}

.date-block--spotlight+.spotlight__title {
    padding-left: 6rem
}

@media(min-width: 544px) {
    .spotlight__content--featured .date-block--spotlight {
        font-size: 1.1875rem;
        height: 5rem;
        width: 5rem
    }
}

@media(min-width: 1200px) {
    .spotlight__content--featured .date-block--spotlight {
        font-size: 1.166666rem
    }
}

@media(min-width: 544px) {
    .spotlight__content--featured .date-block--spotlight+.spotlight__title {
        padding-left: 7rem;
        padding-right: 1rem
    }
}

.date-block+.overlay__heading,
.date-block+.overlay__heading+.overlay__sub-heading {
    margin-left: 5rem
}

@media(min-width: 544px) {

    .date-block+.overlay__heading,
    .date-block+.overlay__heading+.overlay__sub-heading {
        margin-left: 6rem
    }
}

@media(min-width: 768px) {

    .date-block+.overlay__heading,
    .date-block+.overlay__heading+.overlay__sub-heading {
        margin-left: 7rem
    }
}

@media(min-width: 544px) {
    .date-block {
        font-size: 1.125rem;
        height: 5rem;
        width: 5rem
    }

    .date-block--spotlight {
        font-size: .875rem;
        height: 4rem;
        width: 4rem
    }
}

@media(min-width: 1200px) {
    .date-block {
        font-size: 1.111111rem
    }

    .date-block--spotlight {
        font-size: .888888rem
    }
}

@media(min-width: 1712px) {
    .date-block {
        font-size: 1.277777rem;
        height: 6rem;
        width: 6rem
    }

    .date-block--spotlight {
        font-size: .888888rem;
        height: 4rem;
        width: 4rem
    }
}

.date-block.date-block--card {
    color: #fff;
    left: 1rem;
    top: 1rem;
    z-index: 9
}

@media(min-width: 544px) {
    .date-block.date-block--card .date-block__date-range {
        font-size: .8rem
    }
}

.date-block.date-block--card .date-block__day {
    font-size: 1.1rem
}

@media(min-width: 544px) {
    .date-block.date-block--card {
        font-size: 1rem;
        height: 3.5rem;
        width: 3.5rem
    }
}

.card--blog .date-block.date-block--card {
    left: 1rem;
    top: 1rem
}

.date-block--listing {
    background-color: rgba(206, 151, 22, .9);
    color: #fff;
    font-size: .875rem;
    height: 100%;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 4rem
}

@media(min-width: 544px) {

    .event__header .date-block,
    .panel--feature .date-block {
        font-size: 1.4rem;
        height: 5rem;
        width: 5rem
    }
}

@media(min-width: 768px) {

    .event__header .date-block,
    .panel--feature .date-block {
        font-size: 1.5rem;
        height: 6rem;
        width: 6rem
    }
}

.date-block.date-block--spotlight-small .date-block__date-range {
    font-size: .8rem
}

@media(min-width: 544px) {
    .date-block.date-block--spotlight-small {
        font-size: 1.4rem;
        height: 5rem;
        width: 5rem
    }
}

.image-gallery {
    display: flex;
    flex-wrap: wrap
}

.image-gallery .image-gallery__header {
    width: 100%
}

.image-gallery .image-gallery__header .panel__body {
    padding-bottom: 2rem
}

.image-gallery .image-gallery__item {
    flex: 1 1 50%
}

.image-gallery .image-gallery__item img {
    transition: filter .3s;
    width: 100%
}

.image-gallery .image-gallery__item img:hover {
    filter: brightness(.8)
}

@media(min-width: 768px) {
    .image-gallery .image-gallery__item {
        flex: 1 1 20%;
        max-width: 50%
    }

    .image-gallery.image-gallery--3-2 .image-gallery__item {
        flex: 1 1 33.33%;
        max-width: 50%
    }

    .image-gallery.image-gallery--3-3 .image-gallery__item {
        flex: 1 1 33.33%;
        max-width: 33.33%
    }

    .image-gallery.image-gallery--4-3 .image-gallery__item {
        flex: 1 1 25%;
        max-width: 33.33%
    }

    .image-gallery.image-gallery--4-4 .image-gallery__item {
        flex: 1 1 25%;
        max-width: 25%
    }

    .image-gallery.image-gallery--5-3 .image-gallery__item {
        flex: 1 1 20%;
        max-width: 33.33%
    }

    .image-gallery.image-gallery--5-4 .image-gallery__item {
        flex: 1 1 20%;
        max-width: 25%
    }

    .image-gallery.image-gallery--5-5 .image-gallery__item {
        flex: 1 1 20%;
        max-width: 20%
    }
}

.filter__filterlist {
    background: #fff;
    border: 2px solid #f5f5f5;
    padding: 20px;
    position: absolute
}

.filter__pilllist {
    display: flex;
    flex-wrap: wrap
}

.filter__pill {
    align-items: center;
    border: 1px solid #101921;
    display: inline-flex;
    justify-content: center;
    margin: 5px;
    padding: 0 5px
}

.filter__notice {
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: "Overpass", Helvetica, Arial, sans-serif;
    margin-bottom: 1.2rem
}

.filter__notice,
.filter__text {
    color: #101921
}

.filter__toggle {
    align-items: center;
    display: flex;
    margin: 1rem 0
}

.filter__toggle span {
    border-bottom: 1px solid #101921
}

.filter__toggle: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='-3 -3 25 25'%3E%3Ctitle%3Echevron-down%3C/title%3E%3Cpath d='M0 6a.5.5 0 0 1 .853-.354l8.646 8.646 8.646-8.646a.5.5 0 0 1 .707.707l-9 9a.5.5 0 0 1-.707 0l-9-9a.5.5 0 0 1-.146-.354z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    height: 20px;
    margin-left: 5px;
    transition: opacity .5s ease, transform .1s ease;
    width: 20px
}

.filter__toggle:hover {
    cursor: pointer
}

.filter__toggle.in:after {
    transform: rotate(180deg)
}

@media(min-width: 1024px) {
    .filter__toggle {
        display: none
    }
}

.filter__toggle span:focus,
.filter__toggle:focus {
    outline: none
}

.filter__toggle:focus>span {
    outline: 3px solid #002f70
}

.filter__toggle-button {
    align-items: center;
    display: inline-flex;
    margin: 0
}

.filter__toggle-button svg {
    bottom: 1px;
    fill: #101921;
    height: 15px;
    margin-right: 5px;
    position: relative;
    width: 15px
}

@media(min-width: 1024px) {
    .filter__toggle-button {
        display: none
    }
}

.filter {
    width: 100%
}

.filter .filter__secondary {
    max-height: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, max-height .2s ease-in-out;
    visibility: hidden
}

.filter .filter__secondary.is-visible {
    max-height: 200vh;
    opacity: 1;
    visibility: visible
}

@media(min-width: 1024px) {
    .filter .filter__secondary {
        max-height: 200vh;
        opacity: 1;
        visibility: visible
    }
}

.filter .alert {
    border-radius: 0
}

@media(min-width: 768px) {
    .filter .alert__title {
        margin-top: 2rem
    }
}

.filter .filter__section {
    margin-bottom: 2rem
}

.filter .filter__wrapper {
    margin: 0 0 1rem;
    padding: 1rem
}

@media(min-width: 1024px) {
    .filter .filter__wrapper {
        margin: 0
    }
}

.filter .filter__input {
    padding-top: 3rem
}

.filter .filter__input .filter__box {
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media(min-width: 544px) {
    .filter .filter__input .filter__box {
        width: 100%
    }
}

@media(min-width: 768px) {
    .filter .filter__input .filter__box {
        width: 70%
    }
}

@media(min-width: 1024px) {
    .filter .filter__input .filter__box {
        width: 60%
    }
}

@media(min-width: 1200px) {
    .filter .filter__input .filter__box {
        width: 50%
    }
}

.filter .filter__input .filter__box:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Emagnifier%3C/title%3E%3Cpath fill='%23aaa' 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.5'/%3E%3C/svg%3E");
    left: 20px;
    position: absolute;
    top: 20px
}

.filter .filter__input .filter__box input.form-control {
    border: 2px solid #002f70;
    height: 60px;
    padding-left: 55px
}

.filter .filter__input .filter__box input.form-control:focus {
    border: 2px solid #66afe9
}

.filter .filter__input .filter__box--grey input.form-control {
    border: 1px solid #e6e6e6
}

.filter .filter__input .filter__box--left {
    margin: 0 auto 0 0
}

.filter.filter--events .filter__input {
    padding: 0 0 3rem
}

.filter.filter--events .filter__box {
    margin: 0;
    width: 400px
}

.filter.filter--events .filter__box input.form-control {
    border: 1px solid #e6e6e6
}

@media(min-width: 768px) {
    .filter .filter__input.filter__input--date {
        display: flex;
        justify-content: center
    }
}

.filter .filter__input.filter__input--date {
    margin: 0 0 1.5rem
}

.filter .filter__input.filter__input--date .filter__box,
.filter .filter__input.filter__input--date .filter__box input.form-control {
    margin: 0
}

@media(min-width: 768px) {
    .filter .filter__title--inline {
        float: left;
        line-height: 2.5rem;
        margin: 0 2rem 3rem 0
    }
}

.filter .filter__categories {
    padding-bottom: 1rem;
    padding-top: 3rem;
    width: 100%
}

.filter .filter__categories--inline {
    width: auto
}

.filter .filter__categories--loadmore {
    padding: 0 0 1rem
}

@media(min-width: 768px) {
    .filter .filter__categories {
        display: flex;
        justify-content: center
    }

    .filter .filter__categories--left {
        justify-content: flex-start
    }
}

.filter .filter__categories+.filter__input,
.filter .filter__title+.filter__categories,
.filter .filter__title+.filter__input {
    padding-top: 0
}

@media(min-width: 768px) {
    .filter .filter__select {
        flex: 0 1 auto;
        margin-right: 1rem;
        max-width: 50%
    }

    .filter .filter__select:last-of-type {
        margin-right: 0
    }
}

.filter .filter__select select {
    margin-bottom: .5rem;
    width: 100%
}

.filter .filter__reset {
    background: none;
    border-bottom: 1px solid #ccc;
    color: #06c;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.filter .filter__reset:focus,
.filter .filter__reset:hover {
    border-bottom: 1px solid #06c
}

.filter .filter__reset {
    font-size: .9rem
}

.filter.filter--vertical.filter--secondary .filter__categories {
    background-color: transparent
}

.filter.filter--vertical .filter__categories {
    background-color: transparent;
    margin-bottom: 1rem;
    padding: 0
}

@media(min-width: 768px) {
    .filter.filter--vertical .filter__categories {
        display: block;
        justify-content: center
    }

    .filter.filter--vertical .filter__categories--left {
        justify-content: flex-start
    }
}

.filter.filter--vertical .filter__select {
    max-width: 100%;
    width: 100%
}

.filter.filter--vertical .filter__title {
    margin-top: 0
}

.filter.filter--vertical .filter__input {
    padding: .5rem 0
}

.filter.filter--vertical .filter__input .filter__box {
    align-items: center;
    display: flex;
    width: 100%
}

.filter.filter--vertical .filter__input .filter__box input {
    height: 43px;
    padding-left: 35px
}

.filter.filter--vertical p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.filter.filter--vertical p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.filter.filter--vertical p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel--grid-filter .filter__information {
    grid-column: 2;
    grid-row: 2/3;
    order: 2;
    padding: 0 0 2rem
}

.panel--grid-content .panel__body .content--aside.filter--vertical {
    margin: 0;
    padding: 0
}

@media(min-width: 1024px) {
    .panel--grid-content .panel__body .content--aside.filter--vertical {
        padding: 0 0 0 1rem
    }
}

.panel--grid-filter .panel__body .content--aside.filter--vertical {
    max-width: 100%
}

@media(min-width: 768px) {
    .panel--grid-filter .panel__body .content--aside.filter--vertical {
        padding: 0
    }
}

.panel--grid-filter .panel__body .content--aside.filter--vertical .filter__input .filter__box:before {
    left: 12px;
    top: 12px
}

@media(min-width: 1024px) {
    .panel--grid-content.panel--grid-standard .panel__body .content--aside.filter--vertical {
        padding: 0
    }
}

.panel--grid-filter .panel__body .content--aside.filter--vertical .alert {
    margin: 0;
    padding: 0
}

@media(min-width: 1024px) {
    .panel--grid-filter .panel__body .content--aside.filter--vertical .alert {
        display: inline-block
    }
}

.panel--grid-filter .panel__body .content--aside.filter--vertical .filter__inside .alert {
    padding: 1rem
}

.panel--grid-filter .panel__body .content--main.content--filter {
    padding: 0
}

.content--filter {
    min-height: 30rem
}

.content--filter .card--horizontal:after {
    left: 60%;
    right: 0
}

.content--filter .card--horizontal {
    align-items: flex-start;
    display: flex;
    min-height: 140px
}

.content--filter .card--horizontal .card__text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0;
    width: 100%
}

.content--filter .card--horizontal .card__title {
    line-height: 1.1;
    width: 90%
}

.content--filter .card--horizontal .card__image {
    height: 120px;
    margin-right: 1rem
}

.content--filter .card--horizontal:after {
    font-size: 2rem;
    position: static;
    transform: translateY(50%)
}

.content--filter .card--horizontal:hover:after {
    transform: translateY(50%) translateX(.2rem)
}

.filter-sort--right {
    align-items: flex-end;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: space-between;
    margin: 0 0 1rem
}

.filter-sort--right select {
    max-width: 150px;
    width: auto
}

@media(min-width: 414px) {
    .filter-sort--right select {
        max-width: none
    }
}

.filter-sort--right label {
    display: block;
    margin: 0;
    width: 100%
}

@media(min-width: 414px) {
    .filter-sort--right label {
        display: inline;
        margin: 0 5px 0 0
    }
}

@media(min-width: 1024px) {
    .filter-sort--right {
        justify-content: flex-end
    }
}

.filter-list {
    margin-bottom: 2rem
}

#filter__categories--accommodation .filter__section {
    margin: 0
}

.filter__datepicker {
    margin: 0 0 1rem
}

.clear-filter {
    align-items: center;
    border: 1px solid #101921;
    border-radius: 0;
    color: #101921;
    display: flex;
    font-size: .8rem;
    gap: 5px;
    margin: 5px 0;
    padding: 0 5px
}

.clear-filter svg {
    fill: #101921;
    height: 12px;
    width: 12px
}

.clear-filter span {
    padding-top: 4px
}

.kent-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    color: #101921;
    display: flex;
    height: 6rem;
    justify-content: center;
    width: 6rem
}

@supports not (display: flex) {
    .kent-icon {
        padding: 2rem
    }
}

.kent-icon svg {
    background-color: transparent;
    color: #101921;
    fill: #101921;
    height: 36px;
    width: 36px
}

.kent-icon.kent-icon--transparent {
    background: transparent
}

.kent-icon.kent-icon--large {
    height: 9rem;
    width: 9rem
}

.kent-icon.kent-icon--large svg {
    height: 64px;
    width: 64px
}

.kent-icon.kent-icon--large+h3 {
    font-size: 2.2rem;
    margin-top: 1rem
}

.kent-icon.kent-icon--no-circle {
    background: transparent;
    box-shadow: none;
    height: 9rem;
    width: 9rem
}

.kent-icon.kent-icon--no-circle svg {
    height: 128px;
    width: 128px
}

.kent-icon.kent-icon--no-circle+h3 {
    font-size: 2.2rem;
    margin-top: 0
}

.kent-icon.kent-icon--small {
    height: 6rem;
    width: 6rem
}

.kent-icon.kent-icon--small svg {
    height: 90px;
    width: 90px
}

.card--icon .kent-icon.kent-icon--primary,
.icon-text .kent-icon.kent-icon--primary {
    color: #101921
}

.card--icon .kent-icon.kent-icon--primary svg,
.icon-text .kent-icon.kent-icon--primary svg {
    fill: #101921
}

.card--icon .kent-icon.kent-icon--primary.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--primary.kent-icon--inverse {
    background-color: #101921
}

.card--icon .kent-icon.kent-icon--primary.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--primary.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--dark-red,
.icon-text .kent-icon.kent-icon--dark-red {
    color: #d32737
}

.card--icon .kent-icon.kent-icon--dark-red svg,
.icon-text .kent-icon.kent-icon--dark-red svg {
    fill: #d32737
}

.card--icon .kent-icon.kent-icon--dark-red.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--dark-red.kent-icon--inverse {
    background-color: #d32737
}

.card--icon .kent-icon.kent-icon--dark-red.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--dark-red.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--red,
.icon-text .kent-icon.kent-icon--red {
    color: #d32737
}

.card--icon .kent-icon.kent-icon--red svg,
.icon-text .kent-icon.kent-icon--red svg {
    fill: #d32737
}

.card--icon .kent-icon.kent-icon--red.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--red.kent-icon--inverse {
    background-color: #d32737
}

.card--icon .kent-icon.kent-icon--red.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--red.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--pink,
.icon-text .kent-icon.kent-icon--pink {
    color: #d40f7d
}

.card--icon .kent-icon.kent-icon--pink svg,
.icon-text .kent-icon.kent-icon--pink svg {
    fill: #d40f7d
}

.card--icon .kent-icon.kent-icon--pink.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--pink.kent-icon--inverse {
    background-color: #d40f7d
}

.card--icon .kent-icon.kent-icon--pink.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--pink.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--bright-red,
.icon-text .kent-icon.kent-icon--bright-red {
    color: #d32737
}

.card--icon .kent-icon.kent-icon--bright-red svg,
.icon-text .kent-icon.kent-icon--bright-red svg {
    fill: #d32737
}

.card--icon .kent-icon.kent-icon--bright-red.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--bright-red.kent-icon--inverse {
    background-color: #d32737
}

.card--icon .kent-icon.kent-icon--bright-red.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--bright-red.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--navy,
.icon-text .kent-icon.kent-icon--navy {
    color: #002f70
}

.card--icon .kent-icon.kent-icon--navy svg,
.icon-text .kent-icon.kent-icon--navy svg {
    fill: #002f70
}

.card--icon .kent-icon.kent-icon--navy.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--navy.kent-icon--inverse {
    background-color: #002f70
}

.card--icon .kent-icon.kent-icon--navy.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--navy.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--dark-navy,
.icon-text .kent-icon.kent-icon--dark-navy {
    color: #101921
}

.card--icon .kent-icon.kent-icon--dark-navy svg,
.icon-text .kent-icon.kent-icon--dark-navy svg {
    fill: #101921
}

.card--icon .kent-icon.kent-icon--dark-navy.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--dark-navy.kent-icon--inverse {
    background-color: #101921
}

.card--icon .kent-icon.kent-icon--dark-navy.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--dark-navy.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--purple,
.icon-text .kent-icon.kent-icon--purple {
    color: #6f5098
}

.card--icon .kent-icon.kent-icon--purple svg,
.icon-text .kent-icon.kent-icon--purple svg {
    fill: #6f5098
}

.card--icon .kent-icon.kent-icon--purple.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--purple.kent-icon--inverse {
    background-color: #6f5098
}

.card--icon .kent-icon.kent-icon--purple.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--purple.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--dark-navy-light,
.icon-text .kent-icon.kent-icon--dark-navy-light {
    color: #70757a
}

.card--icon .kent-icon.kent-icon--dark-navy-light svg,
.icon-text .kent-icon.kent-icon--dark-navy-light svg {
    fill: #70757a
}

.card--icon .kent-icon.kent-icon--dark-navy-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--dark-navy-light.kent-icon--inverse {
    background-color: #70757a
}

.card--icon .kent-icon.kent-icon--dark-navy-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--dark-navy-light.kent-icon--inverse svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--dark-energy,
.icon-text .kent-icon.kent-icon--dark-energy {
    color: #66b6e2
}

.card--icon .kent-icon.kent-icon--dark-energy svg,
.icon-text .kent-icon.kent-icon--dark-energy svg {
    fill: #66b6e2
}

.card--icon .kent-icon.kent-icon--dark-energy.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--dark-energy.kent-icon--inverse {
    background-color: #66b6e2
}

.card--icon .kent-icon.kent-icon--dark-energy.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--dark-energy.kent-icon--inverse svg {
    fill: #144a68
}

.card--icon .kent-icon.kent-icon--highlight,
.icon-text .kent-icon.kent-icon--highlight {
    color: #66b6e2
}

.card--icon .kent-icon.kent-icon--highlight svg,
.icon-text .kent-icon.kent-icon--highlight svg {
    fill: #66b6e2
}

.card--icon .kent-icon.kent-icon--highlight.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--highlight.kent-icon--inverse {
    background-color: #66b6e2
}

.card--icon .kent-icon.kent-icon--highlight.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--highlight.kent-icon--inverse svg {
    fill: #144a68
}

.card--icon .kent-icon.kent-icon--energy-blue,
.icon-text .kent-icon.kent-icon--energy-blue {
    color: #66b6e2
}

.card--icon .kent-icon.kent-icon--energy-blue svg,
.icon-text .kent-icon.kent-icon--energy-blue svg {
    fill: #66b6e2
}

.card--icon .kent-icon.kent-icon--energy-blue.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--energy-blue.kent-icon--inverse {
    background-color: #66b6e2
}

.card--icon .kent-icon.kent-icon--energy-blue.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--energy-blue.kent-icon--inverse svg {
    fill: #144a68
}

.card--icon .kent-icon.kent-icon--blue,
.icon-text .kent-icon.kent-icon--blue {
    color: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue svg,
.icon-text .kent-icon.kent-icon--blue svg {
    fill: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--blue.kent-icon--inverse {
    background-color: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--blue.kent-icon--inverse svg {
    fill: #144a68
}

.card--icon .kent-icon.kent-icon--primary-tint,
.icon-text .kent-icon.kent-icon--primary-tint {
    color: #cce7f5
}

.card--icon .kent-icon.kent-icon--primary-tint svg,
.icon-text .kent-icon.kent-icon--primary-tint svg {
    fill: #cce7f5
}

.card--icon .kent-icon.kent-icon--primary-tint.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--primary-tint.kent-icon--inverse {
    background-color: #cce7f5
}

.card--icon .kent-icon.kent-icon--primary-tint.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--primary-tint.kent-icon--inverse svg {
    fill: #2895cd
}

.card--icon .kent-icon.kent-icon--secondary,
.icon-text .kent-icon.kent-icon--secondary {
    color: #f5f5f5
}

.card--icon .kent-icon.kent-icon--secondary svg,
.icon-text .kent-icon.kent-icon--secondary svg {
    fill: #f5f5f5
}

.card--icon .kent-icon.kent-icon--secondary.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--secondary.kent-icon--inverse {
    background-color: #f5f5f5
}

.card--icon .kent-icon.kent-icon--secondary.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--secondary.kent-icon--inverse svg {
    fill: #8f8f8f
}

.card--icon .kent-icon.kent-icon--tertiary,
.icon-text .kent-icon.kent-icon--tertiary {
    color: #fff5cc
}

.card--icon .kent-icon.kent-icon--tertiary svg,
.icon-text .kent-icon.kent-icon--tertiary svg {
    fill: #fff5cc
}

.card--icon .kent-icon.kent-icon--tertiary.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--tertiary.kent-icon--inverse {
    background-color: #fff5cc
}

.card--icon .kent-icon.kent-icon--tertiary.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--tertiary.kent-icon--inverse svg {
    fill: #ffcd00
}

.card--icon .kent-icon.kent-icon--warning,
.icon-text .kent-icon.kent-icon--warning {
    color: #ffcf00
}

.card--icon .kent-icon.kent-icon--warning svg,
.icon-text .kent-icon.kent-icon--warning svg {
    fill: #ffcf00
}

.card--icon .kent-icon.kent-icon--warning.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--warning.kent-icon--inverse {
    background-color: #ffcf00
}

.card--icon .kent-icon.kent-icon--warning.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--warning.kent-icon--inverse svg {
    fill: #332900
}

.card--icon .kent-icon.kent-icon--bright-yellow,
.icon-text .kent-icon.kent-icon--bright-yellow {
    color: #ffcf00
}

.card--icon .kent-icon.kent-icon--bright-yellow svg,
.icon-text .kent-icon.kent-icon--bright-yellow svg {
    fill: #ffcf00
}

.card--icon .kent-icon.kent-icon--bright-yellow.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--bright-yellow.kent-icon--inverse {
    background-color: #ffcf00
}

.card--icon .kent-icon.kent-icon--bright-yellow.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--bright-yellow.kent-icon--inverse svg {
    fill: #332900
}

.card--icon .kent-icon.kent-icon--bright-green,
.icon-text .kent-icon.kent-icon--bright-green {
    color: #78bf26
}

.card--icon .kent-icon.kent-icon--bright-green svg,
.icon-text .kent-icon.kent-icon--bright-green svg {
    fill: #78bf26
}

.card--icon .kent-icon.kent-icon--bright-green.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--bright-green.kent-icon--inverse {
    background-color: #78bf26
}

.card--icon .kent-icon.kent-icon--bright-green.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--bright-green.kent-icon--inverse svg {
    fill: #0d1504
}

.card--icon .kent-icon.kent-icon--bright-blue,
.icon-text .kent-icon.kent-icon--bright-blue {
    color: #0085cf
}

.card--icon .kent-icon.kent-icon--bright-blue svg,
.icon-text .kent-icon.kent-icon--bright-blue svg {
    fill: #0085cf
}

.card--icon .kent-icon.kent-icon--bright-blue.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--bright-blue.kent-icon--inverse {
    background-color: #0085cf
}

.card--icon .kent-icon.kent-icon--bright-blue.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--bright-blue.kent-icon--inverse svg {
    fill: #000203
}

.card--icon .kent-icon.kent-icon--white,
.icon-text .kent-icon.kent-icon--white {
    color: #fff
}

.card--icon .kent-icon.kent-icon--white svg,
.icon-text .kent-icon.kent-icon--white svg {
    fill: #fff
}

.card--icon .kent-icon.kent-icon--white.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--white.kent-icon--inverse {
    background-color: #fff
}

.card--icon .kent-icon.kent-icon--white.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--white.kent-icon--inverse svg {
    fill: #999
}

.card--icon .kent-icon.kent-icon--yellow,
.icon-text .kent-icon.kent-icon--yellow {
    color: #ffcf00
}

.card--icon .kent-icon.kent-icon--yellow svg,
.icon-text .kent-icon.kent-icon--yellow svg {
    fill: #ffcf00
}

.card--icon .kent-icon.kent-icon--yellow.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--yellow.kent-icon--inverse {
    background-color: #ffcf00
}

.card--icon .kent-icon.kent-icon--yellow.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--yellow.kent-icon--inverse svg {
    fill: #332900
}

.card--icon .kent-icon.kent-icon--green,
.icon-text .kent-icon.kent-icon--green {
    color: #78bf26
}

.card--icon .kent-icon.kent-icon--green svg,
.icon-text .kent-icon.kent-icon--green svg {
    fill: #78bf26
}

.card--icon .kent-icon.kent-icon--green.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--green.kent-icon--inverse {
    background-color: #78bf26
}

.card--icon .kent-icon.kent-icon--green.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--green.kent-icon--inverse svg {
    fill: #0d1504
}

.card--icon .kent-icon.kent-icon--orange,
.icon-text .kent-icon.kent-icon--orange {
    color: #fd5000
}

.card--icon .kent-icon.kent-icon--orange svg,
.icon-text .kent-icon.kent-icon--orange svg {
    fill: #fd5000
}

.card--icon .kent-icon.kent-icon--orange.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--orange.kent-icon--inverse {
    background-color: #fd5000
}

.card--icon .kent-icon.kent-icon--orange.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--orange.kent-icon--inverse svg {
    fill: #310f00
}

.card--icon .kent-icon.kent-icon--red-light,
.icon-text .kent-icon.kent-icon--red-light {
    color: #e57d87
}

.card--icon .kent-icon.kent-icon--red-light svg,
.icon-text .kent-icon.kent-icon--red-light svg {
    fill: #e57d87
}

.card--icon .kent-icon.kent-icon--red-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--red-light.kent-icon--inverse {
    background-color: #e57d87
}

.card--icon .kent-icon.kent-icon--red-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--red-light.kent-icon--inverse svg {
    fill: #7d1923
}

.card--icon .kent-icon.kent-icon--orange-light,
.icon-text .kent-icon.kent-icon--orange-light {
    color: #fe9666
}

.card--icon .kent-icon.kent-icon--orange-light svg,
.icon-text .kent-icon.kent-icon--orange-light svg {
    fill: #fe9666
}

.card--icon .kent-icon.kent-icon--orange-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--orange-light.kent-icon--inverse {
    background-color: #fe9666
}

.card--icon .kent-icon.kent-icon--orange-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--orange-light.kent-icon--inverse svg {
    fill: #973001
}

.card--icon .kent-icon.kent-icon--yellow-light,
.icon-text .kent-icon.kent-icon--yellow-light {
    color: #ffe266
}

.card--icon .kent-icon.kent-icon--yellow-light svg,
.icon-text .kent-icon.kent-icon--yellow-light svg {
    fill: #ffe266
}

.card--icon .kent-icon.kent-icon--yellow-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--yellow-light.kent-icon--inverse {
    background-color: #ffe266
}

.card--icon .kent-icon.kent-icon--yellow-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--yellow-light.kent-icon--inverse svg {
    fill: #997c00
}

.card--icon .kent-icon.kent-icon--green-light,
.icon-text .kent-icon.kent-icon--green-light {
    color: #aed97d
}

.card--icon .kent-icon.kent-icon--green-light svg,
.icon-text .kent-icon.kent-icon--green-light svg {
    fill: #aed97d
}

.card--icon .kent-icon.kent-icon--green-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--green-light.kent-icon--inverse {
    background-color: #aed97d
}

.card--icon .kent-icon.kent-icon--green-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--green-light.kent-icon--inverse svg {
    fill: #476b1f
}

.card--icon .kent-icon.kent-icon--blue-light,
.icon-text .kent-icon.kent-icon--blue-light {
    color: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue-light svg,
.icon-text .kent-icon.kent-icon--blue-light svg {
    fill: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--blue-light.kent-icon--inverse {
    background-color: #66b6e2
}

.card--icon .kent-icon.kent-icon--blue-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--blue-light.kent-icon--inverse svg {
    fill: #144a68
}

.card--icon .kent-icon.kent-icon--purple-light,
.icon-text .kent-icon.kent-icon--purple-light {
    color: #a996c1
}

.card--icon .kent-icon.kent-icon--purple-light svg,
.icon-text .kent-icon.kent-icon--purple-light svg {
    fill: #a996c1
}

.card--icon .kent-icon.kent-icon--purple-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--purple-light.kent-icon--inverse {
    background-color: #a996c1
}

.card--icon .kent-icon.kent-icon--purple-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--purple-light.kent-icon--inverse svg {
    fill: #433457
}

.card--icon .kent-icon.kent-icon--pink-light,
.icon-text .kent-icon.kent-icon--pink-light {
    color: #e56fb1
}

.card--icon .kent-icon.kent-icon--pink-light svg,
.icon-text .kent-icon.kent-icon--pink-light svg {
    fill: #e56fb1
}

.card--icon .kent-icon.kent-icon--pink-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--pink-light.kent-icon--inverse {
    background-color: #e56fb1
}

.card--icon .kent-icon.kent-icon--pink-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--pink-light.kent-icon--inverse svg {
    fill: #73154a
}

.card--icon .kent-icon.kent-icon--navy-light,
.icon-text .kent-icon.kent-icon--navy-light {
    color: #6682a9
}

.card--icon .kent-icon.kent-icon--navy-light svg,
.icon-text .kent-icon.kent-icon--navy-light svg {
    fill: #6682a9
}

.card--icon .kent-icon.kent-icon--navy-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--navy-light.kent-icon--inverse {
    background-color: #6682a9
}

.card--icon .kent-icon.kent-icon--navy-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--navy-light.kent-icon--inverse svg {
    fill: #18202b
}

.card--icon .kent-icon.kent-icon--navy-extra-light,
.icon-text .kent-icon.kent-icon--navy-extra-light {
    color: #ccd5e2
}

.card--icon .kent-icon.kent-icon--navy-extra-light svg,
.icon-text .kent-icon.kent-icon--navy-extra-light svg {
    fill: #ccd5e2
}

.card--icon .kent-icon.kent-icon--navy-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--navy-extra-light.kent-icon--inverse {
    background-color: #ccd5e2
}

.card--icon .kent-icon.kent-icon--navy-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--navy-extra-light.kent-icon--inverse svg {
    fill: #526b90
}

.card--icon .kent-icon.kent-icon--dark-navy-extra-light,
.icon-text .kent-icon.kent-icon--dark-navy-extra-light {
    color: #cfd1d3
}

.card--icon .kent-icon.kent-icon--dark-navy-extra-light svg,
.icon-text .kent-icon.kent-icon--dark-navy-extra-light svg {
    fill: #cfd1d3
}

.card--icon .kent-icon.kent-icon--dark-navy-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--dark-navy-extra-light.kent-icon--inverse {
    background-color: #cfd1d3
}

.card--icon .kent-icon.kent-icon--dark-navy-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--dark-navy-extra-light.kent-icon--inverse svg {
    fill: #666b70
}

.card--icon .kent-icon.kent-icon--red-extra-light,
.icon-text .kent-icon.kent-icon--red-extra-light {
    color: #f6d4d7
}

.card--icon .kent-icon.kent-icon--red-extra-light svg,
.icon-text .kent-icon.kent-icon--red-extra-light svg {
    fill: #f6d4d7
}

.card--icon .kent-icon.kent-icon--red-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--red-extra-light.kent-icon--inverse {
    background-color: #f6d4d7
}

.card--icon .kent-icon.kent-icon--red-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--red-extra-light.kent-icon--inverse svg {
    fill: #d22c3b
}

.card--icon .kent-icon.kent-icon--orange-extra-light,
.icon-text .kent-icon.kent-icon--orange-extra-light {
    color: #ffdccc
}

.card--icon .kent-icon.kent-icon--orange-extra-light svg,
.icon-text .kent-icon.kent-icon--orange-extra-light svg {
    fill: #ffdccc
}

.card--icon .kent-icon.kent-icon--orange-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--orange-extra-light.kent-icon--inverse {
    background-color: #ffdccc
}

.card--icon .kent-icon.kent-icon--orange-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--orange-extra-light.kent-icon--inverse svg {
    fill: #ff5000
}

.card--icon .kent-icon.kent-icon--yellow-extra-light,
.icon-text .kent-icon.kent-icon--yellow-extra-light {
    color: #fff5cc
}

.card--icon .kent-icon.kent-icon--yellow-extra-light svg,
.icon-text .kent-icon.kent-icon--yellow-extra-light svg {
    fill: #fff5cc
}

.card--icon .kent-icon.kent-icon--yellow-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--yellow-extra-light.kent-icon--inverse {
    background-color: #fff5cc
}

.card--icon .kent-icon.kent-icon--yellow-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--yellow-extra-light.kent-icon--inverse svg {
    fill: #ffcd00
}

.card--icon .kent-icon.kent-icon--green-extra-light,
.icon-text .kent-icon.kent-icon--green-extra-light {
    color: #e4f2d4
}

.card--icon .kent-icon.kent-icon--green-extra-light svg,
.icon-text .kent-icon.kent-icon--green-extra-light svg {
    fill: #e4f2d4
}

.card--icon .kent-icon.kent-icon--green-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--green-extra-light.kent-icon--inverse {
    background-color: #e4f2d4
}

.card--icon .kent-icon.kent-icon--green-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--green-extra-light.kent-icon--inverse svg {
    fill: #81c03a
}

.card--icon .kent-icon.kent-icon--blue-extra-light,
.icon-text .kent-icon.kent-icon--blue-extra-light {
    color: #cce7f5
}

.card--icon .kent-icon.kent-icon--blue-extra-light svg,
.icon-text .kent-icon.kent-icon--blue-extra-light svg {
    fill: #cce7f5
}

.card--icon .kent-icon.kent-icon--blue-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--blue-extra-light.kent-icon--inverse {
    background-color: #cce7f5
}

.card--icon .kent-icon.kent-icon--blue-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--blue-extra-light.kent-icon--inverse svg {
    fill: #2895cd
}

.card--icon .kent-icon.kent-icon--purple-extra-light,
.icon-text .kent-icon.kent-icon--purple-extra-light {
    color: #e2dcea
}

.card--icon .kent-icon.kent-icon--purple-extra-light svg,
.icon-text .kent-icon.kent-icon--purple-extra-light svg {
    fill: #e2dcea
}

.card--icon .kent-icon.kent-icon--purple-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--purple-extra-light.kent-icon--inverse {
    background-color: #e2dcea
}

.card--icon .kent-icon.kent-icon--purple-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--purple-extra-light.kent-icon--inverse svg {
    fill: #795e9c
}

.card--icon .kent-icon.kent-icon--pink-extra-light,
.icon-text .kent-icon.kent-icon--pink-extra-light {
    color: #f6cfe5
}

.card--icon .kent-icon.kent-icon--pink-extra-light svg,
.icon-text .kent-icon.kent-icon--pink-extra-light svg {
    fill: #f6cfe5
}

.card--icon .kent-icon.kent-icon--pink-extra-light.kent-icon--inverse,
.icon-text .kent-icon.kent-icon--pink-extra-light.kent-icon--inverse {
    background-color: #f6cfe5
}

.card--icon .kent-icon.kent-icon--pink-extra-light.kent-icon--inverse svg,
.icon-text .kent-icon.kent-icon--pink-extra-light.kent-icon--inverse svg {
    fill: #d22787
}

.svg__card-overlay {
    bottom: 5%;
    fill: #fff;
    height: 25%;
    left: 5%;
    position: absolute
}

.svg__card-overlay--dark {
    fill: #101921
}

.icon-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

@media(min-width: 768px) {
    .icon-text {
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 0
    }
}

.icon-text__text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%
}

@media(min-width: 768px) {
    .icon-text__text {
        display: block;
        flex: 1 1 67%;
        text-align: left
    }

    .icon-text__text:before {
        background: #101921;
        content: "";
        height: 100%;
        left: -6rem;
        position: absolute;
        top: 6rem;
        width: 2px;
        z-index: 1
    }
}

@media(min-width: 1024px) {
    .icon-text__text:before {
        left: -8rem
    }
}

.icon-text__text .h2 {
    margin-top: 0;
    text-align: center
}

@media(min-width: 768px) {
    .icon-text__text .h2 {
        text-align: left
    }
}

.icon-text__text .text__featured-link {
    margin: 1rem auto 2rem
}

@media(min-width: 768px) {
    .icon-text--no-line .icon-text__text:before {
        content: none
    }
}

.icon-text:last-child .icon-text__text:before {
    background: none
}

.icon-text__icon {
    margin: 0 0 2rem;
    z-index: 2
}

@media(min-width: 768px) {
    .icon-text__icon {
        margin: 0 3rem 0 0
    }
}

@media(min-width: 1024px) {
    .icon-text__icon {
        margin: 0 5rem 0 0
    }
}

.icon-text__text .h2.icon-text--red {
    color: #d32737
}

.icon-text__text .h2.icon-text--yellow {
    color: #fd5000
}

.icon-text__text .h2.icon-text--green {
    color: #78bf26
}

.icon-text__text .h2.icon-text--energy {
    color: #0085cf
}

@media(min-width: 768px) {
    .panel.panel--hero .hero--overlaid .icon-text .button-group {
        justify-content: flex-start
    }
}

.panel--timeline .content {
    width: 100%
}

.panel--timeline .panel__title {
    margin-bottom: 0;
    text-align: center
}

@media(min-width: 1024px) {
    .panel--timeline .panel__title {
        margin-bottom: 1rem
    }
}

.timeline-text {
    align-items: center;
    display: flex;
    flex-direction: column
}

@media(min-width: 1024px) {
    .timeline-text {
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 0
    }
}

.timeline-text__title {
    background-color: #fff;
    z-index: 2
}

@media(min-width: 1024px) {
    .timeline-text__title {
        flex: 0 0 20%;
        margin: 0 2rem 0 0
    }
}

.timeline-text__title h3 {
    line-height: 1.1;
    margin: 0;
    padding: 1rem 0;
    text-align: right
}

.timeline-text__wrapper {
    padding: 0 0 3rem;
    position: relative;
    width: 100%;
    z-index: 1
}

.timeline-text__wrapper:before {
    background: #101921;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    width: 3px;
    z-index: -1
}

@media(min-width: 1024px) {
    .timeline-text__wrapper {
        min-height: 150px;
        padding: 0 0 2rem
    }

    .timeline-text__wrapper:before {
        left: -3rem
    }
}

.timeline-text__text {
    background: #fff;
    padding: 0 0 1rem
}

@media(min-width: 1024px) {
    .timeline-text__text {
        padding: 1rem 0 0
    }
}

.timeline-text:last-child .timeline-text__wrapper:before {
    background: none
}

.panel--timeline-icon .content {
    width: 100%
}

.panel--timeline-icon .panel__title {
    margin-bottom: 3rem;
    text-align: center
}

@media(min-width: 1024px) {
    .panel--timeline-icon .panel__title {
        margin-bottom: 5rem
    }

    .panel--timeline-icon .panel__body {
        align-items: center;
        flex-direction: column
    }

    .panel--timeline-icon .panel__body .content--main {
        width: 67%
    }
}

.timeline,
.timeline__item {
    position: relative
}

.timeline__item {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding: 0 0 3rem 3rem
}

@media(min-width: 1024px) {
    .timeline__item {
        padding: 0
    }
}

.timeline__heading {
    background: transparent;
    border-radius: 0;
    padding: 3rem 0 3rem 7rem;
    position: relative;
    text-align: left;
    z-index: 1
}

.timeline__heading h3 {
    margin: 0
}

@media(min-width: 1024px) {
    .timeline__heading {
        padding: 3rem 7rem
    }
}

div.timeline__group.panel--secondary {
    background: #f5f5f5
}

div.timeline__group.panel--white {
    background: #fff
}

div.timeline__group.panel--tertiary {
    background: #fff5cc
}

div.timeline__group.panel--primary-tint {
    background: #cce7f5
}

div.timeline__group.panel--warning {
    background: #ffcf00
}

div.timeline__cards:last-of-type div.timeline__item:last-of-type,
div.timeline__group:last-of-type div.timeline__item:last-of-type {
    background: #fff;
    position: relative;
    z-index: 1
}

div.timeline__group:first-of-type div.timeline__heading:first-of-type {
    background: #fff
}

div.panel--secondary.timeline__group:first-of-type div.timeline__heading:first-of-type,
div.panel--secondary.timeline__group:last-of-type div.timeline__item:last-of-type {
    background: #f5f5f5
}

div.panel--warning.timeline__group:first-of-type div.timeline__heading:first-of-type,
div.panel--warning.timeline__group:last-of-type div.timeline__item:last-of-type {
    background: #ffcf00
}

div.panel--tertiary.timeline__group:first-of-type div.timeline__heading:first-of-type,
div.panel--tertiary.timeline__group:last-of-type div.timeline__item:last-of-type {
    background: #fff5cc
}

div.panel--primary-tint.timeline__group:first-of-type div.timeline__heading:first-of-type,
div.panel--primary-tint.timeline__group:last-of-type div.timeline__item:last-of-type {
    background: #cce7f5
}

.timeline__blob {
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

@media(min-width: 1024px) {
    .timeline__blob {
        left: calc(50% - 1.5rem)
    }
}

.timeline__card {
    align-self: flex-end;
    background: #fff;
    background: #f5f5f5;
    border-radius: 0;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1
}

.timeline__card h3 {
    margin-top: 0
}

.timeline__card .h4 {
    margin: 0 0 1rem
}

@media(min-width: 1024px) {
    .timeline__card {
        width: 40%
    }
}

.timeline__card ol,
.timeline__card p,
.timeline__card ul {
    color: #101921;
    font-size: .9rem
}

.timeline__card a:not(.button) {
    border-bottom: 1px solid #101921 !important;
    color: #101921 !important;
    text-decoration: none
}

.timeline__card a:not(.button):focus,
.timeline__card a:not(.button):hover {
    border-bottom: 1px solid #cfd1d3 !important
}

.timeline__cards .timeline__card {
    padding: 1rem
}

@media(min-width: 1024px) {
    .timeline__cards .timeline__card {
        padding: 2rem
    }
}

.timeline__image,
.timeline__video {
    margin: 1rem 0
}

.timeline__item:last-child .timeline__card:before {
    background: none
}

.timeline__icon {
    background-color: #f7f7f9;
    box-shadow: inset 0 0 0 4px #83d2ff;
    height: 2rem;
    margin: 0;
    width: 2rem;
    z-index: 1
}

.timeline__icon svg {
    fill: #101921;
    height: 12px;
    width: 12px
}

@media(min-width: 1024px) {
    .timeline__icon {
        height: 3rem;
        width: 3rem
    }

    .timeline__icon svg {
        height: 16px;
        width: 16px
    }
}

.timeline__line {
    background-color: #83d2ff;
    height: 100%;
    left: calc(1rem - 2px);
    position: absolute;
    top: 0;
    width: 4px
}

@media(min-width: 1024px) {
    .timeline__line {
        left: calc(50% - 2px)
    }
}

.timeline__inner-line {
    background: #0085cf;
    border-radius: 0;
    max-height: 100%;
    position: absolute;
    width: 4px
}

.timeline--even,
.timeline--odd {
    justify-content: flex-start
}

@media(min-width: 1024px) {
    .timeline--even {
        justify-content: flex-end
    }
}

.timeline--same .timeline__card {
    margin: 0 0 6rem
}

.timeline--same .timeline__blob {
    left: 0
}

@media(min-width: 1024px) {
    .timeline--same {
        right: 2rem
    }

    .timeline--same.timeline--grouped {
        right: 0
    }

    .timeline--same.timeline--grouped .timeline__card {
        margin: 0 0 6rem 3rem
    }

    .timeline--same .timeline__line {
        left: calc(1rem - 2px)
    }

    .timeline--same .timeline__blob {
        left: 1rem
    }

    .timeline--same .timeline__card {
        margin: 0 0 6rem 5rem;
        width: 100%
    }

    .timeline--same .timeline__line {
        left: calc(2.5rem - 2px)
    }

    .timeline--same .timeline--even,
    .timeline--same .timeline--odd {
        justify-content: flex-start
    }
}

.timeline__group {
    border-radius: 0;
    margin-bottom: 2rem
}

.timeline__group .timeline__heading {
    padding: 2rem
}

.timeline__group .timeline__card {
    background: transparent
}

.timeline__group .timeline__item {
    padding: 0 2rem
}

@media(max-width: 1023px) {
    .timeline__group .timeline__heading {
        padding: 2rem 4rem
    }

    .timeline__group .timeline__item {
        margin: 0 0 0 1rem;
        padding: 0 3rem
    }
}

@media(min-width: 1024px) {
    .timeline--same .timeline__group .timeline__heading {
        padding: 2rem 5rem
    }
}

.timeline__group:last-of-type {
    margin-bottom: 0
}

@media(max-width: 1023px) {
    .timeline--grouped .timeline__line {
        left: calc(2rem - 4px)
    }
}

.timeline-in .kent-icon.timeline__icon {
    animation: timeline-icon-in .3s forwards
}

.timeline-in .kent-icon.timeline__icon svg {
    fill: #fff
}

.timeline-out .kent-icon.timeline__icon {
    animation: timeline-icon-out .3s forwards
}

.timeline-out .kent-icon.timeline__icon svg {
    fill: #101921
}

.timeline-out .timeline__cards .timeline__card {
    animation: timeline-card-out .5s forwards
}

.timeline-in .timeline__cards .timeline__card {
    animation: timeline-card-in .5s forwards
}

@keyframes timeline-icon-in {
    0% {
        background-color: #f7f7f9;
        box-shadow: inset 0 0 0 4px #0085cf;
        transform: scale(1)
    }

    to {
        background-color: #0085cf;
        box-shadow: inset 0 0 0 4px #0085cf;
        transform: scale(1.2)
    }
}

@keyframes timeline-icon-out {
    0% {
        background-color: #9cdcff;
        box-shadow: inset 0 0 0 4px #0085cf;
        transform: scale(1.2)
    }

    to {
        background-color: #f7f7f9;
        box-shadow: inset 0 0 0 4px #83d2ff;
        transform: scale(1)
    }
}

@keyframes timeline-card-in {
    0% {
        background-color: #f5f5f5;
        transform: scale(1)
    }

    to {
        background-color: #fff5cc;
        transform: scale(1.025)
    }
}

@keyframes timeline-card-out {
    0% {
        background-color: #fff5cc;
        transform: scale(1.025)
    }

    to {
        background-color: #f5f5f5;
        transform: scale(1)
    }
}

.panel--library.panel--search-block {
    padding-bottom: 0;
    padding-top: 0
}

.panel--library.panel--search-block .search-footer {
    grid-column: 1;
    grid-row: 2/3;
    margin: auto;
    max-width: 830px;
    width: 100%
}

.panel--library.panel--search-block .search-sublinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0 0
}

.panel--library.panel--search-block .search-sublinks a {
    padding: 0 0 1rem
}

@media(min-width: 768px) {
    .panel--library.panel--search-block .search-sublinks {
        display: block;
        float: right;
        margin: .5rem 0 2rem
    }

    .panel--library.panel--search-block .search-sublinks a {
        padding: 0 0 0 1rem
    }
}

.panel--library .panel__body {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    grid-template-rows: auto auto auto 1fr
}

.panel--library .panel__body .content--aside-library {
    margin: 1rem 0 2rem
}

@media(min-width: 768px) {
    .panel--library .panel__body .content--aside-library {
        margin: 0
    }
}

.panel--library .panel__body .content--aside-library {
    grid-column: 2;
    grid-row-end: span 4;
    grid-row-start: 1
}

.panel--library .panel__body .content--aside-library .button--space-down {
    margin-bottom: 3rem
}

.panel--library .panel__body .content--aside-library nav {
    width: 100%
}

.panel--library .panel__body .alert {
    grid-column: 1/2;
    grid-row: 3/4
}

@media(min-width: 768px) {
    .panel--library .panel__body .alert {
        margin: 2rem 0 4rem
    }
}

.lib-occcupancy__overview {
    margin: 3rem auto 6rem;
    position: relative;
    text-align: center;
    width: 80%
}

@media(max-width: 543px) {
    .lib-occcupancy__overview {
        width: 90%
    }
}

.lib-occcupancy__people,
.lib-occcupancy__percentage,
.lib-occcupancy__title {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 200px
}

.lib-occcupancy__title {
    font-size: 4rem;
    top: 33%;
    width: 285px
}

@media(max-width: 543px) {
    .lib-occcupancy__title {
        font-size: 2.5rem
    }
}

.lib-occcupancy--quiet .gauge .gaugepath,
.lib-occcupancy--quiet .lib-occcupancy__title {
    color: #479e47;
    stroke: #479e47
}

.lib-occcupancy--busy .gauge .gaugepath,
.lib-occcupancy--busy .lib-occcupancy__title {
    color: #d17300;
    stroke: #d17300
}

.lib-occcupancy--very-busy .gauge .gaugepath,
.lib-occcupancy--very-busy .lib-occcupancy__title {
    color: #d32737;
    stroke: #d32737
}

.lib-occcupancy__percentage {
    color: #55595c;
    font-size: 4.5rem;
    top: 55%
}

@media(max-width: 543px) {
    .lib-occcupancy__percentage {
        font-size: 3rem
    }
}

.lib-occcupancy__people {
    color: #55595c;
    font-size: 1.5rem;
    top: 100%;
    width: 12%
}

@media(max-width: 767px) {
    .lib-occcupancy__people {
        font-size: 1.5rem
    }
}

.lib-occcupancy__people--total {
    left: 90%
}

.lib-occcupancy__people--zero {
    left: -93%
}

.lib-occcupancy__people--occupancy-title {
    left: 0;
    width: 200px
}

.lib-occcupancy .gauge {
    stroke-linecap: round;
    transform: scaleX(-1)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .lib-occcupancy .gauge {
        height: 300px
    }
}

.lib-occcupancy .gauge__background {
    fill: none;
    stroke: #eee;
    stroke-linecap: round;
    stroke-width: 4.8
}

.lib-occcupancy .gaugepath {
    animation: progress 1s ease-out forwards;
    fill: none;
    stroke-linecap: round;
    stroke-width: 3.8
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}

@media(min-width: 1200px) {
    .panel.panel--hero.panel--image-group .hero__wrapper {
        align-items: center;
        display: flex;
        gap: 2rem
    }
}

@media(min-width: 1366px) {
    .panel.panel--hero.panel--image-group .hero__wrapper {
        gap: 6rem
    }
}

.panel.panel--hero.panel--image-group .hero__body {
    margin: 0 auto;
    max-width: 760px
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-group .hero__body {
        margin: 3rem auto
    }
}

@media(min-width: 1200px) {
    .panel.panel--hero.panel--image-group .hero__body {
        flex: 0 0 570px;
        margin: 0 auto
    }
}

.image-group {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

@media(min-width: 544px) {
    .image-group {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(7, minmax(100px, 1fr));
        padding: 0 0 6rem
    }
}

@media(min-width: 1200px) {
    .image-group {
        grid-template-rows: repeat(7, 100px);
        padding: 6rem 0
    }
}

.image-group--thin {
    grid-template-rows: 50px
}

.image-group img {
    flex: 1 1 auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%
}

@media(min-width: 544px) {
    .image-group img {
        width: 100%
    }
}

.image-group picture:first-child {
    grid-column: 1/4;
    grid-row: 2/4;
    position: relative
}

@media(min-width: 544px) {
    .image-group picture:first-child {
        top: 1rem;
        z-index: 3
    }
}

.image-group picture:nth-child(2) {
    grid-column: 4/9;
    grid-row: 1/5
}

@media(min-width: 544px) {
    .image-group picture:nth-child(2) {
        z-index: 1
    }
}

.image-group picture:nth-child(3) {
    grid-column: 2/6;
    grid-row: 4/8
}

@media(min-width: 544px) {
    .image-group picture:nth-child(3) {
        padding: 1rem 1rem 0 0;
        z-index: 2
    }
}

.image-group picture:nth-child(4) {
    grid-column: 5/8;
    grid-row: 5/7
}

@media(min-width: 544px) {
    .image-group picture:nth-child(4) {
        left: 2rem;
        position: relative
    }
}

.image-group picture:nth-last-child(2):first-child {
    grid-column: 1/5;
    grid-row: 3/6
}

@media(min-width: 544px) {
    .image-group picture:nth-last-child(2):first-child {
        padding: 1rem 1rem 1rem 0;
        position: relative;
        top: 2rem
    }
}

.image-group picture:nth-child(2):last-child {
    grid-column: 4/9;
    grid-row: 2/7
}

.image-group picture:nth-child(3):last-child {
    grid-column: 2/7
}

.panel--primary .image-group picture {
    background: #101921
}

.panel--dark-energy .image-group picture {
    background: #66b6e2
}

.panel--dark-red .image-group picture {
    background: #e57d87
}

.panel--highlight .image-group picture {
    background: #66b6e2
}

.panel--transparent .image-group picture {
    background: transparent
}

.panel--white .image-group picture {
    background: #fff
}

.panel--primary-tint .image-group picture {
    background: #cce7f5
}

.panel--secondary .image-group picture {
    background: #f5f5f5
}

.panel--tertiary .image-group picture {
    background: #fff5cc
}

.panel--warning .image-group picture {
    background: #ffe266
}

.panel--energy-blue .image-group picture {
    background: #66b6e2
}

.panel--bright-yellow .image-group picture {
    background: #ffe266
}

.panel--bright-green .image-group picture {
    background: #aed97d
}

.panel--bright-red .image-group picture {
    background: #e57d87
}

.panel--bright-blue .image-group picture {
    background: #66b6e2
}

.panel--red-light .image-group picture {
    background: #e57d87
}

.panel--red-extra-light .image-group picture {
    background: #f6d4d7
}

.panel--orange-light .image-group picture {
    background: #fe9666
}

.panel--orange-extra-light .image-group picture {
    background: #ffdccc
}

.panel--yellow-light .image-group picture {
    background: #ffe266
}

.panel--yellow-extra-light .image-group picture {
    background: #fff5cc
}

.panel--green-light .image-group picture {
    background: #aed97d
}

.panel--green-extra-light .image-group picture {
    background: #e4f2d4
}

.panel--blue-light .image-group picture {
    background: #66b6e2
}

.panel--blue-extra-light .image-group picture {
    background: #cce7f5
}

.panel--purple-light .image-group picture {
    background: #a996c1
}

.panel--purple-extra-light .image-group picture {
    background: #e2dcea
}

.panel--pink-light .image-group picture {
    background: #e56fb1
}

.panel--pink-extra-light .image-group picture {
    background: #f6cfe5
}

.panel--red .image-group picture {
    background: #d32737
}

.panel--pink .image-group picture {
    background: #d40f7d
}

.panel--orange .image-group picture {
    background: #fd5000
}

.panel--yellow .image-group picture {
    background: #ffcf00
}

.panel--green .image-group picture {
    background: #78bf26
}

.panel--blue .image-group picture {
    background: #0085cf
}

.panel--purple .image-group picture {
    background: #6f5098
}

.panel--navy .image-group picture {
    background: #002f70
}

.panel--navy-light .image-group picture {
    background: #6682a9
}

.panel--navy-extra-light .image-group picture {
    background: #ccd5e2
}

.panel--dark-navy .image-group picture {
    background: #101921
}

.panel--dark-navy-light .image-group picture {
    background: #70757a
}

.panel--dark-navy-extra-light .image-group picture {
    background: #cfd1d3
}

.panel--dark-navy-10 .image-group picture {
    background: #e7e8e9
}

.panel.panel--header.panel--image-group .hero__heading {
    margin-top: 0
}

@media(min-width: 1200px) {
    .panel.panel--header.panel--image-group .hero__heading {
        margin-top: 7rem
    }
}

.panel.panel--header.panel--image-group .image-group {
    margin-top: 0;
    text-align: center
}

@media(min-width: 1200px) {
    .panel.panel--header.panel--image-group .image-group {
        margin-top: 3rem
    }
}

.panel.panel--hero.panel--image-swap .hero {
    align-items: flex-start;
    z-index: 1
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap .hero {
        align-items: center
    }
}

.panel.panel--hero.panel--image-swap .hero__body {
    max-width: none;
    padding: 2rem
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap .hero__body {
        max-width: 55%
    }
}

.panel.panel--hero.panel--image-swap .hero__body .h1 {
    font-size: 2.2rem;
    margin: 0
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap .hero__body .h1 {
        font-size: 4.5vw
    }
}

@media(min-width: 1920px) {
    .panel.panel--hero.panel--image-swap .hero__body .h1 {
        font-size: 4rem
    }
}

.panel.panel--hero.panel--image-swap .hero__body .h1--small {
    font-size: 1.8rem
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap .hero__body .h1--small {
        font-size: 3vw
    }
}

@media(min-width: 1920px) {
    .panel.panel--hero.panel--image-swap .hero__body .h1--small {
        font-size: 3rem
    }
}

@media(min-width: 1024px) {

    .panel.panel--hero.panel--image-swap.panel--extra-large .image-swap,
    .panel.panel--hero.panel--image-swap.panel--extra-large .panel__body {
        height: 1200px
    }
}

@media(min-width: 1920px) {

    .panel.panel--hero.panel--image-swap.panel--extra-large .image-swap,
    .panel.panel--hero.panel--image-swap.panel--extra-large .panel__body {
        height: 1000px
    }
}

@media(min-width: 2400px) {

    .panel.panel--hero.panel--image-swap.panel--extra-large .image-swap,
    .panel.panel--hero.panel--image-swap.panel--extra-large .panel__body {
        height: 1200px
    }
}

.panel.panel--hero.panel--image-swap.panel--extra-large .hero {
    min-height: 80vh
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap.panel--extra-large .hero {
        height: 1200px
    }
}

@media(min-width: 1920px) {
    .panel.panel--hero.panel--image-swap.panel--extra-large .hero {
        height: 1000px
    }
}

@media(min-width: 2400px) {
    .panel.panel--hero.panel--image-swap.panel--extra-large .hero {
        height: 1200px
    }
}

.panel.panel--hero.panel--image-swap .panel__body {
    overflow: hidden
}

.panel.panel--hero.panel--image-swap .category-heading {
    font-size: 1rem;
    margin: 1rem 0
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap .category-heading {
        font-size: 1.5rem
    }
}

.panel.panel--hero.panel--image-swap-editorial .hero {
    align-items: flex-start;
    z-index: 2
}

.panel.panel--hero.panel--image-swap-editorial .hero__body {
    position: relative
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap-editorial .hero__body {
        max-width: 100%;
        padding: 6rem 2rem 2rem
    }
}

@media(min-width: 1200px) {
    .panel.panel--hero.panel--image-swap-editorial .hero__body {
        margin: 0;
        max-width: 75%
    }

    .panel.panel--hero.panel--image-swap-editorial .hero__body--small {
        max-width: 55%
    }
}

.panel.panel--hero.panel--image-swap-editorial img {
    bottom: 0;
    height: 100%;
    height: 60vw;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 1
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap-editorial img {
        height: 65vw
    }
}

@media(min-width: 1200px) {
    .panel.panel--hero.panel--image-swap-editorial img {
        bottom: inherit;
        height: 100%;
        right: 0;
        top: 0
    }
}

.panel.panel--hero.panel--image-swap-editorial .clip--square+img {
    height: 60vw;
    right: 0;
    top: 70%
}

@media(min-width: 414px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        top: 52%
    }
}

@media(min-width: 544px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        height: 50vw;
        top: auto
    }
}

@media(min-width: 768px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        top: 35%
    }
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        height: 65vw;
        top: 25%
    }
}

@media(min-width: 1200px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        height: 100%;
        right: -15%;
        top: auto
    }
}

@media(min-width: 1366px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        right: -5%
    }
}

@media(min-width: 1500px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square+img {
        right: 0
    }
}

.panel.panel--hero.panel--image-swap-editorial .clip {
    height: 100%;
    position: absolute;
    right: -30vw;
    top: 0;
    transform: skew(-20deg);
    width: 50%
}

@media(min-width: 768px) {
    .panel.panel--hero.panel--image-swap-editorial .clip {
        right: -20vw
    }
}

@media(min-width: 1700px) {
    .panel.panel--hero.panel--image-swap-editorial .clip {
        right: -10vw
    }
}

.panel.panel--hero.panel--image-swap-editorial .clip--square {
    bottom: 0;
    height: 50vw;
    right: 0;
    top: auto;
    transform: none;
    width: 40vw
}

@media(min-width: 768px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square {
        height: 40vw;
        width: 40vw
    }
}

@media(min-width: 1700px) {
    .panel.panel--hero.panel--image-swap-editorial .clip--square {
        height: 80%;
        width: 40%
    }
}

.panel.panel--hero.panel--image-swap-editorial .image-swap {
    display: block;
    height: 100%;
    top: 0;
    width: 100%
}

.panel.panel--hero.panel--image-swap-editorial .button-group--featured {
    position: relative
}

.panel.panel--hero.panel--image-swap-editorial .clip--white {
    background-color: #fff
}

.panel.panel--hero.panel--image-swap-editorial .clip--yellow {
    background-color: #ffcf00
}

.panel.panel--hero.panel--image-swap-editorial .clip--green {
    background-color: #78bf26
}

.panel.panel--hero.panel--image-swap-editorial .clip--orange {
    background-color: #fd5000
}

.panel.panel--hero.panel--image-swap-editorial .clip--blue {
    background-color: #0085cf
}

.panel.panel--hero.panel--image-swap-editorial .clip--red-light {
    background-color: #e57d87
}

.panel.panel--hero.panel--image-swap-editorial .clip--red-extra-light {
    background-color: #f6d4d7
}

.panel.panel--hero.panel--image-swap-editorial .clip--orange-light {
    background-color: #fe9666
}

.panel.panel--hero.panel--image-swap-editorial .clip--orange-extra-light {
    background-color: #ffdccc
}

.panel.panel--hero.panel--image-swap-editorial .clip--yellow-light {
    background-color: #ffe266
}

.panel.panel--hero.panel--image-swap-editorial .clip--yellow-extra-light {
    background-color: #fff5cc
}

.panel.panel--hero.panel--image-swap-editorial .clip--green-light {
    background-color: #aed97d
}

.panel.panel--hero.panel--image-swap-editorial .clip--green-extra-light {
    background-color: #e4f2d4
}

.panel.panel--hero.panel--image-swap-editorial .clip--blue-light {
    background-color: #66b6e2
}

.panel.panel--hero.panel--image-swap-editorial .clip--blue-extra-light {
    background-color: #cce7f5
}

.panel.panel--hero.panel--image-swap-editorial .clip--purple-light {
    background-color: #a996c1
}

.panel.panel--hero.panel--image-swap-editorial .clip--purple-extra-light {
    background-color: #e2dcea
}

.panel.panel--hero.panel--image-swap-editorial .clip--pink-light {
    background-color: #e56fb1
}

.panel.panel--hero.panel--image-swap-editorial .clip--pink-extra-light {
    background-color: #f6cfe5
}

.panel.panel--hero.panel--image-swap-editorial .clip--navy-light {
    background-color: #6682a9
}

.panel.panel--hero.panel--image-swap-editorial .clip--navy-extra-light {
    background-color: #ccd5e2
}

.panel.panel--hero.panel--image-swap-editorial .clip--dark-navy-extra-light {
    background-color: #cfd1d3
}

.panel.panel--hero.panel--image-swap-editorial .clip--dark-navy-10 {
    background-color: #e7e8e9
}

@media(min-width: 1024px) {
    .panel.panel--hero.panel--image-swap-editorial .image-swap__top-clip {
        background: #fff;
        height: 50px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .panel.panel--hero.panel--image-swap-editorial .image-swap__top-clip.image-swap__top-clip--angled {
        height: 100px;
        top: -50px;
        transform: rotate(2deg)
    }

    .panel.panel--hero.panel--image-swap-editorial .image-swap__bottom-clip {
        background: #fff;
        bottom: 0;
        height: 50px;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .panel.panel--hero.panel--image-swap-editorial .button-group--featured {
        bottom: 0;
        position: absolute;
        right: 10%;
        width: auto
    }
}

@media(min-width: 1024px)and (min-width:1200px) {
    .panel.panel--hero.panel--image-swap-editorial .button-group--featured {
        right: -20%
    }

    .panel.panel--hero.panel--image-swap-editorial .button-group--square {
        right: -50%
    }
}

.image-swap {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(8, 1fr);
    height: 70%;
    opacity: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: opacity .3s linear;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

@media(min-width: 1024px) {
    .image-swap {
        height: 100%;
        top: 0
    }

    .image-swap.in {
        opacity: 1;
        transition: opacity .3s linear;
        visibility: visible
    }

    .image-swap.out {
        opacity: 0;
        transition: visibility 0s .3s, opacity .3s linear;
        visibility: hidden
    }
}

.image-swap__text {
    z-index: 1
}

.image-swap__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.image-swap__img-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.kent-design-element-colour--red {
    background: #d32737
}

svg.kent-design-element-colour--red {
    fill: #d32737
}

.kent-design-element-colour--pink {
    background: #d40f7d
}

svg.kent-design-element-colour--pink {
    fill: #d40f7d
}

.kent-design-element-colour--blue {
    background: #0085cf
}

svg.kent-design-element-colour--blue {
    fill: #0085cf
}

.kent-design-element-colour--navy {
    background: #002f70
}

svg.kent-design-element-colour--navy {
    fill: #002f70
}

.kent-design-element-colour--dark-navy {
    background: #101921
}

svg.kent-design-element-colour--dark-navy {
    fill: #101921
}

.kent-design-element-colour--purple {
    background: #6f5098
}

svg.kent-design-element-colour--purple {
    fill: #6f5098
}

.kent-design-element-colour--dark-navy-light {
    background: #70757a
}

svg.kent-design-element-colour--dark-navy-light {
    fill: #70757a
}

.kent-design-element-colour--dark-navy-40 {
    background: #9fa3a6
}

svg.kent-design-element-colour--dark-navy-40 {
    fill: #9fa3a6
}

.kent-design-element-colour--dark-navy-extra-light {
    background: #cfd1d3
}

svg.kent-design-element-colour--dark-navy-extra-light {
    fill: #cfd1d3
}

.kent-design-element-colour--dark-navy-10 {
    background: #e7e8e9
}

svg.kent-design-element-colour--dark-navy-10 {
    fill: #e7e8e9
}

.kent-design-element-colour--navy-light {
    background: #6682a9
}

svg.kent-design-element-colour--navy-light {
    fill: #6682a9
}

.kent-design-element-colour--navy-40 {
    background: #99acc6
}

svg.kent-design-element-colour--navy-40 {
    fill: #99acc6
}

.kent-design-element-colour--navy-extra-light {
    background: #ccd5e2
}

svg.kent-design-element-colour--navy-extra-light {
    fill: #ccd5e2
}

.kent-design-element-colour--white {
    background: #fff
}

svg.kent-design-element-colour--white {
    fill: #fff
}

.kent-design-element-colour--yellow {
    background: #ffcf00
}

svg.kent-design-element-colour--yellow {
    fill: #ffcf00
}

.kent-design-element-colour--green {
    background: #78bf26
}

svg.kent-design-element-colour--green {
    fill: #78bf26
}

.kent-design-element-colour--orange {
    background: #fd5000
}

svg.kent-design-element-colour--orange {
    fill: #fd5000
}

.kent-design-element-colour--red-light {
    background: #e57d87
}

svg.kent-design-element-colour--red-light {
    fill: #e57d87
}

.kent-design-element-colour--red-40 {
    background: #eda9af
}

svg.kent-design-element-colour--red-40 {
    fill: #eda9af
}

.kent-design-element-colour--red-extra-light {
    background: #f6d4d7
}

svg.kent-design-element-colour--red-extra-light {
    fill: #f6d4d7
}

.kent-design-element-colour--orange-light {
    background: #fe9666
}

svg.kent-design-element-colour--orange-light {
    fill: #fe9666
}

.kent-design-element-colour--orange-40 {
    background: #feb999
}

svg.kent-design-element-colour--orange-40 {
    fill: #feb999
}

.kent-design-element-colour--orange-extra-light {
    background: #ffdccc
}

svg.kent-design-element-colour--orange-extra-light {
    fill: #ffdccc
}

.kent-design-element-colour--yellow-light {
    background: #ffe266
}

svg.kent-design-element-colour--yellow-light {
    fill: #ffe266
}

.kent-design-element-colour--yellow-40 {
    background: #ffec99
}

svg.kent-design-element-colour--yellow-40 {
    fill: #ffec99
}

.kent-design-element-colour--yellow-extra-light {
    background: #fff5cc
}

svg.kent-design-element-colour--yellow-extra-light {
    fill: #fff5cc
}

.kent-design-element-colour--green-light {
    background: #aed97d
}

svg.kent-design-element-colour--green-light {
    fill: #aed97d
}

.kent-design-element-colour--green-40 {
    background: #c9e5a8
}

svg.kent-design-element-colour--green-40 {
    fill: #c9e5a8
}

.kent-design-element-colour--green-extra-light {
    background: #e4f2d4
}

svg.kent-design-element-colour--green-extra-light {
    fill: #e4f2d4
}

.kent-design-element-colour--blue-light {
    background: #66b6e2
}

svg.kent-design-element-colour--blue-light {
    fill: #66b6e2
}

.kent-design-element-colour--blue-40 {
    background: #99ceec
}

svg.kent-design-element-colour--blue-40 {
    fill: #99ceec
}

.kent-design-element-colour--blue-extra-light {
    background: #cce7f5
}

svg.kent-design-element-colour--blue-extra-light {
    fill: #cce7f5
}

.kent-design-element-colour--purple-light {
    background: #a996c1
}

svg.kent-design-element-colour--purple-light {
    fill: #a996c1
}

.kent-design-element-colour--purple-40 {
    background: #c5b9d6
}

svg.kent-design-element-colour--purple-40 {
    fill: #c5b9d6
}

.kent-design-element-colour--purple-extra-light {
    background: #e2dcea
}

svg.kent-design-element-colour--purple-extra-light {
    fill: #e2dcea
}

.kent-design-element-colour--pink-light {
    background: #e56fb1
}

svg.kent-design-element-colour--pink-light {
    fill: #e56fb1
}

.kent-design-element-colour--pink-40 {
    background: #ee9fcb
}

svg.kent-design-element-colour--pink-40 {
    fill: #ee9fcb
}

.kent-design-element-colour--pink-extra-light {
    background: #f6cfe5
}

svg.kent-design-element-colour--pink-extra-light {
    fill: #f6cfe5
}

.image-swap .kent-design-element {
    position: relative
}

.image-swap--main {
    opacity: 1;
    visibility: visible
}

.image-swap--main .image-swap__img-wrapper {
    grid-column: 3;
    grid-row: 1/7;
    left: -55px;
    position: relative;
    transform: skew(-20deg);
    transform-origin: 0 100%;
    width: 60vw
}

@media(min-width: 1024px) {
    .image-swap--main .image-swap__img-wrapper {
        grid-column: 8;
        grid-row: 3/8;
        left: 0;
        transform: skew(-20deg);
        transform-origin: 0 0;
        width: 300px
    }
}

@media(min-width: 1200px) {
    .image-swap--main .image-swap__img-wrapper {
        width: 400px
    }
}

.image-swap--main .image-swap__img-wrapper .image-swap__img {
    transform: skew(20deg) scale(1.8) !important
}

.image-swap--main .kent-design-element--1 {
    display: none
}

@media(min-width: 1024px) {
    .image-swap--main .kent-design-element--1 {
        display: block;
        grid-column: 3;
        grid-row: 1/2;
        height: 80%;
        transform: skew(20deg);
        transform-origin: 100% 100%
    }
}

.image-swap--main .kent-design-element--2 {
    display: none
}

@media(min-width: 1024px) {
    .image-swap--main .kent-design-element--2 {
        display: block;
        grid-column: 8;
        grid-row: 1/6;
        left: 100%;
        transform: skew(-20deg);
        transform-origin: 0 40%;
        width: 200px
    }
}

.image-swap--main .kent-design-element--3 {
    grid-column: 1;
    grid-row: 4/7;
    transform: skew(-20deg);
    transform-origin: 0 0;
    width: 30vw
}

@media(min-width: 1024px) {
    .image-swap--main .kent-design-element--3 {
        grid-column: 1;
        grid-row: 8/9;
        transform: skew(20deg);
        transform-origin: 0 0;
        width: auto
    }
}

.image-swap--main .kent-design-element--4 {
    grid-column: 2;
    grid-row: 7/9;
    left: -55px;
    transform: skew(20deg);
    transform-origin: 0 0;
    width: 30vw
}

@media(min-width: 1024px) {
    .image-swap--main .kent-design-element--4 {
        grid-column: 8;
        grid-row: 8/9;
        left: 120px;
        transform: skew(-20deg);
        transform-origin: 0 0;
        width: 200px
    }
}

@media(min-width: 1200px) {
    .image-swap--main .kent-design-element--4 {
        left: 220px
    }
}

.image-swap--secondary {
    display: none
}

@media(min-width: 1024px) {
    .image-swap--secondary {
        display: grid
    }
}

.image-swap--secondary .image-swap__img-wrapper {
    grid-column: 7;
    grid-row: 3/8;
    left: 0;
    transform: skew(20deg);
    transform-origin: 0 0;
    width: 300px
}

@media(min-width: 1200px) {
    .image-swap--secondary .image-swap__img-wrapper {
        width: 400px
    }
}

.image-swap--secondary .image-swap__img-wrapper .image-swap__img {
    transform: skew(-20deg) scale(1.8) !important
}

.image-swap--secondary .kent-design-element--1 {
    grid-column: 3;
    grid-row: 1/2;
    transform: skew(-20deg);
    transform-origin: 100% 100%
}

.image-swap--secondary .kent-design-element--2 {
    grid-column: 8;
    grid-row: 4/9;
    left: 35px;
    transform: skew(20deg);
    transform-origin: 0 0;
    width: 200px
}

.image-swap--secondary .kent-design-element--3 {
    grid-column: 1;
    grid-row: 8/9;
    transform: skew(20deg);
    transform-origin: 0 0;
    width: auto
}

.image-swap--secondary .kent-design-element--4 {
    grid-column: 7;
    grid-row: 8/9;
    left: 0;
    transform: skew(-20deg);
    transform-origin: 0 0;
    width: 200px
}

.panel--juicer .juicer-feed,
.panel--juicer .juicer-feed h3 {
    font-family: Overpass, Helvetica, Arial, sans-serif
}

.panel--juicer .juicer-feed.modern li.feed-item,
.panel--juicer .juicer-feed.polaroid li.feed-item {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0
}

.panel--juicer .juicer-feed.modern li.feed-item .j-message a,
.panel--juicer .juicer-feed.polaroid li.feed-item .j-message a {
    color: #101921;
    font-weight: 400
}

.panel--juicer .juicer-feed.modern li.feed-item .j-message,
.panel--juicer .juicer-feed.modern li.feed-item.j-twitter .j-message,
.panel--juicer .juicer-feed.modern li.feed-item.words .j-message,
.panel--juicer .juicer-feed.polaroid li.feed-item .j-message,
.panel--juicer .juicer-feed.polaroid li.feed-item.j-twitter .j-message,
.panel--juicer .juicer-feed.polaroid li.feed-item.words .j-message {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5
}

.panel--juicer .juicer-feed.modern li.feed-item .j-message,
.panel--juicer .juicer-feed.modern li.feed-item .j-meta .j-twitter-date,
.panel--juicer .juicer-feed.modern li.feed-item.j-twitter .j-message,
.panel--juicer .juicer-feed.polaroid li.feed-item .j-message,
.panel--juicer .juicer-feed.polaroid li.feed-item .j-meta .j-twitter-date,
.panel--juicer .juicer-feed.polaroid li.feed-item.j-twitter .j-message {
    color: #101921;
    font-family: Overpass, Helvetica, Arial, sans-serif
}

.panel--juicer .juicer-feed.modern li.feed-item .j-meta a.j-social,
.panel--juicer .juicer-feed.polaroid li.feed-item .j-meta a.j-social {
    border-bottom: 0
}

.panel--juicer .juicer-feed.hip .j-text {
    background: rgba(16, 25, 33, .8)
}

.panel--juicer .juicer-feed.hip .j-text .j-message p:last-of-type {
    color: #fff;
    font-family: Overpass, Helvetica, Arial, sans-serif
}

.panel--juicer .juicer-feed.hip .j-text .j-message a {
    color: #fff
}

.panel--juicer .juicer-feed.juicer-feed--white-text .j-facebook:before,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-meta .j-facebook-date,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-meta .j-twitter-date,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-poster .j-date,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-poster h3,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-poster-meta,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-poster-meta a,
.panel--juicer .juicer-feed.juicer-feed--white-text .j-twitter-text:before,
.panel--juicer .juicer-feed.juicer-feed--white-text a,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-facebook-display-name,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-facebook-screen-name,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-message,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-message a,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-meta .j-twitter-date,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-twitter-display-name,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item .j-twitter-screen-name,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item.j-facebook .j-message,
.panel--juicer .juicer-feed.juicer-feed--white-text li.feed-item.j-twitter .j-message {
    color: #fff !important
}

.panel--juicer .juicer-feed li.feed-item.j-facebook-bg.juicer-feed--red,
.panel--juicer .juicer-feed li.feed-item.j-instagram-bg.juicer-feed--red,
.panel--juicer .juicer-feed li.feed-item.j-twitter-bg.juicer-feed--red {
    background: #d32737
}

.panel--juicer .juicer-feed li.feed-item.j-facebook-bg.juicer-feed--primary-tint,
.panel--juicer .juicer-feed li.feed-item.j-instagram-bg.juicer-feed--primary-tint,
.panel--juicer .juicer-feed li.feed-item.j-twitter-bg.juicer-feed--primary-tint {
    background: #0085cf
}

.panel--juicer .juicer-feed li.feed-item.j-facebook-bg.juicer-feed--primary,
.panel--juicer .juicer-feed li.feed-item.j-instagram-bg.juicer-feed--primary,
.panel--juicer .juicer-feed li.feed-item.j-twitter-bg.juicer-feed--primary {
    background: #101921
}

.panel--juicer .juicer-feed li.feed-item.j-facebook-bg.juicer-feed--green,
.panel--juicer .juicer-feed li.feed-item.j-instagram-bg.juicer-feed--green,
.panel--juicer .juicer-feed li.feed-item.j-twitter-bg.juicer-feed--green {
    background: #78bf26
}

.panel--juicer .juicer-feed .j-meta .j-twitter-date {
    font-weight: 400
}

.panel--juicer .juicer-feed .j-poster .j-twitter-post-icon:before {
    font-size: 22px
}

.panel--juicer .juicer-feed .j-paginate {
    background-color: #0085cf;
    border-color: #0085cf;
    color: #fff;
    font-family: Overpass, Helvetica, Arial, sans-serif;
    padding: .6rem 1rem .5rem;
    transition: background-color .2s ease-in-out
}

.panel--juicer .juicer-feed .j-paginate:hover {
    background-color: #66b6e2;
    border-color: #66b6e2;
    color: #fff
}

.card.card--social.card--backed {
    align-self: start;
    display: flex;
    flex-direction: column;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    position: relative
}

@media(max-width: 543px) {
    .card.card--social.card--backed {
        margin: 0 0 1rem !important
    }
}

.card.card--social.card--backed {
    margin-top: 1rem !important;
    max-width: unset !important;
    padding: 0 0 57px
}

.card.card--social.card--backed.grid-item-masonry--two-cols {
    width: calc(50% - 18px)
}

.card.card--social.card--backed.grid-item-masonry--three-cols {
    width: calc(33% - 18px)
}

.card.card--social.card--backed.grid-item-masonry--four-cols {
    width: calc(25% - 18px)
}

@media(max-width: 1023px) {

    .card.card--social.card--backed.grid-item-masonry--four-cols,
    .card.card--social.card--backed.grid-item-masonry--three-cols {
        width: calc(50% - 18px)
    }
}

@media(max-width: 543px) {

    .card.card--social.card--backed.grid-item-masonry--four-cols,
    .card.card--social.card--backed.grid-item-masonry--three-cols {
        width: 100%
    }
}

.card.card--social.card--backed .card__header {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 1rem 1rem 0;
    position: relative
}

.card.card--social.card--backed .card__header a,
.card.card--social.card--backed .card__header a:hover {
    border-bottom: 0
}

.card.card--social.card--backed .card__header:before {
    background: #0085cf;
    content: "";
    height: 26px;
    left: -14px;
    position: absolute;
    top: 0;
    transform: skew(-46deg);
    width: 21px
}

.card.card--social.card--backed .social-handle {
    display: flex;
    font-size: .7rem
}

.card.card--social.card--backed .social-handle img {
    border-radius: 50%;
    height: 35px;
    margin-right: .5rem;
    width: 35px
}

.card.card--social.card--backed .social-handle__group {
    display: flex;
    flex-direction: column
}

.card.card--social.card--backed .social-handle__name {
    font-weight: 700
}

.card.card--social.card--backed .social-handle__name h3 {
    font-size: .8rem;
    margin-bottom: .3rem;
    margin-top: 0
}

.card.card--social.card--backed .social-handle__meta {
    color: #757575
}

.card.card--social.card--backed .social-handle,
.card.card--social.card--backed .social-handle:hover {
    border-bottom: 0
}

.card.card--social.card--backed .card__text {
    margin-top: 0;
    padding: 1rem
}

.card.card--social.card--backed .j-twitter-quote {
    font-size: .7rem;
    padding: .5rem
}

.card.card--social.card--backed .j-twitter-quote .card__text {
    padding: 0
}

.card.card--social.card--backed .j-twitter-quote {
    border: 1px solid #e6e0d8;
    border-radius: 0;
    margin: 0 1rem 1rem
}

.card.card--social.card--backed .j-twitter-quote .card__text {
    margin-top: .5rem
}

.card.card--social.card--backed .social-quote {
    font-size: .7rem;
    padding: .5rem
}

.card.card--social.card--backed .social-quote .card__text {
    padding: 0
}

.card.card--social.card--backed .social-quote {
    border: 1px solid #e6e0d8;
    border-radius: 0;
    margin: 0 1rem 1rem
}

.card.card--social.card--backed .social-quote .card__text {
    margin-top: .5rem
}

.card.card--social.card--backed .card__image {
    margin: .8rem 0 0
}

.card.card--social.card--backed .card__image a,
.card.card--social.card--backed .card__image a:hover {
    border-bottom: 0
}

.card.card--social.card--backed .card__image img {
    border-radius: 0;
    width: 100%
}

.card.card--social.card--backed .card__image--bottom {
    margin-top: 0;
    order: 1
}

.card.card--social.card--backed .card__footer {
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    position: absolute;
    width: 100%
}

.card.card--social.card--backed .card__footer time {
    color: #757575;
    font-size: .7rem
}

.card.card--social.card--backed .card__footer ul {
    display: flex;
    margin: 0
}

.card.card--social.card--backed .card__footer ul.simple-list--share-links {
    font-size: .7rem
}

.card.card--social.card--backed .card__footer ul.simple-list--share-links li {
    display: flex;
    padding: 3px 0
}

.card.card--social.card--backed .card__footer ul.simple-list--share-links a {
    border-bottom: 0;
    display: flex;
    margin-right: .3rem
}

.card.card--social.card--backed .card__footer ul.simple-list--share-links svg {
    fill: #757575;
    height: 15px;
    margin-right: 5px;
    width: 15px
}

.card.card--social.card--backed.card--colour-white .card__text a {
    color: #06c !important
}

.card.card--social.card--backed.card--colour-dark-energy .card__footer,
.card.card--social.card--backed.card--colour-dark-energy .card__footer time,
.card.card--social.card--backed.card--colour-dark-energy .card__text,
.card.card--social.card--backed.card--colour-dark-energy .card__text a,
.card.card--social.card--backed.card--colour-dark-energy .simple-list--share-links a,
.card.card--social.card--backed.card--colour-dark-energy .social-handle__meta,
.card.card--social.card--backed.card--colour-dark-energy .social-handle__name,
.card.card--social.card--backed.card--colour-dark-energy .social-handle__name h3,
.card.card--social.card--backed.card--colour-dark-energy svg,
.card.card--social.card--backed.card--colour-dark-energy svg path,
.card.card--social.card--backed.card--colour-dark-red .card__footer,
.card.card--social.card--backed.card--colour-dark-red .card__footer time,
.card.card--social.card--backed.card--colour-dark-red .card__text,
.card.card--social.card--backed.card--colour-dark-red .card__text a,
.card.card--social.card--backed.card--colour-dark-red .simple-list--share-links a,
.card.card--social.card--backed.card--colour-dark-red .social-handle__meta,
.card.card--social.card--backed.card--colour-dark-red .social-handle__name,
.card.card--social.card--backed.card--colour-dark-red .social-handle__name h3,
.card.card--social.card--backed.card--colour-dark-red svg,
.card.card--social.card--backed.card--colour-dark-red svg path,
.card.card--social.card--backed.card--colour-green .card__footer,
.card.card--social.card--backed.card--colour-green .card__footer time,
.card.card--social.card--backed.card--colour-green .card__text,
.card.card--social.card--backed.card--colour-green .card__text a,
.card.card--social.card--backed.card--colour-green .simple-list--share-links a,
.card.card--social.card--backed.card--colour-green .social-handle__meta,
.card.card--social.card--backed.card--colour-green .social-handle__name,
.card.card--social.card--backed.card--colour-green .social-handle__name h3,
.card.card--social.card--backed.card--colour-green svg,
.card.card--social.card--backed.card--colour-green svg path,
.card.card--social.card--backed.card--colour-primary .card__footer,
.card.card--social.card--backed.card--colour-primary .card__footer time,
.card.card--social.card--backed.card--colour-primary .card__text,
.card.card--social.card--backed.card--colour-primary .card__text a,
.card.card--social.card--backed.card--colour-primary .simple-list--share-links a,
.card.card--social.card--backed.card--colour-primary .social-handle__meta,
.card.card--social.card--backed.card--colour-primary .social-handle__name,
.card.card--social.card--backed.card--colour-primary .social-handle__name h3,
.card.card--social.card--backed.card--colour-primary svg,
.card.card--social.card--backed.card--colour-primary svg path {
    color: #fff !important;
    fill: #fff !important
}

.card.card--social.card--backed.card--colour-dark-energy .card__text a:hover,
.card.card--social.card--backed.card--colour-dark-red .card__text a:hover,
.card.card--social.card--backed.card--colour-green .card__text a:hover,
.card.card--social.card--backed.card--colour-primary .card__text a:hover {
    border-bottom: 1px solid #fff;
    color: #fff
}

.card.card--social.card--backed .j-twitter-quote-display-name {
    font-weight: 700
}

.panel.panel--white .card.card--social.card--backed.card--colour-white {
    border: 1px solid #cfd1d3
}

.student-profile .panel--hero .overlay.overlay--bottom {
    justify-content: flex-end
}

.student-profile .panel--hero .overlay .overlay__heading,
.student-profile .panel--hero .overlay .overlay__sub-heading {
    font-weight: 700
}

@media(min-width: 1024px) {

    .student-profile .panel--hero .overlay .overlay__heading,
    .student-profile .panel--hero .overlay .overlay__sub-heading {
        width: 45%
    }
}

.student-profile .panel--hero .overlay .overlay__content .blockquote {
    margin: 2rem 0 0
}

@media(min-width: 1024px) {
    .student-profile .panel--hero .overlay .overlay__content .blockquote {
        margin: 3rem 0 1rem
    }
}

.student-profile .panel--hero .overlay .overlay__content .blockquote__text {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.1
}

@media(min-width: 1024px) {
    .student-profile .panel--hero .overlay .overlay__content .blockquote__text {
        font-size: 2.2rem;
        width: 67%
    }

    .student-profile .panel--hero .overlay .overlay__content .blockquote__text:before {
        font-size: 3rem;
        padding-right: 5px
    }

    .student-profile .panel--hero .overlay .overlay__content .blockquote__text:after {
        font-size: 3rem;
        padding-left: 5px
    }
}

.student-profile h4 {
    font-size: 1.8rem
}

.student-profile__image {
    border-radius: 50%;
    float: none !important;
    height: 100px;
    margin-bottom: 1rem !important;
    margin-right: 1rem;
    min-width: 100px !important;
    position: relative;
    text-align: center;
    width: 100px
}

@media(min-width: 768px) {
    .student-profile__image {
        margin-bottom: 0 !important
    }
}

.student-profile__image--placeholder {
    font-size: 4rem !important
}

@media(min-width: 1200px) {
    .student-profile__image--placeholder {
        font-size: 3.5rem !important
    }
}

.student-profile__image--placeholder {
    background-color: #f5f5f5;
    color: #fff
}

.student-profile__image.ki-user {
    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 0 20 20'%3E%3Ctitle%3Euser%3C/title%3E%3Cpath d='M9.5 11C6.467 11 4 8.533 4 5.5S6.467 0 9.5 0 15 2.467 15 5.5 12.533 11 9.5 11m0-10C7.019 1 5 3.019 5 5.5S7.019 10 9.5 10 14 7.981 14 5.5 11.981 1 9.5 1M17.5 20h-16C.673 20 0 19.327 0 18.5c0-.068.014-1.685 1.225-3.3.705-.94 1.67-1.687 2.869-2.219C5.558 12.33 7.377 12 9.5 12s3.942.33 5.406.981c1.199.533 2.164 1.279 2.869 2.219C18.986 16.815 19 18.432 19 18.5c0 .827-.673 1.5-1.5 1.5m-8-7c-3.487 0-6.06.953-7.441 2.756C1.024 17.107 1.001 18.488 1 18.502a.5.5 0 0 0 .5.498h16a.5.5 0 0 0 .5-.5c0-.012-.023-1.393-1.059-2.744C15.559 13.953 12.986 13 9.5 13'/%3E%3C/svg%3E");
    background-position: 52%;
    background-repeat: no-repeat
}

.student-profile__image.ki-user:before {
    content: ""
}

.content--filter .card--horizontal.card--student-profile .card__description,
.content--filter .card--horizontal.card--student-profile .card__tag,
.content--filter .card--horizontal.card--student-profile .card__title {
    margin-right: 0;
    width: 100%
}

@media(min-width: 768px) {
    .content--filter .card--horizontal.card--student-profile .card__tag {
        margin-right: 1rem;
        width: auto
    }
}

.accordion {
    margin: 3rem 0;
    text-align: left
}

.accordion__items {
    margin: 2rem 0
}

.accordion__section {
    border-bottom: 3px solid #101921;
    padding: 0
}

.accordion__heading {
    margin: 0;
    padding: 1rem 0
}

.accordion__heading--compact {
    padding-bottom: 0;
    padding-top: 0
}

.accordion__heading--compact .accordion__button {
    min-height: 50px
}

.accordion__heading--compact .accordion__button:after {
    background-size: 30px;
    flex: 1 0 30px;
    height: 30px;
    width: 30px
}

.accordion__heading--20 {
    padding-bottom: 0;
    padding-top: 0
}

.accordion__heading--20 .accordion__button {
    min-height: 30px
}

.accordion__heading--20 .accordion__button:after {
    background-size: 20px;
    flex: 1 0 20px;
    height: 20px;
    width: 20px
}

.accordion__button {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    line-height: 1.5;
    width: 100%
}

.accordion__button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Ctitle%3Ekent-accordion-plus%3C/title%3E%3Cg fill='none' stroke='%23101921' transform='translate(2 2)'%3E%3Cg stroke-width='3'%3E%3Cpath d='M23 15.5v15M15.5 23h15'/%3E%3C/g%3E%3Ccircle cx='23' cy='23' r='23' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
    flex: 1 0 30px;
    height: 30px;
    width: 30px
}

@media(min-width: 768px) {
    .accordion__button {
        min-height: 60px
    }

    .accordion__button:after {
        background-size: 40px;
        flex: 1 0 40px;
        height: 40px;
        width: 40px
    }
}

.accordion__button.no-icon:after {
    display: none
}

.accordion__title {
    flex: 1 1 100%
}

.accordion__button--visible:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Ctitle%3Ekent-accordion-minus%3C/title%3E%3Cg fill='none' stroke='%23101921' transform='translate(2 2)'%3E%3Cpath stroke-width='3' d='M15.5 23h15'/%3E%3Ccircle cx='23' cy='23' r='23' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: ""
}

.accordion__content-wrapper {
    padding: 0 0 1rem
}

.accordion--feature {
    margin-top: 0
}

.accordion--feature .accordion__items {
    margin: 0
}

.accordion--feature .accordion__controls {
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .accordion--feature .accordion__button {
        font-size: 1.5rem
    }
}

.table-wrapper {
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff) 100%, linear-gradient(270deg, #fff, #f5f5f5), linear-gradient(270deg, #f5f5f5, #fff) 100%;
    background-attachment: local, local, scroll, scroll;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    border: 3px solid #cfd1d3;
    border-radius: 8px;
    display: inline-flex;
    margin: 32px 0;
    overflow-x: auto;
    width: 100%
}

.text__body+.table-wrapper,
.text__title+.table-wrapper {
    margin-top: 0
}

.table {
    background-color: transparent;
    border: none;
    border-collapse: collapse;
    border-radius: 8px;
    display: table;
    font-size: 14px;
    min-height: 0;
    overflow-x: auto;
    table-layout: fixed;
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.table::-webkit-scrollbar {
    webkit-appearance: none;
    height: 7px
}

.table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0
}

.table::-webkit-scrollbar-track-piece {
    background-color: #f7f7f7
}

.table caption {
    caption-side: bottom;
    color: #636c72;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

.table td a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.table td a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.table td a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.table td {
    min-width: 150px
}

.table td,
.table th {
    border-top: 1px solid #cfd1d3;
    padding: 8px;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #cfd1d3;
    text-align: left;
    vertical-align: bottom
}

.table tbody th {
    text-align: left
}

.table tbody+tbody {
    border-top: 2px solid #cfd1d3
}

.table th {
    color: #101921;
    min-width: 150px;
    width: 150px
}

.table thead tr:first-child th {
    border-top: 0
}

.table>tbody>tr:first-child,
.table>tr:first-child {
    border-top: 3px solid #cfd1d3
}

@media(min-width: 768px) {
    .table--full-width {
        width: calc(100vw - 10rem)
    }
}

@media(min-width: 1024px) {
    .table--full-width {
        width: 100%
    }
}

.table--striped tbody tr:nth-of-type(odd) {
    background-color: #cce7f5
}

.table--small {
    font-size: .8rem
}

.table--sortable .sorting .indicator:before,
.table--sortable .sorting_asc .indicator:before,
.table--sortable .sorting_desc .indicator:before {
    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 0 20 20'%3E%3Cpath d='M16 11q0 .406-.297.703l-7 7Q8.406 19 8 19t-.703-.297l-7-7Q0 11.406 0 11t.297-.703T1 10h14q.406 0 .703.297T16 11'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-size: 10px 10px;
    content: "";
    height: 20px;
    height: 10px;
    width: 20px;
    width: 10px
}

h1+.table,
h1+p+.table,
h2+.table,
h2+p+.table,
h3+.table,
h3+p+.table {
    margin-top: 0
}

.table-wrapper.nova th {
    border-bottom: 3px solid #cfd1d3;
    border-top: 0;
    text-align: left;
    vertical-align: bottom
}

.table-wrapper.nova tr:has(th) {
    border-top: 0
}

.panel--tab-header .panel__body {
    padding: 0
}

ul.tabs__list {
    box-shadow: 0 -1px 10px 0 #eceeef;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    max-width: calc(100vw - 4rem);
    overflow-x: auto;
    padding: 0;
    width: 100%
}

@media(min-width: 768px) {
    ul.tabs__list {
        box-shadow: none
    }
}

li.tabs__item {
    border-right: 1px solid #ccc;
    flex: 0 0 auto
}

@media(min-width: 768px) {
    li.tabs__item {
        border-right: none
    }
}

.no-flexbox:not(.flexboxtweener) ul.tabs__list {
    display: block;
    overflow-x: scroll;
    white-space: nowrap
}

.no-flexbox:not(.flexboxtweener) li.tabs__item {
    display: inline
}

a.tabs__link {
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding: .5rem 1rem
}

a.tabs__link.is-active {
    border-bottom: 3px solid #101921;
    color: #000;
    font-weight: 700
}

.panel--tabs {
    animation: flash 1s;
    display: none
}

.panel--tab,
.panel--tabs {
    border-top: 1px solid #ddd
}

.panel.panel--header-width.panel--switcher .panel__body {
    padding-left: 0;
    padding-right: 0
}

.switcher {
    margin-bottom: 3rem;
    position: relative
}

.switcher__list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2rem 0 1rem;
    padding: 3px;
    width: 100%
}

.switcher__link {
    border: none;
    font-size: .8rem;
    min-height: 30px;
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

@media(min-width: 768px) {
    .switcher__link {
        font-size: 1rem;
        min-height: 40px
    }
}

@media(min-width: 1024px) {
    .switcher__link {
        padding-left: 50px;
        padding-right: 50px
    }
}

.switcher__link.is-active {
    background: #101921;
    color: #fff
}

@media(min-width: 1024px) {

    .switcher__item,
    .switcher__list {
        width: auto
    }
}

.switcher.switcher--simple .switcher__list {
    display: inline-flex;
    gap: 20px;
    margin: 1rem 0 0;
    padding: 0 1rem 3rem 0;
    position: relative;
    width: 100%
}

@media(min-width: 1024px) {
    .switcher.switcher--simple .switcher__list {
        gap: 40px;
        width: auto
    }
}

.switcher.switcher--simple .switcher__link {
    border: none;
    color: var(--panel-font-color)
}

@media(min-width: 1024px) {
    .switcher.switcher--simple .switcher__link {
        padding-left: 0;
        padding-right: 0
    }
}

.switcher.switcher--simple .switcher__link.is-active {
    background: none;
    border: none;
    text-decoration: underline
}

.switcher.switcher--simple .switcher__link:active,
.switcher.switcher--simple .switcher__link:focus,
.switcher.switcher--simple .switcher__link:hover {
    border: none;
    text-decoration: underline
}

@keyframes flash {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}