/*
! tailwindcss v3.4.0 | 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: GeneralSans, 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 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

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

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

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 1366px) {

    .\!container {
        max-width: 1366px !important;
    }

    .container {
        max-width: 1366px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

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

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.top-1\/2 {
    top: 50%;
}

.top-full {
    top: 100%;
}

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

.z-50 {
    z-index: 50;
}

.m-0 {
    margin: 0px;
}

.m-8 {
    margin: 2rem;
}

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

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

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

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

.mb-1 {
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.ml-1 {
    margin-left: 0.25rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

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

.mt-auto {
    margin-top: auto;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.\!inline-flex {
    display: inline-flex !important;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-\[265\/324\] {
    aspect-ratio: 265/324;
}

.aspect-\[3\/4\] {
    aspect-ratio: 3/4;
}

.aspect-\[300\/157\] {
    aspect-ratio: 300/157;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-96 {
    height: 24rem;
}

.h-\[4\.5rem\] {
    height: 4.5rem;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.min-h-0 {
    min-height: 0px;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-9\/12 {
    width: 75%;
}

.w-\[4\.5rem\] {
    width: 4.5rem;
}

.w-full {
    width: 100%;
}

.min-w-0 {
    min-width: 0px;
}

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

.max-w-2xl {
    max-width: 42rem;
}

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

.max-w-\[20rem\] {
    max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

.max-w-screen-xl {
    max-width: 1440px;
}

.max-w-xl {
    max-width: 36rem;
}

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

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-6 {
    --tw-translate-x: 1.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));
}

.translate-y-6 {
    --tw-translate-y: 1.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));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.list-none {
    list-style-type: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 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-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;
}

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-40 {
    gap: 10rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

.space-x-10> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.\!border-2 {
    border-width: 2px !important;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-\[1px\] {
    border-width: 1px;
}

.border-\[2px\] {
    border-width: 2px;
}

.border-\[3px\] {
    border-width: 3px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-t-\[5px\] {
    border-top-width: 5px;
}

.border-bright-blue {
    --tw-border-opacity: 1;
    border-color: rgb(0 153 255 / var(--tw-border-opacity));
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(196 231 255 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(18 104 179 / var(--tw-border-opacity));
}

.border-secondary\/20 {
    border-color: rgb(8 30 66 / 0.2);
}

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

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

.bg-bright-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 255 / 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-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(196 231 255 / var(--tw-bg-opacity));
}

.bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(18 104 179 / var(--tw-bg-opacity));
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(8 30 66 / var(--tw-bg-opacity));
}

.bg-very-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(225 243 255 / var(--tw-bg-opacity));
}

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

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-light-grey {
    --tw-gradient-from: #F6F6F6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 246 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-40\% {
    --tw-gradient-from-position: 40%;
}

.from-50\% {
    --tw-gradient-from-position: 50%;
}

.from-60\% {
    --tw-gradient-from-position: 60%;
}

.to-light-grey {
    --tw-gradient-to: #F6F6F6 var(--tw-gradient-to-position);
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-40\% {
    --tw-gradient-to-position: 40%;
}

.to-50\% {
    --tw-gradient-to-position: 50%;
}

.to-60\% {
    --tw-gradient-to-position: 60%;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-top {
    background-position: top;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-top {
    -o-object-position: top;
    object-position: top;
}

.p-0 {
    padding: 0px;
}

.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-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

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

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

.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

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

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

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

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

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

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

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

.pb-2 {
    padding-bottom: 0.5rem;
}

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

.pb-40 {
    padding-bottom: 10rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pr-12 {
    padding-right: 3rem;
}

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

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

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

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

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

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

.\!text-extra-small {
    font-size: 0.8125rem !important;
}

.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.\!text-very-small {
    font-size: 0.9375rem !important;
}

.text-10xl {
    font-size: 3.625rem;
}

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

.text-3xl {
    font-size: 1.625rem;
}

.text-4xl {
    font-size: 1.75rem;
}

.text-6xl {
    font-size: 2rem;
}

.text-8xl {
    font-size: 2.375rem;
}

.text-extra-small {
    font-size: 0.8125rem;
}

.text-large {
    font-size: 1.125rem;
}

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

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-small {
    font-size: 1rem;
}

.text-very-large {
    font-size: 1.25rem;
}

.text-very-small {
    font-size: 0.9375rem;
}

.text-xl {
    font-size: 1.375rem;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.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;
}

.\!text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(8 30 66 / var(--tw-text-opacity)) !important;
}

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

.text-bright-blue {
    --tw-text-opacity: 1;
    color: rgb(0 153 255 / 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-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(18 104 179 / var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(8 30 66 / var(--tw-text-opacity));
}

.text-secondary\/80 {
    color: rgb(8 30 66 / 0.8);
}

.text-very-light-blue {
    --tw-text-opacity: 1;
    color: rgb(225 243 255 / var(--tw-text-opacity));
}

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

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.underline {
    text-decoration-line: underline;
}

.\!no-underline {
    text-decoration-line: none !important;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    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-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.duration-300 {
    transition-duration: 300ms;
}

.alignfull {
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}

.alignwide {
    margin: 2rem 0;
    max-width: 1440px !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: 0.875rem;
    color: #4b5563;
}

html {
    color: #081E42;
}

@media (max-width: 600px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.container.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.top_bar_bg {
    background: url(../../images/line_art_bg.png),
        linear-gradient(180deg, #0c5696 0%, #1268B3 100%);

    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .top_bar_bg {
        background-position: 0% 50%;
        background-size: cover
    }
}

.horizontal-gradient {
    background: linear-gradient(to right, #ffffff 80%, #ffffff 50%);
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #0c5696 0%, #1268b3 100%);
}

body {
    font-family: GeneralSans, serif;
}

.wp-block-group {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 1366px) {

    .wp-block-group {
        max-width: 1366px;
    }
}

.wp-block-group {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    .wp-block-group {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.wp-block-group.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group .value_proposition .wrapper {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.alignwide {
    max-width: 1440px;
}

.wp-block-group.alignfull {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.container.wp-block-group.alignfull {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group.alignfull {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.wp-block-group.is-style-narrow-800 {
    max-width: var(--wp--custom--layout-narrow, 800px);
}

.underline_hover:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.card_bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.floating_icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

@media (max-width: 782px) {
    .floating_icon {
        width: 80px;
        right: 5px
    }

    .widget_block .heateor_sss_sharing_container .heateor_sss_svg.heateor_sss_svg {
        width: 22px !important;
        height: 22px !important;
    }
}

.bg-light-blue a:hover,
.bg-very-light-blue a:hover {
    color: #081E42;
}

.bg-light-blue a.button:hover,
.bg-very-light-blue a.button:hover {
    color: white;
}

/* Skip to main content link - hidden by default, visible on focus */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999;
    padding: 1rem 1.5rem;
    background-color: #1268B3;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 0 4px 0;
    transition: left 0.2s ease-in-out;
}

.skip-to-main-content:focus {
    left: 0;
    outline: 3px solid #081E42;
    outline-offset: 2px;
}

/* Card clickable styles - makes entire card appear clickable */
.card-clickable {
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-clickable:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

/* Ensure the primary link maintains its own focus styles */
.card-clickable .card-primary-link {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.card-clickable .card-primary-link:focus {
    outline: 2px solid #081E42;
    outline-offset: 2px;
    border-radius: 2px;
    text-decoration: underline;
}

.card-clickable .card-primary-link:hover {
    text-decoration: underline;
}

.rich-section-bg {
    background-color: #e6f2ff;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.calculator-button {
    width: 60px;
    height: 60px;
    background-color: #0099FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    padding: 1rem;
    position: absolute;
    right: 30%;
    bottom: 20%;
}

.calculator-button:hover {
    background-color: #1268B3;
}

.calculator-button svg {
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.calculator-button i {
    font-size: 1.6em;
}

.table_container {
    overflow-x: auto;
}

.align_buttons_bottom .wp-block-buttons {
    margin-top: auto;
}

.breadcrumbs .breadcrumb-ellipsis {
    display: none;
}

@media (max-width: 480px) {
    .breadcrumbs .breadcrumb-first {
        display: none;
    }

    .breadcrumbs .breadcrumb-ellipsis {
        display: inline;
    }

    .breadcrumbs .breadcrumb-arrow {
        margin-left: 0;
        margin-right: 0;
    }
}

.img-w-full {
    width: 100%;
}

.img-w-full img {
    width: 100%;
}

.ctl-wrapper .ctl-title a {
    font-family: GeneralSans, serif !important;
}

.ctl-wrapper .ctl-title a:hover {
    opacity: .7 !important;
    -webkit-filter: opacity(.7) !important;
}

/* .ctl_read_more {
  color: transparent;
  display: flex;
  justify-content: center;
  position: relative;

  &::after {
    content: "+";
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: transform 0.2s ease;
    @apply bg-primary;
    position: absolute;
    top: 10px;
  }

  &:hover {
    opacity: 1;

    &::after {
      transform: scale(1.1);
    }
  }
} */
.hero_bg {
    background: url(../images/line_art_bg3.png?fe920c3862e3c01defa31e2ba75b03a5),
        linear-gradient(180deg, #0c5696 0%, #0c5696 100%);
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 782px) {
    .hero_bg {
        background-position: 0% 100%;
        background-size: cover
    }
}

.hero_fg {
    background-size: contain;
    background-position: 81% 100%;
    background-repeat: no-repeat;
}

@media (min-width: 742px) and (max-width: 1050px) {
    .hero_fg {
        background-position: 100% 100%;
        background-size: 60%
    }
}

@media (max-width: 1200px) {
    .hero_fg {
        background-position: 100% 100%;
        background-size: 60%
    }
}

.hero_fg.hero-fg-has-slider {
    position: relative;
    overflow: hidden;
}

.hero-inner {
    position: relative;
    z-index: 10;
}

.hero-fg-slides {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero-fg-slide {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: 81% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transform: translateX(20px);
    transition: opacity 800ms ease, transform 800ms ease;
}

.hero-fg-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateX(0);
}

/* Typography Styles */
h1 {
    font-size: 3.625rem;
    line-height: 4.0625rem;
}

h2 {
    /* font-size: theme("fontSize.8xl"); */
    font-size: 1.625rem;
    line-height: 3.375rem;
}

h3 {
    /* font-size: theme("fontSize.3xl"); */
    font-size: 1.5rem;
    line-height: 100%;
}

h4 {
    /* font-size: theme("fontSize.2xl"); */
    font-size: 1.375rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25;
}

p,
ol,
ul {
    font-size: 1.125rem;
    line-height: 150%;
}

a {
    font-size: inherit;
}

.single article {
    padding-left: 1rem;
    padding-right: 1rem;
}

.single article blockquote {
    background-image: url(../images/quote.png?578442c58f5ebab57504ec3789a1de4a);

    background-repeat: no-repeat;
    background-position: 0 2rem;
    background-size: 60px auto;
    border-top: 1px solid rgba(215, 215, 215, 1);
    border-bottom: 1px solid rgba(215, 215, 215, 1);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    padding-left: 4.5rem;
    border-left: none;
}

.single article blockquote p {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.375;
    margin-bottom: 0px;
}

@media (max-width: 782px) {
    .single article blockquote p {
        font-size: 1.25rem
    }
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

article strong:has(+ br) {
    margin-bottom: 1rem;
    display: inline-block;
}

article strong:has(br) {
    margin-bottom: 1rem;
    display: block;
}

article h2 {
    margin-top: 2.5rem;
    font-size: 1.625rem;
    line-height: 100%;
}

article h3 {
    font-size: 1.5rem;
    line-height: 100%;
}

article h4 {
    font-size: 1.375rem;
    line-height: 100%;
}

article h5 {
    font-size: 1.125rem;
    line-height: 100%;
}

article h6 {
    font-size: 1rem;
    line-height: 100%;
}

article hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h4,
.wp-block-group h5,
.wp-block-group h6,
.acf-innerblocks-container h1,
.acf-innerblocks-container h2,
.acf-innerblocks-container h3,
.acf-innerblocks-container h4,
.acf-innerblocks-container h5,
.acf-innerblocks-container h6 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.page_content strong:has(+ br),
.wp-block-group strong:has(+ br),
.acf-innerblocks-container strong:has(+ br) {
    margin-bottom: 1rem;
    display: inline-block;
}

.page_content strong:has(br),
.wp-block-group strong:has(br),
.acf-innerblocks-container strong:has(br) {
    margin-bottom: 1rem;
    display: block;
}

.page_content hr,
.wp-block-group hr,
.acf-innerblocks-container hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.wp-block-group {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.entry-content a:not(.wp-element-button, .button),
.page_content a:not(.wp-element-button, .button),
.block-editor-block-list__layout a:not(.wp-element-button, .button),
.wp-block-group a:not(.wp-element-button, .button),
.acf-innerblocks-container a:not(.wp-element-button, .button),
._block.value_proposition a:not(.wp-element-button, .button) {
    --tw-text-opacity: 1;
    color: rgb(18 104 179 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-underline-offset: 0.2em;
    transition: color 0.3s ease;
}

.entry-content a:not(.wp-element-button, .button):hover,
.page_content a:not(.wp-element-button, .button):hover,
.block-editor-block-list__layout a:not(.wp-element-button, .button):hover,
.wp-block-group a:not(.wp-element-button, .button):hover,
.acf-innerblocks-container a:not(.wp-element-button, .button):hover,
._block.value_proposition a:not(.wp-element-button, .button):hover {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.entry-content a:not(.wp-element-button, .button):hover a,
.page_content a:not(.wp-element-button, .button):hover a,
.block-editor-block-list__layout a:not(.wp-element-button, .button):hover a,
.wp-block-group a:not(.wp-element-button, .button):hover a,
.acf-innerblocks-container a:not(.wp-element-button, .button):hover a,
._block.value_proposition a:not(.wp-element-button, .button):hover a {
    text-decoration: none;
}

@media (max-width: 782px) {
    h1 {
        font-size: 2rem;
        line-height: 2.625rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    p,
    li {
        font-size: 0.9375rem;
        /* line-height: 1.3125rem; */
    }

    .text-8xl {
        font-size: 1.875rem;
    }
}

p,
ul,
ol {
    margin-bottom: 1rem;
}

ul li {
    list-style-position: outside;
    list-style-type: disc;
}

ul li p {
    display: inline;
}

ul li::marker {
    color: #1268B3;
}

ul li:has(p) {
    margin-bottom: 1rem;
}

ul li {
    margin-bottom: 0.5rem;
}

ul ul {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

ul ul li {
    list-style-type: circle;
}

ul ul li::marker {
    color: #1268B3;
}

ol li {
    list-style-type: none;
}

ol li li {
    list-style-type: none;
}

ol li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    color: #1268B3;
    font-weight: semibold;
}

/* Reset the counter for each ol */
ol {
    counter-reset: item;
}

ul.no-bullet,
ol.no-bullet {
    list-style-type: none;
    padding-left: 0;
}

ul.no-bullet li,
ul.no-bullet ol,
ol.no-bullet li,
ol.no-bullet ol {
    list-style-type: none;
    list-style: none;
}

ul.no-bullet li::marker,
ul.no-bullet ol::marker,
ol.no-bullet li::marker,
ol.no-bullet ol::marker {
    display: none;
    content: "";
}

.no-bullet ul,
.no-bullet ol {
    list-style-type: none;
    padding-left: 0;
}

.no-bullet ul li,
.no-bullet ul ol,
.no-bullet ol li,
.no-bullet ol ol {
    list-style: none;
    list-style-type: none;
}

.no-bullet ul li::marker,
.no-bullet ul ol::marker,
.no-bullet ol li::marker,
.no-bullet ol ol::marker {
    display: none;
    content: "";
}

.quote {
    background-image: url(../images/quote.png?578442c58f5ebab57504ec3789a1de4a);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70px auto;

    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
}

@media (min-width: 1200px) {
    .quote {
        padding-left: 5rem;
        padding-top: 2rem;
        padding-right: 1rem;
        background-size: auto
    }

    .quote2 {
        width: 110%;
        padding-right: 10%
    }
}

.lcb-terms p {
    font-style: italic;
    font-size: 0.9375rem;
}

.icon_title_block h1,
.icon_title_block h2,
.icon_title_block h3,
.icon_title_block h4,
.icon_title_block h5,
.icon_title_block h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.no-underline a {
    text-decoration: none !important;
}

.wp-block-separator.wp-block-separator.wp-block-separator {
    width: 100% !important;
    color: rgba(215, 215, 215, 1);
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (max-width: 782px) {
    .wp-block-separator.wp-block-separator.wp-block-separator {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.has-white-color.has-white-color.has-white-color a {
    color: var(--wp--preset--color--white);
}

/* Paragraph that is immediately followed by a ul */
p:has(+ ul) {
    margin-bottom: 0.5rem;
}

p:has(+ ul.wp-block-list) {
    margin-bottom: 0.5rem !important;
}

.value_proposition p,
.value_proposition ul,
.value_proposition ol {
    margin-bottom: 2rem;
}

.value_proposition p:has(+ .wp-block-button, + .wp-block-buttons) {
    margin-bottom: 1rem;
}

.value_proposition .button,
.value_proposition .wp-block-button {
    margin-bottom: 2rem;
}

.list-none li {
    list-style-type: none !important;
}

@font-face {
    font-family: "GeneralSans";
    src: url(../../fonts/GeneralSans-Variable.woff2) format("woff2"),
        url(../../fonts/GeneralSans-Variable.woff) format("woff"),
        url(../../fonts/GeneralSans-Variable.ttf) format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans-Italic";
    src: url(../../fonts/GeneralSans-VariableItalic.woff2) format("woff2"),
        url(../../fonts/GeneralSans-VariableItalic.woff) format("woff"),
        url(../../fonts/GeneralSans-VariableItalic.ttf) format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: italic;
}

a {
    cursor: pointer;
}

.has_chevron {
    position: relative;
    padding-right: 1rem;
}

.has_chevron::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    transition: transform 0.2s ease;
}

.has_chevron:hover::after {
    transform: translateY(-50%) translateX(0.125rem);
}

.button,
.wp-element-button {
    font-size: 1.125rem;
    border-radius: 10px;
    border: 3px solid #081E42;
    --tw-bg-opacity: 1;
    background-color: rgb(8 30 66 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: inline-block;

    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.button:hover,
.wp-element-button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(18 104 179 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(18 104 179 / var(--tw-bg-opacity));
}

.button:hover form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button:hover form select:focus,
.wp-element-button:hover form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.wp-element-button:hover form select:focus {
    border: 1px solid white;
}

.button:focus,
.button:focus-visible,
.wp-element-button:focus,
.wp-element-button:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(18 104 179 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(18 104 179 / var(--tw-bg-opacity));
}

.button:focus form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button:focus form select:focus,
.button:focus-visible form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button:focus-visible form select:focus,
.wp-element-button:focus form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.wp-element-button:focus form select:focus,
.wp-element-button:focus-visible form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.wp-element-button:focus-visible form select:focus {
    border: 1px solid white;
}

.button:focus,
.button:focus-visible,
.wp-element-button:focus,
.wp-element-button:focus-visible {
    outline: 3px solid #081E42;
    outline-offset: 3px;
}

.button.alt,
.is-style-outline>.button,
.wp-element-button.alt,
.is-style-outline>.wp-element-button {
    border: 3px solid #081E42;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(8 30 66 / var(--tw-text-opacity));
}

.button.alt:hover,
.is-style-outline>.button:hover,
.wp-element-button.alt:hover,
.is-style-outline>.wp-element-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 30 66 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button .icon,
.wp-element-button .icon {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0;
}

.button .icon svg path,
.wp-element-button .icon svg path {
    fill: currentColor;
}

.button.expanded,
.wp-element-button.expanded {
    text-align: center;
    width: 100%;
}

.button.circle,
.wp-element-button.circle {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(18 104 179 / var(--tw-bg-opacity));
}

.button.circle form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button.circle form select:focus,
.wp-element-button.circle form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.wp-element-button.circle form select:focus {
    border: 1px solid white;
}

.button.circle,
.wp-element-button.circle {
    border-color: transparent;
}

.button.circle:hover,
.wp-element-button.circle:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 255 / var(--tw-bg-opacity));
    color: white;
}

.button.transparent,
.wp-element-button.transparent {
    background-color: transparent;
    color: #081E42;
}

.button.transparent:hover,
.wp-element-button.transparent:hover {
    border-color: #081E42;
    background-color: #081E42;
    color: white;
}

.button.white,
.wp-element-button.white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(8 30 66 / var(--tw-text-opacity));
    border: 3px solid white;
}

.button.white:hover,
.wp-element-button.white:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.white.hover_bright_blue:hover,
.wp-element-button.white.hover_bright_blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 153 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.alt-blue,
.wp-element-button.alt-blue {
    border: 3px solid #0099FF;
}

@media (max-width: 600px) {

    .button,
    .wp-element-button {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.play_button>a,
.play_button>button {
    background: white;
    padding: 3px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.play_button>a:hover,
.play_button>button:hover {
    transform: scale(1.1);
}

.play_button>a svg,
.play_button>button svg {
    color: #0099FF;
    fill: #0099FF;
    flex-shrink: 0;
}

a.hover_effect {
    transition: color 0.3s ease;
}

a.hover_effect:hover {
    color: #1268B3;
}

a:has(span) {
    display: flex;
    align-items: center;
}

.widget .wp-element-button {
    border: none;
}

.widget .wp-element-button.has-white-background-color:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 153 255 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.logo {
    max-width: 268px;
}

@media (max-width: 600px) {
    .logo {
        max-width: 180px
    }
}

.nav-item-with-mega {
    position: static;
}

.mega-menu-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - var(--header-height, 80px));
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mega-menu-panel-inner {
    border-top: 4px solid #1268B3;
}

.mega-menu-banker-col {
    display: flex;
    width: auto;
    flex: 1 1 0%;
    justify-content: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.has_sub_menu {
    cursor: pointer;
}

.button-dropdown {
    display: inline-flex;
}

.button-dropdown .button-dropdown-trigger:focus,
.button-dropdown .button-dropdown-trigger:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(18 104 179 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(18 104 179 / var(--tw-bg-opacity));
}

.button-dropdown .button-dropdown-trigger:focus form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button-dropdown .button-dropdown-trigger:focus form select:focus,
.button-dropdown .button-dropdown-trigger:focus-visible form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.button-dropdown .button-dropdown-trigger:focus-visible form select:focus {
    border: 1px solid white;
}

.button-dropdown .button-dropdown-trigger:focus,
.button-dropdown .button-dropdown-trigger:focus-visible {
    outline: none;
}

.button-dropdown .button-dropdown-panel {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.2s ease, margin 0.2s ease, border 0.2s ease;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    z-index: 2000;
}

.button-dropdown .button-dropdown-panel::-webkit-scrollbar {
    width: 6px;
}

.button-dropdown .button-dropdown-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.button-dropdown .button-dropdown-panel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 9999px;
}

.button-dropdown .button-dropdown-panel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.button-dropdown .button-dropdown-panel.is-open {
    display: block;
    max-height: 400px;
    opacity: 1;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
}

.button-dropdown .button-dropdown-panel ul li a {
    padding: .5rem 1rem;
    font-size: 1rem;
    border: none !important;
}

.button-dropdown .button-dropdown-panel ul li a:hover,
.button-dropdown .button-dropdown-panel ul li a:focus,
.button-dropdown .button-dropdown-panel ul li a:focus-visible {
    color: #1268B3;
    text-decoration: underline;
    text-underline-offset: 4px;
    outline: none;
    border: none !important;
}

/* Mobile Menu Styles */
#mobile-menu {
    display: none;
    z-index: 1000;
    position: fixed;
    top: var(--header-height, 80px);
    left: 0;
    right: 0;
    height: calc(100vh - var(--header-height, 80px));
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overflow: hidden;
    border-top: 3px solid #1268B3;
    overflow-y: visible;
}

#mobile-menu-button.menu-open .menu-icon {
    display: none;
}

#mobile-menu-button.menu-open .close-icon {
    display: block;
}

/* Mobile Search Bar */
.mobile-search-bar {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #F6F6F6;
}

.mobile-search-bar form {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-search-bar input {
    width: 100%;
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: 1px solid #F6F6F6;
    color: #081E42;
}

.mobile-search-bar input:focus {
    outline: none;
    border-color: #1268B3;
}

.mobile-search-bar input::-moz-placeholder {
    color: #333333;
}

.mobile-search-bar input::placeholder {
    color: #333333;
}

.mobile-search-bar button {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #081E42;
}

/* Sliding Panels Container */
.mobile-menu-panels {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Panel */
.mobile-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 0.3s ease;
}

/* Main Panel (first level) */
.mobile-panel-main {
    transform: translateX(-100%);
    z-index: 1;
}

.mobile-panel-main.active {
    transform: translateX(0);
}

.mobile-panel-main.slide-left {
    transform: translateX(-100%);
}

/* Sub Panel (second level) */
.mobile-panel-sub {
    transform: translateX(100%);
    z-index: 2;
}

.mobile-panel-sub.active {
    transform: translateX(0);
}

/* Accordion Styles */
.mobile-accordion-item {
    background: white;
}

.mobile-accordion-item:last-child {
    margin-bottom: 4rem;
}

.mobile-accordion-toggle {
    transition: color 0.2s ease;
    border: none;
    background: transparent;
}

.mobile-accordion-toggle:hover {}

.mobile-accordion-toggle.active {
    background-color: #F6F6F6;
}

.mobile-accordion-header .mobile-accordion-link {
    text-decoration: none;
}

.accordion-icon {
    transition: transform 0.2s ease;
}

.accordion-icon.rotate-180 {
    transform: rotate(180deg);
}

.mobile-accordion-content {}

.mobile-button-dropdown .mobile-accordion-toggle {
    border: none;
}

.mobile-button-dropdown .mobile-accordion-toggle.active {
    background-color: #1268B3;
}

.mobile-button-dropdown .mobile-accordion-content {}

.mobile-menu-toggle.active::after {
    width: 100%;
}

.mobile-submenu {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    transform-origin: top;
    padding-top: 2rem;
}

.mobile-submenu ul {
    list-style: none;
}

.mobile-submenu ul li {
    margin-bottom: 0;
}

.mobile-submenu ul li::marker {
    display: none;
    content: "";
}

.mobile-submenu ul li a {
    padding: 0;
}

.mobile-submenu.hidden {
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
}

.mobile-submenu:not(.hidden) {
    max-height: 1000px;
    opacity: 1;
    transform: scaleY(1);
}

/* Mobile menu button animations */
#mobile-menu-button {
    transition: all 0.3s ease;
    transform: scale(1);
}

#mobile-menu-button:hover {
    transform: scale(1.1);
}

#mobile-menu-button:active {
    transform: scale(0.95);
}

#mobile-menu-close {
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

#mobile-menu-close:hover {
    transform: rotate(90deg);
    color: #1268B3;
}

.mobile-menu-enter {
    animation: slideInFromRight 0.2s ease-out;
}

.mobile-menu-exit {
    animation: slideOutToRight 0.1s ease-in;
}

#site-header {
    background-color: white;
    z-index: 100;
}

#site-header.is-sticky-full {
    top: 0;
    position: sticky;
}

#site-header.is-sticky-nav-only {
    position: relative;
}

@media (max-width: 782px) {
    #site-header {
        position: relative
    }
}

@media (max-width: 380px) {

    #site-header .top_bar span,
    #site-header .top_bar a,
    #site-header .secondary_nav_container span,
    #site-header .secondary_nav_container a {
        /* font-size: 8px !important; */
    }
}

#site-nav-shell {
    background-color: white;
    z-index: 100;
}

#site-nav-shell.is-sticky-with-header {
    top: var(--site-header-sticky-offset, 0px);
    position: sticky;
    z-index: 99;
}

#site-nav-shell.is-sticky-nav {
    top: 0;
    position: sticky;
    z-index: 100;
}

#site-nav-shell .main-navigation a:not(.button),
#site-nav-shell .main-navigation button {
    transition: color 0.3s ease;
}

#site-nav-shell .main-navigation a:not(.button):hover,
#site-nav-shell .main-navigation a:not(.button) .active,
#site-nav-shell .main-navigation button:hover,
#site-nav-shell .main-navigation button .active {
    --tw-text-opacity: 1;
    color: rgb(18 104 179 / var(--tw-text-opacity));
}

#site-nav-shell .main-navigation>a:not(.button),
#site-nav-shell .main-navigation button {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#site-nav-shell .main-navigation>a:not(.button):not(.has_sub_menu) {
    transition: border-bottom 0.3s ease;
    border-bottom: 4px solid transparent;
}

#site-nav-shell .main-navigation>a:not(.button):not(.has_sub_menu):hover,
#site-nav-shell .main-navigation>a:not(.button):not(.has_sub_menu) .active {
    border-bottom: 4px solid #1268B3;
}

@media (max-width: 380px) {
    #site-nav-shell .logo {
        max-width: 140px;
    }

    #site-nav-shell .button {
        padding: 4px 8px;
        font-size: 10px !important;
    }
}

.nav a {
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #1268B3;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.search_bar {
    position: relative;
}

.search_bar.open input {
    width: 230px;
    max-width: 100%;
    border: 1px solid lightgray;
    color: #081E42 !important;
}

.search_bar.open input::-moz-placeholder {
    color: #081E42;
}

.search_bar.open input::placeholder {
    color: #081E42;
}

.search_bar input {
    border-radius: 5px;
    border-color: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 40px;
    color: transparent !important;
}

.search_bar input::-moz-placeholder {
    color: transparent;
}

.search_bar input::placeholder {
    color: transparent;
}

.search_bar input {

    transition: all 0.3s ease;
}

.search_bar .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mega-menu-section a {
    font-size: 90%;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.nav-links .page-numbers {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;

    font-weight: 600;
}

.nav-links .page-numbers:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.nav-links .page-numbers.current {
    --tw-border-opacity: 1;
    border-color: rgb(0 153 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 153 255 / var(--tw-text-opacity));
}

.nav-links .page-numbers.dots {
    cursor: default;
    border-style: none;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.nav-links .page-numbers.dots:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.nav-links .prev,
.nav-links .next {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.nav-links .prev:hover,
.nav-links .next:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.nav-links .prev svg,
.nav-links .next svg {
    height: 1rem;
    width: 0.75rem;
}

.post_grid article {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.post_grid article:hover {
    box-shadow: 0 4px 24px 0 rgba(53, 108, 238, 0.08);

    background-color: #E1F3FF;
}

.post_grid article:hover .read_more {
    /* @apply text-bright-blue; */
}

.read_more {
    transition: color 0.3s ease;
}

.read_more:hover {
    /* @apply text-bright-blue; */
}

.post_grid article {
    padding-left: 0px;
    padding-right: 0px;
}

.container.post_grid article {
    padding-left: 0;
    padding-right: 0;
}

.widget_block p {
    margin-bottom: 0;
}

.widget_block .after_post_widget .widget_block {
    display: flex;
    justify-content: flex-end;
}

.widget_block .blog_sidebar .widget_block .heateor_sss_sharing_container {
    justify-content: start;
}

.widget_block .heateor_sss_sharing_container,
.widget_block .heateor_sss_standard_follow_icons_container {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    justify-content: start;
}

@media (min-width: 1200px) {

    .widget_block .heateor_sss_sharing_container,
    .widget_block .heateor_sss_standard_follow_icons_container {
        justify-content: end
    }
}

.widget_block .heateor_sss_sharing_container .heateor_sss_follow_ul,
.widget_block .heateor_sss_standard_follow_icons_container .heateor_sss_follow_ul {
    display: flex;
    gap: 0.2rem;
}

.widget_block .heateor_sss_sharing_container .heateor_sss_svg,
.widget_block .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
    transition: background-color 0.3s ease;
}

.widget_block .heateor_sss_sharing_container .heateor_sss_svg:hover,
.widget_block .heateor_sss_standard_follow_icons_container .heateor_sss_svg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(8 30 66 / var(--tw-bg-opacity)) !important;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    float: left;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    margin: 2px;
}

:root {
    --color-error: rgb(161, 45, 34);
}

select {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.hero_login_form {
    position: absolute;
    right: 2rem;
    bottom: 4rem;
}

.hero_login_form .bottom {
    background-color: #304564;
}

.bg-primary form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.bg-primary form select:focus {
    border: 1px solid white;
}

form label,
form .gfield_label {
    font-weight: 600;
    color: #081E42;
    margin-bottom: 0.5rem;
}

form label.gform-field-label--type-sub,
form .gfield_label.gform-field-label--type-sub {
    font-weight: 400;
}

form .gfield_description {
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

form input,
form select,
form textarea {
    outline: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #081E42;
    padding: 9px;
    background-color: #fff;
}

form input:not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
form select:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid black;
}

form input[type="checkbox"],
form input[type="radio"] {
    width: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #081E42;
    background-color: #fff;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    width: auto;
}

form .gform-footer {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
}

form input[type="search"] {
    color: #081E42;
}

form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

form input[type="search"]::-ms-clear {
    display: none;
}

form input[type="checkbox"]:checked,
form input[type="radio"]:checked {
    background-color: #081E42;
    border-color: #081E42;
}

form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M5 13l4 4L19 7'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

form input[type="radio"] {
    border-radius: 50%;
}

form input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
}

form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

form label {
    display: flex;
    align-items: center;
}

form input[type="checkbox"]+label,
form input[type="radio"]+label {
    font-weight: normal;
    cursor: pointer;
    color: #333333;
}

form label:has(input[type="checkbox"]),
form label:has(input[type="radio"]) {
    font-weight: normal;
    cursor: pointer;
}

form label:has(input[type="checkbox"]) span,
form label:has(input[type="radio"]) span {
    font-weight: normal;
}

form textarea,
form .ginput_container_textarea .textarea {
    resize: none;
}

form .gfield {
    width: 100%;
    margin-bottom: 1.2rem;
    flex-direction: column;
    display: flex;
}

form .gfield.gfield--width-half,
form .gfield.gf_left_half,
form .gfield.gf_right_half {
    width: 48%;
    display: block;
    float: left;
    clear: none;
}

@media (max-width: 782px) {

    form .gfield.gfield--width-half,
    form .gfield.gf_left_half,
    form .gfield.gf_right_half {
        width: 100%;
        float: none
    }
}

form .gfield input.medium {
    width: 100%;
    inline-size: 100%;
}

form .gform_validation_container,
form .gform_validation_container {
    display: none !important;
}

form .gform_fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

form .gform_fields .gfield {
    flex-grow: 1;
}

form .gform_fields .gfield.gfield--width-half,
form .gform_fields .gfield.gf_left_half,
form .gform_fields .gfield.gf_right_half {
    width: calc(50% - 2rem);
}

@media (max-width: 782px) {

    form .gform_fields .gfield.gfield--width-half,
    form .gform_fields .gfield.gf_left_half,
    form .gform_fields .gfield.gf_right_half {
        width: 100%
    }
}

form .gform_fields .gsection_title {
    border: none;
}

form .ginput_complex {
    display: flex;
    gap: 2rem;
}

form .ginput_complex>span {
    width: 100%;
}

form .gfield_error input[type="text"],
form .gfield_error input[type="email"],
form .gfield_error input[type="tel"],
form .gfield_error input[type="url"],
form .gfield_error input[type="number"],
form .gfield_error input[type="date"],
form .gfield_error input[type="time"],
form .gfield_error input[type="datetime-local"],
form .gfield_error input[type="month"],
form .gfield_error input[type="week"],
form .gfield_error input[type="color"],
form .gfield_error select,
form .gfield_error textarea {
    border-color: var(--color-error);
    background-color: rgba(253, 236, 234, 1);
}

form .gfield_error .validation_message {
    color: var(--color-error);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
}

form .gform-loader {
    align-self: center;
    animation: gformLoader 1.1s infinite linear;
    block-size: 10em;
    border-block-end: 1.1em solid #000;
    border-block-start: 1.1em solid #fff;
    border-inline-end: 1.1em solid #fff;
    border-inline-start: 1.1em solid #000;
    border-radius: 50%;
    display: inline-block;
    font-size: 2px;
    inline-size: 10em;
    position: relative;
    transform: translateZ(0);

    border-block-end-color: #081E42;
    border-block-start-color: #fff;
    border-inline-end-color: #fff;
    border-inline-start-color: #081E42;
}

.gform_submission_error,
.gform_confirmation_message {
    background-color: #f9f9f9;
    border: 1px solid gray;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #081E42;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    line-height: 1.5 !important;
    font-weight: normal;
    border-radius: 0 !important;
    margin-top: 2rem;
}

.gform_submission_error:focus-visible:focus-visible {
    outline: none !important;
}

@keyframes gformLoader {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gchoice {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.gchoice label {
    margin-bottom: 0;
}

.gsection_title {
    border: 1px solid lightgray;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 782px) {
    .footer__col-nudge {
        margin-inline-start: 4rem
    }
}

.footer_bg {
    background-image: url(../../images/line_art_bg2.png);
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .footer_bg {
        background-image: none
    }
}

.footer_menu a:not(:last-child) {
    position: relative;
}

.footer_menu a:not(:last-child):after {
    content: "";
    position: absolute;
    right: -0.6rem;
    top: 4px;
    width: 1px;
    bottom: 4px;

    background-color: #081E42;
}

@media (max-width: 1300px) {
    .footer_cta_title {
        max-width: 130px
    }
}

@media (max-width: 782px) {
    .banker_cta_title {
        max-width: 130px
    }
}

footer a:not(.button) {
    transition: color 0.3s ease;
    text-decoration: none !important;
    color: #081E42 !important;
}

footer a:not(.button):hover {
    color: #1268B3 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
}

footer .button {
    border-width: 2px;
}

footer .button-dropdown-panel {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.25rem;
    border-radius: 0.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

footer .button-dropdown-panel ul li a {
    font-weight: 500;
}

footer .button-dropdown-panel.is-open {
    max-height: 210px !important;
}

footer .button-dropdown-panel::-webkit-scrollbar {
    width: 6px;
}

footer .button-dropdown-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
}

footer .button-dropdown-panel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 9999px;
}

footer .button-dropdown-panel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

footer .wp-block-group {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1200px) {
    footer .heateor_sss_follow_ul {
        float: left !important;
    }
}

footer div.heateor_sss_follow_ul a {
    margin: 2px 5px;
}

footer .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    width: 50px !important;
    height: 50px !important;
}

/* Modal Base Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-container {
    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 550px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal.is-open .modal-container {
    transform: scale(1);
}

.modal-content {
    padding: 40px 30px;
    text-align: center;
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

/* Speedbump Modal Specific Styles */
.speedbump-modal .modal-logo {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speedbump-modal .modal-logo img {
    max-width: 100%;
    width: 270px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.speedbump-modal .modal-title {
    margin-bottom: 16px;
}

.speedbump-modal .alert_title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1268B3;
    display: block;
}

.speedbump-modal .modal-text {
    margin-bottom: 24px;
}

.speedbump-modal .alert_text {
    font-size: 1rem;
    line-height: 1.6;
    color: #081E42;
    margin: 0;
}

.speedbump-modal .modal-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.speedbump-modal .modal-actions .button {
    min-width: 120px;
    text-align: center;
    text-decoration: none;
}

/* Modal Close Button */
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #000;
}

/* Team Modal Specific Styles */
.team-modal .modal-container {
    max-width: 1200px;
}

.team-modal .modal-content {
    padding: 0;
    text-align: left;
}

.team-modal-content {
    display: flex;
    gap: 40px;
    padding: 40px;
}

.team-modal-image {
    flex: 0 0 280px;
}

.team-modal-image img {
    width: 100%;
    height: auto;
    display: block;
}

.team-modal-info {
    flex: 1;
}

.team-modal-name {
    margin-bottom: 8px;
}

.team-modal-position {
    margin-bottom: 16px;
}

.team-modal-contact {
    margin-bottom: 24px;
}

.team-modal-contact a {
    color: #081E42;
    text-decoration: underline;
    display: block;
    margin-bottom: 8px;
}

.team-modal-bio {
    color: #081E42;
    line-height: 1.6;
}

.team-modal-bio p {
    margin-bottom: 16px;
}

/* Hidden team member content */
.team-member-data {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .team-modal-content {
        flex-direction: column;
        gap: 24px;
        padding: 30px 20px;
    }

    .team-modal-image {
        flex: 0 0 auto;
        max-width: 280px;
        margin: 0 auto;
    }

    .team-modal-name {
        font-size: 1.5rem;
    }
}

@media (max-width: 640px) {
    .modal-content {
        padding: 30px 20px;
    }

    .speedbump-modal .modal-logo img {
        width: 200px;
    }

    .speedbump-modal .alert_title {
        font-size: 1.25rem;
    }

    .speedbump-modal .alert_text {
        font-size: 0.875rem;
    }

    .speedbump-modal .modal-actions {
        flex-direction: column;
    }

    .speedbump-modal .modal-actions .button {
        width: 100%;
    }
}

.revealing_block {
    margin-top: 2rem;
    border-top: 2px solid #081E42;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.revealing-block-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.revealing-block-icon.rotate-180 {
    transform: rotate(180deg);
}

.team_grid {}

/* Wizard container: initially show starting point, hide wizard until "Help me choose" is clicked */
.lcb_wizard_container {
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (min-width: 600px) {
    .lcb_wizard_container {
        min-height: 470px
    }
}

.lcb_wizard_container .lcb_wizard {
    display: none;
    height: 100%;
    width: 100%;
}

.lcb_wizard_container .starting-point {
    transition: opacity 0.3s ease, max-height 0.3s ease;
    overflow: hidden;
    padding-top: 2rem;
}

/* Remove flex only after fade completes, so transition isnâ€™t interrupted */
.lcb_wizard_container--wizard-visible.lcb_wizard_container--wizard-layout {
    display: block;
    justify-content: unset;
    align-items: unset;
}

.lcb_wizard_container--wizard-visible .starting-point {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: none;
    visibility: hidden;
}

.lcb_wizard_container--wizard-visible.lcb_wizard_container--starting-point-removed .starting-point {
    display: none;
}

/* Wizard stays hidden until starting point is gone and flex is removed */
.lcb_wizard_container--wizard-visible .lcb_wizard {
    display: none;
    opacity: 0;
}

.lcb_wizard_container--wizard-visible.lcb_wizard_container--wizard-layout .lcb_wizard {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lcb_wizard_container--wizard-visible.lcb_wizard_container--wizard-layout.lcb_wizard_container--wizard-fade-in .lcb_wizard {
    opacity: 1;
}

.lcb_wizard {
    position: relative;

}

.lcb_wizard .gform_wrapper {}

.lcb_wizard .gform_required_legend {
    display: none;
}

.lcb_wizard .gfield_error .validation_message {
    margin-bottom: 2rem;
}

.lcb_wizard .gform_title {
    display: none;
}

.lcb_wizard .gf_progressbar_wrapper {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
}

.lcb_wizard .gf_progressbar_wrapper .gf_progressbar_title {
    display: none;
}

.lcb_wizard .gf_progressbar_wrapper .gf_progressbar {
    display: none;
}

.lcb_wizard .gf_progressbar_wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e0e0e0;
    z-index: 1;
    transform: translateY(-50%);
}

.lcb_wizard .gf_progressbar_wrapper .progress-fill {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #1268B3;
    z-index: 2;
    transform: translateY(-50%);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lcb_wizard .gf_progressbar_wrapper .progress-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.lcb_wizard .gf_progressbar_wrapper .progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    background-color: #e0e0e0;
    color: #374151;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    transform: scale(1);
    padding-left: 0;
    margin-bottom: 0;
}

.lcb_wizard .gf_progressbar_wrapper .progress-step:before {
    display: none;
}

.lcb_wizard .gf_progressbar_wrapper .progress-step.active {
    background-color: #1268B3;
    color: #ffffff;
    transform: scale(1.1);
    animation: pulse 0.6s ease-out;
}

.lcb_wizard .gf_progressbar_wrapper .progress-step.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid #1268B3;
    transform: scale(1.3);
}

.lcb_wizard .gf_progressbar_wrapper .progress-step.completed {
    background-color: #1268B3;
    color: #ffffff;
    transform: scale(1);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1.1);
    }
}

.lcb_wizard .gform-page-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width: 1200px) {
    .lcb_wizard .gform-page-footer {
        position: absolute;
        bottom: -1rem
    }
}

.lcb_wizard .gform-page-footer {

    width: 90%;
    margin: 0 auto;
    left: 5%;
}

.lcb_wizard .gform-page-footer:has(> .button:only-of-type) {
    justify-content: flex-end;
}

.lcb_wizard .gform-page-footer .button {
    width: auto;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 600px) {
    .lcb_wizard .gform-page-footer .button {
        width: 100%
    }
}

.lcb_wizard .gform-loader {
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
}

.lcb_wizard .gfield_radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: center;

    max-width: 530px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .lcb_wizard .gfield_radio {
        grid-template-columns: 1fr
    }
}

.lcb_wizard .gfield_radio .gchoice {
    background-color: #F6F6F6;
    border-radius: 50px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.lcb_wizard .gfield_radio .gchoice:hover {
    background-color: #E1F3FF;

}

.lcb_wizard .gfield_radio .gchoice:has(input[type="radio"]:checked) {
    background-color: #E1F3FF;
    border: 1px solid #0099FF;
}

.lcb_wizard .gfield_radio .gchoice input[type="radio"] {
    margin-right: 12px;
}

.lcb_wizard .gfield_radio .gchoice label {
    color: #081E42;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lcb_wizard .gfield_label {
    text-align: center;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    max-width: 80%;
}

.lcb_wizard .gfield_label .gfield_required {
    font-size: 1.375rem;
    display: none;
}

.accounts-wizard-sidebar {
    position: relative;
    background-size: cover;
    background-position: top;
}

.accounts-wizard-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(8, 30, 66, 1), transparent);
    z-index: 1;
    opacity: 0.7;
}

.accounts-wizard-sidebar>* {
    position: relative;
    z-index: 2;
}

/* Segmented Control Switch */
/* Hide segmented control until user clicks a starting point button */
.lcb_accounts_wizard_table_block.js-segmented-control-hidden .segmented-control {
    display: none;
}

.segmented-control {
    display: inline-flex;
    background: #D1D5DB;
    border-radius: 50px;
    gap: 4px;
}

.segmented-control__button {
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #081E42;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.segmented-control__button.active {
    background: white;
    color: #081E42;
    box-shadow: 0 5px 9px 2px rgba(0, 0, 0, 0.25);
}

.segmented-control__button:not(.active):hover {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
    .segmented-control__button {
        padding: 10px 20px;
        font-size: 0.875rem
    }
}

/* Tab Content Animation */
.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-content .table-scroll-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 480px) {
    .tab-content .table-scroll-wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.3s ease forwards;
}

.tab-content.fade-out {
    display: block;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeOutUp 0.3s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Wizard Container & Results Table Animation */
.wizard_container {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.wizard_container.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeOutUp 0.3s ease forwards;
}

.wizard_container .gform_confirmation_message {
    display: none;
}

.wizard_container .gform_submission_error {
    background: none;
    border: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    font-size: 100% !important;
}

.results-table-container {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.results-table-container.active {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.3s ease forwards;
}

.results-table-container.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeOutUp 0.3s ease forwards;
}

/* Starting point â€“ choose account / see all cards */
.starting-point {
    text-align: center;
    margin-bottom: 2.5rem;
}

.starting-point__heading {
    color: #081E42;
    margin-bottom: 2rem;
}

.starting-point__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
}

.starting-point__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    min-width: 200px;
    max-width: 280px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #f3f4f6;
    color: #081E42;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 600px) {
    .starting-point__card {
        width: 100%;
        min-width: 0;
        max-width: 100%
    }
}

.starting-point__card:hover {
    background-color: #e5e7eb;
}

.starting-point__card--active {
    background-color: #E1F3FF;
    border-color: #0099FF;
}

.starting-point__card--active:hover {
    background-color: #E1F3FF;
}

.starting-point__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
}

.starting-point__card-icon--help {
    background-color: #0099FF;
}

.starting-point__card-icon--help .svg-icon {
    width: 35px;
    height: 35px;
}

.starting-point__card-icon--list {
    background-color: #fff;
    border: 1px solid #e5e7eb;
}

.starting-point__card-icon--list .svg-icon {
    width: 29px;
    height: 19px;
}

.starting-point__card-label {
    line-height: 1.3;
}

/* TablePress Conditional Column Hiding */
.tp-hidden-column {
    display: none !important;
}

/* Results Message (from HTML field with use_for_results class) */
.results-message {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-left: 4px solid #0099FF;
    border-radius: 4px;
}

/* Results Table - Equal width columns except first */
/* First column (label/row header) - fixed width */
.results-table-container table thead tr td:first-child,
.results-table-container table thead tr th:first-child,
.results-table-container table tbody tr td:first-child,
.results-table-container table tbody tr th:first-child {
    width: 110px !important;
}

/* All other columns - equal width, distributed evenly */
.results-table-container table thead tr td:not(:first-child),
.results-table-container table thead tr th:not(:first-child),
.results-table-container table tbody tr td:not(:first-child),
.results-table-container table tbody tr th:not(:first-child) {
    width: auto;
}

/* TablePress Table Styles */
.tablepress.tablepress.tablepress {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    background-color: white;
    table-layout: fixed;
}

.tablepress.tablepress.tablepress .button-wrapper {
    min-width: 220px;
}

@media (max-width: 782px) {
    .tablepress.tablepress.tablepress {
        min-width: 800px
    }
}

/* Table Header */
@media (min-width: 1200px) {
    .tablepress.tablepress.tablepress thead tr td.column-1 {
        width: 240px;
    }
}

.tablepress.tablepress.tablepress thead th {
    background-color: #1268B3;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
    border-right: 2px solid white;
    font-size: 1.125rem;
    line-height: 1.75rem;
    min-width: 220px;
}

.tablepress.tablepress.tablepress thead th:last-child {
    border-right: none;
}

@media (max-width: 782px) {
    .tablepress.tablepress.tablepress thead th {
        font-size: 1rem;
        padding: 1rem
    }
}

.tablepress.tablepress.tablepress thead tr td {
    background-color: white;
}

.tablepress.tablepress.tablepress th,
.tablepress.tablepress.tablepress td {
    width: 200px;
}

/* Table Body */
.tablepress.tablepress.tablepress tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.tablepress.tablepress.tablepress tbody tr:nth-child(even) {
    background-color: #E1F3FF;
}

.tablepress.tablepress.tablepress tbody tr:nth-child(odd) {
    background-color: white;
}

.tablepress.tablepress.tablepress tbody tr:last-child {
    background-color: #6699CC;
}

.tablepress.tablepress.tablepress tbody tr:last-child td {
    color: white;
    font-weight: 600;
}

.tablepress.tablepress.tablepress tbody tr:last-child td:first-child {
    color: white;
}

.tablepress.tablepress.tablepress tbody td {
    padding: 1.5rem;
    vertical-align: middle;
    border-right: 1px solid #e5e7eb;
    color: #081E42;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;
}

.tablepress.tablepress.tablepress tbody td:first-child {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;

}

.tablepress.tablepress.tablepress tbody td:last-child {
    border-right: none;
}

@media (max-width: 782px) {
    .tablepress.tablepress.tablepress tbody td {
        padding: 1rem;
        font-size: 0.875rem
    }
}

/* Responsive table wrapper */
.table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
}

.table-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}

.table-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tablepress-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
}

/* Hide default TablePress elements */
.tablepress-table-description .dataTables_info,
.tablepress-table-description .dataTables_paginate,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: none;
}

/* Checkmark styling */
.lcb-checkmark {
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    margin: 0 auto;
}

/* Button wrapper for centering */
.button-wrapper {
    text-align: center;
}

.lcb-expand-toggle {
    min-width: 160px;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    text-align: left;

}

.lcb-expand-text {
    flex: 1;
}

.lcb-expand-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    margin-left: 1rem;
    transform: rotate(180deg);
}

.lcb-expand-icon.rotate-180 {
    transform: rotate(0deg);
}

.lcb-expand-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.lcb-expand-content {
    padding: 1.5rem 0;
    border-top: none;
}

/* APR Table â€“ match wizard results table styling */
.apr_table_wrapper {
    /* Match responsive wrappers used by wizard/tablepress tables */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
    width: 100%;
}

.apr_table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    background-color: white;
}

/* Header */
@media (min-width: 1200px) {
    .apr_table thead tr td:first-child {
        width: 240px;
    }
}

.apr_table thead th {
    background-color: #1268B3;
    color: white;
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
    border-right: 2px solid white;
    font-size: 1.125rem;
    line-height: 1.75rem;
    min-width: 220px;
}

.apr_table thead th:last-child {
    border-right: none;
}

@media (max-width: 782px) {
    .apr_table thead th {
        font-size: 1rem;
        padding: 1rem
    }
}

.apr_table thead tr td {
    background-color: white;
}

.apr_table th,
.apr_table td {
    width: 200px;
}

/* Body */
.apr_table tbody tr {
    border-bottom: 1px solid #e5e7eb;


}

.apr_table tbody tr:nth-child(even) {
    background-color: #E1F3FF;
}

.apr_table tbody tr:nth-child(odd) {
    background-color: white;
}

.apr_table tbody td {
    padding: 1.5rem;
    vertical-align: middle;
    border-right: 1px solid #e5e7eb;
    color: #081E42;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.apr_table tbody td:first-child {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.apr_table tbody td:last-child {
    border-right: none;
}

@media (max-width: 782px) {
    .apr_table tbody td {
        padding: 1rem;
        font-size: 0.875rem
    }
}

/* Equal-width behavior for APR table when used in wizard results container */
.results-table-container .apr_table thead tr td:first-child,
.results-table-container .apr_table thead tr th:first-child,
.results-table-container .apr_table tbody tr td:first-child,
.results-table-container .apr_table tbody tr th:first-child {
    width: 110px !important;
}

.results-table-container .apr_table thead tr td:not(:first-child),
.results-table-container .apr_table thead tr th:not(:first-child),
.results-table-container .apr_table tbody tr td:not(:first-child),
.results-table-container .apr_table tbody tr th:not(:first-child) {
    width: auto;
}

/* Slick base â€“ from slick-carousel/slick.css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick theme â€“ from slick-carousel/slick-theme.css (arrows/dots layout; loader omitted) */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.lcb-carousel-slider {
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

.lcb-carousel-slider .slick-slide {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

/* LCB Carousel â€“ Slick slide spacing and equal-height cards */
.lcb-carousel-slider .slick-list {
    margin: 0 calc(-1 * 1rem);
}

.lcb-carousel-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.lcb-carousel-slider .slick-slide {
    margin: 0 1rem;
    height: inherit !important;
    display: flex;
}

.lcb-carousel-slider .slick-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
}

.lcb-carousel-slider .lcb-carousel-card {
    height: 100%;
    width: 100%;
}

/* Dots: only used in one-slide mode; theme colors */
.lcb-carousel-slider--one-slide .slick-dots {
    position: relative;
    margin-top: 1.5rem;
    padding: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 0.5rem;
}

.lcb-carousel-slider--one-slide .slick-dots li {
    margin: 0;
}

.lcb-carousel-slider--one-slide .slick-dots li button {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    background-color: #d1d5db;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.lcb-carousel-slider--one-slide .slick-dots li button:hover {
    background-color: #0099FF;
}

.lcb-carousel-slider--one-slide .slick-dots li.slick-active button {
    background-color: #1268B3;
}

.lcb-carousel-slider--dark .button {
    border-color: #fff;
    border-width: 2px;
}

/* LCB Playlist: mobile Slick carousel below video; desktop list left */
.lcb-playlist-list {
    transition: opacity 0.3s ease;
}

.lcb-playlist-player-inner {
    position: relative;
    border: 1px solid #1268B3;
}

.lcb-playlist-player-inner .play_button.lcb-playlist-play-overlay-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.lcb-playlist-player-inner .wp-block-embed,
.lcb-playlist-player-inner iframe,
.lcb-playlist-player-inner .wistia-player,
.lcb-playlist-player-inner wistia-player {
    width: 100%;
    height: 100%;
}

.lcb-playlist-player-inner .lcb-playlist-captions-btn {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(8, 30, 66, 0.75);
    color: #fff;
    border-radius: 9999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.lcb-playlist-player-inner .lcb-playlist-captions-btn:hover,
.lcb-playlist-player-inner .lcb-playlist-captions-btn:focus,
.lcb-playlist-player-inner .lcb-playlist-captions-btn:focus-visible,
.lcb-playlist-player-inner .lcb-playlist-captions-btn.is-active {
    background: #1268B3;
    border-color: #1268B3;
    outline: none;
}

.lcb-playlist-player-inner .lcb-playlist-captions-btn.is-disabled,
.lcb-playlist-player-inner .lcb-playlist-captions-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.lcb-playlist-list {
    scrollbar-width: thin;
}

.lcb-playlist-list li {
    list-style: none !important;
}

.lcb-playlist-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.375rem;
    padding: 0;
    text-align: left;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
}

.lcb-playlist-item:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.lcb-playlist-item.is-active {
    border-color: #1268B3;
    background: #eff6ff;
}

.lcb-playlist-item:focus,
.lcb-playlist-item:focus-visible {
    outline: 3px solid #1268B3;
    outline-offset: -4px;
}

@media (min-width: 1200px) {
    .lcb-playlist-item {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem;
    }
}

/* When Slick is active (mobile), let Slick control layout */
@media (max-width: 1200px) {
    .lcb-playlist-mobile-category {
        margin-top: 2rem;
    }

    .lcb-playlist-mobile-category:first-child {
        margin-top: 0;
    }

    .lcb-playlist-list.slick-initialized {
        display: block;
        overflow: visible;
        padding: 0;
        margin: 0;
    }

    .lcb-playlist-list.slick-initialized .slick-list {
        margin: 0 -0.5rem;
    }

    .lcb-playlist-list.slick-initialized .slick-slide {
        padding: 0 0.5rem;
    }

    .lcb-playlist-item .lcb-playlist-item-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.lcb-playlist-sidebar {
    height: 430px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.lcb-playlist-transcript {
    margin-bottom: 0.5rem;
}

.lcb-playlist-transcript-toggle {
    cursor: pointer;
    color: #081E42;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lcb-playlist-transcript-content {
    max-height: 220px;
    overflow-y: auto;
    padding: 0.75rem;
}

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

.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}

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

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

.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 179 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(8 30 66 / var(--tw-text-opacity));
}

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

.focus\:border-transparent:focus {
    border-color: transparent;
}

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

.focus\:ring-2: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(2px + 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);
}

.focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 104 179 / var(--tw-ring-opacity));
}

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

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #1268B3;
}

@media not all and (min-width: 1200px) {

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

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

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

    .max-lg\:order-4 {
        order: 4;
    }
}

@media not all and (min-width: 782px) {

    .max-md\:max-w-\[300px\] {
        max-width: 300px;
    }
}

@media not all and (min-width: 600px) {

    .max-sm\:aspect-square {
        aspect-ratio: 1 / 1;
    }
}

@media not all and (min-width: 480px) {

    .max-xs\:hidden {
        display: none;
    }

    .max-xs\:max-w-none {
        max-width: none;
    }

    .max-xs\:pr-6 {
        padding-right: 1.5rem;
    }
}

@media (min-width: 480px) {

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

@media (min-width: 600px) {

    .sm\:aspect-video {
        aspect-ratio: 16 / 9;
    }

    .sm\:max-w-none {
        max-width: none;
    }

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

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

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

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

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

@media (min-width: 742px) {

    .md-\:w-\[240px\] {
        width: 240px;
    }

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

    .md-\:pr-6 {
        padding-right: 1.5rem;
    }
}

@media (min-width: 782px) {

    .md\:relative {
        position: relative;
    }

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

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

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

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:aspect-\[21\/8\] {
        aspect-ratio: 21/8;
    }

    .md\:aspect-auto {
        aspect-ratio: auto;
    }

    .md\:h-\[500px\] {
        height: 500px;
    }

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

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

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

    .md\:max-w-\[380px\] {
        max-width: 380px;
    }

    .md\:max-w-\[564px\] {
        max-width: 564px;
    }

    .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\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

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

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

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

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

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

@media (min-width: 1050px) {

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

    .lg-\:pr-48 {
        padding-right: 12rem;
    }

    .lg-\:pr-60 {
        padding-right: 15rem;
    }
}

@media (min-width: 1200px) {

    .lg\:absolute {
        position: absolute;
    }

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

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

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

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

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

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

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

    .lg\:block {
        display: block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:\ !flex {
        display: flex !important;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:aspect-auto {
        aspect-ratio: auto;
    }

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

    .lg\:h-16 {
        height: 4rem;
    }

    .lg\:h-\[400px\] {
        height: 400px;
    }

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

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

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

    .lg\:w-16 {
        width: 4rem;
    }

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

    .lg\:w-20 {
        width: 5rem;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

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

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-9\/12 {
        width: 75%;
    }

    .lg\:w-\[35\%\] {
        width: 35%;
    }

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

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

    .lg\:w-\[65\%\] {
        width: 65%;
    }

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

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

    .lg\:min-w-0 {
        min-width: 0px;
    }

    .lg\:max-w-none {
        max-width: none;
    }

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

    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .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\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

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

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

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

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

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

    .lg\:gap-16 {
        gap: 4rem;
    }

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

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

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

    .lg\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

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

    .lg\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:pr-48 {
        padding-right: 12rem;
    }

    .lg\:pr-60 {
        padding-right: 15rem;
    }

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

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

    .lg\:text-10xl {
        font-size: 3.625rem;
    }

    .lg\:text-4xl {
        font-size: 1.75rem;
    }

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

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

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:leading-\[1\.1\] {
        line-height: 1.1;
    }

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

@media (min-width: 1440px) {

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

.\[\&_i\]\:text-8xl i {
    font-size: 2.375rem;
}

.\[\&_i\]\:text-base i {
    font-size: 1rem;
    line-height: 1.5rem;
}

.\[\&_i\]\:text-lg i {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.\[\&_i\]\:text-xl i {
    font-size: 1.375rem;
}

.\[\&_i\]\:text-white i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer_text img {
    height: auto;
    display: inline-block;
    width: 24px;
    margin-left: 5px;
    margin-right: 5px;
}