@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@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(-10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.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);
  }
}
*: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;
}

: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 #6969a8;
  outline-offset: 4px;
}

.skip-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  color: #23283C;
  background: #DCF4FB;
  outline-offset: 2px !important;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

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

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.map {
  max-width: 100%;
  margin: 0;
  filter: sepia(20%) hue-rotate(233deg) 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%;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
body.nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}

::-moz-selection {
  background: rgba(35, 40, 60, 0.35);
}

::selection {
  background: rgba(35, 40, 60, 0.35);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
  .sm-nb {
    border: none !important;
  }
}
body {
  letter-spacing: 0.7px;
}

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

#content .has-secondary-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-darkgrey-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-deepblue-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: #288848;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.7ch;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: #020202;
}
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;
}

ol {
  list-style: decimal;
}

h2.is-style-top-border, h3.is-style-top-border, h4.is-style-top-border, h5.is-style-top-border, h6.is-style-top-border {
  padding-top: 0.75ch;
  border-top: 1px solid #288848;
}
h2.is-style-top-border.has-white-color, h3.is-style-top-border.has-white-color, h4.is-style-top-border.has-white-color, h5.is-style-top-border.has-white-color, h6.is-style-top-border.has-white-color {
  border-top: 1px solid #fff;
}
h2.is-style-bottom-border, h3.is-style-bottom-border, h4.is-style-bottom-border, h5.is-style-bottom-border, h6.is-style-bottom-border {
  padding-bottom: 0.75ch;
  border-bottom: 1px solid #288848;
}
h2.is-style-side-highlight, h3.is-style-side-highlight, h4.is-style-side-highlight, h5.is-style-side-highlight, h6.is-style-side-highlight {
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
}
h2.is-style-side-highlight:before, h3.is-style-side-highlight:before, h4.is-style-side-highlight:before, h5.is-style-side-highlight:before, h6.is-style-side-highlight:before {
  content: "";
  display: block;
  width: calc(20% - 25px);
  height: 2px;
  position: absolute;
  bottom: 50%;
  left: 15px;
  transform: translateY(calc(-50% + 5px));
  background: #288848;
}
h2.is-style-side-highlight:after, h3.is-style-side-highlight:after, h4.is-style-side-highlight:after, h5.is-style-side-highlight:after, h6.is-style-side-highlight:after {
  content: "";
  display: block;
  width: calc(20% - 25px);
  height: 2px;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(calc(-50% + 5px));
  background: #288848;
}
h2.is-style-side-highlight.has-text-align-center:after, h3.is-style-side-highlight.has-text-align-center:after, h4.is-style-side-highlight.has-text-align-center:after, h5.is-style-side-highlight.has-text-align-center:after, h6.is-style-side-highlight.has-text-align-center:after {
  margin: 1ch auto 0 auto;
}
h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}

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

.has-sidebar {
  padding: calc(var(--wp--preset--spacing--xl) + 40px) var(--wp--preset--spacing--contentgap) 0 var(--wp--preset--spacing--contentgap);
  background: linear-gradient(to bottom left, #fcfcfb 0%, #f7f7f7 100%);
}
@media (max-width: 450px) {
  .has-sidebar {
    padding: calc(var(--wp--preset--spacing--xl) + 60px) var(--wp--preset--spacing--contentgap) 0 var(--wp--preset--spacing--contentgap);
  }
}
.has-sidebar .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}

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

@media (min-width: 1024px) {
  .page-template-page-narrow #content {
    padding-left: 15%;
    padding-right: 15%;
  }
  .has-sidebar {
    padding-bottom: var(--wp--preset--spacing--m);
  }
  .has-sidebar .wrap {
    flex-direction: row;
    gap: 6rem;
  }
  .has-sidebar #content {
    width: calc(100% - 28rem);
  }
  .has-sidebar #sidebar {
    width: 22rem;
  }
  .has-sidebar.sidebar-left .wrap {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .has-sidebar #content {
    width: calc(100% - 31rem);
  }
  .has-sidebar #sidebar {
    width: 25rem;
  }
}
#topbar {
  height: 34px;
  padding: 3px 0 6px 0;
  background: #020202;
}
#topbar iframe {
  height: 26px;
}

header {
  padding: 2.2rem var(--wp--preset--spacing--contentgap);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header.sticky {
  padding: 2rem var(--wp--preset--spacing--contentgap);
  margin-top: 0;
  position: fixed;
}
header.sticky .branding {
  width: 160px;
}
@media (min-width: 1024px) {
  header.sticky .branding {
    width: 160px;
  }
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 180px;
  margin: 0;
  position: relative;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s ease-in-out;
}
header .branding svg > path {
  transform: fill 0.25s ease-in-out;
}
header #sitenav .menu > li > a {
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(35, 40, 60, 0.9);
}
header #sitenav .menu a {
  display: block;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 26px;
    padding: 12px 0;
    background: none;
    border: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: #23283C;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #23283C;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #fff;
    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.sticky:not(.menu-open) #nav-expander .bar {
    background: #020202;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #020202;
  }
  header .branding {
    transition: fill 0.25s ease-in-out;
  }
  header .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px 7vw 30px 7vw;
    background: radial-gradient(circle at 0% 0%, #23283C, transparent 50%), #288848;
    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);
    z-index: -1;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li a {
    display: block;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--font-20);
    font-weight: 300;
    text-transform: none;
    color: #F7F7F4;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    font-weight: 400;
    color: #fff;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    margin: 0 0 6px 0;
    padding: 9px 13px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.current-menu-item, header #sitenav .menu > li.current-menu-parent, header #sitenav .menu > li:hover {
    background: rgba(40, 136, 72, 0.175);
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  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;
    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 {
    margin: 0.9rem 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    font-weight: 500;
    color: #fff;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    font-size: var(--wp--preset--font-size--font-18);
    color: #fff;
    padding-left: 10px;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.918' height='9.159' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' data-name='Path 9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 60%;
    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.menu-open {
    margin-top: 0;
    padding: 2rem var(--wp--preset--spacing--contentgap);
    position: fixed;
  }
  header.menu-open:before {
    content: "";
    height: 60px;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  header.menu-open .branding {
    width: 160px;
    z-index: 9;
  }
  header.menu-open .branding path {
    fill: #fff;
  }
  header.menu-open #sitenav {
    padding-top: 120px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  header.sticky {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  header.sticky #sitenav .menu > li {
    padding: 0;
  }
  header > .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
  header .branding {
    width: 200px;
    z-index: 9;
  }
  header .branding svg {
    width: 140px;
  }
  header .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2ch;
    margin-bottom: -20px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  header .menu {
    gap: 3.3ch;
  }
}
@media (min-width: 1024px) {
  header .menu li {
    margin: 0;
  }
  header .menu > li {
    padding: 2px 0 12px 0;
    position: relative;
    transition: padding 0.25s ease-in-out;
  }
  header .menu > li > a {
    position: relative;
    transition: color 0.25s ease-in-out;
  }
  header .menu > li > a:before {
    content: "";
    display: block;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: background 0.25s ease-in-out;
  }
  header .menu > li.current-menu-item > a, header .menu > li.current-menu-ancestor > a {
    font-weight: 600 !important;
    color: #288848 !important;
  }
  header .menu > li:hover > a, header .menu > li:active > a, header .menu > li:focus > a, header .menu > li:focus-visible > a, header .menu > li.in-focus > a {
    color: #020202 !important;
  }
  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: auto;
  }
  header .child-menu {
    min-width: 280px;
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    transform: translateY(1rem);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
  }
  header .child-menu li {
    margin: 0;
    padding: 0.4ch 1.5ch;
    background: #e3e3e5;
  }
  header .child-menu li.current-menu-item a {
    font-weight: 500 !important;
    color: #288848;
  }
  header .child-menu li:first-child {
    margin-top: 0.6rem;
    padding-top: 1ch;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.6rem;
    padding-bottom: 1ch;
  }
  header .child-menu a {
    font-family: var(--wp--preset--font-family--secondary);
    font-weight: 400 !important;
    padding: 0.2ch 0;
    transition: color 0.25s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #288848;
  }
  header.megamenu-open {
    background: #F7F7F4;
    box-shadow: none;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #23283C;
  }
  header .has-megamenu {
    gap: 0;
  }
  header .has-megamenu > li {
    padding-right: 2.8rem;
  }
  header .has-megamenu > li:last-child {
    padding-right: 0;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    border-top: 1px solid #e3e3e5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    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: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  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 #e3e3e5;
  }
  header .has-megamenu .child-menu .sub-menu li {
    max-width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e5;
  }
  header .has-megamenu .child-menu .sub-menu li:first-child {
    border-top: 1px solid #e3e3e5;
  }
  header .has-megamenu .child-menu .sub-menu li a {
    padding: 0.8ch 0;
  }
}
@media (max-width: 1023px) {
  #scrolldown {
    display: none;
  }
}
#scrolldown {
  position: absolute;
  bottom: 80px;
  left: 30px;
  cursor: pointer;
  animation: bounce 2.25s cubic-bezier(0.25, 0.1, 0.25, 1) 5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
footer {
  padding: 6rem var(--wp--preset--spacing--contentgap) 0 var(--wp--preset--spacing--contentgap);
  background: #23283C;
  border-top: 10px solid #23283C;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 0;
}
footer li, footer p, footer a {
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
footer li:last-child, footer p:last-child, footer a:last-child {
  margin-bottom: 0;
}
footer a {
  transition: color 0.25s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer figure {
  display: flex;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
footer .social-links__link {
  display: block;
}
footer .social-links svg {
  width: 30px;
}
footer .subfooter {
  margin: 4rem 0 0 0;
  padding: 2rem 0;
  border-top: 1px solid white;
}
footer .subfooter p {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 300;
}
@media (min-width: 500px) {
  footer .menu {
    -moz-columns: 2;
         columns: 2;
  }
  footer .copyright {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 700px) {
  footer .menu {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 800px) {
  footer .columns .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  footer .columns .wrap .col-1 {
    width: 230px;
  }
  footer .columns .wrap .col-2 {
    width: calc(100% - 230px);
  }
  footer .menu {
    max-width: 640px;
    margin: -7px 0 0 auto;
  }
}

.b2t {
  opacity: 0;
  position: fixed;
  bottom: -30px;
  right: 20px;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
.b2t.active {
  opacity: 1;
  bottom: -2px;
}

.top-footer {
  background: #288848;
  padding: 6rem var(--wp--preset--spacing--contentgap) 6rem var(--wp--preset--spacing--contentgap);
}
.top-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.top-footer-title {
  color: #ffffff;
  font-size: 22px;
  border-top: 3px solid #ffffff;
  padding-top: 12px;
  margin-bottom: 30px;
}
.top-footer-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.top-footer-column {
  flex: 1;
  min-width: 250px;
  padding: 2rem 4rem;
  border: 1px solid white;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.top-footer-column p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}
.top-footer-column a {
  color: #ffffff;
  text-decoration: none;
}
.top-footer-column a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .top-footer-columns {
    flex-direction: column;
  }
}
#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--l);
}
#sidebar .widget-area:last-child {
  margin-bottom: 0;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #020202;
  position: relative;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: #288848;
}
#sidebar ul a {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 1.3ch 0;
  color: #23283C;
  transition: color 0.25s ease-in-out;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #288848;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #23283C;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.35ch 3rem;
  border: 1px solid #23283C;
  border-radius: 12px;
  color: #23283C;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar .b2blog .btn:hover, #sidebar .b2blog .btn:active, #sidebar .b2blog .btn:focus {
  background: #23283C;
  color: #fff;
}
#sidebar .b2blog .btn[target=_blank]:after {
  content: "";
  background-color: currentColor;
  width: 16px;
  height: 16px;
  margin: -2px -3px 0 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
#sidebar .b2blog .btn {
  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;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #23283C;
}
#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: var(--wp--preset--spacing--m);
    padding: var(--wp--preset--spacing--normal);
    background: linear-gradient(125deg, rgba(220, 244, 251, 0.3) 0%, rgba(40, 136, 72, 0.4) 100%);
  }
}
@media (min-width: 1024px) {
  #sidebar .inner {
    position: sticky;
    top: 90px;
    padding: 0 3rem var(--wp--preset--spacing--m) 0;
  }
  #sidebar .inner:before {
    content: "";
    display: block;
    background: linear-gradient(125deg, rgba(220, 244, 251, 0.3) 0%, rgba(40, 136, 72, 0.4) 100%);
    position: absolute;
    top: calc((var(--wp--preset--spacing--xl) + 5nt dummy data0px) * -1);
    bottom: 0;
    right: 0;
    left: -50vw;
    z-index: 1;
    border-bottom-right-radius: 12px;
  }
  #sidebar .inner > * {
    position: relative;
    z-index: 2;
  }
}

/* 
.excerpt {
    display: block;

    &__feat {
        display: block;
        background: rgba(0,0,0, .1);
        overflow: hidden;
        position: relative;
    } // feat

    .btn {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: $lightgreen;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: background $speed $ease;

        svg {
			width: 21px;
			height: 13px;
		}
    }

    .feat {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        aspect-ratio: 11/6;
        transition: transform $speed $ease, opacity $speed $ease;
    }

    h3 {
        font-size: $font-r2-2;
        line-height: 1.3;
        margin: 1.5ch 0 0 0!important;
    }

    .meta {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
		font-size: 1.5rem;
		text-transform: uppercase;
		color: $green;
		margin: 2.5rem 0 0 0;

        .category {
            display: flex;
            flex-wrap: wrap;
            gap: .8ch;

            em {
                font-weight: 600;
                font-style: normal;
                padding: .3ch 1ch .2ch 1ch;
                color: #fff;
                background: $green;
            }
        }
	}

    &:hover,
    &:active,
    &:focus {
        text-decoration: none;

        .feat {
            opacity: .8;
            transform: scale(1.015);
        }

        .btn {
            background: #fff;
        }
    }
}
*/
.single #content .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.35ch 3rem;
  border: 1px solid #23283C;
  border-radius: 12px;
  color: #23283C;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.single #content .btn:hover, .single #content .btn:active, .single #content .btn:focus {
  background: #23283C;
  color: #fff;
}
.single #content .btn[target=_blank]:after {
  content: "";
  background-color: currentColor;
  width: 16px;
  height: 16px;
  margin: -2px -3px 0 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.single #content .btn {
  margin-top: 3ch;
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--l);
}
.pagination .page-numbers {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 4px 0 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.1);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

html {
  margin-top: 0 !important;
}

@media (min-width: 820px) and (max-width: 1023px) {
  .tab-group {
    padding-bottom: 30%;
  }
}
@media (max-width: 819px) {
  #content > .tab-group {
    padding-bottom: 20%;
  }
}
.wp-block-button .wp-block-button__link,
.button-title .btn,
.image-cta .btn,
.link-group .btn {
  font-weight: 600;
  border-radius: 6px;
}

header #sitenav .menu > li > a {
  font-weight: 600;
}

footer {
  background: #081f3d;
  border-color: #081f3d;
}

footer .menu {
  margin-top: 3rem;
}

.hero-static:not(.home) .hero-static__content .wrap {
  padding: 5ch 0;
  background: linear-gradient(115deg, #081f3d 5%, #0d305e 95%);
  border-radius: 8px;
}

.hero-static:not(.home) .hero-static__content h1 {
  font-weight: 400;
}

.hero-static:not(.home) .hero-static__content .wrap:before,
.hero-static:not(.home) .hero-static__content .wrap:after {
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.wp-block-list.is-style-list-cta li {
  margin: 0 0 1.5rem 0;
  background: linear-gradient(115deg, rgba(35, 40, 60, 0.1) 0%, rgba(2, 2, 2, 0.125) 100%);
  border-radius: 8px;
}

#sidebar ul li {
  border-bottom: 1px solid rgba(41, 135, 73, 0.4588235294);
}

#sidebar ul a {
  font-size: 1.7rem;
}

.accordion > input + .acc-title {
  padding: 17px 42px 15px 20px;
  background: linear-gradient(125deg, rgba(40, 136, 72, 0.1) 0%, rgba(40, 136, 72, 0.25) 100%);
  border: none;
  border-radius: 4px;
}

.accordion > input + .acc-title:after {
  right: 20px;
}

.accordion > input:checked + .acc-title + .acc-panel > div {
  border: none;
  background: rgba(233, 233, 235, 0.6784313725);
  padding: 20px;
  border-radius: 4px;
}

.acc-panel p:last-child {
  margin-bottom: 0;
}

.accordion > input:checked + .acc-title + .acc-panel {
  padding-bottom: 15px;
}

.team-head img {
  border-radius: 6px 6px 6px 0;
}

.timeline-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0d305e;
}

ul.tabs a {
  border-radius: 25px;
}

.tab-group .results-acc ul.tabs {
  display: none;
}

.accordion > input + .acc-title strong {
  display: block;
  margin-bottom: 1ch;
  color: rgba(35, 40, 60, 0.7);
}

.accordion > input + .acc-title br {
  display: none;
}

@media (min-width: 500px) {
  footer .menu {
    -moz-columns: unset;
         columns: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.why-invest {
  gap: 1.5rem;
}

.why-invest .wp-block-column {
  min-height: 230px;
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
}

.why-invest .wp-block-column.is-style-border-radius {
  padding: 25px;
}

.latest-document a .title {
  background: rgba(8, 31, 61, 0.85);
}

@media (min-width: 782px) {
  .wp-block-group.is-style-mist-darkblue {
    background: linear-gradient(90deg, #DCF4FB 0%, #e3e3e5 50%, #081f3d 50%, #081f3d 100%);
  }
}
@media (min-width: 800px) {
  footer .menu {
    margin: -7px 0 0 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  #sidebar .inner:before {
    background: linear-gradient(125deg, rgba(220, 244, 251, 0.05) 0%, rgba(40, 136, 72, 0.15) 100%);
  }
}
@media (min-width: 1250px) {
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: 8.5rem;
  }
}
@media (max-width: 781px) {
  .sm-pt0 {
    padding-top: 0 !important;
  }
  sm-p0 {
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  .wwr-logo img {
    width: 190px !important;
  }
}
.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 20px 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: #23283C;
}
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-18);
  padding: 1ch 1.5rem;
  color: #23283C;
  background: #fff;
  border: 1px solid #e3e3e5;
  border-radius: 2px;
  -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: #020202;
  border-radius: 2px;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.35ch 3rem;
  border: 1px solid #23283C;
  border-radius: 12px;
  color: #23283C;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
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 {
  background: #23283C;
  color: #fff;
}
form input[type=submit][target=_blank]:after,
form textarea[type=submit][target=_blank]:after,
form select[type=submit][target=_blank]:after {
  content: "";
  background-color: currentColor;
  width: 16px;
  height: 16px;
  margin: -2px -3px 0 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  max-width: 180px;
  cursor: pointer;
}
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: #23283C;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #23283C;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #020202;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #23283C;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #020202;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 1px solid #e3e3e5;
  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: #020202;
  border-radius: 2px;
  box-shadow: inset 0 0 0 3px #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: #23283C;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #020202;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #23283C;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #020202;
}
form .gfield_description.validation_message {
  padding: 5px;
  color: #fff;
}
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 #e3e3e5;
}
form.dark input,
form.dark textarea,
form.dark select {
  color: #DCF4FB;
  background: white;
  border: 1px solid rgba(2, 2, 2, 0.5);
}
form.dark input[type=submit],
form.dark textarea[type=submit],
form.dark select[type=submit] {
  background: transparent;
  border-color: #fff;
}
form.dark input[type=submit]:hover, form.dark input[type=submit]:active, form.dark input[type=submit]:focus,
form.dark textarea[type=submit]:hover,
form.dark textarea[type=submit]:active,
form.dark textarea[type=submit]:focus,
form.dark select[type=submit]:hover,
form.dark select[type=submit]:active,
form.dark select[type=submit]:focus {
  color: #288848;
  background: #fff;
}
form.dark input:active, form.dark input:focus,
form.dark textarea:active,
form.dark textarea:focus,
form.dark select:active,
form.dark select:focus {
  border-color: #020202;
}
form.dark ::-moz-placeholder {
  color: #288848;
}
form.dark ::placeholder {
  color: #288848;
}
form.dark :-ms-input-placeholder {
  color: #288848;
}
form.dark ::-ms-input-placeholder {
  color: #288848;
}
form.dark .ginput_container_consent {
  color: #fff;
}
form.dark .ginput_container_consent label {
  color: #fff;
}
form.dark .ginput_container_consent a {
  color: #DCF4FB !important;
}
form.dark .ginput_container_consent a:hover {
  color: #fff !important;
}
form.dark .ginput_container_consent input[type=checkbox] {
  border: 1px solid rgba(2, 2, 2, 0.5);
}
form.dark .ginput_container_consent input[type=checkbox]:checked {
  border-color: #020202;
  background: #288848;
  box-shadow: inset 0 0 0 2px #020202;
}

.gform_required_legend {
  display: none;
}

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

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

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

::-moz-placeholder {
  color: #23283C;
}

::placeholder {
  color: #23283C;
}

:-ms-input-placeholder {
  color: #23283C;
}

::-ms-input-placeholder {
  color: #23283C;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
.gform_confirmation_message,
.gform_submission_error {
  color: #fff;
}

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;
}

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) {
  background: #F7F7F4 !important;
  border: 1px solid #DCF4FB !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
#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;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p {
  color: #23283C !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p + p {
  margin-top: 1ch !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_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.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 {
  font-weight: 500 !important;
  color: #020202 !important;
  background-color: transparent !important;
  border: 1px solid #020202 !important;
  border-radius: 12px !important;
  text-transform: uppercase !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.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 {
  color: #fff !important;
  background-color: #020202 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block;
  width: 112px;
  height: 75px;
}

@media (min-width: 782px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar), #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
    width: 450px !important;
  }
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  border-radius: 12px !important;
}

.error404 #content {
  margin-top: calc(var(--wp--preset--spacing--xl) * 2);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 1.5);
  text-align: center;
}

.search #content {
  margin-top: calc(var(--wp--preset--spacing--xl) * 2);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 1.5);
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
  border: 1px solid rgba(35, 40, 60, 0.1);
}
ul.search-results a {
  display: block;
  text-decoration: none !important;
  padding: 2rem;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
ul.search-results a p {
  margin: 0;
  color: #23283C;
}
ul.search-results a:hover h2, ul.search-results a:active h2, ul.search-results a:focus h2 {
  color: #020202;
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 4rem;
  }
  ul.search-results li {
    width: calc(50% - 2rem);
  }
}

body.interim-login {
  background: linear-gradient(135deg, #23283C 0%, #020202 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: #23283C;
  background: linear-gradient(135deg, #23283C 0%, #020202 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #F7F7F4;
  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: 200px;
  height: 55px;
  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: #23283C;
}
.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: #020202;
  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;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.35ch 3rem;
  border: 1px solid #23283C;
  border-radius: 12px;
  color: #23283C;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1), border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.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 {
  background: #23283C;
  color: #fff;
}
.login-action-login form input.button[target=_blank]:after,
.login-action-lostpassword form input.button[target=_blank]:after,
.login-action-rp form input.button[target=_blank]:after,
.login-action-checkemail form input.button[target=_blank]:after {
  content: "";
  background-color: currentColor;
  width: 16px;
  height: 16px;
  margin: -2px -3px 0 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4213 9.38932V14.6834C14.4213 15.1515 14.2354 15.6003 13.9045 15.9313C13.5735 16.2622 13.1247 16.4481 12.6566 16.4481H2.95074C2.48271 16.4481 2.03385 16.2622 1.70291 15.9313C1.37196 15.6003 1.18604 15.1515 1.18604 14.6834V4.97755C1.18604 4.50952 1.37196 4.06066 1.70291 3.72972C2.03385 3.39877 2.48271 3.21284 2.95074 3.21284H8.24486' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8916 1.44814H16.1857V6.74225' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.50619 9.12796L16.1862 1.44814' stroke='%23006450' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  font-size: var(--wp--preset--font-size--font-16);
  border: none;
  border-radius: 0;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #020202;
  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: #288848;
}
.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 #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: #23283C;
}
.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: #020202;
  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: #020202;
}
.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: #23283C;
}

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

.hero-static {
  position: relative;
  z-index: 2;
}
.hero-static__image {
  overflow: hidden;
  position: relative;
}
.hero-static__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-static__image:after {
  background: linear-gradient(125deg, rgba(35, 40, 60, 0.7) 0%, rgba(2, 2, 2, 0.02) 70%);
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-static .wrap {
  width: 100%;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-22);
  margin: 0;
  color: #fff;
}
.hero-static p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-static.home .hero-static__image {
  height: calc(100vh - 34px);
}
.hero-static.home .hero-static__image img {
  -o-object-position: 75%;
     object-position: 75%;
}
.hero-static.home .hero-static__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 var(--wp--preset--spacing--contentgap);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-static.home h2 {
  font-size: clamp(3rem, 1.286rem + 8.571vw, 9rem);
  font-weight: 400;
  line-height: 1.2;
  opacity: 0;
  animation: fadeIn 0.85s forwards 0.1s;
}
.hero-static.home h2 span {
  display: block;
  opacity: 0;
  animation: fadeInleft 0.85s forwards 0.1s;
}
.hero-static.home h2 span.span-1 {
  font-weight: 200;
  animation-delay: 0.35s;
}
.hero-static.home h2 span.span-2 {
  font-weight: 300;
  animation-delay: 0.75s;
}
.hero-static.home h2 span.span-3 {
  animation-delay: 1.15s;
}
.hero-static.home h2 + p {
  margin-top: var(--wp--preset--spacing--small);
}
@media (max-height: 599px) {
  .hero-static.home h2 {
    font-size: 12.5vh;
    margin-top: 15vh;
  }
}
.hero-static:not(.home) .hero-static__image {
  height: calc(200px + 35vw);
  max-height: 600px;
}
.hero-static:not(.home) .hero-static__content {
  width: 100%;
  padding: 0 var(--wp--preset--spacing--contentgap);
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 5;
}
.hero-static:not(.home) .hero-static__content .wrap {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4ch 0;
  text-align: center;
  background: #23283C;
  border-radius: 12px;
  position: relative;
}
.hero-static:not(.home) .hero-static__content .wrap:before {
  content: "";
  display: none;
  width: calc(25% - 45px);
  height: 3px;
  position: absolute;
  bottom: 50%;
  left: 45px;
  transform: translateY(calc(-50% + 5px));
  background: #f7f7f4;
}
@media (min-width: 600px) {
  .hero-static:not(.home) .hero-static__content .wrap:before {
    display: block;
  }
}
.hero-static:not(.home) .hero-static__content .wrap:after {
  content: "";
  display: none;
  width: calc(25% - 45px);
  height: 3px;
  position: absolute;
  bottom: 50%;
  right: 45px;
  transform: translateY(calc(-50% + 5px));
  background: #f7f7f4;
}
@media (min-width: 600px) {
  .hero-static:not(.home) .hero-static__content .wrap:after {
    display: block;
  }
}
.hero-static:not(.home) .hero-static__content h1 {
  font-size: var(--wp--preset--font-size--font-38);
  font-weight: 200;
  line-height: 1.15;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 600px) {
  .hero-static:not(.home) .hero-static__content h1 {
    max-width: 50%;
  }
}
.hero-static:not(.home) .hero-static__content h1 + p {
  margin-top: 1.2ch;
}
.hero-static:not(.home) .hero-static__content p {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 200;
  margin-bottom: 0;
}
.hero-static:not(.home) + .full-width #content > .wp-block-group:first-child {
  padding-top: calc(var(--wp--preset--spacing--xl) + 50px);
}

.hero-video {
  position: relative;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: calc(200px + 35vw);
  max-height: 600px;
}
.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%);
  height: 1660px;
  width: 100vw;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero-video .hero-video__image .video-player,
  .hero-video .hero-video__image .native-player {
    width: 200vw;
  }
}
@media (max-width: 600px) {
  .hero-video .hero-video__image .video-player,
  .hero-video .hero-video__image .native-player {
    width: 280vw;
  }
}
.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;
  font-family: var(--wp--preset--font-family--primary);
}
.hero-video.home .hero-video__image {
  height: 100vh;
  max-height: unset;
}
.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: 80%;
  font-size: 5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 1.5ch;
}
@media (min-width: 700px) {
  .hero-video.home .hero-video__content .wrap h2 {
    max-width: 85rem;
    font-size: 7rem;
  }
}
.hero-video.home .hero-video__content .wrap p {
  font-size: var(--wp--preset--font-size--font-46);
  text-align: center;
  max-width: 80%;
}
@media (min-width: 700px) {
  .hero-video.home .hero-video__content .wrap p {
    max-width: 85rem;
  }
}
@media (max-height: 450px) {
  .hero-video.home .hero-video__content .wrap img {
    width: 60px;
  }
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: 3rem;
  }
  .hero-video.home .hero-video__content .wrap p {
    font-size: var(--wp--preset--font-size--font-22);
  }
}
.hero-video:not(.home) {
  position: relative;
  max-height: 600px;
  height: calc(200px + 35vw);
  opacity: 1 !important;
}
.hero-video:not(.home) .hero-video__content {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4ch 0;
  text-align: center;
  background: #23283C;
  border-radius: 12px;
  position: relative;
  transform: translateY(-50%);
  width: 90%;
}
.hero-video:not(.home) .hero-video__content h1 {
  font-size: var(--wp--preset--font-size--font-38);
  font-weight: 200;
  line-height: 1.15;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 600px) {
  .hero-video:not(.home) .hero-video__content h1 {
    max-width: 50%;
  }
}
.hero-video:not(.home) .hero-video__content:before {
  content: "";
  display: none;
  width: calc(25% - 45px);
  height: 3px;
  position: absolute;
  bottom: 50%;
  left: 45px;
  transform: translateY(calc(-50% + 5px));
  background: #f7f7f4;
}
@media (min-width: 600px) {
  .hero-video:not(.home) .hero-video__content:before {
    display: block;
  }
}
.hero-video:not(.home) .hero-video__content:after {
  content: "";
  display: none;
  width: calc(25% - 45px);
  height: 3px;
  position: absolute;
  bottom: 50%;
  right: 45px;
  transform: translateY(calc(-50% + 5px));
  background: #f7f7f4;
}
@media (min-width: 600px) {
  .hero-video:not(.home) .hero-video__content:after {
    display: block;
  }
}
.hero-video:not(.home) + .full-width #content > .wp-block-group:first-child {
  padding-top: calc(var(--wp--preset--spacing--xl) + 30px);
}/*# sourceMappingURL=theme-styles.css.map */