/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

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

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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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 */
}

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

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

*, ::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-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:  ;
}

::-webkit-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-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-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:  ;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.m-0 {
  margin: 0px;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mt-4 {
  margin-top: -1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.h-60 {
  height: 15rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-72 {
  max-height: 18rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-24 {
  width: 6rem;
}
.w-full {
  width: 100%;
}
.w-96 {
  width: 24rem;
}
.w-60 {
  width: 15rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.-translate-x-\[13px\] {
  --tw-translate-x: -13px;
  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));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}
.-translate-x-\[5px\] {
  --tw-translate-x: -5px;
  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));
}
.-translate-y-\[3px\] {
  --tw-translate-y: -3px;
  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));
}
.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
  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));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-\[3\.0\] {
  --tw-scale-x: 3.0;
  --tw-scale-y: 3.0;
  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));
}
.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-none {
  list-style-type: none;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-40 {
  row-gap: 10rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-t-\[8px\] {
  border-top-width: 8px;
}
.border-r-\[8px\] {
  border-right-width: 8px;
}
.border-green-wlcac {
  --tw-border-opacity: 1;
  border-color: rgb(71 125 71 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-t-green-wlcac {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 125 71 / var(--tw-border-opacity));
}
.border-r-green-wlcac {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 125 71 / var(--tw-border-opacity));
}
.bg-green-wlcac {
  --tw-bg-opacity: 1;
  background-color: rgb(71 125 71 / var(--tw-bg-opacity));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-white {
  fill: #fff;
}
.p-2 {
  padding: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  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";
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-wlcac {
  --tw-text-opacity: 1;
  color: rgb(71 125 71 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}

.about-past {
  background-image: url(../images/about_past_ted_watkins_web.c1137750.jpg);
}

.about-present {
  background-image: url(../images/about_present_ceo_tim_watkins_web.f8b7390e.jpg);
}

.about-future {
  background-image: url(../images/about_future_wlcac_commitment_web.ff04d6d4.jpg);
}

.about-future-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KCjxzdmcKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgdmlld0JveD0iMCAwIDM3Ljk5IDcwLjQ1IgogIGZpbGw9IiNmZmYiCj4KCiAgPGc+CgogICAgPHBhdGgKICAgICAgZD0iTTE0Ljc3LDE4LjAxYy0xLjAzLC44MSwuMjcsMi4zOSwxLjI2LDEuNTUsMS4wMi0uNzktLjI3LTIuMzktMS4yNi0xLjU1WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTcuNTcsOS4xMmMtMS4wMSwuOCwuMjYsMi4zOSwxLjI2LDEuNTYsMS4wMy0uOC0uMjYtMi4zOS0xLjI2LTEuNTZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMy45OCw0LjY4Yy0xLjAzLC44LC4yNywyLjM3LDEuMjYsMS41NSwxLS43OS0uMjUtMi4zOS0xLjI2LTEuNTVaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMTEuMTcsMTMuNTZjLTEuMDIsLjgxLC4yNiwyLjM5LDEuMjYsMS41NiwxLjAyLS44MS0uMjYtMi4zOC0xLjI2LTEuNTZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMjEuODIsMTguMTZjLS44NCwxLC43NSwyLjI3LDEuNTUsMS4yNiwuODMtLjk5LS43Ni0yLjI5LTEuNTUtMS4yNloiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0yNS40MSwxMy43MWMtLjgzLDEsLjc1LDIuMjgsMS41NiwxLjI2LC44Mi0xLS43Ni0yLjI3LTEuNTYtMS4yNloiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0zMi42MSw0LjgzYy0uODQsMSwuNzUsMi4yNywxLjU1LDEuMjYsLjgzLS45OS0uNzYtMi4yOS0xLjU1LTEuMjZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMjkuMDEsOS4yN2MtLjgzLC45OSwuNzQsMi4yOCwxLjU1LDEuMjYsLjgzLTEtLjc0LTIuMjktMS41NS0xLjI2WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTM2LjA2LDEuMzljLjM2LDEsMS45NywuNjgsMS45Mi0uMzgtLjAxLTEuNTYtMi41MS0xLjA2LTEuOTIsLjM4WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTcuNTcsMzIuMTJjLTEuMDEsLjgsLjI3LDIuNCwxLjI2LDEuNTUsMS4wMy0uNzktLjI3LTIuMzgtMS4yNi0xLjU1WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTE0Ljc3LDQxLjAxYy0xLjAzLC44MSwuMjcsMi4zOSwxLjI2LDEuNTUsMS4wMi0uNzktLjI3LTIuMzktMS4yNi0xLjU1WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTMuOTgsMjcuNjhjLTEuMDMsLjgsLjI3LDIuMzgsMS4yNiwxLjU1LDEtLjgtLjI2LTIuMzgtMS4yNi0xLjU1WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTExLjE3LDM2LjU3Yy0xLjAyLC44LC4yNywyLjM3LDEuMjYsMS41NSwxLjAyLS44MS0uMjYtMi4zOS0xLjI2LTEuNTVaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMzIuNjEsMjcuODNjLS44NCwxLC43NSwyLjI4LDEuNTUsMS4yNSwuODQtLjk4LS43Ni0yLjI4LTEuNTUtMS4yNVoiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0yOS4wMSwzMi4yN2MtLjgzLC45OSwuNzQsMi4yOCwxLjU1LDEuMjYsLjgzLTEtLjc0LTIuMjgtMS41NS0xLjI2WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTIxLjgyLDQxLjE2Yy0uODQsMSwuNzUsMi4yNywxLjU1LDEuMjYsLjgzLS45OS0uNzYtMi4yOS0xLjU1LTEuMjZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMjUuNDEsMzYuNzFjLS44MywxLC43NSwyLjI4LDEuNTYsMS4yNiwuODItMS0uNzYtMi4yNy0xLjU2LTEuMjZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMzcuNjksMjMuM2MtLjkxLS45Mi0yLjM1LC41Mi0xLjQxLDEuNDIsLjksLjkyLDIuMzMtLjUxLDEuNDEtMS40MloiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik03LjU3LDU1LjMzYy0xLjAxLC44LC4yOCwyLjQsMS4yNiwxLjU1LDEuMDMtLjc5LS4yNy0yLjM4LTEuMjYtMS41NVoiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0xMS4xNyw1OS43OWMtMS4wMiwuOCwuMjcsMi4zOCwxLjI2LDEuNTUsMS4wMi0uODEtLjI2LTIuMzktMS4yNi0xLjU1WiIKICAgIC8+CgogICAgPHBhdGggZD0iTTMuOTgsNTAuOWMtMS4wMywuOCwuMjcsMi4zOSwxLjI2LDEuNTUsMS0uOC0uMjYtMi4zOC0xLjI2LTEuNTVaIiAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0xNC43Nyw2NC4yM2MtMS4wMywuODEsLjI2LDIuMzksMS4yNiwxLjU1LDEuMDItLjc5LS4yNy0yLjM5LTEuMjYtMS41NVoiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0zMi42MSw1MS4wNWMtLjg0LDEsLjc1LDIuMjcsMS41NSwxLjI2LC44My0uOTktLjc2LTIuMjktMS41NS0xLjI2WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTI1LjQxLDU5LjkzYy0uODMsMSwuNzUsMi4yOCwxLjU2LDEuMjYsLjgyLTEtLjc2LTIuMjctMS41Ni0xLjI2WiIKICAgIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTIxLjgyLDY0LjM4Yy0uODQsMSwuNzQsMi4yNywxLjU1LDEuMjYsLjgzLS45OS0uNzYtMi4yOS0xLjU1LTEuMjZaIgogICAgLz4KCiAgICA8cGF0aAogICAgICBkPSJNMjkuMDEsNTUuNDljLS44MywuOTksLjc0LDIuMjgsMS41NSwxLjI2LC44My0xLS43NC0yLjI4LTEuNTUtMS4yNloiCiAgICAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0zNy45MSw0Ni44NWMtLjQ4LTEuMi0yLjM3LS40My0xLjg1LC43NiwuNDcsMS4yMSwyLjM1LC40MywxLjg1LS43NloiCiAgICAvPgoKICAgIDxwYXRoIGQ9Ik0xOC44LDY4LjQ3Yy0xLjE3LC4yLS45OCwyLjAyLC4yLDEuOTgsMS40MiwwLDEuMi0yLjI1LS4yLTEuOThaIiAvPgoKICAgIDxwYXRoCiAgICAgIGQ9Ik0uMyw0Ni41MmMtLjkyLC45MiwuNSwyLjM0LDEuNDIsMS40MiwuOTItLjkyLS41MS0yLjMyLTEuNDItMS40MloiCiAgICAvPgoKICAgIDxwYXRoIGQ9Ik0xOC44LDQ1LjI1Yy0xLjE3LC4yMS0uOTgsMi4wMSwuMiwxLjk4LDEuNDIsMCwxLjItMi4yNi0uMi0xLjk4WiIgLz4KCiAgICA8cGF0aCBkPSJNLjMsMjMuM2MtLjkyLC45MiwuNSwyLjM0LDEuNDIsMS40MiwuOTItLjkyLS41MS0yLjMyLTEuNDItMS40MloiIC8+CgogICAgPHBhdGgKICAgICAgZD0iTTE4LjI5LDIyLjUyYy0uOTQsLjksLjUxLDIuMzUsMS40MSwxLjQyLC45NC0uOS0uNS0yLjMyLTEuNDEtMS40MloiCiAgICAvPgoKICAgIDxwYXRoIGQ9Ik0xLjcyLC4zQy44LS42Mi0uNjIsLjgsLjMsMS43MmMuOTIsLjkxLDIuMzMtLjUsMS40Mi0xLjQyWiIgLz4KCiAgPC9nPgoKPC9zdmc+Cgo=);
}

.employee-generic {
  background-image: url(../images/about_employee_generic_web.7ebedfb6.jpg);
}

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

.hover\:scale-\[2\.5\]:hover {
  --tw-scale-x: 2.5;
  --tw-scale-y: 2.5;
  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));
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:bg-green-wlcac:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 125 71 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:scale-\[0\.4\] {
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  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));
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

  .sm\:max-w-sm {
    max-width: 24rem;
  }
}

@media (min-width: 1024px) {

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

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

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

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

