/*!
Theme Name: green-impact-partners
Theme URI: http://overhaulmedia.com/
Author: overhaulmedia.com
Author URI: http://overhaulmedia.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: green-impact-partners
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "GT Super";

  src: url('fonts/GT-Super-Display-Regular.woff2') format('woff2'),
		 url('fonts/GT-Super-Display-Regular.woff') format('woff');
}

@font-face {
  font-family: "GT Super";

  src: url('fonts/GT-Super-Display-Regular-Italic.woff2') format('woff2'),
	url('fonts/GT-Super-Display-Regular-Italic.woff') format('woff');

  font-style: italic;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-Regular.woff2') format('woff2'),
	url('fonts/Inter-Regular.woff') format('woff');

  font-weight: 400;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-Italic.woff2') format('woff2'),
	url('fonts/Inter-Italic.woff') format('woff');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-Medium.woff2') format('woff2'),
	url('fonts/Inter-Medium.woff') format('woff');

  font-weight: 500;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-MediumItalic.woff2') format('woff2'),
	url('fonts/Inter-MediumItalic.woff') format('woff');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-Bold.woff2') format('woff2'),
	url('fonts/Inter-Bold.woff') format('woff');

  font-weight: 700;
}

@font-face {
  font-family: "Inter";

  src: url('fonts/Inter-BoldItalic.woff2') format('woff2'),
	url('fonts/Inter-BoldItalic.woff') format('woff');

  font-weight: 700;

  font-style: italic;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, Arial, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: 'Courier New', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

:root {
  --full-height: 100%;
  --content-height-mobile: calc(100vh - 75px);
  --content-height-desktop: calc(100vh - 100px);
}

/* re-calculates height values if the admin bar is present */

body.admin-bar {
  --full-height: calc(100vh - 32px);
  --content-height-mobile: calc(100vh - 107px);
  --content-height-desktop: calc(100vh - 132px);
}

@media screen and ( max-width: 782px ) {
  body.admin-bar {
    --full-height: calc(100vh - 46px);
    --content-height-mobile: calc(100vh - 121px);
    --content-height-desktop: calc(100vh - 146px)
  }
}

/* always ensure the footer is at the bottom of the viewport, even if there is little content */

div#page {
  display: flex;
  min-height: var(--full-height);
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}

.gip-popup .mapboxgl-popup-content div#page{
  border-top: 1px dashed #1D734C;
}

main#primary {
  margin-top: 75px;
  flex-grow: 1;
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

@media (min-width: 1024px) {
  main#primary {
    margin-top: 100px;
  }
}

main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
  font-size: 18px;
  line-height: 30px;
  font-family: Inter, Arial, sans-serif;
  color: #343434;
  font-weight: 400;
}

main#primary :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)) {
  color: #1D734C;
}

main#primary :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
  color: #343434;
}

main#primary :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-family: 'GT Super', 'Times New Roman', serif;
  color: #1D734C;
}

main#primary :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-family: 'GT Super', 'Times New Roman', serif;
  color: #1D734C;
}

main#primary :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-family: Inter, Arial, sans-serif;
  color: #343434;
}

main#primary :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-family: Inter, Arial, sans-serif;
  color: #1D734C;
}

main#primary :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-family: Inter, Arial, sans-serif;
  color: #1D734C;
  text-transform: uppercase;
}

main#primary :where(h1:first-child):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1:first-child):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1:first-child):not(:where([class~="not-prose"] *)) {
}

main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
  font-size: 16px;
  line-height: 24px;
}

main#primary :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
  margin: 15px 0;
}

main#primary :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 40px;
  line-height: 45px;
  margin: 10px 0;
}

main#primary :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 32px;
  line-height: 36px;
  margin: 10px 0;
}

main#primary :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 24px;
  line-height: 34px;
  margin: 10px 0;
}

main#primary :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0;
}

main#primary :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0;
}

main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dark main#primary, .dark .is-root-container.block-editor-block-list__layout, .dark .edit-post-visual-editor__post-title-wrapper {
  color: #FFF9F5;
}

.dark main#primary :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.dark main#primary :where(p):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.dark main#primary :where(h1):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.dark main#primary :where(h2):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.dark main#primary :where(h3):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.dark main#primary :where(h4):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.dark main#primary :where(h5):not(:where([class~="not-prose"] *)), .dark .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .dark .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.dark main#primary, .dark .is-root-container.block-editor-block-list__layout, .dark .edit-post-visual-editor__post-title-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(11 68 50 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
    font-size: 16px;
    line-height: 24px;
  }

  main#primary :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
    margin: 15px 0;
  }

  main#primary :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 48px;
    line-height: 45px;
    margin: 10px 0;
  }

  main#primary :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 36px;
    line-height: 36px;
    margin: 10px 0;
  }

  main#primary :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0;
  }

  main#primary :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
  }

  main#primary :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
  }
}

@media (min-width: 1280px) {
  main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
    font-size: 18px;
    line-height: 30px;
  }

  main#primary :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
    margin: 25px 0;
  }

  main#primary :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 64px;
    line-height: 72px;
    margin: 15px 0;
  }

  main#primary :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 40px;
    line-height: 52px;
    margin: 15px 0;
  }

  main#primary :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 32px;
    line-height: 42px;
    margin: 15px 0;
  }

  main#primary :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
    font-size: 24px;
    line-height: 34px;
    margin: 15px 0;
  }

  main#primary :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
  }
}

@media (min-width: 1920px) {
  main#primary, .is-root-container.block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper {
    font-size: 18px;
    line-height: 30px;
  }

  main#primary :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(p):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(p):not(:where([class~="not-prose"] *)) {
    margin: 25px 0;
  }

  main#primary :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h1):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 72px;
    line-height: 77px;
    margin: 15px 0;
  }

  main#primary :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h2):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 48px;
    line-height: 52px;
    margin: 15px 0;
  }

  main#primary :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h3):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 36px;
    line-height: 45px;
    margin: 15px 0;
  }

  main#primary :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h4):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h4):not(:where([class~="not-prose"] *)) {
    font-size: 24px;
    line-height: 34px;
    margin: 15px 0;
  }

  main#primary :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout :where(h5):not(:where([class~="not-prose"] *)), .edit-post-visual-editor__post-title-wrapper :where(h5):not(:where([class~="not-prose"] *)) {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
  }
}

main#primary .dark, .is-root-container.block-editor-block-list__layout .dark {
  color: #FFF9F5;
}

main#primary .dark :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

main#primary .dark :where(p):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(p):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

main#primary .dark :where(h1):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(h1):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

main#primary .dark :where(h2):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(h2):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

main#primary .dark :where(h3):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(h3):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

main#primary .dark :where(h4):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(h4):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

main#primary .dark :where(h5):not(:where([class~="not-prose"] *)), .is-root-container.block-editor-block-list__layout .dark :where(h5):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

header#masthead, footer#colophon, main#primary {
  width: 100%;
  flex-shrink: 0;
}

header#masthead {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  z-index: 999;
}

/* base margins and widths */

.w-responsive, .entry-title, .entry-content > *:not([data-align="full"]):not(.alignfull), main#primary article footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .w-responsive, .entry-title, .entry-content > *:not([data-align="full"]):not(.alignfull), main#primary article footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.entry-content .acf-block-component {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1024px) {
  .entry-content .acf-block-component {
    margin-left: -50px;
  }

  .entry-content .acf-block-component {
    margin-right: -50px;
  }
}

.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .wp-block-group {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wp-block-group.alignwide {
  width: 100%;
  padding: 0;
  max-width: none;
}

.alignfull {
  width: 100%;
}

.h-viewport {
  height: var(--content-height-mobile);
}

@media (min-width: 1024px) {
  .h-viewport {
    height: var(--content-height-desktop);
  }
}

.fill-dynamic {
  fill: #FFF9F5;
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dark .fill-dynamic {
  fill: #0B4432;
}

.stroke-dynamic {
  stroke: #1D734C;
}

.dark .stroke-dynamic {
  stroke: #B0F163;
}

.outline-dynamic {
  outline-color: #FFF9F5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dark .outline-dynamic {
  outline-color: #0B4432;
}

/* base colors and text */

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
}

body *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

body *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

body::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

body::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

a:not(nav *):not(.button):not(.block-link):not(.wp-block-button__link) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:not(nav *):not(.button):not(.block-link):not(.wp-block-button__link):hover {
  -webkit-text-decoration-color: #B0F163;
          text-decoration-color: #B0F163;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.bg-green-bright {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.bg-green-bright *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

.bg-green-bright *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

.bg-green-bright::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

.bg-green-bright::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

.bg-green-bright a {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.bg-green-bright a:hover {
  -webkit-text-decoration-color: #1D734C;
          text-decoration-color: #1D734C;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul li, .entry-content ol li {
  margin-left: 25px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ul, .entry-content ol {
  margin-top: 25px;
  margin-bottom: 25px;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-content p:first-child, .entry-content ul:first-child, .entry-content ol:first-child {
  margin-top: 0;
}

.acf-block-preview img{
  opacity:1!important;
}

.acf-block-preview .fadeup{
  opacity: 1!important;
}

.block-editor-block-list__block input[type=checkbox], .block-editor-block-list__block input[type=radio]{
  width: 1rem!important;
}

/* Helpers */

.dotted-border {
  position: relative;
  min-height: 75vh;
}

.dotted-border:before {
  position: absolute;
  content: '';
  height: 1px;
  top: 50px;
  width: 100%;
  background-position: bottom;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
}

.dotted-border:after {
  position: absolute;
  content: '';
  height: 1px;
  bottom: 50px;
  width: 100%;
  background-position: bottom;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
}

.dotted-border__content {
  padding-top:20%;
  padding-bottom:20%;
}

/* recaptha styles */

.grecaptcha-badge{
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.spinner {
  top: -100px;
  right: -70px;
  height: 180px;
  width: 180px;
}

@media (min-width: 1024px) {
  .spinner {
    top: -136px;
  }

  .spinner {
    right: -270px;
  }

  .spinner {
    height: 272px;
  }

  .spinner {
    width: 272px;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 */

.container {
  width: 100%;
}

@media (min-width: 0px) {
  .container {
    max-width: 0px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.prose :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)) {
  color: #1D734C;
}

.prose-invert {
  color: #FFF9F5;
}

.prose-invert :where(a:not(.button):not(.wp-block-button__link)):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.prose-invert :where(p):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.prose-invert :where(h1):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.prose-invert :where(h2):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

.prose-invert :where(h3):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.prose-invert :where(h4):not(:where([class~="not-prose"] *)) {
  color: #FFF9F5;
}

.prose-invert :where(h5):not(:where([class~="not-prose"] *)) {
  color: #D3F5D4;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

#primary-menu-container {
  position: absolute;
  top: 75px;
  left: -100%;
  display: flex;
  min-height: var(--content-height-mobile);
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.gip-popup .mapboxgl-popup-content #primary-menu-container{
  border-top: 1px dashed #1D734C;
}

@media (min-width: 1024px) {
  #primary-menu-container {
    position: static;
  }

  #primary-menu-container {
    top: auto;
  }

  #primary-menu-container {
    left: auto;
  }

  #primary-menu-container {
    display: block;
  }

  #primary-menu-container {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }

  #primary-menu-container {
    width: auto;
  }

  #primary-menu-container {
    padding: 0;
  }

  #primary-menu-container {
    opacity: 1;
  }

  #primary-menu-container {
    transition-property: none;
  }
}

#primary-menu-container.--open {
  left: 0;
}

#primary-menu-container ul#primary-menu {
  position: relative;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu {
    position: static;
  }

  #primary-menu-container ul#primary-menu {
    display: flex;
  }

  #primary-menu-container ul#primary-menu {
    gap: 40px;
  }

  #primary-menu-container ul#primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

#primary-menu-container ul#primary-menu li {
  white-space: nowrap;
}

#primary-menu-container ul#primary-menu > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li {
    border-width: 0px;
  }
}

#primary-menu-container ul#primary-menu > li > a {
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.gip-popup .mapboxgl-popup-content #primary-menu-container ul#primary-menu > li > a{
  border-top: 1px dashed #1D734C;
}

#primary-menu-container ul#primary-menu > li > a:hover {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > a {
    margin-left: auto;
  }

  #primary-menu-container ul#primary-menu > li > a {
    display: block;
  }

  #primary-menu-container ul#primary-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }

  #primary-menu-container ul#primary-menu > li > a {
    font-size: 18px;
    line-height: 30px;
  }

  #primary-menu-container ul#primary-menu > li > a {
    --tw-text-opacity: 1;
    color: rgb(29 115 76 / var(--tw-text-opacity));
  }
}

#primary-menu-container ul#primary-menu > li.menu-item-has-children > a::after {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
  --tw-content: '→';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li.menu-item-has-children > a::after {
    --tw-content: none;
    content: var(--tw-content);
  }
}

#primary-menu-container ul#primary-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: -100vw;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    pointer-events: none;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    position: absolute;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    top: 100px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    left: auto;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    height: auto;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    width: auto;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    min-width: 200px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    border-right-width: 1px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    border-left-width: 1px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    --tw-border-opacity: 1;
    border-color: rgb(29 115 76 / var(--tw-border-opacity));
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    opacity: 0;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

#primary-menu-container ul#primary-menu > li > ul.sub-menu > li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li.back {
    display: none;
  }
}

#primary-menu-container ul#primary-menu > li > ul.sub-menu > li.back > a::before {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
  --tw-content: '←';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li.back > a::before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

/* @apply border-0; */

#primary-menu-container ul#primary-menu > li > ul.sub-menu > li:last-child > a {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li:last-child > a {
    padding-bottom: 12px;
  }
}

#primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.gip-popup .mapboxgl-popup-content #primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a{
  border-top: 1px dashed #1D734C;
}

#primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a:hover {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a {
    font-size: 18px;
    line-height: 30px;
  }

  #primary-menu-container ul#primary-menu > li > ul.sub-menu > li > a {
    --tw-text-opacity: 1;
    color: rgb(29 115 76 / var(--tw-text-opacity));
  }
}

#primary-menu-container ul#primary-menu > li.--open > a {
}

#primary-menu-container ul#primary-menu > li.--open > ul.sub-menu {
  pointer-events: auto;
  left: 0;
  opacity: 1;
}

@media (min-width: 1024px) {
  #primary-menu-container ul#primary-menu > li.--open > ul.sub-menu {
    left: auto;
  }
}

#primary-menu-container ul#secondary-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gip-popup .mapboxgl-popup-content #primary-menu-container ul#secondary-menu{
  border-top: 1px dashed #1D734C;
}

#primary-menu-container ul#secondary-menu > li > a {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

footer nav ul#secondary-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gip-popup .mapboxgl-popup-content footer nav ul#secondary-menu{
  border-top: 1px dashed #1D734C;
}

@media (min-width: 1024px) {
  footer nav ul#secondary-menu {
    flex-direction: row;
  }

  footer nav ul#secondary-menu {
    gap: 40px;
  }
}

footer nav ul#secondary-menu li a {
  white-space: nowrap;
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
}

footer nav ul#secondary-menu li a:hover {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  footer nav ul#secondary-menu li a {
    font-size: 36px;
    line-height: normal;
  }
}

footer nav ul#footer-menu {
  display: flex;
  gap: 40px;
}

.gip-popup .mapboxgl-popup-content footer nav ul#footer-menu{
  border-top: 1px dashed #1D734C;
}

footer nav ul#footer-menu li a {
  text-transform: uppercase;
}

footer nav ul#footer-menu li a:hover {
  opacity: 0.5;
}

footer nav ul#mobile-footer-menu {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 22px;
}

.gip-popup .mapboxgl-popup-content footer nav ul#mobile-footer-menu{
  border-top: 1px dashed #1D734C;
}

footer nav ul#mobile-footer-menu li {
  margin-bottom: 25px;
  width: 50%;
  flex-shrink: 0;
}

footer nav ul#mobile-footer-menu li a {
  text-transform: uppercase;
}

footer nav ul#mobile-footer-menu li a:hover {
  opacity: 0.5;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-flex;
  height: 50px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px !important;
  padding-right: 50px !important;
  padding-left: 25px !important;
  font-size: 16px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button .wp-block-button__link::after {
  position: absolute;
  right: 25px;
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '→';
  content: var(--tw-content);
}

.wp-block-button .wp-block-button__link *:hover::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
}

.wp-block-button .wp-block-button__link *:hover::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
}

.wp-block-button .wp-block-button__link:hover::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
}

.wp-block-button .wp-block-button__link:hover::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(29 115 76 / var(--tw-bg-opacity));
}

.wp-block-button .wp-block-button__link:hover::after {
  content: var(--tw-content);
  right: 20px;
}

@media (min-width: 1280px) {
  .wp-block-button .wp-block-button__link {
    height: 60px;
  }

  .wp-block-button .wp-block-button__link {
    padding-left: 30px !important;
  }

  .wp-block-button .wp-block-button__link {
    font-size: 18px;
    line-height: 30px;
  }
}

.wp-block-button.is-style-fill .wp-block-button__link {
  --tw-border-opacity: 1;
  border-color: rgb(211 245 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 68 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.wp-block-button.is-style-fill .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(29 115 76 / var(--tw-text-opacity)) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

.dark .wp-block-button.is-style-outline .wp-block-button__link {
  --tw-border-opacity: 1;
  border-color: rgb(211 245 212 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1 !important;
  color: rgb(211 245 212 / var(--tw-text-opacity)) !important;
}

.dark .wp-block-button.is-style-outline .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(29 115 76 / var(--tw-text-opacity)) !important;
}

.pattern--image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.gip-popup .mapboxgl-popup-content .pattern--image-content{
  border-top: 1px dashed #1D734C;
}

@media (min-width: 1024px) {
  .pattern--image-content {
    flex-direction: row;
  }

  .pattern--image-content {
    gap: 30px;
  }
}

.pattern--image-content .wp-block-image {
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (min-width: 1024px) {
  .pattern--image-content .wp-block-image {
    flex-basis: 50%;
  }
}

.pattern--image-content .wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pattern--image-content .wp-block-image figcaption {
  display: none;
}

.pattern--image-content .content-column {
  width: 100%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 241 99 / var(--tw-border-opacity));
  padding: 20px;
}

@media (min-width: 1024px) {
  .pattern--image-content .content-column {
    flex-basis: 33.333333%;
  }

  .pattern--image-content .content-column {
    padding: 30px;
  }
}

.button {
  display: inline-flex;
  height: 50px;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

.dark .button {
  --tw-border-opacity: 1;
  border-color: rgb(211 245 212 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.dark .button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .button {
    height: 60px;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    font-size: 18px;
    line-height: 30px;
  }
}

.button svg path {
  fill: #1D734C;
}

.dark .button svg path {
  fill: #D3F5D4;
}

.dark .button:hover svg path {
  fill: #1D734C;
}

.button.button-icon {
  height: 50px;
  width: 50px;
  justify-content: center;
  padding: 0;
}

.button--arrow {
  position: relative;
  padding-right: 50px;
}

.button--arrow::after {
  position: absolute;
  right: 25px;
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '→';
  content: var(--tw-content);
}

.button--arrow:hover::after {
  content: var(--tw-content);
  right: 20px;
}

.big-stats {
  white-space: nowrap;
  font-family: 'GT Super', 'Times New Roman', serif;
  font-size: 64px;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.dark .big-stats {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

@media (min-width: 1440px) {
  .big-stats {
    font-size: 72px;
    line-height: normal;
  }
}

@media (min-width: 1920px) {
  .big-stats {
    font-size: 96px;
    line-height: normal;
  }
}

main#primary .accordions, .is-root-container.block-editor-block-list__layout .accordions {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.gip-popup .mapboxgl-popup-content main#primary .accordions, .gip-popup .mapboxgl-popup-content .is-root-container.block-editor-block-list__layout .accordions{
  border-top: 1px dashed #1D734C;
}

main#primary .accordions .accordion, .is-root-container.block-editor-block-list__layout .accordions .accordion {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 249 245 / var(--tw-border-opacity));
  padding-left: 20px;
}

.dark main#primary .accordions .accordion, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion {
  --tw-border-opacity: 1;
  border-color: rgb(11 68 50 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  main#primary .accordions .accordion, .is-root-container.block-editor-block-list__layout .accordions .accordion {
    padding-left: 30px;
  }
}

main#primary .accordions .accordion > *:first-child, .is-root-container.block-editor-block-list__layout .accordions .accordion > *:first-child {
  margin: 0;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

main#primary .accordions .accordion > *:first-child:hover, .is-root-container.block-editor-block-list__layout .accordions .accordion > *:first-child:hover {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.dark main#primary .accordions .accordion > *:first-child, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion > *:first-child {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.dark main#primary .accordions .accordion > *:first-child:hover, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion > *:first-child:hover {
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

main#primary .accordions .accordion > *:nth-child(2), .is-root-container.block-editor-block-list__layout .accordions .accordion > *:nth-child(2) {
  margin: 0;
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

main#primary .accordions .accordion > *:nth-child(2) > *:not(.link), .is-root-container.block-editor-block-list__layout .accordions .accordion > *:nth-child(2) > *:not(.link) {
  margin: 0;
}

main#primary .accordions .accordion > *:nth-child(2) a.link, .is-root-container.block-editor-block-list__layout .accordions .accordion > *:nth-child(2) a.link {
  margin-top: 20px;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.dark main#primary .accordions .accordion > *:nth-child(2) a.link, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion > *:nth-child(2) a.link {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.dark main#primary .accordions .accordion > *:nth-child(2) a.link:hover, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion > *:nth-child(2) a.link:hover {
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

main#primary .accordions .accordion--active, .is-root-container.block-editor-block-list__layout .accordions .accordion--active {
  --tw-border-opacity: 1;
  border-color: rgb(176 241 99 / var(--tw-border-opacity));
}

.dark main#primary .accordions .accordion--active, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion--active {
  --tw-border-opacity: 1;
  border-color: rgb(176 241 99 / var(--tw-border-opacity));
}

main#primary .accordions .accordion--active > *:first-child, .is-root-container.block-editor-block-list__layout .accordions .accordion--active > *:first-child {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

main#primary .accordions .accordion--active > *:first-child:hover, .is-root-container.block-editor-block-list__layout .accordions .accordion--active > *:first-child:hover {
  cursor: default;
}

.dark main#primary .accordions .accordion--active > *:first-child, .dark .is-root-container.block-editor-block-list__layout .accordions .accordion--active > *:first-child {
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

main#primary .accordions-text-only, .is-root-container.block-editor-block-list__layout .accordions-text-only {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.gip-popup .mapboxgl-popup-content main#primary .accordions-text-only, .gip-popup .mapboxgl-popup-content .is-root-container.block-editor-block-list__layout .accordions-text-only{
  border-top: 1px dashed #1D734C;
}

main#primary .accordions-text-only .accordion-item, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item {
  margin-left: 10px;
  margin-right: 10px;
}

main#primary .accordions-text-only .accordion-item #accordion-title, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-title {
  margin: 0;
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

main#primary .accordions-text-only .accordion-item #accordion-title:hover, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-title:hover {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.dark main#primary .accordions-text-only .accordion-item #accordion-title, .dark .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-title {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

main#primary .accordions-text-only .accordion-item #accordion-content, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-content {
  margin: 0;
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

main#primary .accordions-text-only .accordion-item #accordion-content a.link, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-content a.link {
  margin-top: 20px;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.dark main#primary .accordions-text-only .accordion-item #accordion-content a.link, .dark .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-content a.link {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.dark main#primary .accordions-text-only .accordion-item #accordion-content a.link:hover, .dark .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item #accordion-content a.link:hover {
  --tw-text-opacity: 1;
  color: rgb(176 241 99 / var(--tw-text-opacity));
}

main#primary .accordions-text-only .accordion-item--active, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item--active {
  display: flex;
}

.gip-popup .mapboxgl-popup-content main#primary .accordions-text-only .accordion-item--active, .gip-popup .mapboxgl-popup-content .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item--active{
  border-top: 1px dashed #1D734C;
}

main#primary .accordions-text-only .accordion-item--active #accordion-title, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item--active #accordion-title {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

main#primary .accordions-text-only .accordion-item--active #accordion-title:hover, .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item--active #accordion-title:hover {
  cursor: pointer !important;
}

.dark main#primary .accordions-text-only .accordion-item--active #accordion-title, .dark .is-root-container.block-editor-block-list__layout .accordions-text-only .accordion-item--active #accordion-title {
  --tw-text-opacity: 1 !important;
  color: rgb(176 241 99 / var(--tw-text-opacity)) !important;
}

.wp-block-table thead th {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 68 50 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wp-block-table thead th {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-table thead th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.wp-block-table thead th:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 86 70 / var(--tw-bg-opacity));
}

.wp-block-table tbody tr {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
}

.wp-block-table tbody tr:last-child {
  border-style: solid;
}

.wp-block-table tbody tr td {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  .wp-block-table tbody tr td {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.wp-block-table tbody tr td:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 237 / var(--tw-bg-opacity));
}

table thead th {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 68 50 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  table thead th {
    padding-left: 30px;
    padding-right: 30px;
  }

  table thead th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

table thead th:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(35 86 70 / var(--tw-bg-opacity));
}

table tbody tr {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
}

table tbody tr:last-child {
  border-style: solid;
}

table tbody tr td {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1024px) {
  table tbody tr td {
    padding-left: 30px;
    padding-right: 30px;
  }

  table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

table tbody tr td:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 237 / var(--tw-bg-opacity));
}

.wp-block-file {
  margin-bottom: 1.5em;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.wp-block-file a {
  color: black!important;
  text-decoration: none!important;
}

@media (min-width: 1280px){
  .wp-block-file a {
    font-size: 32px;
    line-height: 42px
  }
}

@media(min-width: 1024px){
  .wp-block-file a {
    font-size: 24px;
    line-height: 34px
  }
}

.wp-block-file__content-wrapper{
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.wp-block-file .wp-block-file__button {
  position: relative;
  height: 50px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 50px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.wp-block-file .wp-block-file__button::after {
  position: absolute;
  right: 25px;
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '→';
  content: var(--tw-content);
}

.wp-block-file .wp-block-file__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

.wp-block-file .wp-block-file__button:hover::after {
  content: var(--tw-content);
  right: 20px;
}

.dark .wp-block-file .wp-block-file__button {
  --tw-border-opacity: 1;
  border-color: rgb(211 245 212 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.dark .wp-block-file .wp-block-file__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .wp-block-file .wp-block-file__button {
    height: 60px;
  }

  .wp-block-file .wp-block-file__button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-file .wp-block-file__button {
    font-size: 18px;
    line-height: 30px;
  }
}

.wp-block-file .wp-block-file__button{
  text-decoration: none!important;
  width: 50%;
  max-width: 250px;
  height: auto;
  color: #1D734C!important;
}

.wp-block-file .wp-block-file__button-richtext-wrapper{
  display: contents;
  margin-left: 0.75em;
  width: 50%;
}

.wp-block-file .wp-block-file__button svg path {
  fill: #1D734C;
}

.dark .wp-block-file .wp-block-file__button svg path {
  fill: #D3F5D4;
}

.dark .wp-block-file .wp-block-file__button:hover svg path {
  fill: #1D734C;
}

.wp-block-file .wp-block-file__button.button-icon {
  height: 50px;
  width: 50px;
  justify-content: center;
  padding: 0;
}

.wp-block-file .wp-block-file__button--arrow {
  position: relative;
  padding-right: 50px;
}

.wp-block-file .wp-block-file__button--arrow::after {
  position: absolute;
  right: 25px;
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '→';
  content: var(--tw-content);
}

.wp-block-file .wp-block-file__button--arrow:hover::after {
  content: var(--tw-content);
  right: 20px;
}

/* Single Page Hero */

.dotted-border-bottom{
  position: relative;
}

.dotted-border-bottom::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-position: bottom;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  bottom: 0px;
  background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
}

.dotted-border-bottom:before {
  content: '';
  position: absolute;
  right: 0;
  top:0;
  width: 100%;
  height: calc(100% - 10px);
  background-image: url('images/dotted-header.svg');
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.scroll-icon::before {
  content:'';
  height: 55px;
  width: 35px;
  background-image: url('images/scroll-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 110px;
  left: 50px;
}

@media screen and ( max-width: 1024px ) {
  .scroll-icon::before {
    bottom: 110px;
    left: 20px
  }
}

.single-hero {
  position: relative;
  border-bottom: 1px solid #1D734C;
}

.single-hero__content {
  padding: 50px 0 60px 0;
  height: auto;
  align-items: center;
}

.single-hero__image {
  position: relative;
  height: 100%;
  min-height: 50vh;
  border-bottom: 0px;
  padding-top: 30px;
  border-top: 1px solid #1D734C;
}

.single-hero__image img{
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}

.single-hero__image::before, .single-hero__image::after, .single-hero__content::after, .single-hero__content::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-position: bottom;
  background-size: 25px 1px;
  background-repeat: repeat-x;
}

.single-hero__image::after {
  bottom: 30px;
  background-image: linear-gradient(to right, #B0F163 50%, rgba(255,255,255,0) 0%);
  z-index: 11;
}

.single-hero__image::before {
  top: 80px;
  background-image: linear-gradient(to right, #B0F163 50%, rgba(255,255,255,0) 0%);
  z-index: 11;
}

.single-hero__content::after, .single-hero__content::before {
  display: none;
}

.post-content .sidebar{
  max-width: 100%;
  width: 100%;
  border-left: 1px solid #B0F163;
  height: auto;
  padding-left: 20px;
}

.post-content .content{
  max-width: 100%;
  width: 100%;
}

.post-footer-content{
  border-top: 1px solid #B0F163;
}

@media screen and ( min-width: 1024px ) {
  .single-hero, .single-hero__image {
    height: auto;
    min-height: calc(100vh - 132px);
  }

  .single-hero__content::after {
    display: block;
    bottom: 80px;
    background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
  }

  .single-hero__content::before {
    display: block;
    top: 80px;
    background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
  }

  .single-hero__content {
    padding: 110px 0 170px 0;
  }

  .single-hero__image {
    padding-top: 0;
    border-top: none;
  }

  .single-hero__image::after {
    bottom: 80px;
  }

  .post-content .sidebar {
    max-width: 20%;
    height: 100%;
  }

  .post-content .content {
    max-width: 60%;
  }
}

/* Blog page */

.blog-header{
  position: relative;
  width: 100%;
  max-width: none;
}

.blog-header:before {
  content: '';
  position: absolute;
  right: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-image: url('images/dotted-header.svg');
  background-position: right top;
  background-repeat: no-repeat;
  pointer-events: none;
}

.blog-header:after {
  content: '';
  position: absolute;
  height: 1px;
  left:0;
  bottom: 0;
  width: 100%;
  background-position: bottom;
  background-size: 25px 1px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, #1D734C 50%, rgba(255,255,255,0) 0%);
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

@media (min-width: 1024px) {
  .post-grid {
    row-gap: 65px;
  }
}

.post-grid a{
  text-decoration: none;
  color: #343434;
}

.post-grid a h4 {
  color: #343434!important;
}

.post-card h3{
  color: #343434!important;
}

.post-grid a:hover{
  text-decoration: none;
  color: #1D734C;
}

.post-grid a:hover h4 {
  color: #1D734C!important;
}

.post-grid-item {
  grid-row-end: span 1;
  grid-column-end: span 1;
}

.post-grid-item a:hover{
  border-left: 1px solid #1D734C;
  transition: 0.3s ease;
}

.post-grid-item a {
  width: 100%;
  height: 100%;
  border-left: 1px solid #B0F163;
  transition: 0.3s ease;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 3;
}

.post-card img{
  outline: 30px solid #fff9f4;
  outline-offset: -30px;
  transition: 0.3s ease;
}

.post-card-featured {
  border-left: 1px solid #B0F163;
  transition: 0.3s ease;
}

.post-card-featured:hover {
  transition: 0.3s ease;
  border-left: 1px solid #1D734C;
}

.post-card:hover img{
  outline-offset: 1px;
  outline: 0px solid #fff9f4;
  transition: 0.3s ease;
}

@media screen and ( max-width: 1024px ) {
  .span-2{
    grid-column-end: span 2;
    grid-row-end: span 1;
  }

  .post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and ( max-width: 768px ) {
  .post-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .span-2{
    grid-column-end: span 1;
  }
}

@media screen and ( max-width: 600px ) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
    padding: 0px;
  }
}

/* Lazyload styles */

.lazy {
  opacity:0;
  transition: 0.2s ease;
}

img {
  opacity:1;
  transition: 0.2s ease;
}

/* Pagination */

.pagination-wrapper {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #B0F163;
}

.pagination-wrapper .navigation .nav-links{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -1px;
}

.pagination-wrapper .navigation .nav-links .page-numbers {
  width:50px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-wrapper .navigation .nav-links .page-numbers.next{
  margin-left: 65px;
}

.pagination-wrapper .navigation .nav-links .page-numbers.prev {
  margin-right: 65px;
}

.pagination-wrapper .navigation .nav-links .current {
  position: relative;
  color: #B0F163;
  border-top: 1px solid #1D734C;
}

.arrow-left, .arrow-right {
  width: 55px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  background-image: url('images/arrow-left.svg');
}

.arrow-right {
  transform: rotate(180deg);
}

.arrow-down, .arrow-up {
  background-size: cover;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-image: url('images/arrow-down.svg');
}

.arrow-up {
  transition: all 0.5s ease-in-out;
  transform: rotate(-180deg);
}

.wp-block-separator{
  border-bottom: none;
}

.aspect-wrapper_left {
  position: relative;
  overflow:hidden;
  height:100%;
  width: auto;
  padding-top: 135.82%;
}

.aspect-wrapper_left img{
  width:100%;
  left: -1px;
  height:99.9%;
}

.aspect-wrapper_right {
  position: relative;
  overflow:hidden;
  height:100%;
  width: auto;
  padding-top: 135.82%;
}

.aspect-wrapper_right img{
  width:100%;
  left: 1px;
  height:99.9%;
}

.aspect-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Form Styles */

input, textarea {
  margin-bottom: 15px;
  width: 100%;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 144 141 / var(--tw-border-opacity));
  padding: 15px;
}

/* Animtation */

#primary-menu-container .menu-item{
  opacity:0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#primary-menu-container .animated .menu-item{
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#primary-menu-container .animated .menu-item:nth-of-type(1){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), .5s opacity cubic-bezier(.275,0,0,1);
}

#primary-menu-container .animated .menu-item:nth-of-type(2){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), 1s opacity cubic-bezier(.275,0,0,1);
}

#primary-menu-container .animated .menu-item:nth-of-type(3){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), 1.5s opacity cubic-bezier(.275,0,0,1);
}

#primary-menu-container .animated .menu-item:nth-of-type(4){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), 2s opacity cubic-bezier(.275,0,0,1);
}

#primary-menu-container .animated .menu-item:nth-of-type(5){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), 2.5s opacity cubic-bezier(.275,0,0,1);
}

#primary-menu-container .animated .menu-item:nth-of-type(6){
  transition: 1.5s left cubic-bezier(.19,1,.22,1), 3s opacity cubic-bezier(.275,0,0,1);
}

.header-unpin{
  transform: translateY(-115px);
}

.header-pin{
  transform: translateY(0);
}

/* 
Animated hero 
*/

.animated-hero {
  position: relative;
  height: 100%;
}

.animated-hero.active img {
  outline-width: 0px;
  outline-offset: 0px;
}

.animation-wrap{
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.animation-wrap .item {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
}

.gip-popup .mapboxgl-popup-content .animation-wrap .item{
  border-top: 1px dashed #1D734C;
}

.animation-wrap .item{
  flex: 0 0 100%;
  height: 100vh;
  min-width: 100vw;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.pin-wrap{
  display: flex;
  position: relative;
  z-index: 1;
  height: calc(100vh - 100px);
}

/* Slide Animation */

.fade-in-down {
  -webkit-animation: fade-in-down 2s ease infinite;
          animation: fade-in-down 2s ease infinite;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image fade-load */

.fade-image{
  opacity:0;
  transition: 1s ease;
}

.fade-image.animated {
  opacity: 1;
  transition: 1s ease;
}

.wp-block-media-text__media{
  opacity:0;
  transition: 1s ease;
}

.wp-block-media-text__media.animated {
  opacity: 1;
  transition: 1s ease;
}

/*Archive select */

.select-archive:after{
  width: 16px;
  height: 13px;
  content: '';
  position: absolute;
  top: 29px;
  right: 75px;
  background-image: url('images/arrow-left.svg');
  transform: rotate(-90deg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width: 1024px){
  .select-archive:after{
    top: 26px;
    right: 45px
  }
}

/* Content Animations */

.fadeup {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.in-view {
  transform: none;
  opacity: 1;
}

.in-view.fadeup, .in-view .fadeup{
  transform: none;
  opacity: 1;
}

/* Gravity Forms */

.gform_title {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  border: none!important;
}

.gform_validation_errors{
  border: none;
}

.gfield_error input{
  border: 1px solid #BD091D;
  background-color: #FFF4F5;
}

.gfield_validation_message{
  color: #BD091D;
}

.gfield.hidden_label label{
  display: none;
}

.gfield--width-half{
  max-width: 50%;
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
}

.gfield--width-half:nth-of-type(odd){
  margin-right: 0;
}

@media(max-width: 1024px){
  .gfield--width-half{
    max-width: 100%;
    width: 100%
  }
}

.member{
  transition: 0.3s ease;
}

.member-card:hover{
  cursor: pointer;
}

.member-card:hover h3{
  color: #1D734C!important;
}

.member.open .member-drawer{
  transform: translateX(0);
  transition: 0.2s ease;
}

.member-drawer {
  position: fixed;
  top: 0;
  right: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 245 / var(--tw-bg-opacity));
  max-width:1080px;
  width: 100%;
  transform: translateX(100%);
}

.member-overlay{
  opacity:0;
  pointer-events: none;
  transition: 0.2s ease;
}

.member-overlay.visible{
  position: fixed;
  width:100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 99;
  pointer-events: all;
  transition: 0.2s ease;
}

.member .image-col{
  transform: translateX(100%);
  transition: 0.2s ease;
}

.member .image-col.open{
  transform: translateX(0);
  transition: 0.5s ease;
}

.member h3{
  margin-bottom: 0px!important;
}

.member .aspect-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 125% 0 0 0;
}

.member .aspect-container img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aspect-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 65% 0 0 0;
}

/* 34.37% = 100 / (w / h) = 100 / (640 / 220) */

.aspect-container img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-form input[type=search]{
  font-size: 40px;
  line-height: 45px;
  margin: 10px 0;
  border: none;
  color: #1D734C;
  background: transparent;
  font-family: 'GT Super', 'Times New Roman', serif;
  padding: 0;
  border-radius: 0px;
}

@media(min-width: 1024px){
  .search-form input[type=search]{
    font-size: 48px;
    line-height: 45px;
    margin: 15px 0
  }
}

@media(min-width: 1280px){
  .search-form input[type=search]{
    font-size: 64px;
    line-height: 72px;
    margin: 15px 0
  }
}

.search-form input[type=search]:focus{
  outline: none;
}

.search-form input[type=search] placehodler{
  font-size: 40px;
  line-height: 45px;
  margin: 10px 0;
}

@media(max-width: 1024px){
  .search-form input[type=search] placehodler{
    font-size: 48px;
    line-height: 45px;
    margin: 15px 0
  }
}

@media(max-width: 1280px){
  .search-form input[type=search] placehodler{
    font-size: 64px;
    line-height: 72px;
    margin: 15px 0
  }
}

.search-form input:-webkit-autofill,
	.search-form input:-webkit-autofill:hover,
	.search-form input:-webkit-autofill:focus,
	.search-form textarea:-webkit-autofill,
	.search-form textarea:-webkit-autofill:hover,
	.search-form textarea:-webkit-autofill:focus,
	.search-form select:-webkit-autofill,
	.search-form select:-webkit-autofill:hover,
	.search-form select:-webkit-autofill:focus {
  background-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

/* The Map */

.map-block{
  position: relative;
}

.map-block:before{
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  content:'';
  background: rgb(255,249,245);
  background: linear-gradient(180deg, rgba(255,249,245,1) 30%, rgba(255,255,255,0) 100%);
  z-index: 10;
  pointer-events:none;
}

@media(max-width:768px){
  .map-block:before{
    height: 60px
  }
}

.map-block:after{
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  content:'';
  background: rgb(255,249,245);
  background: linear-gradient(0deg, rgba(255,249,245,1) 30%, rgba(255,255,255,0) 100%);
  z-index: 10;
}

@media(max-width:768px){
  .map-block:after{
    height: 60px
  }
}

.gip-map{
  min-height:1200px;
  height:100%;
  width: 100%;
}

@media(max-width: 1024px){
  .gip-map{
    min-height: 950px
  }
}

@media(max-width:768px){
  .gip-map{
    min-height: 500px
  }
}

.gip-map .mapboxgl-ctrl-top-right {
  top: 100px;
  right: 0;
  z-index: 11;
}

@media(max-width:768px){
  .mapboxgl-popup{
    position: fixed!important;
    bottom: 0!important;
    top: inherit!important;
    transform: translate(0)!important;
    height: 100%;
    overflow: scroll;
    pointer-events: all!important;
    justify-content: end
  }
}

.gip-popup{
  z-index: 999;
}

.gip-popup .mapboxgl-popup-content{
  padding:0;
  background-color: #FFF9F5;
  border: 1px solid #1D734C;
}

.gip-popup .mapboxgl-popup-content .title{
  background-color: #1D734C;
}

.gip-popup .mapboxgl-popup-content .title h4{
  color: #D3F5D4!important;
  margin: 0px!important;
}

.gip-popup .mapboxgl-popup-content p{
  margin: 0!important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.gip-popup .mapboxgl-popup-content a:focus {
  outline:0;
}

.gip-popup .mapboxgl-popup-content .flex{
  border-top: 1px dashed #1D734C;
}

.gip-popup .mapboxgl-popup-close-button{
  right: 15px;
  top: 15px;
  font-size: 30px;
  color:#D3F5D4!important;
}

.gip-popup .mapboxgl-popup-close-button:focus {
  outline:0;
}

.gip-popup .mapboxgl-popup-close-button:hover{
  background-color: #1D734C;
}

.gip-marker-project {
  background-color: #0b4432;
  background-image: url('images/gip-icon-brightgreen-rgb.svg');
  padding: 5px;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.1s ease;
}

.gip-marker-project:hover{
  width: 40px;
  height: 40px;
  transition: 0.1s ease;
}

.gip-marker-project.open{
  width: 40px;
  height: 40px;
}

.gip-marker-location {
  background-color: #B0F163;
  background-image: url('images/gip-map-icon-dark.svg');
  padding: 5px;
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.1s ease;
  pointer-events: none;
}

.mapboxgl-popup {
  max-width: 576px!important;
  width: 100%;
}

.mapboxgl-popup .mapboxgl-popup-tip{
  display: none;
}

/* Block Preview of Map */

.acf-block-preview .gip-map{
  height: 100%;
  min-height: 650px;
  width: 100%;
  background-image: url('images/map-preview.png');
  background-size: cover;
  background-position: center center;
}

/* Reports Archive */

.reports-archive .report {
  height: 100%;
  width: 100%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 241 99 / var(--tw-border-opacity));
}

.reports-archive .post-grid-item {
  min-height: 275px;
}

.reports-archive .post-grid-item .wp-block-file__button {
  width: 100%;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.bottom-55 {
  bottom: 55px;
}

.left-20 {
  left: 20px;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-45 {
  bottom: 45px;
}

.right-0 {
  right: 0;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[787\/1517\] {
  aspect-ratio: 787 / 1517;
}

.h-40 {
  height: 40px;
}

.h-75 {
  height: 75px;
}

.h-45 {
  height: 45px;
}

.h-full {
  height: 100%;
}

.h-24 {
  height: 24px;
}

.w-full {
  width: 100%;
}

.w-20 {
  width: 20px;
}

.w-3\/4 {
  width: 75%;
}

.w-0 {
  width: 0;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-30 {
  gap: 30px;
}

.gap-10 {
  gap: 10px;
}

.gap-40 {
  gap: 40px;
}

.gap-20 {
  gap: 20px;
}

.gap-15 {
  gap: 15px;
}

.gap-50 {
  gap: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-green-brand {
  --tw-border-opacity: 1;
  border-color: rgb(29 115 76 / var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(147 144 141 / var(--tw-border-opacity));
}

.border-green-bright {
  --tw-border-opacity: 1;
  border-color: rgb(176 241 99 / var(--tw-border-opacity));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.bg-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(11 68 50 / var(--tw-bg-opacity));
}

.bg-green-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(176 241 99 / var(--tw-bg-opacity));
}

.bg-green-light-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 237 / var(--tw-bg-opacity));
}

.fill-green-bright {
  fill: #B0F163;
}

.stroke-\[1\.5\] {
  stroke-width: 1.5;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0;
}

.p-20 {
  padding: 20px;
}

.p-50 {
  padding: 50px;
}

.p-15 {
  padding: 15px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-5 {
  padding-right: 5px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-35 {
  padding-bottom: 35px;
}

.align-middle {
  vertical-align: middle;
}

.font-serif {
  font-family: 'GT Super', 'Times New Roman', serif;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
}

.text-2xl {
  font-size: 48px;
  line-height: normal;
}

.text-xl {
  font-size: 36px;
  line-height: normal;
}

.uppercase {
  text-transform: uppercase;
}

.text-green-brand {
  --tw-text-opacity: 1;
  color: rgb(29 115 76 / var(--tw-text-opacity));
}

.text-green-light {
  --tw-text-opacity: 1;
  color: rgb(211 245 212 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline {
  outline-style: solid;
}

.outline-\[20px\] {
  outline-width: 20px;
}

.outline-offset-\[-20px\] {
  outline-offset: -20px;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:outline-1 {
  outline-width: 1px;
}

.group:hover .group-hover\:outline-offset-0 {
  outline-offset: 0px;
}

.group:hover .group-hover\:outline-offset-1 {
  outline-offset: 1px;
}

@media (min-width: 1024px) {
  .laptop\:bottom-100 {
    bottom: 100px;
  }

  .laptop\:left-50 {
    left: 50px;
  }

  .laptop\:bottom-75 {
    bottom: 75px;
  }

  .laptop\:m-20 {
    margin: 20px;
  }

  .laptop\:m-50 {
    margin: 50px;
  }

  .laptop\:m-0 {
    margin: 0;
  }

  .laptop\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .laptop\:mt-55 {
    margin-top: 55px;
  }

  .laptop\:mb-55 {
    margin-bottom: 55px;
  }

  .laptop\:mt-45 {
    margin-top: 45px;
  }

  .laptop\:mb-65 {
    margin-bottom: 65px;
  }

  .laptop\:mt-0 {
    margin-top: 0;
  }

  .laptop\:mt-150 {
    margin-top: 150px;
  }

  .laptop\:mt-85 {
    margin-top: 85px;
  }

  .laptop\:ml-60 {
    margin-left: 60px;
  }

  .laptop\:mt-60 {
    margin-top: 60px;
  }

  .laptop\:ml-30 {
    margin-left: 30px;
  }

  .laptop\:mt-20 {
    margin-top: 20px;
  }

  .laptop\:mt-35 {
    margin-top: 35px;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-100 {
    height: 100px;
  }

  .laptop\:h-55 {
    height: 55px;
  }

  .laptop\:w-auto {
    width: auto;
  }

  .laptop\:w-1\/2 {
    width: 50%;
  }

  .laptop\:basis-1\/2 {
    flex-basis: 50%;
  }

  .laptop\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .laptop\:basis-6\/12 {
    flex-basis: 50%;
  }

  .laptop\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .laptop\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .laptop\:basis-1\/4 {
    flex-basis: 25%;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:flex-row {
    flex-direction: row;
  }

  .laptop\:items-center {
    align-items: center;
  }

  .laptop\:items-stretch {
    align-items: stretch;
  }

  .laptop\:justify-end {
    justify-content: flex-end;
  }

  .laptop\:justify-center {
    justify-content: center;
  }

  .laptop\:justify-between {
    justify-content: space-between;
  }

  .laptop\:gap-40 {
    gap: 40px;
  }

  .laptop\:gap-80 {
    gap: 80px;
  }

  .laptop\:gap-0 {
    gap: 0;
  }

  .laptop\:gap-30 {
    gap: 30px;
  }

  .laptop\:gap-x-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .laptop\:p-30 {
    padding: 30px;
  }

  .laptop\:p-0 {
    padding: 0;
  }

  .laptop\:p-50 {
    padding: 50px;
  }

  .laptop\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .laptop\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .laptop\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .laptop\:pt-0 {
    padding-top: 0;
  }

  .laptop\:pl-30 {
    padding-left: 30px;
  }

  .laptop\:text-3xl {
    font-size: 64px;
    line-height: normal;
  }

  .laptop\:outline-\[35px\] {
    outline-width: 35px;
  }

  .laptop\:outline-offset-\[-35px\] {
    outline-offset: -35px;
  }
}