
.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

* {
    box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

button {
    padding: 0px;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

a {
    text-decoration: none;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.lazyload, .lazyloading {
    opacity: 0;
}

svg {
    display: block;
}

@font-face {
    font-family: "Object Sans";
    src: url("../../packages/assets/fonts/object-sans/black.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Object Sans";
    src: url("../../packages/assets/fonts/object-sans/regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Object Sans";
    src: url("../../packages/assets/fonts/object-sans/bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

.display-1 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(2.5rem + 6.25 * ((100vw - 20rem) / 100), 8.75rem);
    line-height: 0.9;
}

.display-2 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(2rem + 5.1875 * ((100vw - 20rem) / 100), 3.5875rem);
    line-height: 0.9;
}

.display-3 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(2.1875rem + 4.0625 * ((100vw - 20rem) / 100), 6.25rem);
    line-height: 1;
}

.heading-2 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(2rem + 1.875 * ((100vw - 20rem) / 100), 3.875rem);
    line-height: 1.1;
}

.heading-3 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(1.125rem + 0.375 * ((100vw - 20rem) / 100), 1.5rem);
    line-height: 1.3;
}

.heading-4 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(1.25rem + 1.125 * ((100vw - 20rem) / 100), 2.375rem);
    line-height: 1.45;
}

.heading-5 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(1.125rem + 1.125 * ((100vw - 20rem) / 100), 2.25rem);
    line-height: 1.45;
}

.heading-6 {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(0.75rem + 1.25 * ((100vw - 20rem) / 100), 2rem);
    line-height: 1.45;
}

.text-xlarge {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
}

.text-large {
    font-size: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    line-height: 1.45;
}

.text-normal {
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
}

.text-small {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 1.45;
}

.text-caption {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
}

.letter-spacing {
    letter-spacing: 1px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
}

.swiper-initialized {
    position: relative;
    z-index: 1;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
}

.swiper-initialized .swiper-controls {
    display: flex;
}

.swiper-initialized .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
    transition-property: transform, -webkit-transform;
}

.swiper-initialized .swiper-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-initialized.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    align-items: flex-start;
    transition-property: transform, height, -webkit-transform;
}

.swiper-initialized.swiper-android .swiper-slide {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-initialized.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.swiper-initialized.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-initialized.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper:not(.small):not(.medium):not(.large):not(.xlarge):not(.full) {
    max-width: 95.625rem;
}

.wrapper:not(.small):not(.medium):not(.large):not(.xlarge):not(.full):not(.no-padding) {
    max-width: 100.625rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

@media (min-width: 1610px) {
    .wrapper:not(.small):not(.medium):not(.large):not(.xlarge):not(.full):not(.no-padding) {
        max-width: 95.625rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.wrapper.small {
    max-width: 62.5rem;
}

.wrapper.small:not(.no-padding) {
    max-width: 67.5rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 42.5), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 42.5), 2.5rem);
}

@media (min-width: 1080px) {
    .wrapper.small:not(.no-padding) {
        max-width: 62.5rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.wrapper.medium {
    max-width: 75rem;
}

.wrapper.medium:not(.no-padding) {
    max-width: 80rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 55), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 55), 2.5rem);
}

@media (min-width: 1280px) {
    .wrapper.medium:not(.no-padding) {
        max-width: 75rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.wrapper.large {
    max-width: 87.5rem;
}

.wrapper.large:not(.no-padding) {
    max-width: 92.5rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 67.5), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 67.5), 2.5rem);
}

@media (min-width: 1480px) {
    .wrapper.large:not(.no-padding) {
        max-width: 87.5rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.wrapper.xlarge {
    max-width: 106.25rem;
}

.wrapper.xlarge:not(.no-padding) {
    max-width: 111.25rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 86.25), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 86.25), 2.5rem);
}

@media (min-width: 1780px) {
    .wrapper.xlarge:not(.no-padding) {
        max-width: 106.25rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.wrapper.full {
    max-width: 120rem;
}

.wrapper.full:not(.no-padding) {
    max-width: 125rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

@media (min-width: 2000px) {
    .wrapper.full:not(.no-padding) {
        max-width: 120rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.core-section-library-wrapper .core-section.spacing-top-small {
    padding-top: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-section-library-wrapper .core-section.spacing-bottom-small {
    padding-bottom: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-section-library-wrapper .core-section.spacing-top-normal {
    padding-top: min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section.spacing-bottom-normal {
    padding-bottom: min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section.spacing-top-large {
    padding-top: min(4.375rem + 4.375 * ((100vw - 20rem) / 100), 8.75rem);
}

.core-section-library-wrapper .core-section.spacing-bottom-large {
    padding-bottom: min(4.375rem + 4.375 * ((100vw - 20rem) / 100), 8.75rem);
}

.core-section-library-wrapper .core-section.spacing-top-custom {
    padding-top: min(var(--core-spacing-top) / 2 * 1px + (var(--core-spacing-top) / 16 - var(--core-spacing-top) / 2 / 16) * (100vw - 320px) / 100, var(--core-spacing-top) * 1px);
}

.core-section-library-wrapper .core-section.spacing-bottom-custom {
    padding-bottom: min(var(--core-spacing-bottom) / 2 * 1px + (var(--core-spacing-bottom) / 16 - var(--core-spacing-bottom) / 2 / 16) * (100vw - 320px) / 100, var(--core-spacing-bottom) * 1px);
}

.scroll-lock {
    overflow-y: hidden;
}

.show-for-sr {
    font-size: 0px;
}

.skip-link {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
    padding: 0.8125rem 0.8125rem 0.625rem;
    opacity: 0;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
}

.skip-link:focus {
    opacity: 1;
}

@media (min-width: 48rem) and (max-width: 100rem) {
    html {
        font-size: 13px;
    }
}

body {
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(251, 243, 239);
    color: rgb(82, 83, 98);
    font-family: "Object Sans", Verdana, sans-serif;
}

body.scroll-lock {
    overflow: hidden;
}

::selection {
    color: #111c36;
    background: rgb(121, 166, 226);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(2, 4, 61);
}

a, button, select, input, textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

select, input {
    padding: 0px;
}

input::-webkit-input-placeholder {
    color: rgba(82, 83, 98, 0.5);
}

input::placeholder {
    color: rgba(82, 83, 98, 0.5);
}

.screen-reader {
    font-size: 0px;
}

[data-cursor]:hover {
    cursor: none;
}

.bg-primary {
    background-color: rgb(2, 4, 61);
}

.bg-light {
    background-color: rgb(251, 243, 239);
}

.core-section {
    position: relative;
    z-index: 1;
}

.core-section:not(.bg-primary).border-top, .core-section:not(.bg-primary).border-top-bottom {
    z-index: 2;
    margin-top: clamp(-4.0625rem, -1.5625rem + -2.5 * ((100vw - 20rem) / 100), -1.5625rem);
    border-top-left-radius: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);
    border-top-right-radius: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);
}

.core-section:not(.bg-primary).border-bottom, .core-section:not(.bg-primary).border-top-bottom {
    z-index: 2;
    margin-bottom: clamp(-4.0625rem, -1.5625rem + -2.5 * ((100vw - 20rem) / 100), -1.5625rem);
    /*border-bottom-left-radius: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);*/
    /*border-bottom-right-radius: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);*/
}

@media screen and (min-width: 1024px) {
    .columned-content {
        display: grid;
        grid-auto-flow: column;
        gap: 2.5em;
    }
}

@media (min-width: 48rem) and (max-width: 100rem) {
    .text-caption, .text-small {
        font-size: min(0.875rem + 0.25 * ((100vw - 20rem) / 100), 1.125rem) !important;
    }

    p:not([class]), .text-normal {
        font-size: min(0.875rem + 0.375 * ((100vw - 20rem) / 100), 1.25rem) !important;
    }

    .text-large {
        font-size: min(0.875rem + 0.5 * ((100vw - 20rem) / 100), 1.375rem) !important;
    }

    .text-xlarge {
        font-size: min(0.875rem + 0.75 * ((100vw - 20rem) / 100), 1.625rem) !important;
    }
}

[data-key="section-1"] .swiper {
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

[data-key="section-1"] .swiper.swiper-initialized {
    opacity: 1;
}

.core-component-image .link, .core-component-image.fill .picture .img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.core-component-image.fill .picture .img {
    object-fit: cover;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-image {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.core-component-image picture {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.core-component-image .link {
    z-index: 2;
}

.core-component-image .img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.core-component-image .caption {
    flex-shrink: 0;
}

.core-component-image.fill .picture .img {
    z-index: 1;
}

.core-component-header .logo .link, .core-component-header .logo > * {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%;
    height: min(4.375rem + 2.875 * ((100vw - 20rem) / 100), 7.25rem);
    background: #fbf3ef;
    transition-property: height, mix-blend-mode;
    transition-duration: 250ms;
}

.core-component-header.mobile-menu-active {
    background: rgb(255, 255, 255);
}

.core-component-header.mobile-menu-active .logo .dark {
    display: block;
}

.core-component-header.mobile-menu-active .logo .light {
    display: none;
}

.core-component-header.mobile-menu-active .mobile-menu-toggler {
    border-color: rgb(121, 166, 226);
}

.core-component-header.mobile-menu-active .mobile-menu-toggler > div {
    background-color: rgb(121, 166, 226);
}

/*.core-component-header.transparent {*/
/*    background: transparent;*/
/*}*/

.core-component-header.sticky {
    height: min(4.0625rem + 2.1875 * ((100vw - 20rem) / 100), 6.25rem);

}

.core-component-header.sticky .links {
    transform: scale(0.9);
}

.core-component-header.not-transparent + div, .core-component-header.not-transparent + main.page {
    margin-top: min(4.375rem + 2.875 * ((100vw - 20rem) / 100), 7.25rem);
}

.core-component-header > .wrapper {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: min(1.25rem + 1.25 * ((100vw - 75rem) / 45), 2.5rem);
    height: 100%;
}

.core-component-header .logo {
    position: relative;
    max-width: 14.375rem;
    max-height: 2.8125rem;
    font-size: 0px;
    width: min(8.125rem + 6.25 * ((100vw - 20rem) / 100), 14.375rem);
}

.core-component-header .logo::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 19.5652%;
}

.core-component-header .logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.core-component-header .logo .dark {
    display: none;
}

.core-component-header .logo .light {
    display: block;
}

.core-component-header .logo .link, .core-component-header .logo > * {
    z-index: 1;
}

.core-component-header .logo  picture .logo1, .core-component-header .logo .logo1 img {
    display: block;
    height: 100%;
}
.core-component-header .logo picture .logo2, .core-component-header .logo .logo2 img {
    display:none;
    height: 100%;
}
.core-component-header.sticky .logo  picture .logo1, .core-component-header .logo .logo1 img {
    display: none;
    height: 100%;
}
.core-component-header.sticky .logo picture .logo2, .core-component-header .logo .logo2 img {
    display: block;
    height: 100%;
}

.core-component-header .navigation {
    display: none;
}

@media (min-width: 75rem) {
    .core-component-header .navigation {
        display: block;
        height: 100%;
    }
}

.core-component-header .navigation .items, .core-component-header .navigation .item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.core-component-header .navigation .items {
    -webkit-box-pack: center;
    justify-content: center;
}

.core-component-header .navigation .item {
    padding: 0px min(0.9375rem + 0.625 * ((100vw - 75rem) / 45), 1.5625rem);
    text-transform: uppercase;
}

.core-component-header .navigation .item > .icon {
    position: relative;
    width: 0.6875rem;
    height: 0.6875rem;
    color: rgb(255, 255, 255);
}

.core-component-header .navigation .item > .icon::before, .core-component-header .navigation .item > .icon::after {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    background: currentcolor;
}

.core-component-header .navigation .item > .icon::before {
    width: 100%;
    height: 1px;
}

.core-component-header .navigation .item > .icon::after {
    width: 1px;
    height: 100%;
    transition: transform 250ms ease 0s, opacity 0s ease 0s, -webkit-transform 250ms ease 0s;
}

.core-component-header .navigation .item .link {
    letter-spacing: 1px;
    color: #111c36;
}

.core-component-header .navigation .item:not(.has-sub-menu) > .link {
    position: relative;
}

.core-component-header .navigation .item:not(.has-sub-menu) > .link::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    margin: 0px auto;
    background: currentcolor;
    transition: width 250ms ease 0s;
}

.core-component-header .navigation .item:not(.has-sub-menu) > .link:hover::after {
    width: 100%;
}

.core-component-header .navigation .item.has-sub-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: calc(100vh - 100%);
    visibility: hidden;
    opacity: 0;
    background: rgba(2, 4, 62, 0.85);
    pointer-events: none;
    transition-property: opacity, visiblity;
    transition-duration: 500ms;
}

.core-component-header .navigation .item.has-sub-menu.active::after {
    opacity: 1;
    visibility: visible;
}

.core-component-header .navigation .item.has-sub-menu.active .icon::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: transform 250ms ease 0s, opacity 0s ease 250ms, -webkit-transform 250ms ease 0s;
}

.core-component-header .navigation .item.has-sub-menu > .link {
    margin-right: 7px;
}

.core-component-header .navigation .item:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.core-component-header .navigation .dropdown {
    position: absolute;
    top: 100%;
    z-index: 5;
    width: max-content;
    max-width: 25rem;
    opacity: 0;
    background: #111c36;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 250ms;
}

.core-component-header .navigation .dropdown .sub-item:last-child .link {
    border-bottom: 0px;
}

.core-component-header .navigation .dropdown .link {
    display: block;
    padding: min(0.75rem + 0.1875 * ((100vw - 75rem) / 45), 0.9375rem) min(0.9375rem + 0.3125 * ((100vw - 75rem) / 45), 1.25rem);
    border-bottom: 1px solid rgba(2, 4, 62, 0.05);
    transition: background 250ms ease 0s;
}

.core-component-header .navigation .dropdown .link:hover {
    background: rgb(121, 166, 226);
}

.core-component-header .action-links {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.core-component-header .action-links > :not(:last-child) {
    margin-right: min(0.625rem + 1.5625 * ((100vw - 20rem) / 100), 2.1875rem);
}

.core-component-header .action-links-desktop {
    display: none;
}

@media (min-width: 75rem) {
    .core-component-header .action-links-desktop {
        display: flex;
    }
}

@media (min-width: 75rem) {
    .core-component-header .action-links {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end;
        transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
    }
}

.core-component-header .mobile-menu-toggler {
    position: relative;
    width: min(1.875rem + 0.9375 * ((100vw - 20rem) / 55), 2.8125rem);
    height: min(1.875rem + 0.9375 * ((100vw - 20rem) / 55), 2.8125rem);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
}

@media (min-width: 75rem) {
    .core-component-header .mobile-menu-toggler {
        display: none;
    }
}

.core-component-header .mobile-menu-toggler > div {
    position: absolute;
    left: 50%;
    width: min(0.8125rem + 0.4375 * ((100vw - 20rem) / 55), 1.25rem);
    height: 1px;
    transform: translate(-50%, -100%);
    transition-property: top, width, transform, -webkit-transform;
    transition-duration: 250ms;
    pointer-events: none;
    background-color: rgb(255, 255, 255);
}

.core-component-header .mobile-menu-toggler > div:nth-child(1) {
    top: calc(50% - 3px);
}

.core-component-header .mobile-menu-toggler > div:nth-child(2) {
    top: 50%;
}

.core-component-header .mobile-menu-toggler > div:nth-child(3) {
    top: calc(50% + 3px);
}

.core-component-header .mobile-menu-toggler.active > div:nth-child(1) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.core-component-header .mobile-menu-toggler.active > div:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.core-component-header .mobile-menu-toggler.active > div:nth-child(2) {
    opacity: 0;
}

.core-component-header .mobile-menu {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: calc(100vh - 100%);
    background: rgb(255, 255, 255);
    transition: left 250ms ease 0s;
}

@media (min-width: 75rem) {
    .core-component-header .mobile-menu {
        display: none;
    }
}

.core-component-header .mobile-menu.active {
    left: 0px;
}

.core-component-header .mobile-menu .wrapper {
    display: grid;
    grid-template-rows: 1fr auto auto;
    gap: min(2.8125rem + 2.1875 * ((100vw - 20rem) / 55), 5rem);
    height: 100%;
    padding: 3.125rem 0px 1.25rem;
    overflow-y: auto;
}

.core-component-header .mobile-menu .accordion .item:not(:last-child) {
    padding-bottom: min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
}

.core-component-header .mobile-menu .accordion .item .link {
    color: rgb(2, 4, 62);
    font-family: "Object Sans", Verdana, sans-serif;
    text-transform: uppercase;
}

.core-component-header .mobile-menu .accordion .item.active .item-icon::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: transform 250ms ease 0s, opacity 0s ease 250ms, -webkit-transform 250ms ease 0s;
}

.core-component-header .mobile-menu .accordion .item-toggler-wrapper {
    letter-spacing: 1px;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: min(0.625rem + 0.3125 * ((100vw - 20rem) / 55), 0.9375rem);
    font-size: min(0.875rem + 0.375 * ((100vw - 20rem) / 55), 1.25rem);
}

.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon {
    position: relative;
    width: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    height: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
}

.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon::before, .core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon::after {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    background: currentcolor;
}

.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon::before {
    width: 100%;
    height: 1px;
}

.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon::after {
    width: 1px;
    height: 100%;
    transition: transform 250ms ease 0s, opacity 0s ease 0s, -webkit-transform 250ms ease 0s;
}

.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item {
    letter-spacing: 1px;
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
    display: table;
}

.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item:not(:first-child) {
    margin-top: min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
}

.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item:first-child {
    padding-top: min(1.25rem + 0.3125 * ((100vw - 20rem) / 100), 1.5625rem);
}

.core-component-tabs-panels .panel {
    grid-area: 1 / 1;
    width: 100%;
    height: fit-content;
    transition-property: opacity;
    transition-duration: 250ms;
    pointer-events: all;
}

.core-component-tabs-panels .panel:not(.active) {
    height: 0px;
    opacity: 0;
    pointer-events: none;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-tabs-panels {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    transition: height 500ms ease 0s;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-job:not(:last-of-type) .job {
    margin-bottom: min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-component-job .job {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    align-items: center;
    gap: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem);
}

.core-component-job .job .left .name {
    display: block;
    font-size: min(0.75rem + 1 * ((100vw - 20rem) / 100), 1.75rem);
    font-weight: bold;
    line-height: 1.2;
}

.core-component-job .job .left .city {
    display: block;
    margin-top: 0.625rem;
    color: rgb(121, 166, 226);
    font-size: min(0.625rem + 0.75 * ((100vw - 20rem) / 100), 1.375rem);
}

.core-component-job .job .link:hover .icon {
    margin-left: 0px;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-dashed-hr {
    display: inline-block;
    width: 100%;
}

.core-component-dashed-hr .dashed {
    border-bottom: 1px dashed rgb(176, 166, 161);
}

.core-component-dashed-hr.style-accent {
    color: rgb(255, 255, 255);
    background: blue;
}

.core-component-dashed-hr.style-large {
    padding: 0px 3.125rem;
    font-size: 0.875rem;
}

.core-component-dashed-hr.style-large .button-wrapper {
    height: 4rem;
}

.core-component-dashed-hr.style-primary {
    color: rgb(255, 255, 255);
    background: rgb(121, 166, 226);
    box-shadow: rgba(121, 166, 226, 0) 0px 4px 12px -4px;
}

.core-component-dashed-hr.style-primary:hover {
    background: rgb(163, 194, 235);
    box-shadow: rgba(121, 166, 226, 0.5) 0px 4px 12px -4px;
}

.core-component-dashed-hr.style-primary:active {
    transition-duration: 0s;
    background: rgb(2, 4, 61);
}

.core-component-dashed-hr.style-secondary {
    color: rgb(121, 166, 226);
    background: rgb(189, 79, 60);
    box-shadow: rgba(189, 79, 60, 0) 0px 4px 12px -4px;
}

.core-component-dashed-hr.style-secondary:hover {
    background: rgb(204, 112, 96);
    box-shadow: rgba(189, 79, 60, 0.5) 0px 4px 12px -4px;
}

.core-component-dashed-hr.style-secondary:active {
    transition-duration: 0s;
    background: rgb(150, 63, 48);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-tabs-tablist .tablist {
    width: 100%;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-language-select {
    position: relative;
    display: inline-block;
}

.core-component-language-select .language-switcher {
    margin-left: auto;
}

@media (min-width: 64rem) {
    .core-component-language-select .language-switcher {
        display: block;
    }
}

.core-component-language-select .language-switcher .wpml-ls-legacy-dropdown {
    width: inherit;
    max-width: inherit;
}

.core-component-language-select .language-switcher .wpml-ls-legacy-dropdown a {
    padding: min(0.4375rem + 0.1875 * ((100vw - 20rem) / 100), 0.625rem) 1.5rem min(0.4375rem + 0.1875 * ((100vw - 20rem) / 100), 0.625rem) min(0.375rem + 0.1875 * ((100vw - 20rem) / 100), 0.5625rem);
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
    background-color: transparent;
}

.core-component-language-select .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-25%);
    content: "";
    border-style: solid;
    border-width: 4px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

@media (min-width: 48rem) {
    .core-component-language-select .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
        border-width: 5px;
    }
}

.core-component-language-select .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    right: inherit;
    border: 0px;
    min-width: max-content;
}

.core-component-language-select.style-dark::before {
    border-color: rgb(2, 4, 62);
}

.core-component-language-select.style-dark .wpml-ls-legacy-dropdown a {
    color: rgb(2, 4, 62);
    border-color: rgba(2, 4, 62, 0.35);
}

.core-component-language-select.style-dark .wpml-ls-legacy-dropdown a.wpml-ls-link {
    background-color: rgb(255, 255, 255);
}

.core-component-language-select.style-dark .wpml-ls-legacy-dropdown a:focus, .core-component-language-select.style-dark .wpml-ls-legacy-dropdown a:hover {
    background-color: #111c36;
    color: rgb(255, 255, 255);
}

.core-component-language-select.style-light::before {
    border-color: rgb(255, 255, 255);
}

.core-component-language-select.style-light .wpml-ls-legacy-dropdown a {
    color: #111c36;
    border-color: #111c36;
}

.core-component-language-select.style-light .wpml-ls-legacy-dropdown a.wpml-ls-link {
    /*background-color: #111c36;*/
}

.core-component-language-select.style-light .wpml-ls-legacy-dropdown a:focus, .core-component-language-select.style-light .wpml-ls-legacy-dropdown a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(2, 4, 62);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-link {
    color: #111c36;
    transition: color 250ms ease 0s;
}

.core-component-link:is(a):hover {
    color: rgb(163, 194, 235);
}

.core-component-link[id] {
    cursor: pointer;
}

.core-component-link.has-style {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgb(2, 4, 61);
    font-size: min(0.75rem + 0.75 * ((100vw - 20rem) / 100), 1.5rem);
    font-weight: bold;
}

.core-component-link.has-style .icon {
    display: inline-block;
    width: min(1.625rem + 1.5625 * ((100vw - 20rem) / 100), 3.1875rem);
    color: rgb(121, 166, 226);
    transition: all 250ms ease 0s;
}

.core-component-link.has-style .title {
    /*padding-top: min(0.125rem + 0.125 * ((100vw - 20rem) / 100), 4px);*/
    margin-left: min(0.5rem + 0.375 * ((100vw - 20rem) / 100), 0.875rem);
}

@media (min-width: 48rem) {
    .core-component-link.has-style:hover .icon {
        margin-left: 0.625rem;
    }
}

.core-component-link.style-light {
    color: rgb(255, 255, 255);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-rich-text > :not(:first-child) {
    margin-top: 0.4em;
}

.core-component-rich-text > :not(:last-child) {
    margin-bottom: 0.4em;
}

.core-component-rich-text strong {
    font-weight: bold;
}

.core-component-rich-text ul, .core-component-rich-text ol {
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-rich-text ul li:not(:last-child), .core-component-rich-text ol li:not(:last-child) {
    margin-bottom: 0.4em;
}

.core-component-rich-text ul {
    list-style: disc;
}

.core-component-rich-text ol {
    list-style: decimal-leading-zero;
}

.core-component-rich-text ol li::marker {
    font-size: min(0.625rem + 0.25 * ((100vw - 20rem) / 100), 0.875rem);
    text-align: left;
}

.core-component-rich-text blockquote {
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-rich-text hr {
    display: inline-block;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(218, 217, 217);
}

.core-component-rich-text hr:not(:first-child) {
    margin-top: 0.5em;
}

.core-component-rich-text hr:not(:last-child) {
    margin-bottom: 0.5em;
}

.core-component-rich-text p:not([class]) {
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
}

.core-component-rich-text p:not(:first-child) .button, .core-component-rich-text .button:not(:first-child) {
    margin-top: min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
}

.core-component-rich-text p:not(:last-child) .button, .core-component-rich-text .button:not(:last-child) {
    margin-bottom: min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
}

.core-component-rich-text .columned-content {
    margin: 0px;
}

.core-component-rich-text .columned-content .column > * {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.core-component-rich-text.style-dark {
    color: rgb(82, 83, 98);
}

.core-component-rich-text.style-dark blockquote {
    border-left: 4px solid rgba(82, 83, 98, 0.07);
}

.core-component-rich-text.style-light {
    color: rgb(255, 255, 255);
}

.core-component-rich-text.style-light h1, .core-component-rich-text.style-light h2, .core-component-rich-text.style-light h3, .core-component-rich-text.style-light h4, .core-component-rich-text.style-light h5, .core-component-rich-text.style-light h6 {
    color: rgb(255, 255, 255);
}

.core-component-rich-text.style-light hr {
    border-color: rgb(255, 255, 255);
}

.core-component-rich-text.style-light blockquote {
    border-left: 4px solid rgba(255, 255, 255, 0.07);
}

.core-component-modal, .core-component-modal::before, .core-component-modal.style-video video, .core-component-modal.style-video iframe, .core-component-modal.style-profile .media figure picture, .core-component-modal.style-profile .media figure img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-modal {
    position: fixed;
    z-index: 100;
    display: flex;
    padding: min(3.75rem + 3.125 * ((100vw - 20rem) / 100), 6.875rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease 0s;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.core-component-modal::before {
    content: "";
    opacity: 0.9;
    background: rgb(2, 4, 61);
}

.core-component-modal .wrapper {
    position: relative;
    max-height: 100%;
    overflow: hidden auto;
}

.core-component-modal .button-close {
    position: absolute;
    top: min(1.25rem + 0.9375 * ((100vw - 20rem) / 100), 2.1875rem);
    right: min(0.9375rem + 1.25 * ((100vw - 20rem) / 100), 2.1875rem);
    z-index: 4;
    width: min(2.3125rem + 1.5625 * ((100vw - 20rem) / 100), 3.875rem);
    height: min(1.875rem + 1.5625 * ((100vw - 20rem) / 100), 3.4375rem);
    background: rgb(121, 166, 226);
    border-radius: 5px;
}

.core-component-modal .button-close > * {
    pointer-events: none;
}

.core-component-modal .button-close::before, .core-component-modal .button-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(0.0625rem + 0.0625 * ((100vw - 20rem) / 100), 2px);
    height: 50%;
    background: rgb(255, 255, 255);
}

.core-component-modal .button-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.core-component-modal .button-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.core-component-modal.style-default .content {
    padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    background: rgb(255, 255, 255);
    border-radius: 0.9375rem;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.core-component-modal.style-video .content {
    position: relative;
    background: rgb(0, 0, 0);
}

.core-component-modal.style-video .content::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: min(2.1875rem + 1.25 * ((100vw - 20rem) / 100), 3.4375rem);
    height: min(2.1875rem + 1.25 * ((100vw - 20rem) / 100), 3.4375rem);
    margin: auto;
    border-color: rgb(121, 166, 226) rgb(121, 166, 226) rgba(121, 166, 226, 0.2) rgba(121, 166, 226, 0.2);
    border-radius: 50%;
    animation: 0.75s linear 0s infinite normal none running rotate;
    border-width: min(0.1875rem + 0.125 * ((100vw - 20rem) / 100), 5px);
    border-style: solid;
}

.core-component-modal.style-video .content::after {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.core-component-modal.style-profile {
    padding: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-modal.style-profile .button-close {
    top: min(2.5rem + 6.875 * ((100vw - 20rem) / 100), 9.375rem);
    right: min(2.1875rem + 9.0625 * ((100vw - 20rem) / 100), 11.25rem);
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .button-close {
        top: 3.5rem;
        right: 2.5rem;
    }
}

.core-component-modal.style-profile .wrapper {
    max-width: 93.75rem;
    backdrop-filter: blur();
}

.core-component-modal.style-profile .content {
    position: relative;
    padding: min(4.375rem + 1.875 * ((100vw - 20rem) / 100), 6.25rem) min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem) min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
    background: rgb(255, 255, 255);
    clip-path: polygon(3rem 0px, 100% 0px, 100% 100%, 0px 100%, 0px 3rem);
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .content {
        clip-path: polygon(7.5rem 0px, 100% 0px, 100% 100%, 0px 100%, 0px 7.5rem);
    }
}

.core-component-modal.style-profile .content::after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 12rem;
    background: rgb(2, 4, 61);
    content: "";
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .content::after {
        width: 23%;
        height: 100%;
    }
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .profile {
        display: grid;
        grid-template-columns: 0.7fr 1.3fr;
        gap: min(3.75rem + 2.5 * ((100vw - 64rem) / 56), 6.25rem);
        padding: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem) min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem) min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem) min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem);
    }
}

.core-component-modal.style-profile .media, .core-component-modal.style-profile .text {
    position: relative;
    z-index: 2;
}

.core-component-modal.style-profile .media {
    max-width: 30rem;
    margin: 0px auto;
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .media {
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
}

.core-component-modal.style-profile .media figure {
    padding-bottom: 100%;
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .media figure {
        padding-bottom: 170%;
    }
}

.core-component-modal.style-profile .media img {
    position: relative;
    z-index: 1;
    border-radius: min(0.625rem + 0.375 * ((100vw - 20rem) / 100), 1rem);
    object-fit: cover;
    object-position: center top;
}

.core-component-modal.style-profile .media svg {
    position: absolute;
    top: clamp(-6.25rem, -2.75rem + -3.5 * ((100vw - 20rem) / 100), -2.75rem);
    left: clamp(-3.125rem, -1.25rem + -1.875 * ((100vw - 20rem) / 100), -1.25rem);
    width: min(7.5rem + 8.125 * ((100vw - 20rem) / 100), 15.625rem);
}

@media (min-width: 64rem) {
    .core-component-modal.style-profile .media svg {
        top: clamp(-2.8125rem, -1.75rem + -1.0625 * ((100vw - 64rem) / 56), -1.75rem);
        left: clamp(-5.9375rem, -4.25rem + -1.6875 * ((100vw - 64rem) / 56), -4.25rem);
    }
}

.core-component-modal.style-profile .text {
    color: rgb(2, 4, 62);
    margin-top: min(1.5rem + 0.5 * ((100vw - 20rem) / 100), 2rem);
}

.core-component-modal.style-profile .text h2 {
    font-size: min(1.875rem + 1.875 * ((100vw - 20rem) / 100), 3.75rem);
    font-weight: 700;
    margin-bottom: 0.35em;
}

.core-component-modal.style-profile .text h3 {
    font-size: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
    font-weight: 400;
}

.core-component-modal.style-profile .text .slashes {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    height: 1.25rem;
    margin: 1.5rem 0px;
    padding: 0px 0.6em;
    gap: 3.3125rem;
    flex-wrap: wrap;
    overflow: hidden;
}

.core-component-modal.style-profile .text .slashes span {
    display: inline-block;
    width: 5px;
    height: 1.25rem;
    transform: skew(-0.75rad);
    background: rgb(121, 166, 226);
}

.core-component-modal.style-profile .text .bio {
    color: rgb(82, 83, 98);
}

.core-component-modal.active {
    opacity: 1;
    pointer-events: all;
}

.core-component-modal.style-contact {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.core-component-modal.style-contact .button-close {
    top: min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
    width: min(2.1875rem + 2.8125 * ((100vw - 20rem) / 100), 5rem);
    height: min(1.875rem + 2.1875 * ((100vw - 20rem) / 100), 4.0625rem);
    background: transparent;
    border: 2px solid rgb(121, 166, 226);
    border-radius: 5px;
}

.core-component-modal.style-contact .button-close::before, .core-component-modal.style-contact .button-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(2px, 0.125rem + 0 * ((100vw - 20rem) / 100), 2px);
    height: 65%;
    background: rgb(255, 255, 255);
}

.core-component-modal.style-contact .button-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.core-component-modal.style-contact .button-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.core-component-modal.style-contact .contact-modal {
    background: rgb(255, 255, 255);
    transition: opacity 500ms ease 0s, visibility 500ms ease 0s;
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal {
        max-height: calc(100vh - 5.625rem);
        padding: min(3.75rem + 1.25 * ((100vw - 75rem) / 45), 5rem) 0px;
    }
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal::before {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 0;
        display: block;
        width: 50%;
        height: 100%;
        background-color: rgb(2, 4, 61);
    }
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal::after {
        content: "";
        position: fixed;
        top: 12.5rem;
        right: 0px;
        z-index: 1;
        display: block;
        width: 50%;
        height: 100%;
        background-color: rgb(255, 255, 255);
    }
}

.core-component-modal.style-contact .contact-modal .wrapper-inner {
    position: relative;
    z-index: 2;
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        column-gap: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem);
    }
}

@media (min-width: 48.1rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner {
        padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    }
}

@media (min-width: 112.5rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner {
        column-gap: min(3.75rem + 10 * ((100vw - 20rem) / 100), 13.75rem);
        padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.25rem + 6.6875 * ((100vw - 20rem) / 100), 7.9375rem);
    }
}

.core-component-modal.style-contact .contact-modal .wrapper-inner .sidebar {
    position: relative;
    overflow: hidden;
    padding: min(2.1875rem + 0.9375 * ((100vw - 20rem) / 100), 3.125rem) clamp(1.25rem, 1.25rem + 0 * ((100vw - 20rem) / 100), 1.25rem) min(2.5rem + 0.9375 * ((100vw - 20rem) / 100), 3.4375rem);
}

@media (min-width: 48.1rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner .sidebar {
        padding: 0px;
    }
}

@media (min-width: 64rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner .sidebar {
        grid-area: 1 / 1 / 2 / 2;
    }
}

.core-component-modal.style-contact .contact-modal .wrapper-inner .sidebar .rich-text {
    margin-bottom: min(0.9375rem + 2.1875 * ((100vw - 20rem) / 100), 3.125rem);
}

@media (max-width: 47.9rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner .sidebar::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        display: block;
        width: 100vw;
        height: 100%;
        background-color: #111c36;
    }
}

.core-component-modal.style-contact .contact-modal .wrapper-inner .contents {
    position: relative;
    padding: min(2.1875rem + 0.9375 * ((100vw - 20rem) / 100), 3.125rem) clamp(1.25rem, 1.25rem + 0 * ((100vw - 20rem) / 100), 1.25rem) min(2.5rem + 0.9375 * ((100vw - 20rem) / 100), 3.4375rem);
    background-color: rgb(255, 255, 255);
}

@media (min-width: 48.1rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner .contents {
        padding: 0px;
    }
}

@media (min-width: 64rem) {
    .core-component-modal.style-contact .contact-modal .wrapper-inner .contents {
        grid-area: 1 / 2 / 2 / 3;
    }
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .data-points {
        width: 80%;
    }
}

.core-component-modal.style-contact .contact-modal .decoration {
    position: absolute;
    z-index: 0;
    transform: translateY(-50%);
}

.core-component-modal.style-contact .contact-modal .decoration.chevrons {
    right: calc(50% + 1.25rem);
    bottom: clamp(-9.375rem, -3.75rem + -5.625 * ((100vw - 75rem) / 45), -3.75rem);
    width: min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem);
}

.core-component-modal.style-contact .contact-modal .decoration:not(.mobile) {
    display: none;
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .decoration:not(.mobile) {
        display: block;
    }
}

.core-component-modal.style-contact .contact-modal .decoration.mobile {
    top: -0.625rem;
    right: 0.625rem;
    bottom: inherit;
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .decoration.mobile {
        display: none;
    }
}

.core-component-modal.style-contact .contact-modal .decoration.outline {
    top: 50%;
    right: calc(50% + 7.5rem);
    z-index: -1;
    display: none;
    transform: translateY(-50%);
}

@media (min-width: 75rem) {
    .core-component-modal.style-contact .contact-modal .decoration.outline {
        display: block;
    }
}

.core-component-modal.style-contact .contact-modal .contact-form-note {
    color: rgb(82, 83, 98);
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 130%;
    margin-top: min(2.1875rem + 4.0625 * ((100vw - 20rem) / 100), 6.25rem);
    margin-bottom: min(2.1875rem + 0.9375 * ((100vw - 20rem) / 100), 3.125rem);
}

.core-component-modal.style-contact .contact-modal .contact-form-note p {
    margin-bottom: 1.25rem;
}

.core-component-modal.style-contact .contact-modal .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.9375rem min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
}

@media (min-width: 26.5625rem) {
    .core-component-modal.style-contact .contact-modal .items {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }
}

.core-component-modal.style-contact .contact-modal .items li {
    margin-right: min(6.25e-05rem + 1.87494 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-component-modal.style-contact .contact-modal .items .stat {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    color: rgb(255, 255, 255);
    font-size: min(3.4375rem + 0.3125 * ((100vw - 20rem) / 100), 3.75rem);
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .items .stat {
        font-size: min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem);
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.core-component-modal.style-contact .contact-modal .items .stat span {
    color: rgb(189, 79, 60);
    font-size: min(1.5625rem + 0.3125 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-component-modal.style-contact .contact-modal .items .title {
    color: rgb(255, 255, 255);
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
}

@media (min-width: 48rem) {
    .core-component-modal.style-contact .contact-modal .items .title {
        text-align: center;
    }
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-video-player .play-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.core-component-video-player .play-wrapper .play {
    display: flex;
    width: min(2.8125rem + 4.0625 * ((100vw - 20rem) / 100), 6.875rem);
    height: min(2.8125rem + 4.0625 * ((100vw - 20rem) / 100), 6.875rem);
    border-radius: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
}

.core-component-video-player .play-wrapper .play svg {
    width: min(0.5rem + 0.75 * ((100vw - 20rem) / 100), 1.25rem);
    color: rgb(189, 79, 60);
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.core-component-video-player .play-wrapper:hover svg {
    transform: scale(1.05);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-footer {
    position: relative;
    padding-top: min(3.75rem + 8.125 * ((100vw - 20rem) / 100), 11.875rem);
    padding-bottom: min(2.5rem + 0.625 * ((100vw - 20rem) / 100), 3.125rem);
    color: rgb(255, 255, 255);
    background: #111c36;
    overflow: hidden;
}

.core-component-footer::after, .core-component-footer::before {
    position: absolute;
    z-index: 0;
    width: min(20rem + 44 * ((100vw - 20rem) / 100), 64rem);
    height: min(20rem + 44 * ((100vw - 20rem) / 100), 64rem);
    background-image: radial-gradient(rgba(121, 166, 226, 0.15) 1%, transparent 70%);
    border-radius: 100%;
}

@media (min-width: 64rem) {
    .core-component-footer::before {
        content: "";
        bottom: clamp(-5.625rem, -0.625rem + -5 * ((100vw - 64rem) / 56), -0.625rem);
        left: clamp(-27.5rem, -13.75rem + -13.75 * ((100vw - 64rem) / 56), -13.75rem);
    }
}

.core-component-footer::after {
    content: "";
    top: clamp(-25rem, -6.875rem + -18.125 * ((100vw - 20rem) / 100), -6.875rem);
    right: -25%;
}

@media (min-width: 64rem) {
    .core-component-footer::after {
        right: 0px;
    }
}

.core-component-footer.extended {
    margin-top: clamp(-60rem, -26.25rem + -33.75 * ((100vw - 20rem) / 100), -26.25rem);
    padding-top: min(30rem + 38.75 * ((100vw - 20rem) / 100), 68.75rem);
}

.core-component-footer.extended::after {
    top: min(6.875rem + 18.125 * ((100vw - 20rem) / 100), 25rem);
}

.core-component-footer .wrapper {
    position: relative;
    z-index: 2;
}

.core-component-footer .content {
    position: relative;
    z-index: 1;
    display: grid;
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(2, auto);
}

.core-component-footer .content.middle {
    row-gap: 2.5rem;
    grid-template-columns: 100%;
    -webkit-box-align: end;
    align-items: end;
    margin-bottom: min(1.875rem + 9.375 * ((100vw - 20rem) / 100), 11.25rem);
}

.core-component-footer .content.middle .navigation {
    margin-top: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
}

@media (min-width: 48rem) {
    .core-component-footer .content.middle .navigation {
        margin-top: clamp(-3.75rem, -1.25rem + -2.5 * ((100vw - 20rem) / 100), -1.25rem);
    }
}

@media (min-width: 48rem) {
    .core-component-footer .content.middle {
        grid-template-columns: repeat(2, auto);
    }

    .core-component-footer .content.middle .locations {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .core-component-footer .content.middle .navigation {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.core-component-footer .column {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: repeat(2, max-content);
    gap: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
}

.core-component-footer .logo {
    position: relative;
    max-width: 14.375rem;
    max-height: 2.8125rem;
    font-size: 0px;
    width: min(8.125rem + 6.25 * ((100vw - 20rem) / 100), 14.375rem);
}

.core-component-footer .logo::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 19.5652%;
}

.core-component-footer .logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-component-footer .navigation {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.core-component-footer .navigation .link {
    position: relative;
    width: fit-content;
    color: rgb(255, 255, 255);
    margin-bottom: min(0.3125rem + 0.9375 * ((100vw - 20rem) / 100), 1.25rem);
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(1.125rem + 0.6875 * ((100vw - 20rem) / 100), 1.8125rem);
    line-height: 1.45;
}

.core-component-footer .navigation .link::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    margin: 0px auto;
    background: currentcolor;
    transition: width 250ms ease 0s;
}

.core-component-footer .navigation .link:hover::after {
    width: 100%;
}

@media (min-width: 48rem) {
    .core-component-footer .navigation .link {
        margin-left: auto;
        text-align: right;
    }
}

.core-component-footer .tablist {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.625rem;
    width: min(18.125rem + 44.375 * ((100vw - 20rem) / 100), 62.5rem) !important;
}

.core-component-footer .tablist::-webkit-scrollbar {
    width: min(0.125rem + 0.125 * ((100vw - 20rem) / 100), 4px);
    height: min(0.125rem + 0.125 * ((100vw - 20rem) / 100), 4px);
}

.core-component-footer .tablist::-webkit-scrollbar-track {
    border-radius: min(0.1875rem + 0.125 * ((100vw - 20rem) / 100), 5px);
    background-color: rgb(163, 194, 235);
}

.core-component-footer .tablist::-webkit-scrollbar-thumb {
    border-radius: min(0.1875rem + 0.125 * ((100vw - 20rem) / 100), 5px);
    background-color: rgb(189, 79, 60);
}

.core-component-footer .tablist .tab {
    position: relative;
    opacity: 0.5;
    color: rgb(255, 255, 255);
}

.core-component-footer .tablist .tab::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    margin: 0px auto;
    background: currentcolor;
    transition: width 250ms ease 0s;
}

.core-component-footer .tablist .tab.active::after {
    width: 100%;
}

.core-component-footer .tablist .tab .tab-title {
    color: currentcolor;
    white-space: nowrap;
}

.core-component-footer .tablist .tab:not(:last-child) {
    margin-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-footer .tablist .tab.active {
    opacity: 1;
    color: rgb(189, 79, 60);
}

.core-component-footer .panels .panel {
    padding-top: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem);
}

@media (min-width: 48rem) {
    .core-component-footer .panels .panel-content {
        display: flex;
    }
}

.core-component-footer .panels .panel-content .text:not(:last-child) {
    margin-bottom: min(0.625rem + 0.625 * ((100vw - 20rem) / 28), 1.25rem);
    padding-bottom: min(0.625rem + 0.625 * ((100vw - 20rem) / 28), 1.25rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 48rem) {
    .core-component-footer .panels .panel-content .text:not(:last-child) {
        margin-right: min(1.25rem + 0.625 * ((100vw - 48rem) / 72), 1.875rem);
        padding-right: min(1.25rem + 0.625 * ((100vw - 48rem) / 72), 1.875rem);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.core-component-footer .bottom {
    display: grid;
    gap: 0.9375rem;
}

@media (min-width: 64rem) {
    .core-component-footer .bottom {
        position: relative;
        grid-template-columns: repeat(2, auto);
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}

.core-component-footer .bottom .social-media-icons {
    margin-bottom: 1.875rem;
}

@media (min-width: 64rem) {
    .core-component-footer .bottom .social-media-icons {
        margin-bottom: 0px;
    }

    .core-component-footer .bottom .social-media-icons::before {
        position: absolute;
        top: min(1.5625rem + 0.625 * ((100vw - 20rem) / 100), 2.1875rem);
        left: 0px;
        width: 100%;
        height: 1px;
        content: "";
        background-color: rgba(255, 255, 255, 0.3);
    }
}

.core-component-footer .bottom .bottom-navigation .link {
    display: block;
    color: rgb(255, 255, 255);
}

@media (min-width: 64rem) {
    .core-component-footer .bottom .bottom-navigation .link {
        display: inline-block;
    }
}

.core-component-footer .bottom .bottom-navigation .link:not(:last-child) {
    margin-bottom: min(0.625rem + 0.625 * ((100vw - 20rem) / 44), 1.25rem);
}

@media (min-width: 64rem) {
    .core-component-footer .bottom .bottom-navigation .link:not(:last-child) {
        margin-right: min(2.5rem + 2.5 * ((100vw - 64rem) / 56), 5rem);
        margin-bottom: 0px;
    }
}

.core-component-footer .copyright {
    margin-top: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
    text-align: center;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-accordion .item-toggler {
    width: 100%;
    color: inherit;
    font-size: inherit;
}

.core-component-accordion .item-content {
    overflow: hidden;
    transition: height 250ms ease 0s;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-card {
    box-shadow: rgba(2, 4, 62, 0.3) 0px 0px 1.875rem;
    padding: min(1.5625rem + 1.25 * ((100vw - 20rem) / 100), 2.8125rem);
    border-radius: min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem) min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem);
    background-color: var(--main-color);
}

.core-component-card header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: min(1.875rem + 1.875 * ((100vw - 20rem) / 100), 3.75rem);
}

.core-component-card header .image {
    width: min(5rem + 3.75 * ((100vw - 20rem) / 100), 8.75rem);
    height: min(5rem + 3.75 * ((100vw - 20rem) / 100), 8.75rem);
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.9375rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background-image: linear-gradient(210deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4));
}

.core-component-card header .image picture {
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.core-component-card header .image .img {
    width: min(2.5rem + 1.875 * ((100vw - 20rem) / 100), 4.375rem);
    object-fit: contain;
}

.core-component-card header .infos {
    display: flex;
}

.core-component-card header .infos .index {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: right;
}

.core-component-card header .infos .index::after {
    display: block;
    width: min(2.8125rem + 2.1875 * ((100vw - 20rem) / 100), 5rem);
    height: 1px;
    content: "";
    background-color: currentcolor;
    margin-top: 5px;
}

.core-component-card header .infos .heading-5 {
    display: none;
}

.core-component-card .description {
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-component-card.variation header {
    display: grid;
    grid-template-columns: min(5rem + 3.75 * ((100vw - 20rem) / 100), 8.75rem) auto;
    gap: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
    -webkit-box-pack: unset;
    justify-content: unset;
    margin-bottom: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);
}

.core-component-card.variation header .infos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
}

.core-component-card.variation header .infos .index {
    width: 100%;
}

.core-component-card.variation header .infos .index::after {
    width: 100%;
}

.core-component-card.variation header .infos .heading-5 {
    display: block;
    width: 100%;
    margin-top: auto;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.core-component-card.variation .description {
    font-size: min(0.75rem + 0.375 * ((100vw - 20rem) / 100), 1.125rem);
    line-height: 1.45;
    font-weight: normal;
    margin-bottom: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-button {
    display: inline-block;
    padding: min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem) min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
    font-size: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    font-weight: bold;
    border-radius: min(2.5rem + 3.75 * ((100vw - 20rem) / 100), 6.25rem);
    transition: background-color 300ms ease 0s, box-shadow 300ms ease 0s, -webkit-box-shadow 300ms ease 0s;
}

.core-component-button .button-wrapper {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
}

.core-component-button.style-accent {
    color: rgb(255, 255, 255);
    background: blue;
}

.core-component-button.style-large {
    padding: 0px 3.125rem;
    font-size: 0.875rem;
}

.core-component-button.style-large .button-wrapper {
    height: 4rem;
}

.core-component-button.style-primary {
    color: rgb(255, 255, 255);
    background: #b41d23;
    box-shadow: rgba(121, 166, 226, 0) 0px 4px 12px -4px;
}

.core-component-button.style-primary:hover {
    background: #d52f35;
    box-shadow: #d52f35 0px 4px 12px -4px;
}

.core-component-button.style-primary:active {
    transition-duration: 0s;
    background: rgb(2, 4, 61);
}

.core-component-button.style-secondary {
    color: rgb(121, 166, 226);
    background: rgb(189, 79, 60);
    box-shadow: rgba(189, 79, 60, 0) 0px 4px 12px -4px;
}

.core-component-button.style-secondary:hover {
    background: rgb(204, 112, 96);
    box-shadow: rgba(189, 79, 60, 0.5) 0px 4px 12px -4px;
}

.core-component-button.style-secondary:active {
    transition-duration: 0s;
    background: rgb(150, 63, 48);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-form .gform_wrapper, .core-component-form .gform_confirmation_wrapper {
    --color-placeholder: #02043E;
    --color-accent: #BD4F3C;
    --color-border: #FFFFFF;
    --color-text: #02043E;
    --color-label: #02043E;
}

.core-component-form .gform_fields {
    position: relative;
    z-index: 1;
    display: flex;
    margin: -0.625rem -5px;
    flex-flow: column wrap;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@media (min-width: 37.5rem) {
    .core-component-form .gform_fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields {
        margin: -2.5rem;
    }
}

.core-component-form .gform_fields .gfield {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0.625rem 5px;
    min-width: 9.375rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield {
        margin: 1.25rem 2.5rem;
    }
}

.core-component-form .gform_fields .gfield--width-full {
    flex: 1 1 100%;
}

.core-component-form .gform_fields .gfield--width-half {
    flex: 1 1 calc(50% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-half {
        flex: 1 1 calc(50% - 5rem);
    }
}

.core-component-form .gform_fields .gfield--width-third {
    flex: 1 1 calc(33.3% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-third {
        flex: 1 1 calc(33.3% - 2.5rem);
    }
}

.core-component-form .gform_fields .gfield--width-quarter {
    flex: 1 1 calc(25% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-quarter {
        flex: 1 1 calc(25% - 2.5rem);
    }
}

.core-component-form .gform_fields .gfield_label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    display: block;
    color: var(--color-label);
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.core-component-form .gform_fields .gfield_label abbr {
    text-decoration: none;
}

.core-component-form .gform_fields .gfield_description {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    color: var(--color-label);
    margin-top: min(0.3125rem + 0.625 * ((100vw - 20rem) / 100), 0.9375rem);
}

@media (min-width: 37.5rem) {
    .core-component-form .gform_fields .gfield_description.gfield_validation_message {
        position: absolute;
        top: 100%;
        margin-top: 2px;
    }
}

.core-component-form .gform_fields .gfield_error .gfield_validation_message {
    color: rgb(185, 22, 0) !important;
}

.core-component-form .gform_fields .gfield.gfield_visibility_hidden {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.core-component-form .gform_fields .gfield.hidden_label .gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0px;
    clip-path: inset(50%);
    overflow: hidden;
    overflow-wrap: normal !important;
}

.core-component-form .gform_fields .gfield input, .core-component-form .gform_fields .gfield textarea, .core-component-form .gform_fields .gfield select {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 1.45;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px;
    color: var(--color-text);
    background: transparent;
    font-family: "Object Sans", Verdana, sans-serif;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-radius: 0px;
    transition: border 250ms cubic-bezier(0.6, 0, 0, 1) 0s;
    min-height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
    border-bottom: 1px dashed var(--color-border);
}

.core-component-form .gform_fields .gfield input:focus, .core-component-form .gform_fields .gfield textarea:focus, .core-component-form .gform_fields .gfield select:focus {
    outline: 0px;
    border-color: var(--color-accent) !important;
}

.core-component-form .gform_fields .gfield input::-webkit-input-placeholder, .core-component-form .gform_fields .gfield textarea::-webkit-input-placeholder, .core-component-form .gform_fields .gfield select::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

.core-component-form .gform_fields .gfield textarea {
    height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
    resize: vertical;
    overflow: hidden;
    min-height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-form .gform_fields .gfield select {
    cursor: pointer;
    appearance: none;
}

.core-component-form .gform_fields .gfield .gchoice {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
}

@media (min-width: 64rem) {
    .core-component-form .gform_fields .gfield .gchoice {
        width: auto;
    }
}

.core-component-form .gform_fields .gfield .gchoice:not(:last-of-type) {
    margin-bottom: min(0.3125rem + 0.1875 * ((100vw - 20rem) / 100), 0.5rem);
}

.core-component-form .gform_fields .gfield .gchoice label {
    display: grid;
    color: currentcolor;
    font-size: min(0.625rem + 0.25 * ((100vw - 20rem) / 100), 0.875rem);
    line-height: 1.5;
    cursor: pointer;
    grid-template-columns: min(1.125rem + 0.125 * ((100vw - 20rem) / 100), 1.25rem) auto;
    gap: min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem);
    text-align: left;
}

@media (max-width: 63.9rem) {
    .core-component-form .gform_fields .gfield .gchoice label {
        margin-top: 3px;
    }
}

.core-component-form .gform_fields .gfield .gchoice label::before {
    height: min(1.125rem + 0.125 * ((100vw - 20rem) / 100), 1.25rem);
    border: 1px solid var(--color-border);
    content: "";
    margin-top: 4px;
}

.core-component-form .gform_fields .gfield .gchoice input[type="radio"], .core-component-form .gform_fields .gfield .gchoice input[type="checkbox"] {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    border: 0px;
}

.core-component-form .gform_fields .gfield .gchoice input[type="radio"]:checked + label::before, .core-component-form .gform_fields .gfield .gchoice input[type="checkbox"]:checked + label::before {
    background: var(--color-placeholder);
    border-color: var(--color-placeholder);
}

.core-component-form .gform_fields .gfield .ginput_container_select {
    position: relative;
}

.core-component-form .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    top: 50%;
    right: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
    z-index: 1;
    width: min(0.375rem + 0.1875 * ((100vw - 20rem) / 100), 0.5625rem);
    height: min(0.3125rem + 0.1875 * ((100vw - 20rem) / 100), 0.5rem);
    transform: translateY(-50%);
    background: var(--color-placeholder);
    content: "";
    clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
}

.core-component-form .gform_fields .gfield .ginput_container_select select {
    padding-right: min(2.1875rem + 1.25 * ((100vw - 20rem) / 100), 3.4375rem);
}

.core-component-form .gform_footer {
    display: flex;
    padding: 0px;
    margin-top: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0.625rem;
}

.core-component-form .gform_validation_errors {
    display: none !important;
}

.core-component-form .gform_submission_error {
    padding: 0.9375rem 1.25rem;
    color: currentcolor;
    font-weight: bold;
}

.core-component-form .gform_confirmation_message {
    margin: 1.875rem 0px;
    padding: 0.9375rem 1.25rem;
    color: var(--color-text);
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid var(--color-border);
}

.core-component-form .gform_confirmation_message .rich-text [class^="heading"], .core-component-form .gform_confirmation_message .rich-text [class^="display"] {
    color: currentcolor !important;
    margin-bottom: 0px !important;
}

.core-component-form .gform_required_legend {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.core-component-card-post .image .img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.core-component-card-post .image .img {
    object-fit: cover;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-card-post {
    padding-top: min(2.1875rem + 0.9375 * ((100vw - 20rem) / 100), 3.125rem);
    padding-bottom: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
    border-bottom: 1px dashed rgb(176, 166, 161);
}

@media (min-width: 75rem) {
    .core-component-card-post {
        display: grid;
        grid-template-columns: min(13.75rem + 10.3125 * ((100vw - 75rem) / 45), 24.0625rem) auto;
        -webkit-box-align: center;
        align-items: center;
        gap: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    }
}

.core-component-card-post:nth-of-type(1) {
    border-top: 1px dashed rgb(176, 166, 161);
}

@media (min-width: 48rem) {
    .core-component-card-post {
        position: relative;
        border-bottom: none;
    }

    .core-component-card-post::after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 50vw;
        height: 1px;
        border-bottom: 1px dashed rgb(176, 166, 161);
    }

    .core-component-card-post:nth-of-type(2n+1) {
        padding-right: min(1.5625rem + 2.5 * ((100vw - 20rem) / 100), 4.0625rem);
        border-right: 1px dashed rgb(176, 166, 161);
    }

    .core-component-card-post:nth-of-type(2n+1)::after {
        right: 0px;
    }

    .core-component-card-post:nth-of-type(2n) {
        padding-left: min(2.1875rem + 1.875 * ((100vw - 20rem) / 100), 4.0625rem);
    }

    .core-component-card-post:nth-of-type(2n)::after {
        left: 0px;
    }

    .core-component-card-post:nth-of-type(1), .core-component-card-post:nth-of-type(2) {
        padding-top: min(2.1875rem + 2.5 * ((100vw - 20rem) / 100), 4.6875rem);
        border-top: none;
    }
}

.core-component-card-post .image {
    margin-bottom: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    border-radius: 0.625rem 1.5625rem 0.625rem 0.625rem;
    overflow: hidden;
}

@media (max-width: 74.9rem) {
    .core-component-card-post .image {
        position: relative;
        max-width: 43.75rem;
        max-height: 30rem;
        font-size: 0px;
    }

    .core-component-card-post .image::after {
        content: "";
        display: inline-block;
        width: 100%;
        padding-top: 68.5714%;
    }

    .core-component-card-post .image img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 75rem) {
    .core-component-card-post .image {
        position: relative;
        height: 100%;
        min-height: min(23.75rem + 6.25 * ((100vw - 20rem) / 100), 30rem);
        margin-bottom: 0px;
    }
}

.core-component-card-post .image .img {
    border-radius: 0.625rem 1.5625rem 0.625rem 0.625rem;
    transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
}

.core-component-card-post .image:hover .img {
    transform: scale(1.03);
}

.core-component-card-post .content .info {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 1.45;
    display: flex;
    margin-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    -webkit-box-align: center;
    align-items: center;
    gap: 0.9375rem;
    color: rgb(2, 4, 61);
}

.core-component-card-post .content .info .term {
    padding: 6px min(0.9375rem + 0.3125 * ((100vw - 20rem) / 100), 1.25rem);
    font-weight: bold;
    border: 1px solid rgb(189, 79, 60);
    border-radius: 1.875rem;
}

.core-component-card-post .content .info .term::before {
    content: "";
    display: inline-block;
    width: min(0.5rem + 0.125 * ((100vw - 20rem) / 100), 0.625rem);
    height: min(0.5rem + 0.125 * ((100vw - 20rem) / 100), 0.625rem);
    margin: -2px min(0.375rem + 0.125 * ((100vw - 20rem) / 100), 0.5rem) 0px 0px;
    background-color: rgb(189, 79, 60);
    border-radius: min(0.25rem + 0.0625 * ((100vw - 20rem) / 100), 5px);
    vertical-align: middle;
}

.core-component-card-post .content .info .term.podcast {
    border-color: rgb(69, 116, 112);
}

.core-component-card-post .content .info .term.podcast::before {
    background-color: rgb(69, 116, 112);
}

.core-component-card-post .content .info .date {
    font-weight: 600;
}

.core-component-card-post .content .heading-3 {
    margin-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    color: rgb(2, 4, 61);
}

.core-component-card-post .content .heading-3 .link {
    color: rgb(2, 4, 61);
}

.core-component-card-post .content .heading-3 .link:hover {
    text-decoration: underline;
}

.core-component-card-post .content .excerpt {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 1.45;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-social-media-icons .title {
    display: block;
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    text-transform: uppercase;
    margin-bottom: min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem);
    padding-bottom: min(0.625rem + 1.25 * ((100vw - 20rem) / 100), 1.875rem);
    border-bottom: 1px solid;
}

@media (min-width: 64rem) {
    .core-component-social-media-icons .title {
        border-bottom: none;
    }
}

.core-component-social-media-icons .list {
    display: grid;
    grid-auto-flow: column;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
    gap: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
    padding-left: 0px !important;
}

.core-component-social-media-icons .item {
    list-style-type: none;
}

.core-component-social-media-icons .item .link {
    display: block;
    width: min(1rem + 0.125 * ((100vw - 20rem) / 100), 1.125rem);
    height: min(1rem + 0.125 * ((100vw - 20rem) / 100), 1.125rem);
    color: inherit;
    transition: color 250ms cubic-bezier(0.6, 0, 0, 1) 0s;
}

.core-component-social-media-icons .item .link svg {
    width: 100%;
    height: 100%;
}

.core-component-social-media-icons.list .item .link {
    padding: 5px;
}

.core-component-social-media-icons.style-dark .title {
    color: rgb(2, 4, 62);
    border-color: rgba(2, 4, 62, 0.2);
}

.core-component-social-media-icons.style-dark .link {
    color: rgb(2, 4, 62);
}

.core-component-social-media-icons.style-light .title {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.3);
}

.core-component-social-media-icons.style-light .link {
    color: rgb(255, 255, 255);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-component-swiper-controls {
    z-index: 2;
    display: none;
    pointer-events: none;
}

.core-component-swiper-controls.active {
    display: grid;
    grid-auto-flow: column;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
    gap: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
    width: 100%;
    padding-top: min(0.625rem + 0.3125 * ((100vw - 20rem) / 100), 0.9375rem);
}

@media (min-width: 48rem) {
    .core-component-swiper-controls.active {
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 0px;
    }
}

.core-component-swiper-controls .button-prev, .core-component-swiper-controls .button-next {
    padding: 0.5rem 0px;
    pointer-events: all;
}

.core-component-swiper-controls .button-prev svg, .core-component-swiper-controls .button-next svg {
    position: relative;
    left: 0px;
    width: min(1.25rem + 1.75 * ((100vw - 20rem) / 100), 3rem);
    transition-property: right, left;
    transition-duration: 250ms;
    color: rgb(190, 83, 65);
}

.core-component-swiper-controls .button-prev:disabled, .core-component-swiper-controls .button-next:disabled {
    opacity: 0.5;
}

@media (min-width: 48rem) {
    .core-component-swiper-controls .button-prev:not(:disabled):hover svg {
        left: -4px;
    }
}

.core-component-swiper-controls .button-prev svg {
    transform: scaleX(-1);
}

.core-component-swiper-controls .button-next {
    margin-left: 0.625rem;
}

@media (min-width: 48rem) {
    .core-component-swiper-controls .button-next:not(:disabled):hover svg {
        left: 4px;
    }
}

.core-component-swiper-controls .indicator {
    font-size: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    line-height: 1.45;
}

.core-component-swiper-controls.style-dark {
    color: rgb(2, 4, 61);
}

.core-component-swiper-controls.style-dark .button-prev, .core-component-swiper-controls.style-dark .button-next {
    color: rgb(163, 194, 235);
}

.core-component-swiper-controls.style-light {
    color: rgb(255, 255, 255);
}

.core-component-swiper-controls.style-light .button-prev, .core-component-swiper-controls.style-light .button-next {
    color: rgb(189, 79, 60);
}

.core-section-library-wrapper .core-section-hero-callout .background, .core-section-library-wrapper .core-section-hero-callout .background .image::before, .core-section-library-wrapper .core-section-hero-callout .background .image picture .img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.core-section-library-wrapper .core-section-hero-callout .background .image picture .img {
    object-fit: cover;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-hero-callout {
    position: relative;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-hero-callout::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: min(2.8125rem + 5.3125 * ((100vw - 20rem) / 100), 8.125rem);
    background-color: rgb(251, 243, 239);
}

.core-section-library-wrapper .core-section-hero-callout .wrapper {
    position: relative;
    z-index: 2;
}

.core-section-library-wrapper .core-section-hero-callout .wrapper .infos [class^="display"] {
    color: rgb(250, 242, 238);
    margin-bottom: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
}

.core-section-library-wrapper .core-section-hero-callout .wrapper .infos .display-1 {
    font-size: min(2.9375rem + 14.8125 * ((100vw - 20rem) / 100), 17.75rem);
    margin-left: clamp(-3.75rem, -1.25rem + -2.5 * ((100vw - 20rem) / 100), -1.25rem);
    margin-right: clamp(-3.75rem, -1.25rem + -2.5 * ((100vw - 20rem) / 100), -1.25rem);
}

.core-section-library-wrapper .core-section-hero-callout .wrapper .infos .display-2 {
    font-size: min(1.6875rem + 8.375 * ((100vw - 20rem) / 100), 10.0625rem);
    margin-left: clamp(-2.5rem, -0.625rem + -1.875 * ((100vw - 20rem) / 100), -0.625rem);
    margin-right: clamp(-2.5rem, -0.625rem + -1.875 * ((100vw - 20rem) / 100), -0.625rem);
}

.core-section-library-wrapper .core-section-hero-callout .wrapper .infos .display-3 {
    font-size: min(1.25rem + 6.875 * ((100vw - 20rem) / 100), 8.125rem);
}

.core-section-library-wrapper .core-section-hero-callout .wrapper .infos p {
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: min(2.5rem + 3.125 * ((100vw - 20rem) / 100), 5.625rem);
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-section-library-wrapper .core-section-hero-callout .background {
    z-index: 0;
    /*padding-left: min(1.25rem + 1 * ((100vw - 20rem) / 100), 2.25rem);*/
}

.core-section-library-wrapper .core-section-hero-callout .background .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: min(0.625rem + 2.5 * ((100vw - 20rem) / 100), 3.125rem) 0px;
}

.core-section-library-wrapper .core-section-hero-callout .background .image picture {
    width: 100%;
    height: 100%;
}

.core-section-library-wrapper .core-section-hero-callout .background .image::before {
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .play {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters {
    display: grid;
    -webkit-box-align: end;
    align-items: end;
    gap: min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem);
    margin-bottom: min(2.5rem + 1.875 * ((100vw - 20rem) / 100), 4.375rem);
    padding-bottom: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
    border-bottom: 1px dashed rgb(176, 166, 161);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .filters {
        grid-template-columns: auto auto;
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .display-2 {
    line-height: 0.8;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .filters .right {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end;
        gap: min(1.25rem + 4.375 * ((100vw - 20rem) / 100), 5.625rem);
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .tablist {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    gap: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .tablist .tab {
    color: rgb(189, 79, 60);
    font-size: min(1rem + 0.25 * ((100vw - 20rem) / 100), 1.25rem);
    text-transform: uppercase;
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .tablist .tab::before {
    content: "";
    display: none;
    background-color: rgb(189, 79, 60);
    width: min(0.25rem + 0.25 * ((100vw - 20rem) / 100), 0.5rem);
    height: min(0.25rem + 0.25 * ((100vw - 20rem) / 100), 0.5rem);
    margin: clamp(-4px, -0.125rem + -0.125 * ((100vw - 20rem) / 100), -2px) min(0.1875rem + 0.1875 * ((100vw - 20rem) / 100), 6px) 0px 0px;
    vertical-align: middle;
    border-radius: 50%;
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .tablist .tab.active {
    font-weight: bold;
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .tablist .tab.active::before {
    display: inline-block;
}

.core-section-library-wrapper .core-section-post-listing-tabs .filters .right .button {
    display: none;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .filters .right .button {
        display: block;
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts {
    counter-reset: number 0;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts article {
    counter-increment: number 1;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .full {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(1.5625rem + 3.75 * ((100vw - 20rem) / 100), 5.3125rem);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .full {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .full {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 37.4rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .full article:not(:nth-of-type(3)) {
        padding-bottom: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem);
        border-bottom: 1px dashed rgb(176, 166, 161);
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .row {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 37.5rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .row {
        gap: min(2.1875rem + 2.8125 * ((100vw - 20rem) / 100), 5rem);
    }
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .row {
        grid-template-columns: 2fr 1fr;
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .row .featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
}

@media (min-width: 37.5rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .row .featured {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 37.4rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .row .featured article:not(:nth-of-type(3)) {
        padding-bottom: min(1.5625rem + 3.4375 * ((100vw - 20rem) / 100), 5rem);
        border-bottom: 1px dashed rgb(176, 166, 161);
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .row .others {
    padding-top: min(0.9375rem + 0.9375 * ((100vw - 37.5rem) / 82.5), 1.875rem);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .row .others article:not(:last-of-type) {
    margin-bottom: min(1.5625rem + 3.4375 * ((100vw - 20rem) / 100), 5rem);
    padding-bottom: min(1.5625rem + 3.4375 * ((100vw - 20rem) / 100), 5rem);
    border-bottom: 1px dashed rgb(176, 166, 161);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb {
    position: relative;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image {
    position: relative;
    max-width: 32rem;
    max-height: 20.625rem;
    font-size: 0px;
    margin-bottom: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
    border-radius: 0.625rem 1.5625rem 0.625rem 0.625rem;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 64.4531%;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image {
        position: relative;
        max-width: 38.4375rem;
        max-height: 48.125rem;
        font-size: 0px;
    }

    .core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image::after {
        content: "";
        display: inline-block;
        width: 100%;
        padding-top: 125.203%;
    }

    .core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image .img {
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .image:hover .img {
    transform: scale(1.05);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .play .icon {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .play .icon span {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: min(3.4375rem + 2.8125 * ((100vw - 20rem) / 100), 6.25rem);
    height: min(3.4375rem + 2.8125 * ((100vw - 20rem) / 100), 6.25rem);
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .thumb .play .icon span svg {
    width: min(0.625rem + 0.5 * ((100vw - 20rem) / 100), 1.125rem);
    color: rgb(189, 79, 60);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .title {
    display: grid;
    grid-template-columns: min(1.25rem + 0.3125 * ((100vw - 20rem) / 100), 1.5625rem) auto;
    gap: min(0.9375rem + 0.9375 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .title .num {
    font-size: min(0.625rem + 0.375 * ((100vw - 20rem) / 100), 1rem);
    font-weight: normal;
    margin-top: min(0.25rem + 0.25 * ((100vw - 20rem) / 100), 0.5rem);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .title .link {
    color: rgb(2, 4, 61);
}

.core-section-library-wrapper .core-section-post-listing-tabs .posts .post .title:hover .link {
    text-decoration: underline;
}

.core-section-library-wrapper .core-section-post-listing-tabs .bottom {
    display: block;
    margin-top: min(1.5625rem + 0.625 * ((100vw - 20rem) / 100), 2.1875rem);
    text-align: center;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-post-listing-tabs .bottom {
        display: none;
    }
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-top-rounded-image-text {
    position: relative;
}

.core-section-library-wrapper .core-section-top-rounded-image-text .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(1.875rem + 1.25 * ((100vw - 20rem) / 100), 3.125rem);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-top-rounded-image-text .wrapper {
        grid-template-columns: 0.98fr 1.02fr;
        -webkit-box-align: center;
        align-items: center;
        gap: min(2.5rem + 10 * ((100vw - 48rem) / 72), 12.5rem);
    }
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-top-rounded-image-text .wrapper.right {
        grid-template-columns: 1.02fr 0.98fr;
    }
}

.core-section-library-wrapper .core-section-top-rounded-image-text .wrapper.right .image {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.core-section-library-wrapper .core-section-top-rounded-image-text .image {
    position: relative;
    max-width: 45.625rem;
    max-height: 61.25rem;
    font-size: 0px;
}

.core-section-library-wrapper .core-section-top-rounded-image-text .image::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 134.247%;
}

.core-section-library-wrapper .core-section-top-rounded-image-text .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-section-library-wrapper .core-section-top-rounded-image-text .image img {
    border-radius: 23.4375rem 23.4375rem min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem) min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-text-featured-stats {
    background-color: #111c36;
    z-index: 0;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats::after, .core-section-library-wrapper .core-section-text-featured-stats::before {
        position: absolute;
        width: min(20rem + 44 * ((100vw - 64rem) / 56), 64rem);
        height: min(20rem + 44 * ((100vw - 64rem) / 56), 64rem);
        background-image: radial-gradient(rgba(121, 166, 226, 0.15) 1%, transparent 70%);
        border-radius: 100%;
        pointer-events: none;
    }

    .core-section-library-wrapper .core-section-text-featured-stats::before {
        content: "";
        top: 40%;
        left: clamp(-27.5rem, -13.75rem + -13.75 * ((100vw - 64rem) / 56), -13.75rem);
        z-index: 1;
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .rich-text {
    margin-bottom: min(1.875rem + 1.25 * ((100vw - 20rem) / 28), 3.125rem);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .rich-text {
        max-width: 48rem;
        margin-bottom: min(1.875rem + 1.25 * ((100vw - 48rem) / 72), 3.125rem);
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats {
    display: grid;
    grid-template-columns: 1fr;
    color: rgb(255, 255, 255);
    row-gap: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats {
        gap: min(1.25rem + 0.625 * ((100vw - 64rem) / 56), 1.875rem) min(3.125rem + 9.375 * ((100vw - 64rem) / 56), 12.5rem);
        grid-template-columns: min(22.5rem + 25 * ((100vw - 64rem) / 56), 47.5rem) 1fr;
        grid-template-areas: "left right2" "left right3" "left right4" "left right5";
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat .description {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:nth-child(2) {
        grid-area: right2;
    }

    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:nth-child(3) {
        grid-area: right3;
    }

    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:nth-child(4) {
        grid-area: right4;
    }

    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:nth-child(5) {
        grid-area: right5;
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child {
    position: relative;
    height: fit-content;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child {
        grid-area: left;
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child .value {
    font-size: min(5.625rem + 2.5 * ((100vw - 20rem) / 44), 8.125rem);
    font-weight: bold;
    text-align: center;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child .value {
        font-size: min(5.625rem + 10.625 * ((100vw - 64rem) / 56), 16.25rem);
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child .description {
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 35rem;
    margin: 0px auto min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    font-weight: bold;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:first-child .description {
        margin-bottom: 0px;
    }
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat:not(:first-child) {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    column-gap: min(0.625rem + 1.875 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-section-library-wrapper .core-section-text-featured-stats .stats .stat:not(:first-child) .value {
    -webkit-box-flex: 0;
    flex: 0 0 var(--stat-value-width);
    font-size: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    font-weight: bold;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-featured-stats .stats .stat:not(:first-child) .value {
        text-align: right;
    }
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-text-columns {
    position: relative;
}

.core-section-library-wrapper .core-section-text-columns .wrapper.xlarge .columns.col-1 p, .core-section-library-wrapper .core-section-text-columns .wrapper.full .columns.col-1 p {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
}

.core-section-library-wrapper .core-section-text-columns .columns {
    display: grid;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto;
}

.core-section-library-wrapper .core-section-text-columns .columns.col-2 {
    gap: min(1.25rem + 5 * ((100vw - 20rem) / 100), 6.25rem);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-text-columns .columns.col-2 {
        grid-template-columns: repeat(2, auto);
    }
}

.core-section-library-wrapper .core-section-text-columns .columns.col-3 {
    gap: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-text-columns .columns.col-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider {
        height: 300vh;
    }
}

[lang="de-DE"] .core-section-library-wrapper .core-section-cards-slider .decorative-title {
    font-size: min(2.625rem + 13.625 * ((100vw - 20rem) / 100), 16.25rem);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .wrapper {
        position: sticky;
        top: 11.25rem;
    }
}

.core-section-library-wrapper .core-section-cards-slider .decorative-wrapper {
    position: relative;
    padding-top: min(4.0625rem + 15.9375 * ((100vw - 20rem) / 100), 20rem);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .content {
        display: grid;
        grid-template-columns: min(26.5rem + 4.75 * ((100vw - 75rem) / 45), 31.25rem) 1.5fr;
        column-gap: min(3.125rem + 6.25 * ((100vw - 75rem) / 45), 9.375rem);
    }
}

.core-section-library-wrapper .core-section-cards-slider .rich-text {
    position: relative;
    z-index: 2;
    background: rgb(251, 243, 239);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    margin-bottom: 2.1875rem;
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .rich-text {
        margin-bottom: 0px;
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::after, .core-section-library-wrapper .core-section-cards-slider .rich-text::before {
        position: absolute;
        top: 0px;
        height: 100%;
        content: "";
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::before {
        left: 100%;
        width: min(5rem + 4.375 * ((100vw - 20rem) / 100), 9.375rem);
        background-image: linear-gradient(to right, rgb(251, 243, 239) 5%, transparent);
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::after {
        right: 100%;
        width: 100vw;
        background: rgb(251, 243, 239);
        pointer-events: none;
    }
}

.core-section-library-wrapper .core-section-cards-slider .decorative-title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(245, 230, 222);
    font-size: min(3.5rem + 16.5 * ((100vw - 20rem) / 100), 20rem);
    font-weight: bold;
    pointer-events: none;
    white-space: nowrap;
}

@media (min-width: 26.5625rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-wrapper {
        width: min(75rem + 45 * ((100vw - 26.5625rem) / 48.4375), 120rem);
        margin: 0px auto 0px clamp(-46.875rem, -28.125rem + -18.75 * ((100vw - 26.5625rem) / 48.4375), -28.125rem);
    }
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-wrapper {
        width: min(75rem + 45 * ((100vw - 75rem) / 45), 120rem);
        margin-left: clamp(-46.875rem, -26.875rem + -20 * ((100vw - 75rem) / 45), -26.875rem);
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-wrapper .slider .slide {
    width: min(13.125rem + 9.6875 * ((100vw - 20rem) / 100), 22.8125rem);
    margin-right: min(0.625rem + 3.4375 * ((100vw - 20rem) / 100), 4.0625rem);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.core-section-library-wrapper .core-section-cards-slider .slider-wrapper .slider .slide .card {
    height: 100%;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination {
    position: relative;
    display: flex;
    padding-top: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-column: 1 / 3;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination::after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    border: 1px dashed rgb(176, 166, 161);
    content: "";
}

@media (min-width: 26.5625rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-pagination .swiper-wrapper {
        transform: none !important;
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide {
    position: relative;
    display: block;
    width: var(--pagination-column-size);
    padding-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    min-width: 3.125rem;
    flex-basis: var(--pagination-column-size);
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    position: relative;
    display: block;
    width: min(16.875rem + 31.125 * ((100vw - 20rem) / 55), 48rem);
    padding: 0px 5px;
    opacity: 0;
    color: rgb(189, 79, 60);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label::before {
    position: absolute;
    top: calc(100% + 2px);
    right: 0.625rem;
    width: 2px;
    height: min(0.4375rem + 0.4375 * ((100vw - 20rem) / 100), 0.875rem);
    content: "";
    background-color: rgb(213, 198, 190);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label {
        width: auto;
        text-align: right;
        overflow: initial;
        white-space: initial;
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.active .label {
    opacity: 1;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide::after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    z-index: 1;
    width: 0px;
    height: 4px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: transparent;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide-active::after, .core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.filled::after {
    width: 100%;
    background-color: rgb(121, 166, 226);
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide::before {
    position: absolute;
    right: 0px;
    bottom: 6px;
    z-index: 2;
    width: min(0.5rem + 0.375 * ((100vw - 20rem) / 100), 0.875rem);
    height: min(0.5rem + 0.375 * ((100vw - 20rem) / 100), 0.875rem);
    transform: translateY(40%);
    border: min(0.125rem + 0.125 * ((100vw - 20rem) / 100), 4px) solid rgb(251, 243, 239);
    border-radius: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: rgb(121, 166, 226);
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.active::before {
    right: min(0.1875rem + 0.1875 * ((100vw - 20rem) / 100), 6px);
    bottom: clamp(4px, 0.3125rem + -0.0625 * ((100vw - 20rem) / 100), 5px);
    transform: scale(1.8) translateY(15%);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-hero-media-layers-text {
    position: relative;
    background-color: #111c36;
    overflow: hidden;
    z-index: 3 !important;
}

.core-section-library-wrapper .core-section-hero-media-layers-text::after, .core-section-library-wrapper .core-section-hero-media-layers-text::before {
    position: absolute;
    width: min(20rem + 44 * ((100vw - 20rem) / 100), 64rem);
    height: min(20rem + 44 * ((100vw - 20rem) / 100), 64rem);
    background-image: radial-gradient(rgba(121, 166, 226, 0.2) 1%, transparent 70%);
    border-radius: 100%;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text::before {
        content: "";
        bottom: clamp(-12.5rem, -0.625rem + -11.875 * ((100vw - 64rem) / 56), -0.625rem);
        left: clamp(-27.5rem, -13.75rem + -13.75 * ((100vw - 64rem) / 56), -13.75rem);
    }
}

.core-section-library-wrapper .core-section-hero-media-layers-text::after {
    content: "";
    top: clamp(-25rem, -6.875rem + -18.125 * ((100vw - 20rem) / 100), -6.875rem);
    right: -5%;
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .wrapper {
        display: flex;
    }
}

@media (max-width: 47.9rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-text, .core-section-library-wrapper .core-section-hero-media-layers-text .slider-image {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-text {
    padding-left: min(0.625rem + 1.875 * ((100vw - 20rem) / 100), 2.5rem);
    padding-right: min(0.625rem + 1.875 * ((100vw - 20rem) / 100), 2.5rem);
    order: -1;
    margin-top: 1.25rem;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .slider-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .slider-text {
        margin-top: 0px;
    }
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-image {
    /*padding-left: min(4.6875rem + 7.8125 * ((100vw - 20rem) / 55), 12.5rem);*/
    padding-right: min(2.1875rem + 5.3125 * ((100vw - 20rem) / 55), 7.5rem);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .slider-image {
        /*padding-left: min(4.375rem + 8.125 * ((100vw - 75rem) / 45), 12.5rem);*/
        padding-right: 0px;
    }
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-image .slide .image-wrapper {
    margin: 0px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-image:hover .slide:not(.swiper-slide-visible) .image-wrapper {
    margin: 0px 0px 0px 10px;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .slider-image:hover .slide.swiper-slide-visible .image-wrapper {
    margin: 0px 0px 0px -5px;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .arrow-down {
    display: none;
    width: min(3.75rem + 2.5 * ((100vw - 20rem) / 100), 6.25rem);
    color: rgb(189, 79, 60);
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-hero-media-layers-text .arrow-down {
        margin-top: min(5rem + 1.25 * ((100vw - 75rem) / 45), 6.25rem);
        margin-bottom: 0.625rem;
        display: block;
    }
}

.core-section-library-wrapper .core-section-hero-media-layers-text .image-wrapper {
    max-width: 38.4375rem;
    max-height: 48.75rem;
    font-size: 0px;
    border-radius: min(15.625rem + 6.25 * ((100vw - 20rem) / 100), 21.875rem) min(15.625rem + 6.25 * ((100vw - 20rem) / 100), 21.875rem) 0.625rem 0.625rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .image-wrapper::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 126.829%;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .image-wrapper img {
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .image-wrapper .image, .core-section-library-wrapper .core-section-hero-media-layers-text .image-wrapper {
    height: 100%;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    position: absolute;
    bottom: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
    left: min(0.625rem + 1.25 * ((100vw - 20rem) / 100), 1.875rem);
    opacity: 0;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon {
    display: inline-flex;
    width: min(0.9375rem + 1.25 * ((100vw - 20rem) / 100), 2.1875rem);
    height: min(0.9375rem + 1.25 * ((100vw - 20rem) / 100), 2.1875rem);
    padding: min(0.125rem + 0.375 * ((100vw - 20rem) / 100), 0.5rem);
    border: 1px solid currentcolor;
    border-radius: 100%;
    margin-bottom: min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon .plus-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon .plus-icon::before, .core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon .plus-icon::after {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    background: currentcolor;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon .plus-icon::before {
    width: 100%;
    height: 1px;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .vertical-text .icon .plus-icon::after {
    width: 1px;
    height: 100%;
    transition: transform 250ms ease 0s, opacity 0s ease 0s, -webkit-transform 250ms ease 0s;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .swiper-slide {
    width: 100%;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 1;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .swiper-slide:not(.swiper-slide-active) .image {
    filter: blur(5px);
}

.core-section-library-wrapper .core-section-hero-media-layers-text .swiper-slide:not(.swiper-slide-active) .play-wrapper {
    pointer-events: none;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .swiper-slide:not(.swiper-slide-active) .vertical-text {
    opacity: 1;
}

.core-section-library-wrapper .core-section-hero-media-layers-text .decorative {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    display: block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: min(2.5rem + 1.875 * ((100vw - 20rem) / 100), 4.375rem);
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(5%);
    }
    50% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(5%);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(5%);
    }
    50% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(5%);
    }
}

.wp-block-archives {
    box-sizing: border-box;
}

.wp-block-archives-dropdown label {
    display: block;
}

.wp-block-avatar {
    line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
    box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
    text-align: center;
}

.wp-block-audio {
    box-sizing: border-box;
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%;
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}

.wp-block-button__link.aligncenter {
    text-align: center;
}

.wp-block-button__link.alignright {
    text-align: right;
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.wp-block-button[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * .75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * .25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0px;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0px !important;
}

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {
    border: 2px solid;
    padding: 0.667em 1.333em;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
    color: currentcolor;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
    border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
    border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
    border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
    border-left-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
    border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
    border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
    border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
    border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
    border-left-width: medium;
}

.wp-block-buttons.is-vertical {
    flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0px;
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0px;
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}

.wp-block-buttons.aligncenter {
    text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-block-buttons[style*="text-decoration"] .wp-block-button, .wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
    border: 1px solid;
    padding: 0.25em;
}

.wp-block-calendar th {
    font-weight: 400;
}

.wp-block-calendar caption {
    background-color: inherit;
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: rgb(64, 70, 77);
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: rgb(221, 221, 221);
}

.wp-block-calendar table.has-background th {
    background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
    color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: rgb(221, 221, 221);
}

.wp-block-categories {
    box-sizing: border-box;
}

.wp-block-categories.alignleft {
    margin-right: 2em;
}

.wp-block-categories.alignright {
    margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center;
}

.wp-block-code {
    box-sizing: border-box;
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.wp-block-columns {
    box-sizing: border-box;
    display: flex;
    align-items: normal !important;
    flex-wrap: wrap !important;
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0px;
        flex-grow: 1;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0px;
    flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%;
}

.wp-block-post-comments {
    box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
    float: left;
}

.wp-block-post-comments .alignright {
    float: right;
}

.wp-block-post-comments .navigation::after {
    clear: both;
    content: "";
    display: table;
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0px;
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    margin-top: 0.5em;
    width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
    font-style: normal;
}

.wp-block-post-comments .comment-meta {
    font-size: 0.875em;
    line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: 0.875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}

.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0px;
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}

.wp-block-post-comments .reply {
    font-size: 0.875em;
    margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type="submit"]), .wp-block-post-comments textarea {
    border: 1px solid rgb(148, 148, 148);
    font-family: inherit;
    font-size: 1em;
}

.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments textarea {
    padding: calc(0.667em + 2px);
}

:where(.wp-block-post-comments input[type="submit"]) {
    border: none;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0px;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center;
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0px;
    max-width: 100%;
    padding: 0px;
}

.wp-block-comment-template li {
    clear: both;
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0px;
    max-width: 100%;
    padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
    float: left;
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.wp-block-comment-template.alignright {
    float: right;
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50% center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: clip;
    padding: 1em;
    position: relative;
}

.wp-block-cover .has-background-dim:not([class*="-background-color"]), .wp-block-cover-image .has-background-dim:not([class*="-background-color"]), .wp-block-cover-image.has-background-dim:not([class*="-background-color"]), .wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    background-color: rgb(0, 0, 0);
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent;
}

.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
    background-color: inherit;
    content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
    inset: 0px;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
    opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
    opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
    opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
    opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
    opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
    opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
    opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
    opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
    opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: 0.1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: 0.2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: 0.3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: 0.4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: 0.5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: 0.6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: 0.7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: 0.8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: 0.9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-cover-image::after, .wp-block-cover::after {
    content: "";
    display: block;
    font-size: 0px;
    min-height: inherit;
}

@supports (position:sticky) {
    .wp-block-cover-image::after, .wp-block-cover::after {
        content: none;
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1;
}

.wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color) {
    color: inherit;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0px;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0px;
    width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    inset: 0px;
    box-shadow: none;
    height: 100%;
    margin: 0px;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0px;
    position: absolute;
    width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: rgb(255, 255, 255);
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0px;
    text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0px;
    text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0px;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
    z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
    color: rgb(255, 255, 255);
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: rgb(0, 0, 0);
}

.wp-block-details {
    box-sizing: border-box;
    overflow: hidden;
}

.wp-block-details summary {
    cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align="left"] > [data-type="core/embed"], .wp-block[data-align="right"] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px;
}

.wp-block-embed {
    overflow-wrap: break-word;
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-embed iframe {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    inset: 0px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
    padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
    padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
    padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
    padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    padding-top: 200%;
}

.wp-block-file {
    box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
    font-size: 0.8em;
}

.wp-block-file.aligncenter {
    text-align: center;
}

.wp-block-file.alignright {
    text-align: right;
}

.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}

:where(.wp-block-file) {
    margin-bottom: 1.5em;
}

.wp-block-file__embed {
    margin-bottom: 1em;
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: rgb(255, 255, 255);
    opacity: 0.85;
    text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0px 1em 1em 0px;
    position: relative;
    width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0px;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0px;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    margin: 0px;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1 1 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0px;
    width: 100%;
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.3333% - 0.66667em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - 0.75em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - 0.8em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.6667% - 0.83333em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.2857% - 0.85714em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - 0.875em);
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0px;
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0px;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0px;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100% !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 13px;
    left: 0px;
    margin-bottom: 0px;
    max-height: 60%;
    overflow: auto;
    padding: 0px 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0px;
    padding: 10px 10px 9px;
    position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0px;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%;
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8);
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714);
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%;
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center;
}

.wp-block-group {
    box-sizing: border-box;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]), h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]), h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
    rotate: 180deg;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-image[style*="border-radius"] img, .wp-block-image[style*="border-radius"] > a {
    border-radius: inherit;
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box;
}

.wp-block-image.aligncenter {
    text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
    caption-side: bottom;
    display: table-caption;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0px;
}

.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0px 0.5em 1em;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0px;
        -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
    border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
    border-left-style: solid;
}

.wp-block-image figure {
    margin: 0px;
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.wp-lightbox-container img {
    cursor: zoom-in;
}

.wp-lightbox-container img:hover + button {
    opacity: 1;
}

.wp-lightbox-container button {
    align-items: center;
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(90, 90, 90, 0.25);
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity 0.2s ease 0s;
    width: 20px;
    z-index: 100;
}

.wp-lightbox-container button:focus-visible {
    outline: -webkit-focus-ring-color auto 3px;
    outline-offset: 3px;
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1;
}

.wp-lightbox-container button:focus {
    opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: rgba(90, 90, 90, 0.25);
    border: none;
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100vw;
    z-index: 100000;
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0px;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left top;
    width: var(--wp--lightbox-container-width);
    z-index: 2147483647;
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0px;
    position: relative;
    transform-origin: 0px 0px;
    width: 100%;
    z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none;
}

.wp-lightbox-overlay button {
    background: none;
    border: none;
}

.wp-lightbox-overlay .scrim {
    background-color: rgb(255, 255, 255);
    height: 100%;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 2000000;
}

.wp-lightbox-overlay.active {
    animation: 0.25s ease 0s 1 normal both running turn-on-visibility;
    visibility: visible;
}

.wp-lightbox-overlay.active img {
    animation: 0.35s ease 0s 1 normal both running turn-on-visibility;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
    animation: 0.35s ease 0s 1 normal both running turn-off-visibility;
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
    animation: 0.25s ease 0s 1 normal both running turn-off-visibility;
}

@media (prefers-reduced-motion: no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: auto ease 0s 1 normal none running none;
        opacity: 1;
        visibility: visible;
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: 0.4s ease 0s 1 normal none running lightbox-zoom-in;
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: auto ease 0s 1 normal none running none;
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: 0.4s ease 0s 1 normal forwards running turn-on-visibility;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
        animation: auto ease 0s 1 normal none running none;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
        animation: 0.4s ease 0s 1 normal none running lightbox-zoom-out;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
        animation: auto ease 0s 1 normal none running none;
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
        animation: 0.4s ease 0s 1 normal forwards running turn-off-visibility;
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
    }
    99% {
        visibility: visible;
    }
    100% {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden;
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0px;
}

:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
    line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])), .has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
    line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0px;
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.875em;
    margin: 0.36em 0px 1.4em;
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}

.wp-block-latest-comments[class*="-font-size"] a, .wp-block-latest-comments[style*="font-size"] a {
    font-size: inherit;
}

.wp-block-latest-posts {
    box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}

.wp-block-latest-posts.alignright {
    margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.wp-block-latest-posts.is-grid li {
    margin: 0px 1.25em 1.25em 0px;
    width: 100%;
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0px;
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.3333% - 0.83333em);
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0px;
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0px;
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0px;
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.6667% - 1.04167em);
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0px;
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.wp-block-latest-posts__featured-image a {
    display: inline-block;
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}

ol, ul {
    box-sizing: border-box;
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start;
}

.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: 1 / 1;
    margin: 0px;
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-area: 1 / 2;
    padding: 0px 8%;
    word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-area: 1 / 2;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-area: 1 / 1;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-area: 1 / 1;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-area: 2 / 1;
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative;
}

.wp-block-navigation ul {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0px;
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
    text-decoration: none;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
    text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentcolor;
    display: inline-block;
    font-size: inherit;
    height: 0.6em;
    line-height: 0;
    margin-left: 0.25em;
    padding: 0px;
    width: 0.6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentcolor;
    display: inline-block;
    height: inherit;
    margin-top: 0.075em;
    width: inherit;
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0px;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity 0.1s linear 0s;
    visibility: hidden;
    width: 0px;
    z-index: 2;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0px;
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px;
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container::before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: 0.5em;
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: 0.25em;
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg);
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0px;
    top: 100%;
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0px;
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentcolor;
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentcolor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: 0.85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -0.6em;
    pointer-events: none;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: 0.5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: 0.5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0px;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px;
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: rgb(0, 0, 0);
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

.wp-block-navigation__container .is-responsive {
    display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(0.5em);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.wp-block-navigation__responsive-container {
    inset: 0px;
    display: none;
    position: fixed;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: 0.1s ease-out 0s 1 normal forwards running overlay-menu__fade-in-animation;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
    z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-flow: column;
    overflow: visible;
    padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent !important;
    color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto;
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0px;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: rgb(255, 255, 255);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: rgb(0, 0, 0);
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentcolor;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    text-transform: inherit;
    vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentcolor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px;
}

.wp-block-navigation__responsive-container-open {
    display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.wp-block-navigation__responsive-close {
    width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
    outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
    position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px;
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px;
    }
}

html.has-modal-open {
    overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none;
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
}

.is-small-text {
    font-size: 0.875em;
}

.is-regular-text {
    font-size: 1em;
}

.is-large-text {
    font-size: 2.25em;
}

.is-larger-text {
    font-size: 3em;
}

.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: 0.68;
    margin: 0.05em 0.1em 0px 0px;
    text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus)::first-letter {
    float: none;
    margin-left: 0.1em;
}

p.has-drop-cap.has-background {
    overflow: hidden;
}

p.has-background {
    padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg;
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-post-author__byline {
    font-size: 0.5em;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

.wp-block-post-author__avatar {
    margin-right: 1em;
}

.wp-block-post-author__bio {
    font-size: 0.7em;
    margin-bottom: 0.7em;
}

.wp-block-post-author__content {
    flex-basis: 0px;
    flex-grow: 1;
}

.wp-block-post-author__name {
    margin: 0px;
}

.wp-block-post-comments-form {
    box-sizing: border-box;
}

.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
    font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
    font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title), .wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
    font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
    line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
    font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
    letter-spacing: inherit;
}

.wp-block-post-comments-form input[type="submit"] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center;
}

.wp-block-post-comments-form input:not([type="submit"]), .wp-block-post-comments-form textarea {
    border: 1px solid rgb(148, 148, 148);
    font-family: inherit;
    font-size: 1em;
}

.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments-form textarea {
    padding: calc(0.667em + 2px);
}

.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]), .wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0.35em;
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0px;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}

.wp-block-post-date {
    box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0px;
    margin-top: 0px;
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0px;
    margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
    display: inline-block;
}

.wp-block-post-featured-image {
    margin-left: 0px;
    margin-right: 0px;
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%;
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: rgb(0, 0, 0);
    inset: 0px;
    position: absolute;
}

.wp-block-post-featured-image {
    position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: 0.1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: 0.2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: 0.3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: 0.4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: 0.5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: 0.6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: 0.7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: 0.8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: 0.9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
    width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg;
}

.wp-block-post-terms {
    box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
    box-sizing: border-box;
}

.wp-block-post-title {
    word-break: break-word;
}

.wp-block-post-title a {
    display: inline-block;
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em;
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 3em 0px;
    text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative;
}

.wp-block-pullquote .has-text-color a {
    color: inherit;
}

:where(.wp-block-pullquote) {
    margin: 0px 0px 1em;
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
    border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0px;
    margin-top: 0px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none;
}

.wp-block-pullquote cite {
    color: inherit;
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 100%;
    padding: 0px;
}

.wp-block-post-template.wp-block-post-template {
    background: none;
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-flow: wrap;
    gap: 1.25em;
}

.wp-block-post-template.is-flex-container > li {
    margin: 0px;
    width: 100%;
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - 0.625em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.3333% - 0.83333em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - 0.9375em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.6667% - 1.04167em);
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr;
    }
}

.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline: 2em 0px;
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline: 0px 2em;
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline: auto;
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0px;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
    justify-content: center;
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box;
}

.wp-block-quote {
    overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0px 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right;
}

.wp-block-read-more {
    display: block;
    width: fit-content;
}

.wp-block-read-more:not([style*="text-decoration"]), .wp-block-read-more:not([style*="text-decoration"]):active, .wp-block-read-more:not([style*="text-decoration"]):focus {
    text-decoration: none;
}

ul.wp-block-rss {
    list-style: none;
    padding: 0px;
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
    margin-right: 2em;
}

ul.wp-block-rss.alignright {
    margin-left: 2em;
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
}

ul.wp-block-rss.is-grid li {
    margin: 0px 1em 1em 0px;
    width: 100%;
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.3333% - 1em);
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.6667% - 1em);
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: 0.8125em;
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}

.wp-block-search__button.has-icon {
    line-height: 0;
}

.wp-block-search__button svg {
    fill: currentcolor;
    min-height: 24px;
    min-width: 24px;
    vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
    border: 1px solid rgb(204, 204, 204);
    padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.wp-block-search__label {
    width: 100%;
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid rgb(148, 148, 148);
    flex-grow: 1;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0px;
    max-width: calc(100% - 100px);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid rgb(148, 148, 148);
    box-sizing: border-box;
    padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0px;
    padding: 0px 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    transition-property: width;
    min-width: 0px !important;
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: 0.3s;
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden, .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden;
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
    flex-basis: 0px;
    flex-grow: 0;
    margin: 0px;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    min-width: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 0px !important;
}

.wp-block[data-align="right"] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    float: right;
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: initial;
    border-left: none;
    border-right: none;
}

.wp-block-separator.is-style-dots {
    border: none;
    height: auto;
    line-height: 1;
    text-align: center;
    background: none !important;
}

.wp-block-separator.is-style-dots::before {
    color: currentcolor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0;
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0;
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px;
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px;
}

.wp-block-site-title a {
    color: inherit;
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-indent: 0px;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0px;
    box-shadow: none;
    text-decoration: none;
}

.wp-block-social-links .wp-social-link a {
    padding: 0.25em;
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: 0.65em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center;
}

.wp-block-social-links.alignright {
    justify-content: flex-end;
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform 0.1s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform 0.1s ease 0s;
}

.wp-block-social-link:hover {
    transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentcolor;
    color: currentcolor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: rgb(240, 240, 240);
    color: rgb(68, 68, 68);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: rgb(255, 153, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: rgb(30, 160, 195);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: rgb(7, 87, 254);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: rgb(30, 31, 38);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: rgb(2, 228, 155);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: rgb(233, 76, 137);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: rgb(66, 128, 255);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: rgb(244, 88, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: rgb(23, 120, 242);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: rgb(4, 97, 221);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: rgb(230, 86, 120);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: rgb(36, 41, 45);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: rgb(236, 234, 221);
    color: rgb(56, 33, 16);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: rgb(234, 68, 52);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: rgb(240, 0, 117);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: rgb(226, 27, 36);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: rgb(13, 102, 194);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: rgb(50, 136, 212);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: rgb(2, 171, 108);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: rgb(246, 64, 95);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: rgb(255, 66, 77);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: rgb(230, 1, 34);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: rgb(239, 65, 85);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: rgb(255, 69, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: rgb(4, 120, 215);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: rgb(0, 0, 0);
    background-color: rgb(254, 252, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: rgb(255, 86, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: rgb(27, 215, 96);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: rgb(42, 171, 238);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: rgb(1, 24, 53);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: rgb(100, 64, 164);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: rgb(29, 161, 242);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: rgb(30, 183, 234);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: rgb(70, 128, 194);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: rgb(52, 153, 205);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: rgb(211, 36, 34);
    color: rgb(255, 255, 255);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: rgb(255, 255, 255);
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: rgb(255, 153, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: rgb(30, 160, 195);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: rgb(7, 87, 254);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: rgb(30, 31, 38);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: rgb(2, 228, 155);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: rgb(233, 76, 137);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: rgb(66, 128, 255);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: rgb(244, 88, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: rgb(23, 120, 242);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: rgb(0, 0, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: rgb(4, 97, 221);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: rgb(230, 86, 120);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: rgb(36, 41, 45);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: rgb(56, 33, 16);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: rgb(234, 68, 52);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: rgb(240, 0, 117);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: rgb(226, 27, 36);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: rgb(13, 102, 194);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: rgb(50, 136, 212);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: rgb(2, 171, 108);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: rgb(246, 64, 95);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: rgb(255, 66, 77);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: rgb(230, 1, 34);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: rgb(239, 65, 85);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: rgb(255, 69, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: rgb(4, 120, 215);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: rgb(255, 86, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: rgb(27, 215, 96);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: rgb(42, 171, 238);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads, .wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: rgb(0, 0, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: rgb(1, 24, 53);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: rgb(100, 64, 164);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: rgb(29, 161, 242);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: rgb(30, 183, 234);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: rgb(70, 128, 194);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: rgb(37, 211, 102);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: rgb(52, 153, 205);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
    color: rgb(0, 0, 0);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: rgb(211, 36, 34);
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 0.66667em;
    padding-right: 0.66667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: rgb(0, 0, 0);
}

.wp-block-spacer {
    clear: both;
}

.wp-block-tag-cloud {
    box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center;
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch;
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    margin-right: 0px;
    padding: 1ch 2ch;
    font-size: unset !important;
    text-decoration: none !important;
}

.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table thead {
    border-bottom: 3px solid;
}

.wp-block-table tfoot {
    border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: rgb(243, 244, 245);
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: rgb(233, 251, 229);
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: rgb(231, 245, 254);
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: rgb(252, 240, 239);
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid rgb(240, 240, 240);
    border-collapse: inherit;
    border-spacing: 0px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: rgb(240, 240, 240);
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(2n+1) {
    background-color: rgb(243, 244, 245);
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(2n+1) {
    background-color: rgb(233, 251, 229);
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(2n+1) {
    background-color: rgb(231, 245, 254);
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(2n+1) {
    background-color: rgb(252, 240, 239);
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:first-child, .wp-block-table table[style*="border-top-color"] tr:first-child td, .wp-block-table table[style*="border-top-color"] tr:first-child th, .wp-block-table table[style*="border-top-color"] > *, .wp-block-table table[style*="border-top-color"] > * td, .wp-block-table table[style*="border-top-color"] > * th {
    border-top-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
    border-top-color: currentcolor;
}

.wp-block-table table[style*="border-right-color"] td:last-child, .wp-block-table table[style*="border-right-color"] th, .wp-block-table table[style*="border-right-color"] tr, .wp-block-table table[style*="border-right-color"] > * {
    border-right-color: inherit;
}

.wp-block-table table[style*="border-bottom-color"] tr:last-child, .wp-block-table table[style*="border-bottom-color"] tr:last-child td, .wp-block-table table[style*="border-bottom-color"] tr:last-child th, .wp-block-table table[style*="border-bottom-color"] > *, .wp-block-table table[style*="border-bottom-color"] > * td, .wp-block-table table[style*="border-bottom-color"] > * th {
    border-bottom-color: inherit;
}

.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
    border-bottom-color: currentcolor;
}

.wp-block-table table[style*="border-left-color"] td:first-child, .wp-block-table table[style*="border-left-color"] th, .wp-block-table table[style*="border-left-color"] tr, .wp-block-table table[style*="border-left-color"] > * {
    border-left-color: inherit;
}

.wp-block-table table[style*="border-style"] td, .wp-block-table table[style*="border-style"] th, .wp-block-table table[style*="border-style"] tr, .wp-block-table table[style*="border-style"] > * {
    border-style: inherit;
}

.wp-block-table table[style*="border-width"] td, .wp-block-table table[style*="border-width"] th, .wp-block-table table[style*="border-width"] tr, .wp-block-table table[style*="border-width"] > * {
    border-style: inherit;
    border-width: inherit;
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex;
}

.wp-block-text-columns .wp-block-column {
    margin: 0px 1em;
    padding: 0px;
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0px;
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0px;
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.3333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
    font-family: inherit;
}

.wp-block-video {
    box-sizing: border-box;
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%;
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}

.wp-block-video.aligncenter {
    text-align: center;
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes 0;
}

a[data-fn].fn {
    counter-increment: footnotes 1;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -1 e+07px;
    vertical-align: super;
}

a[data-fn].fn::after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0px;
}

.wp-element-button {
    cursor: pointer;
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
    background-color: rgb(238, 238, 238);
}

:root .has-very-dark-gray-background-color {
    background-color: rgb(49, 49, 49);
}

:root .has-very-light-gray-color {
    color: rgb(238, 238, 238);
}

:root .has-very-dark-gray-color {
    color: rgb(49, 49, 49);
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, rgb(0, 208, 132), rgb(6, 147, 227));
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, rgb(52, 226, 228), rgb(71, 33, 251) 50%, rgb(171, 29, 254));
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, rgb(250, 172, 168), rgb(218, 208, 236));
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, rgb(250, 250, 225), rgb(103, 166, 113));
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, rgb(253, 215, 154), rgb(0, 74, 89));
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, rgb(51, 9, 104), rgb(49, 205, 207));
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, rgb(2, 3, 129), rgb(40, 116, 252));
}

.has-regular-font-size {
    font-size: 1em;
}

.has-larger-font-size {
    font-size: 2.625em;
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

#end-resizable-editor-section {
    display: none;
}

.aligncenter {
    clear: both;
}

.items-justified-left {
    justify-content: flex-start;
}

.items-justified-center {
    justify-content: center;
}

.items-justified-right {
    justify-content: flex-end;
}

.items-justified-space-between {
    justify-content: space-between;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0px;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
    overflow-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: rgb(221, 221, 221);
    clip-path: none;
    color: rgb(68, 68, 68);
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    clip: auto !important;
}

html :where(.has-border-color) {
    border-style: solid;
}

html :where([style*="border-top-color"]) {
    border-top-style: solid;
}

html :where([style*="border-right-color"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
    border-left-style: solid;
}

html :where([style*="border-width"]) {
    border-style: solid;
}

html :where([style*="border-top-width"]) {
    border-top-style: solid;
}

html :where([style*="border-right-width"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
    border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}

:where(figure) {
    margin: 0px 0px 1em;
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px;
    }
}

.wpml-ls-legacy-dropdown {
    width: 15.5em;
    max-width: 100%;
}

.wpml-ls-legacy-dropdown > ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin: 0px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    visibility: visible;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: rgb(68, 68, 68);
    border: 1px solid rgb(205, 205, 205);
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    line-height: 1;
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: calc(10px + 1.4em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-width: 0.5em 0.35em 0.35em;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    border-top-color: initial;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    right: auto;
    left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: rgb(0, 0, 0);
    background: rgb(238, 238, 238);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    border-top: 1px solid rgb(205, 205, 205);
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    z-index: 101;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0px 1px 1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 0.4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 0px;
    margin-right: 0.4em;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider {
    overflow: hidden;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .wrapper {
        display: grid;
        /*grid-template-columns: min(31.25rem + 36.25 * ((100vw - 64rem) / 56), 67.5rem) 1fr;*/
    }
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper {
    position: relative;
    background-color: rgb(251, 243, 239);
    padding: min(1.875rem + 7.5 * ((100vw - 20rem) / 100), 9.375rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .rich-text {
    margin-bottom: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .rich-text {
    margin-bottom: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper {
    position: relative;
    max-width: 59.375rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image {
    position: relative;
    max-width: 59.375rem;
    max-height: 29.6875rem;
    font-size: 0px;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 50%;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image .img {
    border-radius: 0.5625rem 1.5625rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider {
    height: min(17.1875rem + 22.1875 * ((100vw - 20rem) / 100), 39.375rem);
    padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem) 0px;
    border-radius: 0.5rem 1.5625rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 10%;
    pointer-events: none;
    content: "";
    background-image: linear-gradient(to top, rgba(20, 29, 82, 0.6) 15%, transparent 100%);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper {
    position: relative;
    padding: min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    color: rgb(255, 255, 255);
    background-color: #111c36;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper {
        border-bottom-left-radius: min(5rem + 1.25 * ((100vw - 64rem) / 56), 6.25rem);
    }

    .core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper::after {
        position: absolute;
        top: 0px;
        left: 100%;
        width: 100vw;
        height: 100%;
        content: "";
        background-color: #111c36;
    }
}


</style>


<style>

 .mySwbox-main {
 }

.mySwbox {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 35px 10px 0;
    width: 100%;
    height: 100%;

}

.titlebox {
    width: 40%;
    position: absolute;
    left: 10px;
    top: 5%;
    z-index: 10;
}

.titlebox .section-title1 {
    color: #333333;
    font-size: 26px;
    padding-top: 40px;
}

.titlebox strong {
    display: block;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}

.titlebox strong::before {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #4177b7;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-radius: 10px;
}

.titlebox p {
    margin: 0;
    background-color: #1b1b1b;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #f4f4f4;
    padding: 0 15px;
    display: inline-block;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.slide .text1 {
    width: 45%;
    color: #333333;
    padding-top: 8%;
    overflow: hidden;
    padding-right: 5%;
    flex-shrink: 0;
}

.slide .text1 h2 {
    margin: 0;
}

.slide .text1 h2 .s1 {
    font-size: 20px;
    line-height: 46px;
}

.slide .text1 h2 .s2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    margin-left: 15px
}

.slide .text1 h2 .s3 {
    float: right;
    font-size: 57px;
    line-height: 46px;
}

.slide .text1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin: 0;
}

.slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.slide img {
    max-width: 100%;
}

.mySwbox-thumbs {
    background-color: #111c36;
    box-shadow: 0 0 10px #ddd;
    margin-top: 25px;
}

.mySwbox-thumbs .gallery-thumbs {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.gallery-thumbs .swiper-slide {
    flex: 1;
    position: relative;
    transition: all ease .5s;
    cursor: pointer;
    display: flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 20px;
    border-right: 1px solid #ebebeb;
}

.img-center {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-right: 1px solid #ebebeb;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1 {
    display: none;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
    width: 100%;
}

.gallery-thumbs .swiper-slide:before {
    width: 0;
    height: 100%;
    background: #b41d23;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

.gallery-thumbs .slide-icon {
    display: flex;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
    color: #FFF;
}

.gallery-thumbs .swiper-slide .i2 {
    display: none;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2 {
    display: block;
}

.gallery-thumbs .swiper-slide .text {
    position: relative;
    z-index: 999;
    padding-left: 25px;
    color: #333333;
}

.gallery-thumbs .swiper-slide .text h2 {
    font-size: 16px;
    margin: 0;
    line-height: 50px;
}

.gallery-thumbs .swiper-slide:last-child {
    border-right: 0;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text p {
    color: #FFF;
}

.gallery-thumbs .swiper-slide .text p {
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: 25px;
}

.gallery-thumbs .swiper-slide .icon {
    width: 50px;
    height: 50px;
    vertical-align: -0.15em;
    fill: #333333;
    overflow: hidden;
    transition: all ease .5s;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
    fill: #ffffff;
}


@media (max-width: 992px) {
    .mySwbox-thumbs .gallery-thumbs {
        padding: 10px;
    }

    .gallery-thumbs .swiper-slide {
        padding: 10px;
    }

    .img-center {
        width: 55px;
    }

    .titlebox .section-title1 {
        font-size: 24px;
    }

    .gallery-thumbs .swiper-slide .text {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .mySwbox-thumbs {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mySwbox {
        padding-top: 15px;
    }

    .titlebox .section-title1 {
        font-size: 24px;
        padding: 0;
    }

    .slide .text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }

    .slide {
        flex-direction: column;
    }

    .titlebox {
        width: 100%;
        position: relative;
        left: 0;
        top: 5%;
        z-index: 10;
    }

    .slide .img {
        margin-top: 10px;
    }

    .gallery-thumbs .swiper-slide .text {
        display: none;
    }

    .gallery-thumbs .slide-icon {
        width: 100%;
    }

    .img-center {
        border-right: 0;
        width: 100%;
    }

    .mySwbox-main {
        padding: 5px 0 30px 0;
    }

    .gallery-thumbs .swiper-slide {
        margin-right: 0 !important;
    }

    .slide .text h2 .s3 {
        display: none;
    }
}


.wrapper.xlarge:not(.no-padding) {
    max-width: 111.25rem;
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 86.25), 2.5rem);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 86.25), 2.5rem);
}

@media (min-width: 1780px) {
    .wrapper.xlarge:not(.no-padding) {
        max-width: 106.25rem;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .header {
    padding-top: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination {
    position: relative;
    display: flex;
    padding-top: min(1.875rem + 6.25 * ((100vw - 20rem) / 100), 8.125rem);
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-column: 1 / 3;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination::after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    border: 1px dashed #b41d23;
    content: "";
}

@media (min-width: 1366px) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .swiper-wrapper {
        margin-left: 0px;
        transform: none !important;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide {
    position: relative;
    display: block;
    width: var(--pagination-column-size);
    padding-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    min-width: 3.125rem;
    flex-basis: var(--pagination-column-size);
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    position: relative;
    display: block;
    width: min(16.875rem + 31.125 * ((100vw - 20rem) / 55), 48rem);
    padding: 0px 5px;
    opacity: 0;
    color: rgb(255, 255, 255);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label::before {
    position: absolute;
    top: calc(100% + 2px);
    right: min(0.25rem + 0.125 * ((100vw - 20rem) / 100), 6px);
    width: 2px;
    height: min(0.4375rem + 0.4375 * ((100vw - 20rem) / 100), 0.875rem);
    content: "";
    background-color: rgb(213, 198, 190);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label {
        width: auto;
        text-align: right;
        overflow: initial;
        white-space: initial;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide.active .label {
    opacity: 1;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide::after {
    position: absolute;
    bottom: 6px;
    left: 0px;
    z-index: 1;
    width: 0px;
    height: 2px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: transparent;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide-active::after, .core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide.filled::after {
    width: 100%;
    background-color: #111c36;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide::before {
    position: absolute;
    right: 0px;
    bottom: clamp(1px, 0.1875rem + -0.125 * ((100vw - 20rem) / 100), 3px);
    z-index: 2;
    width: min(0.5rem + 0.25 * ((100vw - 20rem) / 100), 0.75rem);
    height: min(0.5rem + 0.25 * ((100vw - 20rem) / 100), 0.75rem);
    border: 2px solid rgb(2, 4, 61);
    border-radius: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: rgb(255, 255, 255);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide.active::before {
    bottom: clamp(0.001px, 0.125rem + -0.124938 * ((100vw - 20rem) / 100), 2px);
    width: min(0.625rem + 0.25 * ((100vw - 20rem) / 100), 0.875rem);
    height: min(0.625rem + 0.25 * ((100vw - 20rem) / 100), 0.875rem);
    background-color: rgb(121, 166, 226);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide.filled::before {
    background-color: #b41d23;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide {
    padding-top: min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 73.75rem;
    gap: min(0.9375rem + 4.0625 * ((100vw - 20rem) / 100), 5rem);
    margin: 0px auto;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid {
        grid-template-columns: min(18.75rem + 6.25 * ((100vw - 20rem) / 100), 25rem) auto;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid .heading-3 {
    color: #111c36;
    border-right:#b41d23 1px solid;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid .text {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
}


.core-section-library-wrapper .core-section-media-gallery-3d .wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .wrapper {
        padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
        padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .rich-text {
    margin-bottom: min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tabs {
    position: relative;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .tabs {
        height: 100%;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab {
    display: grid;
    height: 100%;
    border-radius: min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem) min(1.5625rem + 4.6875 * ((100vw - 20rem) / 100), 6.25rem);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    overflow: hidden;
    background-color: #111c36;
    transform-origin: center bottom;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="2"] {
    z-index: 3;
    transform: scale(0.95) translateY(40px);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="3"] {
    z-index: 2;
    transform: scale(0.9) translateY(80px);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="4"] {
    z-index: 1;
    transform: scale(0.85) translateY(120px);
}
.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="5"] {
    z-index: 0;
    transform: scale(0.80) translateY(160px);
}

@media (min-width: 37.5rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .tab {
        grid-template-columns: 1fr min(15rem + 30 * ((100vw - 37.5rem) / 82.5), 45rem);
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="2"] {
        z-index: 3;
        transform: scale(0.95) translateY(60px);
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="3"] {
        z-index: 2;
        transform: scale(0.9) translateY(120px);
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="4"] {
        z-index: 1;
        transform: scale(0.85) translateY(180px);
    }
    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="5"] {
        z-index: 0;
        transform: scale(0.85) translateY(220px);
    }
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .tab {
        border-radius: min(1.5625rem + 4.6875 * ((100vw - 20rem) / 100), 6.25rem) min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem);
        transform-origin: right center;
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="2"] {
        z-index: 3;
        transform: scale(0.96);
        margin-right: 240px;
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="3"] {
        z-index: 2;
        transform: scale(0.92);
        margin-right: 160px;
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="4"] {
        z-index: 1;
        transform: scale(0.88);
        margin-right: 80px;
    }
    .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="5"] {
        z-index: 0;
        transform: scale(0.84);
        margin-right: 0px;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="3"], .core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="4"],
.core-section-library-wrapper .core-section-media-gallery-3d .tab[data-index="5"] {
    opacity: 0.85;
    pointer-events: none;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab::before, .core-section-library-wrapper .core-section-media-gallery-3d .tab::after {
    position: absolute;
    width: min(20rem + 28 * ((100vw - 20rem) / 100), 48rem);
    height: min(20rem + 28 * ((100vw - 20rem) / 100), 48rem);
    border-radius: 100%;
    pointer-events: none;
    content: "";
    background-image: radial-gradient(rgba(121, 166, 226, 0.15) 1%, transparent 70%);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab::before {
    bottom: -10%;
    left: -20%;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) .image-wrapper {
    position: static;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) .img, .core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) .content {
    filter: blur(3px);
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) .content {
    opacity: 0;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab:not(.active) .vertical-title {
    opacity: 1;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab.active {
    position: relative;
    z-index: 5;
    transform: scale(1);
    margin-bottom: 120px;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .tab.active {
        margin-right: 320px;
        margin-bottom: 0px;
        padding-left: 0px;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab.active .image-wrapper::before {
    background-color: transparent;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab.active .vertical-title {
    position: absolute;
    opacity: 0;
}

.core-section-library-wrapper .core-section-media-gallery-3d .tab.active .content {
    opacity: 1;
    transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.core-section-library-wrapper .core-section-media-gallery-3d .content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: min(1.875rem + 5.3125 * ((100vw - 20rem) / 100), 7.1875rem) min(1.5625rem + 3.125 * ((100vw - 20rem) / 100), 4.6875rem) min(1.5625rem + 2.8125 * ((100vw - 20rem) / 100), 4.375rem);
}

.core-section-library-wrapper .core-section-media-gallery-3d .content .title {
    font-family: "Object Sans", Helvetica, sans-serif;
    font-size: min(1.125rem + 0.375 * ((100vw - 20rem) / 100), 1.5rem);
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 2.1875rem;
}

.core-section-library-wrapper .core-section-media-gallery-3d .content .description {
    font-size: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    line-height: 1.45;
    margin-bottom: 5.3275rem;
}

.core-section-library-wrapper .core-section-media-gallery-3d .content .description, .core-section-library-wrapper .core-section-media-gallery-3d .content .title, .core-section-library-wrapper .core-section-media-gallery-3d .content .counter {
    color: rgb(255, 255, 255);
}

.core-section-library-wrapper .core-section-media-gallery-3d .content .bottom .counter {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
    display: block;
    border-bottom: 1px solid currentcolor;
    padding-bottom: min(0.625rem + 0.5 * ((100vw - 20rem) / 100), 1.125rem);
    margin-bottom: min(0.625rem + 0.5 * ((100vw - 20rem) / 100), 1.125rem);
    font-weight: bold;
}

.core-section-library-wrapper .core-section-media-gallery-3d .content .bottom .legend {
    font-size: min(0.75rem + 0.5 * ((100vw - 20rem) / 100), 1.25rem);
    line-height: 1.45;
    color: rgb(189, 79, 60);
    font-weight: bold;
    text-transform: uppercase;
}

.core-section-library-wrapper .core-section-media-gallery-3d .image {
    position: relative;
    max-height: 46.875rem;
    font-size: 0px;
    z-index: 1;
    height: 100%;
    border-radius: min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem) min(1.5625rem + 4.6875 * ((100vw - 20rem) / 100), 6.25rem);
    transition: filter 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-filter 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    overflow: hidden;
    max-width: none !important;
}

.core-section-library-wrapper .core-section-media-gallery-3d .image::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 104.167%;
}

.core-section-library-wrapper .core-section-media-gallery-3d .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .image {
        position: relative;
        max-width: 45rem;
        font-size: 0px;
        border-radius: min(1.5625rem + 4.6875 * ((100vw - 20rem) / 100), 6.25rem) min(0.3125rem + 0.3125 * ((100vw - 20rem) / 100), 0.625rem);
        max-height: none !important;
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .image::after {
        content: "";
        display: inline-block;
        width: 100%;
        padding-top: 93.0556%;
    }

    .core-section-library-wrapper .core-section-media-gallery-3d .image img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .image-wrapper {
    position: relative;
}

.core-section-library-wrapper .core-section-media-gallery-3d .image-wrapper::before {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: background-color 250ms ease 0s;
    content: "";
    inset: 0px;
    background-color: rgba(2, 4, 62, 0.5);
}

.core-section-library-wrapper .core-section-media-gallery-3d .image .img {
    object-position: center top;
}

.core-section-library-wrapper .core-section-media-gallery-3d .vertical-title {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: flex;
    width: 100%;
    height: min(2.5rem + 1.25 * ((100vw - 20rem) / 44), 3.75rem);
    opacity: 1;
    color: rgb(255, 255, 255);
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .vertical-title {
        top: 0px;
        width: 6.5625rem;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .legend, .core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .counter {
    text-shadow: rgba(2, 4, 62, 0.55) 0px 0px 5px;
}

.core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .legend {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
    text-transform: uppercase;
    margin-left: min(1.25rem + 1.875 * ((100vw - 20rem) / 44), 3.125rem);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .legend {
        margin-top: min(3.125rem + 3.125 * ((100vw - 64rem) / 56), 6.25rem);
        margin-left: 0px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
    }
}

.core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .counter {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
    font-weight: bold;
    margin-right: min(1.25rem + 1.875 * ((100vw - 20rem) / 44), 3.125rem);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-media-gallery-3d .vertical-title .counter {
        margin-bottom: min(3.125rem + 3.125 * ((100vw - 64rem) / 56), 6.25rem);
        margin-right: 0px;
    }
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-slider-timeline {
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.core-section-library-wrapper .core-section-slider-timeline .svg-timeline {
    display: none;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-slider-timeline .svg-timeline {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
        display: block;
        max-width: 62.125rem;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .header {
    padding-top: min(1.25rem + 2.5 * ((100vw - 20rem) / 100), 3.75rem);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination {
    position: relative;
    display: flex;
    padding-top: min(1.875rem + 6.25 * ((100vw - 20rem) / 100), 8.125rem);
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-column: 1 / 3;
}

@media (min-width: 1366px) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .swiper-wrapper {
        margin-left: 0px;
        transform: none !important;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide {
    position: relative;
    display: block;
    width: var(--pagination-column-size);
    padding-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    min-width: 3.125rem;
    flex-basis: var(--pagination-column-size);
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    position: relative;
    display: block;
    width: min(16.875rem + 31.125 * ((100vw - 20rem) / 55), 48rem);
    padding: 0px 5px;
    opacity: 0;
    color: rgb(255, 255, 255);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label::before {
    position: absolute;
    top: calc(100% + 2px);
    right: min(0.25rem + 0.125 * ((100vw - 20rem) / 100), 6px);
    width: 2px;
    height: min(0.4375rem + 0.4375 * ((100vw - 20rem) / 100), 0.875rem);
    content: "";
    background-color: rgb(213, 198, 190);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide .label {
        width: auto;
        text-align: right;
        overflow: initial;
        white-space: initial;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide.active .label {
    opacity: 1;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide::after {
    position: absolute;
    bottom: 6px;
    left: 0px;
    z-index: 1;
    width: 0px;
    height: 2px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: transparent;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-pagination .slide::before {
    position: absolute;
    right: 0px;
    bottom: clamp(1px, 0.1875rem + -0.125 * ((100vw - 20rem) / 100), 3px);
    z-index: 2;
    width: min(0.5rem + 0.25 * ((100vw - 20rem) / 100), 0.75rem);
    height: min(0.5rem + 0.25 * ((100vw - 20rem) / 100), 0.75rem);
    border: 2px solid rgb(2, 4, 61);
    border-radius: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: rgb(255, 255, 255);
}


.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper {
    padding-bottom: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider {
    overflow: unset;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide {
    padding-top: min(2.5rem + 2.5 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 73.75rem;
    gap: min(0.9375rem + 4.0625 * ((100vw - 20rem) / 100), 5rem);
    margin: 0px auto;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid {
        grid-template-columns: min(18.75rem + 6.25 * ((100vw - 20rem) / 100), 25rem) auto;
    }
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid .heading-3 {
    color: #111c36;
}

.core-section-library-wrapper .core-section-slider-timeline .content .slider-wrapper .slider .slide .grid .text {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
    color:#111c36;
}

.core-section-library-wrapper .core-section-slider-timeline .content .cta {
    width: 100%;
    margin-top: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    text-align: center;
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider {
        height: 300vh;
    }
}

[lang="de-DE"] .core-section-library-wrapper .core-section-cards-slider .decorative-title {
    font-size: min(2.625rem + 13.625 * ((100vw - 20rem) / 100), 16.25rem);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .wrapper {
        position: sticky;
        top: 11.25rem;
    }
}

.core-section-library-wrapper .core-section-cards-slider .decorative-wrapper {
    position: relative;
    padding-top: min(4.0625rem + 15.9375 * ((100vw - 20rem) / 100), 20rem);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .content {
        display: grid;
        grid-template-columns: min(26.5rem + 4.75 * ((100vw - 75rem) / 45), 31.25rem) 1.5fr;
        column-gap: min(3.125rem + 6.25 * ((100vw - 75rem) / 45), 9.375rem);
    }
}

.core-section-library-wrapper .core-section-cards-slider .rich-text {
    position: relative;
    z-index: 2;
    background: rgb(251, 243, 239);
    padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    margin-bottom: 2.1875rem;
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .rich-text {
        margin-bottom: 0px;
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::after, .core-section-library-wrapper .core-section-cards-slider .rich-text::before {
        position: absolute;
        top: 0px;
        height: 100%;
        content: "";
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::before {
        left: 100%;
        width: min(5rem + 4.375 * ((100vw - 20rem) / 100), 9.375rem);
        background-image: linear-gradient(to right, rgb(251, 243, 239) 5%, transparent);
    }

    .core-section-library-wrapper .core-section-cards-slider .rich-text::after {
        right: 100%;
        width: 100vw;
        background: rgb(251, 243, 239);
        pointer-events: none;
    }
}

.core-section-library-wrapper .core-section-cards-slider .decorative-title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(245, 230, 222);
    font-size: min(3.5rem + 16.5 * ((100vw - 20rem) / 100), 20rem);
    font-weight: bold;
    pointer-events: none;
    white-space: nowrap;
}

@media (min-width: 26.5625rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-wrapper {
        width: min(75rem + 45 * ((100vw - 26.5625rem) / 48.4375), 120rem);
        margin: 0px auto 0px clamp(-46.875rem, -28.125rem + -18.75 * ((100vw - 26.5625rem) / 48.4375), -28.125rem);
    }
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-wrapper {
        width: min(75rem + 45 * ((100vw - 75rem) / 45), 120rem);
        margin-left: clamp(-46.875rem, -26.875rem + -20 * ((100vw - 75rem) / 45), -26.875rem);
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-wrapper .slider .slide {
    width: min(13.125rem + 9.6875 * ((100vw - 20rem) / 100), 22.8125rem);
    margin-right: min(0.625rem + 3.4375 * ((100vw - 20rem) / 100), 4.0625rem);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.core-section-library-wrapper .core-section-cards-slider .slider-wrapper .slider .slide .card {
    height: 100%;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination {
    position: relative;
    display: flex;
    padding-top: min(1.25rem + 1.875 * ((100vw - 20rem) / 100), 3.125rem);
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-column: 1 / 3;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination::after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    border: 1px dashed rgb(176, 166, 161);
    content: "";
}

@media (min-width: 26.5625rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-pagination .swiper-wrapper {
        transform: none !important;
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide {
    position: relative;
    display: block;
    width: var(--pagination-column-size);
    padding-bottom: min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem);
    min-width: 3.125rem;
    flex-basis: var(--pagination-column-size);
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    position: relative;
    display: block;
    width: min(16.875rem + 31.125 * ((100vw - 20rem) / 55), 48rem);
    padding: 0px 5px;
    opacity: 0;
    color: #7058a3;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label::before {
    position: absolute;
    top: calc(100% + 2px);
    right: 0.625rem;
    width: 2px;
    height: min(0.4375rem + 0.4375 * ((100vw - 20rem) / 100), 0.875rem);
    content: "";
    background-color: rgb(213, 198, 190);
}

@media (min-width: 75rem) {
    .core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide .label {
        width: auto;
        text-align: right;
        overflow: initial;
        white-space: initial;
    }
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.active .label {
    opacity: 1;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide::after {
    position: absolute;
    bottom: 5px;
    left: 0px;
    z-index: 1;
    width: 0px;
    height: 4px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: transparent;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide-active::after, .core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.filled::after {
    width: 100%;
    background-color: #7058a3;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide::before {
    position: absolute;
    right: 0px;
    bottom: 6px;
    z-index: 2;
    width: min(0.5rem + 0.375 * ((100vw - 20rem) / 100), 0.875rem);
    height: min(0.5rem + 0.375 * ((100vw - 20rem) / 100), 0.875rem);
    transform: translateY(40%);
    border: min(0.125rem + 0.125 * ((100vw - 20rem) / 100), 4px) solid rgb(251, 243, 239);
    border-radius: 100%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    content: "";
    background-color: #7058a3;
}

.core-section-library-wrapper .core-section-cards-slider .slider-pagination .slide.active::before {
    right: min(0.1875rem + 0.1875 * ((100vw - 20rem) / 100), 6px);
    bottom: clamp(4px, 0.3125rem + -0.0625 * ((100vw - 20rem) / 100), 5px);
    transform: scale(1.8) translateY(15%);
}

.appear--fade-in {
    transition: opacity 500ms ease 0s;
}

.appear--fade-in:not(.animate-appear) {
    opacity: 0;
}

.appear--fade-in-up {
    transition: opacity 500ms ease 0s, transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.appear--fade-in-up:not(.animate-appear) {
    opacity: 0;
    transform: translateY(10px);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider {
    overflow: hidden;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .wrapper {
        display: grid;
        /*grid-template-columns: min(31.25rem + 36.25 * ((100vw - 64rem) / 56), 67.5rem) 1fr;*/
    }
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper {
    position: relative;
    background-color: rgb(251, 243, 239);
    padding: min(1.875rem + 7.5 * ((100vw - 20rem) / 100), 9.375rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper {
        border-top-right-radius: min(5rem + 1.25 * ((100vw - 64rem) / 56), 6.25rem);
    }

    .core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper::after {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
        width: min(5rem + 1.25 * ((100vw - 64rem) / 56), 6.25rem);
        height: min(5rem + 1.25 * ((100vw - 64rem) / 56), 6.25rem);
        content: "";
        background-color: #3A2166;
    }
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .rich-text {
    margin-bottom: min(1.25rem + 3.75 * ((100vw - 20rem) / 100), 5rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper {
    position: relative;
    max-width: 59.375rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image {
    position: relative;
    max-width: 59.375rem;
    max-height: 29.6875rem;
    font-size: 0px;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image::after {
    content: "";
    display: inline-block;
    width: 100%;
    padding-top: 50%;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .media-wrapper .image-wrapper .image .img {
    border-radius: 0.5625rem 1.5625rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider {
    height: min(17.1875rem + 22.1875 * ((100vw - 20rem) / 100), 39.375rem);
    padding: min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem) min(0.9375rem + 1.5625 * ((100vw - 20rem) / 100), 2.5rem) 0px;
    border-radius: 0.5rem 1.5625rem;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 10%;
    pointer-events: none;
    content: "";
    background-image: linear-gradient(to top, rgba(20, 29, 82, 0.6) 15%, transparent 100%);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper {
    position: relative;
    padding: min(1.875rem + 3.125 * ((100vw - 20rem) / 100), 5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100), 2.5rem);
    color: rgb(255, 255, 255);
    background-color: #3A2166;
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper {
        border-bottom-left-radius: min(5rem + 1.25 * ((100vw - 64rem) / 56), 6.25rem);
    }

    .core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper::after {
        position: absolute;
        top: 0px;
        left: 100%;
        width: 100vw;
        height: 100%;
        content: "";
        background-color: #3A2166;
    }
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper::before {
    position: absolute;
    right: -12.5rem;
    bottom: -16.25rem;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    pointer-events: none;
    content: "";
    background-image: radial-gradient(rgba(121, 166, 226, 0.15) 10%, transparent 70%);
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper {
        padding-left: min(2.5rem + 2.5 * ((100vw - 64rem) / 56), 5rem);
        padding-right: min(2.5rem + 2.5 * ((100vw - 64rem) / 56), 5rem);
    }
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button {
    display: block;
    margin-top: 1.875rem;
    transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button-text {
    transition: color 300ms ease 0s;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button:hover {
    transform: translateX(10px);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button:hover .button-text {
    color: rgb(163, 194, 235);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button-icon {
    display: flex;
    width: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    height: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    border-radius: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(189, 79, 60);
    margin-right: min(0.625rem + 0.9375 * ((100vw - 20rem) / 100), 1.5625rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button-icon svg {
    width: min(0.75rem + 0.625 * ((100vw - 20rem) / 100), 1.375rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button.style-primary {
    background: transparent;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-wrapper .button.style-primary:hover {
    box-shadow: unset;
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .vertical-slider-title {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed rgb(189, 79, 60);
    padding-bottom: min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem);
    margin-bottom: min(1.25rem + 0.9375 * ((100vw - 20rem) / 100), 2.1875rem);
    margin-left: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
    margin-right: min(1.25rem + 0.625 * ((100vw - 20rem) / 100), 1.875rem);
}

.core-section-library-wrapper .core-section-hero-media-vertical-slider .swiper-slide {
    font-size: min(0.75rem + 0.875 * ((100vw - 20rem) / 100), 1.625rem);
    line-height: 1.45;
    height: fit-content;
}


.core-section-library-wrapper .core-section-text-form .wrapper .form {
    position: relative;
    padding: 2.1875rem 0.625rem;
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-text-form .wrapper .form {
        padding: min(3.125rem + 1.5625 * ((100vw - 48rem) / 72), 4.6875rem) min(1.25rem + 1.875 * ((100vw - 48rem) / 72), 3.125rem);
    }
}

.core-section-library-wrapper .core-section-text-form .wrapper .form::before {
    position: absolute;
    inset: 0px;
    z-index: -1;
    pointer-events: none;
    content: "";
}

@media (min-width: 64rem) {
    .core-section-library-wrapper .core-section-text-form .wrapper .form::before {
        border-radius: 10px 30px;
    }
}

.core-section-library-wrapper .core-section-text-form .wrapper .form .gform-body {
    padding: 2.1875rem 0.9375rem;
    border-radius: 10px 30px;
    background-color: rgb(17, 28, 54, .8);
}

@media (min-width: 48rem) {
    .core-section-library-wrapper .core-section-text-form .wrapper .form .gform-body {
        padding: min(3.125rem + 1.5625 * ((100vw - 48rem) / 72), 4.6875rem) min(1.25rem + 1.875 * ((100vw - 48rem) / 72), 3.125rem);
    }
}

.core-section-library-wrapper .core-section-text-form .wrapper .form .gform_footer .icon {
    color: rgb(189, 79, 60);
}

.core-section-library-wrapper .core-section-text-form .wrapper .form .gform_confirmation_message {
    padding: 0px;
    border: none;
    color: rgb(255, 255, 255) !important;
}

.core-section-library-wrapper .core-section-text-form .wrapper .form .gform_confirmation_message > * {
    color: currentcolor;
}

.core-component-form .gform_wrapper, .core-component-form .gform_confirmation_wrapper {
    --color-placeholder: #02043E;
    --color-accent: #BD4F3C;
    --color-border: #FFFFFF;
    --color-text: #02043E;
    --color-label: #02043E;
}

.core-component-form .gform_fields {
    position: relative;
    z-index: 1;
    display: flex;
    margin: -0.625rem -5px;
    flex-flow: column wrap;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@media (min-width: 37.5rem) {
    .core-component-form .gform_fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields {
        margin: -2.5rem;
    }
}

.core-component-form .gform_fields .gfield {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0.625rem 5px;
    min-width: 9.375rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield {
        margin: 1.25rem 2.5rem;
    }
}

.core-component-form .gform_fields .gfield--width-full {
    flex: 1 1 100%;
}

.core-component-form .gform_fields .gfield--width-half {
    flex: 1 1 calc(50% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-half {
        flex: 1 1 calc(50% - 5rem);
    }
}

.core-component-form .gform_fields .gfield--width-third {
    flex: 1 1 calc(33.3% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-third {
        flex: 1 1 calc(33.3% - 2.5rem);
    }
}

.core-component-form .gform_fields .gfield--width-quarter {
    flex: 1 1 calc(25% - 0.625rem);
}

@media (min-width: 48rem) {
    .core-component-form .gform_fields .gfield--width-quarter {
        flex: 1 1 calc(25% - 2.5rem);
    }
}

.core-component-form .gform_fields .gfield_label {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    display: block;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.core-component-form .gform_fields .gfield_label abbr {
    text-decoration: none;
}

.core-component-form .gform_fields .gfield_description {
    font-size: min(0.625rem + 0.1875 * ((100vw - 20rem) / 100), 0.8125rem);
    line-height: 1.45;
    color: var(--color-label);
    margin-top: min(0.3125rem + 0.625 * ((100vw - 20rem) / 100), 0.9375rem);
}

@media (min-width: 37.5rem) {
    .core-component-form .gform_fields .gfield_description.gfield_validation_message {
        position: absolute;
        top: 100%;
        margin-top: 2px;
    }
}

.core-component-form .gform_fields .gfield_error .gfield_validation_message {
    color: rgb(185, 22, 0) !important;
}

.core-component-form .gform_fields .gfield.gfield_visibility_hidden {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.core-component-form .gform_fields .gfield.hidden_label .gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0px;
    clip-path: inset(50%);
    overflow: hidden;
    overflow-wrap: normal !important;
}

.core-component-form .gform_fields .gfield input, .core-component-form .gform_fields .gfield textarea, .core-component-form .gform_fields .gfield select {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
    line-height: 1.45;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px;
    color: white;
    background: transparent;
    font-family: "Object Sans", Verdana, sans-serif;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image: initial;
    border-radius: 0px;
    transition: border 250ms cubic-bezier(0.6, 0, 0, 1) 0s;
    min-height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
    border-bottom: 1px dashed var(--color-border);
}

.core-component-form .gform_fields .gfield input:focus, .core-component-form .gform_fields .gfield textarea:focus, .core-component-form .gform_fields .gfield select:focus {
    outline: 0px;
    border-color: var(--color-accent) !important;
}

.core-component-form .gform_fields .gfield input::-webkit-input-placeholder, .core-component-form .gform_fields .gfield textarea::-webkit-input-placeholder, .core-component-form .gform_fields .gfield select::-webkit-input-placeholder {
    color: var(--color-placeholder);
}

.core-component-form .gform_fields .gfield textarea {
    height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
    resize: vertical;
    overflow: hidden;
    min-height: min(1.875rem + 0.625 * ((100vw - 20rem) / 100), 2.5rem);
}

.core-component-form .gform_fields .gfield select {
    cursor: pointer;
    appearance: none;
}

.core-component-form .gform_fields .gfield .gchoice {
    font-size: min(0.75rem + 0.25 * ((100vw - 20rem) / 100), 1rem);
}

@media (min-width: 64rem) {
    .core-component-form .gform_fields .gfield .gchoice {
        width: auto;
    }
}

.core-component-form .gform_fields .gfield .gchoice:not(:last-of-type) {
    margin-bottom: min(0.3125rem + 0.1875 * ((100vw - 20rem) / 100), 0.5rem);
}

.core-component-form .gform_fields .gfield .gchoice label {
    display: grid;
    color: currentcolor;
    font-size: min(0.625rem + 0.25 * ((100vw - 20rem) / 100), 0.875rem);
    line-height: 1.5;
    cursor: pointer;
    grid-template-columns: min(1.125rem + 0.125 * ((100vw - 20rem) / 100), 1.25rem) auto;
    gap: min(0.625rem + 0.625 * ((100vw - 20rem) / 100), 1.25rem);
    text-align: left;
}

@media (max-width: 63.9rem) {
    .core-component-form .gform_fields .gfield .gchoice label {
        margin-top: 3px;
    }
}

.core-component-form .gform_fields .gfield .gchoice label::before {
    height: min(1.125rem + 0.125 * ((100vw - 20rem) / 100), 1.25rem);
    border: 1px solid var(--color-border);
    content: "";
    margin-top: 4px;
}

.core-component-form .gform_fields .gfield .gchoice input[type="radio"], .core-component-form .gform_fields .gfield .gchoice input[type="checkbox"] {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    border: 0px;
}

.core-component-form .gform_fields .gfield .gchoice input[type="radio"]:checked + label::before, .core-component-form .gform_fields .gfield .gchoice input[type="checkbox"]:checked + label::before {
    background: var(--color-placeholder);
    border-color: var(--color-placeholder);
}

.core-component-form .gform_fields .gfield .ginput_container_select {
    position: relative;
}

.core-component-form .gform_fields .gfield .ginput_container_select::after {
    position: absolute;
    top: 50%;
    right: min(0.9375rem + 0.625 * ((100vw - 20rem) / 100), 1.5625rem);
    z-index: 1;
    width: min(0.375rem + 0.1875 * ((100vw - 20rem) / 100), 0.5625rem);
    height: min(0.3125rem + 0.1875 * ((100vw - 20rem) / 100), 0.5rem);
    transform: translateY(-50%);
    background: var(--color-placeholder);
    content: "";
    clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
}

.core-component-form .gform_fields .gfield .ginput_container_select select {
    padding-right: min(2.1875rem + 1.25 * ((100vw - 20rem) / 100), 3.4375rem);
}

.core-component-form .gform_footer {
    display: flex;
    padding: 0px;
    margin-top: min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100), 3.125rem);
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0.625rem;
}

.core-component-form .gform_validation_errors {
    display: none !important;
}

.core-component-form .gform_submission_error {
    padding: 0.9375rem 1.25rem;
    color: currentcolor;
    font-weight: bold;
}

.core-component-form .gform_confirmation_message {
    margin: 1.875rem 0px;
    padding: 0.9375rem 1.25rem;
    color: var(--color-text);
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid var(--color-border);
}

.core-component-form .gform_confirmation_message .rich-text [class^="heading"], .core-component-form .gform_confirmation_message .rich-text [class^="display"] {
    color: currentcolor !important;
    margin-bottom: 0px !important;
}

.core-component-form .gform_required_legend {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

@media screen and (max-width: 640px) {
    .slide .text1{width:100%;}
}
