/*
! tailwindcss v3.4.10 | 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: currentColor; /* 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: aktiv-grotesk, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
    .text-action {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}

    @media (min-width: 1024px) {
        .text-action {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }

    /* CONTENT STYLES */

    .filter-coral { filter: invert(76%) sepia(43%) saturate(4499%) hue-rotate(318deg) brightness(116%) contrast(81%); }
    .filter-coral-light { filter: invert(88%) sepia(26%) saturate(326%) hue-rotate(332deg) brightness(99%) contrast(92%); }
    .filter-coral-dark { filter: invert(43%) sepia(25%) saturate(2802%) hue-rotate(335deg) brightness(86%) contrast(88%); }
    .filter-teal { filter: invert(65%) sepia(54%) saturate(5519%) hue-rotate(140deg) brightness(98%) contrast(97%); }
    .filter-teal-light { filter: invert(92%) sepia(19%) saturate(162%) hue-rotate(137deg) brightness(102%) contrast(86%); }
    .filter-teal-dark { filter: invert(24%) sepia(10%) saturate(6962%) hue-rotate(153deg) brightness(89%) contrast(101%); }
    .filter-olive { filter: invert(45%) sepia(80%) saturate(312%) hue-rotate(16deg) brightness(99%) contrast(91%); }
    .filter-olive-light { filter: invert(91%) sepia(26%) saturate(474%) hue-rotate(2deg) brightness(85%) contrast(90%); }
    .filter-olive-dark { filter: invert(23%) sepia(1%) saturate(3899%) hue-rotate(22deg) brightness(93%) contrast(100%); }
    .filter-offwhite { filter: invert(100%) sepia(27%) saturate(880%) hue-rotate(306deg) brightness(101%) contrast(99%); }
    .filter-black { filter: invert(10%) sepia(9%) saturate(614%) hue-rotate(21deg) brightness(95%) contrast(84%); }
    .filter-white { filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(315deg) brightness(102%) contrast(102%); }

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 540px) {

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

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

  .container {
    max-width: 768px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {

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

  .container {
    max-width: 1280px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1480px) {

  .container {
    max-width: 1480px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.-bottom-20 {
  bottom: -20px;
}
.-bottom-30 {
  bottom: -30px;
}
.-left-0 {
  left: 0;
}
.-left-1\/2 {
  left: -50%;
}
.-left-20 {
  left: -20px;
}
.-left-30 {
  left: -30px;
}
.-left-32 {
  left: -32px;
}
.-left-70 {
  left: -70px;
}
.-right-20 {
  right: -20px;
}
.-right-32 {
  right: -32px;
}
.-top-20 {
  top: -20px;
}
.-top-32 {
  top: -32px;
}
.-top-70 {
  top: -70px;
}
.-top-\[35px\] {
  top: -35px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-45 {
  bottom: 45px;
}
.left-0 {
  left: 0;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-150 {
  left: 150px;
}
.right-0 {
  right: 0;
}
.right-1\/2 {
  right: 50%;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.-m-20 {
  margin: -20px;
}
.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-120 {
  margin-right: 120px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-\[114px\] {
  margin-top: 114px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-100 {
  height: 100px;
}
.h-150 {
  height: 150px;
}
.h-16 {
  height: 16px;
}
.h-3\/4 {
  height: 75%;
}
.h-32 {
  height: 32px;
}
.h-48 {
  height: 48px;
}
.h-60 {
  height: 60px;
}
.h-70 {
  height: 70px;
}
.h-80 {
  height: 80px;
}
.h-90 {
  height: 90px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[466px\] {
  height: 466px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[550px\] {
  height: 550px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-384 {
  max-height: 384px;
}
.min-h-40 {
  min-height: 40px;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-128 {
  width: 128px;
}
.w-150 {
  width: 150px;
}
.w-16 {
  width: 16px;
}
.w-192 {
  width: 192px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 20px;
}
.w-32 {
  width: 32px;
}
.w-40 {
  width: 40px;
}
.w-48 {
  width: 48px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[600px\] {
  width: 600px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-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-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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .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));
}
.-scale-x-100 {
  --tw-scale-x: -1;
  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-y-150 {
  --tw-scale-y: -1.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));
}
.scale-x-50 {
  --tw-scale-x: .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));
}
.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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-32 {
  gap: 32px;
}
.gap-45 {
  gap: 45px;
}
.gap-6 {
  gap: 6px;
}
.gap-60 {
  gap: 60px;
}
.gap-70 {
  gap: 70px;
}
.gap-8 {
  gap: 8px;
}
.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.gap-x-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-y-45 {
  row-gap: 45px;
}
.gap-y-5 {
  row-gap: 5px;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-12 {
  border-radius: 12px;
}
.rounded-30 {
  border-radius: 30px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-40 {
  border-radius: 40px;
}
.rounded-50 {
  border-radius: 50px;
}
.rounded-6 {
  border-radius: 6px;
}
.rounded-90 {
  border-radius: 90px;
}
.rounded-t-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-t-\[200px\] {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-6 {
  border-top-right-radius: 6px;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 38 / var(--tw-border-opacity));
}
.border-coral {
  --tw-border-opacity: 1;
  border-color: rgb(231 145 118 / var(--tw-border-opacity));
}
.border-coral-dark {
  --tw-border-opacity: 1;
  border-color: rgb(209 82 55 / var(--tw-border-opacity));
}
.border-coral-light {
  --tw-border-opacity: 1;
  border-color: rgb(242 215 191 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(85 88 69 / var(--tw-border-opacity));
}
.border-offwhite {
  --tw-border-opacity: 1;
  border-color: rgb(254 247 236 / var(--tw-border-opacity));
}
.border-olive {
  --tw-border-opacity: 1;
  border-color: rgb(147 137 54 / var(--tw-border-opacity));
}
.border-olive-dark {
  --tw-border-opacity: 1;
  border-color: rgb(55 55 46 / var(--tw-border-opacity));
}
.border-olive-light {
  --tw-border-opacity: 1;
  border-color: rgb(206 198 139 / var(--tw-border-opacity));
}
.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(4 186 176 / var(--tw-border-opacity));
}
.border-teal-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 77 90 / var(--tw-border-opacity));
}
.border-teal-light {
  --tw-border-opacity: 1;
  border-color: rgb(215 237 237 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#F3FAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 250 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 38 / var(--tw-bg-opacity));
}
.bg-coral {
  --tw-bg-opacity: 1;
  background-color: rgb(231 145 118 / var(--tw-bg-opacity));
}
.bg-coral-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(209 82 55 / var(--tw-bg-opacity));
}
.bg-coral-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 215 191 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(85 88 69 / var(--tw-bg-opacity));
}
.bg-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 236 / var(--tw-bg-opacity));
}
.bg-olive {
  --tw-bg-opacity: 1;
  background-color: rgb(147 137 54 / var(--tw-bg-opacity));
}
.bg-olive-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 46 / var(--tw-bg-opacity));
}
.bg-olive-light {
  --tw-bg-opacity: 1;
  background-color: rgb(206 198 139 / var(--tw-bg-opacity));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(4 186 176 / var(--tw-bg-opacity));
}
.bg-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 90 / var(--tw-bg-opacity));
}
.bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(215 237 237 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-32 {
  padding: 32px;
}
.p-8 {
  padding: 8px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-32 {
  padding-top: 32px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: Libre Baskerville, sans-serif;
}
.text-2xl {
  font-size: 24px;
}
.text-3xl {
  font-size: 28px;
}
.text-4xl {
  font-size: 38px;
}
.text-base {
  font-size: 18px;
}
.text-sm {
  font-size: 16px;
}
.text-xl {
  font-size: 22px;
}
.text-xs {
  font-size: 14px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
.text-coral {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
}
.text-coral-dark {
  --tw-text-opacity: 1;
  color: rgb(209 82 55 / var(--tw-text-opacity));
}
.text-coral-light {
  --tw-text-opacity: 1;
  color: rgb(242 215 191 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(85 88 69 / var(--tw-text-opacity));
}
.text-offwhite {
  --tw-text-opacity: 1;
  color: rgb(254 247 236 / var(--tw-text-opacity));
}
.text-olive {
  --tw-text-opacity: 1;
  color: rgb(147 137 54 / var(--tw-text-opacity));
}
.text-olive-dark {
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
.text-olive-light {
  --tw-text-opacity: 1;
  color: rgb(206 198 139 / var(--tw-text-opacity));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(4 186 176 / var(--tw-text-opacity));
}
.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(0 77 90 / var(--tw-text-opacity));
}
.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(215 237 237 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.outline {
  outline-style: solid;
}
.brightness-soft {
  --tw-brightness: brightness(.75);
  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);
}
.saturate-\[1\.3\] {
  --tw-saturate: saturate(1.3);
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* smooth scroll */
html {
    scroll-behavior: smooth;
}
[x-cloak=""] {
    display: none !important;
  }
.video-center {
    inset: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: black;
    height: calc(100% + 40px);
    width: auto;
    max-width: none;
    left: 50%;
    position: absolute;
    
}
/* Reduce space between two same-colored sections */
section.bg-white:not([class^="twotone"]) + section.bg-white, section.bg-white:not([class^="twotone"]) + section.bg-white .container {
  padding-top: 0;
}
section.bg-offwhite:not([class^="twotone"]) + section.bg-offwhite, section.bg-offwhite:not([class^="twotone"]) + section.bg-offwhite .container {
  padding-top: 0;
}
section.bg-transparent:not([class^="twotone"]) + section.bg-transparent, section.bg-transparent:not([class^="twotone"]) + section.bg-transparent .container {
  padding-top: 0;
}
/* Basic Style Setup */
.h1 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}
.h2 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
.h3 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.h5 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
        .h5 {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }
p.large {
  font-size: 20px;
}
@media (min-width: 768px) {
    .h1 {
    font-size: 58px;
  }
    .h2 {
    font-size: 44px;
  } 
        p.large {
    font-size: 22px;
  }
        p.xlarge {
    font-size: 28px;
  }
}
@media (min-width: 1024px) { p.xlarge {
    font-size: 28px;
  }
}
.content {
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
.content.text-white h1, .content.text-white h2, .content.text-white h3, .content.text-white h4, .content.text-white h5, .content.text-white p, .content.text-white li { color: #fff; }
.content.text-white li::marker { color: #fff; }
.content h1 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
a.content h1:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
.content h1 + p {
  font-size: 22px;
}
.content h2 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
a.content h2:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
.content h3 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
a.content h3:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
.content h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
a.content h4:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
.content h5 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
        .content h5 {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }
.content h5 {
  --tw-text-opacity: 1;
  color: rgb(42 42 38 / var(--tw-text-opacity));
}
a.content h5:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
.content hr {
  margin-bottom: 25px;
  display: block;
  height: 40px;
  border-style: none;
}
.content hr:after {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  display: block;
  height: 40px;
  width: 40px;
            
            background: url(/assets/images/ui/logo-emblem-reversed.svg) no-repeat center center;
            content: ' ';
}
.content hr:before {
  margin-top: 16px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(85 88 69 / var(--tw-bg-opacity));
            height: 1px;
            width: 100%;
            content: ' ';
}
.content p.large {
  font-size: 20px;
}
.content p.xlarge {
  font-size: 22px;
}
.content .large p {
  font-size: 20px;
}
.content .xlarge p {
  font-size: 22px;
}
.content p {
  line-height: 1.6em;
}
.resource .intro .content p {
  margin: auto;
  max-width: 768px;
  font-size: 20px;
  line-height: 1.625;
}
.resource .content p {
  margin: auto;
  max-width: 768px;
  font-size: 18px;
  line-height: 1.8em;
}
.content p a {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
a.content p a:not('.btn'):not([class*="hover:text-"]):hover { color: #D15237; }
/* if not last child */
.content p:not(:last-child) {
  margin-bottom: 20px;
}
.content ol li a, .content ul li a {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
a.content ol li a:not('.btn'):not([class*="hover:text-"]):hover,a .content ul li a:not('.btn'):not([class*="hover:text-"]):hover { color: #D15237; }
.content blockquote {
  margin-bottom: 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-style: italic;
}
.content blockquote p {
  --tw-text-opacity: 1;
  color: rgb(147 137 54 / var(--tw-text-opacity));
}
.content blockquote p:last-of-type {
  margin-bottom: 10px;
}
.content blockquote h5 {
  --tw-text-opacity: 1;
  color: rgb(4 186 176 / var(--tw-text-opacity));
  --tw-brightness: brightness(.75);
  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);
}
a.content blockquote h5:not('.btn'):not([class*="hover:text-"]):hover { color: #004D5A; }
.content ul {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
  gap: 10px;
}
.content ul:not(:last-child) {
  margin-bottom: 25px;
}
.content ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(209 82 55 / var(--tw-text-opacity));
}
.resource .content ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
  line-height: 1.8em;
}
.content ol {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
  gap: 10px;
}
.content ol:not(:last-child) {
  margin-bottom: 25px;
}
.content ol li::marker {
  --tw-text-opacity: 1;
  color: rgb(209 82 55 / var(--tw-text-opacity));
}
.resource .content ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
  line-height: 1.8em;
}
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  margin-top: 10px;
  gap: 5px;
}
.content ul ol, .content ol ol {
            list-style-type: lower-alpha;
        }
.content pre {
  white-space: normal;
}
.content pre code {
  display: block;
  overflow: scroll;
  border-radius: 6px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(85 88 69 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 236 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
section.content pre code:not([class^="twotone"]) + section.bg-offwhite, section.content pre code:not([class^="twotone"]) + section.bg-offwhite .container {
  padding-top: 0;
}
.btn.content pre code:not([class*="hover:bg-"]):hover { background: #E79176; }
.content table {
  margin-bottom: 20px;
  width: 100%;
}
.content table th {
  --tw-bg-opacity: 1;
  background-color: rgb(215 237 237 / var(--tw-bg-opacity));
  text-align: left;
  mix-blend-mode: multiply;
}
.sidebar .widget.content table th a {
  --tw-text-opacity: 1;
  color: rgb(0 77 90 / var(--tw-text-opacity));
  text-underline-offset: 4px;
}
a.sidebar .widget.content table th a:not('.btn'):not([class*="hover:text-"]):hover { color: #04BAB0; }
.sidebar .widget.content table th p { text-shadow: 0 2px 0 #D7EDED, 0 -2px 0 #D7EDED, 2px 0 0 #D7EDED, -2px 0 0 #D7EDED; }
.content table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 88 69 / var(--tw-border-opacity));
}
@media (min-width: 768px) {

        .content ul, .content ol {
    margin-left: 48px;
    margin-right: 48px;
  }
        .content h1 {
    font-size: 58px;
  }

        .content h2 {
    font-size: 38px;
  }

        .content h3 {
    font-size: 28px;
  }

        .content p {
    font-size: 20px;
  }

        .content p.large {
    font-size: 22px;
  }
        .content p.xlarge {
    font-size: 24px;
  }
    
        .content .large p {
    font-size: 22px;
  }
        .content .xlarge p {
    font-size: 24px;
  }
    }
@media (min-width: 1024px) {
            .content p.xlarge {
    font-size: 28px;
  }
    }
/* auto margins for large content areas */
.prose h1 {
  margin-bottom: 10px;
}
.prose h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.prose h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prose h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.prose h5 {
  margin-bottom: 10px;
}
.prose code {
  margin-bottom: 25px;
}
/* .content:not([class*="text-"]) {
    p:not([class*="text-"]) {
        @apply text-olive-dark;
    }
} */
.nav-item {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
        .nav-item {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }
.nav-item {
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
.nav-item.active span {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(231 145 118 / var(--tw-border-opacity));
}
.nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
}
a.nav-item:hover:not('.btn'):not([class*="hover:text-"]):hover { color: #D15237; }
.sub-nav-item {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
.sub-nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
}
a.sub-nav-item:hover:not('.btn'):not([class*="hover:text-"]):hover { color: #D15237; }
@media (min-width: 1024px) {
    .sub-nav-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.btn {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
        .btn {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }
.btn {
  display: inline-block;
  white-space: nowrap;
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn.btn-icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.btn.btn-square {
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.btn.btn-md {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fui-submit {
    background-color: #E79176!important;
    padding: 10px 25px!important;
    border: none!important;
    font-family: Platform, sans-serif!important;
    border-radius: 40px!important;
    letter-spacing: 0.64px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    display: inline-block!important;
    white-space: nowrap!important;
    text-transform: uppercase!important;
}
.fui-submit:hover { background: #007fb6!important; }
.btn.bg-coral:not([class*="hover:bg-"]):hover { background: #D15237; }
.btn.bg-teal:not([class*="hover:bg-"]):hover { background: #004D5A; }
.btn.bg-coral-light:not([class*="hover:bg-"]):hover { background: #E79176; }
.btn.bg-offwhite:not([class*="hover:bg-"]):hover { background: #E79176; }
.btn.bg-black:not([class*="hover:bg-"]):hover { background: #E79176; }
.btn.bg-teal-dark:not([class*="hover:bg-"]):hover { background: #04BAB0; }
.btn.bg-white:not([class*="hover:bg-"]):hover { background: #FEF7EC; }
a.text-coral:not('.btn'):not([class*="hover:text-"]):hover { color: #D15237; }
a.text-teal:not('.btn'):not([class*="hover:text-"]):hover { color: #004D5A; }
a.text-coral-light:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
a.text-offwhite:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
a.text-black:not('.btn'):not([class*="hover:text-"]):hover { color: #E79176; }
a.text-teal-dark:not('.btn'):not([class*="hover:text-"]):hover { color: #04BAB0; }
a.text-white:not('.btn'):not([class*="hover:text-"]):hover { color: #FEF7EC; }
.testimonials .testimonial-list {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  flex-direction: row;

        left: calc(var(--testimonial-index) * -100%);
        width: calc(var(--testimonial-count) * 100%);

        position: relative;
        transition: left 0.3s ease-in-out 0s;
}
.testimonials .testimonial-list .testimonial {
  width: 100%;
  opacity: 0.3;
}
.testimonials .testimonial-list .testimonial blockquote {
                /* padding-right: 15%; */
                width: 85%;
            }
.testimonials .testimonial-list .testimonial.active {
  opacity: 1;
}
.testimonials .controls {
  overflow: hidden;
        
        left: calc(90% - 10%);
}
.testimonials .controls a.disabled {
  pointer-events: none;
  opacity: 0.3;
}
a.action:hover {
        -webkit-backdrop-filter: saturate(2) brightness(0.9);
                backdrop-filter: saturate(2) brightness(0.9);
    }
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.sidebar .widget {
  overflow: hidden;
}
/* color overrides for unusuall widget bg colors */
.sidebar .widget.bg-teal-light a {
  --tw-text-opacity: 1;
  color: rgb(0 77 90 / var(--tw-text-opacity));
  text-underline-offset: 4px;
}
a.sidebar .widget.bg-teal-light a:not('.btn'):not([class*="hover:text-"]):hover { color: #04BAB0; }
.sidebar .widget.bg-teal-light p { text-shadow: 0 2px 0 #D7EDED, 0 -2px 0 #D7EDED, 2px 0 0 #D7EDED, -2px 0 0 #D7EDED; }
.sidebar .widget.subnav nav.nav {
  display: flex;
  flex-direction: column;
}
.sidebar .widget.subnav nav.nav .subnav-item {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
@media (min-width: 1024px) {
        .sidebar .widget.subnav nav.nav .subnav-item {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.32px;
  }
    }
.sidebar .widget.subnav nav.nav .subnav-item {
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
}
.sidebar .widget.subnav nav.nav .subnav-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(209 82 55 / var(--tw-text-opacity));
}
.sidebar .widget.subnav nav.nav .subnav-item.active a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 186 176 / var(--tw-text-opacity));
}
a.sidebar .widget.subnav nav.nav .subnav-item.active a:not('.btn'):not([class*="hover:text-"]):hover { color: #004D5A; }
.accordionContent .accordion-item {

        position: relative;
    }
.accordionContent .accordion-item .accordion-title:after {
  --tw-text-opacity: 1;
  color: rgb(55 55 46 / var(--tw-text-opacity));
            
            content: '+';
            position: absolute;
            right: 25px;
            font-size: 20px;
            top: 5px;
}
.accordionContent .accordion-item[open] .accordion-title {
  --tw-bg-opacity: 1;
  background-color: rgb(4 186 176 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content.accordionContent .accordion-item[open] .accordion-title h1, .content.accordionContent .accordion-item[open] .accordion-title h2, .content.accordionContent .accordion-item[open] .accordion-title h3, .content.accordionContent .accordion-item[open] .accordion-title h4, .content.accordionContent .accordion-item[open] .accordion-title h5, .content.accordionContent .accordion-item[open] .accordion-title p, .content.accordionContent .accordion-item[open] .accordion-title li { color: #fff; }
.content.accordionContent .accordion-item[open] .accordion-title li::marker { color: #fff; }
.btn.accordionContent .accordion-item[open] .accordion-title:not([class*="hover:bg-"]):hover { background: #004D5A; }
a.accordionContent .accordion-item[open] .accordion-title:not('.btn'):not([class*="hover:text-"]):hover { color: #FEF7EC; }
.accordionContent .accordion-item[open] .accordion-title:after {
                    content: '-';
                }
.accordionContent .accordion-item .accordion-title::marker {
            content: none;
        }
.accordionContent .accordion-item .accordion-title a:hover {
            background-color: #F3FAFA;

        }
.accordionContent .accordion-item:last-child summary {
  border-style: none;
}
@media (min-width: 768px) {
        .testimonials .testimonial-list {
            left: calc(var(--testimonial-index) * -90%);
            width: calc(var(--testimonial-count) * 90%);
        }

            .testimonials .testimonial-list .testimonial {
    width: 80%;
  }
                .testimonials .testimonial-list .testimonial blockquote {
                    /* padding-right: 25%; */
                    width: 75%;
                }
        

        .testimonials .controls {
            left: calc(80% - 12%);
        }
}
@media (min-width: 1024px) {
        .testimonials .testimonial-list {
            left: calc(var(--testimonial-index) * -80%);
            width: calc(var(--testimonial-count) * 80%);
        }
                .testimonials .testimonial-list .testimonial blockquote {
                    /* padding-right: 35%; */
                    width: 65%;
                }
    
}
@media (min-width: 1280px) {
    .btn.btn-md {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.grid-item-container {
    container-type: inline-size;
}
.action-container {
    container-type: inline-size;
    width: 100%;
}
.action-container > a > div {
    pointer-events: none;
}
@container (min-width: 640px) {
    .grid-item.icon-item {
        flex-direction: row;
    }    
}
@container (min-width: 310px) {
    .action-container .action {
    flex-direction: row;
    gap: 20px;
  }
}
.fui-form .field-content {
  font-size: 16px;
}
.fui-form .field-content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.fui-form .field-content ol {
  margin-left: 30px;
  list-style-type: decimal;
}
.fui-form .field-content ol li {
  margin-bottom: 15px;
  font-size: 18px;
}
.group:hover .group-hover\:filter-offwhite { filter: invert(100%) sepia(27%) saturate(880%) hue-rotate(306deg) brightness(101%) contrast(99%); }
.group:hover .group-hover\:filter-white { filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(315deg) brightness(102%) contrast(102%); }
.hover\:border-coral:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 145 118 / var(--tw-border-opacity));
}
.hover\:bg-coral-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 82 55 / var(--tw-bg-opacity));
}
.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 88 69 / var(--tw-bg-opacity));
}
.hover\:bg-offwhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 236 / var(--tw-bg-opacity));
}
.hover\:bg-teal-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 77 90 / var(--tw-bg-opacity));
}
.hover\:text-coral:hover {
  --tw-text-opacity: 1;
  color: rgb(231 145 118 / var(--tw-text-opacity));
}
.hover\:text-coral-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(209 82 55 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.group:hover .group-hover\:block {
  display: block;
}
@media (min-width: 640px) {

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

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-none {
    max-height: none;
  }

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

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

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

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

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

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

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

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

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

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

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

  .md\:gap-45 {
    gap: 45px;
  }

  .md\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .md\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pr-120 {
    padding-right: 120px;
  }

  .md\:text-2xl {
    font-size: 24px;
  }

  .md\:text-3xl {
    font-size: 28px;
  }

  .md\:text-5xl {
    font-size: 58px;
  }
}
@media (min-width: 1024px) {

  .lg\:-ml-70 {
    margin-left: -70px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-300 {
    width: 300px;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-100 {
    gap: 100px;
  }

  .lg\:gap-150 {
    gap: 150px;
  }

  .lg\:gap-45 {
    gap: 45px;
  }

  .lg\:gap-60 {
    gap: 60px;
  }

  .lg\:gap-70 {
    gap: 70px;
  }

  .lg\:gap-x-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }

  .lg\:gap-x-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

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

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:bg-coral-light {
    --tw-bg-opacity: 1;
    background-color: rgb(242 215 191 / var(--tw-bg-opacity));
  }

  .lg\:p-60 {
    padding: 60px;
  }

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

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

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

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

  .lg\:py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

  .lg\:pt-120 {
    padding-top: 120px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -6px;
    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));
  }
}
@media (min-width: 1280px) {

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:w-256 {
    width: 256px;
  }

  .xl\:w-384 {
    width: 384px;
  }

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

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

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

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

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

  .xl\:gap-120 {
    gap: 120px;
  }

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

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-256 {
    padding-top: 256px;
    padding-bottom: 256px;
  }

  .xl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.\[\&\>\*\]\:text-lg>* {
  font-size: 20px;
}
.\[\&\>\*\]\:text-sm>* {
  font-size: 16px;
}

