@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
@media (min-width: 990px) {
  .animate-1 {
    animation-delay: 0.275s !important;
  }
  .animate-2 {
    animation-delay: 0.475s !important;
  }
  .animate-3 {
    animation-delay: 0.675s !important;
  }
  .animate-4 {
    animation-delay: 0.875s !important;
  }
  .animate-5 {
    animation-delay: 1.075s !important;
  }
  .animate-6 {
    animation-delay: 1.275s !important;
  }
  .animate-7 {
    animation-delay: 1.475s !important;
  }
  .animate-8 {
    animation-delay: 1.675s !important;
  }
  .animate-9 {
    animation-delay: 1.875s !important;
  }
  .animate-10 {
    animation-delay: 2.075s !important;
  }
  .animate-11 {
    animation-delay: 2.275s !important;
  }
  .animate-12 {
    animation-delay: 2.475s !important;
  }
  .animate-13 {
    animation-delay: 2.675s !important;
  }
  .animate-14 {
    animation-delay: 2.875s !important;
  }
  .animate-15 {
    animation-delay: 3.075s !important;
  }
  .animate-16 {
    animation-delay: 3.275s !important;
  }
  .animate-17 {
    animation-delay: 3.475s !important;
  }
  .animate-18 {
    animation-delay: 3.675s !important;
  }
  .animate-19 {
    animation-delay: 3.875s !important;
  }
  .animate-20 {
    animation-delay: 4.075s !important;
  }
  .animate-21 {
    animation-delay: 4.275s !important;
  }
  .animate-22 {
    animation-delay: 4.475s !important;
  }
  .animate-23 {
    animation-delay: 4.675s !important;
  }
  .animate-24 {
    animation-delay: 4.875s !important;
  }
  .animate-25 {
    animation-delay: 5.075s !important;
  }
  .animate-26 {
    animation-delay: 5.275s !important;
  }
  .animate-27 {
    animation-delay: 5.475s !important;
  }
  .animate-28 {
    animation-delay: 5.675s !important;
  }
  .animate-29 {
    animation-delay: 5.875s !important;
  }
  .animate-30 {
    animation-delay: 6.075s !important;
  }
  .anim-1 {
    animation-delay: 0.185s !important;
  }
  .anim-2 {
    animation-delay: 0.27s !important;
  }
  .anim-3 {
    animation-delay: 0.355s !important;
  }
  .anim-4 {
    animation-delay: 0.44s !important;
  }
  .anim-5 {
    animation-delay: 0.525s !important;
  }
  .anim-6 {
    animation-delay: 0.61s !important;
  }
  .anim-7 {
    animation-delay: 0.695s !important;
  }
  .anim-8 {
    animation-delay: 0.78s !important;
  }
  .anim-9 {
    animation-delay: 0.865s !important;
  }
  .anim-10 {
    animation-delay: 0.95s !important;
  }
  .anim-11 {
    animation-delay: 1.035s !important;
  }
  .anim-12 {
    animation-delay: 1.12s !important;
  }
  .anim-13 {
    animation-delay: 1.205s !important;
  }
  .anim-14 {
    animation-delay: 1.29s !important;
  }
  .anim-15 {
    animation-delay: 1.375s !important;
  }
  .anim-16 {
    animation-delay: 1.46s !important;
  }
  .anim-17 {
    animation-delay: 1.545s !important;
  }
  .anim-18 {
    animation-delay: 1.63s !important;
  }
  .anim-19 {
    animation-delay: 1.715s !important;
  }
  .anim-20 {
    animation-delay: 1.8s !important;
  }
  .anim-21 {
    animation-delay: 1.885s !important;
  }
  .anim-22 {
    animation-delay: 1.97s !important;
  }
  .anim-23 {
    animation-delay: 2.055s !important;
  }
  .anim-24 {
    animation-delay: 2.14s !important;
  }
  .anim-25 {
    animation-delay: 2.225s !important;
  }
  .anim-26 {
    animation-delay: 2.31s !important;
  }
  .anim-27 {
    animation-delay: 2.395s !important;
  }
  .anim-28 {
    animation-delay: 2.48s !important;
  }
  .anim-29 {
    animation-delay: 2.565s !important;
  }
  .anim-30 {
    animation-delay: 2.65s !important;
  }
}
#sidebar,
#content,
.wp-block-group,
#content > .wp-block-column,
.wp-block-cover,
.fade,
.hero {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fade-in,
.content > .wp-block-group,
.content > .wp-block-image {
  opacity: 0;
}
.fade-in.in-view,
.content > .wp-block-group.in-view,
.content > .wp-block-image.in-view {
  animation: fadeIn 0.85s forwards 0.1s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-1ch);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-5px) scale(0.995);
}
.fade-in-left.in-view {
  animation: fadeInleft 0.85s forwards 0.1s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-right {
  opacity: 0;
  transform: translateX(10px) scale(0.995);
}
.fade-in-right.in-view {
  animation: fadeInRight 0.85s forwards 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(-50px);
}
.fade-in-up.in-view {
  animation: fadeInUp 0.85s forwards 0.1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
}
.zoom-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomInSm {
  from {
    opacity: 0;
    transform: scale(0.995);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in-sm {
  opacity: 0;
  transform: scale(0.98);
}
.zoom-in-sm.in-view {
  animation: zoomInSm 0.85s forwards 0.1s;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
.scale-in {
  opacity: 0;
  transform: scale(0.95);
}
.scale-in.in-view {
  animation: scaleIn 0.85s forwards 0.1s;
}

@keyframes scaleILg {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomOutSm {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

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

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-placeholder {
  color: #92A097;
}

::placeholder {
  color: #92A097;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid #d05f71;
  outline-offset: 4px;
}

.skip-link {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
  color: #3E3E3E;
  background-color: #EDEDED;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #d05f71;
  outline-offset: 4px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.map {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  border-radius: 3px;
  filter: sepia(18%) hue-rotate(300deg) saturate(20%);
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--wp--preset--font-family--primary);
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

::-moz-selection {
  background: rgba(219, 53, 83, 0.35);
}

::selection {
  background: rgba(219, 53, 83, 0.35);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0ch !important;
}

.mb0 {
  margin-bottom: 0ch !important;
}

.pt0 {
  padding-top: 0ch !important;
}

.pb0 {
  padding-bottom: 0ch !important;
}

@media (max-width: 781px) {
  .mt0-sm {
    margin-top: 0ch !important;
  }
  .mb0-sm {
    margin-bottom: 0ch !important;
  }
  .pt0-sm {
    padding-top: 0ch !important;
  }
  .pb0-sm {
    padding-bottom: 0ch !important;
  }
}
@media (min-width: 782px) {
  .mb0-lg {
    margin-bottom: 0ch !important;
  }
}
.mt1 {
  margin-top: 1ch !important;
}

.mb1 {
  margin-bottom: 1ch !important;
}

.pt1 {
  padding-top: 1ch !important;
}

.pb1 {
  padding-bottom: 1ch !important;
}

@media (max-width: 781px) {
  .mt1-sm {
    margin-top: 1ch !important;
  }
  .mb1-sm {
    margin-bottom: 1ch !important;
  }
  .pt1-sm {
    padding-top: 1ch !important;
  }
  .pb1-sm {
    padding-bottom: 1ch !important;
  }
}
@media (min-width: 782px) {
  .mb1-lg {
    margin-bottom: 1ch !important;
  }
}
.mt2 {
  margin-top: 2ch !important;
}

.mb2 {
  margin-bottom: 2ch !important;
}

.pt2 {
  padding-top: 2ch !important;
}

.pb2 {
  padding-bottom: 2ch !important;
}

@media (max-width: 781px) {
  .mt2-sm {
    margin-top: 2ch !important;
  }
  .mb2-sm {
    margin-bottom: 2ch !important;
  }
  .pt2-sm {
    padding-top: 2ch !important;
  }
  .pb2-sm {
    padding-bottom: 2ch !important;
  }
}
@media (min-width: 782px) {
  .mb2-lg {
    margin-bottom: 2ch !important;
  }
}
.mt3 {
  margin-top: 3ch !important;
}

.mb3 {
  margin-bottom: 3ch !important;
}

.pt3 {
  padding-top: 3ch !important;
}

.pb3 {
  padding-bottom: 3ch !important;
}

@media (max-width: 781px) {
  .mt3-sm {
    margin-top: 3ch !important;
  }
  .mb3-sm {
    margin-bottom: 3ch !important;
  }
  .pt3-sm {
    padding-top: 3ch !important;
  }
  .pb3-sm {
    padding-bottom: 3ch !important;
  }
}
@media (min-width: 782px) {
  .mb3-lg {
    margin-bottom: 3ch !important;
  }
}
.mt4 {
  margin-top: 4ch !important;
}

.mb4 {
  margin-bottom: 4ch !important;
}

.pt4 {
  padding-top: 4ch !important;
}

.pb4 {
  padding-bottom: 4ch !important;
}

@media (max-width: 781px) {
  .mt4-sm {
    margin-top: 4ch !important;
  }
  .mb4-sm {
    margin-bottom: 4ch !important;
  }
  .pt4-sm {
    padding-top: 4ch !important;
  }
  .pb4-sm {
    padding-bottom: 4ch !important;
  }
}
@media (min-width: 782px) {
  .mb4-lg {
    margin-bottom: 4ch !important;
  }
}
.mt5 {
  margin-top: 5ch !important;
}

.mb5 {
  margin-bottom: 5ch !important;
}

.pt5 {
  padding-top: 5ch !important;
}

.pb5 {
  padding-bottom: 5ch !important;
}

@media (max-width: 781px) {
  .mt5-sm {
    margin-top: 5ch !important;
  }
  .mb5-sm {
    margin-bottom: 5ch !important;
  }
  .pt5-sm {
    padding-top: 5ch !important;
  }
  .pb5-sm {
    padding-bottom: 5ch !important;
  }
}
@media (min-width: 782px) {
  .mb5-lg {
    margin-bottom: 5ch !important;
  }
}
.mt6 {
  margin-top: 6ch !important;
}

.mb6 {
  margin-bottom: 6ch !important;
}

.pt6 {
  padding-top: 6ch !important;
}

.pb6 {
  padding-bottom: 6ch !important;
}

@media (max-width: 781px) {
  .mt6-sm {
    margin-top: 6ch !important;
  }
  .mb6-sm {
    margin-bottom: 6ch !important;
  }
  .pt6-sm {
    padding-top: 6ch !important;
  }
  .pb6-sm {
    padding-bottom: 6ch !important;
  }
}
@media (min-width: 782px) {
  .mb6-lg {
    margin-bottom: 6ch !important;
  }
}
.mt7 {
  margin-top: 7ch !important;
}

.mb7 {
  margin-bottom: 7ch !important;
}

.pt7 {
  padding-top: 7ch !important;
}

.pb7 {
  padding-bottom: 7ch !important;
}

@media (max-width: 781px) {
  .mt7-sm {
    margin-top: 7ch !important;
  }
  .mb7-sm {
    margin-bottom: 7ch !important;
  }
  .pt7-sm {
    padding-top: 7ch !important;
  }
  .pb7-sm {
    padding-bottom: 7ch !important;
  }
}
@media (min-width: 782px) {
  .mb7-lg {
    margin-bottom: 7ch !important;
  }
}
.mt8 {
  margin-top: 8ch !important;
}

.mb8 {
  margin-bottom: 8ch !important;
}

.pt8 {
  padding-top: 8ch !important;
}

.pb8 {
  padding-bottom: 8ch !important;
}

@media (max-width: 781px) {
  .mt8-sm {
    margin-top: 8ch !important;
  }
  .mb8-sm {
    margin-bottom: 8ch !important;
  }
  .pt8-sm {
    padding-top: 8ch !important;
  }
  .pb8-sm {
    padding-bottom: 8ch !important;
  }
}
@media (min-width: 782px) {
  .mb8-lg {
    margin-bottom: 8ch !important;
  }
}
.mt9 {
  margin-top: 9ch !important;
}

.mb9 {
  margin-bottom: 9ch !important;
}

.pt9 {
  padding-top: 9ch !important;
}

.pb9 {
  padding-bottom: 9ch !important;
}

@media (max-width: 781px) {
  .mt9-sm {
    margin-top: 9ch !important;
  }
  .mb9-sm {
    margin-bottom: 9ch !important;
  }
  .pt9-sm {
    padding-top: 9ch !important;
  }
  .pb9-sm {
    padding-bottom: 9ch !important;
  }
}
@media (min-width: 782px) {
  .mb9-lg {
    margin-bottom: 9ch !important;
  }
}
.mt10 {
  margin-top: 10ch !important;
}

.mb10 {
  margin-bottom: 10ch !important;
}

.pt10 {
  padding-top: 10ch !important;
}

.pb10 {
  padding-bottom: 10ch !important;
}

@media (max-width: 781px) {
  .mt10-sm {
    margin-top: 10ch !important;
  }
  .mb10-sm {
    margin-bottom: 10ch !important;
  }
  .pt10-sm {
    padding-top: 10ch !important;
  }
  .pb10-sm {
    padding-bottom: 10ch !important;
  }
}
@media (min-width: 782px) {
  .mb10-lg {
    margin-bottom: 10ch !important;
  }
}
.hide {
  display: none !important;
}

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

#content a:where(:not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.post-excerpt):not(.li):not(.back):not(.excerpt):not(.client):not(.link-cta):not(.aim__btn)) {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #E3A7AA;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #000;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#content a:where(:not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.post-excerpt):not(.li):not(.back):not(.excerpt):not(.client):not(.link-cta):not(.aim__btn)):hover, #content a:where(:not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.post-excerpt):not(.li):not(.back):not(.excerpt):not(.client):not(.link-cta):not(.aim__btn)):active #content a:where(:not(.page-numbers):not(.btn-sm):not(.cal-link):not(.tabs-button):not(.link-grid__link):not(.company):not(.wp-element-button):not(.btn):not(.file):not(.doc):not(.post-excerpt):not(.li):not(.back):not(.excerpt):not(.client):not(.link-cta):not(.aim__btn)):focus {
  color: #01415D;
  text-decoration-color: #92A097;
}
#content .has-black-background-color a:where(:not(.wp-element-button):not(.btn):not(.button):not(.file):not(.doc):not(.image-cta):not(.link-group__link):not(.brands-carousel__company):not(.brands-grid__company):not(.li):not(.back):not(.excerpt):not(.excerpt-lg):not(.link-cta):not(.aim__btn)),
#content .has-coal-background-color a:where(:not(.wp-element-button):not(.btn):not(.button):not(.file):not(.doc):not(.image-cta):not(.link-group__link):not(.brands-carousel__company):not(.brands-grid__company):not(.li):not(.back):not(.excerpt):not(.excerpt-lg):not(.link-cta):not(.aim__btn)),
#content .has-primary-background-color a:where(:not(.wp-element-button):not(.btn):not(.button):not(.file):not(.doc):not(.image-cta):not(.link-group__link):not(.brands-carousel__company):not(.brands-grid__company):not(.li):not(.back):not(.excerpt):not(.excerpt-lg):not(.link-cta):not(.aim__btn)),
#content .has-navy-background-color a:where(:not(.wp-element-button):not(.btn):not(.button):not(.file):not(.doc):not(.image-cta):not(.link-group__link):not(.brands-carousel__company):not(.brands-grid__company):not(.li):not(.back):not(.excerpt):not(.excerpt-lg):not(.link-cta):not(.aim__btn)),
#content .has-pine-background-color a:where(:not(.wp-element-button):not(.btn):not(.button):not(.file):not(.doc):not(.image-cta):not(.link-group__link):not(.brands-carousel__company):not(.brands-grid__company):not(.li):not(.back):not(.excerpt):not(.excerpt-lg):not(.link-cta):not(.aim__btn)) {
  color: #F4EFE7;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 0.6ch;
}
ul li::marker,
ol li::marker {
  font-weight: 600;
  color: #014A3F;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 2.5ch !important;
}

h2 + ul,
h2 + ol, h3 + ul,
h3 + ol, h4 + ul,
h4 + ol, h5 + ul,
h5 + ol, h6 + ul,
h6 + ol, p + ul,
p + ol {
  margin-top: 1.25ch;
}

ol.wp-block-list:not([style]) li {
  list-style: decimal;
}

.has-black-background-color ul li::marker,
.has-black-background-color ol li::marker,
.has-coal-background-color ul li::marker,
.has-coal-background-color ol li::marker,
.has-primary-background-color ul li::marker,
.has-primary-background-color ol li::marker,
.has-navy-background-color ul li::marker,
.has-navy-background-color ol li::marker,
.has-pine-background-color ul li::marker,
.has-pine-background-color ol li::marker {
  color: #E3A7AA;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}

.is-style-highlight-words em,
.is-style-highlight-words-light em,
.is-style-highlight-words-green em {
  font-style: normal;
}

@media (min-width: 1024px) {
  .maxwidth,
  .is-style-maxwidth {
    padding-right: 20%;
  }
  .maxwidth.has-text-align-center,
  .is-style-maxwidth.has-text-align-center {
    width: 90%;
    max-width: 78rem;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.has-secondary-font-family.has-font-42-font-size {
  line-height: 1.3;
}
.has-secondary-font-family.has-font-34-font-size {
  line-height: 1.2;
}

.yoast-breadcrumbs {
  font-size: var(--wp--preset--font-size--font-16);
  text-transform: uppercase;
  text-align: center;
}
.yoast-breadcrumbs > span .breadcrumb_last {
  font-weight: 600;
  color: #000;
}
.yoast-breadcrumbs > span a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.yoast-breadcrumbs > span a:hover, .yoast-breadcrumbs > span a:active, .yoast-breadcrumbs > span a:focus {
  color: black !important;
}
.yoast-breadcrumbs + .wp-block-heading {
  margin-top: 0.8ch;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.basic {
  background: linear-gradient(123deg, #F4EFE7 15%, rgba(244, 239, 231, 0.3) 85%);
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

.fw:not(.gfield):not(.tabs) {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
}

.has-sidebar {
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--contentgap) 0 var(--wp--preset--spacing--contentgap);
  background: linear-gradient(155deg, rgba(244, 239, 231, 0.75) 14%, rgba(244, 239, 231, 0) 80%);
}
.has-sidebar .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.has-sidebar .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--contentgap));
  margin-right: calc(-1 * var(--wp--preset--spacing--contentgap));
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: var(--wp--style--block-gap);
}

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 15%;
    padding-right: 15%;
  }
  .has-sidebar {
    padding-bottom: calc(var(--wp--preset--spacing--xl) + 5rem);
  }
  .has-sidebar .wrap {
    flex-direction: row;
    gap: var(--layout-gap);
  }
  .has-sidebar #content {
    width: calc(100% - var(--sidebar-width) - var(--layout-gap));
  }
  .has-sidebar #sidebar {
    width: var(--sidebar-width);
  }
  .has-sidebar.sidebar-left .wrap {
    flex-direction: row-reverse;
  }
  .has-sidebar .alignfull {
    width: calc(100vw + var(--wp--preset--spacing--contentgap) / 4);
    max-width: none;
    position: relative;
    left: calc(-50vw + 50% - var(--wp--preset--spacing--contentgap) / 2 - var(--sidebar-width) / 2);
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-default {
    overflow-x: hidden;
  }
}
#topbar {
  padding: var(--wp--preset--spacing--m) 0;
}
@media (min-width: 500px) {
  #topbar .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
}

header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header.nav-default {
  transform: translateY(0);
  opacity: 1;
}
header.nav-hidden {
  transform: translateY(-110%);
  opacity: 0;
}
header.nav-visible {
  background: #F4EFE7;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
header.nav-visible > .wrap {
  border: none;
}
header.nav-visible .pri {
  fill: #292927;
}
header.nav-visible .sec {
  fill: #d05f71;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 220px;
  margin: 0;
  position: relative;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease-in-out;
}
header .branding a {
  display: block;
}
header .branding a:focus-visible {
  outline: 1px solid #d05f71;
  outline-offset: 4px;
}
header .branding svg {
  width: 100%;
}
header .branding svg .pri,
header .branding svg .sec {
  transition: fill 0.35s ease-in-out;
}
header #sitenav .menu > li > a {
  color: #fff;
  transition: font-weight 0.35s ease-in-out, color 0.35s ease-in-out;
}
header #sitenav .menu > li > a:hover, header #sitenav .menu > li > a:active, header #sitenav .menu > li > a:focus {
  color: #ecc4c6;
}
header #sitenav .menu > li.current-menu-item > a, header #sitenav .menu > li.current-menu-ancestor > a {
  color: #ecc4c6;
}
header #sitenav .menu a {
  display: block;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 28px;
    padding: 10px 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    cursor: pointer;
    z-index: 9999999;
    transition: right 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: transparent;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d05f71;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -4px;
  }
  #nav-expander .bar:after {
    top: 4px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #E3A7AA;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header {
    z-index: 999999;
  }
  header.sticky:not(.menu-open) #nav-expander .bar {
    background: #014A3F;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #014A3F;
  }
  header.nav-visible.menu-open .branding svg .pri {
    fill: #fff;
  }
  header.nav-visible.menu-open .branding svg .sec {
    fill: #E3A7AA;
  }
  header > .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px var(--wp--preset--spacing--contentgap) 50px var(--wp--preset--spacing--contentgap);
    background: radial-gradient(circle at 0% 0%, #000c11, transparent 75%), #01415D;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(227, 167, 170, 0.5);
    border-bottom: 1px solid rgba(227, 167, 170, 0.5);
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li.menu-item-search {
    display: none;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 1ch 0;
  }
  header #sitenav .menu > li > a {
    color: rgba(255, 255, 255, 0.75);
  }
  header #sitenav .menu > li > a:hover {
    color: white;
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    border-left: 1px solid rgba(227, 167, 170, 0.5);
    padding-left: 1.5rem;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li:first-child {
    margin-top: 1rem;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #E3A7AA;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    padding: 0.3rem 0;
    color: rgba(236, 227, 214, 0.8);
    transition: color 0.35s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:hover {
    color: white;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 14px;
    height: 13px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1 8.031 8.109 1 1' stroke='%23E3A7AA' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m15 6.6-6.969 7.108L1 6.6' stroke='%23E3A7AA' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header #sitenav .menu > li.current-menu-item > a, header #sitenav .menu > li.current-menu-ancestor > a {
    color: #E3A7AA;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.015);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    position: absolute;
    top: -25px;
    bottom: -12px;
    left: -5vw;
    right: -5vw;
  }
  header.menu-open #sitenav {
    padding-top: 70px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
  header .search-popup {
    margin-top: 3rem;
  }
  header .search-popup .search-close {
    display: none;
  }
  header .search-popup h2 {
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--font-16);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02ch;
    margin-bottom: 2.5ch;
    color: #F4EFE7;
  }
  header .search-popup .searchform > div {
    gap: 0;
    justify-content: space-between;
  }
  header .search-popup .searchform > div input[type=text] {
    width: calc(100% - 60px);
    height: 45px;
    padding: 0.8rem 1.5rem;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5rem;
  }
  header .search-popup .searchform > div input[type=submit] {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-indent: -999999rem;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.268' y='.125' width='40' height='40' rx='20' fill='%23fff' fill-opacity='.16'/%3E%3Cpath d='m27.268 27.125-3.378-3.378m0 0a6.221 6.221 0 1 0-8.798-8.799 6.221 6.221 0 0 0 8.798 8.8Z' stroke='%23fff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 45px;
    border-color: transparent;
    border-radius: 100%;
    cursor: pointer;
  }
  header .search-popup .searchform > div input[type=submit]:hover, header .search-popup .searchform > div input[type=submit]:active, header .search-popup .searchform > div input[type=submit]:focus {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.268' y='.125' width='40' height='40' rx='20' fill='%23fff' fill-opacity='.16'/%3E%3Cpath d='m27.268 27.125-3.378-3.378m0 0a6.221 6.221 0 1 0-8.798-8.799 6.221 6.221 0 0 0 8.798 8.8Z' stroke='%23fff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 45px;
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  header {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
}
@media (min-width: 1024px) {
  header > .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 0 1.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .branding {
    width: 230px;
    margin-bottom: -1px;
    z-index: 9;
  }
}
@media (min-width: 1024px) and (min-width: 1250px) {
  header .branding {
    width: 260px;
  }
}
@media (min-width: 1024px) {
  header .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  header .menu li {
    margin: 0 3rem 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  header .menu li {
    margin: 0 2.2rem 0 0;
  }
}
@media (min-width: 1024px) {
  header .menu li:nth-last-child(2) {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) and (min-width: 1450px) {
  header .menu li:nth-last-child(2) {
    margin-left: 3rem;
  }
}
@media (min-width: 1024px) {
  header .menu li:last-child {
    margin: 0;
  }
  header .menu a {
    font-size: 1.55rem;
    padding: 0.8rem 0;
  }
  header .menu > li {
    position: relative;
    transition: padding 0.35s ease-in-out;
  }
  header .menu > li.btn > a {
    padding: 0.75rem 1.8rem 0.85rem 1.8rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid transparent;
    border-radius: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  header .menu > li.btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  header .menu > li:hover > .child-menu, header .menu > li:active > .child-menu, header .menu > li:focus > .child-menu, header .menu > li:focus-visible > .child-menu, header .menu > li.in-focus > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .menu > li .search-toggle {
    width: 4rem;
    height: 4rem;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    cursor: pointer;
  }
  header .menu > li .search-toggle svg {
    margin: auto;
  }
  header .child-menu {
    min-width: 280px;
    transform: translateY(1rem);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
  }
  header .child-menu:before {
    content: "";
    display: block;
    background: #eee7db;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  header .child-menu li {
    margin: 0;
    padding: 0.2ch 1.2ch;
  }
  header .child-menu a {
    padding: 0.2ch 0;
    transition: color 0.35s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #014A3F;
  }
  header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: #014A3F;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  header.megamenu-open {
    background: #F4EFE7;
    box-shadow: none;
  }
  header.megamenu-open > .wrap {
    border-color: transparent;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #3E3E3E;
  }
  header.megamenu-open #sitenav .menu > li.btn > a {
    background: transparent;
    border: 1px solid #3E3E3E;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  }
  header.megamenu-open #sitenav .menu > li.btn > a:hover, header.megamenu-open #sitenav .menu > li.btn > a:active, header.megamenu-open #sitenav .menu > li.btn > a:focus {
    background: #3e3e3e;
    color: #fff;
  }
  header.megamenu-open .search-toggle {
    background: transparent;
    border: 1px solid #3E3E3E;
    transition: background 0.35s ease-in-out;
  }
  header.megamenu-open .search-toggle path {
    stroke: #3E3E3E;
    transition: stroke 0.35s ease-in-out;
  }
  header.megamenu-open .search-toggle:hover, header.megamenu-open .search-toggle:active, header.megamenu-open .search-toggle:focus {
    background: #3e3e3e;
  }
  header.megamenu-open .search-toggle:hover path, header.megamenu-open .search-toggle:active path, header.megamenu-open .search-toggle:focus path {
    stroke: #fff;
  }
  header.megamenu-open svg .pri {
    fill: #292927;
  }
  header.megamenu-open svg .sec {
    fill: #d05f71;
  }
  header .has-megamenu {
    gap: 0;
    margin-bottom: -2.4rem;
  }
  header .has-megamenu > li > a {
    padding-bottom: 3.6rem;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding: 4rem var(--wp--preset--spacing--contentgap);
    left: 50%;
    transform: translateY(0);
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    flex: 1;
  }
  header .has-megamenu .child-menu .mm-featured-image img {
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 3px;
  }
  header .has-megamenu .child-menu .sub-menu {
    flex: 2;
  }
  header .has-megamenu .child-menu .sub-menu.col2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li.first-in-col2 {
    border-top: 1px solid rgba(146, 160, 151, 0.2);
  }
  header .has-megamenu .child-menu .sub-menu li {
    max-width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(146, 160, 151, 0.2);
  }
  header .has-megamenu .child-menu .sub-menu li:first-child {
    border-top: 1px solid rgba(146, 160, 151, 0.2);
  }
  header .has-megamenu .child-menu .sub-menu li a {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
    text-decoration-color: transparent;
    padding: 1.25ch 0;
    color: #000;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .has-megamenu .child-menu .sub-menu li a:before {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    margin-top: 0.7ch;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: #E3A7AA;
    background-size: cover;
    transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header .has-megamenu .child-menu .sub-menu li a:hover, header .has-megamenu .child-menu .sub-menu li a:active, header .has-megamenu .child-menu .sub-menu li a:focus {
    gap: 1.25rem;
    text-decoration-color: #92A097;
  }
  header .has-megamenu .child-menu .sub-menu li a:hover:before, header .has-megamenu .child-menu .sub-menu li a:active:before, header .has-megamenu .child-menu .sub-menu li a:focus:before {
    background: #DB3553;
  }
  header.nav-visible #sitenav .menu > li > a {
    font-weight: 500;
    color: #292927;
  }
  header.nav-visible #sitenav .menu > li > a:hover, header.nav-visible #sitenav .menu > li > a:active, header.nav-visible #sitenav .menu > li > a:focus {
    color: #DB3553;
  }
  header.nav-visible #sitenav .menu > li.btn > a {
    background: transparent;
    border: 1px solid #3E3E3E;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  }
  header.nav-visible #sitenav .menu > li.btn > a:hover, header.nav-visible #sitenav .menu > li.btn > a:active, header.nav-visible #sitenav .menu > li.btn > a:focus {
    background: #3e3e3e;
    color: #fff;
  }
  header.nav-visible #sitenav .menu > li .search-toggle {
    background: transparent;
    border: 1px solid #3E3E3E;
    transition: background 0.35s ease-in-out;
  }
  header.nav-visible #sitenav .menu > li .search-toggle path {
    stroke: #3E3E3E;
    transition: stroke 0.35s ease-in-out;
  }
  header.nav-visible #sitenav .menu > li .search-toggle:hover, header.nav-visible #sitenav .menu > li .search-toggle:active, header.nav-visible #sitenav .menu > li .search-toggle:focus {
    background: #3e3e3e;
  }
  header.nav-visible #sitenav .menu > li .search-toggle:hover path, header.nav-visible #sitenav .menu > li .search-toggle:active path, header.nav-visible #sitenav .menu > li .search-toggle:focus path {
    stroke: #fff;
  }
  header.nav-visible #sitenav .menu > li.current-menu-item > a, header.nav-visible #sitenav .menu > li.current-menu-ancestor > a {
    color: #DB3553;
  }
  .search-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(123deg, rgba(1, 65, 93, 0.95) 10%, rgba(1, 74, 63, 0.95) 83.34%);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .search-popup h2 {
    font-size: var(--wp--preset--font-size--font-22);
    margin-bottom: 2rem;
  }
  .search-popup .search-popup-inner {
    width: 90%;
    max-width: 70rem;
    padding: 2rem;
    background: #F4EFE7;
    border-radius: 3px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }
  .search-popup .search-close {
    width: 40px;
    height: 40px;
    font-size: 34px;
    font-weight: 200;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    color: #E3A7AA;
    border: 1px solid #92A097;
    border-radius: 100%;
    cursor: pointer;
    transition: background 0.35s ease-in-out, border 0.35s ease-in-out, color 0.35s ease-in-out;
  }
  .search-popup .search-close:hover {
    color: #DB3553;
    background: #fafafa;
    border-color: #fafafa;
  }
  .search-popup.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
  }
  .search-popup.is-active .search-popup-inner {
    transform: translateY(0);
  }
  body.no-scroll {
    overflow: hidden;
  }
}
footer {
  font-size: var(--wp--preset--font-size--font-15);
  color: #000;
  background: #fafafa;
  background: linear-gradient(180deg, #e1e1e1 15%, #fff 100%);
}
footer .footer-branding {
  margin: 0 calc(var(--wp--preset--spacing--contentgap) * -1);
  padding: 2.5rem var(--wp--preset--spacing--contentgap) 2rem var(--wp--preset--spacing--contentgap);
  background: #014A3F;
}
footer .footer-branding svg {
  max-width: 290px;
}
footer a {
  color: #000;
}
footer p, footer li {
  color: #000;
  margin-bottom: 0.9ch;
}
footer p:last-child, footer li:last-child {
  margin-bottom: 0;
}
footer p a, footer li a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #E3A7AA;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #000;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
footer p a:hover, footer p a:active footer p a:focus, footer li a:hover, footer p a:active footer li a:focus, footer li a:active footer p a:focus, footer li a:active footer li a:focus {
  color: #01415D;
  text-decoration-color: #92A097;
}
footer .b2t {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 2rem;
  color: #01415D;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  margin: 4rem 0 0 0;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
footer .b2t svg {
  animation: bounce 2.25s cubic-bezier(0.25, 0.1, 0.25, 1) 1s infinite;
  transition: transform 0.35s ease-in-out;
}
footer .b2t:hover {
  color: #DB3553;
}
footer .b2t:hover svg {
  transform: scale(1.15);
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul.menu a {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  text-decoration-color: transparent;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
footer ul.menu a:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  margin-top: 0.7ch;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background: #E3A7AA;
  background-size: cover;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
footer ul.menu a:hover, footer ul.menu a:active, footer ul.menu a:focus {
  gap: 1.25rem;
  text-decoration-color: #92A097;
}
footer ul.menu a:hover:before, footer ul.menu a:active:before, footer ul.menu a:focus:before {
  background: #DB3553;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
footer .social-links li {
  margin: 0;
}
footer .social-links__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
footer .social-links svg {
  width: 28px;
}
* + footer .social-links {
  margin-top: 3rem;
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
  margin: 3rem 0 0 0;
}
footer .columns p {
  line-height: 2;
}
footer .columns .col {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(1, 74, 63, 0.2);
}
footer .columns .col:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
footer .columns .col.col-4 em {
  font-style: normal;
}
footer .subfooter {
  font-size: var(--wp--preset--font-size--font-14);
  margin: 4rem 0 0 0;
  padding: 2rem 0;
  border-top: 1px solid #014A3F;
}
footer .subfooter .credit {
  display: block;
  margin-top: 1ch;
}
@media (min-width: 650px) {
  footer .columns {
    flex-direction: row;
    gap: 4rem;
    margin: 5rem 0 0 0;
  }
  footer .columns .col {
    width: calc(50% - 2rem);
    padding: 0;
    border-bottom: none;
  }
  footer .columns .col.col-1 {
    order: 1;
  }
  footer .columns .col.col-2 {
    order: 3;
  }
  footer .columns .col.col-3 {
    order: 4;
  }
  footer .columns .col.col-4 {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .columns .col.col-4 .b2t {
    order: -1;
    font-size: var(--wp--preset--font-size--font-26);
    margin: 0 0 3rem 0;
  }
  footer .columns .col.col-4 .widget_text {
    margin-top: auto;
  }
  footer .subfooter .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .subfooter .credit {
    margin-top: 0;
  }
}
@media (min-width: 782px) {
  footer .wrap {
    padding-left: 140px;
    border: 1px solid transparent;
    position: relative;
  }
  footer .wrap:before {
    content: "";
    display: block;
    width: 80px;
    height: calc(100% + 110px);
    background: #014A3F;
    position: absolute;
    top: -100px;
    left: 0;
  }
  footer .columns {
    margin: 7rem 0 0 0;
  }
  footer .footer-branding {
    width: 290px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    transform: rotate(270deg);
    transform-origin: bottom;
    position: absolute;
    top: 37px;
    left: -90px;
  }
  footer .subfooter {
    margin: 6rem 0 0 -60px;
    padding-left: 60px;
  }
}
@media (min-width: 1150px) {
  footer .columns .col {
    width: calc(25% - 3rem);
  }
  footer .columns .col.col-4 {
    order: 5;
  }
  footer .columns .col.col-4 .b2t {
    font-size: 1.8rem;
  }
  footer .columns .col.col-4 em {
    display: none;
  }
}
@media (min-width: 1350px) {
  footer .columns {
    gap: 2rem;
  }
  footer .columns .col {
    width: calc(25% - 1.5rem);
  }
  footer .columns .col.col-4 .b2t {
    font-size: var(--wp--preset--font-size--font-24);
  }
  footer .columns .col.col-4 em {
    display: inline;
  }
}

#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--normal);
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul[class*=menu]:before {
  content: "In this section";
  display: inline-block;
  font-size: var(--wp--preset--font-size--font-15);
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  color: #3E3E3E;
  border-bottom: 1px solid #d05f71;
}
#sidebar ul li {
  margin: 1ch 0;
  padding: 0;
  position: relative;
}
#sidebar ul li.current_page_item a {
  font-weight: 600;
  color: #014A3F;
}
#sidebar ul a {
  display: block;
  font-weight: 400;
  line-height: 1.375;
  padding: 0.3ch 0;
  color: #000;
  transition: color 0.35s ease-in-out, font-weight 0.35s ease-in-out;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  font-weight: 600;
  color: #014A3F;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #3E3E3E;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.35s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #3E3E3E;
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1023px) {
  #sidebar {
    margin-bottom: 4rem;
    padding: 3rem;
    background: linear-gradient(210deg, #F4EFE7 10%, #fcfbf8 80%);
    border-radius: 3px;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  #sidebar {
    margin-bottom: 15rem;
  }
}
@media (min-width: 1024px) {
  .inner {
    position: sticky;
    top: 120px;
  }
  .page-id-658 #sidebar .widget-area {
    position: relative;
    top: 0;
  }
  #sidebar {
    padding-right: 2rem;
    border-right: 1px dashed rgba(146, 160, 151, 0.6);
  }
}
.excerpt {
  display: block;
  background: rgba(146, 160, 151, 0.1);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.excerpt__thumb {
  line-height: 0;
}
.excerpt__thumb img {
  width: 100%;
  line-height: 0;
}
.excerpt__body {
  padding: 3rem;
}
.excerpt .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--font-15);
  line-height: 1.05;
  margin: 0 0 1.8rem 0;
  padding: 0 0 1.8rem 0;
  border-bottom: 1px solid rgba(41, 41, 39, 0.2);
  position: relative;
}
.excerpt .meta:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E3A7AA;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.excerpt .meta .category {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  color: #01415D;
}
.excerpt .meta .category:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #01415D;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.4 1 1 5.4V23h17.6V1H5.4Z'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.678 1v4.678H1'/%3E%3Cpath stroke='%23003E5C' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='M4.281 9.536h4.69M4.281 15.536h11.694M4.281 18.536h11.694M4.281 12.536h11.694'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.4 1 1 5.4V23h17.6V1H5.4Z'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.678 1v4.678H1'/%3E%3Cpath stroke='%23003E5C' stroke-linecap='round' stroke-linejoin='round' stroke-width='.8' d='M4.281 9.536h4.69M4.281 15.536h11.694M4.281 18.536h11.694M4.281 12.536h11.694'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.excerpt .meta .date {
  color: rgba(62, 62, 62, 0.8);
}
.excerpt h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  line-height: 1.525;
  letter-spacing: 0.02ch;
  color: #292927;
}
.excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.excerpt .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 5rem 0 0 0;
  padding: 0;
}
.excerpt .post-tags li {
  font-size: 1.3rem;
  text-transform: lowercase;
  line-height: 1;
  margin: 0;
  padding: 0.8rem 1rem;
  color: #292927;
  background: rgba(41, 41, 39, 0.1);
  border-radius: 3rem;
}
.excerpt .post-tags li em {
  font-style: normal;
  color: #DB3553;
}
.excerpt__overlay {
  padding: 3rem;
  background: #92A097;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  transition-delay: 0s;
}
.excerpt__overlay .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.excerpt__overlay .btn:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3CforeignObject width='64' height='64' x='-7' y='-7'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(3.5px);clip-path:url(%23a);height:100%25;width:100%25'/%3E%3C/foreignObject%3E%3Ccircle cx='25' cy='25' r='25' fill='%23fff' fill-opacity='.65' data-figma-bg-blur-radius='7'/%3E%3Cpath stroke='%23014A3F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m17.566 16.811 8.316 8.153-8.316 8.225'/%3E%3Cpath stroke='%23014A3F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m25.117 16.811 8.316 8.153-8.316 8.225'/%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(7 7)'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.excerpt.category-media {
  background: rgba(0, 75, 64, 0.1);
}
.excerpt.category-media .meta .category:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-width='.8' d='M16.063 5.3a.199.199 0 0 1 .305.168v12.603a.199.199 0 0 1-.305.167l-4.565-2.904V8.205l4.565-2.904ZM6.03 13.509v-2.981a1.193 1.193 0 0 1 1.193-1.193h2.684v5.367H7.224a1.193 1.193 0 0 1-1.192-1.192Z'/%3E%3Ccircle cx='12' cy='12' r='11.6' stroke='%23003E5C' stroke-width='.8'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-width='.8' d='M16.063 5.3a.199.199 0 0 1 .305.168v12.603a.199.199 0 0 1-.305.167l-4.565-2.904V8.205l4.565-2.904ZM6.03 13.509v-2.981a1.193 1.193 0 0 1 1.193-1.193h2.684v5.367H7.224a1.193 1.193 0 0 1-1.192-1.192Z'/%3E%3Ccircle cx='12' cy='12' r='11.6' stroke='%23003E5C' stroke-width='.8'/%3E%3C/svg%3E");
}
.excerpt.category-media .excerpt__overlay {
  background: rgba(1, 74, 63, 0.95);
}
.excerpt.category-media .excerpt__overlay .meta .category:before {
  background: #fff;
}
.excerpt.category-reports {
  background: rgba(1, 65, 93, 0.12);
}
.excerpt.category-reports .meta .category:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.4 1 1 5.4V23h17.6V1H5.4Z'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.678 1v4.678H1M4.281 8.621v10.915h11.694'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='m4.281 19.432 5.457-5.457 2.34 2.34 3.897-3.899'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='24' fill='none'%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.4 1 1 5.4V23h17.6V1H5.4Z'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='M5.678 1v4.678H1M4.281 8.621v10.915h11.694'/%3E%3Cpath stroke='%23003E5C' stroke-linejoin='round' stroke-width='.8' d='m4.281 19.432 5.457-5.457 2.34 2.34 3.897-3.899'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.excerpt.category-reports .excerpt__overlay {
  background: rgba(1, 65, 93, 0.95);
}
.excerpt.category-reports .excerpt__overlay .meta .category:before {
  background: #fff;
}
.excerpt:not(.category-articles) .excerpt__overlay h3 {
  color: #fff;
}
.excerpt:not(.category-articles) .excerpt__overlay p {
  color: #fff;
}
.excerpt:not(.category-articles) .excerpt__overlay .meta {
  border-color: rgba(255, 255, 255, 0.2);
}
.excerpt:not(.category-articles) .excerpt__overlay .meta .category {
  color: #fff;
}
.excerpt:not(.category-articles) .excerpt__overlay .meta .date {
  color: rgba(255, 255, 255, 0.8);
}
.excerpt.category-articles {
  background: rgba(227, 167, 170, 0.25);
}
.excerpt.category-articles .excerpt__overlay {
  background: rgba(227, 167, 170, 0.95);
}
.excerpt.category-articles .excerpt__overlay .meta:before {
  background: #01415D;
}
.excerpt.category-articles .excerpt__overlay .btn {
  color: #000;
}
.excerpt[data-type=video] .excerpt__thumb {
  position: relative;
}
.excerpt[data-type=video] .excerpt__thumb:before, .excerpt[data-type=video] .excerpt__thumb:after {
  content: "";
  display: block;
  position: absolute;
}
.excerpt[data-type=video] .excerpt__thumb:before {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 100%;
  bottom: 30px;
  left: 30px;
  transition: background 0.35s ease-in-out;
}
.excerpt[data-type=video] .excerpt__thumb:after {
  width: 16px;
  height: 22px;
  background: #014A3F;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' fill='none'%3E%3Cpath fill='%23014A3F' fill-rule='evenodd' d='M14.808 11.706a1 1 0 0 0 0-1.6L1.6.2A1 1 0 0 0 0 1v19.813a1 1 0 0 0 1.6.8l13.208-9.907Z' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='22' fill='none'%3E%3Cpath fill='%23014A3F' fill-rule='evenodd' d='M14.808 11.706a1 1 0 0 0 0-1.6L1.6.2A1 1 0 0 0 0 1v19.813a1 1 0 0 0 1.6.8l13.208-9.907Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  bottom: 43px;
  left: 49px;
}
.excerpt[data-type=video] .excerpt__overlay .btn:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none'%3E%3CforeignObject width='64' height='64' x='-6.996' y='-7'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(3.5px);clip-path:url(%23a);height:100%25;width:100%25'/%3E%3C/foreignObject%3E%3Ccircle cx='25.004' cy='25' r='25' fill='%23fff' fill-opacity='.65' data-figma-bg-blur-radius='7'/%3E%3Cpath fill='%23014A3F' fill-rule='evenodd' d='M33.875 25.8a1 1 0 0 0 0-1.6l-13.209-9.906a1 1 0 0 0-1.6.8v19.812a1 1 0 0 0 1.6.8L33.875 25.8Z' clip-rule='evenodd'/%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(6.996 7)'%3E%3Ccircle cx='25.004' cy='25' r='25'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.excerpt[data-type=video]:hover .excerpt__thumb:before {
  background: #E3A7AA;
}
.excerpt:hover .excerpt__overlay {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition-delay: 0.025s;
}

.single #content .btn {
  display: inline-flex;
  margin-top: 3ch;
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--m);
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
}
.pagination .page-numbers:not(.next):not(.prev) {
  font-weight: 500;
  padding: 0 8px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination .page-numbers:not(.next):not(.prev).current {
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: 40px;
  height: 40px;
  padding-top: 12px;
  border: 1px solid #014A3F;
  border-radius: 100%;
  position: relative;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  margin: 0 auto;
}
.pagination .page-numbers.prev svg path, .pagination .page-numbers.next svg path {
  transition: stroke 0.35s ease-in-out;
}
.pagination .page-numbers.prev:hover svg path, .pagination .page-numbers.prev:active svg path, .pagination .page-numbers.prev:focus svg path, .pagination .page-numbers.next:hover svg path, .pagination .page-numbers.next:active svg path, .pagination .page-numbers.next:focus svg path {
  stroke: #DB3553;
}
.pagination .page-numbers.prev {
  margin-right: 3rem;
}
.pagination .page-numbers.next {
  margin-left: 3rem;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  color: #01415D;
  text-decoration-color: #E3A7AA !important;
}

.wp-block-wpdatatables-wpdatacharts-gutenberg-block .highcharts-axis-line {
  stroke: rgba(146, 160, 151, 0.8) !important;
}
.wp-block-wpdatatables-wpdatacharts-gutenberg-block .highcharts-grid path {
  stroke: rgba(146, 160, 151, 0.25) !important;
}

.highcharts_stacked_area_chart ul li {
  font-size: 1.6rem !important;
}

.has-navy-background-color .wp-block-wpdatatables-wpdatacharts-gutenberg-block {
  padding: 3rem 3rem 2rem 3rem;
  background: linear-gradient(129deg, rgba(244, 239, 231, 0.99) 20%, rgba(250, 250, 250, 0.97) 60%);
  border-radius: 3px;
}
.has-navy-background-color .wp-block-wpdatatables-wpdatacharts-gutenberg-block .highcharts-axis-labels text {
  font-family: var(--wp--preset--font-family--primary) !important;
  font-size: var(--wp--preset--font-size--font-14) !important;
  fill: #292927 !important;
}

* + .wp-block-wpdatatables-wpdatacharts-gutenberg-block {
  margin-top: var(--wp--preset--spacing--normal);
}

.goverlay {
  background: linear-gradient(123deg, rgba(1, 65, 93, 0.95) 10%, rgba(1, 74, 63, 0.95) 83.34%) !important;
}

.glightbox-clean .gslide-description {
  background: transparent !important;
}
.glightbox-clean .gslide-title {
  font-family: var(--wp--preset--font-family--secondary) !important;
  font-size: var(--wp--preset--font-size--font-22) !important;
  text-align: center;
  color: #fff !important;
}

.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 2.5rem 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.4ch 0;
  color: #3E3E3E;
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  padding: 1.25ch 1.5rem;
  color: #3E3E3E;
  background: rgba(251, 251, 251, 0.9);
  border: 1px solid #92A097;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: border 0.18s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border-color: #014A3F;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.4ch 2rem;
  color: #292927;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border: 1px solid;
  width: 140px;
  cursor: pointer;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus {
  color: #F4EFE7;
  background: #292927;
  border-color: #292927;
}
form input[type=submit]:hover:after, form input[type=submit]:active:after, form input[type=submit]:focus:after,
form textarea[type=submit]:hover:after,
form textarea[type=submit]:active:after,
form textarea[type=submit]:focus:after,
form select[type=submit]:hover:after,
form select[type=submit]:active:after,
form select[type=submit]:focus:after {
  background-color: #F3DBDB;
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form textarea {
  max-height: 160px;
}
form select {
  font-family: var(--wp--preset--font-family--primary);
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #3E3E3E;
}
form .ginput_container_consent label {
  width: calc(100% - 30px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: rgba(62, 62, 62, 0.7);
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #E3A7AA;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #3E3E3E;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #014A3F;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #92A097;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: #014A3F;
  box-shadow: inset 0 0 0 4px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #3E3E3E;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #E3A7AA;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #3E3E3E;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #014A3F;
}
form .gfield_description.validation_message {
  margin-left: 35px;
  padding: 5px;
}
form .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed #F4EFE7;
}
form .gform-footer {
  text-align: center;
  margin-top: var(--wp--preset--spacing--normal);
  padding-top: var(--wp--preset--spacing--normal);
  border-top: 1px solid #92A097;
}

.gform_wrapper {
  padding-top: var(--wp--preset--spacing--normal);
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2ch;
  color: #d05f71;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #d05f71;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

.gform_confirmation_message {
  text-align: center;
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.7);
}

::placeholder {
  color: rgba(62, 62, 62, 0.7);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.7);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.7);
}

@media (min-width: 1024px) {
  form {
    max-width: 890px;
    margin: 0 auto;
  }
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 40px);
  }
}
img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.searchform > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.searchform > div input[type=text] {
  width: calc(100% - 160px);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  width: 480px !important;
  background: #EDEDED;
  border: 1px solid #eaedea !important;
  border-radius: 3px !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button {
  color: #01415D !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_save_popup_settings_button {
  background: #01415D !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  border-radius: 30px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  background: #3E3E3E !important;
  border-radius: 50rem !important;
  color: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton:hover {
  background: #014A3F !important;
  color: #fff !important;
}

.moove-gdpr-company-logo-holder img {
  width: 100%;
  height: auto;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background: #3E3E3E !important;
  border: 1px solid #3E3E3E;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
  background: #014A3F !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
  background-color: #fff !important;
}

.cky-consent-container .cky-consent-bar {
  background: #fafafa !important;
}

.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
  color: #292927 !important;
  border: 1px solid #292927 !important;
  border-radius: 5rem !important;
  transition: all 0.35s ease-in-out;
}
.cky-notice-btn-wrapper .cky-btn:hover, .cky-notice-btn-wrapper .cky-btn:active, .cky-notice-btn-wrapper .cky-btn:focus,
.cky-prefrence-btn-wrapper .cky-btn:hover,
.cky-prefrence-btn-wrapper .cky-btn:active,
.cky-prefrence-btn-wrapper .cky-btn:focus {
  color: #fff !important;
  background: #292927 !important;
  opacity: 1 !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
  color: #fff !important;
  background: #292927 !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover, .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:active, .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:focus,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:active,
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:focus {
  color: #292927 !important;
  background: transparent !important;
}

.cky-revisit-bottom-left {
  background-color: #01415D !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1976 19.3365C13.348 21.5615 16.9016 21.6284 19.1348 19.4859C21.368 17.3434 21.4351 13.8027 19.2847 11.5777C17.1343 9.35269 13.5807 9.28581 11.3475 11.4283C9.11434 13.5709 9.04722 17.1115 11.1976 19.3365ZM10.7058 19.8083C13.1178 22.304 17.1035 22.379 19.6083 19.9759C22.1131 17.5728 22.1884 13.6015 19.7765 11.1059C17.3645 8.61027 13.3788 8.53526 10.874 10.9384C8.36921 13.3415 8.29392 17.3127 10.7058 19.8083Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.06423 12.265C1.39755 12.2161 1.94115 12.155 2.69504 12.0818C3.44893 12.0086 4.02493 11.9435 4.42304 11.8866C4.64875 11.1825 4.92862 10.5438 5.26265 9.97054L3.15777 7.0331C3.05886 6.89325 3.02255 6.73847 3.04885 6.56878C3.07515 6.39908 3.14943 6.25559 3.27168 6.1383L6.40328 3.13382C6.51613 3.02555 6.66051 2.95927 6.8364 2.93498C7.01229 2.91069 7.15944 2.94106 7.27786 3.02608L10.1993 5.26133C10.7587 4.97748 11.3679 4.74515 12.0269 4.56437C12.2007 3.67529 12.3651 2.55146 12.5201 1.19286C12.5424 0.990887 12.61 0.835769 12.7228 0.727499C12.8169 0.637275 12.9658 0.575682 13.1695 0.542719C13.7435 0.461526 14.695 0.438033 16.0239 0.472242C17.3528 0.50645 18.1169 0.626624 18.3161 0.832761C18.4339 0.95457 18.5046 1.12149 18.5282 1.33352L18.8934 4.72119C19.5081 4.92595 20.0988 5.18085 20.6655 5.4859C22.0893 4.40876 23.0952 3.70553 23.6832 3.37622C24.0099 3.18918 24.3045 3.23152 24.5671 3.50325L27.5826 6.62341C27.7094 6.75459 27.7804 6.90772 27.7955 7.08279C27.8107 7.25787 27.7616 7.40873 27.6484 7.5354L25.4332 10.4191C25.7265 11.0226 25.96 11.6112 26.1338 12.1848L29.572 12.7325C29.7381 12.7356 29.8891 12.8074 30.0249 12.948C30.1427 13.0698 30.2088 13.232 30.2235 13.4347C30.2725 15.7171 30.2202 17.257 30.0666 18.0545C30.0548 18.1922 29.983 18.3243 29.8514 18.4506C29.7385 18.5589 29.5941 18.6251 29.4183 18.6494C29.0849 18.6984 28.5413 18.7594 27.7874 18.8326C27.0336 18.9058 26.4576 18.9709 26.0594 19.0278C25.8247 19.7225 25.5495 20.3567 25.2339 20.9303L27.3247 23.8813C27.4236 24.0212 27.4599 24.1759 27.4336 24.3456C27.4073 24.5153 27.3331 24.6588 27.2108 24.7761L24.0792 27.7806C23.9664 27.8889 23.822 27.9551 23.6461 27.9794C23.4702 28.0037 23.3185 27.9687 23.191 27.8743L20.2832 25.6531C19.6033 25.9623 18.9988 26.1901 18.4697 26.3365C18.3165 27.1156 18.152 28.2394 17.9765 29.708C17.9542 29.91 17.8819 30.0696 17.7597 30.1869C17.6374 30.3042 17.4885 30.3658 17.313 30.3717C16.7205 30.4525 15.7644 30.4759 14.4447 30.4419C13.125 30.4079 12.3656 30.2878 12.1664 30.0816C12.0577 29.9692 11.9823 29.8068 11.9401 29.5944L11.5891 26.1932C10.9744 25.9885 10.3837 25.7336 9.81701 25.4285C8.39315 26.5057 7.38725 27.2089 6.79932 27.5382C6.47262 27.7252 6.17796 27.6829 5.91535 27.4112L2.89985 24.291C2.77308 24.1598 2.70211 24.0067 2.68697 23.8316C2.67182 23.6565 2.72085 23.5057 2.83404 23.379L5.04927 20.4953C4.75602 19.8918 4.5225 19.3032 4.34871 18.7296L0.92409 18.196C0.748896 18.1835 0.593383 18.107 0.45755 17.9664C0.330773 17.8352 0.269302 17.6685 0.273137 17.4662C0.20422 15.257 0.247092 13.7261 0.401753 12.8735C0.432406 12.7177 0.50886 12.5811 0.631115 12.4638C0.743965 12.3555 0.888336 12.2893 1.06423 12.265ZM12.6156 29.4893L12.2232 25.6872L11.8056 25.5481C11.2279 25.3557 10.6734 25.1164 10.1415 24.8301L9.75452 24.6217L9.40417 24.8868C7.97753 25.966 7.00634 26.6419 6.46477 26.9453L6.45918 26.9484C6.44839 26.9546 6.43924 26.9593 6.43169 26.9628C6.4249 26.9569 6.41668 26.9492 6.40712 26.9394L3.39163 23.8192C3.38105 23.8083 3.3758 23.8006 3.37326 23.7962L5.84699 20.576L5.66374 20.1989C5.38432 19.6239 5.16455 19.0687 5.00228 18.533L4.87825 18.1236L1.00134 17.5195L0.975707 17.5177C0.972294 17.5155 0.965798 17.5107 0.956465 17.5017C0.955958 17.4968 0.95552 17.4893 0.955715 17.479L0.956037 17.462L0.955507 17.445C0.886678 15.2387 0.932993 13.7763 1.07238 13.001C1.0745 12.9915 1.0794 12.978 1.10465 12.9538C1.10465 12.9538 1.10615 12.9523 1.10973 12.9507C1.11437 12.9486 1.12874 12.9428 1.15795 12.9387L1.16373 12.9379C1.47912 12.8917 2.0083 12.8319 2.76127 12.7588C3.51817 12.6853 4.10637 12.619 4.51998 12.5599L4.94327 12.4994L5.07337 12.0936C5.28575 11.4311 5.54648 10.8382 5.85306 10.312L6.07422 9.93248L3.7269 6.6567C3.72864 6.65053 3.73026 6.64718 3.73104 6.64567C3.73228 6.64329 3.73543 6.63767 3.74522 6.62827L6.87682 3.62379C6.87682 3.62379 6.87803 3.62246 6.8819 3.62068C6.886 3.6188 6.89766 3.61409 6.92043 3.61023L10.1252 6.06227L10.5092 5.86745C11.024 5.60619 11.5897 5.38983 12.2081 5.22017L12.6161 5.10824L12.697 4.69442C12.8755 3.78128 13.0423 2.63814 13.1984 1.26969L13.1987 1.26722C13.2004 1.25209 13.2024 1.23967 13.2044 1.22965C13.2215 1.22505 13.2441 1.21997 13.2729 1.21513C13.7867 1.14343 14.6858 1.11823 16.0063 1.15222C16.6589 1.16902 17.1481 1.20658 17.4872 1.25991C17.6536 1.28609 17.7662 1.31341 17.8364 1.33671C17.841 1.35295 17.846 1.37605 17.8496 1.40756L17.8497 1.40875L18.2613 5.22789L18.6769 5.3663C19.2546 5.55871 19.8091 5.79804 20.341 6.08434L20.728 6.29267L21.0783 6.02764C22.505 4.9484 23.4762 4.2725 24.0177 3.96915L24.0233 3.96602C24.0341 3.95984 24.0432 3.95513 24.0508 3.95159C24.0576 3.95748 24.0658 3.96516 24.0754 3.97506L27.0909 7.09522C27.1014 7.10616 27.1067 7.11383 27.1092 7.11818L24.6355 10.3384L24.8187 10.7155C25.0982 11.2906 25.3179 11.8457 25.4802 12.3814L25.6038 12.7892L29.5113 13.4117L29.5252 13.4119C29.5268 13.4134 29.5285 13.415 29.5303 13.4169C29.5322 13.4216 29.538 13.4379 29.5414 13.4703C29.5898 15.7495 29.5337 17.2124 29.3962 17.9263L29.3924 17.9458C29.3886 17.9499 29.3838 17.9549 29.3778 17.9606C29.3778 17.9606 29.3766 17.9619 29.3728 17.9637C29.3681 17.9659 29.3538 17.9716 29.3245 17.9757L29.3188 17.9765C29.0034 18.0228 28.4742 18.0825 27.7212 18.1556C26.9643 18.2291 26.3761 18.2954 25.9625 18.3545L25.5465 18.4139L25.4124 18.8107C25.189 19.472 24.9294 20.0688 24.6353 20.6034L24.4304 20.9757L26.7556 24.2576C26.7539 24.2638 26.7522 24.2672 26.7514 24.2687C26.7502 24.2711 26.7471 24.2767 26.7373 24.2861L23.6057 27.2906L23.6041 27.2919C23.6041 27.2919 23.6023 27.2929 23.6006 27.2937C23.5967 27.2955 23.5861 27.2998 23.5659 27.3035L20.3729 24.8645L19.9997 25.0343C19.3416 25.3336 18.7718 25.5469 18.287 25.6811L17.8809 25.7935L17.7998 26.2057C17.6416 27.01 17.4748 28.1538 17.2986 29.6276L17.2978 29.6337C17.2945 29.6637 17.2896 29.6822 17.2862 29.692L17.255 29.693L17.2203 29.6978C16.6868 29.7706 15.7784 29.7959 14.4624 29.7619C13.8145 29.7452 13.3289 29.7077 12.9924 29.6545C12.824 29.6279 12.7113 29.6001 12.6421 29.5766C12.6342 29.5574 12.6247 29.5291 12.6156 29.4893Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-size: cover;
  width: 25px !important;
  height: 25px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  display: none;
}

#ckyDetailCategoryadvertisement,
#ckyDetailCategoryfunctional {
  display: none !important;
}

.search .search-results-count {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  letter-spacing: 0.03ch;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: var(--wp--preset--spacing--m);
  color: #292927;
}
.search .search-results-count span {
  display: inline-block;
  padding-bottom: 0.1ch;
  border-bottom: 1px solid #E3A7AA;
}
.search .search-results-count em {
  font-style: normal;
  font-weight: 600;
  color: #000;
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(146, 160, 151, 0.5);
}
ul.search-results a {
  display: block;
  text-decoration: none !important;
  transition: background 0.35s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-22);
}
ul.search-results a .link-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  text-decoration-color: transparent;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), gap 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.search-results a .link-label:before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  margin-top: 0.7ch;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m1 1 5.078 4.978L1 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5 1 5.078 4.978L5 11' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background: #E3A7AA;
  background-size: cover;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.search-results a:hover .link-label, ul.search-results a:active .link-label, ul.search-results a:focus .link-label {
  gap: 1.25rem;
  text-decoration-color: #92A097;
}
ul.search-results a:hover .link-label:before, ul.search-results a:active .link-label:before, ul.search-results a:focus .link-label:before {
  background: #DB3553;
}
@media (min-width: 1024px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1.7rem);
  }
}
@media (min-width: 1400px) {
  ul.search-results {
    gap: 10rem;
    padding-top: 10rem;
  }
  ul.search-results li {
    width: calc(50% - 5rem);
    margin-top: -7rem;
  }
}

body.interim-login {
  background: linear-gradient(135deg, #3E3E3E 0%, #014A3F 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #3E3E3E;
  background: linear-gradient(135deg, #3E3E3E 0%, #014A3F 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #EDEDED;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 270px;
  height: 35px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #3E3E3E;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #014A3F;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.4ch 2rem;
  color: #292927;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border: 1px solid;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 400;
  line-height: 1.05;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #F4EFE7;
  background: #292927;
  border-color: #292927;
}
.login-action-login form input.button:hover:after, .login-action-login form input.button:active:after, .login-action-login form input.button:focus:after,
.login-action-lostpassword form input.button:hover:after,
.login-action-lostpassword form input.button:active:after,
.login-action-lostpassword form input.button:focus:after,
.login-action-rp form input.button:hover:after,
.login-action-rp form input.button:active:after,
.login-action-rp form input.button:focus:after,
.login-action-checkemail form input.button:hover:after,
.login-action-checkemail form input.button:active:after,
.login-action-checkemail form input.button:focus:after {
  background-color: #F3DBDB;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #014A3F;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #d05f71;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login form#lostpasswordform input.button,
.login-action-lostpassword form#lostpasswordform input.button,
.login-action-rp form#lostpasswordform input.button,
.login-action-checkemail form#lostpasswordform input.button {
  width: 100%;
  max-width: 100%;
}
.login-action-login form#lostpasswordform + #nav,
.login-action-lostpassword form#lostpasswordform + #nav,
.login-action-rp form#lostpasswordform + #nav,
.login-action-checkemail form#lostpasswordform + #nav {
  padding-left: 0;
  padding-right: 0;
}
.login-action-login form#lostpasswordform + #nav .wp-login-log-in,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.4ch 2rem;
  color: #292927;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border: 1px solid;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 400;
  line-height: 1.05;
  padding: 1.1ch 2rem;
}
.login-action-login form#lostpasswordform + #nav .wp-login-log-in:hover, .login-action-login form#lostpasswordform + #nav .wp-login-log-in:active, .login-action-login form#lostpasswordform + #nav .wp-login-log-in:focus,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:hover,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:active,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:focus,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:hover,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:active,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:focus,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:hover,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:active,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:focus {
  color: #F4EFE7;
  background: #292927;
  border-color: #292927;
}
.login-action-login form#lostpasswordform + #nav .wp-login-log-in:hover:after, .login-action-login form#lostpasswordform + #nav .wp-login-log-in:active:after, .login-action-login form#lostpasswordform + #nav .wp-login-log-in:focus:after,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:hover:after,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:active:after,
.login-action-lostpassword form#lostpasswordform + #nav .wp-login-log-in:focus:after,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:hover:after,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:active:after,
.login-action-rp form#lostpasswordform + #nav .wp-login-log-in:focus:after,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:hover:after,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:active:after,
.login-action-checkemail form#lostpasswordform + #nav .wp-login-log-in:focus:after {
  background-color: #F3DBDB;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #3E3E3E;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #014A3F;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #014A3F;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #3E3E3E;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 30rem;
    --layout-gap: 8rem;
  }
}
.hero-static {
  position: relative;
}
.hero-static__image {
  overflow: hidden;
  position: relative;
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.hero-static__content {
  position: absolute;
  z-index: 5;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-28);
  margin: 0;
  color: #fff;
}
.hero-static p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-static .hero-image__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 7rem;
  opacity: 0;
  animation: fadeIn 0.85s ease-out forwards 1.65s;
}
.hero-static .hero-image__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.4ch 2rem;
  color: #292927;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #F4EFE7;
  border: 1px solid #F4EFE7;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: transparent;
}
.hero-static .hero-image__buttons a:hover, .hero-static .hero-image__buttons a:active, .hero-static .hero-image__buttons a:focus {
  color: #F4EFE7;
  background: #292927;
  border-color: #292927;
}
.hero-static .hero-image__buttons a:hover:after, .hero-static .hero-image__buttons a:active:after, .hero-static .hero-image__buttons a:focus:after {
  background-color: #F3DBDB;
}
.hero-static .hero-image__buttons a:after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  margin-left: 1rem;
  background-color: #DB3553;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='11' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.189 1.277 5.078 4.978-5.078 5.022' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5.189 1.277 5.078 4.978-5.078 5.022' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg width='11' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.189 1.277 5.078 4.978-5.078 5.022' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m5.189 1.277 5.078 4.978-5.078 5.022' stroke='%23E3A7AA' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-static .hero-image__buttons a:after {
  background-color: #E3A7AA;
}
.hero-static .hero-image__buttons a:hover {
  border-color: #F4EFE7;
  background: transparent;
}
@media (max-width: 989px) {
  .hero-static .hero-image__buttons a {
    background: rgba(255, 255, 255, 0.2);
  }
}
.hero-static.home .hero-static__image {
  height: 90vh;
  max-height: 76rem;
}
.hero-static.home .hero-static__content {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-static.home .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.hero-static.home h2 {
  font-size: var(--wp--preset--font-size--font-80);
  line-height: 1.35;
}
.hero-static.home h2 span {
  display: block;
  opacity: 0;
  color: #fff;
  transform: translateX(-1ch);
  animation: fadeInLeft 2.25s ease-out forwards;
  will-change: opacity, transform;
  transition: color 1s ease-in-out;
}
.hero-static.home h2 span.span-1 {
  animation-delay: 0.35s;
}
.hero-static.home h2 span.span-2 {
  animation-delay: 0.7s;
}
.hero-static.home h2 span.span-3 {
  animation-delay: 1.05s;
}
.hero-static.home h2 .pink {
  color: #E3A7AA;
}
@media (max-width: 989px) {
  .hero-static.home .hero-static__image img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 699px) {
  .hero-static.home h2 {
    font-size: calc(var(--wp--preset--font-size--font-70) * 0.9);
  }
  .hero-static.home .hero-static__image {
    position: relative;
  }
  .hero-static.home .hero-static__image:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero-static.home .hero-static__image img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media (max-width: 449px) {
  .hero-static.home {
    background: #0a0a0a;
    background: linear-gradient(228deg, #0b0b0b 13.97%, rgb(0, 0, 0) 83.34%);
  }
  .hero-static.home .hero-static__image {
    transform: scale(0.8);
    width: 113%;
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards 0.5s;
  }
  .hero-static.home .hero-static__image img {
    -o-object-position: 79%;
       object-position: 79%;
  }
}
@media (max-height: 699px) {
  .hero-static.home h2 {
    font-size: 3.3rem;
    line-height: 1.25;
    margin-top: -5rem;
  }
  .hero-static.home .hero-image__buttons {
    bottom: 4rem;
  }
}
.hero-static:not(.home) .hero-static__image {
  height: calc(150px + 45vw);
  max-height: 600px;
}
.hero-static:not(.home) .hero-static__content {
  padding-left: var(--wp--preset--spacing--contentgap);
  padding-right: var(--wp--preset--spacing--contentgap);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-static:not(.home) .hero-image__buttons {
  animation: fadeIn 0.85s ease-out forwards 0.95s;
}
.hero-static:not(.home) .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 110px 0;
}
.hero-static:not(.home) h1 {
  font-size: var(--wp--preset--font-size--font-70);
  line-height: 1.35;
}
.hero-static:not(.home) h1 span {
  display: block;
  opacity: 0;
  color: #fff;
  transform: translateX(-1ch);
  animation: fadeInLeft 2.25s ease-out forwards;
  will-change: opacity, transform;
  transition: color 1s ease-in-out;
}
.hero-static:not(.home) h1 span.span-1 {
  animation-delay: 0.35s;
}
.hero-static:not(.home) h1 span.span-2 {
  animation-delay: 0.7s;
}
.hero-static:not(.home) h1 span.span-3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  text-transform: uppercase;
  letter-spacing: 0.05ch;
  margin-top: 2.8ch;
  color: #F4EFE7;
  animation-delay: 1.45s;
}
.hero-static:not(.home) h1 .pink {
  color: #E3A7AA;
}
@media (max-width: 799px) {
  .hero-static:not(.home) h1 {
    font-size: calc(var(--wp--preset--font-size--font-70) * 0.65);
  }
  .hero-static:not(.home) h1 span.span-3 {
    margin-top: 1.8ch;
  }
  .hero-static:not(.home) .hero-static__image {
    position: relative;
  }
  .hero-static:not(.home) .hero-static__image:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero-static:not(.home) .hero-static__image img {
    -o-object-position: 85%;
       object-position: 85%;
  }
  .hero-static:not(.home) .hero-image__buttons {
    bottom: 5rem;
  }
}
@media (max-width: 599px) {
  .hero-static:not(.home) .hero-image__buttons {
    bottom: 3rem;
  }
}
@media (max-width: 989px) {
  .hero-static:not(.home) .hero-static__image img {
    -o-object-position: 85%;
       object-position: 85%;
  }
}
@media (max-height: 699px) {
  .hero-static:not(.home) .hero-static__image {
    height: calc(100px + 26vw);
  }
  .hero-static:not(.home) h1 {
    font-size: 3.3rem;
  }
}

.hero-video {
  position: relative;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-video .hero-video__image:before, .hero-video .hero-video__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-video .hero-video__image:before {
  background: rgba(0, 0, 0, 0.15);
}
.hero-video .hero-video__image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 114, 24, 0.15) 100%);
}
.hero-video .hero-video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-video .hero-video__image .video-player,
.hero-video .hero-video__image .native-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero-video .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video h1, .hero-video h2 {
  font-size: var(--wp--preset--font-size--font-46);
  margin: 0;
  color: #fff;
}
.hero-video p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-video.home .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video.home .hero-video__content .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 100px 0;
}
.hero-video.home .hero-video__content .wrap h2 {
  width: 98%;
  max-width: 85rem;
  font-size: var(--wp--preset--font-size--font-46);
  line-height: 1.3;
  text-align: center;
  margin-top: 1.5ch;
}
@media (max-height: 450px) {
  .hero-video.home .hero-video__content .wrap img {
    width: 60px;
  }
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: var(--wp--preset--font-size--font-28);
  }
}
.hero-video:not(.home) {
  margin-bottom: var(--wp--preset--spacing--l);
  position: relative;
}