/*
! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.m-0 {
  margin: 0px;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-52 {
  margin-bottom: 13rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-48 {
  height: 12rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-240 {
  width: 60rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-67 {
  width: 16.75rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.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;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-dashed {
  border-style: dashed;
}
.bg-transparent {
  background-color: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.underline {
  text-decoration-line: underline;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* #252A34; */
:root {
    --accent-colour: #AAD47B;
    --accent-colour-hover: #8FB267;
    --color-link-active: var(--accent-colour);
}
/* Background colours */
.bg--black {
  background-color: rgb(37,42,52);
}
.bg--orange-cascadia {
  background-color: #EDCF6D;
}
.bg--grey-pale {
  background-color: #F3F1F1;
}
.bg--grey-mid {
  background-color: #D9D9D9;
}
.bg--grey-dark {
  background-color: #C2C1C1;
}
.bg--black-transparent {
  background: rgba(37,42,52, .8);
}
.bg--black-03 {
  background: rgba(37,42,52, .3);
}
.bg--proper-black {
  background: #000;
}
.bg--proper-black-alpha {
  background: rgba(0,0,0,.6);
}
.bg--white {
  background-color: #fff;
}
.bg--orange-button {
  background-color: #CCB157;
}
.bg--new-green {
  background-color: #8FB267;
}
.bg--green-pale {
  background-color: #E3E8DD;
}
.bg--accent-colour {
  background-color: var(--accent-colour);
}
/* Elements backgrounds */
.page-wrapper {
  background: rgb(37,42,52);
}
header, .region-header, .page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .page-header {
  max-height: 32rem;
} */
.overlay:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(37,42,52,0.4);
  background: linear-gradient(180deg, rgba(37,42,52,0.75) 0%, rgba(37,42,52,0.45) 32%, rgba(37,42,52,0) 65%);
}
* {
  max-width: 100%;
  box-sizing: border-box;
}
body {
  max-width: 100vw;
  margin: 0;
  font-family: sans-serif;
  background-color: rgb(37,42,52);
  color: #66686A;
}
body.page-node-type-regions {
  width: 100%;
}
.container, .page-content__wrapper {
  margin: 0 auto;
}
.page-content__wrapper:empty {
  margin-top: 80vh; /*25rem;*/
}
.page-content__wrapper.landing__page {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-content__wrapper:empty {
    margin-top: 12rem;
  }
}
@media (min-width: 1280px) {
  .page-content__wrapper:empty {
    margin-top: 50vh;
  }
}
h1 {
  font-size: 3rem;
  color: #EDCF6D;
}
ol, ul {
  list-style: initial;
  padding: revert;
}
a {
  color: inherit;
}
/* .logo img {
  width: 75%;
} */
.container {
  width: 1728px;
  margin-left: auto;
  margin-right: auto;
}
.outer-width {
  width: 1542px;
}
@media screen and (min-width: 768px) {
.page-header article {
    width: 85%;
  }
}
@media (min-width: 1280px) {
  .page-header article {
    width: 57rem;
  }
}
.region-spotlight .project-list li:nth-child(2) {
  border-top: 1px solid #C2C1C1;
  border-bottom: 1px solid #C2C1C1;
  padding: 1rem 0;
}
.region-header-map {
  aspect-ratio: 1 / 1;
  width: 18rem;
  height: 18rem;
}
.card {
  max-width: 25rem;
}
.card-header {
  position: relative;
  z-index: 0;
}
.card-header img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.tabbed-content {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  /* margin-top: -74px; */
}
.news-card {
  grid-template-rows: auto 1fr;
}
.news-card-img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-teaser {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 768px) {
.news-teaser {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto
}
  }
.teaser-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.view-news-and-publications .news-teaser {
  margin-bottom: 1.5rem;
}
/* Forms  */
.form-actions .button {
  background-color: #C0D5E8;
  color: black;
}
.js-lpb-component .lpb-btn--add, .js-lpb-region .lpb-btn--add {
  opacity: 0.3;
}
.paragraphs-dropdown-actions {
  max-width: revert;
}
.lpb-controls-label {
  color: rgb(35, 36, 41);
}
.ck.ck-balloon-panel.ck-balloon-panel_visible {
  z-index: 1261;
}
.ck.ck-editor__main > .ck-editor__editable a {
  color: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
@media (min-width: 61rem) {
  .layout-node-form {
    grid-template-columns: auto;
  }
  .layout-region--node-main{
    width: 100%;
  }
}
/* HP Hero */
.slideshow-info {
  border-top: 1px solid #C2C1C1;
}
@media screen and (min-width: 768px) {
  .webform-submission-form #edit-message {
    width: 635px;
  }
}
.webform-submission-form #edit-actions-submit {
  background-color: #A3D967;
  color: #fff;
}
.webform-submission-form #edit-actions-submit:hover {
  background-color: #3c7935;
  transition: all 300ms ease-in-out;
}
:root {
  font: 16px/1.1 'proxima-nova', sans-serif;
}
body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.proxima-boldish {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.proxima-font {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.proxima-light {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.proxima-italics, .proxima-font i, .proxima-font em, i, em {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: italic;
}
.proxima-bold, .proxima-boldish b, .proxima-font b, .proxima-boldish strong, .proxima-font strong, strong, b {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font16 {
  font-size: 1rem;
}
.font18 {
  font-size: 1.125rem;
}
.text--white {
  color: #fff;
  --color-link-hover: #E3E8DD;
}
.text--green {
  color: #A3D967;
  --color-link-hover: #A3D967;
}
.text--grey {
  color: #929292;
  --color-link-hover: #C2C1C1;
}
.text--grey-dark {
  color: #C2C1C1;
  --color-link-hover: #929292;
}
.text--grey-darkest {
  color: #66686A;
  --color-link-hover: rgb(37,42,52);
}
.text--new-green {
  color: #8FB267;
  --color-link-hover: #A3D967;
}
.text--mid-green {
  color: #A3D967;
  --color-link-hover: #8FB267;
}
.text--orange-cascadia {
  color: #EDCF6D;
  --color-link-hover: #CCB157;
}
.text--black {
  color: rgb(37,42,52);
  --color-link-hover: #66686A;
}
.text--black222 {
  color: #222222;
  --color-link-hover: #66686A;
}
.text--proper-black {
  color: #000;
  --color-link-hover: #66686A;
}
.text--purple {
  color: #8B4888;
}
.text--accent-colour {
  color: var(--accent-colour);
  --color-link-hover: var(--accent-colour);
}
a:active {
  --color-link-active: var(--accent-colour);
}
t

a.text--accent-colour:hover, .text--accent-colour a:hover {
  filter: saturate(200%) contrast(1.75);
}
.heading--accented-text--white {
  --accent-colour: white;
}
.heading--accented-text b, .heading--accented-text strong {
  font-weight: inherit;
  color: var(--accent-colour);
}
.heading--accented-text.heading--region {
  --accent-colour: var(--accent-colour);
}
.wysiwyg-content, .ck-editor__editable {
  font-family: 'proxima-nova', sans-serif;
}
.wysiwyg-content * + *, .ck-editor__editable * + * {
  margin-top: 1em;
}
.hero-summary-text a, .wysiwyg-content a, .ck-editor__editable a {
  text-decoration: underline;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}
.wysiwyg-content li, .ck-editor__editable li {
  padding-left: 0.5rem;
}
.wysiwyg-content li + li, .ck-editor__editable li + li {
  margin-top: 0.25em;
}
.wysiwyg-content li::marker, .ck-editor__editable li::marker {
  color: #8FB267;
}
.wysiwyg-content ol, .ck-editor__editable ol {
  list-style: numeric;
}
.wysiwyg-content ul, .ck-editor__editable ul, .wysiwyg-content ol, .ck-editor__editable ol {
  padding-left: 1.5rem;
}
.wysiwyg-content h2, .ck-editor__editable h2, .wysiwyg-content h3, .ck-editor__editable h3, .wysiwyg-content h4, .ck-editor__editable h4, .wysiwyg-content h5, .ck-editor__editable h5, .wysiwyg-content h6, .ck-editor__editable h6 {
  line-height: 1.25;
  font-weight: 700;
  color: #8FB267;
}
.wysiwyg-content h2, .ck-editor__editable h2 {
  font-size: 2.25rem; /* 36px */
}
.wysiwyg-content h3, .ck-editor__editable h3 {
  font-size: 1.875rem; /* 30px */
}
.wysiwyg-content h4, .ck-editor__editable h4 {
  font-size: 1.5rem; /* 24px */
}
.wysiwyg-content h5, .ck-editor__editable h5 {
  font-size: 1.25rem; /* 20px */
}
.wysiwyg-content h6, .ck-editor__editable h6 {
  font-size: 1.125rem; /* 18px */
}
blockquote::before {
  position: absolute;
  left: -2.5rem;
  content: '';
}
blockquote p {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
  color: #3C5D95;
  line-height: 1.2;
  border-left: .625rem solid #8FB267;
  padding-left: 2rem;
}
@media screen and (max-width: 640px) {
  blockquote p {
    font-size: 1.2rem;
    padding-left: 1.5rem;
  }
}
.container--visualiser .heading--accented-text {
  text-transform: capitalize;
}
.page-wrapper :focus, .ui-dialog :focus {
  outline: none;
  box-shadow: none;
}
.border-orange-cascadia {
  border-left-color: #EDCF6D;
}
.border-accent-colour {
  border-left-color: var(--accent-colour);
}
.border-left {
  border-left-width: .75rem;
  border-left-style: solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.left-shadow {
  box-shadow: -15px 15px 0px -5px #D9D9D9;
}
.right-shadow {
  box-shadow: 15px -15px 0px -5px #D9D9D9;
}
.dashed-box {
  border-color: #C2C1C1;
}
.green-border-bottom {
  border-bottom: .1rem solid #8FB267;
}
.logo-garden--logo {
  max-height: 8.42rem;
}
.logo-garden--image-wrapper {
  height: 10.42rem;
}
.shape-rectangle {
  padding-right: 2rem;
  border: 1px solid #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.purple-border-bottom {
  border-bottom: 2px solid #8B4888;
}
[class*="line-clamp-"]:not(.line-clamp-none) > *:first-child:not([class^="line-clamp-"]) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
}
.button-link-group {
  position: relative;
  padding: 1rem;
}
.hero-text-box {
  z-index: 2;
}
.hero-text-box.shape-rectangle {
  border: none;
  padding-right: 10%;
}
.btn {
  display: block;
  min-width: 8rem;
  padding: .8rem .3rem;
  border-radius: 4px;
  text-align: center;
}
.btn--orange-cascadia {
  background: #EDCF6D;
  color: #fff;
  font-size: 1.25rem;
}
.btn--orange-cascadia:hover {
    color: #fff;
    background: #CCB157;
  }
.btn--accent-colour {
  background: var(--accent-colour);
  color: #fff;
  font-size: 1.25rem;
}
.btn--accent-colour:hover {
    color: #66686A;
    filter: saturate(200%) contrast(1.35);
  }
.btn--green {
  background: #8FB267;
  color: #fff;
  font-size: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
/* text-align: center; */
.btn--green:hover {
    color: #fff;
    background: #A3D967;
  }
.menu-item--region-button-group .btn {
  padding: 0.5rem 0.3rem;
  background: #EDCF6D;
  background: var(--accent-colour);
  --color-link-hover: #fff;
}
.menu-item--region-button-group .btn:hover {
    filter: saturate(200%) contrast(1.75);
  }
.button-link-group a {
  display: block;
  padding: 0.5em 1em;
  background-color: #929292;
  color: #fff;
  border-radius: 4px;
}
.button-link-group a:hover {
    background-color: #CCB157;
  }
.cta-rounded-card {
    display: flex;
    position: relative;
    margin-top: 10rem;
}
.cta-rounded-card .cta-rounded-card-container{
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.cta-rounded-card .cta-rounded-card-container   img{
    border-radius: 50%;
    position: absolute;
    top: -12rem;
}
.cta-rounded-card .cta-rounded-card-container   .cta-rounded-card-contents{
    text-align: center;
    padding: 5rem 1rem 1rem 1rem;
}
.card-tabs {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: -5rem;
}
@media (min-width: 1024px) {
.card-tabs {
    top: -4.75rem
}
  }
.card-tabs > li {
    margin: 0;
}
.card-tabs li {
    flex: 1 0 20%;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 20%;
    background: rgba(37,42,52, .6);
    cursor: pointer;
    height: 5.5rem;
}
@media (min-width: 1024px) {
.card-tabs li {
      height: 5.25rem
}
    }
.card-tabs li.active {
    background-color: rgb(37,42,52);
}
.tabbed-content .content {
    display: none;
    min-height: 15rem;
    height: 298px;
    overflow: hidden;
}
.tabbed-content .content.active {
    display: block;
}
.tabbed-content .content p {
    line-height: 1.2;
    height: calc(1rem * 1.2 * 6);
}
.tabbed-content .content > a, .region-teaser--link {
  color: #A3D967;
}
.tabbed-content .content > a:after, .region-teaser--link:after {
    content: "\f061";
    display: inline-block;
    margin-left: 0.5em;
    font-family: "Font Awesome 6 Pro";
    color: inherit;
  }
.tabbed-content .content > a:hover, .region-teaser--link:hover {
    color: #D6BD6D;
  }
/* People bios  */
.people-card img {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    top: -4rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.bio-body {
    max-height: 20rem;
    overflow-y: auto;
}
.bio-body a {
        color: #3c7935;
        text-decoration: underline;
    }
@media (min-width: 768px) {
    .people-card {
        margin-right: 0;
    }
    /* .people-card h3 {
        min-height: 4rem;
    }
    .people-card h4 {
        min-height: 5rem;
    } */
}
.toolbar-horizontal.toolbar-tray-open .terradapt-header-menu{
    padding-top: 13rem;
  }
/* First level menu and overall menu */
.terradapt-header-menu .menu-content {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.terradapt-header-menu .menu-item {
  width: 100%;
  list-style-type: none;
  border-bottom: 3px solid #C2C1C1;
}
.terradapt-header-menu .menu-item>a, .terradapt-header-menu .menu-item>*:first-child {
  cursor: pointer;
}
.terradapt-header-menu .menu-item:last-child {
  border-bottom: none;
  margin-bottom: 5rem;
}
.terradapt-header-menu .menu-item:hover, .terradapt-header-menu .menu-item > a:hover {
  color: #fff;
}
/* First level menu open */
.terradapt-header-menu .open {
  color: #A3D967;
  padding-bottom: 1rem;
  border-bottom: 2px solid #A3D967;
  margin-bottom: 1rem;
}
/* second-level-menu */
.second-level-menu {
  max-height: 100vh;
  overflow-y: auto;
}
.terradapt-header-menu .submenu-item {
  color: #C2C1C1;
}
.terradapt-header-menu .submenu-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.terradapt-header-menu .submenu-item > .submenu-item--region-name, .subitem-nolink {
  /* width: 20%; */
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #C2C1C1;
}
.subitem-nolink {
  cursor: default;
}
.terradapt-header-menu .submenu-item:last-child .submenu-item--region-name {
  border-bottom: none;
}
.terradapt-header-menu .expandable i {
  transition: transform 0.3s ease;
}
.terradapt-header-menu .submenu-item.expandable i {
  transition: transform 0.3s ease;
}
.submenu-item--region-name {
  --accent-colour-hover: #EDCF6D;
}
.second-level-menu li > .submenu-item--region-name:hover {
  color: var(--accent-colour-hover);
}
.secondLevelActive {
  color: #EDCF6D;
  color: var(--accent-colour);
}
[data-locale-info-box] {
  /* flex: 0 0 75%; */
  padding-bottom: 2rem;
  overflow-y: auto;
}
.menu--region-section .button-wrapper .btn {
  padding: 0.5em 1em;
  line-height: 1;
}
@media (max-width: 899px) {
.menu--region-section .button-wrapper .btn {
    padding: 0.25em 0.5em;
    font-size: 1.1rem
}
  }
/* third-level-menu */
.terradapt-header-menu .third-level-menu {
  border-top: 1px solid #C2C1C1;
}
.third-level-menu li > a:hover {
  color: #A3D967;
}
.orientation--text-right {
  display: flex;
  flex-direction: row-reverse;
}
.paragraph-number {
  border: .3rem solid #8FB267;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
}
.media-content {
  width: 100%;
}
/* first column */
.paragraph--numbered-paragraph.orientation--text-left .first-column {
  padding-right: 9rem;
}
.paragraph--numbered-paragraph.orientation--text-right .first-column {
  padding-left: 9rem;
}
/* dashed box */
.paragraph--numbered-paragraph .dashed-box {
  aspect-ratio: 3/4;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .paragraph--numbered-paragraph .dashed-box {
    max-width: 75%;
  }
}
/* .orientation--text-left .dashed-box */
.paragraph--numbered-paragraph.orientation--text-left .dashed-box {
  left: 0;
}
@media screen and (min-width: 768px) {
  .paragraph--numbered-paragraph.orientation--text-left .dashed-box {
    left: 0;
  }

  .paragraph--numbered-paragraph.orientation--text-right .dashed-box {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .paragraph--numbered-paragraph .dashed-box {
    height: calc(100% + 5rem);
    top: -2.5rem;
  }
}
.orientation--text-left .second-column, .orientation--text-right .second-column {
  align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .orientation--text-left .second-column {
    align-items: flex-start;
    padding-top: 0;
  }
}
/* .dashboard_link */
.paragraph--numbered-paragraph .dashboard_link {
  top: 0;
  box-shadow: -15px 0px 0px -5px #D9D9D9;
  z-index: 30;

}
@media screen and (min-width: 640px) {
  .paragraph--numbered-paragraph .dashboard_link {

  }
}
@media screen and (min-width: 1024px) {
  .paragraph--numbered-paragraph .dashboard_link {
    width: 29.875rem;
  }
}
/* dashboard link */
.orientation--text-left .dashboard_link {
  margin-left: 0;
  margin-top: 0;
  width: 75%;
}
.dashboard_link-shadow {
  display: none;
}
.orientation--text-left .dashboard_link {
  left: 0rem;
}
.orientation--text-right .dashboard_link {
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .orientation--text-left .dashboard_link {
    left: -2rem;
  }
  .orientation--text-right .dashboard_link {
    right: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .orientation--text-left .dashboard_link {
    left: -4rem;
  }
  .orientation--text-right .dashboard_link {
    right: -4rem;
  }
}
.orientation--text-left .media-content img, .orientation--text-left .media-content video {
  box-shadow: -15px 15px 0px -5px #D9D9D9;
  max-height: 15rem;
  margin-left: 0;
  margin-top: 1rem;
  left: unset;
  right: 0;
}
.paragraph--numbered-paragraph .media-content img:not(.solo-media-item) {
  border: #fff solid 12px;
  outline: #D9D9D9 solid thin;
}
.orientation--text-left .media-content img, .orientation--text-left .media-content video, .orientation--text-right .media-content img, .orientation--text-right .media-content video, .orientation--text-left .media-content img.solo-media-item, .orientation--text-left .media-content video.solo-media-item, .orientation--text-right .media-content img.solo-media-item, .orientation--text-right .media-content video.solo-media-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
.orientation--text-left .media-content img, .orientation--text-left .media-content video, .orientation--text-right .media-content img, .orientation--text-right .media-content video, .orientation--text-left .media-content img.solo-media-item, .orientation--text-left .media-content video.solo-media-item, .orientation--text-right .media-content img.solo-media-item, .orientation--text-right .media-content video.solo-media-item {
    width: calc(100% - 3.5rem);
    top: 0
}
  }
@media screen and (min-width: 1024px) {
.orientation--text-left .media-content img, .orientation--text-left .media-content video, .orientation--text-right .media-content img, .orientation--text-right .media-content video, .orientation--text-left .media-content img.solo-media-item, .orientation--text-left .media-content video.solo-media-item, .orientation--text-right .media-content img.solo-media-item, .orientation--text-right .media-content video.solo-media-item {
    top: 2.5rem;
    max-height: calc(100% - 5rem)
}
  }
@media screen and (min-width: 1536px) {
.orientation--text-left .media-content img, .orientation--text-left .media-content video, .orientation--text-right .media-content img, .orientation--text-right .media-content video, .orientation--text-left .media-content img.solo-media-item, .orientation--text-left .media-content video.solo-media-item, .orientation--text-right .media-content img.solo-media-item, .orientation--text-right .media-content video.solo-media-item {
    width: calc(100% - 8rem)
}
  }
.orientation--text-left .media-content img, .orientation--text-left .media-content video, .orientation--text-left .media-content img.solo-media-item, .orientation--text-left .media-content video.solo-media-item{
  left: unset;
  right: 0;
}
.orientation--text-right .media-content img, .orientation--text-right .media-content video, .orientation--text-right .media-content img.solo-media-item, .orientation--text-right .media-content video.solo-media-item {
  left: 0;
  right: unset;
}
.orientation--text-left .media-content img:nth-child(2), .orientation--text-left .media-content video:nth-child(2), .orientation--text-right .media-content img:nth-child(2), .orientation--text-right .media-content video:nth-child(2) {
  position: absolute;
  width: 40%;
  height: auto;
  max-height: calc(100% - 5rem);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
.orientation--text-left .media-content img:nth-child(2), .orientation--text-left .media-content video:nth-child(2), .orientation--text-right .media-content img:nth-child(2), .orientation--text-right .media-content video:nth-child(2) {
    top: unset;
    bottom: -1rem
}
  }
@media screen and (min-width: 1024px){
.orientation--text-left .media-content img:nth-child(2), .orientation--text-left .media-content video:nth-child(2), .orientation--text-right .media-content img:nth-child(2), .orientation--text-right .media-content video:nth-child(2) {
    max-height: 100%;
    bottom: 0;
    aspect-ratio: 1/1
}
  }
@media screen and (min-width: 1536px){
.orientation--text-left .media-content img:nth-child(2), .orientation--text-left .media-content video:nth-child(2), .orientation--text-right .media-content img:nth-child(2), .orientation--text-right .media-content video:nth-child(2) {
    width: 33%
}
  }
.orientation--text-left .media-content img:nth-child(2), .orientation--text-left .media-content video:nth-child(2) {
  left: 50%;
  right: unset;
}
.orientation--text-right .media-content img:nth-child(2), .orientation--text-right .media-content video:nth-child(2) {
  left: unset;
  right: 50%;
}
.orientation--text-left .media-content img, .orientation--text-left .media-content video {
  box-shadow: -15px 15px 0px -5px #D9D9D9;
}
.orientation--text-right .dashboard_link-shadow {
  z-index: 1;
  height: 15px;
  right: 5rem;
  top: 9.3rem;
  background-color: #D9D9D9;
  width: 205px;
}
.paragraph--numbered-paragraph {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .paragraph--numbered-paragraph {
    margin: 5rem 0 10rem 0;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--numbered-paragraph {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .paragraph--numbered-paragraph {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 5fr 5fr;
    margin-top: 6rem;
    margin-bottom: 10rem;
    min-height: 27.75rem;
  }

  .paragraph--numbered-paragraph.orientation--text-right .first-column {
    order: 1;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1536px) {
  .paragraph--numbered-paragraph.orientation--text-right .first-column {
    padding-left: 7rem;
  }
  .paragraph--numbered-paragraph.orientation--text-right .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-right .connector-origin::after {
    left: -7.58rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .first-column {
    padding-right: 7rem;
  }

  .paragraph--numbered-paragraph .connector-origin::before {
    width: 6.58rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-left .connector-origin::after {
    right: -7.58rem;
  }
}
@media (min-width: 1536px) {
  .paragraph--numbered-paragraph {
    grid-template-columns: 4fr 6fr;
  }
  .paragraph--numbered-paragraph.orientation--text-right {
    grid-template-columns: 6fr 4fr;
  }
}
.second-column {
  height: 100%;
  align-self: stretch;
  padding-top: 7.5rem;
}
.paragraph--numbered-paragraph:last-child {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1200px) {
  .paragraph--numbered-paragraph .media-content img {
    height: auto;
  }
}
footer {
  /* width: 1728px; */
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #C2C1C1;
  border-right: 1px solid #C2C1C1;
}
.footer-content {
  border-top: 1px solid #C2C1C1;
  border-bottom: 1px solid #C2C1C1;
}
footer .menu {
  margin-left: 0;
}
footer .menu .menu-item {
  list-style-type: none;
  list-style-position: outside;
  margin: 1rem 0;
}
footer .menu .menu-item a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
}
footer .menu .menu-item a:hover {
  color: #C2C1C1;
}
.developer-website a:hover {
  color: #C2C1C1;
}
#region-map {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
#region-map .mapboxgl-popup-content {
  padding: 0;
  background: rgb(37,42,52);
}
#region-map .mapboxgl-popup-close-button {
    display: none;
}
#region-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: rgb(37,42,52);
}
#region-map .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: rgb(37,42,52);
}
#region-map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: rgb(37,42,52);
}
#region-map .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: rgb(37,42,52);
}
.paragraph--triple-image-plus-text img:first-child {
  margin-top: 4.375rem;
}
.paragraph--triple-image-plus-text img:nth-child(2) {
  margin-top: -2.5rem;
}
.paragraph--triple-image-plus-text img:last-child {
  margin-top: 9.125rem;
}
@media (max-width: 1024px) {
  .paragraph--triple-image-plus-text img:last-child {
    margin-right: 0;
  }
}
.paragraph--triple-image-plus-text .dashed-box {
  aspect-ratio: 7/6;
}
.button-link-group {
  border-top: 3px solid #C2C1C1;
  border-bottom: 3px solid #C2C1C1;
}
.button-link-group:before, .button-link-group:after {
  display: none;
  content: "";
  position: absolute;
  background: #C2C1C1;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 100%;
}
.button-link-group:before {
  top: -0.7rem;
  left: -0.7rem;
}
.button-link-group:after {
  bottom: -0.7rem;
  right: -0.7rem;
}
.connector-origin::before, .connector-origin::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.connector-origin::before {
    border-top: 2px solid #8FB267;
}
.connector-origin::after {
    background: #8FB267;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 100%;
}
/* Numbered paragraph */
.paragraph--numbered-paragraph .connector-origin::before, .paragraph--numbered-paragraph .connector-origin::after {
    top: 0;
}
.paragraph--numbered-paragraph .connector-origin::before {
    margin-top: 0.9rem;
    width: 8.58rem;
}
.paragraph--numbered-paragraph .connector-origin::after {
    margin-top: 0.35rem;
}
.paragraph--numbered-paragraph.orientation--text-left .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-left .connector-origin::after {
    right: -9.58rem;
}
.paragraph--numbered-paragraph.orientation--text-right .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-right .connector-origin::after {
    left: -9.58rem;
}
@media screen and (max-width: 1024px) {

  .paragraph--numbered-paragraph .connector-origin::before {
    width: unset;
    height: 100%;
    bottom: -0.5rem;
    border-top: none;
    border-bottom: 2px solid #8FB267;
    width: 30%;
  }

  .paragraph--numbered-paragraph .connector-origin::after {
    bottom: -1rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .first-column {
    padding-right: 2rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .connector-origin::before {
    border-right: 2px solid #8FB267;
    right: -1.5rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .connector-origin::after {
    right: calc(30% - 1.5rem);
  }

  .paragraph--numbered-paragraph.orientation--text-right .first-column {
    padding-left: 2rem;
  }

  .paragraph--numbered-paragraph.orientation--text-right .connector-origin::before {
    border-left: 2px solid #8FB267;
    left: -1.5rem;
  }

  .paragraph--numbered-paragraph.orientation--text-right .connector-origin::after {
    left: calc(30% - 1.5rem);
  }

  .paragraph--numbered-paragraph .connector-origin::before, .paragraph--numbered-paragraph .connector-origin::after {
    top: unset;
    margin-top: 0;
  }

}
@media (min-width: 1024px) and (max-width: 1536px) {
  .paragraph--numbered-paragraph.orientation--text-right .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-right .connector-origin::after {
    left: -7.58rem;
  }

  .paragraph--numbered-paragraph .connector-origin::before {
    width: 6.58rem;
  }

  .paragraph--numbered-paragraph.orientation--text-left .connector-origin::before, .paragraph--numbered-paragraph.orientation--text-left .connector-origin::after {
    right: -7.58rem;
  }
}
/* Triple image plus text paragraph  */
.paragraph--triple-image-plus-text .connector-origin::before {
    right: calc(-3rem - 4.67%);
    top: 3.1rem;
    width: calc((100% / 6) + 1rem);
}
@media screen and (min-width: 640px) {
.paragraph--triple-image-plus-text .connector-origin::before {
    right: calc(-3rem - 16.67%);
    top: 3.1rem;
    width: calc((100% / 6) + 3rem);
}
}
.paragraph--triple-image-plus-text .connector-origin::after {
    right: -9.58px;
    top: 2.5rem;
}
.terradapt_infographic * {
  transition: opacity 500ms;
}
.terradapt_infographic {
  padding: 0.625rem;
  margin-bottom: 5rem;
  background: #fff;
}
.terradapt_infographic .title {
    font-size: 2.5rem;
    color: rgb(37,42,52);
    margin-top: 0;
    margin-bottom: 0;
    border-right: solid 1px rgb(37,42,52);
}
.terradapt_infographic .info-panel {
    display: flex;
    max-width: 100%;
    padding: 1rem;
    margin: auto auto 0.625rem;
    min-height: 15.625rem;
    justify-content: space-between;
    background: transparent;
    color: rgb(37,42,52);
    border-bottom: 2px solid rgb(37,42,52);
}
.terradapt_infographic svg {
    display: block;
    width: 1000px;
    margin: auto;
    max-width: 100%;
}
.terradapt_infographic .title {
    color: rgb(37,42,52);
    flex: 1 1;
}
.terradapt_infographic .step-text p {
    margin: 0;
    margin-right: 1rem;
}
.terradapt_infographic .info-panel + .infographic-wrapper .map__blackBar {
    display: none;
}
.terradapt_infographic .infographic-wrapper {
    padding: 0.625rem;
}
/* All hidden */
.terradapt_infographic .step-text {
    display: none;
}
.terradapt_infographic #arrow {
    opacity: 0;
}
.terradapt_infographic #protected {
    opacity: 0;
}
.terradapt_infographic #crossings {
    opacity: 0;
}
.terradapt_infographic #risk {
    opacity: 0;
}
.terradapt_infographic #progress-box {
    opacity: 0;
}
.terradapt_infographic #progress-suitable {
    opacity: 0;
}
.terradapt_infographic #progress-stable {
    opacity: 0;
}
.terradapt_infographic #progress-contraction {
    opacity: 0;
}
.terradapt_infographic #progress-expansion {
    opacity: 0;
}
.terradapt_infographic #satellite {
    opacity: 0;
}
.terradapt_infographic #expansion {
    opacity: 0;
}
.terradapt_infographic #roads {
    opacity: 0;
}
.terradapt_infographic #contraction {
    opacity: 0;
}
.terradapt_infographic #new {
    opacity: 0;
}
.terradapt_infographic #background {
    opacity: 0;
}
/* Stage 1 */
.terradapt_infographic[data-stage="1"]  .step-text-1 {
    display: block;
}
.terradapt_infographic[data-stage="1"] #progress-box, .terradapt_infographic[data-stage="1"] #progress-suitable, .terradapt_infographic[data-stage="1"] #satellite, .terradapt_infographic[data-stage="1"] #roads, .terradapt_infographic[data-stage="1"] #background {
    opacity: 1;
}
/* Stage 2 */
.terradapt_infographic[data-stage="2"] .step-text-2 {
      display: block;
  }
.terradapt_infographic[data-stage="2"] #progress-box, .terradapt_infographic[data-stage="2"] #progress-stable, .terradapt_infographic[data-stage="2"] #progress-contraction, .terradapt_infographic[data-stage="2"] #contraction, .terradapt_infographic[data-stage="2"] #satellite, .terradapt_infographic[data-stage="2"] #roads, .terradapt_infographic[data-stage="2"] #background {
      opacity: 1;
  }
/* Stage 3 */
.terradapt_infographic[data-stage="3"] .step-text-3 {
    display: block;
}
.terradapt_infographic[data-stage="3"] #progress-box, .terradapt_infographic[data-stage="3"] #progress-stable, .terradapt_infographic[data-stage="3"] #progress-contraction, .terradapt_infographic[data-stage="3"] #contraction, .terradapt_infographic[data-stage="3"] #progress-expansion, .terradapt_infographic[data-stage="3"] #expansion, .terradapt_infographic[data-stage="3"] #satellite, .terradapt_infographic[data-stage="3"] #roads, .terradapt_infographic[data-stage="3"] #background {
    opacity: 1;
}
/* Stage 4 */
.terradapt_infographic[data-stage="4"] .step-text-4 {
    display: block;
}
.terradapt_infographic[data-stage="4"] #progress-box, .terradapt_infographic[data-stage="4"] #progress-stable, .terradapt_infographic[data-stage="4"] #progress-contraction, .terradapt_infographic[data-stage="4"] #contraction, .terradapt_infographic[data-stage="4"] #progress-expansion, .terradapt_infographic[data-stage="4"] #expansion, .terradapt_infographic[data-stage="4"] #arrow, .terradapt_infographic[data-stage="4"] #satellite, .terradapt_infographic[data-stage="4"] #roads, .terradapt_infographic[data-stage="4"] #background {
    opacity: 1;
}
/* Stage 5 */
.terradapt_infographic[data-stage="5"] .step-text-5 {
    display: block;
}
.terradapt_infographic[data-stage="5"] #progress-box, .terradapt_infographic[data-stage="5"] #progress-stable, .terradapt_infographic[data-stage="5"] #progress-contraction, .terradapt_infographic[data-stage="5"] #contraction, .terradapt_infographic[data-stage="5"] #progress-expansion, .terradapt_infographic[data-stage="5"] #expansion, .terradapt_infographic[data-stage="5"] #arrow, .terradapt_infographic[data-stage="5"] #satellite, .terradapt_infographic[data-stage="5"] #risk, .terradapt_infographic[data-stage="5"] #roads, .terradapt_infographic[data-stage="5"] #background {
    opacity: 1;
}
/* Stage 6 */
.terradapt_infographic[data-stage="6"] .step-text-6 {
    display: block;
}
.terradapt_infographic[data-stage="6"] #progress-box, .terradapt_infographic[data-stage="6"] #progress-stable, .terradapt_infographic[data-stage="6"] #progress-contraction, .terradapt_infographic[data-stage="6"] #contraction, .terradapt_infographic[data-stage="6"] #progress-expansion, .terradapt_infographic[data-stage="6"] #expansion, .terradapt_infographic[data-stage="6"] #arrow, .terradapt_infographic[data-stage="6"] #satellite, .terradapt_infographic[data-stage="6"] #risk, .terradapt_infographic[data-stage="6"] #roads, .terradapt_infographic[data-stage="6"] #protected, .terradapt_infographic[data-stage="6"] #background {
    opacity: 1;
}
/* Stage 7 */
.terradapt_infographic[data-stage="7"] .step-text-7 {
    display: block;
}
.terradapt_infographic[data-stage="7"] #progress-box, .terradapt_infographic[data-stage="7"] #progress-stable, .terradapt_infographic[data-stage="7"] #progress-contraction, .terradapt_infographic[data-stage="7"] #contraction, .terradapt_infographic[data-stage="7"] #progress-expansion, .terradapt_infographic[data-stage="7"] #expansion, .terradapt_infographic[data-stage="7"] #arrow, .terradapt_infographic[data-stage="7"] #satellite, .terradapt_infographic[data-stage="7"] #risk, .terradapt_infographic[data-stage="7"] #roads, .terradapt_infographic[data-stage="7"] #protected, .terradapt_infographic[data-stage="7"] #new, .terradapt_infographic[data-stage="7"] #background {
    opacity: 1;
}
/* // Stage 8 */
.terradapt_infographic[data-stage="8"] .step-text-8 {
    display: block;
}
.terradapt_infographic[data-stage="8"] #progress-box, .terradapt_infographic[data-stage="8"] #progress-stable, .terradapt_infographic[data-stage="8"] #progress-contraction, .terradapt_infographic[data-stage="8"] #contraction, .terradapt_infographic[data-stage="8"] #progress-expansion, .terradapt_infographic[data-stage="8"] #expansion, .terradapt_infographic[data-stage="8"] #arrow, .terradapt_infographic[data-stage="8"] #satellite, .terradapt_infographic[data-stage="8"] #risk, .terradapt_infographic[data-stage="8"] #roads, .terradapt_infographic[data-stage="8"] #protected, .terradapt_infographic[data-stage="8"] #new, .terradapt_infographic[data-stage="8"] #crossings, .terradapt_infographic[data-stage="8"] #background {
    opacity: 1;
}
/* Stage 9 */
.terradapt_infographic[data-stage="9"] .step-text-9 {
    display: block;
}
.terradapt_infographic[data-stage="9"] #progress-box, .terradapt_infographic[data-stage="9"] #progress-stable, .terradapt_infographic[data-stage="9"] #progress-contraction, .terradapt_infographic[data-stage="9"] #contraction, .terradapt_infographic[data-stage="9"] #progress-expansion, .terradapt_infographic[data-stage="9"] #expansion, .terradapt_infographic[data-stage="9"] #arrow, .terradapt_infographic[data-stage="9"] #satellite, .terradapt_infographic[data-stage="9"] #risk, .terradapt_infographic[data-stage="9"] #roads, .terradapt_infographic[data-stage="9"] #protected, .terradapt_infographic[data-stage="9"] #new, .terradapt_infographic[data-stage="9"] #crossings, .terradapt_infographic[data-stage="9"] #background {
    opacity: 1;
}
.terradapt_infographic {
  background-color: white;
}
.infographic-wrapper {
  display: flex;
}
/* .infographic-sidebar {
  width: 15.625rem;
} */
.infographic-sidebar .map__field1--title {
  font-size: 13px;
}
.infographic-sidebar span {
  font-size: 1.2em;
}
.info-legend-icon {
  height: 1.25rem;
}
.infographic-sidebar .layer {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.icon-wrapper {
  width: 2.5rem;
  text-align: center;
}
/* Cycle infographic */
.cycle-infographic-wrapper {
  background-color: white;
  padding: 0.625rem;
  margin-bottom: 5rem;
}
.cycle-infographic-wrapper .cycle-infographic {
    position: relative;
    width: 690px;
    margin: auto;
    padding: 15rem;
}
.cycle-infographic-wrapper .cycle-infographic section {
    position: absolute;
    padding: 0;
    width: 150px;
    text-align: center;
    font-size: 1.2em;
    height: 150px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.cycle-infographic-wrapper .cycle-infographic .cycle-one {
    top: 153px;
    left: -12px;
}
.cycle-infographic-wrapper .cycle-infographic .cycle-two {
    top: 0px;
    right: 190px;
}
.cycle-infographic-wrapper .cycle-infographic .cycle-three {
    top: 330px;
    right: -0.625rem;
}
.cycle-infographic-wrapper .cycle-infographic .cycle-four {
    bottom: 15px;
    right: 356px;
}
.cycle-infographic-wrapper .big-title {
  font-weight: 500;
  font-size: 2.5rem;
  color: #503b2f;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.625rem 0;
}
@media (max-width: 900px) {
  .cycle-infographic-wrapper .cycle-infographic {
      padding: 1rem;
  }

  .cycle-infographic-wrapper .cycle-infographic section {
      position: relative;
      left: 0 !important;
      right: 0 !important;
      top: 0 !important;
      bottom: 0 !important;
      width: 100%;
      font-size: 1.5rem;
  }

  .cycle-infographic-wrapper .cycle-infographic section h2 {
      width: 100%;
  }

  .cycle-infographic img {
      position: absolute;
      opacity: 0.4;
  }
}
@media (max-width: 1024px) {
  .infographic-wrapper {
    padding: 0.625rem 0;
    flex-direction: column;
  }
  .infographic-wrapper .terradapt-infographic-explantion {
    position: relative;
  }

  .infographic-sidebar {
    display: flex;
    flex-wrap: wrap;
    width: unset;
    margin-bottom: 1.25rem;
  }
  .infographic-sidebar > div:not(:last-child) {
      margin-right: 0.625rem;
  }
  .infographic-sidebar .sidebar-legend {
      display: none;
  }
  .infographic-sidebar .map__blackBar {
      width: 100%;
  }
  .cycle-infographic .cycle-four {
      bottom: 0;
      right: unset;
      left: 0.625rem;
  }

  .cycle-infographic .cycle-two {
      top: 0;
      right: 0.625rem;
  }

  .cycle-infographic .cycle-three {
      top: unset;
      right: 0.625rem;
      bottom: 0;
  }

  .cycle-infographic .cycle-one {
      top: 0;
      left: 0.625rem;
  }
}
.infographic-main {
  position: relative;
}
.terradapt-infographic-controls {
  position: absolute;
  top: 1rem;
  right: 0;
}
.terradapt-infographic-controls button {
  height: 3em;
  width: 3em;
  background-color: #1d232b;
  border-style: none;
  color: white;
  padding: 0.5rem;
  cursor: pointer;
}
.terradapt_infographic .pause {
  display: none;
}
.playing .pause {
  display: inline-block;
}
.playing .play {
  display: none;
}
.terradapt-infographic-explanation {
  position: absolute;
  top: 0;
  left: 15%;
  /* width: 70%; */
  width: 65%;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
    .infographic-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .terradapt-infographic-controls, .terradapt-infographic-explanation {
        position: relative;
    }
    .terradapt-infographic-controls {
        align-self: flex-end;
        margin-bottom: 1rem;
    }
}
.carousel-media-item:not(:nth-child(1)) {
  display: none;
}
.drupal-stripe-element {
  min-height: calc(((var(--input-padding-vertical) + var(--input-border-size)) * 2) + var(--input-line-height));
  padding-inline: var(--input-padding-horizontal);
  padding-block: 0.95rem;
  color: var(--input-fg-color);
  border: var(--input-border-size) solid var(--input-border-color);
  border-radius: var(--input-border-radius-size);
  background: var(--input-bg-color);
  font-size: var(--input-font-size);
  line-height: var(--input-line-height);
}
.drupal-stripe-element .ElementsApp {
  font-size: 16px;
}
/* News and Publications page/view */
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"].views-exposed-form {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  padding-top: var(--space-l);
  margin-top: 0;
}
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"] .form-item {
  margin-block: 0;
}
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"] .form-item.form-type--boolean {
  margin-top: calc(var(--space-xs) / 2);
}
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"] [data-drupal-selector="edit-actions"].views-exposed-form__item--actions {
  width: 100%;
  margin-top: 0;
}
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"] .fieldset__label--group {
  margin-top: calc(var(--space-xs) / 2);
}
[data-drupal-selector="views-exposed-form-news-and-publications-page-1"] .views-exposed-form__item:not(.form-type--boolean) {
  margin-block: 0;
}
@media (max-width: 599px) {

  .smneg\:w-full {
    width: 100%;
  }
}
@media (min-width: 600px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-none {
    flex: none;
  }

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1200px) {

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-x-17 {
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z%27/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z%27/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z%27/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z%27/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z%27/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z%27/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23ccc%27/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23999%27/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 29 29%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23ccc%27/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23aaa%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e58978%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e54e33%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e58978%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e54e33%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23666%27%3E%3Cpath d=%27M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27 viewBox=%270 0 88 23%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z%27/%3E%3Cpath id=%27text%27 d=%27M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%270.3%27 stroke=%27%23000%27 stroke-width=%273%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%270.9%27 fill=%27%23fff%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27 viewBox=%270 0 88 23%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z%27/%3E%3Cpath id=%27text%27 d=%27M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%271%27 stroke=%27%23000%27 stroke-width=%273%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%271%27 fill=%27%23fff%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27 viewBox=%270 0 88 23%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z%27/%3E%3Cpath id=%27text%27 d=%27M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%271%27 stroke=%27%23fff%27 stroke-width=%273%27 fill=%27%23fff%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%271%27 fill=%27%23000%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0%27/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 fill=%27%23fff%27%3E%3Cpath d=%27M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0%27/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0%27/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker{align-items:center;background:rgba(0,0,0,.7);color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}
