
@font-face {
  font-family: 'Galaxie';
  src:  url('/fonts/GalaxieCopernicus-Book.woff2') format('woff2'),
  url('/fonts/GalaxieCopernicus-Book.woff') format('woff');
  font-weight: 400;
}


@font-face {
  font-family: 'Galaxie';
  src:  url('/fonts/GalaxieCopernicus-BookItalic.woff2') format('woff2'),
  url('/fonts/GalaxieCopernicus-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Galaxie';
  src:  url('/fonts/GalaxieCopernicus-Semibold.woff2') format('woff2'),
  url('/fonts/GalaxieCopernicus-Semibold.woff') format('woff');
  font-weight: 600;
}


@font-face {
  font-family: 'Galaxie';
  src:  url('/fonts/GalaxieCopernicus-SemiboldItalic.woff2') format('woff2'),
  url('/fonts/GalaxieCopernicus-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}



@font-face {
  font-family: 'BridgeHeadCon';
  src:  url('/fonts/Bridge-Head-Con-Bold.woff2') format('woff2'),
  url('/fonts/Bridge-Head-Con-Bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: 'BridgeHeadCon';
  src:  url('/fonts/Bridge-Head-Con-Medium.woff2') format('woff2'),
  url('/fonts/Bridge-Head-Con-Medium.woff') format('woff');
  font-weight: 500;
}

        .g--copy p,  .g--copy iframe,  .g--copy ul,  .g--copy ol,  .g--copy figure {
            margin-bottom: 1.875rem;
}

        .g--copy a {
            -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
}

        .g--copy a:hover {
            --tw-text-opacity: 1;
            color: rgb(80 126 99 / var(--tw-text-opacity));
}


        .g--copy h5 {
            margin-bottom: 1.875rem;
            margin-top: 1.875rem;
            border-top-width: 1px;
            border-bottom-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgb(0 0 0 / var(--tw-border-opacity));
            padding-top: 1.875rem;
            padding-bottom: 1.875rem;
            font-family: franklin-gothic-atf, sans-serif;
            font-size: 20px;
            line-height: 27px;
            font-weight: 500;
}

        .g--copy img {
            /* Same as first example */
            min-height: 50px;
            position: relative;
        }

        .g--copy img.absolute {
            position: absolute;
        }

        .g--copy img:before {
            content: " ";
            display: block;

            position: absolute;
            top: -10px;
            left: 0;
            height: calc(100% + 10px);
            width: 100%;
            background-color: rgb(230, 230, 230);
            border: 2px dotted rgb(200, 200, 200);
            border-radius: 5px;
        }

        .g--copy img:after {
            content: "😫" " broken image of " attr(alt);
            display: block;
            font-size: 16px;
            font-style: normal;
            font-family: FontAwesome;
            color: rgb(100, 100, 100);

            position: absolute;
            top: 5px;
            left: 0;
            width: 100%;
            text-align: center;
        }
        .g--copy--albums img[width="400"].alignnone {
            display: none;
        }

.lazyload,
.lazyloading {
    opacity: 0;
    transition: all 300ms ease-out;
}

.lazyloaded {
    opacity: 1;
    transition: all 300ms ease-out;
}

.bg-primary ::-moz-selection {
        background: var(--color-secondary) !important;
    }

.bg-primary ::selection {
        background: var(--color-secondary) !important;
    }

.theme-dark-green {
    --color-primary: #234747;
    --color-secondary: #99AFC6;
    --color-text: #ffffff;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}

.theme-dark-green ::-moz-selection {
        background: var(--color-primary);
        color: white;
    }

.theme-dark-green ::selection {
        background: var(--color-primary);
        color: white;
    }

.theme-dark-green .bg-primary ::-moz-selection {
            color:black;
        }

.theme-dark-green .bg-primary ::selection {
            color:black;
        }

.theme-purple {
    --color-primary: #BDACFF;
    --color-secondary: #234747;
    --color-text: #000000;
    --color-text-secondary: #ffffff;
    --color-text-hover:#000000;
}

.theme-purple ::-moz-selection {
        background: var(--color-primary);
        color: black;
    }

.theme-purple ::selection {
        background: var(--color-primary);
        color: black;
    }

.theme-purple .bg-primary ::-moz-selection {
            color:white;
        }

.theme-purple .bg-primary ::selection {
            color:white;
        }


.theme-yellow {
    --color-primary: #FEF386;
    --color-secondary: #BDACFF;
    --color-text: #000000;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}


.theme-yellow ::-moz-selection {
        background: var(--color-primary);
        color: black;
    }


.theme-yellow ::selection {
        background: var(--color-primary);
        color: black;
    }

.theme-green {
    --color-primary: #507E63;
    --color-secondary: #FEF386;
    --color-text: #000000;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}

.theme-green ::-moz-selection {
        background: var(--color-primary);
        color: white;
    }

.theme-green ::selection {
        background: var(--color-primary);
        color: white;
    }

.theme-orange {
    --color-primary: #FFA364;
    --color-secondary: #507E63;
    --color-text: #000000;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}

.theme-orange ::-moz-selection {
        background: var(--color-primary);
        color: black;
    }

.theme-orange ::selection {
        background: var(--color-primary);
        color: black;
    }

.theme-blue {
    --color-primary: #99AFC6;
    --color-secondary: #FFA364;
    --color-text: #000000;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}

.theme-blue ::-moz-selection {
        background: var(--color-primary);
        color: black;
    }

.theme-blue ::selection {
        background: var(--color-primary);
        color: black;
    }

.theme-red {
    --color-primary: #ED694A;
    --color-secondary: #507E63;
    --color-text: #000000;
    --color-text-secondary: #000000;
    --color-text-hover:#ffffff;
}

.theme-red ::-moz-selection {
        background: var(--color-primary);
        color: black;
    }

.theme-red ::selection {
        background: var(--color-primary);
        color: black;
    }

.g--news-left {
    --color-text-hover:#ffffff;
}


.c--feature__credits a {
            font-style: italic;
            -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
}

.c--peg a {
            -webkit-text-decoration-line: underline;
                    text-decoration-line: underline;
}

@media (min-width: 640px) {

        .g--copy img.sm\:absolute {
            position: absolute;
        }
}

@media (min-width: 768px) {

        .g--copy img.md\:absolute {
            position: absolute;
        }
}

@media (min-width: 1024px) {

        .g--copy img.lg\:absolute {
            position: absolute;
        }
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/*
! tailwindcss v3.1.7 | 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:  ;
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
}
.left-4{
    left: 1rem;
}
.top-1\/2{
    top: 50%;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.right-0{
    right: 0px;
}
.top-5{
    top: 1.25rem;
}
.right-6{
    right: 1.5rem;
}
.top-6{
    top: 1.5rem;
}
.left-0{
    left: 0px;
}
.left-2{
    left: 0.5rem;
}
.bottom-0{
    bottom: 0px;
}
.top-10{
    top: 2.5rem;
}
.left-10{
    left: 2.5rem;
}
.left-8{
    left: 2rem;
}
.top-2{
    top: 0.5rem;
}
.right-2{
    right: 0.5rem;
}
.left-1\/2{
    left: 50%;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-10{
    z-index: 10;
}
.order-2{
    order: 2;
}
.order-1{
    order: 1;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-8{
    grid-column: span 8 / span 8;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.col-span-10{
    grid-column: span 10 / span 10;
}
.col-start-2{
    grid-column-start: 2;
}
.mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.ml-4{
    margin-left: 1rem;
}
.mb-7\.5{
    margin-bottom: 1.875rem;
}
.mb-7{
    margin-bottom: 1.75rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mr-8{
    margin-right: 2rem;
}
.mt-7\.5{
    margin-top: 1.875rem;
}
.mt-7{
    margin-top: 1.75rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-18{
    margin-top: 4.5rem;
}
.mb-18{
    margin-bottom: 4.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mr-6{
    margin-right: 1.5rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-4{
    margin-top: 1rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-0{
    margin-right: 0px;
}
.ml-5{
    margin-left: 1.25rem;
}
.mr-5{
    margin-right: 1.25rem;
}
.mt-9{
    margin-top: 2.25rem;
}
.mb-9{
    margin-bottom: 2.25rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.ml-0{
    margin-left: 0px;
}
.mr-auto{
    margin-right: auto;
}
.mb-32{
    margin-bottom: 8rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.aspect-card{
    aspect-ratio: 350 / 200;
}
.aspect-featuredGreen{
    aspect-ratio: 32 / 9;
}
.aspect-auto{
    aspect-ratio: auto;
}
.h-full{
    height: 100%;
}
.h-28{
    height: 7rem;
}
.h-14{
    height: 3.5rem;
}
.h-24{
    height: 6rem;
}
.h-32{
    height: 8rem;
}
.h-20{
    height: 5rem;
}
.h-8{
    height: 2rem;
}
.h-6{
    height: 1.5rem;
}
.min-h-screen{
    min-height: 100vh;
}
.w-full{
    width: 100%;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-4{
    width: 1rem;
}
.w-28{
    width: 7rem;
}
.w-14{
    width: 3.5rem;
}
.w-screen{
    width: 100vw;
}
.w-1\/2{
    width: 50%;
}
.w-40{
    width: 10rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-3\/4{
    width: 75%;
}
.w-1\/3{
    width: 33.333333%;
}
.w-1\/4{
    width: 25%;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-\[350px\]{
    max-width: 350px;
}
.max-w-xl{
    max-width: 36rem;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-\[970px\]{
    max-width: 970px;
}
.max-w-\[768px\]{
    max-width: 768px;
}
.max-w-\[1800px\]{
    max-width: 1800px;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.-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-y-full{
    --tw-translate-y: -100%;
    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-\[2px\]{
    --tw-translate-y: -2px;
    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-px{
    --tw-translate-y: 1px;
    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\/4{
    --tw-translate-y: -25%;
    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\/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));
}
.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;
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-y-5{
    row-gap: 1.25rem;
}
.self-start{
    align-self: flex-start;
}
.overflow-scroll{
    overflow: scroll;
}
.break-words{
    overflow-wrap: break-word;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-50{
    border-radius: 50%;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-t{
    border-top-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent{
    border-color: transparent;
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-primary-text{
    --tw-border-opacity: 1;
    border-color: var(--color-text);
}
.border-green{
    --tw-border-opacity: 1;
    border-color: rgb(35 71 71 / var(--tw-border-opacity));
}
.bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(153 175 198 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-green{
    --tw-bg-opacity: 1;
    background-color: rgb(35 71 71 / var(--tw-bg-opacity));
}
.bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(255 163 100 / var(--tw-bg-opacity));
}
.bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgb(189 172 255 / var(--tw-bg-opacity));
}
.bg-transparent{
    background-color: transparent;
}
.bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 134 / var(--tw-bg-opacity));
}
.bg-green-light{
    --tw-bg-opacity: 1;
    background-color: rgb(80 126 99 / var(--tw-bg-opacity));
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: var(--color-secondary);
}
.bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: var(--color-primary);
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-4{
    padding: 1rem;
}
.p-0{
    padding: 0px;
}
.p-2{
    padding: 0.5rem;
}
.py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.pt-12{
    padding-top: 3rem;
}
.pb-7{
    padding-bottom: 1.75rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-9{
    padding-bottom: 2.25rem;
}
.pb-18{
    padding-bottom: 4.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pt-\[25\.7\%\]{
    padding-top: 25.7%;
}
.pt-\[11\.7\%\]{
    padding-top: 11.7%;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-7\.5{
    padding-bottom: 1.875rem;
}
.pl-10{
    padding-left: 2.5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pt-\[3\.375rem\]{
    padding-top: 3.375rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pr-8{
    padding-right: 2rem;
}
.pt-18{
    padding-top: 4.5rem;
}
.pt-7\.5{
    padding-top: 1.875rem;
}
.pt-7{
    padding-top: 1.75rem;
}
.pt-24{
    padding-top: 6rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-title{
    font-family: franklin-gothic-atf, sans-serif;
}
.font-fancy{
    font-family: BridgeHeadCon, serif;
}
.font-body{
    font-family: Galaxie, serif;
}
.text-21{
    font-size: 1.3125rem;
}
.text-50{
    font-size: 3.125rem;
}
.text-15{
    font-size: 0.9375rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-20{
    font-size: 1.25rem;
}
.text-h5{
    font-size: 20px;
    line-height: 27px;
}
.text-28{
    font-size: 1.75rem;
}
.text-16{
    font-size: 1rem;
}
.text-32{
    font-size: 2rem;
}
.text-17{
    font-size: 1.0625rem;
}
.text-34{
    font-size: 2.125rem;
}
.text-18{
    font-size: 1.125rem;
}
.text-card{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
}
.text-65{
    font-size: 4.0625rem;
}
.text-45{
    font-size: 2.8125rem;
}
.text-40{
    font-size: 2.5rem;
}
.text-30{
    font-size: 1.875rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-60{
    font-size: 3.75rem;
}
.text-75{
    font-size: 4.6875rem;
}
.text-25{
    font-size: 1.5625rem;
}
.text-42{
    font-size: 2.625rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-body{
    font-size: 18px;
    line-height: 24px;
}
.text-22{
    font-size: 1.375rem;
}
.font-extrabold{
    font-weight: 800;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.italic{
    font-style: italic;
}
.leading-none{
    line-height: 1;
}
.leading-extra-tight{
    line-height: 1.15;
}
.leading-4{
    line-height: 1rem;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-widest{
    letter-spacing: 0.1em;
}
.tracking-wider{
    letter-spacing: 0.05em;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-\[\.2em\]{
    letter-spacing: .2em;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-darker{
    --tw-text-opacity: 1;
    color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-green{
    --tw-text-opacity: 1;
    color: rgb(35 71 71 / var(--tw-text-opacity));
}
.text-primary-text{
    --tw-text-opacity: 1;
    color: var(--color-text);
}
.text-secondary-text{
    --tw-text-opacity: 1;
    color: var(--color-text-secondary);
}
.text-green-light{
    --tw-text-opacity: 1;
    color: rgb(80 126 99 / var(--tw-text-opacity));
}
.underline{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.opacity-0{
    opacity: 0;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-100{
    opacity: 1;
}
.invert{
    --tw-invert: invert(100%);
    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);
}
.filter{
    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{
    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;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[padding\]{
    transition-property: padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[background-color\2c padding\]{
    transition-property: background-color,padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-150{
    transition-duration: 150ms;
}
.clip-path-triangle--rest {
        -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
                clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    }
.clip-path-sand--rest {
        -webkit-clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
                clip-path: polygon(100% 0, 100% 48%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    }
.clip-path-spotlight--rest {
        -webkit-clip-path: ellipse(75% 75% at 50% 50%);
                clip-path: ellipse(75% 75% at 50% 50%);
    }
.clip-path-featured-green {
        -webkit-animation: 7s clip-path-featured-green-animated linear infinite alternate;
                animation: 7s clip-path-featured-green-animated linear infinite alternate;
    }
.clip-path-featured-green--mobile {
        -webkit-clip-path: polygon(100% 65%, -5% 100%, 100% 100%);
                clip-path: polygon(100% 65%, -5% 100%, 100% 100%);
        margin-bottom:-2px;
    }
.clip-path-nineSongs {
        -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
                clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    }

body {
    font-size: 1.125rem;
}

.g--wrapper {
    max-width: 92.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}


.g--news-left {
    max-width: 60.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
//padding-right: 1.25rem; margin-left: auto;
}


@media screen and (min-width: 1024px) {


.g--news-left {
        padding-right: 0;
        padding-left: 0;
}
    }


.g--news-left{
    margin-right: 0;
}

.g--news-right {

    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {

.g--news-right {
        padding-right: 0;
        padding-left: 0;
        max-width: 29.125rem
}
    }

.g--iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.g--iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


@media screen and (min-width: 769px) {


.c--home-featured {
        height: calc(100vh - 5.5rem)
}
    }

@-webkit-keyframes clip-path-triangle-animated {
    0% {
        -webkit-clip-path: polygon(60% 0%, 0% 0%, 0% 100%, 80% 100%);
                clip-path: polygon(60% 0%, 0% 0%, 0% 100%, 80% 100%);
    }
    100% {
        -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 100%, 85% 100%);
                clip-path: polygon(50% 0%, 0% 0%, 0% 100%, 85% 100%);
    }
}

@keyframes clip-path-triangle-animated {
    0% {
        -webkit-clip-path: polygon(60% 0%, 0% 0%, 0% 100%, 80% 100%);
                clip-path: polygon(60% 0%, 0% 0%, 0% 100%, 80% 100%);
    }
    100% {
        -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 100%, 85% 100%);
                clip-path: polygon(50% 0%, 0% 0%, 0% 100%, 85% 100%);
    }
}

@-webkit-keyframes clip-path-featured-green-animated {
    0% {
        -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
                clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
    }
}

@keyframes clip-path-featured-green-animated {
    0% {
        -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
                clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
                clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0% 100%);
    }
}


.g--transparent__stroke path, .g--transparent__stroke circle {
    stroke: black;
    transition: all 300ms ease;
}


.g--transparent .g--transparent__stroke path, .g--transparent .g--transparent__stroke circle {
        stroke: white;
    }

.g--transparent__fill path {
    fill: black;
    transition: all 300ms ease;
}

.g--transparent .g--transparent__fill path {
        fill: white;
    }


.g--transparent__color {
    color: black;
    transition: all 300ms ease;
}


.g--transparent .g--transparent__color {
        color: white;
    }

.g--transparent__header {
    background-color: white;
    transition: all 300ms ease;
}

.g--transparent .g--transparent__header {
        background-color: transparent;
        position: absolute;
    }


.c--newsletter #indicator {
        opacity: 0;
        pointer-events: none;
    }


.c--newsletter .htmx-request #indicator {
    //display: flex; opacity: 1; pointer-events: auto;
    }

.g--transparent .c--header{
    position: absolute;
    width: 100%;
}


.lazyload,
.lazyloading {


    opacity: 0;
    transition: all 200ms ease-out;
}

.lazyloaded {
    opacity: 1;
    transition: all 200ms ease-out;


}

.c--ad-wrapper > div{
    margin-top: 1rem;
    margin-bottom: 1rem;
        transition: all 200ms ease;
}

.c--ad-wrapper > div:empty, .c--ad-wrapper > span:empty {
        margin-top: 0;
        margin-bottom: 0;
        height: 0;
        display: none !important;
    }


.g--video-wrapper {
    position: relative;
    padding-top: 56.25%;
}


.g--video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media screen and (min-width: 768px) {

.m--extended-img {
        max-width: calc(100% + 8rem);
        width: calc(100% + 8rem)
}
    }

.flickity-cell:first-child .c--feature-gallery__slide {
            transform: none;
            -webkit-clip-path: polygon(0% 0, 100% 0%, 86% 100%, 0% 100%);
                    clip-path: polygon(0% 0, 100% 0%, 86% 100%, 0% 100%);
        }

.flickity-cell:last-child .c--feature-gallery__slide {
            transform: none;
            -webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
                    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
        }

.flickity-rtl.c--feature-gallery .flickity-cell:first-child .c--feature-gallery__slide {
                transform: none;

                -webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);

                        clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
            }

.flickity-rtl.c--feature-gallery .flickity-cell:last-child .c--feature-gallery__slide {
                transform: none;
                -webkit-clip-path: polygon(0% 0, 100% 0%, 86% 100%, 0% 100%);
                        clip-path: polygon(0% 0, 100% 0%, 86% 100%, 0% 100%);
            }

.flickity-rtl.c--feature-gallery .flickity-prev-next-button.previous {

        left: initial;
        right: 0;
        transform: translateY(100%) translateX(20%);
    }

.flickity-rtl.c--feature-gallery .flickity-prev-next-button.next {
        transform: translateY(100%) translateX(0%);
    }

.c--feature-gallery__slide {
//transform:translateX(-14%); -webkit-clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%); clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);

}


.c--feature-gallery .flickity-button {
        transform: translateY(100%) translateX(-20%);
        top: initial;
        bottom: -10px;
    }


.c--feature-gallery .flickity-button:focus, .c--feature-gallery .flickity-button:active {
            box-shadow: none;
        }


.c--feature-gallery .flickity-prev-next-button.previous {
        left: 0;
    //transform:
    }


.c--feature-gallery .flickity-prev-next-button .flickity-button-icon {
    //left:0;
    }

.g--copy__legacy blockquote{
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
    font-family: BridgeHeadCon, serif;
    font-size: 2.5rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(35 71 71 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

    .g--copy__legacy blockquote{
        margin-left: -8rem;
        margin-right: -8rem;
        font-size: 2.8125rem;
    }
}

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

.hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:pl-4:hover{
    padding-left: 1rem;
}

.hover\:pr-4:hover{
    padding-right: 1rem;
}

.hover\:text-hover-text:hover{
    --tw-text-opacity: 1;
    color: var(--color-text-hover);
}

.hover\:underline:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.focus\:border-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgb(153 175 198 / var(--tw-border-opacity));
}

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

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

.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:hover .group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:underline{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.group:hover .group-hover\:clip-path-triangle {
        -webkit-clip-path: polygon(70% 0%, 0% 0%, 0% 100%, 95% 100%);
                clip-path: polygon(70% 0%, 0% 0%, 0% 100%, 95% 100%);
    }

.group:hover .group-hover\:rounded-border {
        border-top-left-radius: 120px;
    }

.group:hover .group-hover\:clip-path-sand {
        -webkit-clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0% 100%, 30% 50%, 0% 0%);
                clip-path: polygon(100% 0, 70% 50%, 100% 100%, 0% 100%, 30% 50%, 0% 0%);
    }

.group:hover .group-hover\:clip-path-spotlight {
        -webkit-clip-path: ellipse(50% 50% at 50% 50%);
                clip-path: ellipse(50% 50% at 50% 50%);
    }

@media (min-width: 475px){

    .xs\:right-8{
        right: 2rem;
    }

    .xs\:left-8{
        left: 2rem;
    }

    .xs\:top-8{
        top: 2rem;
    }

    .xs\:order-1{
        order: 1;
    }

    .xs\:order-2{
        order: 2;
    }

    .xs\:col-span-6{
        grid-column: span 6 / span 6;
    }

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

    .xs\:block{
        display: block;
    }

    .xs\:hidden{
        display: none;
    }

    .xs\:w-5{
        width: 1.25rem;
    }

    .xs\:-translate-y-\[4px\]{
        --tw-translate-y: -4px;
        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));
    }

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

    .xs\:p-8{
        padding: 2rem;
    }

    .xs\:pt-6{
        padding-top: 1.5rem;
    }

    .xs\:text-28{
        font-size: 1.75rem;
    }
}

@media (min-width: 640px){

    .sm\:absolute{
        position: absolute;
    }

    .sm\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .sm\:col-span-3{
        grid-column: span 3 / span 3;
    }

    .sm\:col-span-10{
        grid-column: span 10 / span 10;
    }

    .sm\:col-span-12{
        grid-column: span 12 / span 12;
    }

    .sm\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .sm\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .sm\:col-span-5{
        grid-column: span 5 / span 5;
    }

    .sm\:col-span-7{
        grid-column: span 7 / span 7;
    }

    .sm\:col-start-2{
        grid-column-start: 2;
    }

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

    .sm\:mb-18{
        margin-bottom: 4.5rem;
    }

    .sm\:mb-12{
        margin-bottom: 3rem;
    }

    .sm\:mr-auto{
        margin-right: auto;
    }

    .sm\:ml-5{
        margin-left: 1.25rem;
    }

    .sm\:mr-5{
        margin-right: 1.25rem;
    }

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

    .sm\:flex{
        display: flex;
    }

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

    .sm\:w-40{
        width: 10rem;
    }

    .sm\:w-\[400px\]{
        width: 400px;
    }

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

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

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

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

    .sm\:p-7\.5{
        padding: 1.875rem;
    }

    .sm\:p-7{
        padding: 1.75rem;
    }

    .sm\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sm\:pb-0{
        padding-bottom: 0px;
    }

    .sm\:pb-10{
        padding-bottom: 2.5rem;
    }

    .sm\:pl-0{
        padding-left: 0px;
    }

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

    .sm\:text-left{
        text-align: left;
    }

    .sm\:text-center{
        text-align: center;
    }

    .sm\:text-34{
        font-size: 2.125rem;
    }

    .sm\:text-30{
        font-size: 1.875rem;
    }

    .sm\:text-20{
        font-size: 1.25rem;
    }

    .sm\:text-18{
        font-size: 1.125rem;
    }

    .sm\:text-85{
        font-size: 5.3125rem;
    }

    .sm\:text-60{
        font-size: 3.75rem;
    }

    .sm\:text-65{
        font-size: 4.0625rem;
    }

    .sm\:clip-path-triangle--featured {
    //clip-path: polygon(60% 0%, 0% 0%, 0% 100%, 80% 100%); -webkit-animation: 10s clip-path-triangle-animated linear infinite alternate; animation: 10s clip-path-triangle-animated linear infinite alternate;
    }
}

@media (min-width: 768px){

    .md\:absolute{
        position: absolute;
    }

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

    .md\:top-20{
        top: 5rem;
    }

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

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

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

    .md\:order-2{
        order: 2;
    }

    .md\:order-1{
        order: 1;
    }

    .md\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .md\:col-span-5{
        grid-column: span 5 / span 5;
    }

    .md\:col-span-10{
        grid-column: span 10 / span 10;
    }

    .md\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .md\:col-span-7{
        grid-column: span 7 / span 7;
    }

    .md\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .md\:col-span-2{
        grid-column: span 2 / span 2;
    }

    .md\:col-span-1{
        grid-column: span 1 / span 1;
    }

    .md\:col-start-4{
        grid-column-start: 4;
    }

    .md\:col-start-7{
        grid-column-start: 7;
    }

    .md\:col-start-2{
        grid-column-start: 2;
    }

    .md\:col-start-3{
        grid-column-start: 3;
    }

    .md\:col-start-6{
        grid-column-start: 6;
    }

    .md\:-mx-16{
        margin-left: -4rem;
        margin-right: -4rem;
    }

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

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

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

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

    .md\:mr-5{
        margin-right: 1.25rem;
    }

    .md\:mb-12{
        margin-bottom: 3rem;
    }

    .md\:block{
        display: block;
    }

    .md\:inline{
        display: inline;
    }

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

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

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

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

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

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

    .md\:bg-transparent{
        background-color: transparent;
    }

    .md\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }

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

    .md\:pb-18{
        padding-bottom: 4.5rem;
    }

    .md\:pt-10{
        padding-top: 2.5rem;
    }

    .md\:pb-10{
        padding-bottom: 2.5rem;
    }

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

    .md\:pt-0{
        padding-top: 0px;
    }

    .md\:text-left{
        text-align: left;
    }

    .md\:text-42{
        font-size: 2.625rem;
    }

    .md\:text-18{
        font-size: 1.125rem;
    }

    .md\:text-70{
        font-size: 4.375rem;
    }

    .md\:text-25{
        font-size: 1.5625rem;
    }

    .md\:text-100{
        font-size: 6.25rem;
    }

    .md\:text-65{
        font-size: 4.0625rem;
    }

    .md\:text-21{
        font-size: 1.3125rem;
    }

    .md\:text-16{
        font-size: 1rem;
    }

    .md\:text-75{
        font-size: 4.6875rem;
    }

    .md\:text-50{
        font-size: 3.125rem;
    }

    .md\:text-40{
        font-size: 2.5rem;
    }

    .md\:text-30{
        font-size: 1.875rem;
    }

    .md\:text-55{
        font-size: 3.4375rem;
    }

    .md\:text-20{
        font-size: 1.25rem;
    }

    .md\:text-90{
        font-size: 5.625rem;
    }

    .md\:text-32{
        font-size: 2rem;
    }

    .md\:text-82{
        font-size: 5.125rem;
    }

    .md\:text-28{
        font-size: 1.75rem;
    }

    .md\:text-45{
        font-size: 2.8125rem;
    }

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

@media (min-width: 1024px){

    .lg\:absolute{
        position: absolute;
    }

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

    .lg\:left-0{
        left: 0px;
    }

    .lg\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-9{
        grid-column: span 9 / span 9;
    }

    .lg\:col-span-10{
        grid-column: span 10 / span 10;
    }

    .lg\:col-span-2{
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3{
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-7{
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .lg\:col-start-2{
        grid-column-start: 2;
    }

    .lg\:col-start-3{
        grid-column-start: 3;
    }

    .lg\:col-start-7{
        grid-column-start: 7;
    }

    .lg\:col-start-4{
        grid-column-start: 4;
    }

    .lg\:mb-2{
        margin-bottom: 0.5rem;
    }

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

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

    .lg\:mt-18{
        margin-top: 4.5rem;
    }

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

    .lg\:mt-14{
        margin-top: 3.5rem;
    }

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

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

    .lg\:mb-18{
        margin-bottom: 4.5rem;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

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

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

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

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

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

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

    .lg\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

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

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

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

    .lg\:pb-0{
        padding-bottom: 0px;
    }

    .lg\:pt-\[25\%\]{
        padding-top: 25%;
    }

    .lg\:pt-18{
        padding-top: 4.5rem;
    }

    .lg\:pt-16{
        padding-top: 4rem;
    }

    .lg\:text-left{
        text-align: left;
    }

    .lg\:text-right{
        text-align: right;
    }

    .lg\:text-50{
        font-size: 3.125rem;
    }

    .lg\:text-85{
        font-size: 5.3125rem;
    }

    .lg\:text-20{
        font-size: 1.25rem;
    }

    .lg\:text-60{
        font-size: 3.75rem;
    }

    .lg\:text-40{
        font-size: 2.5rem;
    }

    .lg\:text-30{
        font-size: 1.875rem;
    }

    .lg\:text-25{
        font-size: 1.5625rem;
    }

    .lg\:text-120{
        font-size: 7.5rem;
    }

    .lg\:text-100{
        font-size: 6.25rem;
    }

    .lg\:text-75{
        font-size: 4.6875rem;
    }

    .lg\:text-42{
        font-size: 2.625rem;
    }

    .lg\:text-150{
        font-size: 9.375rem;
    }

    .lg\:text-125{
        font-size: 7.8125rem;
    }

    .lg\:text-36{
        font-size: 2.25rem;
    }

    .lg\:text-55{
        font-size: 3.4375rem;
    }

    .lg\:text-45{
        font-size: 2.8125rem;
    }

    .lg\:text-38{
        font-size: 2.375rem;
    }

    .lg\:text-32{
        font-size: 2rem;
    }

    .lg\:text-90{
        font-size: 5.625rem;
    }

    .lg\:text-70{
        font-size: 4.375rem;
    }

    .lg\:text-82{
        font-size: 5.125rem;
    }

    .lg\:text-35{
        font-size: 2.1875rem;
    }
}

@media (min-width: 1280px){

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

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

    .xl\:mr-6{
        margin-right: 1.5rem;
    }

    .xl\:mr-8{
        margin-right: 2rem;
    }

    .xl\:w-7\.5{
        width: 1.875rem;
    }

    .xl\:w-7{
        width: 1.75rem;
    }

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

    .xl\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .xl\:text-150{
        font-size: 9.375rem;
    }

    .xl\:text-82{
        font-size: 5.125rem;
    }

    .xl\:text-75{
        font-size: 4.6875rem;
    }

    .xl\:text-125{
        font-size: 7.8125rem;
    }

    .xl\:text-25{
        font-size: 1.5625rem;
    }

    .xl\:text-130{
        font-size: 8.125rem;
    }

    .xl\:text-100{
        font-size: 6.25rem;
    }

    .xl\:text-120{
        font-size: 7.5rem;
    }
}

@media (min-width: 1536px){

    .\32xl\:col-span-7{
        grid-column: span 7 / span 7;
    }

    .\32xl\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .\32xl\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .\32xl\:col-start-1{
        grid-column-start: 1;
    }
}
