.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 1em;
    margin-bottom: .8em;
    line-height: 1.1em;
    font-weight: 700
}

h1 {
    font-size: 2.4em;
    font-weight: 700
}

@media screen and (max-width: 920px) {
    h1 {
        font-size: 2.1em
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 1.8em
    }
}

h2 {
    font-size: 2em
}

@media screen and (max-width: 920px) {
    h2 {
        font-size: 1.8em
    }
}

@media screen and (max-width: 640px) {
    h2 {
        font-size: 1.6em
    }
}

h3 {
    font-size: 1.7em
}

@media screen and (max-width: 920px) {
    h3 {
        font-size: 1.6em
    }
}

@media screen and (max-width: 640px) {
    h3 {
        font-size: 1.4em
    }
}

h4 {
    font-size: 1.4em
}

@media screen and (max-width: 920px) {
    h4 {
        font-size: 1.3em
    }
}

h5 {
    font-size: 1.2em
}

@media screen and (max-width: 920px) {
    h5 {
        font-size: 1.1em
    }
}

h6 {
    font-size: 1em
}

p {
    margin-bottom: 1.5em;
    line-height: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    border: 1px solid #1F305E;
    background: #fff;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #1F305E;
    cursor: help
}

mark,
ins {
    background: #1F305E;
    text-decoration: none
}

big {
    font-size: 125%
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal
}

.font-alpha {
    font-family: "Outfit"
}

body {
    background: #fff
}

hr {
    background-color: #1F305E;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
    max-width: 100%
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #1F305E;
    -webkit-transition: .1s color ease;
    transition: .1s color ease
}

a:visited {
    color: #1F305E
}

a:hover,
a:focus,
a:active {
    color: #1F305E
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ffdcc2;
    border-radius: 5px;
    background: #ffdcc2;
    color: #000;
    line-height: 1em;
    padding: .5em 1.8em .55em;
    text-decoration: none;
    -webkit-transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
    color: #000
}

.button:hover,
.button:focus,
.button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
    color: #fff;
    background-color: #1F305E;
    border-color: #1F305E
}

.button.button-alt,
input[type=button].button-alt,
input[type=reset].button-alt,
input[type=submit].button-alt {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    font-weight: 600
}

.button.button-alt:hover,
.button.button-alt:focus,
.button.button-alt:active,
input[type=button].button-alt:hover,
input[type=button].button-alt:focus,
input[type=button].button-alt:active,
input[type=reset].button-alt:hover,
input[type=reset].button-alt:focus,
input[type=reset].button-alt:active,
input[type=submit].button-alt:hover,
input[type=submit].button-alt:focus,
input[type=submit].button-alt:active {
    color: #fff;
    border-color: #1F305E;
    background-color: #1F305E
}

.button.active,
input[type=button].active,
input[type=reset].active,
input[type=submit].active {
    color: #ffdcc2;
    background-color: #000;
    border-color: #000
}

.chevron-link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    -webkit-column-gap: .6em;
    -moz-column-gap: .6em;
    column-gap: .6em;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    text-align: center;
    cursor: pointer
}

.chevron-link svg {
    height: .6em;
    width: auto;
    margin-top: .1em;
    -webkit-transition: .1s transform ease;
    transition: .1s transform ease
}

.chevron-link:visited {
    color: #000
}

.chevron-link:hover svg {
    -webkit-transform: translateX(0.2em);
    transform: translateX(0.2em)
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
    color: #000;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: .4em 0em;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1em;
    font-weight: 400;
    border-width: 0 0 1px 0;
    border-color: #000;
    border-style: solid;
    outline: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: .2s outline ease, .2s border-color ease;
    transition: .2s outline ease, .2s border-color ease
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: .9em;
    color: #000
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: .9em;
    color: #000
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: .9em;
    color: #000
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: .9em;
    color: #000
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: .9em;
    color: #000
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
    border-color: #1F305E
}

input[type=radio],
input[type=checkbox] {
    accent-color: #1F305E
}

textarea {
    padding-top: .5em;
    padding-bottom: .5em;
    resize: vertical
}

label {
    font-weight: 400;
    margin: 0 0 .3em 0;
    display: inline-block;
    line-height: 1.1em;
    font-size: 1em
}

.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem
}

.wrapper.wrapper--l {
    max-width: 1200px
}

.wrapper.wrapper--m {
    max-width: 920px
}

.wrapper.wrapper--s {
    max-width: 640px
}

.wrapper .wrapper {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 920px) {
    .wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media screen and (max-width: 460px) {
    .wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width: 920px) {
    .desktop-only {
        display: none
    }
}

.mobile-only {
    display: none
}

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

.error404 .site-header,
.single-post .site-header {
    background-color: #000
}

.site-header {
    height: 5.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: .2s box-shadow ease-out;
    transition: .2s box-shadow ease-out;
    color: #fff
}

.site-header .wrapper {
    height: 100%
}

.site-header .header-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    position: relative
}

.site-header .header-container>* {
    height: 100%
}

.site-header .header-container .header-container-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header .header-container .hamburger {
    height: 2em;
    width: 2em;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    cursor: pointer
}

@media screen and (max-width: 920px) {
    .site-header .header-container .hamburger {
        display: block
    }
}

.site-header .header-container .hamburger svg {
    width: 100%;
    height: 100%
}

.site-header .header-container .mobile-nav-close {
    display: none;
    position: fixed;
    top: 1.2em;
    bottom: auto;
    right: auto;
    left: 1.5em;
    height: 3em;
    width: 3em;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 1000
}

@media screen and (max-width: 460px) {
    .site-header .header-container .mobile-nav-close {
        left: .5em
    }
}

.site-header .header-container .mobile-nav-close svg {
    width: 100%;
    height: 100%
}

.site-header .header-container .site-branding {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-header .header-container .site-branding a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.site-header .header-container .site-branding a:focus {
    outline: none
}

.site-header .header-container .site-branding a svg,
.site-header .header-container .site-branding a img {
    height: 45%;
    width: auto;
    max-height: 6em;
    max-width: 50vw
}

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

    .site-header .header-container .site-branding a svg,
    .site-header .header-container .site-branding a img {
        height: 32%
    }
}

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

    .site-header .header-container .site-branding a svg,
    .site-header .header-container .site-branding a img {
        height: 28%
    }
}

.site-header .header-container .site-branding a svg .animated-path {
    opacity: 0
}

.site-header .header-container .secondary-navigation ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

.site-header .header-container .secondary-navigation ul li a {
    border: 1px solid;
    border-color: #ffdcc2;
    border-radius: 5px;
    background: #ffdcc2;
    color: #000;
    line-height: 1em;
    padding: .5em 1.8em .55em;
    text-decoration: none;
    -webkit-transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.site-header .header-container .secondary-navigation ul li a:visited {
    color: #000
}

.site-header .header-container .secondary-navigation ul li a:hover,
.site-header .header-container .secondary-navigation ul li a:focus,
.site-header .header-container .secondary-navigation ul li a:active {
    color: #fff;
    background-color: #1F305E;
    border-color: #1F305E
}

.site-header .header-container .secondary-navigation ul li a.button-alt {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #000;
    font-weight: 600
}

.site-header .header-container .secondary-navigation ul li a.button-alt:hover,
.site-header .header-container .secondary-navigation ul li a.button-alt:focus,
.site-header .header-container .secondary-navigation ul li a.button-alt:active {
    color: #fff;
    border-color: #1F305E;
    background-color: #1F305E
}

.site-header .header-container .secondary-navigation ul li a.active {
    color: #ffdcc2;
    background-color: #000;
    border-color: #000
}

@media screen and (max-width: 640px) {
    .site-header .header-container .secondary-navigation ul li a {
        padding: .3em .6em .35em
    }
}

.site-header .header-container .secondary-navigation ul li a:hover,
.site-header .header-container .secondary-navigation ul li a:focus,
.site-header .header-container .secondary-navigation ul li a:active {
    border-color: #1F305E;
    background-color: #1F305E
}

.site-header .header-container .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-transition: .2s opacity ease-out;
    transition: .2s opacity ease-out;
    height: 100%
}

.site-header .header-container .main-navigation ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

.site-header .header-container .main-navigation ul li {
    position: relative;
    height: 100%
}

.site-header .header-container .main-navigation ul li:hover>a {
    color: #ffdcc2
}

.site-header .header-container .main-navigation ul li.current-menu-item>a {
    font-weight: 700
}

.site-header .header-container .main-navigation ul li.current-menu-item:hover>a {
    color: #ffdcc2
}

.site-header .header-container .main-navigation ul li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    border: 2px solid #ffdcc2;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s opacity ease-out;
    transition: .1s opacity ease-out;
    pointer-events: none
}

.site-header .header-container .main-navigation ul li ul li {
    width: 100%;
    height: auto
}

.site-header .header-container .main-navigation ul li ul li:not(:last-of-type) {
    border-bottom: 2px solid #ffdcc2
}

.site-header .header-container .main-navigation ul li ul li.current-menu-item>a {
    font-weight: 700;
    color: #fff
}

.site-header .header-container .main-navigation ul li ul li a {
    white-space: nowrap;
    display: inline-block;
    padding: .85em 1.4em;
    line-height: 1em;
    width: 100%;
    text-align: center;
    height: auto
}

.site-header .header-container .main-navigation ul li ul li:first-of-type a {
    padding-left: 1.4em
}

.site-header .header-container .main-navigation ul li ul li ul {
    top: -2px;
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.site-header .header-container .main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.site-header .header-container .main-navigation ul li a {
    display: block;
    padding: 1.2em 1em;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #fff;
    line-height: 1em;
    text-align: center;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header .header-container .main-navigation ul li a:hover {
    color: #ffdcc2
}

.site-header .header-container .main-navigation ul li a:hover::before {
    opacity: 0
}

.site-header .header-container .main-navigation ul li:first-of-type a {
    padding-left: 0
}

.site-header .header-container .main-navigation ul li.current-menu-item>a::before {
    opacity: 1
}

@media screen and (max-width: 920px) {
    .site-header .header-container .main-navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        row-gap: 1em;
        padding: 4em 1em 1em 1em;
        font-size: 1.3rem;
        height: 100%;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0
    }

    .site-header .header-container .main-navigation .button {
        font-size: 1rem
    }

    .site-header .header-container .main-navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        max-height: 100%;
        row-gap: 1em;
        width: 100%;
        row-gap: 0
    }

    .site-header .header-container .main-navigation ul li {
        height: auto;
        width: 100%
    }

    .site-header .header-container .main-navigation ul li.current-menu-item>a {
        color: #fff;
        font-weight: 700
    }

    .site-header .header-container .main-navigation ul li.current-menu-item>a:hover>a {
        color: #ffdcc2
    }

    .site-header .header-container .main-navigation ul li:hover>a {
        color: #ffdcc2
    }

    .site-header .header-container .main-navigation ul li a {
        height: auto;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: .5em 0
    }

    .site-header .header-container .main-navigation ul li:first-of-type a {
        padding-left: 0
    }

    .site-header .header-container .main-navigation ul li ul {
        width: 100%;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border: 0;
        padding-left: 1em;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .site-header .header-container .main-navigation ul li ul li:not(:last-of-type) {
        border-bottom: 0
    }

    .site-header .header-container .main-navigation ul li ul li.current-menu-item>a {
        font-weight: 700;
        color: #fff
    }

    .site-header .header-container .main-navigation ul li ul li a {
        padding: .5em 0;
        text-align: left
    }

    .site-header .header-container .main-navigation ul li ul li:first-of-type a {
        padding-left: 0
    }
}

.site-header.navigation-expanded .header-container .hamburger {
    opacity: 0;
    pointer-events: none
}

@media screen and (max-width: 920px) {
    .site-header.navigation-expanded .header-container .mobile-nav-close {
        display: block
    }
}

@media screen and (max-width: 920px) {
    .site-header.navigation-expanded .header-container .main-navigation {
        visibility: visible;
        opacity: 1
    }
}

.scrolled .site-header {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.site-footer {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffdcc2), color-stop(50%, rgb(0, 0, 0)));
    background: linear-gradient(90deg, #ffdcc2 50%, rgb(0, 0, 0) 50%)
}

@media screen and (max-width: 460px) {
    .site-footer {
        background: #000
    }
}

.site-footer .socials {
    margin-top: 1.5em
}

@media screen and (max-width: 640px) {
    .site-footer .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 460px) {
    .site-footer .wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.site-footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1em
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site-footer .footer-container .footer-logo {
    background-color: #ffdcc2;
    width: 25%;
    padding: max(1em, 3%) 2rem max(1em, 3%) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1440px) {
    .site-footer .footer-container .footer-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container .footer-logo {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 100%
    }
}

.site-footer .footer-container .footer-logo a {
    display: block
}

.site-footer .footer-container .footer-logo a img {
    height: auto;
    width: 12em
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container .footer-logo a img {
        width: 9em
    }
}

.site-footer .footer-container .footer-content {
    background-color: #000;
    width: 75%;
    color: #fff;
    line-height: 1.2em
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container .footer-content {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.site-footer .footer-container .footer-content a {
    color: #fff;
    text-decoration: none
}

.site-footer .footer-container .footer-content a:hover {
    color: #ffdcc2
}

.site-footer .footer-container .footer-content p {
    margin: 0
}

.site-footer .footer-container .footer-content .footer-title {
    color: #a2a2a2;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 500;
    margin-bottom: .2em
}

.site-footer .footer-container .footer-content .footer-title:not(:first-of-type) {
    margin-top: 1.6em
}

.site-footer .footer-container .footer-content .ce {
    display: block;
    margin-bottom: .3em
}

.site-footer .footer-container .footer-content .footer-content-column>*:first-child {
    margin-top: 0
}

.site-footer .footer-container .footer-content .footer-content-column>*:last-child {
    margin-bottom: 0
}

.site-footer .footer-container .footer-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr;
    padding: 2em 0 2em 4em;
    position: relative;
    grid-gap: 2em 2em
}

@media screen and (max-width: 920px) {
    .site-footer .footer-container .footer-grid {
        grid-template-columns: 1fr 1fr;
        padding: 2em 0 2em 3em
    }
}

@media screen and (max-width: 640px) {
    .site-footer .footer-container .footer-grid {
        grid-template-columns: 1fr;
        padding: 2em 0 2em 2em;
        text-align: center
    }
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container .footer-grid {
        padding: 2em 0 2em 0
    }
}

.site-footer .footer-container .footer-copyright {
    color: #a2a2a2;
    font-size: .7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.1em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

@media screen and (max-width: 920px) {
    .site-footer .footer-container .footer-copyright {
        grid-column: 1/3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .site-footer .footer-container .footer-copyright {
        grid-column: 1/2
    }
}

.site-footer .footer-container .footer-copyright a {
    color: #a2a2a2
}

.site-footer .footer-container .footer-copyright .back-to-top {
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #ffdcc2;
    border: none;
    padding: .6em;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color .1s ease, scale .1s ease;
    transition: background-color .1s ease, scale .1s ease
}

@media screen and (max-width: 920px) {
    .site-footer .footer-container .footer-copyright .back-to-top {
        top: -5em
    }
}

@media screen and (max-width: 460px) {
    .site-footer .footer-container .footer-copyright .back-to-top {
        top: -14.5em;
        right: 1em;
        -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 1em 0 rgba(0, 0, 0, .1)
    }
}

.site-footer .footer-container .footer-copyright .back-to-top svg {
    height: 100%;
    width: auto
}

.site-footer .footer-container .footer-copyright .back-to-top svg [fill] {
    -webkit-transition: .1s fill ease;
    transition: .1s fill ease
}

.site-footer .footer-container .footer-copyright .back-to-top svg [stroke] {
    -webkit-transition: .1s stroke ease;
    transition: .1s stroke ease
}

.site-footer .footer-container .footer-copyright .back-to-top:hover {
    background-color: #1F305E;
    scale: 1.05
}

.site-footer .footer-container .footer-copyright .back-to-top:hover svg [fill] {
    fill: #fff
}

.site-footer .footer-container .footer-copyright .back-to-top:hover svg [stroke] {
    stroke: #fff
}

.site-footer .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-footer .navigation-menu li {
    margin-bottom: .4em
}

.site-footer .navigation-menu.documents-menu {
    margin-top: 1.4em
}

.site-footer .navigation-menu.documents-menu a {
    color: #a2a2a2
}

.sticky {
    display: block
}

.post,
.page {
    margin: 0
}

.updated:not(.published) {
    display: none
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0
}

.page-links {
    clear: both;
    margin: 0
}

.no-posts {
    text-align: center;
    grid-column: 1/4;
    margin-top: 3em
}

.no-posts p {
    margin: 1em 0
}

.no-posts .no-posts-title {
    font-size: 1.5em
}

@media screen and (max-width: 1200px) {
    .no-posts {
        grid-column: 1/3
    }
}

@media screen and (max-width: 640px) {
    .no-posts {
        grid-column: 1/2
    }
}

.with-content-padding {
    padding-top: 3em;
    padding-bottom: 3em
}

.page-top {
    height: 26em;
    background-color: #000;
    position: relative;
    padding-bottom: 3em;
    padding-top: calc(5.5rem + 6em)
}

@media screen and (max-width: 920px) {
    .page-top {
        height: auto
    }
}

.page-top img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1
}

.page-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 2
}

.page-top .wrapper {
    position: relative;
    z-index: 3;
    height: 100%
}

.page-top .page-top-container {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.page-top .page-top-container .page-top-content>*:first-child {
    margin-top: 0
}

.page-top .page-top-container .page-top-content>*:last-child {
    margin-bottom: 0
}

.page-top .page-top-container .page-top-content .page-top-title {
    position: relative;
    margin-bottom: 1.2em
}

.page-top .page-top-container .page-top-content .page-top-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media screen and (max-width: 640px) {
    .page-top .page-top-container .page-top-content .page-top-title br {
        display: none
    }
}

.page-top .page-top-container .page-top-content .page-top-title::before {
    background-color: #1F305E
}

.page-top .page-top-container .page-top-content .page-top-description {
    margin-top: 3em;
    line-height: 1.8em;
    max-width: 30em;
    font-weight: 300;
    color: #ffdcc2
}

.pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    margin-top: 3em
}

.pagination-container .page-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    color: #1F305E;
    cursor: pointer;
    font-weight: 600;
    color: #1F305E;
    border-radius: 99em;
    width: 2.4em;
    height: 2.4em;
    line-height: 1em;
    display: grid;
    place-items: center;
    text-align: center;
    -webkit-transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    transition: .2s color ease, .2s background-color ease, .2s border-color ease
}

.pagination-container .page-button:hover {
    border-color: #ffdcc2
}

.pagination-container .page-button.active {
    background-color: #ffdcc2;
    color: #fff
}

.blog-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: .5em;
    margin-bottom: 2em
}

.blog-filters select {
    color: #000;
    padding: .5em;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #fff
}

.blog-filters select:focus {
    outline: 0
}

.blog-container {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .blog-container {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .blog-container {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.blog-container .section-title {
    margin: 0 0 1em 0;
    text-align: center;
    color: #1F305E
}

@media screen and (max-width: 1200px) {
    .blog-container {
        padding: 2em 1em
    }
}

@media screen and (max-width: 920px) {
    .blog-container {
        padding: 1em 1em
    }
}

.posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media screen and (max-width: 920px) {
    .posts-container {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 640px) {
    .posts-container {
        grid-template-columns: 1fr
    }
}

.tease .tease-link-wrapper {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1em 1em 1.2em 1em;
    color: #000;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: 100%
}

.tease .p-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 4px
}

.tease .p-thumbnail .p-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.tease .p-thumbnail .p-image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tease .p-thumbnail .p-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background-color: #000
}

.tease .p-thumbnail .p-placeholder img {
    width: 30%;
    height: auto
}

@supports not (aspect-ratio: 1/2) {
    .tease .post-thumbnail::before {
        content: "";
        display: block;
        padding-top: 50%
    }
}

.tease .p-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: start
}

.tease .p-excerpt {
    margin: .5em 0 0 0;
    line-height: 1.4em
}

@media screen and (max-width: 920px) {
    .tease .p-excerpt {
        line-height: 1.6em
    }
}

.tease .p-date {
    margin: .2em 0 0 0;
    color: #909399
}

.tease .p-title {
    font-size: 1rem;
    line-height: 1.4em;
    font-weight: 700;
    margin: 1em 0 0 0
}

.tease .chevron-link {
    margin-top: 1em
}

.single-post-hero {
    background-color: #ffdcc2;
    height: calc(100vh - 5.5rem);
    height: calc(100svh - 5.5rem);
    position: relative;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 920px) {
    .single-post-hero {
        height: auto;
        aspect-ratio: 16/10
    }
}

@media screen and (max-width: 640px) {
    .single-post-hero {
        height: auto;
        aspect-ratio: unset
    }
}

.single-post-hero img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 640px) {
    .single-post-hero img {
        position: absolute;
        z-index: 1
    }
}

.single-post-hero .sp-hero-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10% 0
}

@media screen and (max-width: 640px) {
    .single-post-hero .sp-hero-container {
        position: relative;
        z-index: 2
    }
}

.single-post-hero .sp-hero-container .wrapper {
    height: 100%
}

.single-post-hero .sp-hero-container .wrapper .sphc-wrapper {
    padding: 0 12%
}

@media screen and (max-width: 920px) {
    .single-post-hero .sp-hero-container .wrapper .sphc-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.single-post-hero .sp-title {
    color: #fff;
    text-transform: uppercase;
    margin: .2em 0 0 0;
    max-width: 10em;
    line-height: 1.1em;
    font-size: clamp(1.6em, 4vw, 4em)
}

.single-post-content {
    margin: calc(5.5rem + 4em) 0 4em 0;
    line-height: 2em
}

.single-post-content img {
    border-radius: 1rem
}

.single-post-content .spc-top {
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2em;
    margin-bottom: 4em
}

@media screen and (max-width: 920px) {
    .single-post-content .spc-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .single-post-content .spc-top {
        margin-bottom: 2em
    }
}

.single-post-content .spc-top .spc-info {
    width: 45%;
    padding-right: 2em
}

@media screen and (max-width: 920px) {
    .single-post-content .spc-top .spc-info {
        width: 100%;
        padding-right: 0
    }
}

.single-post-content .spc-top .spc-info .spc-title {
    margin: 0 0 1.2em 0;
    position: relative
}

.single-post-content .spc-top .spc-info .spc-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.single-post-content .spc-top .spc-info time {
    color: #909399
}

.single-post-content .spc-top .spc-thumbnail {
    width: 55%;
    text-align: right
}

@media screen and (max-width: 920px) {
    .single-post-content .spc-top .spc-thumbnail {
        width: 100%;
        text-align: center
    }
}

.single-post-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4em;
    row-gap: 2em;
    padding: 0 10%
}

@media screen and (max-width: 920px) {
    .single-post-footer {
        grid-template-columns: 1fr 1fr
    }
}

.single-post-footer .post-share-container {
    text-align: center
}

.single-post-footer .post-share-container .post-share-label {
    margin: 0 0 .5em 0;
    line-height: 1em
}

@media screen and (max-width: 920px) {
    .single-post-footer .post-share-container {
        grid-column: 1/3;
        grid-row: 2/3
    }
}

.single-post-footer .share {
    margin-top: 1em
}

.single-post-footer .post-nav-element a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .7em;
    -moz-column-gap: .7em;
    column-gap: .7em;
    line-height: 1.1em
}

@media screen and (max-width: 920px) {
    .single-post-footer .prev {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media screen and (max-width: 920px) {
    .single-post-footer .next {
        grid-column: 2/3;
        grid-row: 1/2;
        justify-self: end
    }
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em
}

.share button {
    background-color: #1F305E;
    border: 0;
    padding: .1em;
    color: #1F305E;
    cursor: pointer;
    font-weight: 600;
    color: #1F305E;
    border-radius: 5px;
    width: 1.8em;
    height: 1.8em;
    line-height: 1em;
    display: grid;
    place-items: center;
    text-align: center;
    -webkit-transition: .2s color ease, .2s background-color ease, .2s border-color ease;
    transition: .2s color ease, .2s background-color ease, .2s border-color ease
}

.share button svg {
    height: 60%;
    width: auto
}

.share button:hover {
    background-color: #1F305E
}

.share button.share-twitter svg {
    height: 50%
}

.share button.share-linkedin svg {
    height: 55%
}

.error404 .error404-wrapper {
    padding-top: calc(5.5rem + 6em);
    padding-bottom: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.error404 .error404-title {
    font-size: 3em;
    line-height: 1em;
    margin: 0
}

.custom-archive-container {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .custom-archive-container {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .custom-archive-container {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.custom-archive-container .archive-intro {
    text-align: center
}

.custom-archive-container .archive-intro p {
    line-height: 1.6em
}

.custom-archive-container .custom-archive-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .custom-archive-container .custom-archive-posts-container {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .custom-archive-container .custom-archive-posts-container {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

@media screen and (max-width: 920px) {
    .custom-archive-container .custom-archive-posts-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.custom-archive-container .custom-archive-posts-container .posts-list-container {
    width: 40%;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #fff8f3;
    padding: 2.5em 1em
}

@media screen and (max-width: 920px) {
    .custom-archive-container .custom-archive-posts-container .posts-list-container {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-heading {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .6em;
    -moz-column-gap: .6em;
    column-gap: .6em;
    padding: 2.5em 1em;
    background-color: #ffdcc2;
    border-radius: 1em
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-heading svg {
    height: 1.5em;
    width: auto
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-heading .section-title {
    color: #1F305E;
    margin: 0;
    line-height: 1.1em;
    font-size: 1.5em
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper {
    position: relative;
    z-index: 1
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list {
    list-style: none;
    margin: 0;
    padding: 1.5em 3em 0 4.4em;
    position: relative
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list li {
    margin-bottom: .5em
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list li .post-item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .6em;
    -moz-column-gap: .6em;
    column-gap: .6em;
    padding: 1em 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: relative;
    padding: .25em .5em;
    line-height: 1.2em;
    -webkit-transition: .1s color ease;
    transition: .1s color ease;
    text-align: left;
    border-radius: .5em;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list li .post-item-button:hover {
    color: #1F305E
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list li .post-item-button svg {
    position: absolute;
    right: calc(100% + .2em);
    top: -3.5em;
    width: 1em;
    height: auto
}

.custom-archive-container .custom-archive-posts-container .posts-list-container .list-wrapper .posts-list li .post-item-button.active {
    color: #fff;
    background-color: #1F305E
}

.custom-archive-container .custom-archive-posts-container .post-contents-container {
    width: 60%;
    padding: 4em 2em 2em 2em;
    background-color: #ffdcc2
}

@media screen and (max-width: 920px) {
    .custom-archive-container .custom-archive-posts-container .post-contents-container {
        width: 100%
    }
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item {
    text-align: center;
    display: none;
    opacity: 0
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item>*:first-child {
    margin-top: 0
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item>*:last-child {
    margin-bottom: 0
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item.active {
    display: block;
    -webkit-animation: fadeIn .5s ease forwards;
    animation: fadeIn .5s ease forwards
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-title {
    margin: 0 0 1em 0;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #1F305E
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-excerpt p {
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 1em 0
}

@media screen and (max-width: 920px) {
    .custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-excerpt p {
        font-size: 1.3em
    }
}

@media screen and (max-width: 640px) {
    .custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-excerpt p {
        font-size: 1.2em
    }
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-content {
    color: #1F305E;
    padding: 0 10%
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-content>*:first-child {
    margin-top: 0
}

.custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-content>*:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .custom-archive-container .custom-archive-posts-container .post-contents-container .post-content-item .post-content {
        padding: 0
    }
}

.custom-archive-container .custom-archive-posts-container .post-contents-cta {
    margin: 2em 0 0 0;
    font-size: 1.2em;
    text-align: center
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.block-hero .splide__pagination {
    bottom: 2em;
    gap: .5em
}

.block-hero .splide__pagination .splide__pagination__page.is-active {
    background-color: #ffdcc2;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.block-hero .slide .slide-wrapper {
    height: 100vh;
    height: 100svh;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.block-hero .slide .slide-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.block-hero .slide .slide-wrapper.has-limited-image-width img {
    max-width: 1440px
}

.block-hero .slide .slide-wrapper.has-overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(254, 242, 228, 0.75) 12%, rgba(254, 242, 228, 0) 67%)
}

.block-hero .slide .slide-wrapper .slide-content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.block-hero .slide .slide-wrapper .slide-content-container .wrapper {
    height: 100%
}

.block-hero .slide .slide-wrapper .slide-content-container .slide-content {
    text-align: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block-hero .slide .slide-wrapper .slide-content-container .slide-content .slide-title {
    color: #1F305E;
    margin: 0 0 .7em 0;
    text-transform: uppercase;
    font-size: clamp(3em, 8vw, 6em);
    font-weight: 400;
    line-height: 1em
}

@media screen and (max-width: 460px) {
    .block-hero .slide .slide-wrapper .slide-content-container .slide-content .slide-title {
        font-size: 2em
    }
}

.block-hero .slide .slide-wrapper .slide-content-container .slide-content .slide-sideways-text {
    margin: 0;
    display: block;
    padding-top: 5.5rem;
    position: absolute;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    bottom: 2em;
    right: 2em;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #1F305E;
    font-size: clamp(.1em, 1.8vw, .9em);
    font-weight: 550
}

@media screen and (max-width: 640px) {
    .block-hero .slide .slide-wrapper .slide-content-container .slide-content .button {
        font-size: .9em
    }
}

@media screen and (max-width: 460px) {
    .block-hero .slide .slide-wrapper .slide-content-container .slide-content .button {
        font-size: .8em
    }
}

.block-content-with-image {
    margin-top: 4em;
    margin-bottom: 4em
}

.block-content-with-image .cwi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2em
}

@media screen and (max-width: 920px) {
    .block-content-with-image .cwi-container {
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-content-with-image .cwi-container>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.block-content-with-image .cwi-container .cwi-content {
    padding: 3em 0
}

.block-content-with-image .cwi-container .cwi-content .chevron-link {
    margin-top: .5em;
    font-size: 1.2em
}

@media screen and (max-width: 920px) {
    .block-content-with-image .cwi-container .cwi-content {
        padding: 0
    }
}

.block-content-with-image .cwi-container .cwi-content>*:first-child {
    margin-top: 0
}

.block-content-with-image .cwi-container .cwi-content>*:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 920px) {
    .block-content-with-image.content-position-left .cwi-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .block-content-with-image.content-position-left .cwi-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.block-content-with-image.content-position-right .cwi-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.block-content-with-image.content-position-right .cwi-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.block-content-with-image .cwi-image-container {
    height: 100%
}

.block-content-with-image .cwi-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 1em
}

.block-content-with-image.image-ratio-square .cwi-image-container {
    aspect-ratio: 1
}

.block-content-with-image.image-ratio-square .cwi-image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-numbers {
    color: #fff;
    background-image: url("../../img/visio-bg-100.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.block-numbers .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3em;
    padding: 4em 0;
    color: #fff;
    font-size: 1.15em
}

@media screen and (max-width: 1920px) {
    .block-numbers .section-content {
        font-size: 1em
    }
}

@media screen and (max-width: 1200px) {
    .block-numbers .section-content {
        font-size: .9em
    }
}

@media screen and (max-width: 920px) {
    .block-numbers .section-content {
        font-size: .8em
    }
}

@media screen and (max-width: 640px) {
    .block-numbers .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 4.5em
    }
}

.block-numbers .section-content .text-container {
    width: 40%
}

.block-numbers .section-content .text-container>*:first-child {
    margin-top: 0
}

.block-numbers .section-content .text-container>*:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .block-numbers .section-content .text-container {
        width: 100%;
        text-align: center
    }
}

.block-numbers .section-content .text-container h2 {
    margin: 0
}

.block-numbers .section-content .text-container p {
    margin: 0 0 1em 0;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 1.15em
}

.block-numbers .numbers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    font-size: .8em
}

@media screen and (max-width: 2160px) {
    .block-numbers .numbers-container {
        font-size: .8em
    }
}

@media screen and (max-width: 1920px) {
    .block-numbers .numbers-container {
        font-size: .8em
    }
}

@media screen and (max-width: 1200px) {
    .block-numbers .numbers-container {
        font-size: .75em;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em
    }
}

@media screen and (max-width: 920px) {
    .block-numbers .numbers-container {
        font-size: .65em
    }
}

@media screen and (max-width: 640px) {
    .block-numbers .numbers-container {
        width: 100%
    }
}

@media screen and (max-width: 460px) {
    .block-numbers .numbers-container {
        font-size: .5em
    }
}

@media screen and (max-width: 320px) {
    .block-numbers .numbers-container {
        font-size: .4em
    }
}

.block-numbers .numbers-container .number {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17em
}

.block-numbers .numbers-container .number .number-value {
    font-size: 8em;
    margin-bottom: .05em;
    line-height: 1em;
    font-weight: 700;
    color: #ffdcc2
}

.block-numbers .numbers-container .number .number-description {
    line-height: 1.1em;
    font-size: 1.9em;
    font-weight: 700;
    white-space: nowrap
}

.block-contact {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-contact {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-contact {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-contact .contact-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em
}

@media screen and (max-width: 920px) {
    .block-contact .contact-container {
        grid-template-columns: 1fr
    }
}

.block-contact .contact-container .contact-info {
    background-image: url("../../img/visio-bg-101.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
    padding: max(12%, 2em) max(20%, 3em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.block-contact .contact-container .contact-form {
    padding: max(10%, 2em) max(12%, 3em)
}

.block-contact .contact-container .contact-info-container>*:first-child,
.block-contact .contact-container .contact-form>*:first-child {
    margin-top: 0
}

.block-contact .contact-container .contact-info-container>*:last-child,
.block-contact .contact-container .contact-form>*:last-child {
    margin-bottom: 0
}

.block-contact .contact-container .section-title {
    line-height: 1.1em;
    margin-bottom: 1.6em;
    position: relative
}

.block-contact .contact-container .section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-contact .contact-container .section-title::before {
    background-color: #1F305E
}

.block-contact .contact-container .section-title::after {
    content: "."
}

.block-contact .contact-container .form-description {
    margin-bottom: 5em
}

@media screen and (max-width: 920px) {
    .block-contact .contact-container .form-description {
        margin-bottom: 3em
    }
}

.block-contact .contact-container .form-description p {
    line-height: 1.8em;
    max-width: 20em;
    margin: .8em 0
}

.block-contact .contact-container .form-description>*:first-child {
    margin-top: 0
}

.block-contact .contact-container .form-description>*:last-child {
    margin-bottom: 0
}

.block-posts {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #f3f5f7
}

.block-posts .section-title {
    margin-top: 0;
    position: relative
}

.block-posts .section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-posts .section-title-container,
.block-posts .carousel-container,
.block-posts .posts-heading-container {
    padding-left: 3em;
    padding-right: 3em
}

.block-posts .carousel-container .tease {
    height: 100%
}

.block-posts .carousel-container .tease .tease-link-wrapper {
    height: 100%
}

.block-posts .posts-heading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 2em
}

@media screen and (max-width: 920px) {
    .block-posts .posts-heading-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.block-posts .posts-heading-container .posts-description {
    margin: 1em 0 0 0;
    max-width: 32em
}

.block-services .categories-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1200px) {
    .block-services .categories-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2em
    }
}

.block-services .categories-container .category-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50em;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1920px) {
    .block-services .categories-container .category-column {
        aspect-ratio: 3/4;
        height: auto
    }
}

.block-services .categories-container .category-column .category-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.block-services .categories-container .category-column .category-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-services .categories-container .category-column .category-image:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

.block-services .categories-container .category-column .category-details-background {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffdcc2;
    height: 85%;
    bottom: -85%;
    -webkit-transition: .23s ease-out bottom;
    transition: .23s ease-out bottom
}

.block-services .categories-container .category-column .category-details {
    position: absolute;
    z-index: 3;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10%;
    height: 80%;
    font-size: clamp(.6em, 1.08vw, 1.2em);
    -webkit-transition: .2s ease-in-out transform;
    transition: .2s ease-in-out transform;
    -webkit-transform: translateY(calc(100% - 10em));
    transform: translateY(calc(100% - 10em))
}

.block-services .categories-container .category-column .category-details .category-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 6em;
    max-width: max(50%, 14em);
    padding-bottom: 2.4em
}

.block-services .categories-container .category-column .category-details .category-heading .category-name {
    margin: 0;
    color: #fff;
    -webkit-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
    line-height: 1.3em;
    position: relative
}

.block-services .categories-container .category-column .category-details .category-heading .category-name::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-services .categories-container .category-column .category-details .category-heading .category-name::after {
    content: "."
}

.block-services .categories-container .category-column .category-details .category-heading .category-name::before {
    bottom: -0.5em;
    width: 2.2em;
    background-color: #ffdcc2
}

.block-services .categories-container .category-column .category-details .category-description {
    opacity: 0;
    -webkit-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    height: calc(100% - 6em);
    overflow: hidden;
    position: relative;
    padding-bottom: 2em
}

.block-services .categories-container .category-column .category-details .category-description p {
    line-height: 1.8em;
    margin: 1em 0 0 0
}

.block-services .categories-container .category-column .category-details .category-description .link-container {
    height: 3em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 220, 194, 0)), color-stop(50%, #ffdcc2));
    background: linear-gradient(180deg, rgba(255, 220, 194, 0) 0%, #ffdcc2 50%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.block-services .categories-container .category-column .category-details .category-description .link-container .chevron-link {
    font-size: 1.2em
}

.block-services .categories-container .category-column .category-details .category-description .link-container .chevron-link:hover {
    color: #000
}

@media screen and (max-width: 1200px) {
    .block-services .categories-container .category-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        aspect-ratio: unset;
        height: 21em;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        font-size: .95em
    }

    .block-services .categories-container .category-column .category-image {
        width: 33%;
        aspect-ratio: 1
    }

    .block-services .categories-container .category-column .category-details {
        font-size: 1em;
        width: 67%;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        padding: 2.5em 2em;
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .block-services .categories-container .category-column .category-details .category-heading {
        display: block;
        height: auto;
        max-width: unset;
        padding-bottom: 1em
    }

    .block-services .categories-container .category-column .category-details .category-heading .category-name {
        color: #000;
        line-height: 1.1em
    }

    .block-services .categories-container .category-column .category-details .category-heading .category-name::before {
        background-color: #1F305E
    }

    .block-services .categories-container .category-column .category-details .category-description {
        opacity: 1;
        height: auto;
        padding-bottom: 3em
    }

    .block-services .categories-container .category-column .category-details .category-description p {
        line-height: 1.5em
    }

    .block-services .categories-container .category-column .category-details-background {
        height: 100%;
        top: 0;
        left: auto;
        width: 67%;
        bottom: 0;
        right: 0
    }

    .block-services .categories-container .category-column:nth-of-type(even) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .block-services .categories-container .category-column:nth-of-type(even) .category-image {
        right: auto;
        left: 0
    }

    .block-services .categories-container .category-column:nth-of-type(even) .category-details {
        left: 0;
        right: auto
    }

    .block-services .categories-container .category-column:nth-of-type(even) .category-details-background {
        left: 0;
        right: auto
    }
}

@media screen and (max-width: 920px) {
    .block-services .categories-container .category-column {
        height: 23em
    }
}

@media screen and (max-width: 640px) {
    .block-services .categories-container .category-column {
        height: 23em
    }

    .block-services .categories-container .category-column .category-details {
        font-size: .9em
    }
}

@media screen and (max-width: 460px) {
    .block-services .categories-container .category-column {
        height: 27em
    }

    .block-services .categories-container .category-column .category-details {
        font-size: .85em
    }
}

@media screen and (max-width: 320px) {
    .block-services .categories-container .category-column {
        height: 27em
    }

    .block-services .categories-container .category-column .category-details {
        font-size: .8em
    }
}

.block-services .categories-container .category-column:hover .category-details-background {
    bottom: 0%
}

.block-services .categories-container .category-column:hover .category-details {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.block-services .categories-container .category-column:hover .category-details .category-heading .category-name {
    color: #000
}

.block-services .categories-container .category-column:hover .category-details .category-heading .category-name::before {
    background-color: #1F305E
}

.block-services .categories-container .category-column:hover .category-details .category-description {
    opacity: 1
}

.block-services-simple {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-services-simple {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-services-simple {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-services-simple .section-content {
    padding-left: 10%
}

@media screen and (max-width: 640px) {
    .block-services-simple .section-content {
        padding-left: 0
    }
}

.block-services-simple .section-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.6em
}

.block-services-simple .section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-services-simple .section-title::before {
    background-color: #1F305E
}

.block-services-simple .categories-container .category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 1em;
    padding: .5em 0 1.5em 0;
    color: #909399;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

@media screen and (max-width: 920px) {
    .block-services-simple .categories-container .category-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #000
    }
}

.block-services-simple .categories-container .category-row.active {
    color: #000
}

.block-services-simple .categories-container .category-row:not(:first-child) {
    border-top: 1px solid #000
}

.block-services-simple .categories-container .category-row .category-heading {
    width: 20%
}

@media screen and (max-width: 920px) {
    .block-services-simple .categories-container .category-row .category-heading {
        width: 100%
    }
}

.block-services-simple .categories-container .category-row .category-heading .category-name {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0
}

.block-services-simple .categories-container .category-row .category-description {
    width: 60%
}

@media screen and (max-width: 920px) {
    .block-services-simple .categories-container .category-row .category-description {
        width: 100%
    }
}

.block-services-simple .categories-container .category-row .category-description p {
    margin: 0
}

.block-services-simple .categories-container .category-row .link-container {
    width: 20%;
    font-size: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 920px) {
    .block-services-simple .categories-container .category-row .link-container {
        width: 100%;
        text-align: center
    }
}

.block-services-simple .categories-container .category-row .link-container .chevron-link {
    color: #000
}

.block-features-with-text {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-features-with-text {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-features-with-text {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-features-with-text .fwt-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em
}

@media screen and (max-width: 920px) {
    .block-features-with-text .fwt-container {
        grid-template-columns: 1fr
    }
}

.block-features-with-text .fwt-container .fwt-column>*:first-child {
    margin-top: 0
}

.block-features-with-text .fwt-container .fwt-column>*:last-child {
    margin-bottom: 0
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature>*:first-child {
    margin-top: 0
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature>*:last-child {
    margin-bottom: 0
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature:not(:last-child) {
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-features-with-text .fwt-container .fwt-column .fwt-feature:not(:last-child) {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 920px) {
    .block-features-with-text .fwt-container .fwt-column .fwt-feature:not(:last-child) {
        margin-bottom: 2em
    }
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature .fwt-title {
    position: relative
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature .fwt-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-features-with-text .fwt-container .fwt-column .fwt-feature .fwt-title::before {
    bottom: -0.2em;
    width: 1.6em
}

.block-features-with-text .fwt-container .fwt-column.fwt-featues-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-features-with-text .fwt-container .fwt-column.fwt-background {
    border-radius: 1em;
    background-color: #1F305E;
    padding: max(8%, 2em);
    color: #fff;
    background-image: url("../../img/visio-bg-100.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.block-features-with-text .fwt-container .fwt-column.fwt-background .fwt-feature .fwt-title {
    color: #fff;
    margin-bottom: .6em
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper {
    padding: 10% 6%
}

@media screen and (max-width: 920px) {
    .block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper {
        padding-bottom: 5%
    }
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-section-title {
    position: relative;
    margin-bottom: 1.6em
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-section-title::before {
    bottom: -0.5em;
    background-color: #1F305E
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    line-height: 1.6em
}

@media screen and (max-width: 460px) {
    .block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.block-features-with-text .fwt-container .fwt-column.fwt-content-wrapper .fwt-button-wrapper {
    text-align: right;
    margin-top: 1em;
    font-size: 1.2em
}

.block-features-with-image {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-features-with-image {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-features-with-image {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-features-with-image .fwi-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em;
    row-gap: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em
}

@media screen and (max-width: 920px) {
    .block-features-with-image .fwi-container {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 640px) {
    .block-features-with-image .fwi-container {
        row-gap: 2em
    }
}

.block-features-with-image .fwi-container .fwi-column {
    height: 100%
}

.block-features-with-image .fwi-container .fwi-column>*:first-child {
    margin-top: 0
}

.block-features-with-image .fwi-container .fwi-column>*:last-child {
    margin-bottom: 0
}

.block-features-with-image .fwi-container .fwi-column.fwi-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1em
}

.block-features-with-image .fwi-container .fwi-content-wrapper {
    padding-top: 4em;
    padding-bottom: 4em
}

@media screen and (max-width: 920px) {
    .block-features-with-image .fwi-container .fwi-content-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }
}

.block-features-with-image .fwi-section-title {
    margin-bottom: .6em
}

.block-features-with-image .fwi-content {
    margin-bottom: 2em
}

.block-features-with-image .fwi-tabs .fwi-tab-buttons {
    border-bottom: 1px solid #000;
    padding-bottom: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 640px) {
    .block-features-with-image .fwi-tabs .fwi-tab-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.block-features-with-image .fwi-tabs .fwi-tab-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1em;
    padding-right: 1em
}

.block-features-with-image .fwi-tabs .fwi-tab-panels {
    position: relative;
    min-height: 16em;
    margin-bottom: 2em;
    -webkit-animation: fadeIn .5s ease forwards;
    animation: fadeIn .5s ease forwards
}

@media screen and (max-width: 920px) {
    .block-features-with-image .fwi-tabs .fwi-tab-panels {
        min-height: 12em
    }
}

@media screen and (max-width: 640px) {
    .block-features-with-image .fwi-tabs .fwi-tab-panels {
        min-height: 10em
    }
}

.block-features-with-image .fwi-tabs .fwi-tab-panel {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-animation: fadeIn .5s ease forwards;
    animation: fadeIn .5s ease forwards
}

.block-features-with-image .fwi-tabs .fwi-tab-panel>*:first-child {
    margin-top: 0
}

.block-features-with-image .fwi-tabs .fwi-tab-panel>*:last-child {
    margin-bottom: 0
}

.block-features-with-image .fwi-tabs .fwi-tab-panel.active {
    display: block;
    position: relative
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.block-team {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-team {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-team {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-team .section-title {
    position: relative;
    margin-bottom: 2em
}

.block-team .section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-team .team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3em 1em
}

@media screen and (max-width: 1200px) {
    .block-team .team-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width: 920px) {
    .block-team .team-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 640px) {
    .block-team .team-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 460px) {
    .block-team .team-grid {
        grid-template-columns: 1fr
    }
}

.block-team .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-team .team-member .member-image {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: .8
}

.block-team .team-member .member-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.block-team .team-member .member-image .member-image-placeholder {
    background-color: #000;
    height: 100%;
    display: grid;
    place-items: center
}

.block-team .team-member .member-image .member-image-placeholder svg {
    height: auto;
    width: 60%
}

.block-team .team-member .member-image .member-bio {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow-y: auto;
    font-size: .9em
}

@media screen and (max-width: 1200px) {
    .block-team .team-member .member-image .member-bio {
        padding: 1em
    }
}

@media screen and (max-width: 920px) {
    .block-team .team-member .member-image .member-bio {
        font-size: .8em
    }
}

@media screen and (max-width: 640px) {
    .block-team .team-member .member-image .member-bio {
        font-size: .9em
    }
}

@media screen and (max-width: 460px) {
    .block-team .team-member .member-image .member-bio {
        font-size: 1em
    }
}

.block-team .team-member .member-image .member-bio .bio-content {
    margin: 0;
    line-height: 1.5
}

.block-team .team-member .member-image .member-bio .bio-content p {
    margin: 0 0 1em 0
}

.block-team .team-member .member-image .member-bio .bio-content p:last-child {
    margin-bottom: 0
}

.block-team .team-member .member-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.block-team .team-member .member-image:hover .member-bio {
    opacity: 1
}

.block-team .team-member .member-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-team .team-member .member-content .member-top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.block-team .team-member .member-name {
    font-size: 1.2em;
    margin: 0 0 .3em 0;
    line-height: 1.2em
}

.block-team .team-member .member-designation {
    margin: 0 0 1em 0;
    line-height: 1.2em
}

.block-team .team-member .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em
}

.block-team .team-member .social-links a {
    color: #909399;
    width: 1.2em;
    height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.block-team .team-member .social-links a svg {
    width: 100%;
    height: 100%
}

.block-team .team-member .social-links a svg [fill] {
    -webkit-transition: fill .1s ease;
    transition: fill .1s ease
}

.block-team .team-member .social-links a svg [stroke] {
    -webkit-transition: stroke .1s ease;
    transition: stroke .1s ease
}

.block-team .team-member .social-links a:hover {
    color: #1F305E
}

.block-team .team-member .social-links a:hover svg [fill] {
    fill: #000
}

.block-team .team-member .social-links a:hover svg [stroke] {
    stroke: #000
}

.block-team .team-member .button {
    background-color: #fff;
    border-color: #909399;
    color: #000;
    padding: .5em 1em .55em
}

.block-team .team-member .button:hover {
    background-color: #000;
    border-color: #000;
    color: #ffdcc2
}

.block-contact-with-map {
    margin-top: 4em;
    margin-bottom: 4em
}

@media screen and (max-width: 1200px) {
    .block-contact-with-map {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media screen and (max-width: 460px) {
    .block-contact-with-map {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

.block-contact-with-map .cwm-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em 2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 3em
}

@media screen and (max-width: 920px) {
    .block-contact-with-map .cwm-container {
        grid-template-columns: 1fr
    }
}

.block-contact-with-map .cwm-container .cwm-map {
    height: 45em;
    border-radius: 1em;
    overflow: hidden
}

@media screen and (max-width: 920px) {
    .block-contact-with-map .cwm-container .cwm-map {
        height: 40vw
    }
}

.block-contact-with-map .cwm-container .cwm-map .acf-map {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-contact-with-map .cwm-container .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em
}

.block-contact-with-map .cwm-container .contacts .ce {
    margin-bottom: 0;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em
}

.block-contact-with-map .cwm-container .cwm-info {
    padding: 2em max(12%, 3em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media screen and (max-width: 920px) {
    .block-contact-with-map .cwm-container .cwm-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width: 920px) {
    .block-contact-with-map .cwm-container .cwm-map-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 3em
    }
}

.block-contact-with-map .cwm-container .cwm-info-container>*:first-child {
    margin-top: 0
}

.block-contact-with-map .cwm-container .cwm-info-container>*:last-child {
    margin-bottom: 0
}

.block-contact-with-map .cwm-container .section-title {
    line-height: 1.1em;
    margin-bottom: 1.6em;
    position: relative
}

.block-contact-with-map .cwm-container .section-title::before {
    content: "";
    background-color: #ffdcc2;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 2.6em;
    height: .15em;
    -webkit-transition-property: width background-color;
    transition-property: width background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.block-contact-with-map .cwm-container .section-title::before {
    background-color: #1F305E
}

.block-contact-with-map .cwm-container .form-description {
    margin-bottom: 5em
}

@media screen and (max-width: 920px) {
    .block-contact-with-map .cwm-container .form-description {
        margin-bottom: 3em
    }
}

.block-contact-with-map .cwm-container .form-description p {
    line-height: 1.8em;
    margin: .8em 0
}

.block-contact-with-map .cwm-container .form-description>*:first-child {
    margin-top: 0
}

.block-contact-with-map .cwm-container .form-description>*:last-child {
    margin-bottom: 0
}

.contacts .ce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em
}

@media screen and (max-width: 920px) {
    .contacts .ce {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em
    }
}

.contacts .ce:not(:last-child) {
    margin-bottom: 2.2em
}

.contacts .ce .ce-icon {
    height: 1.6em;
    width: 1.6em
}

.contacts .ce .ce-icon svg {
    height: 100%;
    max-width: 100%;
    width: auto
}

.contacts .ce .ce-icon svg [fill] {
    -webkit-transition: fill .1s ease;
    transition: fill .1s ease
}

.contacts .ce .ce-icon svg [stroke] {
    -webkit-transition: stroke .1s ease;
    transition: stroke .1s ease
}

.contacts .ce .ce-label {
    line-height: 1.1em;
    padding-top: .2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: .5em
}

.contacts .ce .ce-label.label-mail {
    word-break: break-all
}

.contacts .ce .ce-label.label-phone a {
    white-space: nowrap
}

.contacts a {
    text-decoration: none;
    color: #000
}

.contacts a:visited {
    color: #000
}

.contacts a:hover {
    color: #1F305E
}

.contacts a:hover .ce-icon svg [fill] {
    fill: #1F305E
}

.contacts a:hover .ce-icon svg [stroke] {
    stroke: #1F305E
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials .social-link {
    display: inline-block;
    height: 1.2em
}

.socials .social-link svg {
    height: 100%;
    width: auto
}

.socials .social-link svg [fill] {
    fill: currentColor
}

.socials .social-link svg [stroke] {
    stroke: currentColor
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-form {
    color: red
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.splide__arrow {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px
}

.splide__arrow--prev {
    left: -3em
}

.splide__arrow--next {
    right: -3em
}

body .gform_required_legend {
    display: none
}

body .gform_submission_error {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    margin: 0 0 2rem 0;
    line-height: 1.2em;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border: 1px solid #1F305E;
    color: #1F305E;
    font-weight: 400;
    border-radius: 5px
}

body .gform_submission_error .gform-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

body .gfield_error input[type=text],
body .gfield_error input[type=email],
body .gfield_error input[type=url],
body .gfield_error input[type=password],
body .gfield_error input[type=search],
body .gfield_error input[type=number],
body .gfield_error input[type=tel],
body .gfield_error input[type=range],
body .gfield_error input[type=date],
body .gfield_error input[type=month],
body .gfield_error input[type=week],
body .gfield_error input[type=time],
body .gfield_error input[type=datetime],
body .gfield_error input[type=datetime-local],
body .gfield_error input[type=color],
body .gfield_error select,
body .gfield_error textarea {
    border-color: #1F305E
}

body .gfield_required_asterisk {
    color: #1F305E
}

body .validation_message {
    padding: .5em 0 0 0;
    color: #1F305E;
    font-size: .8em
}

body .gform_fields {
    row-gap: 2.5em !important;
    -webkit-column-gap: 1.5em !important;
    -moz-column-gap: 1.5em !important;
    column-gap: 1.5em !important
}

@media screen and (max-width: 639px) {
    body .gform_fields {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
}

body .gfield--type-fileupload {
    height: 2.9em;
    background-color: #fff;
    border-radius: 1.3em;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 5em;
    cursor: pointer
}

body .gfield--type-fileupload .gfield_label {
    position: absolute;
    left: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 800;
    color: gray;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer
}

body .gfield--type-fileupload .ginput_container {
    cursor: pointer
}

body .gfield--type-fileupload .ginput_container input {
    position: absolute;
    inset: calc(100% + .7rem) 1.8em auto 1.8em;
    cursor: pointer;
    padding: 0;
    font-size: .9rem
}

body .gfield--type-fileupload .ginput_container .gform_fileupload_rules {
    margin-top: 0;
    position: absolute;
    line-height: 1em;
    inset: calc(100% + 3rem) 1.8rem auto 1.8rem;
    font-size: .9rem
}

body .gfield--type-consent {
    margin: 1em 0
}

body .ginput_container_consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    padding-left: 3rem
}

body .ginput_container_consent input[type=checkbox] {
    position: relative;
    accent-color: #1F305E;
    margin-top: .7em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    border-radius: 1.5em
}

body .ginput_container_consent input[type=checkbox]::before {
    content: "";
    position: absolute;
    inset: -0.7em;
    background-color: #1F305E;
    border-radius: 1.05em;
    z-index: 1
}

body .ginput_container_consent input[type=checkbox]::after {
    content: "";
    position: absolute;
    inset: -0.05em;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #fff;
    -webkit-transition: .2s border-color ease, .2s background-color ease;
    transition: .2s border-color ease, .2s background-color ease
}

body .ginput_container_consent input[type=checkbox]:checked::after {
    background-color: #1F305E;
    border-color: #1F305E
}

body .gform_footer {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10%
}

body .gform_footer .chevron-link {
    text-transform: uppercase;
    font-size: 1.2em
}

body .gform_footer br {
    display: none
}

body .gfield_radio {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5em 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 460px) {
    body .gfield_radio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 4em
}

@media screen and (min-width: 641px) {
    body .gfmc-container {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #1F305E;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #1F305E;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}