/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .has-heading-1-font-size {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@view-transition {
  navigation: auto;
}
body,
html {
  font-family: "Lato", serif;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
  min-height: 100dvh;
}
@media screen and (max-width: 1280px) {
  body.nav-is-visible,
  html.nav-is-visible {
    overflow: hidden;
  }
}

body:before, body:after {
  position: fixed;
  z-index: 100;
  background-color: black;
}
body:before {
  left: 50%;
  width: 1px;
  height: 100%;
}
body:after {
  top: 50%;
  width: 100%;
  height: 1px;
}

main.site-content {
  overflow: hidden;
}

div.entry-content {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: minmax(24px, 1fr) minmax(auto, 1200px) minmax(24px, 1fr);
}
@media screen and (max-width: 500px) {
  div.entry-content {
    grid-template-columns: minmax(32px, 1fr) minmax(auto, 1200px) minmax(32px, 1fr);
  }
}
div.entry-content > * {
  grid-column: 2;
  max-width: 1200px;
  width: 100%;
}
div.entry-content > *.alignfull {
  max-width: none;
  grid-column: 1/-1;
}

.has-background.has-background-dim,
.has-background-dim.has-background-dim {
  opacity: 0.5;
}
.has-background.has-background-dim-20,
.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.has-background.has-background-dim-100,
.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.has-background.has-dark-green-background-color,
.has-background-dim.has-dark-green-background-color {
  background-color: #205F2F;
}
.has-background.has-dark-green-background-color p a, .has-background.has-dark-green-background-color li a,
.has-background-dim.has-dark-green-background-color p a,
.has-background-dim.has-dark-green-background-color li a {
  color: #DBF7CD;
}
.has-background.has-medium-dark-green-background-color,
.has-background-dim.has-medium-dark-green-background-color {
  background-color: #366F44;
}
.has-background.has-medium-dark-green-background-color p a, .has-background.has-medium-dark-green-background-color li a,
.has-background-dim.has-medium-dark-green-background-color p a,
.has-background-dim.has-medium-dark-green-background-color li a {
  color: #DBF7CD;
}
.has-background.has-light-green-background-color,
.has-background-dim.has-light-green-background-color {
  background-color: #DBF7CD;
}
.has-background.has-light-green-background-color p a, .has-background.has-light-green-background-color li a,
.has-background-dim.has-light-green-background-color p a,
.has-background-dim.has-light-green-background-color li a {
  color: #205F2F;
}
.has-background.has-medium-light-gray-background-color,
.has-background-dim.has-medium-light-gray-background-color {
  background-color: #C4C4C4;
}
.has-background.has-medium-light-gray-background-color p a, .has-background.has-medium-light-gray-background-color li a,
.has-background-dim.has-medium-light-gray-background-color p a,
.has-background-dim.has-medium-light-gray-background-color li a {
  color: #205F2F;
}
.has-background.has-light-gray-background-color,
.has-background-dim.has-light-gray-background-color {
  background-color: #F2F2F2;
}
.has-background.has-light-gray-background-color p a, .has-background.has-light-gray-background-color li a,
.has-background-dim.has-light-gray-background-color p a,
.has-background-dim.has-light-gray-background-color li a {
  color: #205F2F;
}
.has-background.has-white-background-color,
.has-background-dim.has-white-background-color {
  background-color: white;
}
.has-background.has-white-background-color p a, .has-background.has-white-background-color li a,
.has-background-dim.has-white-background-color p a,
.has-background-dim.has-white-background-color li a {
  color: #205F2F;
}
.has-background.has-black-background-color,
.has-background-dim.has-black-background-color {
  background-color: black;
}
.has-background.has-black-background-color p a, .has-background.has-black-background-color li a,
.has-background-dim.has-black-background-color p a,
.has-background-dim.has-black-background-color li a {
  color: #DBF7CD;
}

.has-text-color.has-dark-green-color,
.has-inline-color.has-dark-green-color {
  color: #205F2F;
}
.has-text-color.has-medium-dark-green-color,
.has-inline-color.has-medium-dark-green-color {
  color: #366F44;
}
.has-text-color.has-light-green-color,
.has-inline-color.has-light-green-color {
  color: #DBF7CD;
}
.has-text-color.has-medium-light-gray-color,
.has-inline-color.has-medium-light-gray-color {
  color: #C4C4C4;
}
.has-text-color.has-light-gray-color,
.has-inline-color.has-light-gray-color {
  color: #F2F2F2;
}
.has-text-color.has-white-color,
.has-inline-color.has-white-color {
  color: white;
}
.has-text-color.has-black-color,
.has-inline-color.has-black-color {
  color: black;
}

h1, .has-heading-1-font-size {
  --font-size: 75px;
  --font-weight: 700;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 0 20px;
}
@media screen and (max-width: 820px) {
  h1, .has-heading-1-font-size {
    font-size: 55px;
    line-height: 60px;
  }
}

h2, .has-heading-2-font-size {
  --font-size: 65px;
  --font-weight: 900;
  font-size: 65px;
  font-weight: 900;
  line-height: 75px;
  margin: 0 0 20px;
}
@media screen and (max-width: 820px) {
  h2, .has-heading-2-font-size {
    font-size: 50px;
    line-height: 55px;
  }
}

h3, .has-heading-3-font-size {
  --font-size: 50px;
  --font-weight: 700;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 30px;
}
@media screen and (max-width: 820px) {
  h3, .has-heading-3-font-size {
    font-size: 45px;
    line-height: 50px;
  }
}

h4, .has-heading-4-font-size {
  --font-size: 40px;
  --font-weight: 700;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin: 0 0 30px;
}
h5, .has-heading-5-font-size {
  --font-size: 30px;
  --font-weight: 700;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 30px;
}
h6, .has-heading-6-font-size {
  --font-size: 20px;
  --font-weight: 800;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin: 0 0 20px;
}
h1:has(img), .has-heading-1-font-size:has(img), h2:has(img), .has-heading-2-font-size:has(img), h3:has(img), .has-heading-3-font-size:has(img), h4:has(img), .has-heading-4-font-size:has(img), h5:has(img), .has-heading-5-font-size:has(img), h6:has(img), .has-heading-6-font-size:has(img) {
  display: flex;
  align-items: start;
  gap: 20px;
}

p, ul, ol {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
p.has-text-color a, ul.has-text-color a, ol.has-text-color a {
  color: inherit;
}

p, ul, ol {
  margin: 0 0 30px;
}
p li ul, p li ol, ul li ul, ul li ol, ol li ul, ol li ol {
  margin: 0;
}

p + .wp-block-separator {
  margin-top: 0;
}

p a, li a {
  color: #205F2F;
  text-decoration: underline;
}

ul.is-style-two-columns, ol.is-style-two-columns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 820px) {
  ul.is-style-two-columns, ol.is-style-two-columns {
    -moz-columns: 1;
         columns: 1;
  }
}
ul.is-style-three-columns, ol.is-style-three-columns {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 820px) {
  ul.is-style-three-columns, ol.is-style-three-columns {
    -moz-columns: 1;
         columns: 1;
  }
}
ul.is-style-four-columns, ol.is-style-four-columns {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 820px) {
  ul.is-style-four-columns, ol.is-style-four-columns {
    -moz-columns: 1;
         columns: 1;
  }
}
ul li, ol li {
  font-size: inherit;
}

.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-body-extra-big-font-size {
  font-size: 175px;
  line-height: 175px;
}
@media screen and (max-width: 500px) {
  .has-body-extra-big-font-size {
    font-size: 85px;
    line-height: 85px;
  }
}
.has-body-small-font-size {
  font-size: 15px;
  line-height: 25px;
}

body:not(.sr-only-show-always) .text-format-sr-only:not(.is-selected .text-format-sr-only)[class],
.screen-reader-text {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  margin-top: -1px;
  margin-left: -1px;
  width: 1px;
  height: 1px;
}

.gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 500px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields {
    display: flex;
    flex-direction: column;
  }
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  display: flex;
  flex-direction: column;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-name .ginput_container {
  display: flex;
  gap: 20px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-name .ginput_container .name_first,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-name .ginput_container .name_last {
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container {
  flex-flow: wrap;
  grid-column-gap: 20px;
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container .gform-grid-col {
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container .gform-grid-col.address_line_1 {
  flex: 0 0 100%;
  margin: 0 0 20px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container .gform-grid-col.address_city {
  flex: 0 0 calc(50% - 10px);
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container .gform-grid-col.address_state, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-address .ginput_container .gform-grid-col.address_zip {
  flex: 0 0 calc(25% - 15px);
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid;
  background-color: white;
  color: black;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 50px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-html a {
  color: inherit;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-section .gsection_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-select .ginput_container {
  position: relative;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--type-select .ginput_container.ginput_container_select:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  background-color: white;
  background-image: url("../../dist/images/select-arrow.svg");
  background-size: 45px 45px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--label-top .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield--label-top .gform-field-label {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gform-field-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
  margin: 0 0 5px 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_description {
  font-size: 15px;
  line-height: normal;
  padding: 10px;
  margin: 10px 0 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_description.gform_fileupload_rules {
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=color],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=date],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=month],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=number],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=password],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=search],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=time],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=url],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=week],
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container select,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: 1px solid #C4C4C4;
  background-color: white;
  min-height: 45px;
  width: 100%;
  font-size: 18px;
  line-height: normal;
  padding: 0 20px;
  color: black;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=color]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=date]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime-local]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=month]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=password]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=search]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=time]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=week]::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder, .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #808080;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=color]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=date]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=month]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=number]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=password]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=search]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=time]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=url]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=week]::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #808080;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 10px 20px;
  height: 160px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=file] {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=file]::file-selector-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-flex;
  gap: 10px;
  padding: 5px 30px 7px;
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  color: black;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #C4C4C4;
  background-color: white;
  width: 45px;
  min-height: 45px;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23205F2F'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gform-field-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 40px 0 0 !important;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  color: #DBF7CD;
  background-color: #205F2F;
  margin: 0 0 0 auto;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='%23DBF7CD' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m36 16.8-3-3-12.9 12.6v-24.9h-4.2v24.9l-12.9-12.6-3 3 18 17.7z'/%3E%3C/svg%3E");
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  right: 0;
  transform: rotate(-90deg);
  transition: right 0.3s ease-in-out;
}

header.site-header {
  position: sticky;
  z-index: 10;
  max-width: 1240px;
  padding: 50px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  header.site-header {
    padding: 40px 20px;
  }
}
header.site-header .header__desktop {
  position: relative;
}
@media screen and (max-width: 1280px) {
  header.site-header .header__desktop {
    display: none;
  }
}
header.site-header .header__desktop--links {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header.site-header .header__desktop--links li form.search-form {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
header.site-header .header__desktop--links li form.search-form label input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: #DBF7CD;
  width: 145px;
  height: 34px;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #205F2F;
  padding: 0 10px;
}
header.site-header .header__desktop--links li form.search-form label input[type=search]::-moz-placeholder {
  color: inherit;
}
header.site-header .header__desktop--links li form.search-form label input[type=search]::placeholder {
  color: inherit;
}
header.site-header .header__desktop--links li form.search-form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  background-color: #DBF7CD;
  background-image: url("../../dist/images/icons/search-icon.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #205F2F;
  width: 34px;
  height: 34px;
}
header.site-header .header__desktop--nav {
  position: relative;
  top: 15px;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  margin: 0 -20px 0 0;
}
header.site-header .header__desktop--nav > li {
  position: relative;
  display: flex;
  padding: 15px 10px;
  color: #205F2F;
}
header.site-header .header__desktop--nav > li:hover, header.site-header .header__desktop--nav > li:focus, header.site-header .header__desktop--nav > li:focus-within {
  color: #DBF7CD;
  background-color: #205F2F;
}
header.site-header .header__desktop--nav > li.menu-item-logo {
  top: -15px;
  padding: 0;
  margin: 0 auto 0 0;
}
header.site-header .header__desktop--nav > li.menu-item-logo:hover, header.site-header .header__desktop--nav > li.menu-item-logo:focus, header.site-header .header__desktop--nav > li.menu-item-logo:focus-within {
  background-color: transparent;
}
header.site-header .header__desktop--nav > li.menu-item-logo a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
header.site-header .header__desktop--nav > li.menu-item-logo img,
header.site-header .header__desktop--nav > li.menu-item-logo svg {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 90px;
}
header.site-header .header__desktop--nav > li.menu-item-has-children:hover > a, header.site-header .header__desktop--nav > li.menu-item-has-children:focus > a, header.site-header .header__desktop--nav > li.menu-item-has-children:focus-within > a {
  color: #DBF7CD;
  background-color: #205F2F;
}
header.site-header .header__desktop--nav > li.menu-item-has-children:hover > button, header.site-header .header__desktop--nav > li.menu-item-has-children:focus > button, header.site-header .header__desktop--nav > li.menu-item-has-children:focus-within > button {
  filter: invert(93%) sepia(23%) saturate(317%) hue-rotate(43deg) brightness(101%) contrast(94%);
}
header.site-header .header__desktop--nav > li.menu-item-has-children:hover > ul.sub-menu, header.site-header .header__desktop--nav > li.menu-item-has-children:focus > ul.sub-menu, header.site-header .header__desktop--nav > li.menu-item-has-children:focus-within > ul.sub-menu {
  display: block;
}
header.site-header .header__desktop--nav > li.menu-item-has-children > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url("../../dist/images/icons/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
  width: 22px;
  filter: invert(30%) sepia(28%) saturate(951%) hue-rotate(82deg) brightness(92%) contrast(96%);
}
header.site-header .header__desktop--nav > li.menu-item-has-children > ul.sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding: 10px 0;
  margin: 0;
}
header.site-header .header__desktop--nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site-header .header__desktop--nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 20px;
  color: #205F2F;
}
header.site-header .header__desktop--nav > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu li a:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' fill='%23205F2F'%3E%3Cpath d='m16.8 0-3 3 12.6 12.9h-24.9v4.2h24.9l-12.6 12.9 3 3 17.7-18z'/%3E%3C/svg%3E");
  flex: 0 0 10px;
  width: 10px;
  margin: 0 0 0 auto;
}
header.site-header .header__desktop--nav > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: green;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 20px;
}
header.site-header .header__desktop--nav > li > a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
header.site-header .header__desktop--nav > li.with--underline > a::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding-top: 12px;
}
@media (max-width: 1440px) {
  header.site-header .header__desktop--nav > li.with--underline > a::after {
    content: unset;
  }
}
header.site-header .header__mobile {
  position: relative;
  display: none;
}
@media screen and (max-width: 1280px) {
  header.site-header .header__mobile {
    display: block;
  }
}
header.site-header .header__mobile--top {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  header.site-header .header__mobile--top__logo {
    flex: 0 0 130px;
  }
}
header.site-header .header__mobile--top__logo img {
  display: block;
  aspect-ratio: 45/18;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.site-header .header__mobile--top__nav {
  flex: 1 0 auto;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
  padding: 0;
  margin: 0 0 0 auto;
}
header.site-header .header__mobile--top__nav li {
  flex: 0 0 50px;
}
header.site-header .header__mobile--top__nav li a {
  display: block;
  text-align: center;
}
header.site-header .header__mobile--top__nav li a img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
header.site-header .header__mobile--top__nav li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #205F2F;
}
header.site-header .header__mobile--top__nav li button.nav-is-visible span {
  background-color: transparent;
}
header.site-header .header__mobile--top__nav li button.nav-is-visible span:before {
  left: 6px;
  transform: rotate(45deg);
}
header.site-header .header__mobile--top__nav li button.nav-is-visible span:after {
  left: 6px;
  transform: rotate(-45deg);
}
header.site-header .header__mobile--top__nav li button span {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #DBF7CD;
  transition: all 0.3s ease-in-out;
}
header.site-header .header__mobile--top__nav li button span:before, header.site-header .header__mobile--top__nav li button span:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #DBF7CD;
  transition: all 0.3s ease-in-out;
}
header.site-header .header__mobile--top__nav li button span:before {
  top: -10px;
  transform-origin: top left;
}
header.site-header .header__mobile--top__nav li button span:after {
  bottom: -5px;
  transform-origin: bottom left;
}
header.site-header .header__mobile--nav {
  list-style: none;
  height: 100%;
  overflow: scroll;
  padding: 0;
  margin: 0;
}
header.site-header .header__mobile--nav > li > a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #205F2F;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
header.site-header .header__mobile--nav > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header.site-header .header__mobile--nav > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header.site-header .header__mobile--nav > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  background-image: url("../../dist/images/icons/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  filter: invert(30%) sepia(28%) saturate(951%) hue-rotate(82deg) brightness(92%) contrast(96%);
}
header.site-header .header__mobile--nav > li.menu-item-has-children > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url("../../dist/images/icons/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 18px;
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
  filter: invert(30%) sepia(28%) saturate(951%) hue-rotate(82deg) brightness(92%) contrast(96%);
}
header.site-header .header__mobile--nav > li.menu-item-has-children > ul {
  display: none;
  list-style: none;
  background-color: #F2F2F2;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
header.site-header .header__mobile--nav > li.menu-item-has-children > ul li a {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #205F2F;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}
header.site-header .header__mobile--nav > li.menu-item-has-children > ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.site-header .header__mobile--nav > li.menu-item-has-children > ul li ul li a {
  display: flex;
  justify-content: center;
  font-size: 15px;
  line-height: 25px;
}
header.site-header .header__mobile--nav > li.sub-menu-is-visible > a {
  background-color: #205F2F;
  color: #DBF7CD;
}
header.site-header .header__mobile--nav > li.sub-menu-is-visible > a:after {
  transform: rotate(180deg);
  filter: invert(89%) sepia(28%) saturate(236%) hue-rotate(52deg) brightness(104%) contrast(94%);
}
header.site-header .header__mobile #mobile-nav {
  position: absolute;
  top: calc(100% + 40px);
  left: -20px;
  right: -20px;
  height: 100dvh;
  background-color: white;
  display: none;
}

footer.site-footer {
  position: relative;
  display: grid;
  gap: 30px;
  grid-template-columns: 225px repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "tleft tcenter tright" "bleft bcenter bright";
  align-items: center;
  max-width: 1240px;
  padding: 50px 20px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer {
    grid-template-columns: 225px 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "tleft tright" "cleft cright" "bleft bright";
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "tleft" "cleft" "tright" "cright" "bleft" "bright";
  }
}
footer.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #C4C4C4;
}
footer.site-footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
footer.site-footer ul li {
  font-size: 16px;
  line-height: normal;
}
footer.site-footer ul li a {
  color: #205F2F;
  text-decoration: none;
}
footer.site-footer .footer__logo {
  display: block;
  grid-row: 1/-1;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer__logo {
    max-width: 125px;
    grid-row: 1;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer__logo {
    margin: 0 auto;
  }
}
footer.site-footer .footer__logo img {
  aspect-ratio: 45/18;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.site-footer .footer__nav {
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: right;
  grid-column-start: tcenter;
  grid-column-end: tright;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer__nav {
    grid-column-start: tright;
    grid-row-start: tright;
    grid-row-end: cright;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer__nav {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    justify-content: center;
  }
}
footer.site-footer .footer__nav li a {
  text-transform: uppercase;
}
footer.site-footer .footer__socials {
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer__socials {
    grid-area: cleft;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer__socials {
    margin: 0 auto;
  }
}
footer.site-footer .footer__socials li a img {
  display: block;
}
footer.site-footer .footer__links {
  gap: 40px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer__links {
    grid-column: 1/-1;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer__links {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.site-footer .footer__links li a {
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer.site-footer .footer__links li a {
    font-size: 15px;
  }
}

html .gsap-trigger {
  overflow: hidden;
}
html .gsap.fade-in-left {
  opacity: 0;
  transform: translateX(-100%);
}
html .gsap.fade-in-right {
  opacity: 0;
  transform: translateX(100%);
}
html .gsap.fade-in-bottom, html .gsap.fade-in-bottom-with-stagger {
  opacity: 0;
  transform: translateY(100%);
}
html.no-js .gsap.fade-in-left, html.no-js .gsap.fade-in-right, html.no-js .gsap.fade-in-bottom, html.no-js .gsap.fade-in-bottom-with-stagger {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: none;
}

.text-format-sr-only {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  margin-top: -1px;
  margin-left: -1px;
  width: 1px;
  height: 1px;
}

.wp-element-button, .gform_wrapper.gravity-theme .gform_footer .gform_button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  font-size: var(--font-size, 15px);
  font-weight: var(--font-weight, 400);
  color: white;
  line-height: normal;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .wp-element-button, .gform_wrapper.gravity-theme .gform_footer .gform_button {
    padding: 16px 25px;
  }
}

.pagination {
  grid-column: 1/-1;
  margin: 60px 0 0;
}
.pagination .nav-links {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
}
.pagination .nav-links:not(:has(.prev)):before {
  content: url(../../dist/images/pagination-arrow.svg);
  width: 35px;
  height: 35px;
  cursor: not-allowed;
}
.pagination .nav-links:not(:has(.next)):after {
  content: url(../../dist/images/pagination-arrow.svg);
  width: 35px;
  height: 35px;
  cursor: not-allowed;
  transform: scaleX(-1);
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  padding: 0;
  color: black;
  background-color: #F2F2F2;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  background-color: #366F44;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
.pagination .nav-links .page-numbers.prev.disabled, .pagination .nav-links .page-numbers.next.disabled {
  background-color: #C4C4C4;
}
.pagination .nav-links .page-numbers.prev {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.2 36 3-3-12.6-12.9h24.9v-4.2h-24.9l12.6-12.9-3-3-17.7 18z'/%3E%3C/svg%3E");
}
.pagination .nav-links .page-numbers.prev.disabled {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.2 36 3-3-12.6-12.9h24.9v-4.2h-24.9l12.6-12.9-3-3-17.7 18z'/%3E%3C/svg%3E");
}
.pagination .nav-links .page-numbers.next {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m34.5 18-17.7-18-3 3 12.6 12.9h-24.9s0 4.2 0 4.2h24.9s-12.6 12.9-12.6 12.9l3 3z'/%3E%3C/svg%3E");
}
.pagination .nav-links .page-numbers.next.disabled {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m34.5 18-17.7-18-3 3 12.6 12.9h-24.9s0 4.2 0 4.2h24.9s-12.6 12.9-12.6 12.9l3 3z'/%3E%3C/svg%3E");
}
.pagination .nav-links .page-numbers.current {
  color: #DBF7CD;
  background-color: #205F2F;
}

.wp-block-query-pagination {
  grid-column: 1/-1;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-query-pagination:not(:has(.wp-block-query-pagination-previous)):before {
  content: url(../../dist/images/pagination-arrow.svg);
  width: 35px;
  height: 35px;
  cursor: not-allowed;
}
.wp-block-query-pagination:not(:has(.wp-block-query-pagination-next)):after {
  content: url(../../dist/images/pagination-arrow.svg);
  width: 35px;
  height: 35px;
  cursor: not-allowed;
  transform: scaleX(-1);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  padding: 0;
  color: black;
  background-color: #F2F2F2;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: #DBF7CD;
  background-color: #205F2F;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  background-color: #366F44;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.2 36 3-3-12.6-12.9h24.9v-4.2h-24.9l12.6-12.9-3-3-17.7 18z'/%3E%3C/svg%3E");
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m34.5 18-17.7-18-3 3 12.6 12.9h-24.9s0 4.2 0 4.2h24.9s-12.6 12.9-12.6 12.9l3 3z'/%3E%3C/svg%3E");
}
