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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -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;
}
    @font-face{
        font-family: 'Montserrat', system-ui, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
    }
    html{
        font-family: 'Montserrat', system-ui, sans-serif;
    }
    :root :where(a:where(:not(.wp-element-button))) {
        text-decoration: none;
    }

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --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%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

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

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

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

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

    .container{
        max-width: 1440px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1570px){

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

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

    .container{
        max-width: 1920px;
    }
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) li::before{}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.collapse{
    visibility: collapse;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.\!bottom-0{
    bottom: 0px !important;
}
.-bottom-8{
    bottom: -2rem;
}
.-bottom-px{
    bottom: -1px;
}
.-left-2{
    left: -0.5rem;
}
.-left-4{
    left: -1rem;
}
.-left-5{
    left: -1.25rem;
}
.-left-full{
    left: -100%;
}
.-right-5{
    right: -1.25rem;
}
.-top-3\/4{
    top: -75%;
}
.-top-4{
    top: -1rem;
}
.bottom-0{
    bottom: 0px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-2{
    left: 0.5rem;
}
.left-\[97\%\]{
    left: 97%;
}
.right-0{
    right: 0px;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.top-4{
    top: 1rem;
}
.top-\[25px\]{
    top: 25px;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.order-3{
    order: 3;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-start-1{
    grid-column-start: 1;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.clear-both{
    clear: both;
}
.m-2{
    margin: 0.5rem;
}
.mx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.-mb-8{
    margin-bottom: -2rem;
}
.-ml-2{
    margin-left: -0.5rem;
}
.-mr-2{
    margin-right: -0.5rem;
}
.-mt-1{
    margin-top: -0.25rem;
}
.-mt-56{
    margin-top: -14rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.me-2{
    margin-inline-end: 0.5rem;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-44{
    margin-top: 11rem;
}
.mt-48{
    margin-top: 12rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-video{
    aspect-ratio: 16 / 9;
}
.size-14{
    width: 3.5rem;
    height: 3.5rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-72{
    height: 18rem;
}
.h-8{
    height: 2rem;
}
.h-\[160px\]{
    height: 160px;
}
.h-\[515px\]{
    height: 515px;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.max-h-0{
    max-height: 0px;
}
.max-h-14{
    max-height: 3.5rem;
}
.max-h-56{
    max-height: 14rem;
}
.max-h-96{
    max-height: 24rem;
}
.max-h-\[65vh\]{
    max-height: 65vh;
}
.min-h-16{
    min-height: 4rem;
}
.min-h-\[420px\]{
    min-height: 420px;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-10{
    width: 2.5rem;
}
.w-20{
    width: 5rem;
}
.w-24{
    width: 6rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[1130px\]{
    width: 1130px;
}
.w-\[160px\]{
    width: 160px;
}
.w-\[865px\]{
    width: 865px;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.min-w-32{
    min-width: 8rem;
}
.min-w-40{
    min-width: 10rem;
}
.max-w-172{
    max-width: 43rem;
}
.max-w-24{
    max-width: 6rem;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-36{
    max-width: 9rem;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-40{
    max-width: 10rem;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-5xl{
    max-width: 64rem;
}
.max-w-64{
    max-width: 16rem;
}
.max-w-72{
    max-width: 18rem;
}
.max-w-80{
    max-width: 20rem;
}
.max-w-96{
    max-width: 24rem;
}
.max-w-\[100\%\]{
    max-width: 100%;
}
.max-w-\[306px\]{
    max-width: 306px;
}
.max-w-\[calc\(100\%-1rem\)\]{
    max-width: calc(100% - 1rem);
}
.max-w-\[calc\(100\%-24px\)\]{
    max-width: calc(100% - 24px);
}
.max-w-full{
    max-width: 100%;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-narrow{
    max-width: 64.5rem;
}
.max-w-screen-2xl{
    max-width: 1440px;
}
.max-w-screen-3xl{
    max-width: 1570px;
}
.max-w-screen-4xl{
    max-width: 1730px;
}
.max-w-screen-lg{
    max-width: 960px;
}
.max-w-screen-md{
    max-width: 782px;
}
.max-w-screen-sm{
    max-width: 600px;
}
.max-w-screen-xl{
    max-width: 1280px;
}
.max-w-screen-xs{
    max-width: 480px;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-auto{
    flex: 1 1 auto;
}
.flex-initial{
    flex: 0 1 auto;
}
.flex-shrink{
    flex-shrink: 1;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.grow{
    flex-grow: 1;
}
.basis-1\/2{
    flex-basis: 50%;
}
.basis-auto{
    flex-basis: auto;
}
.basis-full{
    flex-basis: 100%;
}
.basis-option-2{
    flex-basis: calc(50% - 1.25rem);
}
.basis-option-3{
    flex-basis: calc(33.333% - 1.25rem);
}
.basis-option-4{
    flex-basis: calc(25% - 1.25rem);
}
.table-auto{
    table-layout: auto;
}
.origin-top{
    transform-origin: top;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-1px\]{
    --tw-translate-x: -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));
}
.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-y-0{
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100{
    --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));
}
.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));
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-inside{
    list-style-position: inside;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.list-none{
    list-style-type: none;
}
.columns-1{
    -moz-columns: 1;
         columns: 1;
}
.columns-2{
    -moz-columns: 2;
         columns: 2;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.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-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.justify-evenly{
    justify-content: space-evenly;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-y-10{
    row-gap: 2.5rem;
}
.gap-y-12{
    row-gap: 3rem;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-y-5{
    row-gap: 1.25rem;
}
.gap-y-6{
    row-gap: 1.5rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-start{
    align-self: flex-start;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-clip{
    overflow: clip;
}
.overflow-visible{
    overflow: visible;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-x-scroll{
    overflow-x: scroll;
}
.text-nowrap{
    text-wrap: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-\[0_2\.5rem_0\.875rem_0\.875rem\]{
    border-radius: 0 2.5rem 0.875rem 0.875rem;
}
.rounded-\[0_2\.5rem_0_0\.875rem\]{
    border-radius: 0 2.5rem 0 0.875rem;
}
.rounded-\[0_40px\]{
    border-radius: 0 40px;
}
.rounded-\[0_40px_0_16px\]{
    border-radius: 0 40px 0 16px;
}
.rounded-\[0_72px\]{
    border-radius: 0 72px;
}
.rounded-\[0_72px_0_80px\]{
    border-radius: 0 72px 0 80px;
}
.rounded-\[24px_0\]{
    border-radius: 24px 0;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-l-\[40px\]{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.rounded-bl-none{
    border-bottom-left-radius: 0px;
}
.rounded-tl-\[40px\]{
    border-top-left-radius: 40px;
}
.rounded-tl-lg{
    border-top-left-radius: 0.5rem;
}
.rounded-tr-none{
    border-top-right-radius: 0px;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-\[3px\]{
    border-width: 3px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-0{
    border-bottom-width: 0px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-l{
    border-left-width: 1px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-none{
    border-style: none;
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-current{
    border-color: currentColor;
}
.border-divider{
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-finaidblue{
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
}
.border-finaidpurple{
    --tw-border-opacity: 1;
    border-color: rgb(92 15 139 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-red-500{
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-wvblue{
    --tw-border-opacity: 1;
    border-color: rgb(0 84 135 / var(--tw-border-opacity));
}
.border-wvgreenada{
    --tw-border-opacity: 1;
    border-color: rgb(0 133 104 / var(--tw-border-opacity));
}
.border-b-black{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-caption{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity));
}
.border-b-divider{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-l-divider{
    --tw-border-opacity: 1;
    border-left-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-l-finaidwhite{
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-r-divider{
    --tw-border-opacity: 1;
    border-right-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-r-finaidwhite{
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-t-divider{
    --tw-border-opacity: 1;
    border-top-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-t-transparent{
    border-top-color: transparent;
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-divider{
    --tw-bg-opacity: 1;
    background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}
.bg-finaidblue{
    --tw-bg-opacity: 1;
    background-color: rgb(6 83 117 / var(--tw-bg-opacity));
}
.bg-finaidpurple{
    --tw-bg-opacity: 1;
    background-color: rgb(92 15 139 / var(--tw-bg-opacity));
}
.bg-finaidwhite{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / 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-white\/80{
    background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
    background-color: rgb(255 255 255 / 0.9);
}
.bg-wvblue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 84 135 / var(--tw-bg-opacity));
}
.bg-wvdarkgreen{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
.bg-wvgreen{
    --tw-bg-opacity: 1;
    background-color: rgb(0 152 119 / var(--tw-bg-opacity));
}
.bg-wvgreenada{
    --tw-bg-opacity: 1;
    background-color: rgb(0 133 104 / var(--tw-bg-opacity));
}
.bg-wvlightgreen{
    --tw-bg-opacity: 1;
    background-color: rgb(118 188 33 / var(--tw-bg-opacity));
}
.bg-landingblue{
    background-image: linear-gradient(90deg, #008299 0%, #4DC4D9 141.14%);
}
.bg-landingpurple{
    background-image: linear-gradient(90deg, #5C0F8B 0%, #CC9AE9 141.14%);
}
.\!bg-cover{
    background-size: cover !important;
}
.bg-cover{
    background-size: cover;
}
.\!bg-center{
    background-position: center !important;
}
.bg-center{
    background-position: center;
}
.fill-finaidpurple{
    fill: #5c0f8b;
}
.fill-white{
    fill: #fff;
}
.fill-wvblue{
    fill: #005487;
}
.fill-wvgreenada{
    fill: #008568;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.p-1{
    padding: 0.25rem;
}
.p-10{
    padding: 2.5rem;
}
.p-2{
    padding: 0.5rem;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.p-5{
    padding: 1.25rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-5{
    padding-bottom: 1.25rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-2{
    padding-left: 0.5rem;
}
.pl-4{
    padding-left: 1rem;
}
.pl-6{
    padding-left: 1.5rem;
}
.pr-8{
    padding-right: 2rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-1{
    padding-top: 0.25rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-5{
    padding-top: 1.25rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[4px\]{
    padding-top: 4px;
}
.pt-\[60\%\]{
    padding-top: 60%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-start{
    text-align: start;
}
.\!text-xl{
    font-size: 24px !important;
}
.text-2xl{
    font-size: 32px;
}
.text-3xl{
    font-size: 40px;
}
.text-4xl{
    font-size: 56px;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-base{
    font-size: 18px;
}
.text-extra-small{
    font-size: 14px;
}
.text-lg{
    font-size: 20px;
}
.text-regular{
    font-size: 18px;
}
.text-sm{
    font-size: 16px;
}
.text-small{
    font-size: 16px;
}
.text-xl{
    font-size: 24px;
}
.text-xs{
    font-size: 14px;
}
.text-xxl{
    font-size: 32px;
}
.text-xxs{
    font-size: 12px;
}
.\!font-black{
    font-weight: 900 !important;
}
.font-black{
    font-weight: 900;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-7{
    line-height: 1.75rem;
}
.leading-\[1\.2\]{
    line-height: 1.2;
}
.leading-none{
    line-height: 1;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-snug{
    line-height: 1.375;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-wider{
    letter-spacing: 0.05em;
}
.\!text-finaidblue{
    --tw-text-opacity: 1 !important;
    color: rgb(6 83 117 / var(--tw-text-opacity)) !important;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-caption{
    --tw-text-opacity: 1;
    color: rgb(117 117 117 / var(--tw-text-opacity));
}
.text-collegelocation{
    --tw-text-opacity: 1;
    color: rgb(0 121 143 / var(--tw-text-opacity));
}
.text-finaidblue{
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
.text-finaidpurple{
    --tw-text-opacity: 1;
    color: rgb(92 15 139 / var(--tw-text-opacity));
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-lightgray{
    --tw-text-opacity: 1;
    color: rgb(114 114 114 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-wvblue{
    --tw-text-opacity: 1;
    color: rgb(0 84 135 / var(--tw-text-opacity));
}
.text-wvgreenada{
    --tw-text-opacity: 1;
    color: rgb(0 133 104 / var(--tw-text-opacity));
}
.text-wvlightblue{
    --tw-text-opacity: 1;
    color: rgb(0 171 200 / var(--tw-text-opacity));
}
.text-wvlightblueada{
    --tw-text-opacity: 1;
    color: rgb(0 130 153 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.no-underline{
    text-decoration-line: none;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.\!opacity-100{
    opacity: 1 !important;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-50{
    opacity: 0.5;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-event{
    --tw-shadow: 0px 12px 24px 0px rgba(88, 88, 88, 0.15);
    --tw-shadow-colored: 0px 12px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-hero{
    --tw-drop-shadow: drop-shadow(0px 2px 8px rgba(67, 11, 93, 0.25));
    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);
}
.backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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;
}
.duration-100{
    transition-duration: 100ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-\[800ms\]{
    transition-duration: 800ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 1;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
}
.entry-content h1, .block-editor-block-list__layout h1{
    margin-bottom: 1rem;
    font-size: 56px;
    font-weight: 700;
}
@media (max-width: 992px){
.entry-content h1, .block-editor-block-list__layout h1{
        font-size: 40px;
    }
        }
@media (max-width: 768px) {
.entry-content h1, .block-editor-block-list__layout h1{
        font-size: 32px;
    }
        }
.entry-content h1, .block-editor-block-list__layout h1{
        line-height: normal;
}
.entry-content h2, .block-editor-block-list__layout h2{
    margin-bottom: 1rem;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
@media (max-width: 992px){
.entry-content h2, .block-editor-block-list__layout h2{
        font-size: 32px;
    }
        }
@media (max-width: 768px) {
.entry-content h2, .block-editor-block-list__layout h2{
        font-size: 24px;
    }
        }
.entry-content h3, .block-editor-block-list__layout h3{
    margin-bottom: 1rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.375;
}
@media (max-width: 992px){
.entry-content h3, .block-editor-block-list__layout h3{
        font-size: 24px;
    }
        }
@media (max-width: 768px) {
.entry-content h3, .block-editor-block-list__layout h3{
        font-size: 20px;
    }
        }
.entry-content h4,.block-editor-block-list__layout h4{
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
}
@media (max-width: 768px) {
.entry-content h4,.block-editor-block-list__layout h4{
        font-size: 20px;
    }
        }
.entry-content h5,.block-editor-block-list__layout h5{
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.375;
}
@media (max-width: 768px) {
.entry-content h5,.block-editor-block-list__layout h5{
        font-size: 18px;
    }
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
        font-size: 16px;
    }
        }
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 133 104 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 1.5rem;
    font-size: 18px;
}
.entry-content ul,.entry-content ol,.block-editor-block-list__layout ul,.block-editor-block-list__layout ol{
    margin-left: 1.5rem;
}
@media (min-width: 768px){
.entry-content ul,.entry-content ol,.block-editor-block-list__layout ul,.block-editor-block-list__layout ol{
        margin-left: 2rem;
    }
        }
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    margin-bottom: 1rem;
    list-style-type: disc;
    padding-left: 1rem;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    margin-bottom: 1rem;
    list-style-type: decimal;
    padding-left: 1rem;
}
.bg-bannercta{
    background: linear-gradient(91deg, #5C0F8B 18.86%, #009877 107.52%), #5C0F8B;
}
@media (max-width: 768px){
.bg-bannercta{
        background: linear-gradient(169deg, #5C0F8B 14.52%, #009877 100.91%)
}
    }
.bg-bannercontact{
    background: linear-gradient(90deg,#009877 38.76%,#76BC21 107.48%);
}
@media (max-width: 768px){
.bg-bannercontact{
        background: linear-gradient(170deg, #009877 32.03%, #76BC21 130.94%)
}
    }
.header-main{
    background: linear-gradient(88deg, rgba(0, 59, 109, 0.90) 21.64%, rgba(0, 199, 233, 0.65) 124.65%), url(../images/Hero-Header-Pattern.png?b51fcd74ed76c97fc062ac3fb54e5828) lightgray -244.574px -1265.083px;
    background-blend-mode: normal, screen, normal;
}
@media (max-width: 768px){
.header-main{
        background: linear-gradient(180deg, rgba(0, 59, 109, 0.90) 35.61%, rgba(0, 171, 200, 0.65) 90.38%), url(../images/Hero-Header-Pattern.png?b51fcd74ed76c97fc062ac3fb54e5828) lightgray -401.94px -780.452px;
        background-blend-mode: multiply, screen, normal
}
    }
.routing-cards-button.bg-finaidwhite:before,.routing-cards.bg-finaidwhite:before,.get-started:before,.slider-events:before,.program-cards:before{
        content: '';
        position: absolute;
        width: 45%;
        height: 72px;
        background-color: #f5f5f5;
        left: 0;
        top: -72px;
        border-top-right-radius: 40px;
    }
@media (max-width: 768px){
.routing-cards-button.bg-finaidwhite:before,.routing-cards.bg-finaidwhite:before,.get-started:before,.slider-events:before,.program-cards:before{
            height: 40px;
            top: -40px;
            width: 60%;
            border-top-right-radius: 24px
    }
        }
.routing-cards-button.bg-finaidwhite:after,.routing-cards.bg-finaidwhite:after,.get-started:after,.slider-events:after,.program-cards:after{
        content: '';
        position: absolute;
        width: 45%;
        height: 72px;
        background-color: #f5f5f5;
        right: 0;
        bottom: -72px;
        border-bottom-left-radius: 40px;
    }
@media (max-width: 768px){
.routing-cards-button.bg-finaidwhite:after,.routing-cards.bg-finaidwhite:after,.get-started:after,.slider-events:after,.program-cards:after{
            height: 40px;
            bottom: -40px;
            width: 60%;
            border-bottom-left-radius: 24px
    }
        }
.posts-navigation{
    width: 100%;
}
.posts-navigation .nav-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.get-started + .banner-cta{
    padding-top: 5rem;
}
.content-container + .accordion-block{
    margin-top: 0px !important;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0rem;
}
.single-tribe_events .tribe-events-event-meta.primary{
    width: 100%;
}
.single-tribe_events .tribe-events-venue-map{
    height: 100%;
    width: 100%;
}
.single-tribe_events .tribe-events-venue-map > iframe{
            height: 100%;
            max-height: 400px;
        }
.single-tribe_events .tribe-events-meta-group.tribe-events-meta-group-gmap {
        flex-basis: calc(100% - 450px);
    }
.distance-wrap{
    position: relative;
}
.distance-wrap .bubble:after{
            content: ' Miles';
        }
.finaid-wrap{
    position: relative;
}
.finaid-wrap .bubble:after{
            content: '%';
        }
.tuition-wrap{
    position: relative;
}
.tuition-wrap .bubble:after {
            content: 'K';
        }
.bubble{
    position: absolute;
    bottom: -2rem;
    left: 50%;
    min-width: 8rem;
    --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));
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
#footer-menu ul li a{
    text-decoration-line: underline;
}
.custom-logo{
    max-width: 13rem;
}
@media (max-width: 768px){
.custom-logo{
        max-width: 10rem;
    }
    }
#primary-menu li a:hover,#page-menu li a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 133 104 / var(--tw-text-opacity));
}
#primary-menu .super-sub-menu{
    transform-origin: top;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#page-menu .sub-menu{
    position: absolute;
    transform-origin: top;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}
#page-menu .sub-menu li{
    padding-bottom: 0.5rem;
    font-weight: 400;
}
#page-menu .menu-item:hover .sub-menu{
    visibility: visible;
    --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));
    padding: 1rem;
    opacity: 1;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menu-primary-menu .menu-item:hover .super-sub-menu, #primary-menu .menu-item:hover .super-sub-menu{
    visibility: visible;
    --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));
    opacity: 1;
}
#menu-primary-menu .menu-item:hover .super-sub-menu .menu-content ul li:first-child,#primary-menu .menu-item:hover .super-sub-menu .menu-content ul li:first-child{
        -moz-column-span: all;
             column-span: all;
    }
#menu-primary-menu .menu-item:hover .super-sub-menu .menu-content ul li:first-child a,#primary-menu .menu-item:hover .super-sub-menu .menu-content ul li:first-child a{
    text-wrap: nowrap;
    font-weight: 700;
            font-size: 22px;
}
#menu-primary-menu .menu-item:hover .super-sub-menu .title,#primary-menu .menu-item:hover .super-sub-menu .title{
    margin-top: 0.5rem;
    text-wrap: nowrap;
    font-weight: 700;
        font-size: 22px;
}
#mobile-menu{
    visibility: hidden;
    position: fixed;
    left: -100%;
    height: 100%;
    width: 100vw;
    padding-bottom: 12rem;
    opacity: 0;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
}
#mobile-menu.open{
    visibility: visible;
    left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
}
#mobile-menu ul > li{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 20px;
    font-weight: 700;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu ul > li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mobile-menu ul > li a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 152 119 / var(--tw-text-opacity));
}
#mobile-menu ul > li.active > a{
    --tw-text-opacity: 1;
    color: rgb(0 152 119 / var(--tw-text-opacity));
}
#mobile-menu ul > li.active > a svg{
    --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));
}
#mobile-menu ul > li > ul{
    display: none;
}
#mobile-menu ul > li > ul > li.title{
    margin-top: 2rem;
    font-weight: 700;
}
#mobile-menu ul > li > ul >li{
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
}
#mobile-menu ul > li > ul >li a{
    justify-content: flex-start;
}
#mobile-menu .title-link{
    margin-top: 2rem;
    font-weight: 700;
}
#mobile-menu .title-link span{
    font-weight: 400;
}
#page-mobile-menu{
    visibility: hidden;
    position: fixed;
    left: -100%;
    height: 100%;
    width: 100vw;
    padding-bottom: 12rem;
    opacity: 0;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
}
#page-mobile-menu.open{
    visibility: visible;
    left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
}
#page-mobile-menu ul > li{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 700;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#page-mobile-menu ul > li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page-mobile-menu ul > li a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 152 119 / var(--tw-text-opacity));
}
#page-mobile-menu ul > li.active > a{
    --tw-text-opacity: 1;
    color: rgb(0 152 119 / var(--tw-text-opacity));
}
#page-mobile-menu ul > li.active > a svg{
    --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));
}
#page-mobile-menu ul > li > ul{
    display: none;
}
#page-mobile-menu ul > li > ul > li:first-child{
    margin-top: 2rem;
}
#page-mobile-menu ul > li > ul >li{
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 1rem;
    font-weight: 400;
}
#page-mobile-menu ul > li > ul >li a{
    justify-content: flex-start;
}
#page-mobile-menu .title-link{
    margin-top: 2rem;
    font-weight: 700;
}
#page-mobile-menu .title-link span{
    font-weight: 400;
}
/** When a page menu override is applied, the following styles are added to the primary menu */
.tiny-menu .custom-logo{
    max-width: 6rem;
}
.tiny-menu .menu-item .top-level{
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
.tiny-menu .login-btn{
        border-radius: 0.25rem;
        font-size: 14px;
    }
        }
.tiny-menu .search-toggle svg{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tiny-menu .search-toggle svg:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
.tiny-menu .search-toggle.active svg{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
.tiny-menu li a.top-level:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: underline;
}
.search-toggle.active svg{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.search-bar.active{
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/* Accounting for hover class added to menu admin removing the colon (:) */
.hoverbg-wvdarkgreen:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
.hovertext-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hovertext-white a{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 960px){

    .lgmt-0{
        margin-top: 0px;
    }
}
.gform_wrapper .gform_body #gform_fields_1{
    display: flex;
            -moz-column-gap: 0;
                 column-gap: 0;
}
.gform_wrapper .gform_body #gform_fields_1 #field_1_1{
                flex: 75%;
            }
.gform_wrapper .gform_body #gform_fields_1 #field_1_1 .ginput_container #input_1_1{
    height: 100%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 84 135 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
}
.gform_wrapper .gform_body #gform_fields_1 #field_submit #gform_submit_button_1{
    height: 100%;
    text-wrap: nowrap;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 84 135 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
    font-weight: 700;
}
.gform_wrapper .gform_body #gform_fields_1 #field_submit #gform_submit_button_1:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 171 200 / var(--tw-bg-opacity));
}
.gform_wrapper#gform_wrapper_2 .gform_required_legend{
    display: none;
}
.gform_wrapper #gform_fields_2 label{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.gform_wrapper #gform_fields_2 label .gfield_required{
    font-size: 18px;
}
.gform_wrapper #gform_fields_2 input[type="text"], .gform_wrapper #gform_fields_2 input[type="email"], .gform_wrapper #gform_fields_2 input[type="tel"], .gform_wrapper #gform_fields_2 textarea{
    height: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
}
.gform_wrapper #gform_fields_2 textarea{
    resize: none;
}
.gform_wrapper #gform_fields_2 select{
    height: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 18px;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 417.9 17-17 192-191.9 17-17-34-33.9-17 17-175 175-175-175.1-17-17-33.9 34 17 17 191.9 192 17 17z' fill='%23005487'/%3E%3C/svg%3E");
            background-size: 18px;
}
.gform_wrapper #gform_submit_button_2{
    margin-top: 2rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 133 104 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper #gform_submit_button_2:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
@media (min-width: 782px){

    .gform_wrapper #gform_submit_button_2{
        margin-top: 3rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.slick-dots{
    position: relative;
}
.slick-dots li{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 84 135 / var(--tw-border-opacity));
}
.slick-dots li.slick-active{
    --tw-bg-opacity: 1;
    background-color: rgb(0 84 135 / var(--tw-bg-opacity));
}
.slick-dots li button span{
    color: transparent !important;
    opacity: 1 !important;
}
.slick-dots li button span:before{
    color: transparent !important;
}
.slick-dots > li:only-child {
        display: none;
    }
.events-slick .slick-track {
        display: flex;
        justify-content: start;
        gap: 32px;
        padding: 28px 0;
    }
@media (max-width: 1200px){
.events-slick .slick-track {
            gap: 16px
    }
        }
.events-slick .event-slide{
        height: inherit !important;
    }
.header-main .main-slider{
    margin-bottom: 0px;
}
.header-main .main-slider .slick-list{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 5rem;
}
@media (min-width: 960px){

    .header-main .main-slider .slick-list{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2.5rem;
    }
}
@media (min-width: 1280px){

    .header-main .main-slider .slick-list{
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
.header-main .main-slider .append-dots .slick-dots{
    bottom: 0px !important;
    text-align: left;
}
.header-main .main-slider .append-dots li{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.header-main .main-slider .append-dots li.slick-active{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header-main .main-slider .mobile-dots .slick-dots{
    bottom: 0px !important;
}
.header-main .main-slider .mobile-dots li{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.header-main .main-slider .mobile-dots li.slick-active{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header-main + section{
    margin-top: 0px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.form-control{
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.form-select{
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m256 417.9 17-17 192-191.9 17-17-34-33.9-17 17-175 175-175-175.1-17-17-33.9 34 17 17 191.9 192 17 17z' fill='%23005487'/%3E%3C/svg%3E");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-select::-ms-expand{
        display: none;
    }
.form-check.form-check-inline{
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.form-check .form-check-input[type="radio"]{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
}
.form-check .form-check-input[type="checkbox"]{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(6 83 117 / var(--tw-border-opacity));
}
.calculator-option{
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5rem;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}
.calculator-option.active{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 133 104 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 133 104 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.calculator-option .fa-used-auto, .calculator-option .fa-basic-auto, .calculator-option .fa-average-auto, .calculator-option .fa-luxury-auto {
        width: 1.75em !important;
    }
.col-12{
    width: 100%;
}
.lifestyle-calculator-results table td{
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 20px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.lifestyle-calculator-results table td :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 0px !important;
}
.lifestyle-calculator-results table td :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 0px !important;
}
.lifestyle-calculator-results table td :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-inline-start: 1rem;
    list-style-position: outside !important;
}
.nav-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 0px;
         column-gap: 0px;
}
.nav-tabs .nav-link{
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(211 211 211 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
.nav-tabs .nav-link.active{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
}
.profile-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 50;
    min-height: 14rem;
    width: 100%;
    max-width: 32rem;
    --tw-translate-x: -50%;
    --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));
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
}
.\*\:text-\[16px\] > *{
    font-size: 16px;
}
.\*\:leading-snug > *{
    line-height: 1.375;
}
.after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
}
.after\:bottom-1::after{
    content: var(--tw-content);
    bottom: 0.25rem;
}
.after\:left-0::after{
    content: var(--tw-content);
    left: 0px;
}
.after\:right-0::after{
    content: var(--tw-content);
    right: 0px;
}
.after\:mx-auto::after{
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
}
.after\:text-4xl::after{
    content: var(--tw-content);
    font-size: 56px;
}
.after\:text-blue-600::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.after\:content-\[\'\25B4\'\]::after{
    --tw-content: '▴';
    content: var(--tw-content);
}
.odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.even\:bg-tablebg:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgb(230 238 243 / var(--tw-bg-opacity));
}
.hover\:bg-finaidpurple:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(92 15 139 / var(--tw-bg-opacity));
}
.hover\:bg-finaidwhite:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover{
    background-color: transparent;
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-wvdarkgreen:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
.hover\:bg-wvlightblueada:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 130 153 / var(--tw-bg-opacity));
}
.hover\:text-finaidblue:hover{
    --tw-text-opacity: 1;
    color: rgb(6 83 117 / var(--tw-text-opacity));
}
.hover\:text-finaiddarkpurple:hover{
    --tw-text-opacity: 1;
    color: rgb(60 9 91 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-wvdarkgreen:hover{
    --tw-text-opacity: 1;
    color: rgb(0 91 71 / var(--tw-text-opacity));
}
.hover\:text-wvgreenada:hover{
    --tw-text-opacity: 1;
    color: rgb(0 133 104 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.enabled\:hover\:bg-wvdarkgreen:hover:enabled{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
.disabled\:opacity-75:disabled{
    opacity: 0.75;
}
.group:hover .group-hover\:visible{
    visibility: visible;
}
.group:hover .group-hover\:z-10{
    z-index: 10;
}
.group:hover .group-hover\:flex{
    display: flex;
}
.group:hover .group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-\[2px\]{
    --tw-translate-x: 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));
}
.group:hover .group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.group:hover .group-hover\:bg-finaidpurple{
    --tw-bg-opacity: 1;
    background-color: rgb(92 15 139 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-wvdarkgreen{
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 71 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-finaidpurple{
    fill: #5c0f8b;
}
.group:hover .group-hover\:fill-white{
    fill: #fff;
}
.group:hover .group-hover\:fill-wvdarkgreen{
    fill: #005b47;
}
.group:hover .group-hover\:fill-wvgreenada{
    fill: #008568;
}
.group:hover .group-hover\:fill-wvlightblueada{
    fill: #008299;
}
.group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-wvdarkgreen{
    --tw-text-opacity: 1;
    color: rgb(0 91 71 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-wvgreenada{
    --tw-text-opacity: 1;
    color: rgb(0 133 104 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
.group:hover .group-hover\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.group:hover .group-hover\:duration-300{
    transition-duration: 300ms;
}
.group:hover .group-hover\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.prose-p\:\!mb-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 0px !important;
}
.prose-p\:\!mb-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 0.5rem !important;
}
.prose-p\:\!mb-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 1rem !important;
}
.prose-p\:mb-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 1rem;
}
.prose-a\:text-xl :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 24px;
}
.prose-a\:\!text-white :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    text-decoration-line: underline;
}
.prose-ul\:\!mb-0 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 0px !important;
}
.prose-ul\:\!mb-4 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 1rem !important;
}
.prose-ul\:pl-0 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-left: 0px;
}
.prose-li\:mb-4 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 1rem;
}
.prose-li\:ms-4 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-inline-start: 1rem;
}
.prose-li\:\!list-outside :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    list-style-position: outside !important;
}
@media (min-width: 600px){

    .sm\:block{
        display: block;
    }

    .sm\:max-h-72{
        max-height: 18rem;
    }

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

    .sm\:text-sm{
        font-size: 16px;
    }
}
@media (min-width: 782px){

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

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

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

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

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

    .md\:my-14{
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

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

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

    .md\:mb-6{
        margin-bottom: 1.5rem;
    }

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

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

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

    .md\:flex{
        display: flex;
    }

    .md\:h-12{
        height: 3rem;
    }

    .md\:h-20{
        height: 5rem;
    }

    .md\:h-80{
        height: 20rem;
    }

    .md\:h-96{
        height: 24rem;
    }

    .md\:max-h-110{
        max-height: 27.5rem;
    }

    .md\:max-h-88{
        max-height: 22rem;
    }

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

    .md\:w-52{
        width: 13rem;
    }

    .md\:w-9{
        width: 2.25rem;
    }

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

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

    .md\:max-w-max{
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .md\:max-w-md{
        max-width: 28rem;
    }

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

    .md\:basis-option-3{
        flex-basis: calc(33.333% - 1.25rem);
    }

    .md\:basis-option-4{
        flex-basis: calc(25% - 1.25rem);
    }

    .md\:auto-cols-auto{
        grid-auto-columns: auto;
    }

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

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

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

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

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

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

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

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

    .md\:gap-x-6{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }

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

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

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

    .md\:px-24{
        padding-left: 6rem;
        padding-right: 6rem;
    }

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

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

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

    .md\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

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

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

    .md\:pb-14{
        padding-bottom: 3.5rem;
    }

    .md\:pt-14{
        padding-top: 3.5rem;
    }

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

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

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

    .md\:text-base{
        font-size: 18px;
    }

    .md\:text-extra-small{
        font-size: 14px;
    }

    .md\:text-lg{
        font-size: 20px;
    }

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

    .md\:text-xxl{
        font-size: 32px;
    }

    .md\:text-xxxl{
        font-size: 40px;
    }

    .md\:leading-none{
        line-height: 1;
    }

    .md\:shadow{
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
@media (min-width: 960px){

    .lg\:invisible{
        visibility: hidden;
    }

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

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

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

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

    .lg\:left-\[unset\]{
        left: unset;
    }

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

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

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

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

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

    .lg\:order-3{
        order: 3;
    }

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

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

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

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

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

    .lg\:mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
    }

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

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

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

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

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

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

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

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

    .lg\:mb-6{
        margin-bottom: 1.5rem;
    }

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

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

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

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

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

    .lg\:mt-20{
        margin-top: 5rem;
    }

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

    .lg\:block{
        display: block;
    }

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

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-11{
        height: 2.75rem;
    }

    .lg\:h-110{
        height: 27.5rem;
    }

    .lg\:h-14{
        height: 3.5rem;
    }

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

    .lg\:min-h-20{
        min-height: 5rem;
    }

    .lg\:min-h-28{
        min-height: 7rem;
    }

    .lg\:min-h-96{
        min-height: 24rem;
    }

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

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

    .lg\:w-11{
        width: 2.75rem;
    }

    .lg\:w-14{
        width: 3.5rem;
    }

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

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

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

    .lg\:max-w-52{
        max-width: 13rem;
    }

    .lg\:max-w-\[510px\]{
        max-width: 510px;
    }

    .lg\:max-w-\[calc\(100\%-3rem\)\]{
        max-width: calc(100% - 3rem);
    }

    .lg\:max-w-md{
        max-width: 28rem;
    }

    .lg\:basis-\[calc\(25\%-2\.5rem\)\]{
        flex-basis: calc(25% - 2.5rem);
    }

    .lg\:basis-\[calc\(50\%-1rem\)\]{
        flex-basis: calc(50% - 1rem);
    }

    .lg\:translate-x-0{
        --tw-translate-x: 0px;
        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));
    }

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

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

    .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\:flex-row{
        flex-direction: row;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:rounded-\[0_140px_0_108px\]{
        border-radius: 0 140px 0 108px;
    }

    .lg\:rounded-\[0_148px_0_108px\]{
        border-radius: 0 148px 0 108px;
    }

    .lg\:rounded-\[0_80px\]{
        border-radius: 0 80px;
    }

    .lg\:rounded-\[80px_0\]{
        border-radius: 80px 0;
    }

    .lg\:border-0{
        border-width: 0px;
    }

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

    .lg\:p-10{
        padding: 2.5rem;
    }

    .lg\:p-14{
        padding: 3.5rem;
    }

    .lg\:p-20{
        padding: 5rem;
    }

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

    .lg\:p-6{
        padding: 1.5rem;
    }

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

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

    .lg\:px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

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

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

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

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

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

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

    .lg\:pb-14{
        padding-bottom: 3.5rem;
    }

    .lg\:pl-20{
        padding-left: 5rem;
    }

    .lg\:pr-24{
        padding-right: 6rem;
    }

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

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

    .lg\:pt-24{
        padding-top: 6rem;
    }

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

    .lg\:\!text-3xl{
        font-size: 40px !important;
    }

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

    .lg\:text-3xl{
        font-size: 40px;
    }

    .lg\:text-4xl{
        font-size: 56px;
    }

    .lg\:text-base{
        font-size: 18px;
    }

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

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

    .lg\:text-xxxl{
        font-size: 40px;
    }

    .lg\:leading-snug{
        line-height: 1.375;
    }

    .lg\:opacity-0{
        opacity: 0;
    }

    .lg\:transition-all{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:duration-\[800ms\]{
        transition-duration: 800ms;
    }

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

    .\*\:lg\:text-base > *{
        font-size: 18px;
    }

    .lg\:hover\:-translate-y-3:hover{
        --tw-translate-y: -0.75rem;
        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));
    }

    .lg\:hover\:translate-x-3:hover{
        --tw-translate-x: 0.75rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .lg\:group-hover\:-translate-x-2{
        --tw-translate-x: -0.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .lg\:group-hover\:translate-y-2{
        --tw-translate-y: 0.5rem;
        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\:-left-20{
        left: -5rem;
    }

    .xl\:-top-14{
        top: -3.5rem;
    }

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

    .xl\:left-\[unset\]{
        left: unset;
    }

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

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

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

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

    .xl\:block{
        display: block;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:w-8{
        width: 2rem;
    }

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

    .xl\:max-w-\[unset\]{
        max-width: unset;
    }

    .xl\:translate-x-0{
        --tw-translate-x: 0px;
        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));
    }

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

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

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

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

    .xl\:p-20{
        padding: 5rem;
    }

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

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

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

    .xl\:pb-20{
        padding-bottom: 5rem;
    }

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

    .xl\:text-4xl{
        font-size: 56px;
    }

    .xl\:text-sm{
        font-size: 16px;
    }
}
@media (min-width: 1440px){

    .\32xl\:absolute{
        position: absolute;
    }

    .\32xl\:-left-10{
        left: -2.5rem;
    }

    .\32xl\:-right-10{
        right: -2.5rem;
    }

    .\32xl\:right-20{
        right: 5rem;
    }

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

    .\32xl\:text-base{
        font-size: 18px;
    }
}
@media (min-width: 1570px){

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

    .\33xl\:-right-20{
        right: -5rem;
    }
}
@media print{

    .print\:hidden{
        display: none;
    }

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

    .print\:text-primary{
        --tw-text-opacity: 1;
        color: rgb(34 34 34 / var(--tw-text-opacity));
    }
}
.\[\&\>\*\]\:h-full>*{
    height: 100%;
}
.\[\&\>\*\]\:w-full>*{
    width: 100%;
}
.\[\&\>svg\]\:h-full>svg{
    height: 100%;
}
.\[\&\>svg\]\:w-full>svg{
    width: 100%;
}

