@charset "UTF-8";

.wowo {
    visibility: hidden
}

.wowo.animated {
    animation-duration: .8s;
    visibility: visible;
    animation-fill-mode: both
}

.modal .wowo {
    visibility: visible
}

.modal .wowo.animated {
    animation: none !important
}

section.wowo .wowo,
section.wowo .animated,
section.animated .wowo,
section.animated .animated {
    visibility: visible;
    animation: none !important
}

.delay-in-1 {
    animation-delay: .1s
}

.delay-in-2 {
    animation-delay: .2s
}

.delay-in-3 {
    animation-delay: calc(3 / 10 * 1s)
}

.delay-in-4 {
    animation-delay: .4s
}

.delay-in-5 {
    animation-delay: .5s
}

.delay-in-6 {
    animation-delay: calc(6 / 10 * 1s)
}

.delay-in-7 {
    animation-delay: calc(7 / 10 * 1s)
}

.delay-in-8 {
    animation-delay: .8s
}

.delay-in-9 {
    animation-delay: .9s
}

.delay-in-10 {
    animation-delay: 1s
}

.delay-in-11 {
    animation-delay: 1.1s
}

.delay-in-12 {
    animation-delay: calc(12 / 10 * 1s)
}

.delay-in-13 {
    animation-delay: 1.3s
}

.delay-in-14 {
    animation-delay: calc(14 / 10 * 1s)
}

.delay-in-15 {
    animation-delay: 1.5s
}

.delay-in-16 {
    animation-delay: 1.6s
}

.delay-in-17 {
    animation-delay: calc(17 / 10 * 1s)
}

.delay-in-18 {
    animation-delay: 1.8s
}

.delay-in-19 {
    animation-delay: calc(19 / 10 * 1s)
}

.delay-in-20 {
    animation-delay: 2s
}

.delay-in-21 {
    animation-delay: 2.1s
}

.delay-in-22 {
    animation-delay: 2.2s
}

.delay-in-23 {
    animation-delay: calc(23 / 10 * 1s)
}

.delay-in-24 {
    animation-delay: calc(24 / 10 * 1s)
}

.delay-in-25 {
    animation-delay: 2.5s
}

.delay-in-26 {
    animation-delay: 2.6s
}

.delay-in-27 {
    animation-delay: 2.7s
}

.delay-in-28 {
    animation-delay: calc(28 / 10 * 1s)
}

.delay-in-29 {
    animation-delay: calc(29 / 10 * 1s)
}

.delay-in-30 {
    animation-delay: 3s
}

.widthFull.animated {
    animation-name: width-full
}

.fadeIn.animated {
    animation-name: fade-in
}

.fadeInUp.animated {
    animation-name: fade-in-up
}

.fadeInLeft.animated {
    animation-name: fade-in-left
}

.fadeInLeftBig.animated {
    animation-name: fade-in-left-big
}

.fadeInRight.animated {
    animation-name: fade-in-right
}

.fadeInRightBig.animated {
    animation-name: fade-in-right-big
}

.zoomOut.animated {
    animation-name: zoom-out
}

.loading.animated {
    animation-name: loading
}

@keyframes width-full {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fade-in-left-big {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fade-in-right-big {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes zoom-out {
    0% {
        opacity: 0;
        transform: scale(1.08)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.bg-white {
    background-color: #fff !important
}

.text-white {
    color: #fff !important
}

.bg-black {
    background-color: #000 !important
}

.text-black {
    color: #000 !important
}

.bg-navy {
    background-color: #00305e !important
}

.text-navy {
    color: #00305e !important
}

.bg-green {
    background-color: #274e37 !important
}

.text-green {
    color: #274e37 !important
}

.bg-coolgrey {
    background-color: #a2a6ad !important
}

.text-coolgrey {
    color: #a2a6ad !important
}

.bg-blue {
    background-color: #0074b9 !important
}

.text-blue {
    color: #0074b9 !important
}

.bg-lightgreen {
    background-color: #d0eae7 !important
}

.text-lightgreen {
    color: #d0eae7 !important
}

.bg-yellow {
    background-color: #fec10d !important
}

.text-yellow {
    color: #fec10d !important
}

.bg-orange {
    background-color: #f37720 !important
}

.text-orange {
    color: #f37720 !important
}

.bg-lightnavy {
    background-color: #00305e0f !important
}

.text-lightnavy {
    color: #00305e0f !important
}

.bg-heading {
    background-color: #1f2937 !important
}

.text-heading {
    color: #1f2937 !important
}

.bg-grey200 {
    background-color: #e5e7eb !important
}

.text-grey200 {
    color: #e5e7eb !important
}

.bg-grey700 {
    background-color: #374151 !important
}

.text-grey700 {
    color: #374151 !important
}

.redactor-box .redactor-styles h1,
.redactor-box .redactor-styles .redactor-dropdown-h1,
.redactor-dropdown h1,
.redactor-dropdown .redactor-dropdown-h1,
.redactor-box .redactor-styles h2,
.redactor-box .redactor-styles .redactor-dropdown-h2,
.redactor-dropdown h2,
.redactor-dropdown .redactor-dropdown-h2,
.redactor-box .redactor-styles h3,
.redactor-box .redactor-styles .redactor-dropdown-h3,
.redactor-dropdown h3,
.redactor-dropdown .redactor-dropdown-h3,
.redactor-box .redactor-styles h4,
.redactor-box .redactor-styles .redactor-dropdown-h4,
.redactor-dropdown h4,
.redactor-dropdown .redactor-dropdown-h4,
.redactor-box .redactor-styles h5,
.redactor-box .redactor-styles .redactor-dropdown-h5,
.redactor-dropdown h5,
.redactor-dropdown .redactor-dropdown-h5,
.redactor-box .redactor-styles h6,
.redactor-box .redactor-styles .redactor-dropdown-h6,
.redactor-dropdown h6,
.redactor-dropdown .redactor-dropdown-h6 {
    color: #1f2937
}

.redactor-styles .has-text-centered {
    text-align: center
}

.redactor-styles .has-text-left {
    text-align: left
}

.redactor-styles .has-text-right {
    text-align: right
}

.redactor-styles .has-text-justified {
    text-align: justify
}

.sidebar nav li a[href$="utilities/find-replace"],
.sidebar nav li a[href$="utilities/migrations"],
.sidebar nav li a[href$="utilities/db-backup"],
.sidebar nav li a[href$="utilities/deprecation-errors"],
.sidebar nav li a[href$="utilities/clear-caches"],
.sidebar nav li a[href$="utilities/queue-manager"],
.sidebar nav li a[href$="utilities/asset-indexes"],
.sidebar nav li a[href$="utilities/system-messages"],
.sidebar nav li a[href$="utilities/php-info"],
.sidebar nav li a[href$="utilities/project-config"],
.sidebar nav li a[href$="utilities/system-report"],
.sidebar nav li a[href$="utilities/updates"] {
    display: none
}

#nav-utilities .badge {
    display: none
}

.image-right {
    display: flex;
    margin-left: auto;
    justify-content: flex-end
}

.image-center {
    display: flex;
    margin: 0 auto;
    justify-content: center
}

.image-left {
    display: flex;
    margin-right: auto;
    justify-content: flex-start
}

.redactor-styles ol ol li,
.redactor-styles ol ol ol li {
    list-style-type: decimal !important
}

.redactor-box .redactor-styles figure.image-center.redactor-component {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: auto
}

.redactor-box .redactor-styles figure.image-right.redactor-component {
    float: right;
    margin-left: 16px
}

.redactor-box .redactor-styles figure.image-left.redactor-component {
    float: left;
    margin-right: 16px
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
    padding: 0 20px;
    max-width: 780px
}

@media screen and (min-width: 1024px) {
    .container {
        padding: 0;
        max-width: 980px
    }

    .container.is-fluid {
        max-width: none
    }

    .container.is-max-tablet {
        max-width: 780px
    }
}

@media screen and (min-width: 1244px) {
    .container {
        max-width: 1180px
    }

    .container.is-max-desktop {
        max-width: 980px
    }

    .container.is-fluid {
        max-width: none
    }
}

@media screen and (min-width: 1408px) {
    .container {
        max-width: 1354px
    }

    .container.is-max-widescreen {
        max-width: 1180px
    }

    .container.is-fluid {
        max-width: none
    }
}

.is-block {
    display: block !important
}

@media screen and (max-width: 767px) {
    .is-block-mobile {
        display: block !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width: 1244px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width: 1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: flex !important
}

@media screen and (max-width: 767px) {
    .is-flex-mobile {
        display: flex !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-flex-tablet {
        display: flex !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: flex !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-flex-desktop-only {
        display: flex !important
    }
}

@media screen and (min-width: 1244px) {
    .is-flex-widescreen {
        display: flex !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-flex-widescreen-only {
        display: flex !important
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width: 767px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width: 1244px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width: 767px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width: 1244px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: inline-flex !important
}

@media screen and (max-width: 767px) {
    .is-inline-flex-mobile {
        display: inline-flex !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-inline-flex-tablet {
        display: inline-flex !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1244px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

@media screen and (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width: 1244px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width: 1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width: 767px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media screen and (min-width: 768px),
print {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1243px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1244px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1244px) and (max-width: 1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width: 1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: inherit
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow: hidden scroll;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block
}

body {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentcolor
}

hr {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    font-weight: 700
}

fieldset {
    border: none
}

table {
    /* border-collapse: collapse;
    border-spacing: 0 COMMENTED OUT BY PENTERA */
}

table td,
table th {
    vertical-align: top
}

table td:not([align]),
table th:not([align]) {
    text-align: inherit
}

.navbar-burger {
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentcolor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0
}

.navbar-burger span {
    background-color: currentcolor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: #0000000d
}

.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg)
}

.navbar {
    position: relative
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    width: 100%
}

.navbar-brand,
.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-menu {
    display: none
}

.navbar-item,
.navbar-link {
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

.navbar-item.has-dropdown {
    padding: 0
}

.navbar-item.is-expanded,
.navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media screen and (max-width: 1023px) {
    .navbar>.container {
        display: block
    }

    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link:after {
        display: none
    }

    .navbar-menu {
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }
}

@media screen and (min-width: 1024px) {

    .navbar,
    .navbar-menu,
    .navbar-start,
    .navbar-end {
        align-items: stretch;
        display: flex
    }

    .navbar-item,
    .navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-item.has-dropdown {
        align-items: stretch
    }

    .navbar-item.has-dropdown-up .navbar-link:after {
        transform: rotate(135deg) translate(.25em, -.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-top: none;
        bottom: 100%;
        top: auto
    }

    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-active .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start {
        justify-content: flex-start
    }

    .navbar-end {
        justify-content: flex-end
    }

    .navbar-dropdown {
        display: none;
        font-size: .875rem;
        min-width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9
    }

    .navbar-dropdown .navbar-item {
        padding: .375rem 1rem;
        white-space: nowrap
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0
    }

    .navbar-divider {
        display: block
    }
}

.breadcrumb {
    white-space: nowrap
}

.breadcrumb a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 .75em
}

.breadcrumb li {
    align-items: center;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li.is-active a {
    cursor: default;
    pointer-events: none
}

.breadcrumb li+li:before {
    color: #333;
    content: "/"
}

.breadcrumb ul,
.breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
    justify-content: center
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
    justify-content: flex-end
}

.breadcrumb.has-arrow-separator li+li:before {
    content: "→"
}

.breadcrumb.has-bullet-separator li+li:before {
    content: "•"
}

.breadcrumb.has-dot-separator li+li:before {
    content: "·"
}

.breadcrumb.has-succeeds-separator li+li:before {
    content: "≻"
}

.table {
    background-color: transparent;
    color: #333
}

.table td,
.table th {
    border: 1px solid #f5f5f5;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.table th {
    color: #333
}

.table th:not([align]) {
    text-align: left
}

.table thead {
    background-color: transparent
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: #333
}

.table tfoot {
    background-color: transparent
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #333
}

.table tbody {
    background-color: transparent
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0
}

.table.is-bordered td,
.table.is-bordered th {
    border-width: 1px
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
    border-bottom-width: 1px
}

.table.is-fullwidth {
    width: 100%
}

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.pagination,
.pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px) calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-previous:focus,
.pagination-previous.is-focused,
.pagination-previous:active,
.pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
    outline: none
}

.pagination-previous[disabled],
fieldset[disabled] .pagination-previous,
.pagination-next[disabled],
fieldset[disabled] .pagination-next,
.pagination-link[disabled],
fieldset[disabled] .pagination-link,
.pagination-ellipsis[disabled],
fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed
}

.pagination-previous,
.pagination-next,
.pagination-link {
    border-color: #f5f5f5;
    color: #333;
    min-width: 2.5em
}

.pagination-previous[disabled],
.pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
    box-shadow: none;
    opacity: .5
}

.pagination-previous,
.pagination-next {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    flex-wrap: wrap
}

.pagination-list li {
    list-style: none
}

@media screen and (max-width: 767px) {
    .pagination {
        flex-wrap: wrap
    }

    .pagination-previous,
    .pagination-next,
    .pagination-list li {
        flex-grow: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width: 768px),
print {
    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .pagination-previous,
    .pagination-next,
    .pagination-link,
    .pagination-ellipsis {
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination-link {
        cursor: pointer
    }

    .pagination-link.is-current {
        color: #fff
    }

    .pagination-previous {
        order: 2
    }

    .pagination-next {
        order: 3
    }

    .pagination {
        justify-content: space-between;
        margin-bottom: 0;
        margin-top: 0
    }

    .pagination.is-centered .pagination-previous {
        order: 1
    }

    .pagination.is-centered .pagination-list {
        justify-content: center;
        order: 2
    }

    .pagination.is-centered .pagination-next {
        order: 3
    }

    .pagination.is-right .pagination-previous {
        order: 1
    }

    .pagination.is-right .pagination-next {
        order: 2
    }

    .pagination.is-right .pagination-list {
        justify-content: flex-end;
        order: 3
    }
}

.modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.modal.is-active {
    display: flex
}

.modal-background {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #000000db
}

.modal-content,
.modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width: 768px) {

    .modal-content,
    .modal-card {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0003;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    background: none;
    height: 40px;
    position: fixed;
    left: 20px;
    top: 20px;
    width: 40px
}

.modal-close:before,
.modal-close:after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.modal-close:before {
    height: 2px;
    width: 50%
}

.modal-close:after {
    height: 50%;
    width: 2px
}

.modal-close:hover,
.modal-close:focus {
    background-color: #0000004d
}

.modal-close:active {
    background-color: #0006
}

.modal-close.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.modal-close.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.modal-close.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-head,
.modal-card-foot {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #333;
    flex-grow: 1;
    flex-shrink: 0
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #f5f5f5
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

html,
body,
button,
input,
select,
textarea,
p,
li {
    font-family: effra, sans-serif
}

body,
html {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #374151
}

.text>*:first-child {
    margin-top: 0 !important
}

.text>*:last-child {
    margin-bottom: 0 !important
}

.has-dark-bg .text *:not(a.btn),
.text.has-dark-bg *:not(a.btn) {
    color: #fff
}

.custom-component h1,
.custom-component .is-h1,
.custom-component h2,
.custom-component .is-h2,
.custom-component h3,
.custom-component .is-h3,
.custom-component h4,
.custom-component .is-h4,
.custom-component h5,
.custom-component .is-h5,
.custom-component h6,
.custom-component .is-h6 {
    font-family: effra, sans-serif;
    font-weight: 500;
    color: #00305e;
    transition: color .3s;
    margin-bottom: 24px
}

.custom-component h1 strong,
.custom-component .is-h1 strong,
.custom-component h2 strong,
.custom-component .is-h2 strong,
.custom-component h3 strong,
.custom-component .is-h3 strong,
.custom-component h4 strong,
.custom-component .is-h4 strong,
.custom-component h5 strong,
.custom-component .is-h5 strong,
.custom-component h6 strong,
.custom-component .is-h6 strong {
    font-weight: 900
}

.custom-component h1 {
    font-size: 60px;
    line-height: 72px
}

.custom-component h2 {
    font-size: 48px;
    line-height: 60px
}

.custom-component h3 {
    font-size: 36px;
    line-height: 40px
}

.custom-component h4 {
    font-size: 30px;
    line-height: 36px
}

.custom-component h5 {
    font-size: 24px;
    line-height: 32px
}

.custom-component h6 {
    font-size: 20px;
    line-height: 28px
}

.custom-component p,
.custom-component li,
.custom-component .is-p {
    font-size: 16px;
    line-height: 22px
}

.custom-component p {
    margin-bottom: 18px
}

.custom-component p a {
    font-weight: 500
}

.custom-component span {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.custom-component .is-lead {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500
}

.custom-component .is-tag {
    display: block;
    color: #00305e;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.custom-component .is-tag+* {
    margin-top: 0
}

.custom-component .is-label {
    display: inline-block;
    padding: 1px 5.5px;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #00305e !important;
    background-color: #fec10d;
    text-transform: uppercase
}

.custom-component a:not([class]) {
    color: #00305e;
    text-decoration: underline
}

@media screen and (min-width: 1024px) {
    .custom-component a:not([class]):hover {
        color: #0074b9
    }
}

.custom-component .text ul,
.custom-component .text ol {
    counter-reset: list-counter;
    list-style-type: none;
    margin-bottom: 26px
}

.custom-component .text ul li,
.custom-component .text ol li {
    position: relative;
    padding-left: 24px
}

.custom-component .text ul li:not(:last-child),
.custom-component .text ol li:not(:last-child) {
    margin-bottom: 4px
}

@media screen and (max-width: 767px) {

    .custom-component .text ul li,
    .custom-component .text ol li {
        padding-left: 22px
    }
}

.custom-component .text ul ul,
.custom-component .text ul ol,
.custom-component .text ol ul,
.custom-component .text ol ol {
    margin: 4px 0 0;
    counter-reset: list-counter;
    list-style: none
}

.custom-component .text ul>li:before {
    content: "";
    counter-increment: none;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #00305e;
    left: 10px;
    top: 10px;
    transform: translateY(-50%)
}

.custom-component .text ol>li:before {
    content: counter(list-counter) ". ";
    counter-increment: list-counter;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    color: #00305e;
    width: 24px;
    text-align: center
}

.custom-component .text p strong,
.custom-component .text p b,
.custom-component .text li strong,
.custom-component .text li b {
    font-weight: 500
}

a {
    transition: all .3s
}

a svg * {
    transition: none
}

a.item {
    display: block
}

#page-container {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: clip;
    transition: margin-top .3s
}

body.menu-open #page-container,
#page-container #ds-vue-wrapper {
    margin-top: 0 !important
}

body .container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 780px
}

@media screen and (min-width: 1024px) {
    body .container {
        padding: 0;
        max-width: 980px
    }

    body .container.is-fluid {
        max-width: none
    }

    body .container.is-max-tablet {
        max-width: 780px
    }
}

@media screen and (min-width: 1244px) {
    body .container {
        max-width: 1180px
    }

    body .container.is-max-desktop {
        max-width: 980px
    }

    body .container.is-fluid {
        max-width: none
    }
}

@media screen and (min-width: 1408px) {
    body .container {
        max-width: 1354px
    }

    body .container.is-max-widescreen {
        max-width: 1180px
    }

    body .container.is-fluid {
        max-width: none
    }
}

@media screen and (max-width: 1023px) {
    body .container {
        padding: 0 42px
    }
}

@media screen and (max-width: 767px) {
    body .container {
        padding: 0 20px
    }
}

body .container .container {
    max-width: unset !important;
    padding: 0 !important
}

.until-desktop {
    display: block !important
}

@media screen and (min-width: 1024px) {
    .until-desktop {
        display: none !important
    }
}

.desktop-only {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .desktop-only {
        display: block !important
    }
}

.until-tablet {
    display: block !important
}

@media screen and (min-width: 768px),
print {
    .until-tablet {
        display: none !important
    }
}

.tablet-only {
    display: none !important
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tablet-only {
        display: block !important
    }
}

.until-mobile {
    display: block !important
}

@media screen and (max-width: 767px) {
    .until-mobile {
        display: none !important
    }
}

.mobile-only {
    display: none !important
}

@media screen and (max-width: 767px) {
    .mobile-only {
        display: block !important
    }
}

.custom-component {
    position: relative;
    margin-bottom: 0;
    margin-top: 60px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-component {
        margin-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .custom-component {
        margin-top: 40px
    }
}

.custom-component.spacing-none {
    margin-top: 0
}

.custom-component.spacing-small {
    margin-top: 32px
}

.custom-component.spacing-medium {
    margin-top: 48px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-component.spacing-medium {
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .custom-component.spacing-medium {
        margin-top: 32px
    }
}

.custom-component.spacing-large {
    margin-top: 96px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .custom-component.spacing-large {
        margin-top: 60px
    }
}

@media screen and (max-width: 767px) {
    .custom-component.spacing-large {
        margin-top: 48px
    }
}

.custom-component.section-padding {
    --padding: 80px;
    padding-top: var(--padding);
    padding-bottom: var(--padding)
}

@media screen and (max-width: 767px) {
    .custom-component.section-padding {
        --padding: 64px
    }
}

[class*=article-].article>main {
    padding-top: 96px
}

@media screen and (max-width: 767px) {
    [class*=article-].article>main {
        padding-top: 80px
    }
}

footer {
    margin-top: 96px
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 80px
    }
}

.pre-footer~footer {
    margin-top: 0
}

html body {
    overflow: unset;
    background-color: #fff;
    position: unset !important;
    --gap: 24px
}

@media screen and (max-width: 767px) {
    html body {
        --gap: 16px
    }
}

input[type=submit],
input[type=radio],
input[type=checkbox] {
    cursor: pointer
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
textarea {
    text-align: left;
    transition: all .3s;
    margin: 0;
    width: 100%;
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #00305e
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=tel]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
textarea:focus-visible {
    outline: none;
    box-shadow: none
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #00305e !important;
    opacity: 1 !important
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
    color: #00305e !important;
    opacity: 1 !important
}

.custom-component {
    position: relative
}

.custom-component svg path {
    transition: all .3s
}

.text-center .img,
.text-center img {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1024px) {
    .text-hoz {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px
    }

    .text-hoz h1,
    .text-hoz .is-h1,
    .text-hoz h2,
    .text-hoz .is-h2,
    .text-hoz h3,
    .text-hoz .is-h3,
    .text-hoz h4,
    .text-hoz .is-h4,
    .text-hoz h5,
    .text-hoz .is-h5,
    .text-hoz h6,
    .text-hoz .is-h6 {
        margin: 0
    }
}

.img {
    overflow: hidden
}

.responsive-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.responsive-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center;
    transition: transform .3s
}

.bg-img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0
}

.bg-img * {
    height: 100%
}

.bg-img~* {
    position: relative;
    z-index: 5
}

.bg-img .responsive-img {
    padding-top: 0
}

button.close-button {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background-color: #fec10d;
    transition: all .3s;
    z-index: 1
}

.has-dark-bg button.close-button:not(:hover) {
    background-color: #fff
}

.has-dark-bg button.close-button span {
    background-color: #002e5f
}

@media screen and (min-width: 1024px) {
    button.close-button:hover {
        background-color: #0074b9
    }

    button.close-button:hover span {
        background-color: #fff
    }
}

button.close-button:before {
    display: none
}

button.close-button span {
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    background-color: #00305e;
    position: absolute;
    transform-origin: center;
    transition: all .3s
}

button.close-button span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg)
}

button.close-button span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg)
}

button.close-button span:nth-child(3) {
    display: none
}

.link-circle {
    position: relative;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #274e37
}

@media screen and (max-width: 767px) {
    .link-circle {
        font-size: 12px;
        line-height: 14px
    }
}

.link-circle svg {
    position: absolute;
    left: -10px;
    top: 50%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    width: calc(100% + 20px);
    height: auto;
    transform: translateY(-50%)
}

.link-circle svg path {
    transition: stroke-dashoffset .3s linear, opacity .3s;
    stroke-width: 1;
    opacity: 0;
    fill: none;
    stroke-linecap: round
}

.link-circle:hover svg path {
    stroke-dashoffset: 0
}

.selection {
    position: relative;
    z-index: 5
}

.selection.is-open .selection__title:after {
    transform: rotate(180deg);
    transition: all .2s
}

.selection__title:after {
    transform: rotate(0);
    transition: all .2s
}

.selection__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0
}

.sprig-component {
    position: relative
}

@keyframes explore {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(10px)
    }
}

.banner .video-holder {
    height: unset
}

@media screen and (min-width: 1024px) {
    .banner .content .text {
        margin-top: 108px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner .content .text {
        margin-top: 100px
    }
}

.banner--height-full .banner .content .text {
    margin-top: 0
}

.banner--height-normal .banner .content {
    gap: 10%
}

@media screen and (min-width: 1024px) {
    .banner--height-normal .banner .content {
        height: 494px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner--height-normal .banner .content {
        height: 486px
    }
}

@media screen and (max-width: 767px) {
    .banner--height-normal .banner .content {
        height: 464px
    }

    .banner--has-dark-bg .banner .content {
        gap: 9%
    }

    .banner--has-light-bg .banner .content {
        gap: 0%
    }

    .banner--has-light-bg .banner .content .text {
        margin-top: 28px
    }

    .banner--has-media .banner .content {
        gap: 10.8%
    }
}

.banner .content-box .content {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .banner--home .banner .content-box .content {
        align-items: flex-start
    }
}

.banner--height-full .banner .content-box .content {
    height: var(--height, 100vh);
    min-height: 700px
}

@media screen and (max-width: 767px) {
    .banner--height-full .banner .content-box .content {
        min-height: 400px
    }
}

.banner h1 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    letter-spacing: -.01em;
    vertical-align: middle;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .banner h1 {
        font-size: 70px;
        line-height: 99px;
        margin-top: 10px !important;
        margin-bottom: 26px
    }

    .banner--home .banner h1 {
        font-size: 120.15px;
        line-height: 118px
    }
}

@media screen and (max-width: 1023px) {
    .banner h1 {
        font-size: 48px;
        line-height: 68px
    }

    .banner--home .banner h1 {
        font-size: 88px;
        line-height: 124px
    }
}

@media screen and (max-width: 767px) {
    .banner h1 {
        font-size: 32px;
        line-height: 1.40625
    }

    .banner--home .banner h1 {
        font-size: 50px;
        line-height: 56px;
        width: 50%
    }

    .banner--home .banner h1 span {
        display: block
    }
}

.banner--has-media .banner h1 {
    color: #fec10d
}

.banner--has-light-bg .banner h1 {
    color: #00305e
}

.banner .button-group {
    gap: 30px
}

.banner .play-video-btn {
    margin: 0;
    transform: scale(.96)
}

.banner--has-media .bg-img.img {
    pointer-events: none;
    position: relative
}

.banner--has-media .bg-img.img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 1;
    transition: all .3s;
    background: linear-gradient(0deg, #0003, #0003), linear-gradient(0deg, #0000 56%, #0000004d), linear-gradient(180deg, #0000 67.2%, #00000080)
}

.banner--has-slick .banner {
    position: relative
}

.banner--has-slick .slick-bottom {
    position: absolute;
    z-index: 6;
    bottom: 62px;
    right: 130px
}

@media screen and (max-width: 1023px) {
    .banner--has-slick .slick-bottom {
        right: 50.6%;
        bottom: 60px;
        transform: translate(50%)
    }
}

@media screen and (max-width: 767px) {
    .banner--has-slick .slick-bottom {
        bottom: 20px
    }
}

.banner--has-slick .slick-bottom--circle .slick-arrow svg {
    color: #fff
}

.banner--has-slick .slick-custom-pagination {
    background-color: transparent;
    transform: translate(4px)
}

.banner--has-slick .slick-custom-pagination span {
    font-family: fields, sans-serif;
    font-weight: 600;
    letter-spacing: 5px
}

@media screen and (min-width: 768px),
print {
    .banner--has-slick .slick-custom-pagination span {
        font-size: 16px
    }
}

.banner--home .banner {
    position: relative;
    height: var(--height, 100vh);
    overflow: hidden
}

.banner--home .banner .bg-img~*:nth-child(2) {
    z-index: 6
}

.banner--home .banner .bg-img~*:nth-child(3) {
    z-index: 7
}

.banner--home .banner .bg-img~*:nth-child(4) {
    z-index: 8
}

.banner--home .banner .bg-img~*:nth-child(5) {
    z-index: 9
}

.banner--home .banner .bg-img~*:nth-child(6) {
    z-index: 10
}

.banner--home .content-box {
    position: absolute;
    width: 100%;
    will-change: transform
}

@media screen and (max-width: 767px) {
    .banner--home .anim-left [style="opacity: 0;"] {
        opacity: 1 !important
    }

    .banner--home .anim-right {
        display: none
    }
}

.banner--home .angle-block .bg-navy {
    width: 66%
}

@media screen and (min-width: 1441px) {
    .banner--home .angle-block .bg-navy {
        width: calc((100% - 1440px)/2 + 950px)
    }
}

@media screen and (max-width: 1023px) {
    .banner--home .angle-block .bg-navy {
        width: 79.6%
    }
}

@media screen and (max-width: 767px) {
    .banner--home .angle-block .bg-navy {
        width: 85%;
        transform: skew(13deg)
    }
}

@media screen and (min-width: 1024px) {
    .banner--home .text {
        margin-top: 8px;
        margin-left: 10px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner--home .text {
        margin-bottom: 52px;
        margin-right: 5px
    }
}

@media screen and (min-width: 1024px) {
    .banner--home .text .img {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .banner--home .text .img {
        display: none
    }
}

.banner--home .text .img img {
    height: 24px
}

@media screen and (max-width: 1023px) {
    .banner--home .text .img img {
        height: 17.4px
    }
}

@media screen and (max-width: 767px) {
    .banner--home .text h1 span {
        opacity: 1 !important
    }
}

.banner--home .scroll-box {
    position: absolute;
    left: 0;
    width: 100%
}

@media screen and (min-width: 1244px) {
    .banner--home .scroll-box {
        bottom: 84px
    }
}

@media screen and (max-width: 1243px) {
    .banner--home .scroll-box {
        bottom: 19.8%
    }
}

@media screen and (max-width: 767px) {
    .banner--home .scroll-box {
        bottom: 56px
    }
}

@media screen and (max-width: 1023px) {
    .banner--home .scroll-box .content {
        position: relative
    }
}

.banner--home .scroll-down {
    display: inline-flex;
    position: relative
}

@media screen and (min-width: 1244px) {
    .banner--home .scroll-down {
        left: -5px;
        transform: translate(-100%)
    }
}

@media screen and (max-width: 1243px) {
    .banner--home .scroll-down {
        left: 17px
    }
}

@media screen and (max-width: 767px) {
    .banner--home .scroll-down {
        left: 0
    }
}

.banner--home .scroll-down:hover span {
    color: #fec10d
}

.banner--home .scroll-down span {
    color: #fff;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    transform-origin: left center;
    left: 50%;
    transform: translateY(-50%) rotate(-90deg);
    top: -12px;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .banner--home .scroll-down span {
        top: -5px
    }
}

@media screen and (max-width: 767px) {
    .banner--home .scroll-down span {
        font-size: 12px;
        line-height: 20px
    }
}

.banner--home .scroll-down svg {
    animation: explore .75s infinite alternate;
    height: auto
}

@media screen and (max-width: 767px) {
    .banner--home .scroll-down svg {
        width: 16px;
        margin-left: 2px
    }
}

.banner--no {
    margin-top: var(--menu-height) !important
}

nav.breadcrumb {
    background-color: transparent;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    height: 82px
}

@media screen and (max-width: 767px) {
    nav.breadcrumb>ul {
        position: relative
    }

    nav.breadcrumb>ul>li.is-active {
        display: none
    }
}

nav.breadcrumb li+li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/breadcrumb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 6px
}

nav.breadcrumb ul {
    gap: 6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none
}

nav.breadcrumb ul li {
    margin: 0;
    padding: 0
}

nav.breadcrumb ul li a {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1f2937;
    padding: 8.5px 4px !important;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
    text-decoration: underline;
    text-underline-offset: 8px
}

@media screen and (max-width: 767px) {
    nav.breadcrumb ul li a {
        border: none
    }
}

nav.breadcrumb ul li a:not(:hover) {
    text-decoration-color: transparent !important
}

nav.breadcrumb ul li a:hover {
    text-decoration: underline !important;
    color: #1f2937 !important;
    text-decoration-color: #1f2937 !important
}

nav.breadcrumb ul li.is-open>a.is-open {
    background-color: #f1f1f1;
    border-bottom-color: #0074b9;
    text-decoration-color: transparent !important
}

@media screen and (max-width: 767px) {
    nav.breadcrumb ul li.has-sub {
        position: static
    }
}

nav.breadcrumb ul li.has-sub li+li:before {
    display: none
}

nav.breadcrumb ul li.has-sub>a {
    padding: 8.5px 13px !important;
    background-color: transparent
}

nav.breadcrumb ul li.has-sub>a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/breadcrumb-sub.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px
}

nav.breadcrumb ul li.has-sub ul {
    display: none;
    width: 247px;
    left: 21px;
    top: 100%;
    padding: 11px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 48, 94, .0588235294);
    box-shadow: 0 3px 11px #10182833
}

@media screen and (max-width: 767px) {
    nav.breadcrumb ul li.has-sub ul {
        left: 50%;
        transform: translate(-50%)
    }

    nav.breadcrumb ul li.has-sub ul:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #0074b9;
        position: absolute;
        left: 0;
        top: 0
    }
}

nav.breadcrumb ul li.has-sub ul li {
    width: 100%
}

nav.breadcrumb ul li.has-sub ul li:not(:first-child) {
    margin-top: 4px
}

@media screen and (max-width: 767px) {
    nav.breadcrumb ul li.has-sub ul li:not(:first-child) {
        margin-top: 6px
    }
}

nav.breadcrumb ul li.has-sub ul li.is-active a {
    background-color: #f1f1f1
}

nav.breadcrumb ul li.has-sub ul li a {
    color: #1f2937;
    width: 100%;
    background-color: transparent;
    padding: 5.5px 26px !important;
    justify-content: flex-start;
    text-decoration: none !important;
    transition: all .3s
}

nav.breadcrumb ul li.has-sub ul li a:hover {
    background-color: #f1f1f1
}

.button-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

.text-center .button-group,
.button-group.is-center {
    justify-content: center
}

@media screen and (max-width: 767px) {
    .button-group.is-center {
        flex-direction: column;
        align-items: center
    }
}

.button-group.is-right {
    justify-content: flex-end
}

@media screen and (min-width: 768px),
print {
    .button-group.is-right.is-vertical {
        align-items: flex-end
    }
}

@media screen and (max-width: 767px) {
    .button-group.is-right {
        flex-direction: column;
        align-items: center
    }
}

.button-group.is-vertical {
    flex-direction: column
}

.btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s
}

.btn-primary {
    padding: 14.5px 22px;
    color: #fff;
    background-color: #00305e
}

.btn-primary:hover {
    color: #00305e;
    background-color: #fec10d
}

.btn-primary.btn-blue {
    color: #fff;
    border-color: #0074b9;
    background-color: #0074b9
}

@media screen and (min-width: 1024px) {
    .btn-primary.btn-blue:hover {
        border-color: #00305e;
        background-color: #fec10d
    }
}

.btn-secondary.btn-blue:not(:hover),
.btn-tertiary.btn-blue:not(:hover) {
    color: #0074b9
}

.btn-primary.btn-navy {
    color: #fff;
    border-color: #00305e;
    background-color: #00305e
}

@media screen and (min-width: 1024px) {
    .btn-primary.btn-navy:hover {
        border-color: #00305e;
        background-color: #fec10d
    }
}

.btn-secondary.btn-navy:not(:hover),
.btn-tertiary.btn-navy:not(:hover) {
    color: #00305e
}

.btn-primary.btn-yellow {
    color: #00305e;
    border-color: #fec10d;
    background-color: #fec10d
}

@media screen and (min-width: 1024px) {
    .btn-primary.btn-yellow:hover {
        color: #00305e;
        border-color: #fff;
        background-color: #fff
    }
}

.btn-secondary.btn-yellow:not(:hover),
.btn-tertiary.btn-yellow:not(:hover) {
    color: #fec10d
}

.btn-primary.btn-white {
    color: #00305e;
    border-color: #fff;
    background-color: #fff
}

@media screen and (min-width: 1024px) {
    .btn-primary.btn-white:hover {
        border-color: #00305e;
        background-color: #fec10d
    }
}

.btn-secondary.btn-white:not(:hover),
.btn-tertiary.btn-white:not(:hover) {
    color: #fff
}

.btn-primary.btn-black {
    color: #fff;
    border-color: #000;
    background-color: #000
}

@media screen and (min-width: 1024px) {
    .btn-primary.btn-black:hover {
        border-color: #00305e;
        background-color: #fec10d
    }
}

.btn-secondary.btn-black:not(:hover),
.btn-tertiary.btn-black:not(:hover) {
    color: #000
}

.btn-secondary {
    color: #00305e
}

.btn-secondary svg {
    transform: translateZ(0);
    transition: transform .3s
}

.btn-secondary svg path {
    stroke: currentcolor
}

.btn-secondary:hover {
    color: #274e37
}

.btn-secondary:hover svg {
    transform: translate3d(5px, 0, 0)
}

.btn-tertiary {
    color: #00305e;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: transparent
}

.btn-tertiary:hover,
a.item:hover .btn-tertiary {
    color: #0074b9
}

@media screen and (min-width: 1024px) {

    .btn-tertiary:hover,
    a.item:hover .btn-tertiary {
        text-decoration-color: currentcolor
    }
}

div.btn {
    pointer-events: none
}

.entry-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    z-index: 9999;
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1)
}

.entry-screen.active {
    opacity: 1;
    visibility: visible
}

.entry-screen.is-top {
    transform: translateY(-100%)
}

.entry-screen .slick-list,
.entry-screen .slick-track {
    height: 100%
}

.entry-screen .es-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00305e
}

.entry-screen .es-overlay .es-overlay-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

.action-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.action-modal.active {
    visibility: visible;
    opacity: 1
}

.action-modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000080;
    transition: all .3s
}

.action-modal-content {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    padding: 10px 30px;
    max-height: 100%;
    overflow: auto
}

.action-modal-content .img {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: none
}

.action-modal-content .img .responsive-img {
    padding-top: 56.2820512821%
}

.action-modal-content .close-button {
    position: absolute;
    top: 26px;
    right: 45px
}

.alert-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out, visibility .3s;
    background-color: #00305e;
    padding-left: var(--spacing);
    padding-right: var(--spacing);
    --spacing: 130px
}

.alert-bar:not(.active) {
    display: none
}

.alert-bar.active {
    visibility: visible;
    opacity: 1
}

.alert-bar.delete {
    transition: max-height .3s
}

@media screen and (max-width: 1243px) {
    .alert-bar {
        --spacing: 60px
    }
}

@media screen and (max-width: 1023px) {
    .alert-bar {
        --spacing: 42px
    }
}

@media screen and (max-width: 767px) {
    .alert-bar {
        --spacing: 20px
    }
}

.alert-bar .close-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1)
}

.alert-bar .is-subtitle {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: none;
    margin-bottom: 8px
}

.alert-bar .is-desc {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff
}

.alert-bar .is-desc a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px
}

.alert-bar .is-desc a:not(:hover) {
    color: #fff
}

.alert-bar .content {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .alert-bar .content {
        padding-right: 70px
    }
}

@media screen and (max-width: 767px) {
    .alert-bar .content {
        padding-right: 30px
    }
}

.video-player:not(.keep-ratio, .container-size) {
    position: relative;
    width: 100%;
    height: 100%
}

.video-player:not(.keep-ratio, .container-size) .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%
}

.video-player:not(.keep-ratio, .container-size) .plyr__video-wrapper,
.video-player:not(.keep-ratio, .container-size) video {
    position: absolute;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.video-player:not(.keep-ratio, .container-size) .plyr__poster {
    background-size: cover
}

.video-player.container-size {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.video-player .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.video-player .video-poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 177.7777777778vh
}

.video-holder .video-sizer {
    width: 100%;
    padding-bottom: 56.25%
}

.video-modal .video-player {
    position: absolute;
    width: 150vh;
    max-width: 90%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%)
}

.slick {
    width: 100%
}

.slick:not(.slick-initialized) .slick-slide:not(:first-child),
.slick:not(.slick-initialized) .item:not(:first-child) {
    display: none
}

.slick.is-visible .slick-list {
    overflow: visible
}

.slick-list.draggable {
    cursor: grab
}

.slick .slick-track {
    display: flex
}

.slick .slick-track .slick-slide {
    height: unset
}

.slick .slick-slide>div {
    display: flex
}

.slick-bottom {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s;
    transition-delay: opacity 1s
}

.slick-bottom--square .slick-dots-wrapper {
    display: none
}

.slick-bottom--circle {
    margin-top: 30px;
    gap: 22px;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    .slick-bottom--circle {
        gap: 18px
    }
}

@media screen and (max-width: 767px) {
    .slick-bottom--circle {
        margin-top: 14px;
        gap: 8px
    }
}

.slick-initialized+.slick-bottom {
    opacity: 1
}

.slick-dots {
    position: relative;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.slick-dots-wrapper {
    flex: 1;
    max-width: 172px
}

@media screen and (max-width: 1023px) {
    .slick-dots-wrapper {
        max-width: 138.74px
    }
}

@media screen and (max-width: 767px) {
    .slick-dots-wrapper {
        max-width: 64.91px
    }
}

.slick-dots:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0074b933
}

.slick-dots:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--index) / var(--count) * 100%);
    height: 2px;
    border-radius: 0;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-color: #0074b9;
    z-index: 1;
    transition: all .2s
}

.slick-dots li {
    line-height: 0;
    font-size: 0;
    flex: 1;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.slick-dots li.slick-active button {
    width: 100%
}

.slick-dots li button {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .slick-dots li button {
        height: 6px;
        border-radius: 6px
    }
}

.slick-arrow {
    opacity: 1;
    transition: opacity .3s
}

.not-slick+.slick-bottom .slick-arrow {
    display: none
}

.slick-arrow-wrapper {
    display: flex
}

.slick-bottom--circle .slick-arrow-wrapper {
    gap: 10px
}

.slick-arrow-wrapper .slick-dots-wrapper {
    align-self: center
}

.slick-arrow:not(.slick-disabled) {
    opacity: 1
}

.slick-arrow.slick-disabled {
    opacity: .3;
    cursor: not-allowed
}

.slick-bottom--square .slick-arrow {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
    width: 42px;
    height: 38px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fec10d;
    background-color: #00305e;
    transition: background-color .3s
}

.slick-bottom--square .slick-arrow:not(.slick-disabled):hover {
    color: #00305e;
    background-color: #fec10d
}

.slick-bottom--square .slick-arrow svg path {
    stroke: currentcolor;
    transition: stroke .3s
}

.slick-bottom--circle .slick-arrow:not(.slick-disabled):hover {
    opacity: 1
}

.slick-bottom--circle .slick-arrow:not(.slick-disabled):hover svg {
    color: #fec10d
}

.slick-bottom--circle .slick-arrow svg {
    width: 33px;
    height: 34px;
    color: #00305e;
    transition: color .3s
}

@media screen and (max-width: 767px) {
    .slick-bottom--circle .slick-arrow svg {
        width: 20px;
        height: 20px
    }
}

.slick-bottom--circle .slick-arrow svg path {
    fill: currentcolor;
    transition: fill .3s
}

.slick-custom-pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #00305e;
    width: 53px
}

.slick-custom-pagination span {
    font-size: 14px;
    line-height: 14px;
    color: #fff
}

.slick-progress {
    display: none
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-cell {
    position: absolute;
    left: 0
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0
}

.flickity-button {
    position: absolute;
    background: #ffffffbf;
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentcolor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px;
    background: #33333340;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden
}

.flickity-rtl .flickity-page-dot {
    text-indent: 9999px
}

.flickity-page-dot:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-page-dot.is-selected {
    background: #333
}

.homepage h1,
.homepage .is-h1,
.homepage h2,
.homepage .is-h2,
.homepage h3,
.homepage .is-h3,
.homepage h4,
.homepage .is-h4,
.homepage h5,
.homepage .is-h5,
.homepage h6,
.homepage .is-h6 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #00305e
}

.homepage h1 span,
.homepage .is-h1 span,
.homepage h2 span,
.homepage .is-h2 span,
.homepage h3 span,
.homepage .is-h3 span,
.homepage h4 span,
.homepage .is-h4 span,
.homepage h5 span,
.homepage .is-h5 span,
.homepage h6 span,
.homepage .is-h6 span,
.homepage .has-dark-bg .text-intro h1,
.homepage .has-dark-bg .text-intro .is-h1,
.homepage .has-dark-bg .text-intro h2,
.homepage .has-dark-bg .text-intro .is-h2,
.homepage .has-dark-bg .text-intro h3,
.homepage .has-dark-bg .text-intro .is-h3,
.homepage .has-dark-bg .text-intro h4,
.homepage .has-dark-bg .text-intro .is-h4,
.homepage .has-dark-bg .text-intro h5,
.homepage .has-dark-bg .text-intro .is-h5,
.homepage .has-dark-bg .text-intro h6,
.homepage .has-dark-bg .text-intro .is-h6,
.homepage .has-dark-bg.text-intro h1,
.homepage .has-dark-bg.text-intro .is-h1,
.homepage .has-dark-bg.text-intro h2,
.homepage .has-dark-bg.text-intro .is-h2,
.homepage .has-dark-bg.text-intro h3,
.homepage .has-dark-bg.text-intro .is-h3,
.homepage .has-dark-bg.text-intro h4,
.homepage .has-dark-bg.text-intro .is-h4,
.homepage .has-dark-bg.text-intro h5,
.homepage .has-dark-bg.text-intro .is-h5,
.homepage .has-dark-bg.text-intro h6,
.homepage .has-dark-bg.text-intro .is-h6 {
    color: #0074b9
}

.homepage .has-dark-bg .text-intro h1 span,
.homepage .has-dark-bg .text-intro .is-h1 span,
.homepage .has-dark-bg .text-intro h2 span,
.homepage .has-dark-bg .text-intro .is-h2 span,
.homepage .has-dark-bg .text-intro h3 span,
.homepage .has-dark-bg .text-intro .is-h3 span,
.homepage .has-dark-bg .text-intro h4 span,
.homepage .has-dark-bg .text-intro .is-h4 span,
.homepage .has-dark-bg .text-intro h5 span,
.homepage .has-dark-bg .text-intro .is-h5 span,
.homepage .has-dark-bg .text-intro h6 span,
.homepage .has-dark-bg .text-intro .is-h6 span,
.homepage .has-dark-bg.text-intro h1 span,
.homepage .has-dark-bg.text-intro .is-h1 span,
.homepage .has-dark-bg.text-intro h2 span,
.homepage .has-dark-bg.text-intro .is-h2 span,
.homepage .has-dark-bg.text-intro h3 span,
.homepage .has-dark-bg.text-intro .is-h3 span,
.homepage .has-dark-bg.text-intro h4 span,
.homepage .has-dark-bg.text-intro .is-h4 span,
.homepage .has-dark-bg.text-intro h5 span,
.homepage .has-dark-bg.text-intro .is-h5 span,
.homepage .has-dark-bg.text-intro h6 span,
.homepage .has-dark-bg.text-intro .is-h6 span {
    color: #fec10d
}

.homepage h2 {
    font-size: 60px;
    line-height: 72px
}

@media screen and (max-width: 1023px) {
    .homepage h2 {
        font-size: 30px;
        line-height: 43px;
        letter-spacing: -.3px
    }
}

.homepage .outer-span {
    overflow: hidden;
    display: inline-flex;
    color: inherit !important
}

.homepage .outer-span span {
    display: inline-block;
    color: inherit !important
}

.homepage .custom-component {
    margin: 0
}

.homepage .custom-component p {
    font-size: 18px;
    line-height: 28px
}

@media screen and (max-width: 1023px) {
    .homepage .custom-component p {
        font-size: 14px;
        line-height: 17px
    }
}

.angle-block {
    pointer-events: none;
    overflow: hidden
}

.angle-block .bg-navy {
    transform-origin: left bottom;
    transform: skew(15.4deg)
}

#happening {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    z-index: 21;
    width: 64px;
    height: 261px;
    transition: transform .3s
}

@media screen and (min-width: 1024px) {
    body.enter-main #happening {
        transform: translateY(-50%) !important
    }
}

@media screen and (max-width: 767px) {
    #happening {
        width: 44px;
        height: 185px
    }
}

#happening .happening-button {
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 20px 33.5px
}

@media screen and (max-width: 767px) {
    #happening .happening-button {
        padding: 10px 14.5px;
        gap: 11px
    }
}

#happening .happening-button:hover .happening-icon svg {
    color: #00305e
}

#happening.is-active .happening-title:after {
    content: var(--close)
}

#happening .happening-title {
    display: block;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    #happening .happening-title {
        font-size: 12px
    }
}

#happening .happening-title:after {
    content: var(--open)
}

#happening .happening-icon svg {
    width: 24px;
    height: 24px;
    color: #fec10d;
    transition: all .3s
}

#happening .happening-icon svg [id^=“fill”]:not([fill=none]),
#happening .happening-icon svg [fill]:not([fill=none]) {
    fill: currentcolor
}

@media screen and (max-width: 767px) {
    #happening .happening-icon svg {
        width: 20px;
        height: 20px
    }
}

.happening {
    position: fixed;
    overflow: hidden;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translate(100%);
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), transform .8s cubic-bezier(.77, 0, .175, 1);
    opacity: 0
}

.happening.is-active {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), transform 1s cubic-bezier(.77, 0, .175, 1)
}

@media screen and (max-width: 1023px) {
    .happening {
        overflow: auto;
        overflow-x: hidden
    }
}

@media screen and (min-width: 1024px) {
    .happening {
        position: fixed;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 53px 15px 0
    }

    .happening>div {
        position: relative;
        z-index: 2
    }

    .happening .middle {
        flex: 1;
        overflow: auto
    }
}

@media screen and (max-width: 1023px) {
    .happening .angle-block {
        display: none
    }
}

.happening .angle-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skew(15.4deg);
    transform-origin: left top;
    position: absolute;
    top: 0;
    z-index: 1;
    left: calc((100% - 980px)/2 + 385px)
}

@media screen and (min-width: 1244px) {
    .happening .angle-block:before {
        left: calc((100% - 1180px)/2 + 385px)
    }
}

@media screen and (min-width: 1408px) {
    .happening .angle-block:before {
        left: calc((100% - 1440px)/2 + 440px)
    }
}

.happening .angle-block .bg-navy {
    width: 100%;
    transform: skew(0)
}

.happening .top {
    padding-bottom: 14px
}

@media screen and (max-width: 1023px) {
    .happening .top {
        background-color: #00305e;
        padding-top: 22px;
        padding-bottom: 26px
    }
}

@media screen and (max-width: 767px) {
    .happening .top {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 1024px) {
    .happening .top .content {
        padding-left: 4.2%
    }
}

.happening .top h2 {
    font-weight: 800;
    font-size: 72px;
    line-height: 102px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fec10d
}

@media screen and (max-width: 1023px) {
    .happening .top h2 {
        font-size: 48px;
        line-height: 68px;
        letter-spacing: -.5px
    }
}

@media screen and (max-width: 767px) {
    .happening .top h2 {
        font-size: 30px;
        line-height: 43px
    }
}

.happening .top h2 span {
    color: #0074b9
}

@media screen and (min-width: 1024px) {
    .happening .middle .content {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding-left: 4.2%;
        gap: 13.2%
    }

    .happening .middle .left {
        width: 37.0161290323%;
        max-width: 459px;
        margin-top: 4px
    }
}

@media screen and (max-width: 1023px) {
    .happening .middle .left {
        width: 100%;
        max-width: 616px;
        position: relative
    }

    .happening .middle .left:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #00305e;
        opacity: 1;
        transition: all .3s;
        width: 150vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .happening .middle .left * {
        z-index: 1
    }
}

@media screen and (min-width: 1024px) {
    .happening .middle .right {
        width: 44.435483871%;
        max-width: 551px
    }
}

@media screen and (max-width: 1023px) {
    .happening .middle .right {
        width: 100%;
        padding: 42px 0
    }
}

@media screen and (min-width: 1024px) {
    .happening .bottom {
        margin-top: auto
    }

    .happening .bottom .content {
        padding-right: 16px
    }
}

@media screen and (max-width: 1023px) {
    .happening .bottom {
        height: 0
    }
}

.happening .happening-social {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 36px
}

@media screen and (max-width: 1023px) {
    .happening .happening-social {
        padding-top: 0;
        padding-bottom: 55px;
        position: absolute;
        bottom: 0;
        right: 43px
    }
}

@media screen and (max-width: 767px) {
    .happening .happening-social {
        right: 20px
    }
}

.happening .happening-social .title {
    margin: 0 16px 0 0;
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    color: #274e37
}

@media screen and (max-width: 1023px) {
    .happening .happening-social .title {
        display: none
    }
}

.happening .happening-social ul {
    gap: 26px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .happening .happening-social ul {
        gap: 21px
    }
}

@media screen and (max-width: 767px) {
    .happening .happening-social ul {
        gap: 9px
    }
}

.happening .happening-social ul a {
    color: #274e37
}

.happening .happening-social ul a:hover {
    color: #fec10d
}

@media screen and (min-width: 1024px) {
    .happening .left .item .img .responsive-img {
        padding-top: 77.1241830065%
    }
}

@media screen and (max-width: 1023px) {
    .happening .left .item .img .responsive-img {
        padding: 0;
        height: 354px
    }
}

.happening .left .item .text {
    margin-top: 22px
}

@media screen and (max-width: 1023px) {
    .happening .left .item .text {
        padding-right: 30px
    }
}

.happening .left .item .text .is-label {
    margin-bottom: 14px
}

@media screen and (max-width: 767px) {
    .happening .left .item .text .is-label {
        margin-bottom: 11px
    }
}

.happening .left .item .text .is-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: .5px;
    text-transform: none;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .happening .left .item .text .is-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .2px;
        margin-bottom: 18px
    }
}

.happening .left .item .text .is-desc {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 1024px) {
    .happening .left .slick-dots-wrapper {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-top: -4px
    }
}

@media screen and (max-width: 1023px) {
    .happening .left .slick-dots-wrapper {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .happening .left .slick-dots-wrapper {
        flex: none;
        width: 100%;
        max-width: 100%
    }
}

.happening .left .slick-dots-wrapper .slick-dots:before {
    background-color: #ffffff1a
}

@media screen and (min-width: 1024px) {
    .happening .left .slick-bottom {
        gap: 28px;
        justify-content: flex-start
    }
}

@media screen and (max-width: 1023px) {
    .happening .left .slick-bottom {
        margin-top: 18px;
        gap: 64px;
        padding-bottom: 48px
    }
}

@media screen and (max-width: 767px) {
    .happening .left .slick-bottom {
        margin-top: 24px;
        gap: 22px;
        justify-content: flex-start;
        padding-bottom: 44px
    }
}

.happening .left .slick-bottom .slick-arrow-wrapper {
    gap: 25px
}

.happening .left .slick-bottom .slick-arrow.slick-disabled svg {
    color: #0074b9
}

.happening .left .slick-bottom .slick-arrow:not(:hover) svg {
    color: #0074b9
}

@media screen and (max-width: 767px) {
    .happening .left .slick-bottom .slick-arrow svg {
        width: 33px;
        height: 33px
    }
}

.happening .right .item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 15px;
    padding-right: 1px
}

.happening .right .item:hover .text .is-title {
    text-decoration-color: currentcolor
}

.happening .right .item+.item {
    border-top: 1px solid rgba(0, 37, 76, .2);
    padding-top: 15px
}

.happening .right .item .img {
    width: 178px
}

@media screen and (max-width: 767px) {
    .happening .right .item .img {
        width: 129px
    }
}

.happening .right .item .img .responsive-img {
    padding: 0;
    height: 100%
}

.happening .right .item .text {
    flex: 1;
    padding: 2px 0 16px
}

.happening .right .item .text .is-label {
    margin-bottom: 14px
}

@media screen and (max-width: 767px) {
    .happening .right .item .text .is-label {
        margin-bottom: 4px
    }
}

.happening .right .item .text .is-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: none;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 767px) {
    .happening .right .item .text .is-title {
        margin-bottom: 12px
    }
}

.happening .right .item .text .is-desc {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media screen and (max-width: 1023px) {
    .happening .right .item .text .is-desc {
        padding-right: 5%
    }
}

.happening .right>.btn {
    font-size: 12px;
    margin-top: 26px
}

@media screen and (max-width: 1023px) {
    .happening .right>.btn {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .happening .right>.btn {
        margin-top: 34px
    }
}

body.homepage .home-intro .content {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 767px) {
    body.homepage .home-intro .content {
        padding-top: 98px;
        padding-bottom: 65px
    }
}

body:not(.homepage) .home-intro h1,
body:not(.homepage) .home-intro .is-h1,
body:not(.homepage) .home-intro h2,
body:not(.homepage) .home-intro .is-h2,
body:not(.homepage) .home-intro h3,
body:not(.homepage) .home-intro .is-h3,
body:not(.homepage) .home-intro h4,
body:not(.homepage) .home-intro .is-h4,
body:not(.homepage) .home-intro h5,
body:not(.homepage) .home-intro .is-h5,
body:not(.homepage) .home-intro h6,
body:not(.homepage) .home-intro .is-h6 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #00305e
}

.home-intro h2 {
    position: relative;
    padding: 64px 0 16px;
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .home-intro h2 {
        padding: 70px 0 16px
    }
}

.home-intro h2 span {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    color: #00305e;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .home-intro h2 span {
        font-size: 48px;
        line-height: 100%
    }
}

.home-intro h2:before,
.home-intro h2:after {
    content: attr(data-text);
    font-size: 137.64px;
    line-height: 158.81px;
    letter-spacing: -.01em;
    color: #a2a6ad1a;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 5%);
    white-space: nowrap
}

@media screen and (max-width: 767px) {

    .home-intro h2:before,
    .home-intro h2:after {
        font-size: 68.26px;
        line-height: 78.76px;
        transform: translate(-50%, -22%)
    }
}

.home-intro h2:after {
    opacity: 0
}

.home-intro p {
    color: #1f2937;
    margin: 0 auto 24px
}

@media screen and (min-width: 768px),
print {
    .home-intro p {
        font-size: 18px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .home-intro p {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (min-width: 1024px) {
    .home-intro p {
        max-width: 95%
    }
}

body.homepage .journey .content {
    padding-top: 112px;
    padding-bottom: 105px
}

@media screen and (max-width: 1023px) {
    body.homepage .journey .content {
        padding-bottom: 157px;
        padding-top: 52px
    }
}

@media screen and (max-width: 767px) {
    body.homepage .journey .content {
        padding-bottom: 70px
    }
}

body:not(.homepage) .journey h1,
body:not(.homepage) .journey .is-h1,
body:not(.homepage) .journey h2,
body:not(.homepage) .journey .is-h2,
body:not(.homepage) .journey h3,
body:not(.homepage) .journey .is-h3,
body:not(.homepage) .journey h4,
body:not(.homepage) .journey .is-h4,
body:not(.homepage) .journey h5,
body:not(.homepage) .journey .is-h5,
body:not(.homepage) .journey h6,
body:not(.homepage) .journey .is-h6 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #00305e
}

body:not(.homepage) .journey h1 span,
body:not(.homepage) .journey .is-h1 span,
body:not(.homepage) .journey h2 span,
body:not(.homepage) .journey .is-h2 span,
body:not(.homepage) .journey h3 span,
body:not(.homepage) .journey .is-h3 span,
body:not(.homepage) .journey h4 span,
body:not(.homepage) .journey .is-h4 span,
body:not(.homepage) .journey h5 span,
body:not(.homepage) .journey .is-h5 span,
body:not(.homepage) .journey h6 span,
body:not(.homepage) .journey .is-h6 span {
    color: #0074b9
}

.journey .text-intro {
    margin-bottom: 48px
}

@media screen and (max-width: 1023px) {
    .journey .text-intro {
        text-align: center;
        max-width: 509px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 53px
    }
}

@media screen and (max-width: 767px) {
    .journey .text-intro {
        margin-bottom: 28px
    }
}

.journey .text-intro h2 {
    font-size: 60px;
    line-height: 72px
}

@media screen and (min-width: 1024px) {
    .journey .text-intro h2 {
        width: 46%
    }
}

@media screen and (max-width: 1023px) {
    .journey .text-intro h2 {
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 43px;
        letter-spacing: -.3px
    }
}

@media screen and (min-width: 1024px) {
    .journey .text-intro h2 span:not([class]) {
        display: block
    }
}

.journey .text-intro p {
    color: #1f2937
}

@media screen and (min-width: 1024px) {
    .journey .text-intro p {
        width: 51%;
        margin-top: 24px
    }
}

.hoz-accordion {
    overflow: hidden
}

.hoz-accordion .items {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .items {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        height: 612px;
        gap: 8.5px
    }

    .hoz-accordion .items.is-active .item .title-box {
        padding: 36px 3%
    }

    .hoz-accordion .items.is-active .item:not(.is-active) .icon-box {
        right: 16px
    }
}

.hoz-accordion .item {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        flex: 0 1 auto;
        transition: all .5s ease
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        transition: all .6s
    }

    .hoz-accordion .item:not(:last-child) {
        margin-bottom: 1px
    }
}

.hoz-accordion .item.is-active .img:before {
    opacity: 0
}

.hoz-accordion .item.is-active .img .responsive-img:before {
    opacity: .9
}

.hoz-accordion .item.is-active .icon-box svg:nth-child(1) {
    opacity: 0
}

.hoz-accordion .item.is-active .icon-box svg:nth-child(2) {
    opacity: 1
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item.is-active .content-box {
        min-height: 380px
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item.is-active .content-box {
        min-height: 261px
    }
}

.hoz-accordion .item.is-active .wrapper {
    grid-template-rows: 1fr
}

.hoz-accordion .item.is-active .wrapper .lower {
    transform: translate(0);
    opacity: 1
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item.is-active {
        width: 420px;
        flex-shrink: 0
    }

    .hoz-accordion .item.is-active .title-box {
        opacity: 0;
        z-index: -1
    }

    .hoz-accordion .item.is-active .text-hidden {
        opacity: 1;
        pointer-events: unset;
        z-index: 1
    }

    .hoz-accordion .item.is-active .text-hidden>div>* {
        transform: translate(0);
        transition: .6s ease;
        transition-delay: .6s;
        opacity: 1
    }
}

@media screen and (min-width: 1244px) {
    .hoz-accordion .item.is-active {
        width: 641px
    }
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item:not(.is-active):hover .icon-box svg {
        transform: scale(1.08)
    }
}

.hoz-accordion .item:not(.is-active) .icon-box {
    pointer-events: none
}

.hoz-accordion .item .content-box {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .content-box {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-end
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .content-box {
        min-height: 272px;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        align-items: flex-start;
        transition: min-height .3s
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .content-box {
        min-height: 167px
    }
}

.hoz-accordion .item .title-box {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .title-box {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 6px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        padding: 36px 6.6%;
        writing-mode: vertical-rl;
        transform: rotate(-180deg)
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .title-box {
        padding: 24px 22px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .title-box {
        padding: 15px;
        text-align: left
    }
}

.hoz-accordion .item .is-subtitle {
    display: block;
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .is-subtitle {
        font-size: 14px;
        margin-bottom: 3px;
        color: #d0eae7 !important
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .is-subtitle {
        margin-bottom: 8px
    }
}

.hoz-accordion .item .is-title {
    margin: 0;
    font-size: 36px;
    line-height: 51.12px;
    letter-spacing: -1px
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .is-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -.1px
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .is-title {
        font-size: 20px;
        line-height: 100%
    }
}

.hoz-accordion .item .icon-box {
    cursor: pointer;
    position: absolute;
    z-index: 5
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .icon-box {
        bottom: 36px;
        right: 30px
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .icon-box {
        top: 25px;
        right: 25px;
        transform: rotate(180deg)
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .icon-box {
        top: 16px;
        right: 16px
    }
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .icon-box:hover svg {
        transform: scale(1.08)
    }
}

.hoz-accordion .item .icon-box svg {
    display: block;
    transition: all .3s;
    width: 34px;
    height: 34px
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .icon-box svg {
        width: 20px;
        height: 20px
    }
}

.hoz-accordion .item .icon-box svg:nth-child(1) {
    opacity: 1
}

.hoz-accordion .item .icon-box svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.hoz-accordion .item .text-hidden {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .text-hidden {
        transition: all 0s;
        padding: 36px 36px 88px;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .hoz-accordion .item .text-hidden>div {
        overflow: hidden
    }

    .hoz-accordion .item .text-hidden>div>* {
        transform: translateY(80px);
        transition: 0s ease;
        transition-property: opacity, transform;
        opacity: 0
    }

    .hoz-accordion .item .text-hidden .is-subtitle {
        margin-bottom: 6px
    }

    .hoz-accordion .item .text-hidden .is-title {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .text-hidden {
        padding: 35px 15px;
        max-width: 410px
    }

    .hoz-accordion .item .text-hidden>div:not(.wrapper) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .text-hidden {
        padding: 16px 15px
    }
}

.hoz-accordion .item .text-hidden p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 14px
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .text-hidden p {
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .hoz-accordion .item .text-hidden p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 1023px) {
    .hoz-accordion .item .text-hidden .btn {
        font-size: 12px;
        line-height: 12px
    }
}

.hoz-accordion .item .wrapper {
    display: grid;
    justify-items: flex-start;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1) .01s;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .hoz-accordion .item .wrapper {
        max-width: 470px
    }
}

.hoz-accordion .item .wrapper .lower {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all .6s ease
}

.hoz-accordion .item .img {
    position: relative
}

.hoz-accordion .item .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .2;
    transition: all .3s
}

.hoz-accordion .item .img .responsive-img {
    position: relative
}

.hoz-accordion .item .img .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00305e;
    opacity: .4;
    transition: all .3s
}

.learning {
    position: relative
}

@media screen and (min-width: 1024px) {
    .learning {
        height: 100vh;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width: 1023px) {
    .learning .content {
        max-width: 550px;
        margin: 0 auto
    }

    .learning .content-box {
        padding-bottom: 94px
    }
}

@media screen and (max-width: 767px) {
    .learning .content-box {
        overflow: hidden;
        padding-bottom: 122px
    }
}

@media screen and (min-width: 1024px) {
    .learning .text-box {
        padding: 105px 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh
    }
}

.learning .text-box .text-intro {
    position: relative
}

@media screen and (min-width: 1024px) {
    .learning .text-box .text-intro {
        width: 47.7966101695%;
        transform: translate(-6px, -3px)
    }
}

@media screen and (max-width: 1023px) {
    .learning .text-box .text-intro {
        text-align: center;
        max-width: 432px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0 52px;
        opacity: 1 !important
    }
}

@media screen and (max-width: 767px) {
    .learning .text-box .text-intro {
        text-align: left;
        padding: 50px 0 37px
    }
}

@media screen and (min-width: 1024px) {
    .learning .text-box .text-intro h2 {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 1023px) {
    .learning .text-box .text-intro h2 {
        margin-bottom: 22px
    }
}

@media screen and (min-width: 1024px) {
    .learning .text-box .text-intro .btn {
        margin-top: 15px
    }
}

@media screen and (max-width: 1023px) {
    .learning .text-box .text-intro .btn {
        font-size: 12px;
        line-height: 12px;
        padding: 13px 15px
    }
}

.learning .text-box .watermark {
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41.6666666667%;
    max-width: 600px;
    transform: translate(-14%, 26%)
}

@media screen and (min-width: 768px),
print {
    .learning .text-box .watermark {
        width: 550px;
        transform: translate(-33%, 3%)
    }
}

@media screen and (max-width: 767px) {
    .learning .text-box .watermark {
        width: 354px;
        transform: translate(-39%, -6%)
    }
}

.learning .text-box .watermark img {
    width: 100%;
    opacity: .1
}

.learning .item .text {
    position: relative
}

@media screen and (min-width: 1024px) {
    .learning .item .text {
        padding: 25px 40px 25px 25px
    }
}

@media screen and (max-width: 1023px) {
    .learning .item .text {
        padding: 18px 18px 52px
    }
}

@media screen and (max-width: 767px) {
    .learning .item .text {
        padding: 18px 18px 45px
    }
}

@media screen and (min-width: 768px),
print {
    .learning .item .text:hover svg {
        transform: translate(5px)
    }
}

.learning .item .text h3 {
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -.4px;
    text-transform: none;
    margin-bottom: 12px
}

@media screen and (max-width: 1023px) {
    .learning .item .text h3 {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: .5px
    }
}

.learning .item .text p {
    font-size: 14px;
    line-height: 22px
}

@media screen and (max-width: 1023px) {
    .learning .item .text p {
        line-height: 17px
    }
}

@media screen and (min-width: 1024px) {
    .learning .item .text .btn {
        transform: scale(1.2)
    }
}

@media screen and (max-width: 1023px) {
    .learning .item .text .btn svg {
        width: 20px;
        height: 18px
    }
}

.learning .slick {
    margin-inline: -26px;
    width: calc(100% + 52px)
}

.learning .slick .slick-slide {
    margin: 0 26px;
    transition: all .3s
}

.learning .slick .slick-slide:not(.slick-current, .slick-clone-current) {
    opacity: .2
}

.learning .slick .slick-slide.slick-current,
.learning .slick .slick-slide.slick-clone-current {
    opacity: 1
}

.learning .slick .slick-slide:hover .text svg {
    transform: translate(5px)
}

.learning .slick .img .responsive-img {
    padding-top: 61.4545454545%
}

@media screen and (max-width: 767px) {
    .learning .slick .img .responsive-img {
        padding-top: 74.2857142857%
    }
}

.learning .slick-bottom {
    margin-top: 24px;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .learning .slick-bottom {
        margin-top: 16px
    }
}

.learning .slick-bottom .slick-dots-wrapper {
    max-width: 374px
}

@media screen and (max-width: 767px) {
    .learning .slick-bottom .slick-dots-wrapper {
        max-width: 145px
    }
}

.learning .slick-bottom .slick-dots:before {
    background-color: #fff3
}

.learning .slick-bottom .slick-dots:after {
    background-color: #fff
}

.learning .slick-bottom .slick-arrow {
    opacity: 1
}

.learning .slick-bottom .slick-arrow-wrapper {
    gap: 28px
}

@media screen and (max-width: 767px) {
    .learning .slick-bottom .slick-arrow-wrapper {
        gap: 14px
    }
}

.learning .slick-bottom .slick-arrow svg {
    color: #fec10d
}

.learning .items {
    padding: 105px 0 88px 50.8474576271%;
    display: flex;
    flex-flow: row nowrap
}

@media screen and (max-width: 1023px) {
    .learning .items {
        display: none
    }
}

.learning .items .item {
    position: relative
}

.learning .items .item+.item {
    margin-left: 170px
}

.learning .items .item .text {
    position: absolute
}

.learning .items .item.is-stacking .img:nth-child(1) {
    width: 457px;
    margin-left: 303px;
    margin-bottom: 22px
}

.learning .items .item.is-stacking .img:nth-child(1) .responsive-img {
    padding-top: 76.8052516411%
}

.learning .items .item.is-stacking .img:nth-child(2) {
    width: 447px
}

.learning .items .item.is-stacking .img:nth-child(2) .responsive-img {
    padding-top: 78.970917226%
}

.learning .items .item.is-stacking .text {
    width: 364px;
    right: 77px;
    top: 306px
}

.learning .items .item.is-single {
    padding-top: 63px
}

.learning .items .item.is-single .img:nth-child(1) {
    width: 556px;
    margin-right: 213px
}

.learning .items .item.is-single .img:nth-child(1) .responsive-img {
    padding-top: 122.1223021583%
}

.learning .items .item.is-single .text {
    width: 338px;
    right: 0;
    top: 152px
}

.learning .items .item.is-queue {
    display: flex;
    flex-flow: row nowrap
}

.learning .items .item.is-queue .img:nth-child(1) {
    width: 483px;
    margin-top: 147px
}

.learning .items .item.is-queue .img:nth-child(1) .responsive-img {
    padding-top: 116.3561076605%
}

.learning .items .item.is-queue .img:nth-child(2) {
    width: 410px;
    margin-top: 47px;
    margin-left: 40px
}

.learning .items .item.is-queue .img:nth-child(2) .responsive-img {
    padding-top: 124.6341463415%
}

.learning .items .item.is-queue .text {
    width: 367px;
    top: 44%;
    left: 56%;
    transform: translate(-50%)
}

@keyframes delay-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes delay-wrapper {
    0% {
        grid-template-rows: 0fr
    }

    to {
        grid-template-rows: 1fr
    }
}

@keyframes delay-lower {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

.community {
    padding-top: 140px
}

@media screen and (max-width: 1023px) {
    .community {
        padding-top: 82px
    }
}

@media screen and (max-width: 767px) {
    .community {
        padding-top: 33px
    }
}

@media screen and (min-width: 1024px) {
    .community .text-intro {
        max-width: 820px;
        margin: 0 auto 38px
    }
}

@media screen and (max-width: 1023px) {
    .community .text-intro {
        max-width: 550px;
        margin: 0 auto 40px
    }
}

@media screen and (min-width: 1024px) {
    .community .text-intro h2 {
        font-size: 62px;
        line-height: 70px;
        letter-spacing: -.1px;
        margin-bottom: 28px
    }

    .community .text-intro h2 span {
        display: block
    }

    .community .text-intro p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px
    }
}

@media screen and (max-width: 1023px) {
    .community .text-intro p {
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1024px) {
    .community .content-box .container {
        max-width: 100%;
        padding: 0
    }
}

.community .content-box .container .content {
    position: relative
}

@media screen and (min-width: 1024px) {
    .community .content-box .container .content {
        max-width: 1380px;
        padding: 0 100px;
        margin: 0 auto
    }

    .community .slick {
        width: calc(100% + 10px);
        margin-inline: -5px
    }
}

@media screen and (max-width: 1023px) {
    .community .slick {
        width: calc(100% + 20px);
        margin-inline: -10px
    }
}

.community .slick-bottom {
    position: static
}

@media screen and (min-width: 1024px) {
    .community .slick-bottom {
        gap: 0;
        padding: 0 16px;
        margin-top: 35px
    }
}

@media screen and (max-width: 1023px) {
    .community .slick-bottom {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .community .slick-bottom {
        margin-top: 23px
    }
}

.community .slick-bottom .slick-dots-wrapper {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .community .slick-bottom .slick-dots-wrapper {
        order: -1;
        margin-right: 7px
    }
}

@media screen and (min-width: 1024px) {
    .community .slick-bottom .slick-arrow {
        --spacing: 40px;
        position: absolute;
        z-index: 1;
        top: calc(50% - 15px);
        transform: translateY(-50%)
    }

    .community .slick-bottom .slick-arrow.slick-prev {
        left: var(--spacing)
    }

    .community .slick-bottom .slick-arrow.slick-next {
        right: var(--spacing)
    }
}

.community .slick-bottom .slick-arrow-wrapper {
    width: 100%
}

@media screen and (max-width: 1023px) {
    .community .slick-bottom .slick-arrow-wrapper {
        gap: 34px
    }
}

@media screen and (max-width: 767px) {
    .community .slick-bottom .slick-arrow-wrapper {
        gap: 13px
    }
}

.community .slick-slide {
    margin: 0 5px
}

@media screen and (max-width: 1023px) {
    .community .slick-slide {
        margin: 0 10px
    }
}

@media screen and (max-width: 767px) {

    .community .slick-slide.slick-current .text,
    .community .slick-slide.slick-clone-current .text {
        animation: delay-fade-in .3s ease-out 1s forwards
    }

    .community .slick-slide.slick-current .wrapper,
    .community .slick-slide.slick-clone-current .wrapper {
        animation: delay-wrapper .3s ease-out 1s forwards
    }

    .community .slick-slide.slick-current .wrapper .lower,
    .community .slick-slide.slick-clone-current .wrapper .lower {
        animation: delay-lower .3s ease-out 1s forwards
    }
}

.community .item {
    position: relative
}

.community .item>[class*=text] {
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s
}

.community .item *:not(.btn) {
    color: #fff
}

@media screen and (min-width: 768px),
print {

    .community .item:hover .open-video-modal svg,
    .community .item.is-active .open-video-modal svg {
        color: #d0eae7
    }

    .community .item:hover .open-video-modal svg path,
    .community .item.is-active .open-video-modal svg path {
        fill: #d0eae7
    }

    .community .item:hover .img,
    .community .item.is-active .img {
        position: relative
    }

    .community .item:hover .img:before,
    .community .item.is-active .img:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: #00305e;
        opacity: .8;
        transition: all .3s
    }

    .community .item:hover .img .responsive-img:before,
    .community .item.is-active .img .responsive-img:before {
        opacity: 0
    }

    .community .item:hover .text,
    .community .item.is-active .text {
        opacity: 1
    }

    .community .item:hover .wrapper,
    .community .item.is-active .wrapper {
        grid-template-rows: 1fr
    }

    .community .item:hover .wrapper .lower,
    .community .item.is-active .wrapper .lower {
        transform: translate(0);
        opacity: 1
    }
}

.community .item .wrapper {
    display: grid;
    justify-items: flex-start;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1) .01s;
    width: 100%
}

.community .item .wrapper .lower {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all .6s ease
}

.community .item .open-video-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.community .item .open-video-modal svg {
    width: 56px;
    height: 57px;
    color: transparent
}

@media screen and (min-width: 768px),
print {
    .community .item .open-video-modal svg {
        transition: color .3s
    }
}

.community .item .open-video-modal svg path {
    fill: transparent
}

@media screen and (min-width: 768px),
print {
    .community .item .open-video-modal svg path {
        transition: fill .3s
    }
}

.community .item .img {
    position: relative
}

.community .item .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00305e;
    opacity: 0;
    transition: all .3s
}

.community .item .img .responsive-img {
    background-color: #00305e;
    position: relative;
    height: 532px
}

.community .item .img .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 1;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .community .item .img .responsive-img {
        height: 408px
    }
}

@media screen and (max-width: 767px) {
    .community .item .img .responsive-img {
        height: unset;
        padding-top: 155.7142857143%
    }
}

.community .item .img .responsive-img:before {
    background: linear-gradient(180deg, #0000 30.17%, #000000b3)
}

.community .item .img .responsive-img img {
    opacity: .8
}

@media screen and (min-width: 1024px) {
    .community .item .text {
        padding: 36px
    }
}

@media screen and (max-width: 1023px) {
    .community .item .text {
        padding: 22px 16px 22px 22px
    }
}

@media screen and (max-width: 767px) {
    .community .item .text {
        padding: 22px 18px 18px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        align-items: flex-start;
        opacity: 0;
        background-color: #00305ecc
    }
}

.community .item .text .is-label {
    margin-bottom: 18px
}

@media screen and (max-width: 767px) {
    .community .item .text .is-label {
        margin-bottom: auto
    }
}

.community .item .text .is-title {
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 5px
}

.community .item .text .is-desc {
    font-family: fields, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.2px;
    margin-bottom: 36px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .community .item .text .is-desc {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .community .item .text .is-desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 34px
    }
}

.community .item .text .is-desc:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -18px
}

@media screen and (max-width: 1023px) {
    .community .item .text .is-desc:after {
        bottom: -20px
    }
}

@media screen and (max-width: 767px) {
    .community .item .text .is-desc:after {
        bottom: -17px
    }
}

.community .item .text .is-tag {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px
}

.fast-facts {
    max-width: 1440px;
    margin: 0 auto !important;
    overflow: hidden
}

@media screen and (min-width: 768px),
print {
    .fast-facts {
        padding-bottom: 36px
    }
}

.fast-facts .content {
    padding-top: 208px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative
}

.fast-facts .content:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 1;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .fast-facts .content {
        padding-top: 142px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content {
        margin-top: 78px;
        padding-top: 0
    }
}

.fast-facts .content:before {
    left: 80%
}

@media screen and (max-width: 767px) {
    .fast-facts .content:before {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .fast-facts .content .left {
        width: 61.2%;
        transform: translate(22px)
    }
}

@media screen and (max-width: 1023px) {
    .fast-facts .content .left {
        width: 57%;
        transform: translate(18px);
        margin-top: 8px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content .left {
        width: 100%;
        transform: translate(3%);
        margin-top: 0;
        position: relative
    }

    .fast-facts .content .left:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: #fff;
        opacity: 1;
        transition: all .3s;
        left: calc(100% - 8px)
    }
}

.fast-facts .content .left .slick-images {
    width: 546px;
    margin-left: auto;
    margin-right: 0
}

@media screen and (max-width: 1023px) {
    .fast-facts .content .left .slick-images {
        width: 337px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content .left .slick-images {
        width: 91.25%
    }
}

.fast-facts .content .left .slick-images .slick-slide {
    margin-left: 10px
}

@media screen and (max-width: 767px) {
    .fast-facts .content .left .slick-images .slick-slide {
        margin-left: 4px
    }
}

@media screen and (min-width: 768px),
print {
    .fast-facts .content .right {
        position: relative;
        z-index: 1
    }
}

@media screen and (min-width: 1024px) {
    .fast-facts .content .right {
        width: 38.8%;
        padding-left: 9px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width: 1023px) {
    .fast-facts .content .right {
        width: 43%;
        padding-left: 6%
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content .right {
        width: 100%;
        padding-left: 0
    }
}

.fast-facts .content .right .slick {
    max-width: 240px;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .fast-facts .content .right .slick {
        max-width: 230px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content .right .slick {
        max-width: 100%;
        width: 64%
    }

    .fast-facts .content .right .slick .slick-list {
        overflow: visible
    }

    .fast-facts .content .right .slick .slick-slide {
        transition: transform .3s
    }

    .fast-facts .content .right .slick .slick-slide.slick-current,
    .fast-facts .content .right .slick .slick-slide.slick-clone-current {
        transform: translate(0)
    }

    .fast-facts .content .right .slick .slick-slide.slick-current+.slick-slide,
    .fast-facts .content .right .slick .slick-slide.slick-clone-current+.slick-slide {
        transform: translate(-23%) !important
    }

    .fast-facts .content .right .slick .slick-slide:not(.slick-current, .slick-clone-current) {
        transform: translate(29%)
    }
}

@media screen and (min-width: 768px),
print {
    .fast-facts .content .right .slick-track {
        flex-direction: column;
        width: 100% !important;
        transform: none !important
    }
}

@media screen and (min-width: 1024px) {
    .fast-facts .content .right .slick-bottom {
        width: 243px;
        margin: 0 auto;
        position: absolute;
        left: calc(50% + 14px);
        bottom: 16px;
        transform: translate(-50%, 100%)
    }
}

@media screen and (max-width: 1023px) {
    .fast-facts .content .right .slick-bottom {
        margin-top: 20px;
        justify-content: center;
        gap: 22px
    }

    .fast-facts .content .right .slick-bottom .slick-dots-wrapper {
        max-width: 145px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .content .right .slick-bottom {
        position: absolute;
        top: 0;
        left: -10px;
        width: calc(100% + 20px);
        margin: 0;
        z-index: 1
    }

    .fast-facts .content .right .slick-bottom .slick-dots-wrapper {
        display: none
    }

    .fast-facts .content .right .slick-bottom .slick-arrow-wrapper {
        width: 100%;
        justify-content: space-between;
        padding-top: 39%
    }

    .fast-facts .content .right .slick-bottom .slick-arrow.slick-disabled {
        opacity: 1;
        cursor: pointer
    }
}

.fast-facts .content .right .slick-bottom .slick-arrow {
    display: block
}

.fast-facts .img {
    transform: skew(-4deg);
    position: relative
}

.fast-facts .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: .8;
    transition: all .3s
}

.fast-facts .img .responsive-img {
    transform-origin: left bottom;
    padding-top: 100%
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .fast-facts .img .responsive-img {
        padding-top: 122.9357798165%
    }
}

.fast-facts .img .responsive-img img {
    transform: scale(1.1) translate(-50%, -50%) skew(4deg);
    transform-origin: top center
}

.fast-facts .text {
    padding: 10px 0;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    .fast-facts .text {
        padding: 9px 0
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .text {
        text-align: center;
        padding: 30px 0
    }
}

.fast-facts .text:hover h3 {
    opacity: 1
}

.fast-facts .text h3 {
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #00305e;
    opacity: .2;
    margin: 0;
    transition: opacity .3s
}

@media screen and (max-width: 1023px) {
    .fast-facts .text h3 {
        font-size: 30px;
        line-height: 34.97px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .text h3 {
        font-size: 22px;
        line-height: 27.49px
    }
}

.fast-facts .text p {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #274e37;
    margin: 8px 0 0
}

@media screen and (max-width: 1023px) {
    .fast-facts .text p {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 767px) {
    .fast-facts .text p {
        font-size: 12px;
        line-height: 13.74px;
        letter-spacing: .69px;
        opacity: 0;
        transition: opacity .3s
    }
}

.fast-facts .slick-slide.slick-current .img,
.fast-facts .slick-slide.slick-clone-current .img {
    position: relative
}

.fast-facts .slick-slide.slick-current .img:before,
.fast-facts .slick-slide.slick-clone-current .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 0;
    transition: all .3s
}

@media screen and (min-width: 768px),
print {

    .fast-facts .slick-slide.slick-current .wrapper,
    .fast-facts .slick-slide.slick-clone-current .wrapper {
        grid-template-rows: 1fr
    }

    .fast-facts .slick-slide.slick-current .wrapper .lower,
    .fast-facts .slick-slide.slick-clone-current .wrapper .lower {
        transform: translate(0);
        opacity: 1
    }
}

.fast-facts .slick-slide.slick-current .text h3,
.fast-facts .slick-slide.slick-clone-current .text h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
    opacity: 1
}

@media screen and (max-width: 1023px) {

    .fast-facts .slick-slide.slick-current .text h3,
    .fast-facts .slick-slide.slick-clone-current .text h3 {
        font-size: 42px;
        line-height: 35px;
        letter-spacing: -.5px
    }
}

@media screen and (max-width: 767px) {

    .fast-facts .slick-slide.slick-current .text h3,
    .fast-facts .slick-slide.slick-clone-current .text h3 {
        font-size: 36px;
        line-height: 27.49px
    }

    .fast-facts .slick-slide.slick-current .text p,
    .fast-facts .slick-slide.slick-clone-current .text p {
        opacity: 1
    }
}

@media screen and (min-width: 768px),
print {
    .fast-facts .slick-slide .wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        justify-items: center;
        transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1) .01s;
        width: 100%
    }

    .fast-facts .slick-slide .wrapper .lower {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        transform: translateY(100%);
        opacity: 0;
        transition: all .6s ease
    }
}

.social-block {
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden;
    padding-top: 150px
}

@media screen and (max-width: 1023px) {
    .social-block {
        padding-top: 102px
    }
}

@media screen and (max-width: 767px) {
    .social-block {
        padding-top: 63px
    }
}

@media screen and (min-width: 1024px) {
    .social-block .text-intro {
        margin-left: -5px;
        margin-bottom: 27px
    }
}

@media screen and (max-width: 1023px) {
    .social-block .text-intro {
        margin-bottom: 31px
    }
}

.social-block .social-wrapper {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .social-block .social-wrapper {
        margin-left: -5px;
        padding-right: 25px
    }
}

@media screen and (max-width: 1023px) {
    .social-block .social-wrapper {
        width: calc(100% + 5px);
        margin-right: -5px
    }
}

@media screen and (max-width: 767px) {
    .social-block .social-wrapper {
        width: calc(100% + 2px);
        margin-right: -2px
    }
}

.social-block .slick-bottom {
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .social-block .slick-bottom {
        margin-top: 18px
    }

    .social-block .slick-bottom .btn {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.3px
    }
}

.social-block .slick-bottom .slick-arrow {
    display: block
}

@media screen and (max-width: 767px) {
    .social-block .slick-bottom .slick-arrow-wrapper {
        gap: 14px
    }
}

@media screen and (min-width: 1024px) {
    .social-block .slick-slide {
        margin-left: 10px
    }
}

@media screen and (max-width: 1023px) {
    .social-block .slick-slide {
        margin-right: 10px
    }
}

.social-block .item {
    position: relative
}

.social-block .item>[class*=text] {
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s
}

.social-block .item *:not(.btn) {
    color: #fff
}

.social-block .item:hover .img {
    position: relative
}

.social-block .item:hover .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00305e;
    opacity: 1;
    transition: all .3s
}

.social-block .item:hover .img .responsive-img:before {
    opacity: 0
}

.social-block .item:hover .text {
    padding: 13px 30px 13px 15px
}

.social-block .item:hover .wrapper {
    grid-template-rows: 1fr
}

.social-block .item:hover .wrapper .lower {
    transform: translate(0);
    opacity: 1
}

.social-block .item .img {
    position: relative
}

.social-block .item .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .3;
    transition: all .3s
}

.social-block .item .img .responsive-img {
    padding-top: 95.3395472703%;
    position: relative
}

.social-block .item .img .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 1;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .social-block .item .img .responsive-img {
        padding-top: 91.9117647059%
    }
}

.social-block .item .img .responsive-img:before {
    background: linear-gradient(180deg, #0000 62.43%, #00000080)
}

@media screen and (min-width: 1024px) {
    .social-block .item .text {
        width: calc(100% - 10px);
        padding: 18px 30px 18px 15px
    }
}

@media screen and (max-width: 1023px) {
    .social-block .item .text {
        width: 100%;
        max-width: 275px;
        padding: 14px 15px
    }
}

@media screen and (max-width: 767px) {
    .social-block .item .text {
        padding: 12px
    }
}

.social-block .item .text .is-date {
    font-family: effra, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fec10d;
    margin-bottom: 11px
}

@media screen and (max-width: 1023px) {
    .social-block .item .text .is-date {
        font-size: 14px;
        line-height: 16.09px;
        letter-spacing: .89px
    }
}

@media screen and (max-width: 767px) {
    .social-block .item .text .is-date {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-bottom: 2px
    }
}

.social-block .item .text .is-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: none;
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .social-block .item .text .is-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .45px
    }
}

@media screen and (max-width: 767px) {
    .social-block .item .text .is-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .5px
    }
}

.social-block .item .text .is-desc {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
    margin-bottom: 22px
}

@media screen and (max-width: 1023px) {
    .social-block .item .text .is-desc {
        font-size: 14px;
        line-height: 17px
    }
}

.social-block .item .text .btn *:not(.btn) {
    color: #fec10d
}

.social-block .item .text .btn svg {
    width: 26px;
    height: auto
}

@media screen and (max-width: 1023px) {
    .social-block .item .text .btn svg {
        width: 23px
    }
}

.social-block .item .wrapper {
    display: grid;
    justify-items: flex-start;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1) .01s;
    width: 100%
}

.social-block .item .wrapper .lower {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: all .6s ease
}

section.entry-year-calculator {
    text-align: left;
    isolation: isolate
}

section.entry-year-calculator .prep-calculator {
    position: relative;
    width: 100%;
    max-width: calc(50% - 10px)
}

@media screen and (max-width: 1023px) {
    section.entry-year-calculator .prep-calculator {
        max-width: 380px
    }
}

section.entry-year-calculator .picker-container {
    font-family: Inter, sans-serif
}

section.entry-year-calculator label {
    display: block;
    position: relative;
    font-family: Inter, sans-serif;
    color: #374151;
    font-size: 14px;
    line-height: 20px;
    font-weight: 650
}

section.entry-year-calculator label:after {
    content: "*";
    color: red;
    margin-left: 4px
}

section.entry-year-calculator .input-group.date {
    position: relative
}

section.entry-year-calculator .input-group.date input.form-control {
    margin-top: 6px;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 10px 42px 10px 14px;
    border: solid 1px #d1d5db;
    box-shadow: 0 1px 2px #1018280d;
    border-radius: 8px;
    background-color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    height: 44px;
    width: 100%;
    transition: all .3s
}

section.entry-year-calculator .input-group.date input.form-control::-moz-placeholder {
    opacity: 1 !important;
    color: #6b7280
}

section.entry-year-calculator .input-group.date input.form-control::placeholder {
    opacity: 1 !important;
    color: #6b7280
}

section.entry-year-calculator .input-group.date input.form-control:focus,
section.entry-year-calculator .input-group.date input.form-control:focus-visible {
    outline: none;
    border-color: #00305e
}

section.entry-year-calculator .input-group.date .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    pointer-events: none
}

section.entry-year-calculator .input-group.date .input-group-addon svg {
    display: block;
    width: 14px;
    height: auto;
    fill: currentcolor
}

section.entry-year-calculator .child-results {
    margin-top: 30px;
    width: 100%
}

.picker,
.picker-container {
    position: absolute;
    bottom: 70px
}

.datepicker {
    direction: ltr;
    padding: 20px 20px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px #0000002e
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td.day.active,
.datepicker table tr td.day.active:hover,
.datepicker table tr td.day.active.disabled,
.datepicker table tr td.day.active.disabled:hover,
.datepicker table tr td.day.today,
.datepicker table tr td.day.today:hover,
.datepicker table tr td.day.today.disabled,
.datepicker table tr td.day.today.disabled:hover {
    background-image: none !important;
    background-color: #00305e !important;
    color: #fff
}

.datepicker table tr td span.year:not(.focused, :hover),
.datepicker table tr td span.month:not(.focused, :hover),
.datepicker table tr td.day:not(.focused, :hover) {
    outline: solid 1px transparent;
    border: none
}

.datepicker table tr td span.year:hover,
.datepicker table tr td span.year.focused,
.datepicker table tr td span.month:hover,
.datepicker table tr td span.month.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    outline: solid 1px #00305e;
    border: none
}

.datepicker table tr td span:not(.focused, :hover) {
    border: solid 1px transparent
}

figure a {
    display: inline-block;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    figure.image {
        padding-top: 24px;
        margin-bottom: 1rem
    }
}

figure.image img {
    display: block
}

figure.image img:not([width]) {
    width: 100%
}

@media screen and (min-width: 1024px) {
    figure.image.image-style-align-left {
        float: left;
        margin-right: 20px
    }

    figure.image.image-style-align-right {
        float: right;
        margin-left: 20px
    }
}

figure.image.image-style-block-align-left img {
    margin-left: 0;
    margin-right: auto
}

figure.image.image-style-block-align-right img {
    margin-left: auto;
    margin-right: 0
}

figure.image.image-style-align-center img {
    margin-left: auto;
    margin-right: auto
}

figure.image figcaption {
    margin-top: 14px;
    font-size: 12px;
    line-height: 12px
}

.rich-text h1,
.rich-text .is-h1,
.rich-text h2,
.rich-text .is-h2,
.rich-text h3,
.rich-text .is-h3,
.rich-text h4,
.rich-text .is-h4,
.rich-text h5,
.rich-text .is-h5,
.rich-text h6,
.rich-text .is-h6,
.tabs-content h1,
.tabs-content .is-h1,
.tabs-content h2,
.tabs-content .is-h2,
.tabs-content h3,
.tabs-content .is-h3,
.tabs-content h4,
.tabs-content .is-h4,
.tabs-content h5,
.tabs-content .is-h5,
.tabs-content h6,
.tabs-content .is-h6,
.accordion-content h1,
.accordion-content .is-h1,
.accordion-content h2,
.accordion-content .is-h2,
.accordion-content h3,
.accordion-content .is-h3,
.accordion-content h4,
.accordion-content .is-h4,
.accordion-content h5,
.accordion-content .is-h5,
.accordion-content h6,
.accordion-content .is-h6 {
    color: #1f2937
}

.rich-text .is-h1,
.tabs-content .is-h1,
.accordion-content .is-h1 {
    font-size: 60px;
    line-height: 72px
}

.rich-text .is-h2,
.tabs-content .is-h2,
.accordion-content .is-h2 {
    font-size: 48px;
    line-height: 60px
}

.rich-text .is-h3,
.tabs-content .is-h3,
.accordion-content .is-h3 {
    font-size: 36px;
    line-height: 40px
}

.rich-text .is-h4,
.tabs-content .is-h4,
.accordion-content .is-h4 {
    font-size: 30px;
    line-height: 36px
}

.rich-text .is-h5,
.tabs-content .is-h5,
.accordion-content .is-h5 {
    font-size: 24px;
    line-height: 32px
}

.rich-text .is-h6,
.tabs-content .is-h6,
.accordion-content .is-h6 {
    font-size: 20px;
    line-height: 28px
}

@media screen and (max-width: 1023px) {

    .rich-text h1,
    .rich-text .is-h1,
    .tabs-content h1,
    .tabs-content .is-h1,
    .accordion-content h1,
    .accordion-content .is-h1 {
        font-size: 48px;
        line-height: 60px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h1,
    .rich-text .is-h1,
    .tabs-content h1,
    .tabs-content .is-h1,
    .accordion-content h1,
    .accordion-content .is-h1 {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width: 1023px) {

    .rich-text h2,
    .rich-text .is-h2,
    .tabs-content h2,
    .tabs-content .is-h2,
    .accordion-content h2,
    .accordion-content .is-h2 {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h2,
    .rich-text .is-h2,
    .tabs-content h2,
    .tabs-content .is-h2,
    .accordion-content h2,
    .accordion-content .is-h2 {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (max-width: 1023px) {

    .rich-text h3,
    .rich-text .is-h3,
    .tabs-content h3,
    .tabs-content .is-h3,
    .accordion-content h3,
    .accordion-content .is-h3 {
        font-size: 30px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h3,
    .rich-text .is-h3,
    .tabs-content h3,
    .tabs-content .is-h3,
    .accordion-content h3,
    .accordion-content .is-h3 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 1023px) {

    .rich-text h4,
    .rich-text .is-h4,
    .tabs-content h4,
    .tabs-content .is-h4,
    .accordion-content h4,
    .accordion-content .is-h4 {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h4,
    .rich-text .is-h4,
    .tabs-content h4,
    .tabs-content .is-h4,
    .accordion-content h4,
    .accordion-content .is-h4 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 1023px) {

    .rich-text h5,
    .rich-text .is-h5,
    .tabs-content h5,
    .tabs-content .is-h5,
    .accordion-content h5,
    .accordion-content .is-h5 {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h5,
    .rich-text .is-h5,
    .tabs-content h5,
    .tabs-content .is-h5,
    .accordion-content h5,
    .accordion-content .is-h5 {
        font-size: 18px;
        line-height: 25px
    }
}

@media screen and (max-width: 1023px) {

    .rich-text h6,
    .rich-text .is-h6,
    .tabs-content h6,
    .tabs-content .is-h6,
    .accordion-content h6,
    .accordion-content .is-h6 {
        font-size: 18px;
        line-height: 25px
    }
}

@media screen and (max-width: 767px) {

    .rich-text h6,
    .rich-text .is-h6,
    .tabs-content h6,
    .tabs-content .is-h6,
    .accordion-content h6,
    .accordion-content .is-h6 {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (min-width: 1024px) {

    .rich-text figure[class*=image-style],
    .tabs-content figure[class*=image-style],
    .accordion-content figure[class*=image-style] {
        padding-top: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {

    .rich-text figure[class*=image-style] img,
    .tabs-content figure[class*=image-style] img,
    .accordion-content figure[class*=image-style] img {
        width: 100%
    }
}

.rich-text figure+p,
.tabs-content figure+p,
.accordion-content figure+p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 32px
}

@media screen and (min-width: 1024px) {

    .rich-text figure+p,
    .tabs-content figure+p,
    .accordion-content figure+p {
        padding-bottom: 32px
    }
}

.lead-text-block.has-dark-bg {
    padding: 24px 0
}

.lead-text-block p {
    font-family: effra, sans-serif;
    color: #00305e;
    font-size: 22px;
    line-height: 28px
}

@media screen and (max-width: 1023px) {
    .lead-text-block p {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .lead-text-block p {
        font-size: 18px;
        line-height: 25px
    }
}

.rich-text blockquote:before {
    background-color: var(--richtext-text-high)
}

.rich-text blockquote p:nth-child(2) cite {
    color: var(--richtext-text-high)
}

.rich-text .text ol>li:before {
    color: var(--richtext-text-high)
}

.rich-text .text ul>li:before {
    background-color: var(--richtext-text-high)
}

.rich-text .text a:not([class]) {
    color: var(--richtext-text-high)
}

.rich-text .text a:not([class]) * {
    color: currentcolor
}

.rich-text .text a:not([class]):hover {
    color: var(--richtext-text-hover)
}

.rich-text .text p.is-tag {
    color: var(--richtext-text-high)
}

.rich-text.has-dark-bg {
    padding: 24px 0
}

.rich-text.has-light-bg h1,
.rich-text.has-light-bg .is-h1,
.rich-text.has-light-bg h2,
.rich-text.has-light-bg .is-h2,
.rich-text.has-light-bg h3,
.rich-text.has-light-bg .is-h3,
.rich-text.has-light-bg h4,
.rich-text.has-light-bg .is-h4,
.rich-text.has-light-bg h5,
.rich-text.has-light-bg .is-h5,
.rich-text.has-light-bg h6,
.rich-text.has-light-bg .is-h6 {
    color: var(--richtext-heading)
}

.rich-text blockquote {
    padding-left: 34px;
    margin-top: 72px;
    position: relative
}

.rich-text blockquote:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: calc(100% - 1px);
    background-color: #274e37;
    position: absolute;
    left: 0;
    top: -2px
}

.rich-text blockquote p:nth-child(1) {
    color: #00305e;
    line-height: 1.125;
    margin-bottom: 13px
}

.rich-text blockquote p:nth-child(2) cite {
    font-style: normal;
    text-transform: uppercase;
    font-family: effra, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #274e37;
    margin: 0
}

.quote-block .img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 26px
}

.quote-block .img .responsive-img {
    padding-top: 100%
}

.quote-block blockquote {
    font-size: 18px;
    line-height: 25px;
    color: #00305e;
    margin-bottom: 18px
}

.quote-block .author {
    font-family: effra, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #4b5563;
    text-transform: uppercase;
    font-style: normal
}

.quote-block .author span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #00305e;
    opacity: .2;
    margin: 0 10px 0 12px;
    transform: translateY(1px)
}

.quote-block .author span:not(:first-child) {
    font-weight: 400
}

.quote-slick {
    --spacing: 27px
}

@media screen and (max-width: 1023px) {
    .quote-slick .container {
        max-width: 100%;
        padding: 0
    }
}

.quote-slick .content {
    position: relative
}

.quote-slick .slick-slide:after {
    content: "";
    display: block;
    width: 37.8813559322%;
    padding-top: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../../../public/img/watermarker.svg);
    opacity: .07;
    transform: translate(-18%, 11%)
}

@media screen and (max-width: 1023px) {
    .quote-slick .slick-slide:after {
        transform: translate(-18%, 12%);
        width: 77.5%;
        transform: translate(-18%, 22%)
    }
}

.quote-slick blockquote {
    font-family: fields, sans-serif;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 18px
}

@media screen and (max-width: 1023px) {
    .quote-slick blockquote {
        margin-bottom: 26px
    }
}

@media screen and (max-width: 767px) {
    .quote-slick blockquote {
        font-size: 18px;
        line-height: 24px
    }
}

.quote-slick .author {
    font-family: effra, sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-style: normal
}

.quote-slick .author span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #fff;
    opacity: .2;
    margin: 0 10px 0 12px;
    transform: translateY(1px)
}

.quote-slick .author span:not(:first-child) {
    font-weight: 400
}

@media screen and (max-width: 1023px) {
    .quote-slick .author span {
        display: block;
        margin-top: 14px
    }
}

.tabs {
    white-space: initial;
    flex-direction: column;
    overflow: hidden
}

.tabs-headers {
    display: flex;
    border-bottom: solid 1px #00305e
}

@media screen and (max-width: 767px) {
    .tabs-headers {
        max-width: 100%;
        overflow-x: scroll
    }

    .tabs-headers::-webkit-scrollbar {
        width: 10px;
        height: 2px
    }

    .tabs-headers::-webkit-scrollbar-thumb {
        background: #7a7a7a
    }

    .tabs-headers::-webkit-scrollbar-track {
        background: #f0f0f0
    }
}

.tabs-title {
    cursor: pointer;
    position: relative;
    flex: 1
}

.tabs-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #9fa6b2;
    transition: all .3s
}

.tabs-title.is-active span {
    background-color: #00305e;
    color: #fff
}

.tabs-title.is-active:before {
    opacity: 0
}

.tabs-title.is-active+.tabs-title:before {
    opacity: 0
}

@media screen and (min-width: 1024px) {
    .tabs-title:hover span {
        background-color: #00305e;
        color: #fff
    }

    .tabs-title:hover:before {
        opacity: 0
    }

    .tabs-title:hover+.tabs-title:before {
        opacity: 0
    }
}

.tabs-title span {
    display: block;
    text-align: center;
    font-family: effra, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #6b7280;
    padding: 17px 32px 11px;
    white-space: nowrap;
    transition: all .3s;
    background-color: #00305e0f
}

@media screen and (min-width: 1024px) {
    .tabs-title span {
        white-space: normal
    }
}

.tabs-title:first-child:before {
    display: none
}

.tabs-body {
    width: 100%;
    background-color: transparent
}

.tabs-content {
    display: none;
    overflow: hidden;
    padding: 48px 24px 52px
}

@media screen and (max-width: 767px) {
    .tabs-content {
        padding: 30px 20px
    }
}

.tabs-content.is-active {
    display: block
}

.tabs-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px
}

.tabs-content p b,
.tabs-content p strong {
    font-weight: 500
}

.tabs-content p.is-heading {
    margin-bottom: 14px
}

.accordion-wrapper {
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    background-color: transparent;
    transition: all .3s
}

section:not(.block-article-grid) .accordion-wrapper:last-child {
    border: none
}

section:not(.block-article-grid) .accordion-wrapper:last-child:after {
    display: none
}

section:not(.block-article-grid) .accordion-wrapper.is-active {
    background-color: #00305e0f
}

.is-active section:not(.block-article-grid) .accordion-wrapper:after {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .accordion-wrapper:hover:after {
        width: 100%
    }
}

.accordion-wrapper:after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #9fa6b2;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s
}

.accordion-header {
    position: relative;
    display: block;
    width: 100%;
    padding: 26px 100px 26px 16px;
    text-align: left
}

.accordion-header span {
    font-family: effra, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #1f2937;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .accordion-header {
        padding: 24px 72px 23px 16px
    }
}

.accordion-switch {
    position: absolute;
    top: 50%;
    right: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #00305e0f
}

.accordion-switch:before,
.accordion-switch:after {
    content: "";
    display: block;
    width: 1.25px;
    height: 15px;
    border-radius: 3px;
    background-color: #0074b9;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s
}

.accordion-switch:before {
    transform: translate(-50%, -50%)
}

.accordion-switch:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.is-active .accordion-switch:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion-content {
    display: none
}

.accordion-content .text {
    padding: 8px 80px 35px 16px
}

@media screen and (max-width: 767px) {
    .accordion-content .text {
        padding: 8px 72px 35px 16px
    }
}

section:not(.block-article-grid) .accordion-content .text p,
section:not(.block-article-grid) .accordion-content .text li {
    font-size: 14px;
    line-height: 16px
}

.table {
    color: #374151;
    border-radius: 8px;
    overflow: hidden
}

.table tr:first-child {
    border-bottom: 1px solid #00305e
}

.table th {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #1f2937 !important;
    border: none;
    width: 33.33%;
    padding: 13px 24px;
    background: #fff
}

@media screen and (max-width: 767px) {
    .table th {
        min-width: 185px
    }
}

.table td {
    border-bottom: 1px solid #e5e7eb
}

.table tr:nth-child(odd) {
    background-color: #00305e0f
}

.table tr:nth-child(odd) td {
    padding: 17px 24px
}

.table tr:nth-child(2n) td {
    padding: 18.5px 24px
}

.table tr:last-child td {
    border-bottom-width: 1px
}

.table .cell-content {
    font-size: 14px;
    line-height: 14px;
    color: #1f2937
}

.table .cell-content.is-multiline {
    min-width: 180px
}

.table .checkbox,
.table .color {
    display: block;
    height: 28px;
    width: 28px
}

.table .checkbox svg,
.table .color svg {
    display: block;
    width: 100%;
    height: auto
}

.table .color * {
    fill: var(--color)
}

.table-container {
    overflow: auto hidden;
    max-width: 100%
}

.table-container::-webkit-scrollbar {
    width: 10px;
    height: 4px
}

.table-container::-webkit-scrollbar-thumb {
    background: #7a7a7a
}

.table-container::-webkit-scrollbar-track {
    background: #f0f0f0
}

.light-switch {
    display: block;
    position: relative;
    width: 50px;
    height: 28px
}

.light-switch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 28px;
    transition: .3s
}

.light-switch:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 1px 3px #0003
}

.light-switch.on:before {
    background: #4caf50
}

.light-switch.on:after {
    transform: translate(22px)
}

.gallery {
    margin: 30px 0;
    width: 100%;
    --spacing: 12px
}

.gallery .content {
    position: relative
}

.gallery ul {
    display: flex;
    margin: 0 0 -12px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-inline-end: -12px
}

.gallery ul li {
    list-style: none;
    width: calc(25% - var(--spacing));
    margin-bottom: var(--spacing);
    margin-right: var(--spacing)
}

@media screen and (max-width: 1023px) {
    .gallery ul li {
        width: calc(50% - var(--spacing))
    }
}

@media screen and (max-width: 413px) {
    .gallery ul li {
        width: calc(100% - var(--spacing))
    }
}

.gallery ul li a {
    display: block;
    position: relative
}

.gallery ul li a .responsive-img {
    padding-top: 100%;
    position: relative
}

.gallery ul li a .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00305e;
    opacity: .64;
    transition: all .3s
}

.gallery ul li a:not(:hover) .responsive-img:before {
    opacity: 0
}

.gallery .more-s {
    position: absolute;
    z-index: 1;
    bottom: var(--spacing);
    right: 0
}

.gallery .more-s button {
    --height: 40px;
    display: block;
    width: var(--height);
    height: var(--height);
    font-family: effra, sans-serif;
    font-size: 14px;
    line-height: 14px;
    line-height: var(--height);
    font-weight: 500;
    text-align: center;
    background-color: #fec10d;
    color: #00305e;
    box-shadow: 0 1px 2px #0000000d;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .gallery .more-s button:hover {
        background-color: #0074b9
    }
}

.slick-lightbox .slick-slide {
    outline: none
}

.slick-lightbox .slick-lightbox-slick-caption {
    display: block;
    margin-top: 20px
}

.slick-lightbox .slick-lightbox-slick-caption strong {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.slick-lightbox .slick-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    z-index: 1;
    border: none;
    color: transparent;
    cursor: pointer;
    background: transparent;
    transform: translateY(-50%) rotate(315deg);
    font-size: 0;
    outline: none;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: all .3s;
    --offset: 10px
}

@media screen and (min-width: 768px),
print {
    .slick-lightbox .slick-arrow {
        --offset: 30px
    }
}

@media screen and (min-width: 1024px) {
    .slick-lightbox .slick-arrow:hover {
        border-color: #fec10d
    }
}

.slick-lightbox .slick-arrow.slick-prev {
    left: var(--offset)
}

.slick-lightbox .slick-arrow.slick-next {
    right: var(--offset);
    transform: translateY(-50%) rotate(135deg)
}

.slick-lightbox .slick-arrow.slick-next:before {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .article--event-single .single-image .img {
        border-radius: 4px;
        overflow: hidden
    }
}

.single-image.is-fullWidth .responsive-img {
    padding-top: 46.5972222222%
}

@media screen and (min-width: 1440px) {
    .single-image.is-fullWidth .responsive-img {
        padding: 0;
        height: 671px
    }
}

.block-video:not(.videos) .is-lead {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #f4f5f7;
    width: 100%;
    padding: 0 46px;
    margin-bottom: 18px
}

.block-video:not(.videos) .video-cta .play-video-btn {
    padding: 0 46px;
    justify-content: flex-start
}

.block-video.videos .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width: 1023px) {
    .block-video.videos .items {
        gap: 48px
    }
}

.block-video.videos .items .item {
    width: calc(50% - 10px)
}

@media screen and (max-width: 1023px) {
    .block-video.videos .items .item {
        width: 100%
    }
}

.video {
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .video:hover .play-video-btn svg {
        transform: scale(1.08)
    }
}

.video .img {
    position: relative
}

.video .responsive-img {
    padding-top: 56.2820512821%;
    position: relative
}

.video .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .4;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .video .responsive-img {
        padding-top: 63.8081395349%
    }
}

.video .text {
    padding-top: 23px
}

.video .video-title {
    font-family: effra, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #1f2937;
    margin-bottom: 8px
}

.video .video-caption {
    font-size: 14px;
    line-height: 14px;
    color: #4b5563;
    margin-bottom: 0
}

.video .video-cta {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center
}

.video .play-video-btn {
    width: 100%
}

.play-video-btn {
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 20px 0
}

.play-video-btn:hover svg {
    opacity: 1;
    transform: scale(1.08)
}

.play-video-btn svg {
    opacity: .9;
    width: 37.52px;
    height: 37.52px;
    transform: scale(1);
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .play-video-btn svg {
        width: 30px;
        height: 30px
    }
}

.play-video-btn span {
    font-family: fields, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 38.98px;
    letter-spacing: 0
}

@media screen and (max-width: 767px) {
    .play-video-btn span {
        font-size: 18px;
        line-height: 1.7727272727
    }
}

.video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.video-modal.is-active {
    opacity: 1;
    visibility: visible
}

.video-modal .close-button {
    right: 36px;
    top: 36px;
    position: absolute
}

.video-modal .video-player {
    position: absolute;
    width: 150vh;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.text-image .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.text-image:not(.is-reverse) {
    --tag: #fec10d;
    --title: #0074b9;
    --desc: #fff;
    --button: #fff;
    --arrow: #fec10d
}

.text-image:not(.is-reverse) .content {
    background-color: #002e5f
}

.text-image.is-reverse {
    --tag: #274e37;
    --title: #00305e;
    --desc: #374151;
    --button: #00305e;
    --arrow: #274e37
}

.text-image.is-reverse .content {
    background-color: #002e5f0a
}

@media screen and (min-width: 1024px) {
    .text-image.is-reverse .content {
        flex-direction: row-reverse
    }

    .text-image .img {
        width: 50%
    }
}

@media screen and (max-width: 1023px) {
    .text-image .img {
        width: 100%
    }
}

.text-image .img .responsive-img {
    padding-top: 123.0769230769%
}

.text-image .text {
    padding: 32px
}

@media screen and (min-width: 1024px) {
    .text-image .text {
        width: 50%
    }
}

@media screen and (max-width: 1023px) {
    .text-image .text {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .text-image .text {
        padding: 32px 20px
    }
}

.text-image .text .is-tag {
    color: var(--tag);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.text-image .text .is-title {
    color: var(--title);
    font-weight: 900;
    margin-bottom: 24px
}

.text-image .text .is-desc {
    color: var(--desc);
    margin-bottom: 18px
}

.text-image .text .btn {
    gap: 7px;
    color: var(--button)
}

.text-image .text .btn:hover {
    color: var(--arrow)
}

.text-image .text .btn svg path {
    stroke: var(--arrow)
}

@media screen and (max-width: 767px) {
    .image-textbox-carousel .container {
        max-width: 100%;
        padding: 0
    }
}

.image-textbox-carousel .content {
    position: relative
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .image-textbox-carousel .content {
        margin-inline: -5px
    }
}

.image-textbox-carousel .slick-bottom {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: calc(50% - 145.5px);
    transform: translateY(100%)
}

@media screen and (max-width: 1023px) {
    .image-textbox-carousel .slick-bottom {
        bottom: calc(50% - 180.5px)
    }
}

@media screen and (max-width: 767px) {
    .image-textbox-carousel .slick-bottom {
        inset: 0 0 auto auto;
        margin-top: 121.875%;
        transform: translateY(-100%)
    }
}

.image-textbox-carousel .item {
    position: relative
}

@media screen and (min-width: 768px),
print {
    .image-textbox-carousel .item {
        position: relative
    }

    .image-textbox-carousel .item>[class*=text] {
        position: absolute;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: all .3s
    }

    .image-textbox-carousel .item *:not(.btn) {
        color: #fff
    }

    .image-textbox-carousel .item .text-box {
        max-width: 500px;
        height: 261px;
        padding: 40px;
        left: 20px;
        bottom: 50%;
        transform: translateY(50%);
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .image-textbox-carousel .item .text-box {
        max-width: 343px;
        height: 331px;
        padding: 32px
    }
}

@media screen and (max-width: 767px) {
    .image-textbox-carousel .item .text-box {
        padding: 40px 20px;
        margin-top: -1px
    }
}

.image-textbox-carousel .item .text .is-title {
    font-size: 30px;
    line-height: 36px
}

.image-textbox-carousel .item .text .is-desc {
    font-size: 14px;
    line-height: 14px;
    line-height: 1.2142857143;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media screen and (max-width: 1023px) {
    .image-textbox-carousel .item .text .is-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5
    }
}

.image-textbox-carousel .item .responsive-img {
    position: relative
}

.image-textbox-carousel .item .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .1;
    transition: all .3s
}

@media screen and (min-width: 768px),
print {
    .image-textbox-carousel .item .responsive-img {
        height: 576px;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .image-textbox-carousel .item .responsive-img {
        padding-top: 121.875%
    }
}

@media screen and (min-width: 768px),
print {
    .infographic.is-three .item {
        flex: 1;
        min-width: 30%
    }
}

@media screen and (max-width: 767px) {
    .infographic.is-three .item {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .infographic.is-four .item {
        flex: 1;
        min-width: 20%
    }
}

@media screen and (max-width: 1023px) {
    .infographic.is-four .item {
        width: calc(50% - var(--gap) / 2);
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .infographic.is-four .item {
        width: 100%
    }
}

.infographic .text-intro {
    margin-bottom: 48px
}

@media screen and (max-width: 1023px) {
    .infographic .text-intro {
        margin-bottom: 32px
    }
}

.infographic .text-intro h2 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -.3px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .infographic .text-intro h2 {
        font-size: 26px;
        line-height: 38px
    }
}

.infographic .text-intro h2 span {
    color: #0074b9
}

.infographic .items {
    --gap: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: var(--gap)
}

@media screen and (max-width: 767px) {
    .infographic .items {
        flex-direction: column
    }
}

.infographic a.item {
    cursor: pointer
}

.infographic .item {
    position: relative;
    background-color: #00305e0f;
    transition: all .3s;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 768px),
print {
    .infographic .item {
        min-height: 232px
    }
}

@media screen and (max-width: 767px) {
    .infographic .item {
        min-height: 227.67px
    }
}

.infographic .item:hover {
    background-color: #00305e
}

.infographic .item:hover .is-title,
.infographic .item:hover .img svg {
    color: #fec10d
}

.infographic .item:hover .is-desc p {
    color: #fff
}

.infographic .item:hover .btn {
    opacity: 1;
    color: #fff;
    height: 14px;
    padding-top: 40px;
    padding-bottom: 16px
}

@media screen and (max-width: 1023px) {
    .infographic .item:hover .btn {
        padding-top: 16px;
        padding-bottom: 24px
    }
}

.infographic .item .text {
    padding: 20px;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .infographic .item .text {
        padding: 23px 20px
    }
}

@media screen and (max-width: 767px) {
    .infographic .item .text {
        padding: 32px 16px
    }
}

.infographic .item .img {
    width: 44px;
    height: 44px;
    margin-bottom: 12px
}

@media screen and (max-width: 1023px) {
    .infographic .item .img {
        width: 33px;
        height: 33px
    }
}

.infographic .item .img svg {
    width: 100%;
    height: 100%;
    color: #00305e
}

.infographic .item .img svg [id^=“fill”]:not([fill=none]),
.infographic .item .img svg [fill]:not([fill=none]) {
    fill: currentcolor
}

.infographic .item .is-title {
    font-family: fields, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1f2937;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .infographic .item .is-title {
        line-height: 23px;
        margin-bottom: 14px
    }
}

.infographic .item .is-desc>*:first-child {
    margin-top: 0 !important
}

.infographic .item .is-desc>*:last-child {
    margin-bottom: 0 !important
}

.infographic .item .is-desc p {
    font-size: 14px;
    line-height: 16px;
    color: #4e5055;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .infographic .item .is-desc p {
        line-height: 17px
    }
}

.infographic .item .btn {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 0;
    opacity: 0;
    padding-top: 0;
    transform: translate(0);
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .offset-images .container {
        max-width: 100%;
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .offset-images .content {
        max-width: 1162px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .offset-images .content {
        max-width: 619px
    }
}

@media screen and (min-width: 768px),
print {
    .offset-images .content {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .offset-images .img {
        width: 87.5%
    }
}

@media screen and (min-width: 768px),
print {
    .offset-images .left {
        width: 56.9707401033%
    }
}

@media screen and (max-width: 767px) {
    .offset-images .left .img {
        margin-right: 0;
        margin-left: auto
    }
}

.offset-images .left .responsive-img {
    padding-top: 72.5075528701%
}

@media screen and (max-width: 767px) {
    .offset-images .left .responsive-img {
        padding-top: 91.4285714286%
    }
}

@media screen and (min-width: 768px),
print {
    .offset-images .right {
        width: 41.3080895009%
    }
}

@media screen and (max-width: 767px) {
    .offset-images .right {
        margin-top: 10px
    }
}

.offset-images .right .img+.img {
    margin-top: 10px
}

@media screen and (min-width: 768px),
print {
    .offset-images .right .img+.img {
        margin-top: 3.9811066127%
    }

    .offset-images .right .img:not(:last-child) {
        width: 79.1666666667%
    }

    .offset-images .right .img:not(:last-child) .responsive-img {
        padding-top: 100%
    }
}

@media screen and (max-width: 767px) {
    .offset-images .right .img:not(:last-child) .responsive-img {
        padding-top: 81.0714285714%
    }
}

@media screen and (min-width: 768px),
print {
    .offset-images .right .img:last-child .responsive-img {
        padding-top: 79.1666666667%
    }
}

@media screen and (max-width: 767px) {
    .offset-images .right .img:last-child .responsive-img {
        padding-top: 83.2142857143%
    }

    .offset-images .right .img:nth-child(2n) {
        margin-right: 0;
        margin-left: auto
    }
}

.tiles {
    --gap: 12px
}

@media screen and (max-width: 1023px) {
    .tiles {
        --gap: 8px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tiles.is-four .item {
        flex: none;
        width: calc((100% - var(--gap)) / 2)
    }
}

@media screen and (max-width: 767px) {
    .tiles.is-four .item .img .responsive-img {
        height: 310px
    }
}

.tiles.is-three .content {
    max-width: 1155px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .tiles.is-three .item .img .responsive-img {
        height: 303px
    }

    .tiles.is-two .item .img .responsive-img {
        height: 311px
    }
}

.tiles .text-intro {
    margin-bottom: 40px
}

.tiles .text-intro .is-tag {
    color: #1f2937;
    margin-bottom: 14px
}

@media screen and (max-width: 1023px) {
    .tiles .text-intro .is-tag {
        color: #a2a6ad
    }
}

@media screen and (max-width: 767px) {
    .tiles .text-intro .is-tag {
        margin-bottom: 10px
    }
}

.tiles .text-intro .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .tiles .text-intro .title {
        font-size: 30px;
        line-height: 36px
    }
}

.tiles .text-intro .is-desc {
    color: #1f2937
}

@media screen and (min-width: 1024px) {
    .tiles .text-intro .is-desc {
        font-size: 18px;
        line-height: 25px
    }
}

.tiles .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: var(--gap)
}

.tiles .items a.item {
    cursor: pointer
}

.tiles .items .item:hover .img:before {
    opacity: 0
}

.tiles .items .item:hover .img .responsive-img:before {
    opacity: 1
}

.tiles .items .item:hover .text:not(.text-hidden) {
    opacity: 0
}

.tiles .items .item:hover .text.text-hidden {
    opacity: 1
}

.tiles .items .item:hover .wrapper {
    grid-template-rows: 1fr
}

.tiles .item {
    max-width: 484px;
    position: relative
}

.tiles .item>[class*=text] {
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s
}

.tiles .item *:not(.btn) {
    color: #fff
}

@media screen and (min-width: 768px),
print {
    .tiles .item {
        flex: 1
    }
}

@media screen and (max-width: 767px) {
    .tiles .item {
        width: 100%
    }
}

.tiles .item .wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1) .01s
}

.tiles .item .wrapper .lower {
    min-height: 0;
    transition: opacity .8s ease-in-out, transform .8s cubic-bezier(.23, .93, .77, 1) .01s
}

.tiles .item .img {
    position: relative
}

.tiles .item .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    transition: all .3s;
    background: linear-gradient(180deg, #0000, #000c);
    opacity: 1
}

.tiles .item .img .responsive-img {
    position: relative;
    height: 496px
}

.tiles .item .img .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: all .3s;
    background: linear-gradient(0deg, #00305ecc, #00305ecc), linear-gradient(0deg, #0003, #0003);
    opacity: 0
}

.tiles .item .text {
    padding: 32px
}

@media screen and (max-width: 1023px) {
    .tiles .item .text {
        padding: 22px 20px
    }
}

@media screen and (max-width: 767px) {
    .tiles .item .text {
        padding: 20px
    }
}

.tiles .item .text:not(.text-hidden) {
    opacity: 1
}

.tiles .item .text.text-hidden {
    opacity: 0
}

.tiles .item .text .lower>*:first-child {
    margin-top: 0 !important
}

.tiles .item .text .lower>*:last-child {
    margin-bottom: 0 !important
}

.tiles .item .text .title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .tiles .item .text .title {
        font-size: 20px;
        line-height: 28px
    }
}

.tiles .item .text p {
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .tiles .item .text p {
        font-size: 14px;
        line-height: 17px
    }

    .tiles .item .text svg {
        width: 20px;
        height: 20px
    }
}

.image-carousel {
    --spacing: 20px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .image-carousel {
        --spacing: 15px
    }
}

@media screen and (max-width: 767px) {
    .image-carousel {
        --spacing: 8px
    }

    .image-carousel .content-box .container {
        max-width: 100%;
        padding: 0
    }
}

.image-carousel .text-intro {
    margin-bottom: 40px
}

.image-carousel .text-intro .is-tag {
    margin-bottom: 14px
}

@media screen and (max-width: 767px) {
    .image-carousel .text-intro .is-tag {
        margin-bottom: 10px
    }
}

.image-carousel .text-intro .is-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .image-carousel .text-intro .is-title {
        font-size: 30px;
        line-height: 36px
    }
}

.image-carousel .text-intro .is-desc {
    color: #1f2937
}

.image-carousel .slick-box .content {
    max-width: 848px;
    margin: -6px auto 0;
    padding-right: 48px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .image-carousel .slick-box .content {
        padding-right: 38px
    }
}

@media screen and (max-width: 767px) {
    .image-carousel .slick-box .content {
        padding-right: 12px
    }
}

.image-carousel .slick .slick-slide {
    margin-right: var(--spacing)
}

.image-carousel .slick .slick-slide>div {
    display: flex
}

@media screen and (min-width: 768px),
print {
    .image-carousel .slick .slick-slide .responsive-img {
        padding-top: 61.6666666667%;
        height: 481px
    }
}

@media screen and (max-width: 767px) {
    .image-carousel .slick .slick-slide .responsive-img {
        padding-top: 82.3333333333%
    }
}

.image-carousel .slick-bottom {
    padding-right: var(--spacing)
}

.download-links .item {
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    transition: all .3s
}

.download-links .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: transparent;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .download-links .item:before {
        width: calc(100% + 40px);
        margin-inline: -20px
    }
}

.download-links .item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: #0074b9;
    transition: all .3s;
    display: none
}

.download-links .item:hover:after {
    width: 100%
}

.download-links .item:hover .file-name span:after {
    opacity: 1
}

.download-links .file-name {
    flex: 1;
    font-size: 18px;
    line-height: 25px;
    transition: color .3s
}

.download-links .file-name span {
    display: inline-block;
    position: relative
}

.download-links .file-name span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentcolor;
    opacity: 0;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .download-links .file-name span:after {
        bottom: 1px
    }
}

.download-links .file-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: all .3s
}

.download-links .file-icon [id^=“fill”]:not([fill=none]),
.download-links .file-icon [fill]:not([fill=none]) {
    fill: currentcolor
}

.download-links .file-icon svg {
    height: auto
}

.download-links .file-icon svg path {
    transition: none
}

@media screen and (max-width: 767px) {
    .download-links .file-icon {
        width: 25px;
        height: 25px;
        padding: 5px
    }
}

.download-links.is-one .item {
    border-bottom: solid 1px #9ca3af;
    padding: 24px 16px
}

@media screen and (max-width: 767px) {
    .download-links.is-one .item {
        padding: 16px 0
    }
}

.download-links.is-one .item:hover:before {
    background-color: #00305e0f
}

.download-links.is-one .item:hover .file-name {
    color: #00305e
}

.download-links.is-one .item:hover .file-icon {
    color: #fec10d;
    background-color: #00305e
}

.download-links.is-one .file-name {
    color: #4b5563
}

@media screen and (max-width: 767px) {
    .download-links.is-one .file-name {
        font-size: 14px;
        line-height: 14px
    }
}

.download-links.is-one .file-icon {
    color: #4b5563;
    background-color: #00305e0f
}

.image-text-angle {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .image-text-angle {
        background-color: #00305e
    }
}

@media screen and (min-width: 768px),
print {
    .image-text-angle.is-card .item {
        height: 697px
    }
}

.image-text-angle.is-card .item:before {
    right: 56%;
    transform: skew(15.4deg)
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-card .item:before {
        right: 53%;
        transform: skew(8.5deg)
    }
}

.image-text-angle.is-card .item .text {
    width: 43.5%;
    padding-right: 20px
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-card .item .text {
        width: 50%;
        padding-right: 0
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-card .item .text {
        width: 100%;
        padding: 46px 0 36px
    }
}

.image-text-angle.is-card .item .text .is-tag {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-card .item .text .is-tag {
        margin-bottom: 28px
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-card .item .text .is-tag {
        margin-bottom: 24px
    }
}

.image-text-angle.is-card .item .text .is-title {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 16px
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-card .item .text .is-title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 18px
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-card .item .text .is-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 16px
    }
}

.image-text-angle.is-card .item .text .is-desc {
    font-size: 18px;
    line-height: 25px
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-card .item .text .is-desc {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-card .item .text .is-desc {
        font-size: 14px;
        line-height: 17px
    }

    .image-text-angle.is-card .item .text .btn {
        font-size: 12px;
        line-height: 12px;
        padding: 13px 16px
    }
}

@media screen and (min-width: 768px),
print {
    .image-text-angle.is-card .img {
        width: 55.2777777778%
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-card .img .responsive-img {
        padding-top: 103.125%
    }
}

.image-text-angle.is-slick {
    --spacing: 27px
}

.image-text-angle.is-slick .item {
    overflow: hidden
}

@media screen and (min-width: 768px),
print {
    .image-text-angle.is-slick .item {
        height: 569px
    }
}

.image-text-angle.is-slick .item:before {
    right: 56.3%;
    transform: skew(16.2deg)
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-slick .item:before {
        right: 57%;
        transform: skew(10.7deg)
    }
}

.image-text-angle.is-slick .item .text {
    width: 44.3%;
    padding-left: 100px;
    padding-right: 70px;
    margin-top: 8px
}

@media screen and (max-width: 1023px) {
    .image-text-angle.is-slick .item .text {
        padding-left: 43px;
        padding-right: 43px;
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-slick .item .text {
        width: 100%;
        padding: 72px 20px 78px
    }
}

@media screen and (min-width: 768px),
print {
    .image-text-angle.is-slick .item .img {
        width: 57.1614583333%;
        height: calc(569px - var(--spacing) * 2);
        bottom: var(--spacing)
    }
}

@media screen and (min-width: 1024px) {
    .image-text-angle.is-slick .item .img {
        width: 55.6779661017%
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-slick .item .img .responsive-img {
        padding-top: 95.3125%
    }
}

.image-text-angle.is-slick .slick-bottom {
    position: absolute;
    right: 0;
    bottom: var(--spacing)
}

@media screen and (max-width: 767px) {
    .image-text-angle.is-slick .slick-bottom {
        bottom: auto;
        top: 0;
        margin-top: 95.3125%;
        transform: translateY(-100%)
    }
}

.image-text-angle .content {
    overflow: hidden
}

.image-text-angle .watermark {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 38.93728223%;
    max-width: 447px;
    transform: translate(-18%, 29%)
}

@media screen and (max-width: 1023px) {
    .image-text-angle .watermark {
        width: 320px;
        transform: translate(-19%, 35%)
    }
}

@media screen and (max-width: 767px) {
    .image-text-angle .watermark {
        width: 248px;
        transform: translate(-18%, 38%)
    }
}

.image-text-angle .watermark img,
.image-text-angle .watermark svg {
    width: 100%;
    opacity: .07
}

.image-text-angle .item {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.image-text-angle .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #00305e;
    opacity: 1;
    transition: all .3s;
    left: auto;
    top: 0;
    height: 100%;
    transform-origin: right top;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .image-text-angle .item:before {
        display: none
    }
}

.image-text-angle .text {
    position: relative;
    z-index: 1
}

.image-text-angle .img {
    right: 0;
    left: auto
}

@media screen and (max-width: 767px) {
    .image-text-angle .img {
        position: static !important;
        width: 100% !important;
        height: unset !important
    }
}

.html-block iframe {
    max-width: 100%
}

.html-block img {
    display: block;
    width: 100%
}

.html-block .embed-container {
    position: relative;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    overflow: hidden
}

.html-block.full-width .embed-container iframe,
.html-block.full-width .embed-container object,
.html-block.full-width .embed-container embed,
.html-block.full-width .embed-container>div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.html-block.video-centered .embed-container iframe,
.html-block.video-centered .embed-container object,
.html-block.video-centered .embed-container embed,
.html-block.video-centered .embed-container>div {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 70%;
    width: 70%;
    transform: translate(-50%, -50%)
}

@media (min-width: 768px) {

    .html-block.video-centered .embed-container iframe,
    .html-block.video-centered .embed-container object,
    .html-block.video-centered .embed-container embed,
    .html-block.video-centered .embed-container>div {
        height: 85%;
        width: 85%
    }
}

.html-block.video-fill-space .embed-container iframe,
.html-block.video-fill-space .embed-container object,
.html-block.video-fill-space .embed-container embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visually-hidden .focusable:active,
.visually-hidden .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static
}

a.skip-main {
    cursor: pointer;
    position: absolute;
    left: 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2em;
    border-radius: 15px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background-color: #00305e;
    border: 4px solid #fff;
    box-shadow: none;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    z-index: -999;
    opacity: 0;
    transition: transform .3s
}

a.skip-main:focus,
a.skip-main:active {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    z-index: 999
}

.divider hr {
    width: 100%;
    margin: 0;
    background-color: #fec10d;
    height: 1px;
    border-radius: 0
}

.form-style-override {
    --form-primary: #00305e;
    --form-accent: #00305e;
    --form-submit-radius: 80px
}

.container .form-container {
    max-width: 100%
}

.search-inner {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    inset: 0 auto 100% 0;
    padding: 15px 10px;
    background-color: #00305e;
    display: none;
    min-width: 320px;
    position: fixed;
    height: 100%;
    z-index: 2000
}

.search-inner .close-button {
    position: absolute;
    top: 28px;
    right: 30px
}

.search-inner input.input {
    width: 100%;
    height: 36px
}

@media screen and (max-width: 560px) {
    .search-inner input.input {
        width: 300px
    }

    .search-inner input.input::-moz-placeholder {
        font-size: 12px
    }

    .search-inner input.input::placeholder {
        font-size: 12px
    }
}

.search-inner.bottom {
    bottom: auto;
    top: 100%
}

@media screen and (max-width: 1439px) {
    .search-inner.bottom {
        box-shadow: 0 0 5px #000;
        top: -26px;
        width: 100vw;
        padding-top: 63px;
        height: 100vh;
        min-width: 0
    }
}

@media screen and (max-width: 450px) {
    .search-inner.bottom {
        top: -18px
    }
}

:root {
    --menu-height: 112px;
    --misc-height: 89px
}

@media screen and (max-width: 767px) {
    :root {
        --misc-height: 124px
    }
}

:root body.single-page,
:root body.error-page {
    --menu-height: 90px
}

@media screen and (min-width: 1024px) {

    :root body.homepage,
    :root body.campaign-page {
        --menu-height: 177px
    }
}

@media screen and (max-width: 1023px) {

    :root body.homepage,
    :root body.campaign-page {
        --menu-height: 143px
    }
}

@media screen and (max-width: 767px) {

    :root body.homepage,
    :root body.campaign-page {
        --menu-height: 77px
    }
}

:root body.menu-stuck,
:root body.scroll-down {
    --menu-height: 90px
}

@media screen and (max-width: 767px) {

    :root body.menu-stuck,
    :root body.scroll-down {
        --menu-height: 64px
    }
}

@media screen and (min-width: 1024px) {
    :root body.menu-open {
        --menu-height: 177px
    }
}

@media screen and (max-width: 1023px) {
    :root body.menu-open {
        --menu-height: 143px
    }
}

@media screen and (max-width: 767px) {
    :root body.menu-open {
        --menu-height: 77px
    }
}

@keyframes smooth-rotate {
    0% {
        transform: rotate(-100deg)
    }

    70% {
        transform: rotate(6deg)
    }

    to {
        transform: rotate(0)
    }
}

.navigation {
    position: sticky;
    width: 100%;
    top: 0;
    height: var(--menu-height);
    z-index: 19;
    margin-bottom: calc(var(--menu-height) * -1);
    background-color: transparent;
    left: 0;
    transition: all .3s
}

.scroll-down .navigation:not(.is-stuck) {
    pointer-events: none
}

body.menu-open .navigation {
    margin-top: 0
}

.navigation .nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000b3;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    display: none
}

@media screen and (min-width: 1024px) {
    body.menu-open .navigation .nav-overlay {
        opacity: 1;
        visibility: visible
    }
}

.navbar .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.navbar .items .item+.item {
    position: relative
}

.navbar .items .item+.item:before {
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    background-color: #fff3
}

@media screen and (max-width: 767px) {
    .navbar .items .item+.item:before {
        left: 0
    }
}

.navbar-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto
}

.navbar-wrapper .left {
    position: relative
}

.navbar-wrapper .right {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 40px
}

@media screen and (max-width: 1023px) {
    .navbar-wrapper .right {
        gap: 32px
    }
}

@media screen and (max-width: 767px) {
    .navbar-wrapper .right {
        gap: 16px
    }
}

@media screen and (max-width: 1023px) {
    .navbar-wrapper .right .items {
        gap: 34px
    }

    body.single-page:not(.menu-stuck, .scroll-down) .navbar-wrapper .right .items {
        gap: 0
    }

    body.menu-stuck:not(.menu-open) .navbar-wrapper .right .items,
    body.scroll-down:not(.menu-open) .navbar-wrapper .right .items {
        gap: 0
    }
}

@media screen and (max-width: 767px) {
    .navbar-wrapper .right .items {
        gap: 16px
    }

    body.single-page .navbar-wrapper .right .items {
        display: none
    }

    body.menu-stuck:not(.menu-open) .navbar-wrapper .right .items,
    body.scroll-down:not(.menu-open) .navbar-wrapper .right .items {
        display: none
    }
}

.navbar-wrapper .right .item+.item {
    margin-left: 38px
}

@media screen and (max-width: 1023px) {
    .navbar-wrapper .right .item+.item {
        margin-left: 36px
    }

    body:not(.single-page, .menu-stuck, .scroll-down) .navbar-wrapper .right .item+.item {
        margin-left: 0
    }
}

body:not(.single-page, .menu-stuck, .scroll-down) .navigation--dark .navbar-wrapper .right .item+.item:before {
    background-color: #1f293733
}

body.menu-open .navbar-wrapper .right .item+.item:before {
    background-color: #1f293700 !important
}

@media screen and (max-width: 767px) {
    body:not(.single-page, .menu-stuck, .scroll-down) .navbar-wrapper .right .item+.item:before {
        display: none
    }

    .navbar-wrapper .right .link-box {
        display: none
    }
}

body.menu-open .navbar-logo {
    display: block
}

body.menu-stuck:not(.menu-open) .navbar-logo,
body.scroll-down:not(.menu-open) .navbar-logo {
    display: block
}

.navbar-logo .logo {
    display: flex
}

.left .navbar-logo .logo {
    width: 98px;
    position: relative;
    z-index: 1
}

.homepage:not(.menu-stuck, .scroll-down) .left .navbar-logo .logo {
    display: none
}

@media screen and (max-width: 767px) {
    .homepage:not(.menu-stuck, .scroll-down) .left .navbar-logo .logo {
        display: block
    }
}

body.menu-open .left .navbar-logo .logo {
    width: 134px
}

@media screen and (min-width: 1024px) {
    body.menu-open .left .navbar-logo .logo {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    body.menu-open .left .navbar-logo .logo {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    body.menu-open .left .navbar-logo .logo {
        width: 93px
    }
}

.center .navbar-logo .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.center .navbar-logo .logo img {
    content: var(--simple-white);
    width: 153px
}

@media screen and (max-width: 1023px) {
    .center .navbar-logo .logo img {
        width: 115px
    }
}

@media screen and (max-width: 767px) {
    .center .navbar-logo .logo img {
        width: 80px
    }
}

body.campaign-page:not(.menu-open) .left .navbar-logo .logo {
    display: none
}

body.campaign-page.menu-open .center .navbar-logo .logo {
    display: none
}

.navbar-logo .logo img {
    width: 100%;
    will-change: content;
    content: var(--simple-white)
}

@media screen and (max-width: 767px) {
    body.homepage .navbar-logo .logo img {
        content: var(--full-white)
    }
}

body:not(.menu-stuck, .scroll-down) .navigation--dark .navbar-logo .logo img {
    content: var(--simple-dark)
}

@media screen and (min-width: 1024px) {
    body.menu-open .navbar-logo .logo img {
        content: var(--simple-white) !important
    }
}

@media screen and (max-width: 1023px) {
    body.menu-open .navbar-logo .logo img {
        content: var(--simple-dark) !important
    }
}

body.menu-stuck .navbar-logo .logo img,
body.scroll-down .navbar-logo .logo img {
    content: var(--simple-white)
}

.navbar-links {
    display: none
}

.homepage .navbar-links {
    display: flex;
    gap: 55px
}

@media screen and (max-width: 1023px) {
    .homepage .navbar-links {
        gap: 44px
    }
}

@media screen and (max-width: 767px) {
    .homepage .navbar-links {
        display: none
    }
}

body.campaign-page:not(.menu-open) .left .navbar-links {
    display: block
}

body.menu-open.homepage .navbar-links {
    display: none
}

body.menu-stuck:not(.menu-open) .navbar-links,
body.scroll-down:not(.menu-open) .navbar-links {
    display: none
}

@media screen and (max-width: 1023px) {
    body.menu-open .navbar-links {
        display: none
    }
}

.navbar-links a {
    color: #fff;
    font-family: forma-djr-deck, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: none;
    font-weight: 600
}

body:not(.menu-stuck, .scroll-down) .navigation--dark .navbar-links a {
    color: #00305e
}

.navbar-burger {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    background: none;
    background-color: #fec10d;
    border: 1px solid transparent;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .navbar-burger {
        height: 32px;
        width: 32px
    }
}

@media screen and (min-width: 1024px) {
    body.menu-open .navbar-burger:hover {
        border-color: #fec10d
    }
}

.navbar-burger:hover {
    background-color: #fec10d
}

@media screen and (min-width: 1024px) {
    .navbar-burger:hover {
        background-color: #fff
    }
}

.navbar-burger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #002e5f;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .navbar-burger span {
        width: 16px;
        height: 1.2px
    }
}

.navbar-burger span:nth-child(1) {
    top: 18px
}

@media screen and (max-width: 767px) {
    .navbar-burger span:nth-child(1) {
        top: 10px
    }
}

.navbar-burger span:nth-child(2) {
    top: 24px
}

@media screen and (max-width: 767px) {
    .navbar-burger span:nth-child(2) {
        top: 15px
    }
}

.navbar-burger span:nth-child(3) {
    top: 30px
}

@media screen and (max-width: 767px) {
    .navbar-burger span:nth-child(3) {
        top: 20px
    }
}

body.menu-open .navbar-burger span {
    top: 24px
}

@media screen and (max-width: 767px) {
    body.menu-open .navbar-burger span {
        top: 15px
    }
}

.navbar .trigger {
    cursor: pointer;
    gap: 6px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: none
}

.navbar .trigger:not(:hover) {
    color: #fff
}

body:not(.menu-stuck, .scroll-down) .navigation--dark .navbar .trigger:not(:hover) {
    color: #1f2937
}

body.menu-open .navbar .trigger:not(:hover) {
    color: #00305e !important
}

.navbar .trigger:hover {
    color: #fec10d
}

@media screen and (max-width: 1023px) {
    body.homepage .navbar .trigger span {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .navbar .trigger span {
        display: none
    }
}

.navbar .trigger svg [id^=“fill”]:not([fill=none]),
.navbar .trigger svg [fill]:not([fill=none]) {
    fill: currentcolor
}

.navbar .lang-box {
    position: relative;
    cursor: pointer
}

.navbar .lang-box .translate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer
}

.navbar .lang-box .translate * {
    cursor: pointer
}

.navbar .lang-box:hover .trigger {
    color: #fec10d
}

.navbar .lang-box .trigger {
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .navbar .lang-box svg {
        width: 19px
    }
}

.navbar .lang-box svg:nth-child(2) {
    display: block
}

@media screen and (max-width: 1023px) {
    body.homepage .navbar .lang-box svg:nth-child(2) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .navbar .lang-box svg:nth-child(2) {
        display: none
    }
}

.navbar .lang-box svg:nth-child(3) {
    display: none
}

@media screen and (max-width: 1023px) {
    body.homepage .navbar .lang-box svg:nth-child(3) {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .navbar .lang-box svg:nth-child(3) {
        display: block
    }
}

body.menu-stuck:not(.menu-open) .navbar .lang-box,
body.scroll-down:not(.menu-open) .navbar .lang-box {
    display: none
}

body.menu-open .navbar .lang-box {
    display: none
}

body.single-page .navbar .lang-box {
    display: none !important
}

.navbar .link-box .trigger strong,
.navbar .link-box .trigger span {
    font-weight: 600
}

.navbar .search-box {
    z-index: 1
}

@media screen and (min-width: 768px),
print {
    .navbar .search-box {
        position: relative
    }
}

body.campaign-page .navbar .search-box {
    display: none !important
}

@media screen and (max-width: 1023px) {
    .navbar .search-box span {
        display: none
    }

    body.menu-stuck:not(.menu-open) .navbar .search-box span,
    body.scroll-down:not(.menu-open) .navbar .search-box span {
        display: block !important
    }
}

.navbar .search-box .trigger svg {
    width: 16px;
    height: auto
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    body.homepage:not(.menu-stuck, .scroll-down, .menu-open) .navbar .search-box .trigger svg,
    body.menu-open .navbar .search-box .trigger svg {
        width: 22px
    }
}

.navbar .search-box.show-it .trigger {
    color: #fec10d
}

.navbar .search-box.show-it .search-popup {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.navbar .search-box.show-it .search-popup>* {
    transform: translateY(0);
    opacity: 1
}

.navbar .search-box .search-popup {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    width: 431px;
    padding: 16px 32px 22px;
    background-color: #fff;
    transform-origin: top right;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .6s, transform .4s
}

@media screen and (max-width: 1023px) {
    .navbar .search-box .search-popup {
        width: 456px;
        padding: 16px 32px
    }
}

@media screen and (max-width: 767px) {
    .navbar .search-box .search-popup {
        top: calc(100% + 30px);
        right: -48px;
        width: calc(100vw - 40px);
        padding: 16px 20px 10px
    }
}

body.menu-open .navbar .search-box .search-popup {
    border: 1px solid #d1d5db
}

.navbar .search-box .search-popup>* {
    transform: translateY(20px);
    opacity: 0;
    transition: all .4s .25s
}

.navbar .search-box .search-popup .close-button {
    position: absolute;
    top: 16px;
    right: 32px;
    z-index: 1;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .navbar .search-box .search-popup .close-button {
        right: 20px
    }
}

.navbar .search-box .search-popup .close-button span {
    background-color: #fff
}

.navbar .search-box .search-popup .search-box-inner {
    padding-right: 58px
}

@media screen and (max-width: 1023px) {
    .navbar .search-box .search-popup .search-box-inner {
        padding-right: 48px
    }
}

@media screen and (max-width: 767px) {
    .navbar .search-box .search-popup .search-box-inner {
        padding-right: 44px
    }
}

.navbar .search-box .search-popup .search-input {
    position: relative
}

.navbar .search-box .search-popup .search-input svg {
    width: 16px;
    color: #00305e;
    position: absolute;
    left: 0;
    top: 3px
}

.navbar .search-box .search-popup .search-input svg [id^=“fill”]:not([fill=none]),
.navbar .search-box .search-popup .search-input svg [fill]:not([fill=none]) {
    fill: currentcolor
}

@media screen and (max-width: 767px) {
    .navbar .search-box .search-popup .search-input svg {
        top: 1px
    }
}

.navbar .search-box .search-popup .search-input input {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    height: 31px;
    letter-spacing: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 48, 94, .1);
    background-color: transparent;
    padding: 2px 26px 6px
}

@media screen and (max-width: 767px) {
    .navbar .search-box .search-popup .search-input input {
        font-size: 14px;
        padding: 0 26px 3px;
        height: 26px
    }
}

.navbar .search-box .search-popup .search-input input:focus {
    border-bottom: 1px solid #00305e
}

.navbar .search-box .search-popup .popular-links {
    margin-top: 20px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar .search-box .search-popup .popular-links {
        margin-right: 30px
    }
}

.navbar .search-box .search-popup .popular-links p {
    font-size: 12px;
    line-height: 14.26px;
    letter-spacing: 0;
    color: #a2a6ad;
    text-transform: capitalize;
    margin-bottom: 6px
}

.navbar .search-box .search-popup .popular-links .links {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.navbar .search-box .search-popup .popular-links .links li {
    margin: 0;
    padding: 0
}

@media screen and (min-width: 768px),
print {
    .navbar .search-box .search-popup .popular-links .links {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 22px;
        column-gap: 22px
    }
}

.navbar .search-box .search-popup .popular-links .links li {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #1f2937;
    margin-bottom: 7px
}

.navbar .search-box .search-popup .popular-links .links li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 1px
}

.navbar .search-box .search-popup .popular-links .links li a:hover {
    text-decoration-color: #1f2937
}

.main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: all .3s;
    height: var(--menu-height);
    padding-left: var(--spacing);
    padding-right: var(--spacing);
    --spacing: 130px
}

@media screen and (max-width: 1243px) {
    .main-navbar {
        --spacing: 60px
    }
}

@media screen and (max-width: 1023px) {
    .main-navbar {
        --spacing: 42px
    }
}

@media screen and (max-width: 767px) {
    .main-navbar {
        --spacing: 20px
    }
}

body.menu-stuck:not(.menu-open) .main-navbar,
body.scroll-down:not(.menu-open) .main-navbar {
    background-color: #00305e;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    body.menu-stuck:not(.menu-open) .main-navbar,
    body.scroll-down:not(.menu-open) .main-navbar {
        padding-right: 50px
    }
}

@media screen and (max-width: 767px) {

    body.menu-stuck:not(.menu-open) .main-navbar,
    body.scroll-down:not(.menu-open) .main-navbar {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

body.single-page .navigation--light .main-navbar {
    background-color: #00305e
}

body.scroll-down .main-navbar {
    transform: translateY(-100%)
}

body.is-top .main-navbar {
    transform: translateY(-200%)
}

.offcanvas-navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translate(100%);
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), transform .8s cubic-bezier(.77, 0, .175, 1);
    opacity: 0
}

.offcanvas-navbar.is-active {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    transition: opacity .8s cubic-bezier(.77, 0, .175, 1), transform 1s cubic-bezier(.77, 0, .175, 1)
}

.offcanvas-navbar-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 120px 0
}

@media screen and (max-width: 1023px) {
    .offcanvas-navbar-wrapper {
        height: 100%;
        justify-content: center;
        padding-top: var(--menu-height);
        padding-bottom: var(--menu-height)
    }
}

@media screen and (max-width: 767px) {
    .offcanvas-navbar-wrapper {
        padding-bottom: var(--misc-height)
    }
}

.offcanvas-navbar-images {
    width: 32.0833333333%;
    position: relative
}

@media screen and (max-width: 1023px) {
    .offcanvas-navbar-images {
        display: none
    }
}

.offcanvas-navbar-images .images {
    position: relative
}

.offcanvas-navbar-images .images:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    transition: all .3s;
    z-index: 2
}

.offcanvas-navbar-images .img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s
}

.offcanvas-navbar-images .img.is-default,
.offcanvas-navbar-images .img.is-active {
    opacity: 1
}

.offcanvas-navbar-images .img:not(.is-default) {
    z-index: 1
}

.offcanvas-navbar-images .offcanvas-navbar-logo {
    width: 100%;
    max-width: 134px;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3
}

.offcanvas-navbar-images .offcanvas-navbar-logo img {
    width: 100%
}

.offcanvas-navbar .navbar-menu-inner {
    flex: 1;
    overflow: auto
}

.offcanvas-navbar .navbar-menu-inner::-webkit-scrollbar {
    width: 5px
}

.offcanvas-navbar .navbar-menu-inner::-webkit-scrollbar-track {
    background: #fff
}

.offcanvas-navbar .navbar-menu-inner::-webkit-scrollbar-thumb {
    background: #d9d9d9
}

.offcanvas-navbar .navbar-menu-inner::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9
}

@media screen and (min-width: 768px),
print {
    .offcanvas-navbar .navbar-menu-inner {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative
    }
}

.offcanvas-navbar .navbar-menu-inner .content {
    width: 100%;
    max-height: 100%;
    padding: 0 60px
}

@media screen and (max-width: 1023px) {
    .offcanvas-navbar .navbar-menu-inner .content {
        padding: 0 40px
    }
}

@media screen and (max-width: 767px) {
    .offcanvas-navbar .navbar-menu-inner .content {
        padding: 30px 22px
    }
}

.offcanvas-navbar .misc-links {
    width: 100%;
    background-color: #a2a6ad1a;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 89px;
    padding: 0 60px
}

@media screen and (max-width: 1023px) {
    .offcanvas-navbar .misc-links {
        padding: 0 40px
    }
}

.offcanvas-navbar .misc-links ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.offcanvas-navbar .misc-links ul li {
    margin: 0;
    padding: 0
}

.offcanvas-navbar .misc-links .misc-link {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .5px;
    color: #374151
}

.offcanvas-navbar .misc-links .misc-link:hover {
    color: #0074b9
}

.offcanvas-navbar .link-box .trigger {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    padding: 12px 18px
}

.offcanvas-navbar .link-box .trigger span {
    display: block
}

.offcanvas-navbar .quicklinks {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6f6f7
}

.offcanvas-navbar .quicklinks .is-active .dropdown-box {
    grid-template-rows: 1fr;
    opacity: 1
}

.offcanvas-navbar .quicklinks button {
    width: 100%;
    height: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.offcanvas-navbar .quicklinks .dropdown-box {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1), opacity .5s cubic-bezier(.23, .93, .77, 1)
}

.offcanvas-navbar .quicklinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: solid 1px #e5e7eb;
    min-height: 0;
    display: none
}

.offcanvas-navbar .quicklinks ul li {
    margin: 0;
    padding: 0;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .5px;
    color: #374151
}

.offcanvas-navbar .quicklinks ul li:not(:first-child) {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .offcanvas-navbar .quicklinks ul li:first-child {
        margin-top: 33px
    }

    .offcanvas-navbar .quicklinks ul li:last-child {
        margin-bottom: 33px
    }
}

.offcanvas-navbar .quicklinks ul li:hover {
    color: #0074b9
}

.level1 {
    opacity: 1;
    transition: all .3s;
    width: 45%
}

@media screen and (max-width: 1023px) {
    .level1 {
        width: 55%
    }
}

@media screen and (max-width: 767px) {
    .level1 {
        width: 100%
    }
}

body.quicklinks-active .level1 {
    opacity: .1;
    pointer-events: none
}

.level1 .parent-item:not(:first-child) {
    margin-top: 26px
}

@media screen and (max-width: 1023px) {
    .level1 .parent-item:not(:first-child) {
        margin-top: 34px
    }
}

@media screen and (max-width: 767px) {
    .level1 .parent-item:not(:first-child) {
        margin-top: 13px
    }

    .level1 .parent-item.is-active.has-child .parent-wrapper:after {
        transform: rotate(0)
    }
}

.level1 .parent-item.is-active .parent-title {
    color: #0074b9
}

@media screen and (min-width: 768px),
print {
    .level1 .parent-item.is-active .child-panel {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }
}

@media screen and (max-width: 767px) {
    .level1 .parent-item.is-active .child-panel {
        grid-template-rows: 1fr;
        opacity: 1
    }

    .level1 .parent-item.has-child .parent-wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 8px
    }

    .level1 .parent-item.has-child .parent-wrapper:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/arrow-menu.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
        pointer-events: none;
        transition: all .3s
    }
}

.level1 .parent-item .parent-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .5px;
    color: #00305e
}

@media screen and (max-width: 767px) {
    .level1 .parent-item .parent-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .32px
    }
}

.child-panel {
    left: 48.5%
}

@media screen and (min-width: 768px),
print {
    .child-panel {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50px);
        transition: all .2s .4s
    }
}

@media screen and (max-width: 1023px) {
    .child-panel {
        left: 60%;
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .child-panel {
        width: 100%;
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        opacity: 0;
        transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1), opacity .5s cubic-bezier(.23, .93, .77, 1)
    }
}

.level2 {
    min-height: 0
}

.level2 .child-item:not(:first-child) {
    margin-top: 14px
}

@media screen and (max-width: 767px) {
    .level2 .child-item:first-child {
        margin-top: 12px
    }

    .level2 .child-item:last-child {
        margin-bottom: 12px
    }
}

.level2 .child-item.is-active .child-wrapper .view-third {
    transform: rotate(0)
}

.level2 .child-item.is-active .child-title {
    color: #274e37;
    text-decoration-color: currentcolor
}

.level2 .child-item.is-active .third-panel {
    grid-template-rows: 1fr;
    opacity: 1
}

.level2 .child-item.has-third .child-wrapper {
    cursor: pointer
}

.level2 .child-item .child-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.level2 .child-item .child-wrapper .view-third {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: all .3s
}

.level2 .child-item .child-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #374151;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 12px;
    text-decoration-thickness: 1px;
    padding: 5.5px 0
}

@media screen and (max-width: 767px) {
    .level2 .child-item .child-title {
        padding: 0;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .5px
    }
}

.level2 .child-item .child-title:hover {
    color: #274e37;
    text-decoration-color: currentcolor
}

.third-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    transition: grid-template-rows .5s cubic-bezier(.23, .93, .77, 1), opacity .5s cubic-bezier(.23, .93, .77, 1)
}

.level3 {
    min-height: 0
}

.level3 .third-item {
    margin-top: 6px
}

.level3 .third-item:nth-child(1) {
    margin-top: 13px
}

.level3 .third-title {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #4b5563
}

@media screen and (max-width: 767px) {
    .level3 .third-title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .5px
    }
}

.level3 .third-title:hover {
    color: #00305e
}

.navigation--campaign .btn {
    display: flex;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: none;
    gap: 5px
}

.navigation--campaign .btn span i {
    font-style: normal;
    display: inline
}

@media screen and (max-width: 767px) {
    .navigation--campaign .btn span i {
        display: none
    }
}

.navigation--campaign .btn:hover {
    color: #fec10d
}

.navigation--campaign .btn:hover svg {
    transform: translate(-5px)
}

.navigation--campaign .btn svg path {
    stroke: transparent;
    fill: currentcolor
}

.socials .title {
    margin-bottom: 14px
}

.socials ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.socials ul svg {
    color: inherit
}

.socials ul svg [id^=“fill”]:not([fill=none]),
.socials ul svg [fill]:not([fill=none]) {
    fill: currentcolor
}

.socials ul svg path {
    transition: none
}

.footer {
    display: flex;
    flex-flow: column nowrap;
    gap: 52px;
    padding-top: 60px
}

@media screen and (max-width: 1023px) {
    .footer {
        gap: 46px;
        padding-top: 54px
    }
}

@media screen and (max-width: 767px) {
    .footer {
        gap: 0;
        padding-top: 58px
    }

    body.homepage .footer {
        padding-top: 78px
    }
}

.footer--dark .footer-logo img {
    content: var(--logo-white)
}

.footer--dark .title {
    color: #fec10d
}

.footer--dark .footer-social .title,
.footer--dark .address {
    color: #fff
}

.footer--dark .address:hover,
.footer--dark .footer-menu ul li a {
    color: #fec10d
}

.footer--dark .footer-social ul li {
    color: #fff
}

.footer--dark .footer-social ul li a:hover {
    color: #fec10d
}

.footer--dark .footer-bottom p {
    color: #fff
}

.footer--dark .footer-bottom p a:hover {
    color: #fec10d
}

.footer--light .footer-logo img {
    content: var(--logo-dark)
}

.footer--light .title {
    color: #274e37
}

.footer--light .footer-bottom {
    background-color: #a2a6ad1a
}

.footer--light .address {
    color: #1f2937
}

.footer--light .address:hover {
    color: #fec10d
}

.footer--light .footer-menu ul li a {
    color: #00305e
}

.footer--light .footer-social ul li {
    color: #274e37
}

.footer--light .footer-social ul li a:hover {
    color: #fec10d
}

.footer--light .footer-bottom p {
    color: #1f2937
}

.footer--light .footer-bottom p a:hover {
    color: #fec10d
}

.footer .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.footer .title {
    font-family: fields, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .footer .title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .footer p {
        font-size: 14px;
        line-height: 20px
    }
}

.footer-divider hr {
    background-color: #d3dde7
}

.footer-top .content {
    gap: 50px 103px
}

@media screen and (max-width: 767px) {
    .footer-top .content {
        gap: 46px;
        padding-bottom: 42px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-center {
        padding: 4px 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-bottom>.container>.content {
        padding: 22px 0
    }

    body.homepage .footer-bottom>.container>.content {
        padding-bottom: 38px
    }
}

@media screen and (max-width: 1023px) {
    .footer-bottom>.container>.content {
        align-items: flex-start;
        padding: 48px 0 40px
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom>.container>.content {
        padding: 18px 0 26px
    }
}

@media screen and (min-width: 1024px) {
    .homepage .footer-bottom>.container>.content {
        min-height: 124px
    }
}

.footer-bottom p {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .footer-bottom p {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom p {
        font-size: 12px
    }
}

.footer-bottom p+p {
    margin-left: 36px
}

.footer-bottom p a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.footer-logo {
    max-width: 251px;
    display: flex
}

@media screen and (min-width: 1024px) {
    .footer-logo {
        margin-bottom: 3px
    }
}

@media screen and (max-width: 1023px) {
    .footer-logo {
        max-width: 176px
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        max-width: 186px
    }
}

.footer-address {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 21px 10px
}

@media screen and (min-width: 1024px) {
    .footer-address {
        flex: 1
    }
}

@media screen and (max-width: 1023px) {
    .footer-address {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .footer-address .item {
        width: 100%
    }
}

.footer-address .address {
    margin-bottom: 0
}

.footer-menu {
    flex: 1
}

@media screen and (max-width: 1023px) {
    .footer-menu {
        max-width: 359px
    }
}

@media screen and (max-width: 767px) {
    .footer-menu {
        width: 100%;
        max-width: 100%;
        flex: none
    }
}

.footer-menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .footer-menu ul {
        justify-content: flex-start;
        gap: 24px
    }
}

.footer-menu ul li {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .5px
}

@media screen and (max-width: 1023px) {
    .footer-menu ul li {
        font-size: 16px;
        line-height: 21px
    }
}

.footer-menu ul li a {
    text-decoration: underline;
    text-decoration-color: transparent
}

.footer-menu ul li a:hover {
    text-decoration-color: currentcolor
}

.footer-social {
    border-left: solid 1px #d3dde7;
    padding-left: 9.5%;
    margin-left: 9.5%
}

.footer-social .title {
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .footer-social .title {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 1024px) {
    .footer-social {
        transform: translateY(4px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-social {
        transform: translateY(2px)
    }
}

@media screen and (max-width: 767px) {
    .footer-social {
        padding: 22px 0 20px;
        margin: 20px 0 0;
        border: none;
        border-top: solid 1px #d3dde7;
        width: 100%
    }

    .footer-social ul {
        justify-content: flex-start;
        gap: 15px
    }
}

.footer-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 1023px) {
    .footer-logos {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 16px
    }
}

.homepage .footer-logos {
    display: none
}

.footer-logos img {
    max-width: 75px;
    max-height: 35px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer-links {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .footer-links {
        width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .footer-copyright {
        flex: 1
    }

    .footer-copyright p {
        display: block
    }

    .footer-copyright p+p {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        flex: none;
        width: 100%;
        max-width: 230px
    }
}

.pre-footer {
    position: relative;
    overflow: hidden
}

.homepage .pre-footer {
    margin-top: 180px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .homepage .pre-footer {
        margin-top: 114px
    }
}

@media screen and (max-width: 767px) {
    .homepage .pre-footer {
        margin-top: 92px
    }
}

body:not(.homepage) .pre-footer {
    margin-top: 108px
}

@media screen and (max-width: 767px) {
    body:not(.homepage) .pre-footer {
        margin-top: 92px
    }
}

body.timeline-page .article-content+.pre-footer {
    margin-top: 0
}

.homepage .pre-footer .angle-block .bg-navy {
    transform: skew(19.4deg);
    width: 36.5%
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer .angle-block .bg-navy {
        width: 45.5%
    }
}

@media screen and (max-width: 767px) {
    .homepage .pre-footer .angle-block .bg-navy {
        display: none
    }
}

.pre-footer .img {
    position: relative
}

.pre-footer .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .5;
    transition: all .3s
}

.pre-footer .img img {
    height: calc(100% + 300px)
}

.homepage .pre-footer .img {
    position: relative;
    height: calc(100% - 73px);
    top: 53px
}

.homepage .pre-footer .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .3;
    transition: all .3s
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer .img {
        height: calc(100% - 51px);
        top: 26px
    }
}

@media screen and (max-width: 767px) {
    .homepage .pre-footer .img {
        height: 100%;
        top: 0
    }
}

.pre-footer .content {
    padding: 48px 0;
    min-height: 526px;
    display: flex;
    align-items: center;
    justify-content: center
}

.homepage .pre-footer .content {
    min-height: 729px
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer .content {
        min-height: 487px
    }
}

@media screen and (max-width: 767px) {
    .homepage .pre-footer .content {
        min-height: 385px
    }
}

@media screen and (max-width: 1023px) {
    .pre-footer .content {
        min-height: 400px
    }
}

@media screen and (max-width: 767px) {
    .pre-footer .content {
        height: auto;
        min-height: 300px
    }
}

.pre-footer .text {
    margin-top: 14px
}

.homepage .pre-footer .text {
    margin-top: 66px
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer .text {
        margin-top: 10px
    }
}

.pre-footer .text img {
    margin-bottom: 42px
}

.pre-footer .text h2 {
    font-family: ofelia-display, sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 46px
}

@media screen and (max-width: 1023px) {
    .pre-footer .text h2 {
        font-size: 48px;
        line-height: 68px;
        letter-spacing: 0;
        margin-bottom: 42px
    }
}

@media screen and (max-width: 767px) {
    .pre-footer .text h2 {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 32px
    }
}

.homepage .pre-footer .text h2 {
    color: #0074b9
}

@media screen and (min-width: 1024px) {
    .homepage .pre-footer .text h2 {
        font-size: 110.4px;
        line-height: 138px;
        letter-spacing: 0;
        margin-bottom: 50px
    }
}

.homepage .pre-footer .text h2 span {
    color: #fec10d
}

.pre-footer .text .button-group {
    gap: 20px 44px
}

@media screen and (max-width: 767px) {
    .pre-footer .text .button-group {
        flex-direction: column;
        gap: 14px
    }
}

@media screen and (min-width: 1244px) {
    .homepage .pre-footer .text .button-group {
        justify-content: flex-end
    }
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer .text .button-group {
        gap: 20px 14px
    }

    .pre-footer .text .button-group .btn {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
        padding: 12px 17px
    }
}

.pre-footer-back-top {
    position: relative;
    z-index: 5;
    margin-bottom: -20px !important
}

.homepage .pre-footer-back-top {
    margin-bottom: -43px !important
}

.pre-footer-back-top .back-top {
    cursor: pointer;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transform: translateY(-18px)
}

.homepage .pre-footer-back-top .back-top {
    transform: translateY(-46px)
}

@media screen and (max-width: 1023px) {
    .homepage .pre-footer-back-top .back-top {
        transform: translateY(-42px)
    }
}

@media screen and (max-width: 767px) {
    .homepage .pre-footer-back-top .back-top {
        transform: translateY(-22px)
    }
}

.pre-footer-back-top .back-top:hover svg {
    color: #0074b9
}

.pre-footer-back-top svg {
    width: 34px;
    height: auto;
    color: #fec10d;
    border-radius: 50%;
    box-shadow: 0 4px 4px #0000001f
}

@media screen and (max-width: 767px) {
    .pre-footer-back-top svg {
        width: 25px
    }
}

.pre-footer-back-top svg path {
    fill: currentcolor
}

.pre-footer-back-top span {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #00305e;
    margin-top: 7px;
    min-width: 48px
}

.article-grid-block.is-three {
    --gap: 20px
}

.article-grid-block.is-three .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: calc(100% + var(--gap));
    gap: 48px var(--gap)
}

@media screen and (min-width: 768px),
print {
    .article-grid-block.is-three .items {
        gap: 88px var(--gap)
    }
}

.article-grid-block.is-three .item {
    width: calc(33.33% - var(--gap))
}

@media screen and (max-width: 1023px) {
    .article-grid-block.is-three .item {
        width: calc(50% - var(--gap))
    }
}

@media screen and (max-width: 767px) {
    .article-grid-block.is-three .item {
        width: calc(100% - var(--gap))
    }
}

.item--post:hover .img .responsive-img:before {
    opacity: .3
}

.item--post .img {
    position: relative
}

.item--post .img .is-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.item--post .img .responsive-img {
    position: relative;
    padding-top: 68.4210526316%
}

.item--post .img .responsive-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00305e;
    opacity: 0;
    transition: all .3s
}

.item--post .text {
    margin-top: 16px
}

.item--post .text .post-date {
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    color: #4b5563;
    margin-bottom: 8px
}

.item--post .text .post-mate {
    margin-bottom: 16px;
    font-family: effra, sans-serif;
    color: #274e37;
    text-transform: uppercase;
    font-style: normal;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px
}

.item--post .text .post-mate span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #a2a6ad;
    opacity: .2;
    margin: 0 10px 0 12px;
    transform: translateY(1px)
}

.item--post .text .post-mate span:not(:first-child) {
    font-weight: 600
}

.item--post .text .post-mate span:not(:last-child):after {
    opacity: 1;
    margin: 0 7px
}

.item--post .text .post-desc {
    color: #1f2937;
    margin-bottom: 12px
}

.pagination {
    margin-top: 96px
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pagination {
        margin-top: 60px
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 48px
    }
}

.pagination li {
    flex: none
}

.pagination-list {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.pagination-link {
    min-width: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e5e7eb;
    color: #a2a6ad;
    transition: all .3s;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0
}

.pagination-link.is-current {
    background-color: #002e5f;
    border-color: #002e5f;
    color: #fec10d
}

.pagination-link.arrow {
    position: relative
}

.pagination-link.arrow:before {
    content: "";
    display: block;
    background-image: url(../images/pagination-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px
}

.pagination-link.arrow.next:before {
    transform: rotate(180deg)
}

.pagination-link.arrow[disabled]:before {
    background-image: url(../images/pagination-arrow-disable.svg)
}

.pagination-link.omit {
    font-family: Inter, sans-serif
}

@media screen and (min-width: 1024px) {
    .pagination-link:not([disabled], .is-current):hover {
        border-color: #002e5f
    }
}

.prev-and-next .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.prev-and-next .prev-box .prev,
.prev-and-next .next-box .next {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    color: #00305e;
    gap: 10px
}

.prev-and-next .prev-box .prev span,
.prev-and-next .next-box .next span {
    transform: translate(0)
}

.prev-and-next .prev-box .prev svg,
.prev-and-next .next-box .next svg {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 1024px) {
    .prev-and-next .prev-box .prev:hover svg {
        transform: translate(-10px)
    }

    .prev-and-next .next-box .next:hover svg {
        transform: translate(10px, 1px)
    }
}

.prev-and-next .page-nums {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.prev-and-next .page-nums span {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    color: #00305e
}

.article-back-to a {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-family: forma-djr-deck, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #274e37
}

.article-back-to a svg {
    width: 16px;
    height: 16px;
    transform: translate(0);
    transition: all .3s
}

.article-back-to a svg [id^=“fill”]:not([fill=none]),
.article-back-to a svg [fill]:not([fill=none]) {
    fill: currentcolor
}

@media screen and (min-width: 1024px) {
    .article-back-to a:hover svg {
        transform: translate(-10px)
    }
}

.item--employment {
    padding: 56px 50px 56px 56px;
    border-radius: 0;
    border: 1px solid #f3f4f6
}

@media screen and (max-width: 767px) {
    .item--employment {
        padding: 40px 20px
    }
}

.item--employment .is-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #1f2937;
    margin-bottom: 14px
}

.item--employment .is-date {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #a2a6ad;
    margin-bottom: 16px
}

.item--employment .is-desc {
    color: #4b5563
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .item--employment .is-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
}

.item--employment .button-group {
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .item--employment .button-group {
        margin-top: 24px
    }
}

.item--employment+.item {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .item--employment+.item {
        margin-top: 12px
    }
}

@media screen and (min-width: 1024px) {
    .event-grid {
        padding-top: 6px
    }
}

.event-grid>.container>.content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.event-grid .article-content {
    width: 66%
}

@media screen and (max-width: 1023px) {
    .event-grid .article-content {
        width: 100%;
        order: 1
    }
}

.event-grid .article-content .rich-text p {
    font-size: 18px;
    line-height: 25px
}

@media screen and (min-width: 1024px) {
    .event-grid .article-content .article-back-to:last-child {
        margin-top: 156px
    }
}

.event-grid .details {
    width: 23.8%
}

@media screen and (max-width: 1023px) {
    .event-grid .details {
        width: 100%
    }
}

.event-grid .details .wrapper {
    max-width: 208px;
    position: sticky;
    top: 90px;
    transition: top .6s
}

body.menu-stuck .event-grid .details .wrapper {
    top: calc(var(--menu-height) + 90px)
}

.event-grid .details .wrapper .item {
    margin-bottom: 28px
}

@media screen and (max-width: 767px) {
    .event-grid .details .wrapper .item {
        margin-top: 18px
    }
}

.event-grid .details .wrapper .item .title-c {
    font-weight: 500;
    color: #274e37;
    margin-bottom: 8px
}

.event-grid .details .wrapper .item p:not([class]) {
    color: #374151;
    margin-bottom: 8px
}

.event-grid .details .wrapper .book-now {
    margin-top: 44px
}

@media screen and (max-width: 767px) {
    .event-grid .details .wrapper .book-now {
        margin-top: 30px
    }
}

.article-detail .content {
    max-width: 680px
}

@media screen and (max-width: 767px) {
    .article-detail .content {
        margin-top: 30px
    }
}

@media screen and (min-width: 768px),
print {
    .article--events-single .article-detail .content {
        margin-top: 55px
    }

    .article--news-single .article-detail .content {
        margin-top: 50px
    }
}

.article-detail h1 {
    font-size: 36px;
    line-height: 40px;
    color: #1f2937;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .article-detail h1 {
        margin-top: 20px
    }
}

.article-detail .meta {
    font-size: 12px;
    line-height: 12px;
    color: #4b5563;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .article-detail .meta {
        margin-top: 20px
    }
}

.article-detail .is-lead {
    color: #374151
}

.article--news-single .article-content {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .article--news-single .article-content {
        margin-top: 20px
    }
}

.categories-nav {
    width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.categories-nav-block {
    z-index: 3
}

.categories-nav.is-active p:after {
    transform: translateY(-50%) rotate(180deg)
}

.categories-nav p {
    cursor: pointer;
    border: solid 1px #d2d6dc;
    background-color: #fff;
    box-shadow: 0 1px 2px #0000000d;
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #1f2937;
    margin: 0;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    padding: 12px 16px;
    transition: all .3s
}

.categories-nav p:after {
    content: "";
    display: inline-block;
    background-image: url(../images/chevron-down.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 14px;
    pointer-events: none;
    transform: translateY(-50%) rotate(0);
    transition: all .3s
}

.categories-nav p:hover {
    border: solid 1px #00305e
}

.categories-nav ul {
    display: none;
    margin: 0;
    list-style-type: none;
    border-radius: 8px;
    padding: 8px 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    transform: translateY(100%);
    background-color: #fff;
    box-shadow: 0 10px 15px -3px #0000001a;
    max-height: 232px;
    overflow-y: auto;
    z-index: 2
}

.categories-nav ul li {
    margin: 0;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #374151;
    padding: 9px 0;
    transition: all .3s
}

@media screen and (min-width: 1024px) {
    .categories-nav ul li:hover {
        color: #fec10d
    }

    .block-article-grid.accordion-block .accordion-wrapper:hover:after {
        width: 0%
    }
}

.block-article-grid.accordion-block .accordion-header {
    padding-left: 0
}

@media screen and (min-width: 1024px) {
    .block-article-grid.accordion-block .accordion-header:hover .accordion-switch {
        background-color: #00305e
    }

    .block-article-grid.accordion-block .accordion-header:hover .accordion-switch:before,
    .block-article-grid.accordion-block .accordion-header:hover .accordion-switch:after {
        background-color: #fff
    }
}

.block-article-grid.accordion-block .accordion-header span {
    font-family: ofelia-display, sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .block-article-grid.accordion-block .accordion-header span {
        font-size: 30px;
        line-height: 36px;
        font-weight: 500
    }
}

.block-article-grid.accordion-block .accordion-switch {
    width: 44px;
    height: 44px;
    right: 0;
    background-color: transparent;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .block-article-grid.accordion-block .accordion-switch {
        width: 32px;
        height: 32px
    }
}

.block-article-grid.accordion-block .accordion-switch:before,
.block-article-grid.accordion-block .accordion-switch:after {
    width: 1.69px;
    height: 26.44px;
    background-color: #4b5563
}

@media screen and (max-width: 767px) {

    .block-article-grid.accordion-block .accordion-switch:before,
    .block-article-grid.accordion-block .accordion-switch:after {
        height: 14.6px;
        width: .93px
    }
}

.block-article-grid.accordion-block .items {
    gap: 20px;
    padding: 24px 0 48px
}

@media screen and (max-width: 767px) {
    .block-article-grid.accordion-block .items {
        padding: 8px 0 32px;
        gap: 16px
    }
}

.item--cat {
    background-color: #0074b9;
    position: relative
}

@media screen and (min-width: 1024px) {
    .item--cat:hover {
        background-color: #00305e
    }

    .item--cat:hover .text * {
        color: #fff
    }
}

.item--cat .text {
    padding: 54px 32px
}

@media screen and (max-width: 767px) {
    .item--cat .text {
        padding: 32px 24px
    }
}

.item--cat .text * {
    transition: color .3s
}

.item--cat .text .date {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 14px
}

.item--cat .text h3 {
    font-family: effra, sans-serif;
    color: #002e5f;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px
}

.item--cat .text .btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

@media screen and (min-width: 1024px) {
    .newsletter-wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start
    }

    .newsletter-wrapper .article {
        flex: 1
    }
}

@media (width <=1243px) and (width >=1024px) {
    .newsletter-wrapper .article {
        padding: 0 40px
    }
}

.newsletter-category:not(:last-child) .content {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 60px;
    padding-bottom: 60px
}

@media screen and (max-width: 767px) {
    .newsletter-category:not(:last-child) .content {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

.newsletter-category:last-of-type .content {
    padding-bottom: 0;
    border-bottom: none
}

.newsletter-category-wrapper {
    padding-bottom: 10px
}

.newsletter-category .image {
    margin-top: 24px
}

.newsletter-category .image .responsive-img {
    padding-top: 66.7948717949%
}

@media screen and (max-width: 1023px) {
    .newsletter-category .image .responsive-img {
        padding-top: 75.726744186%
    }
}

@media screen and (max-width: 767px) {
    .newsletter-category .image .responsive-img {
        padding-top: 100%
    }
}

.newsletter-category .newsletter-excerpt {
    max-width: 780px
}

.newsletter-category h2:not([class]) {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #0074b9;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .newsletter-category h2:not([class]) {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0
    }
}

.newsletter-category h3 {
    color: #002e5f;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: effra, sans-serif;
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .newsletter-category h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0
    }
}

.newsletter-category p {
    margin-bottom: 18px
}

.newsletter-category p:last-child {
    margin-bottom: 0
}

.newsletter-article {
    margin-top: 30px
}

@media screen and (max-width: 1023px) {
    .newsletter-article+.newsletter-article {
        margin-top: 32px
    }
}

.newsletter-article.is-active .newsletter-blocks-wrapper:after {
    display: none
}

.newsletter-article.is-active .continue:before {
    content: "Read Less"
}

.newsletter-article .newsletter-excerpt img {
    margin-top: 10px
}

.newsletter-article .newsletter-blocks-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    max-height: 0
}

.newsletter-article .newsletter-blocks-wrapper .custom-component {
    margin-top: 60px
}

@media screen and (max-width: 1023px) {
    .newsletter-article .newsletter-blocks-wrapper .custom-component {
        margin-top: 40px
    }
}

.newsletter-article .newsletter-blocks-wrapper .container,
.newsletter-article .newsletter-blocks-wrapper .section {
    all: unset
}

.newsletter-article .newsletter-blocks-wrapper .title {
    margin-top: 20px;
    color: #00305e;
    margin-bottom: 0
}

.newsletter-article .continue {
    cursor: pointer;
    display: block;
    margin-top: 62px
}

@media screen and (max-width: 767px) {
    .newsletter-article .continue {
        margin-top: 40px
    }
}

.newsletter-article .continue span {
    display: none
}

.newsletter-article .continue:before {
    content: "Continue Reading"
}

.newsletter-sidebar {
    background-color: #0074b9;
    padding: 0 0 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: transform .8s cubic-bezier(.77, 0, .175, 1), top .3s;
    flex-shrink: 0;
    color: #002e5f
}

body.menu-stuck .newsletter-sidebar {
    top: var(--menu-height)
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar {
        width: 21.9444444444%;
        transform: none;
        box-shadow: none;
        position: initial;
        padding: 96px 48px 48px;
        min-width: 310px
    }
}

@media screen and (max-width: 1023px) {
    .newsletter-sidebar {
        position: sticky;
        bottom: auto;
        top: 0;
        left: 0;
        padding-bottom: 0
    }
}

.newsletter-sidebar.is-active {
    transform: translateY(0)
}

.newsletter-sidebar.is-active #newsletter-menu .menu-burger span:first-child {
    top: 12px;
    transform: rotate(45deg)
}

.newsletter-sidebar.is-active #newsletter-menu .menu-burger span:nth-child(2) {
    opacity: 0
}

.newsletter-sidebar.is-active #newsletter-menu .menu-burger span:last-child {
    top: 12px;
    transform: rotate(-45deg)
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar .sidebar-wrapper {
        position: sticky;
        top: 40px;
        transition: top .4s
    }

    body.menu-stuck .newsletter-sidebar .sidebar-wrapper {
        top: calc(var(--menu-height) + 40px)
    }

    .newsletter-sidebar .sidebar-heading {
        padding: 0
    }
}

@media screen and (max-width: 1023px) {
    .newsletter-sidebar .sidebar-heading {
        padding: 24px 40px
    }
}

@media screen and (max-width: 767px) {
    .newsletter-sidebar .sidebar-heading {
        padding: 15px 20px
    }
}

.newsletter-sidebar .sidebar-heading #newsletter-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-family: ofelia-display, sans-serif;
    font-weight: 500
}

@media screen and (max-width: 1023px) {
    .newsletter-sidebar .sidebar-heading #newsletter-menu {
        font-size: 18px;
        line-height: 25px;
        gap: 8px;
        font-weight: 500
    }

    .newsletter-sidebar .sidebar-heading #newsletter-menu>span:first-child {
        order: 2
    }
}

.newsletter-sidebar .sidebar-heading .menu-burger {
    order: 1;
    width: 24px;
    height: 24px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar .sidebar-heading .menu-burger {
        display: none
    }
}

.newsletter-sidebar .sidebar-heading .menu-burger span {
    position: absolute;
    width: 18px;
    border-radius: 2px;
    height: 2px;
    background-color: #002e5f;
    left: 3px;
    transition: all .3s
}

.newsletter-sidebar .sidebar-heading .menu-burger span:first-child {
    top: 6px
}

.newsletter-sidebar .sidebar-heading .menu-burger span:nth-child(2) {
    top: 12px
}

.newsletter-sidebar .sidebar-heading .menu-burger span:nth-child(3) {
    top: 18px
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar .newsletter-categories {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        max-height: none
    }
}

@media screen and (max-width: 1023px) {
    .newsletter-sidebar .newsletter-categories {
        display: none;
        width: 100%;
        background-color: #0074b9;
        padding: 3px 40px 26px
    }
}

@media screen and (max-width: 767px) {
    .newsletter-sidebar .newsletter-categories {
        padding: 0 20px 26px;
        margin-top: -2px
    }
}

.newsletter-sidebar .newsletter-category {
    margin-top: 27px
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar .newsletter-category:first-child {
        margin-top: 24px
    }
}

.newsletter-sidebar .newsletter-category .text-intro {
    margin-top: 15px;
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .newsletter-sidebar .newsletter-category .text-intro {
        max-width: 220px
    }
}

.newsletter-sidebar .newsletter-category .text-intro p {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #4b5563
}

.newsletter-sidebar .newsletter-category .text-intro p:last-child {
    margin-bottom: 0;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.newsletter-sidebar header {
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    transition: all .3s;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px
}

@media screen and (min-width: 1024px) {
    .newsletter-sidebar header:hover {
        color: #0074b9;
        text-decoration-color: #0074b9
    }
}

.newsletter-sidebar .newsletter-category--upcoming {
    margin-top: 24px
}

@media screen and (min-width: 1024px) {
    .newsletter-aside {
        width: 100px
    }

    .newsletter-aside .back-top {
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        position: sticky;
        top: 85vh
    }

    body.menu-stuck .newsletter-aside .back-top {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 1023px) {
    .newsletter-aside .back-top {
        background-color: #0074b9;
        z-index: 3;
        position: fixed;
        top: calc(var(--height) - 110px);
        right: 33px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s
    }

    body.menu-stuck .newsletter-aside .back-top {
        opacity: 1;
        visibility: visible
    }

    .newsletter-aside .back-top.is-hidden {
        opacity: 0 !important;
        visibility: hidden !important
    }
}

.newsletter-aside .back-top button {
    height: 100px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media screen and (min-width: 1024px) {
    .newsletter-aside .back-top button {
        transform: translate(-46px)
    }
}

@media screen and (max-width: 767px) {
    .newsletter-aside .back-top button {
        height: 81px;
        width: 81px;
        gap: 4px
    }
}

.newsletter-aside .back-top button span {
    transition: all .3s
}

.newsletter-aside .back-top button svg {
    transition: all .3s
}

.newsletter-aside .back-top button svg rect {
    transition: all .3s
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .newsletter-aside .back-top button:hover span {
        color: #0074b9
    }

    .newsletter-aside .back-top button:hover svg {
        color: #0074b9;
        background-color: #fff
    }

    .newsletter-aside .back-top button:hover svg rect {
        stroke: #0074b9
    }
}

.newsletter-aside .back-top .back-top-text {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500 !important;
    color: #002e5f;
    text-transform: none;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .newsletter-aside .back-top .back-top-text {
        font-size: 12px;
        line-height: 12px
    }
}

.newsletter-aside .back-top svg {
    display: inline-block;
    vertical-align: middle;
    color: #002e5f
}

.newsletter-aside .back-top svg [id^=“fill”]:not([fill=none]),
.newsletter-aside .back-top svg [fill]:not([fill=none]) {
    fill: currentcolor
}

@media screen and (max-width: 1023px) {
    .newsletter-aside .back-top svg {
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 767px) {
    .newsletter-aside .back-top svg {
        width: 20px;
        height: 20px
    }
}

.search-nav .wrapper {
    position: relative
}

.search-nav .wrapper .search-icon {
    padding-left: .75rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.search-nav .wrapper .search-icon svg {
    width: 1.25rem;
    height: 1.25rem
}

.search-nav .wrapper input {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem 1rem 1rem 2.5rem;
    background-color: #f9fafb;
    border: 1px solid rgb(209, 213, 219);
    border-radius: .5rem;
    width: 100%;
    transition: all .3s
}

.search-nav .wrapper input:focus {
    border: 1px solid #00305e
}

.search-nav .wrapper input:focus-visible {
    outline: none
}

.search-nav .wrapper button {
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    background-color: #00305e;
    position: absolute;
    min-width: unset;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    transition: all .3s
}

.search-nav .wrapper button svg {
    width: 1.25rem;
    height: 1.25rem;
    margin: auto
}

@media screen and (min-width: 1024px) {
    .search-nav .wrapper button:hover {
        background-color: #0074b9;
        background-position: right;
        color: #fff;
        background-image: none;
        transition: all .3s
    }
}

.search-results .item {
    display: block;
    border: solid 1px rgba(0, 48, 94, .1);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .search-results .item:hover {
        border: solid 1px #00305e
    }
}

.search-results .item button {
    color: #0074b9
}

@media screen and (max-width: 1023px) {
    .business-filter {
        padding-top: 0
    }

    .business-filter .container {
        padding: 0 42px
    }
}

@media screen and (max-width: 767px) {
    .business-filter .container {
        padding: 0 20px
    }
}

.business-filter .form {
    margin: 0 auto
}

.business-filter .form form {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width: 767px) {
    .business-filter .form form {
        flex-direction: column
    }
}

.business-filter .form .form-input {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 300px
}

@media screen and (max-width: 1023px) {
    .business-filter .form .form-input {
        max-width: 230px
    }

    .business-filter .form .form-input.select ul {
        top: calc(100% + 5px)
    }
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-input {
        max-width: 100%;
        width: 100%
    }
}

.business-filter .form .form-input.search input {
    padding-left: 38px
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-input.search input {
        padding-left: 40px
    }
}

.business-filter .form .form-input.search svg {
    position: absolute;
    left: 16px
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-input.search svg {
        left: 18px
    }
}

.business-filter .form .form-input.select input,
.business-filter .form .form-input.filter input {
    cursor: pointer
}

.business-filter .form .form-input.select ul,
.business-filter .form .form-input.filter ul {
    position: absolute;
    top: calc(100% + 10px);
    border-radius: 4px;
    border: 1px solid #d1d5db;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    left: 0;
    display: none
}

.business-filter .form .form-input.select ul li,
.business-filter .form .form-input.filter ul li {
    cursor: pointer;
    transition: all .2s;
    color: #00305e;
    padding: 10px 14px
}

@media screen and (min-width: 1024px) {

    .business-filter .form .form-input.select ul li:hover,
    .business-filter .form .form-input.filter ul li:hover {
        background-color: #f3f4f6;
        color: #002e5f
    }
}

@media screen and (max-width: 1023px) {
    .business-filter .form .form-input.select {
        max-width: 170px
    }
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-input.select {
        max-width: 100%
    }
}

.business-filter .form .form-input.select input {
    padding-right: 42px
}

@media screen and (max-width: 1023px) {
    .business-filter .form .form-input.select input {
        padding-right: 22px
    }
}

.business-filter .form .form-input.select.active svg {
    transform: rotate(180deg)
}

.business-filter .form .form-input.select svg {
    position: absolute;
    right: 16px;
    width: 16px;
    height: 9px;
    transition: all .2s
}

.business-filter .form .form-input.filter {
    width: 180px;
    flex: initial
}

.business-filter .form .form-input.filter input {
    padding-right: 42px;
    padding-left: 42px
}

.business-filter .form .form-input.filter.active svg:last-of-type {
    transform: rotate(180deg)
}

.business-filter .form .form-input.filter svg {
    position: absolute;
    transition: all .2s
}

.business-filter .form .form-input.filter svg:first-of-type {
    left: 14px
}

.business-filter .form .form-input.filter svg:last-of-type {
    right: 14px
}

.business-filter .form .form-submit {
    cursor: pointer;
    width: 92px;
    margin-left: 18px
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-submit {
        margin-left: 0;
        width: 85px
    }
}

@media screen and (min-width: 1024px) {
    .business-filter .form .form-submit:hover input {
        background-color: #00305e;
        border-color: #00305e;
        color: #fff
    }
}

.business-filter .form .form-submit input {
    cursor: pointer;
    width: 100%;
    border: 1px solid #002e5f;
    color: #002e5f;
    font-family: effra, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s;
    padding: 9px;
    border-radius: 0
}

@media screen and (max-width: 767px) {
    .business-filter .form .form-submit input {
        font-size: 12px;
        line-height: 25px
    }
}

.business-filter .form input:not([type=submit]) {
    font-family: effra, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 14px;
    box-shadow: 0 1px 2px #1018280d;
    width: 100%;
    color: #002e5f;
    border: 1px solid #9ca3af;
    text-transform: none;
    border-radius: 0
}

.business-filter .form input:not([type=submit])::-moz-placeholder {
    color: #4b5563 !important;
    opacity: 1 !important
}

.business-filter .form input:not([type=submit])::placeholder {
    color: #4b5563 !important;
    opacity: 1 !important
}

.business-filter .form input:not([type=submit]):focus-visible {
    border-color: #4b5563;
    outline: none
}

.business-filter .form input:not([type=submit]):focus {
    border-color: #9ca3af
}

.business-filter .form .serach-results {
    margin-top: 43px
}

@media screen and (max-width: 767px) {
    .business-filter .form .serach-results {
        margin-top: 36px;
        text-align: center
    }
}

.business-filter .form .serach-results span {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 1px;
    color: #4b5563;
    text-transform: uppercase;
    opacity: .7
}

.business-intro p {
    color: #6b7280
}

.business-intro .register-business {
    margin-top: 24px;
    padding: 48px;
    background-color: #0074b9;
    display: flex;
    gap: 64px;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .business-intro .register-business {
        gap: 34px;
        margin-top: 26px;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .business-intro .register-business {
        padding: 24px;
        gap: 26px
    }
}

.business-intro .register-business .intro {
    flex: 1
}

.business-intro .register-business .intro h3 {
    margin: 0 0 16px;
    color: #002e5f;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0
}

@media screen and (max-width: 1023px) {
    .business-intro .register-business .intro h3 {
        margin-bottom: 14px
    }
}

@media screen and (max-width: 767px) {
    .business-intro .register-business .intro h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 6px
    }
}

.business-intro .register-business .intro p {
    margin-bottom: 0;
    color: #4b5563
}

@media screen and (max-width: 767px) {
    .business-intro .register-business .intro p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.business-listing .content>.text-intro h2 {
    margin-bottom: 14px
}

@media screen and (max-width: 1023px) {
    .business-listing .content>.text-intro h2 {
        margin-bottom: 0
    }
}

.business-listing .content>.text-intro span {
    color: #1f2937
}

.business-listing .lists {
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .business-listing .lists {
        margin-top: 40px
    }
}

.business-listing .lists .list {
    position: relative;
    border-top: #9ca3af solid 1px;
    padding: 46px 0;
    border-radius: 0
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list {
        padding: 48px 0
    }
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list {
        padding: 25px 0 36px
    }
}

.business-listing .lists .list:last-child {
    border-bottom: #9ca3af solid 1px
}

.business-listing .lists .list:first-child {
    margin-top: 0
}

.business-listing .lists .list .wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px
}

.business-listing .lists .list .wrapper .list-body {
    flex: 1
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .wrapper .list-body .list-top {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .wrapper .list-body .list-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .wrapper .list-body .list-title {
        display: flex;
        gap: 26px;
        align-items: center
    }
}

.business-listing .lists .list .wrapper .list-body .list-title .image {
    width: 98px;
    height: 100px
}

.business-listing .lists .list .wrapper .list-body .list-title .image img {
    width: 100%
}

.business-listing .lists .list .wrapper .list-body .sub-title {
    color: #4b5563;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .8px
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .wrapper .list-body .sub-title {
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        letter-spacing: .8px
    }
}

.business-listing .lists .list .wrapper .list-body h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin: 11px 0;
    color: #0074b9
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .wrapper .list-body h3 {
        margin: 12px 0 0
    }
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .wrapper .list-body h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        margin-top: 10px;
        margin-bottom: 22px
    }
}

.business-listing .lists .list .wrapper>.image {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .wrapper>.image {
        display: none
    }
}

.business-listing .lists .list .wrapper>.image .responsive-img {
    padding-top: 100%
}

.business-listing .lists .list .wrapper .details-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .business-listing .lists .list .wrapper .details-btn {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .wrapper .details-btn {
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .wrapper .details-btn {
        margin-right: 0;
        gap: 11px
    }
}

.business-listing .lists .list .wrapper .details-btn.active svg {
    transform: rotate(0)
}

.business-listing .lists .list .wrapper .details-btn.active span {
    position: absolute;
    opacity: 0
}

.business-listing .lists .list .wrapper .details-btn.active span:nth-child(2) {
    position: relative;
    opacity: 1
}

.business-listing .lists .list .wrapper .details-btn span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.business-listing .lists .list .wrapper .details-btn span:nth-child(2) {
    opacity: 0;
    position: absolute
}

.business-listing .lists .list .wrapper .details-btn svg {
    width: 12px;
    height: 6px;
    transition: all .2s;
    transform: rotate(180deg)
}

.business-listing .lists .list .wrapper .details-btn svg [id^=“fill”]:not([fill=none]),
.business-listing .lists .list .wrapper .details-btn svg [fill]:not([fill=none]) {
    fill: currentcolor
}

.business-listing .lists .list .list--details {
    margin-top: 12px;
    display: none
}

@media screen and (min-width: 1024px) {
    .business-listing .lists .list .list--details {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .list--details {
        margin-top: 22px
    }
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .list--details {
        margin-top: 24px
    }
}

.business-listing .lists .list .list--details p {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .list--details p {
        font-size: 16px;
        line-height: 24px
    }
}

.business-listing .lists .list .list--details .list-content {
    display: flex;
    gap: 16px;
    margin-top: 32px
}

@media screen and (max-width: 1023px) {
    .business-listing .lists .list .list--details .list-content {
        margin-top: 25px
    }
}

.business-listing .lists .list .list--details .list-content>div {
    flex: 1
}

.business-listing .lists .list .list--details .list-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
}

.business-listing .lists .list .list--details .list-contact a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    color: #002e5f;
    text-decoration: underline;
    text-decoration-color: transparent
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .list--details .list-contact a {
        gap: 7px
    }
}

@media screen and (min-width: 1024px) {
    .business-listing .lists .list .list--details .list-contact a:hover {
        color: #0074b9;
        text-decoration-color: #0074b9
    }
}

.business-listing .lists .list .list--details .list-contact a svg {
    width: 24px
}

.business-listing .lists .list .list--details .list-contact a:last-child {
    margin-bottom: 0
}

.business-listing .lists .list .list--details .image {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .business-listing .lists .list .list--details .image {
        margin-right: -8px;
        margin-bottom: 8px
    }
}

.business-listing .lists .list .list--details .image .responsive-img {
    padding-top: 64.9305555556%
}

.business-listing .lists .list .list-text h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px
}

.business-listing .lists .list .list-text p {
    color: #1f2937;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px
}

.business-listing .lists .list .list-text p:last-of-type {
    margin-bottom: 0
}

.business-listing .lists .list .list-text p strong {
    color: #4b5563;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.business-listing .lists .list .list-text ul {
    margin-top: 16px;
    display: none;
    margin-bottom: 0
}

@media screen and (max-width: 574px) {
    .business-listing .lists .list .list-text ul {
        display: block
    }
}

.business-listing .lists .list .list-text ul li {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
    display: flex;
    gap: 12px;
    color: #667085
}

.business-listing .lists .list .list-text ul li:last-child {
    margin-bottom: 0
}

.business-listing .lists .list .list-text ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: url(../images/check.svg) no-repeat center;
    background-color: #f9fafb
}

@keyframes timeline-date {
    0% {
        opacity: 0;
        transform: translate(-50%) scale(.5)
    }

    60% {
        opacity: 1;
        transform: translate(-50%) scale(1.2)
    }

    to {
        transform: translate(-50%) scale(1)
    }
}

@keyframes timeline-date-mobile {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes timeline-in-from-left {
    0% {
        opacity: 0;
        transform: translate(-100px)
    }

    60% {
        opacity: 1;
        transform: translate(20px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes timeline-in-from-right {
    0% {
        opacity: 0;
        transform: translate(100px)
    }

    60% {
        opacity: 1;
        transform: translate(-20px)
    }

    to {
        transform: translate(0)
    }
}

.timeline {
    padding-top: 72px;
    padding-bottom: 50px
}

@media screen and (max-width: 767px) {
    .timeline {
        padding-top: 0
    }
}

.timeline .content {
    position: relative;
    padding-bottom: 72px
}

.timeline .content:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.timeline .item--timeline.animated .year {
    animation: timeline-date .6s ease
}

@media screen and (max-width: 767px) {
    .timeline .item--timeline.animated .year {
        animation: timeline-date-mobile .6s ease
    }
}

.timeline .item--timeline.animated .img {
    animation: timeline-in-from-left .6s ease
}

.timeline .item--timeline.animated .text {
    animation: timeline-in-from-right .6s ease
}

.timeline .item--timeline.animated:nth-child(2n) .img {
    animation: timeline-in-from-right .6s ease
}

.timeline .item--timeline.animated:nth-child(2n) .text {
    animation: timeline-in-from-left .6s ease
}

.item--timeline {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1032px;
    margin: 0 auto
}

@media screen and (min-width: 768px),
print {
    .item--timeline {
        padding-top: 12px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .item--timeline {
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .item--timeline:not(:last-child) {
        margin-bottom: 160px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .item--timeline:not(:last-child) {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .item--timeline:not(:last-child) {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px),
print {
    .item--timeline:nth-child(2n) .img {
        order: 1
    }
}

.item--timeline .year {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #00305e;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 768px),
print {
    .item--timeline .year {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%)
    }
}

@media screen and (max-width: 767px) {
    .item--timeline .year {
        margin: 0 auto 54px
    }
}

.item--timeline .year span {
    font-family: effra, sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fec10d
}

.item--timeline .img {
    width: 37.4031007752%;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .item--timeline .img {
        width: 35%
    }
}

@media screen and (max-width: 767px) {
    .item--timeline .img {
        width: 100%;
        background-color: #fff
    }
}

.item--timeline .img .responsive-img {
    padding-top: 77.7202072539%
}

.item--timeline .img figcaption {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    color: #1f2937;
    margin-top: 10px
}

.item--timeline .text {
    width: 37.4031007752%;
    position: relative;
    z-index: 1;
    padding: 50px 0
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .item--timeline .text {
        width: 35%
    }
}

@media screen and (max-width: 767px) {
    .item--timeline .text {
        width: 100%;
        background-color: #fff;
        padding: 30px 0
    }
}

.item--timeline .text h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 9px
}

.item--timeline .text p {
    color: #1f2937
}

.error-page .article-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.block {
    display: block
}

.table {
    display: table
}

.hidden {
    display: none
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.resize {
    resize: both
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.outline {
    outline-style: solid
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.slick-slide>div {
    height: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity .5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: #fff
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: none
}

.slick-lightbox-close:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×"
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background, #000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: 4px;
    border-radius: var(--plyr-control-radius, 4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: #ffffffe6;
    background: var(--plyr-menu-background, #ffffffe6);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border-top-color: #ffffffe6;
    border: var(--plyr-menu-arrow-size, 4px) solid #0000;
    border-top-color: var(--plyr-menu-background, #ffffffe6);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: #0000001a;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: #0000;
    background-image: linear-gradient(90deg, currentColor 0, #0000 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: #0000;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: #fff;
    background: var(--plyr-tooltip-background, #fff);
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
    transform: translate(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: #0000
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: #c1c8d199;
    color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: #ffffff40;
    color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: #fff;
    background-color: var(--plyr-tooltip-background, #fff);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translate(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 7px;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #00000026;
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: 7px;
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: 7px;
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}