/*
! 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}
    h1, h2, h3, h4, h5, h6{
    font-family: made_mirage;
}

    p, li {

        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;

    }

*, ::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%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

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

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

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

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

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

    .container{
        max-width: 1440px;
    }
}
.button{
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(59 87 149 / var(--tw-bg-opacity));
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
    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;
}
.button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 782px){

    .button{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.button-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.button-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tertiary{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
    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;
}
.tertiary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 87 149 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(59 87 149 / var(--tw-text-opacity));
}
.slider-title {
        font-size: 24px;
    }
#menu-primary-navigation > li > a{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
}
/* Mega Menu Styles - Clean Start */
.mega-menu-dropdown {
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 99 !important;
    }
.has-mega-menu:hover .mega-menu-dropdown {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto;
    }
/* Default positioning (when header is not fixed) */
#site-header:not(.fixed) .mega-menu-dropdown {
        left: 50%;
        transform: translateX(-50%) translateY(8px);
    }
#site-header:not(.fixed) .has-mega-menu:hover .mega-menu-dropdown {
        transform: translateX(-50%) translateY(0);
    }
/* Fixed positioning (when header has .fixed class) */
#site-header.fixed .mega-menu-dropdown {
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        width: -moz-max-content;
        width: max-content;
        min-width: 800px;
        max-width: calc(100vw - 2rem);
    }
#site-header.fixed .has-mega-menu:hover .mega-menu-dropdown {
        transform: translateX(-50%) translateY(0);
    }
/* Ensure proper stacking */
#site-header {
        z-index: 100;
    }
/* Ensure mega menu flex works with multiple columns */
.mega-menu-dropdown .flex {
        align-items: flex-start;
    }
.mega-menu-column {
        flex-shrink: 0;
    }
/* Responsive handling for mega menu */
@media (max-width: 768px) {
        .mega-menu-dropdown .flex {
            flex-direction: column;
        }
        
        .mega-menu-column {
            min-width: 100% !important;
            max-width: 100% !important;
        }
    }
.mega-menu-column h3 {
        position: relative;
    }
.mega-menu-column h3:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 30px;
        height: 2px;
        --tw-bg-opacity: 1;
        background-color: rgb(59 87 149 / var(--tw-bg-opacity));
    }
/* Responsive mega menu adjustments */
@media (max-width: 1400px) {
        /* Override both normal and fixed positioning for smaller screens */
        #site-header .mega-menu-dropdown,
        #site-header.fixed .mega-menu-dropdown {
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) translateY(8px) !important;
            margin: 0 !important;
            width: 90vw !important;
            max-width: 1200px !important;
            min-width: auto !important;
        }
        
        #site-header .has-mega-menu:hover .mega-menu-dropdown,
        #site-header.fixed .has-mega-menu:hover .mega-menu-dropdown {
            transform: translateX(-50%) translateY(0) !important;
        }
        
        .mega-menu-dropdown .flex {
            flex-direction: row !important;
            flex-wrap: wrap !important;
            gap: 1.5rem !important;
            justify-content: center !important;
        }
        
        .mega-menu-column {
            flex: 0 0 auto !important;
            min-width: 250px !important;
            max-width: 300px !important;
        }
    }
@media (max-width: 1024px) {
        .mega-menu-dropdown .flex {
            gap: 1rem !important;
        }
        
        .mega-menu-column {
            min-width: 200px !important;
            max-width: 250px !important;
        }
    }
@media (max-width: 768px) {
        #site-header .mega-menu-dropdown,
        #site-header.fixed .mega-menu-dropdown {
            width: 95vw !important;
        }
        
        .mega-menu-dropdown .flex {
            flex-direction: column !important;
            align-items: center !important;
        }
        
        .mega-menu-column {
            min-width: 100% !important;
            max-width: 100% !important;
            text-align: center !important;
        }
    }
/* Mobile menu styles */
@media (max-width: 1023px) {
        /* Mobile menu container */
        .mobile-menu {
            background: #f8f9fa;
            border-radius: 0.5rem;
            padding: 1rem;
        }

        /* Mobile menu list */
        .mobile-menu-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        /* Mobile menu items */
        .mobile-menu-list > li {
            margin-bottom: 0.5rem;
        }

        /* Mobile menu links */
        .mobile-menu-list a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1rem;
            color: #374151;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.875rem;
            letter-spacing: 0.05em;
            border-radius: 0.375rem;
            transition: all 0.2s ease;
        }

        .mobile-menu-list a:hover {
            color: #3B5795;
            background-color: rgba(59, 87, 149, 0.1);
        }

        /* Add mobile arrows via CSS */
        .mobile-menu-list .menu-item-has-children > a::after {
            content: "";
            width: 0.75rem;
            height: 0.75rem;
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3e%3c/svg%3e");
            background-size: contain;
            background-repeat: no-repeat;
            transition: transform 0.2s ease;
            transform-origin: center;
        }

        .mobile-menu-list .menu-item-has-children.active > a::after,
        .mobile-menu-list .menu-item-has-children > a.mobile-arrow-active::after {
            transform: rotate(180deg);
        }

        /* Mobile submenus */
        .mobile-menu-list .sub-menu {
            margin-top: 0.5rem;
            margin-left: 1rem;
            padding-left: 1rem;
            border-left: 3px solid #3B5795;
            background: rgba(59, 87, 149, 0.05);
            border-radius: 0.375rem;
            padding: 0.5rem 0.75rem;
        }

        .mobile-menu-list .sub-menu li {
            margin-bottom: 0.25rem;
        }

        .mobile-menu-list .sub-menu a {
            padding: 0.5rem 0.75rem;
            font-size: 0.8125rem;
            font-weight: 500;
            text-transform: none;
        }

        /* Third level submenus */
        .mobile-menu-list .sub-menu .sub-menu {
            margin-left: 0.75rem;
            border-left: 2px solid #6b7280;
            background: rgba(107, 114, 128, 0.1);
        }

        .mobile-menu-list .sub-menu .sub-menu a {
            font-size: 0.75rem;
            padding: 0.375rem 0.5rem;
        }

        /* Hidden state for mobile submenus */
        .mobile-menu-list .sub-menu.hidden {
            display: none;
        }

        /* Mobile arrows for sub-items */
        .mobile-menu-list .sub-menu .menu-item-has-children > a::after {
            width: 0.625rem;
            height: 0.625rem;
        }
    }
/* Hamburger Menu Animation */
.hamburger-menu {
        display: inline-block;
        padding: 0.25rem;
        border-radius: 0.25rem;
        transition: all 0.2s ease;
        background: transparent;
        border: none;
        outline: none;
    }
.hamburger-icon {
        position: relative;
        cursor: pointer;
        display: block;
        width: 20px;
        height: 16px;
    }
.hamburger-line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #374151;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
        transform-origin: center;
        border-radius: 1px;
        left: 0;
    }
.hamburger-line-1 {
        top: 0;
    }
.hamburger-line-2 {
        top: 7px;
    }
.hamburger-line-3 {
        top: 14px;
    }
/* Hamburger to X animation */
.hamburger-menu.active .hamburger-line-1 {
        top: 7px;
        transform: rotate(45deg);
    }
.hamburger-menu.active .hamburger-line-2 {
        opacity: 0;
        transform: scale(0);
    }
.hamburger-menu.active .hamburger-line-3 {
        top: 7px;
        transform: rotate(-45deg);
    }
/* Clean X animation without scaling */
.hamburger-menu.active .hamburger-icon {
        /* No scaling to keep it clean */
    }
/* Color change when active */
.hamburger-menu.active .hamburger-line {
        background-color: #3B5795;
    }
/*Services Slider*/
.services-swiper {
        padding-left: 13%;
        padding-right: 13%;
        overflow: visible;
        position: relative;
    }
.services-swiper .swiper-slide {
        width: auto;
    }
.swiper-button-next, .swiper-button-prev {
        color: white;
        background: #3B5795;
        border-radius: 9999px;
        padding: 20px;
        position: absolute;
        width: 20px !important;
        height: 20px !important;
        top: 40% !important;
        transform: translateY(-50%);
        z-index: 10;
    }
.swiper-button-prev {
        left: 10px;
    }
.swiper-button-next {
        right: 10px;
    }
.swiper-button-prev:after,
    .swiper-button-next:after {
        color: white !important;
        font-size: 20px !important;
    }
.accordion .accordion-content {
        display: none;
    }
/*Services Grid Carousel*/
.carousel__button {
        background: #3B5795 !important;
        color: white !important;
        top: 34% !important;
    }
.carousel__dots .carousel__dot:after {
            width: 14px !important;
            height: 14px !important;
            background-color: #3B5795 !important;
            border: solid 2px #3B5795 !important
        }
.carousel__dots .carousel__dot .is-selected:after {
            background-color: #3B5795 !important;
        }
.accordion p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.accordion h3{
    position: relative;
    align-items: center;
    padding-bottom: 0.75rem;
    padding-top: 0.625rem;
    font-size: 1.25rem;
    font-weight: 600;
        border-top: 2px solid #3B5795;
}
.accordion h3::after {
        content: "";
        background-image: url(../images/accordion-arrow.svg?38707d271898f86cc0f1683ba485d531);
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.25s;
    }
.accordion .accordion-item.active h3::after {
        transform: translateY(-50%) rotate(180deg);
    }
.accordion .accordion-item.active .accordion-content {
        display: block;
    }
.pointer-events-none{
    pointer-events: none;
}
.pointer-events-auto{
    pointer-events: auto;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.\!relative{
    position: relative !important;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-0{
    inset: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-2{
    bottom: 0.5rem;
}
.bottom-4{
    bottom: 1rem;
}
.bottom-6{
    bottom: 1.5rem;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.right-0{
    right: 0px;
}
.right-1\/2{
    right: 50%;
}
.right-2{
    right: 0.5rem;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-2{
    top: 0.5rem;
}
.top-20{
    top: 5rem;
}
.top-4{
    top: 1rem;
}
.top-8{
    top: 2rem;
}
.top-full{
    top: 100%;
}
.-z-10{
    z-index: -10;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-50{
    z-index: 50;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.m-0{
    margin: 0px;
}
.m-4{
    margin: 1rem;
}
.m-8{
    margin: 2rem;
}
.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.-ml-\[50vw\]{
    margin-left: -50vw;
}
.-mr-\[50vw\]{
    margin-right: -50vw;
}
.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-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-0{
    margin-left: 0px;
}
.ml-1{
    margin-left: 0.25rem;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-0{
    margin-right: 0px;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-0\.5{
    margin-top: 0.125rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[72px\]{
    margin-top: 72px;
}
.mt-\[8px\]{
    margin-top: 8px;
}
.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;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-\[4\/3\]{
    aspect-ratio: 4/3;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.size-full{
    width: 100%;
    height: 100%;
}
.h-0{
    height: 0px;
}
.h-1{
    height: 0.25rem;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-2{
    height: 0.5rem;
}
.h-20{
    height: 5rem;
}
.h-24{
    height: 6rem;
}
.h-3{
    height: 0.75rem;
}
.h-4{
    height: 1rem;
}
.h-40{
    height: 10rem;
}
.h-48{
    height: 12rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-60{
    height: 15rem;
}
.h-64{
    height: 16rem;
}
.h-80{
    height: 20rem;
}
.h-\[168px\]{
    height: 168px;
}
.h-\[200px\]{
    height: 200px;
}
.h-\[230px\]{
    height: 230px;
}
.h-\[240px\]{
    height: 240px;
}
.h-\[245px\]{
    height: 245px;
}
.h-\[340px\]{
    height: 340px;
}
.h-\[426px\]{
    height: 426px;
}
.h-\[430px\]{
    height: 430px;
}
.h-\[435px\]{
    height: 435px;
}
.h-\[500px\]{
    height: 500px;
}
.h-\[505px\]{
    height: 505px;
}
.h-\[540px\]{
    height: 540px;
}
.h-\[680px\]{
    height: 680px;
}
.h-\[750px\]{
    height: 750px;
}
.h-auto{
    height: auto;
}
.h-full{
    height: 100%;
}
.max-h-24{
    max-height: 6rem;
}
.max-h-\[90vh\]{
    max-height: 90vh;
}
.max-h-\[calc\(100vh-40px\)\]{
    max-height: calc(100vh - 40px);
}
.min-h-\[250px\]{
    min-height: 250px;
}
.min-h-\[300px\]{
    min-height: 300px;
}
.min-h-\[450px\]{
    min-height: 450px;
}
.min-h-\[500px\]{
    min-height: 500px;
}
.min-h-\[600px\]{
    min-height: 600px;
}
.min-h-screen{
    min-height: 100vh;
}
.w-0{
    width: 0px;
}
.w-1\/2{
    width: 50%;
}
.w-1\/3{
    width: 33.333333%;
}
.w-10{
    width: 2.5rem;
}
.w-11\/12{
    width: 91.666667%;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-2{
    width: 0.5rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-20{
    width: 5rem;
}
.w-24{
    width: 6rem;
}
.w-3{
    width: 0.75rem;
}
.w-4{
    width: 1rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-72{
    width: 18rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[100vh\]{
    width: 100vh;
}
.w-\[200px\]{
    width: 200px;
}
.w-\[220px\]{
    width: 220px;
}
.w-\[375px\]{
    width: 375px;
}
.w-\[95vw\]{
    width: 95vw;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.max-w-20{
    max-width: 5rem;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-5xl{
    max-width: 64rem;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-\[320px\]{
    max-width: 320px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-md{
    max-width: 28rem;
}
.max-w-none{
    max-width: none;
}
.max-w-sm{
    max-width: 24rem;
}
.max-w-xl{
    max-width: 36rem;
}
.max-w-xs{
    max-width: 20rem;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink{
    flex-shrink: 1;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.border-collapse{
    border-collapse: collapse;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes slide-in-bottom{

    0%{
        transform: translateY(100%);
        opacity: 0;
    }

    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.animate-slide-in-bottom{
    animation: slide-in-bottom 2s ease-out forwards;
}
@keyframes slide-in-left{

    0%{
        transform: translateX(-100%);
        opacity: 0;
    }

    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
.animate-slide-in-left{
    animation: slide-in-left 2s ease-out forwards;
}
@keyframes slide-in-right{

    0%{
        transform: translateX(100%);
        opacity: 0;
    }

    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
.animate-slide-in-right{
    animation: slide-in-right 2s ease-out forwards;
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
}
.snap-center{
    scroll-snap-align: center;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.list-none{
    list-style-type: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.content-center{
    align-content: center;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-items-center{
    justify-items: center;
}
.gap-12{
    gap: 3rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-6{
    gap: 1.5rem;
}
.gap-8{
    gap: 2rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.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-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-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-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-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));
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-visible{
    overflow: visible;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-md{
    border-radius: 0.375rem;
}
.rounded-sm{
    border-radius: 0.125rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-b-\[7px\]{
    border-bottom-width: 7px;
}
.border-l-2{
    border-left-width: 2px;
}
.border-l-\[50px\]{
    border-left-width: 50px;
}
.border-r-2{
    border-right-width: 2px;
}
.border-r-\[50px\]{
    border-right-width: 50px;
}
.border-t{
    border-top-width: 1px;
}
.border-t-2{
    border-top-width: 2px;
}
.border-t-\[50px\]{
    border-top-width: 50px;
}
.border-solid{
    border-style: solid;
}
.border-\[\#3B5795\]{
    --tw-border-opacity: 1;
    border-color: rgb(59 87 149 / var(--tw-border-opacity));
}
.border-\[\#F0F0F0\]{
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / 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-primary{
    --tw-border-opacity: 1;
    border-color: rgb(59 87 149 / var(--tw-border-opacity));
}
.border-white\/30{
    border-color: rgb(255 255 255 / 0.3);
}
.border-l-transparent{
    border-left-color: transparent;
}
.border-r-transparent{
    border-right-color: transparent;
}
.border-t-white{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#171B1D\]{
    --tw-bg-opacity: 1;
    background-color: rgb(23 27 29 / var(--tw-bg-opacity));
}
.bg-\[\#1D2224\]{
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 36 / var(--tw-bg-opacity));
}
.bg-\[\#1d2224\]{
    --tw-bg-opacity: 1;
    background-color: rgb(29 34 36 / var(--tw-bg-opacity));
}
.bg-\[\#2B2F36\]{
    --tw-bg-opacity: 1;
    background-color: rgb(43 47 54 / var(--tw-bg-opacity));
}
.bg-\[\#3B4D8C\]{
    --tw-bg-opacity: 1;
    background-color: rgb(59 77 140 / var(--tw-bg-opacity));
}
.bg-\[\#3B4F8C\]{
    --tw-bg-opacity: 1;
    background-color: rgb(59 79 140 / var(--tw-bg-opacity));
}
.bg-\[\#3B5795\]{
    --tw-bg-opacity: 1;
    background-color: rgb(59 87 149 / var(--tw-bg-opacity));
}
.bg-\[\#3B5795\]\/50{
    background-color: rgb(59 87 149 / 0.5);
}
.bg-\[\#444B77\]{
    --tw-bg-opacity: 1;
    background-color: rgb(68 75 119 / var(--tw-bg-opacity));
}
.bg-\[\#e0e0e0\]{
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50{
    background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(23 24 46 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(59 87 149 / var(--tw-bg-opacity));
}
.bg-primary\/80{
    background-color: rgb(59 87 149 / 0.8);
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20{
    --tw-bg-opacity: 0.2;
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
    --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
    --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#3B5795\]{
    --tw-gradient-from: #3B5795 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(59 87 149 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70{
    --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600{
    --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#5A72B5\]{
    --tw-gradient-to: #5A72B5 var(--tw-gradient-to-position);
}
.to-black\/60{
    --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-800{
    --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}
.bg-contain{
    background-size: contain;
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.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-center{
    -o-object-position: center;
       object-position: center;
}
.object-top{
    -o-object-position: top;
       object-position: top;
}
.p-0{
    padding: 0px;
}
.p-2{
    padding: 0.5rem;
}
.p-4{
    padding: 1rem;
}
.p-5{
    padding: 1.25rem;
}
.p-6{
    padding: 1.5rem;
}
.p-8{
    padding: 2rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
}
.px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}
.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-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-6{
    padding-left: 1.5rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.pr-4{
    padding-right: 1rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-2\.5{
    padding-top: 0.625rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-40{
    padding-top: 10rem;
}
.pt-8{
    padding-top: 2rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-inter{
    font-family: Inter, sans-serif;
}
.font-made_mirage{
    font-family: made_mirage;
}
.font-sans{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[18px\]{
    font-size: 18px;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-\[21px\]{
    font-size: 21px;
}
.text-\[28px\]{
    font-size: 28px;
}
.text-\[32px\]{
    font-size: 32px;
}
.text-\[36px\]{
    font-size: 36px;
}
.text-\[40px\]{
    font-size: 40px;
}
.text-\[42px\]{
    font-size: 42px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.italic{
    font-style: italic;
}
.not-italic{
    font-style: normal;
}
.leading-\[2rem\]{
    line-height: 2rem;
}
.leading-none{
    line-height: 1;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-\[0\.8px\]{
    letter-spacing: 0.8px;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.tracking-wider{
    letter-spacing: 0.05em;
}
.tracking-widest{
    letter-spacing: 0.1em;
}
.\!text-black{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#3B4F8C\]{
    --tw-text-opacity: 1;
    color: rgb(59 79 140 / var(--tw-text-opacity));
}
.text-\[\#3B5795\]{
    --tw-text-opacity: 1;
    color: rgb(59 87 149 / var(--tw-text-opacity));
}
.text-\[\#444B77\]{
    --tw-text-opacity: 1;
    color: rgb(68 75 119 / var(--tw-text-opacity));
}
.text-\[\#7DA1F2\]{
    --tw-text-opacity: 1;
    color: rgb(125 161 242 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700{
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-800{
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-900{
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(23 24 46 / var(--tw-text-opacity));
}
.text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / 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-green-500{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(59 87 149 / var(--tw-text-opacity));
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / 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);
}
.text-white\/\[\.5\]{
    color: rgb(255 255 255 / .5);
}
.text-yellow-500{
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.\!no-underline{
    text-decoration-line: none !important;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-40{
    opacity: 0.4;
}
.opacity-75{
    opacity: 0.75;
}
.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-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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);
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
    outline-style: solid;
}
.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);
}
.drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
}
.backdrop-filter{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.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-opacity{
    transition-property: opacity;
    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-200{
    transition-duration: 200ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

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

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

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

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
@media (min-width: 782px){

    .half-image-variation{
        flex-direction: row;
    }
}
.purple {
    color: #3B5795;
}
.info-card {
        border: 2px solid #3B5795;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }
.mt-negative {
        margin-top: -28px;
    }
.mb-negative {
        margin-bottom: 0;
    }
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.member-education ul, .member-education li {
        list-style: none !important;
        margin-left: 0 !important;
    }
.ipa_services-template .treatment-content ul, .ipa_services-template .treatment-content li {
            list-style: disc !important;
            margin-left: 1rem !important;
        }
.ipa_services-template .treatment-content a {
            color: #0a7aff;
        }
.sticky-cta p {
            margin-bottom: 0 !important;
            line-height: 2rem !important;
        }
.sticky-cta a {
            color: white !important;
        }
header .custom-logo-link {

    }
.opacity-0 {
    opacity: 0;
}
.member_education ul {
        list-style: none !important;
    }
.member_education ul li {
            list-style: none !important;
            margin-left: 0 !important;
        }
.ipa_services-template .prose ul, .ftm-template .prose ul {
            list-style: disc !important;
            margin-left: 1.5rem;
            margin-bottom: 1rem;
        }
.comparative-table-block .therapy-types-row .column-title {
            font-size: 21px;
            font-family: "Inter", sans-serif;
            font-weight: normal;
        }
.comparative-table-block .first-row:first-child {
        background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
.comparative-table-block tr:first-child th:first-child, .comparative-table-block tr:first-child th:last-child, .comparative-table-block tr:last-child th:first-child, .comparative-table-block tr:last-child th:last-child {
            font-family: "MADE Mirage";
            font-size: 28px;
            padding-left: 12px;
        }
.comparative-table-block td:last-child {
        border-right: none;

    }
.comparative-table-block tr:last-child td {
            text-align: left;
        }
.faq .title, .faq p {
        font-size: 18px;
    }
.faq .accordion-item {
        background: #3B5795;
    }
.faq .accordion-item.active {
            background: black;
        }
.faq.accordion p {
            margin-bottom: 0;
        }
/* Existing Animation Classes */
/* Initial hidden state for animation elements only */
.opacity-0 {
    opacity: 0;
}
/* Transition settings for elements */
.slide-in-left,
.slide-in-right,
.slide-in-bottom {
    transition: transform 1s ease-out, opacity 1s ease-out;
}
.slide-in-bottom-2s {
    transition: transform 2s ease-out, opacity 1s ease-out;
}
.slide-in-bottom-1500ms {
    transition: transform 1500ms ease-out, opacity 1s ease-out;
}
/* Animation classes */
.animate-slide-in-left {
    animation: slide-in-left 1s ease-out forwards;
}
.animate-slide-in-right {
    animation: slide-in-right 1s ease-out forwards;
}
.animate-slide-in-bottom {
    animation: slide-in-bottom 1s ease-out forwards;
}
.animate-slide-in-top {
    animation: slide-in-top 1s ease-out forwards;
}
.delay-animate-slide-in-bottom {
    animation: slide-in-bottom 2s ease-out forwards;
}
.delay-animate-slide-in-top-1500ms {
    animation: slide-in-top 1.5s ease-out forwards;
}
.delay-animate-slide-in-top-2s {
    animation: slide-in-top 2s ease-out forwards;
}
.delay-animate-slide-in-top-1250ms {
    animation: slide-in-top 1.25s ease-out forwards;
}
/* Keyframes for animations */
@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-right {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.card {
    padding: 20px 80px 5px 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.card li {
        font-size: 21px;
    }
.card p {
        font-size: 19px;
    }
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 1.25rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
/*This fixes the default ul where text wraps under the bullet*/
.entry-content ul:not(.block-editor-block-variation-picker__variations) li {
    list-style-position: outside;
    margin-left: 20px;
}
@font-face {
    font-family: 'made_mirage';
    src: url(../fonts/made_mirage_thin_personal_use-webfont.woff2?83de411908a25cc0c073bce80b8f0a52) format('woff2'),
    url(../fonts/made_mirage_thin_personal_use-webfont.woff?e0cb4956eb5719e76d0bae1c1f578cd0) format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'made_mirage';
    src: url(../fonts/made_mirage_black_personal_use-webfont.woff2?4c0c69f1b32c69168223587e1aceb0c9) format('woff2'),
    url(../fonts/made_mirage_black_personal_use-webfont.woff?e464faca5e4412cf3813dc106db84c2b) format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'made_mirage';
    src: url(../fonts/made_mirage_bold_personal_use-webfont.woff2?a36b2981f7de78184a39a3db16f0bde6) format('woff2'),
    url(../fonts/made_mirage_bold_personal_use-webfont.woff?022d5f09fa360ec64f733b4b3c6ec065) format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'made_mirage';
    src: url(../fonts/made_mirage_regular_personal_use-webfont.woff2?5a6bb6b8854dc2189328025914947489) format('woff2'),
    url(../fonts/made_mirage_regular_personal_use-webfont.woff?81502c00448e6892434fd98572cbafc5) format('woff');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 782px){
    .mega-menu-dropdown .md\:flex {
        align-items: flex-start;
    }
    @media (max-width: 768px) {
        .mega-menu-dropdown .md\:flex {
            flex-direction: column;
        }
    }
    @media (max-width: 1400px) {
        /* Override both normal and fixed positioning for smaller screens */
        
        .mega-menu-dropdown .md\:flex {
            flex-direction: row !important;
            flex-wrap: wrap !important;
            gap: 1.5rem !important;
            justify-content: center !important;
        }
    }
    
    @media (max-width: 1024px) {
        .mega-menu-dropdown .md\:flex {
            gap: 1rem !important;
        }
    }
    
    @media (max-width: 768px) {
        
        .mega-menu-dropdown .md\:flex {
            flex-direction: column !important;
            align-items: center !important;
        }
    }
    @media (max-width: 1023px) {
        /* Mobile menu container */

        /* Mobile menu list */

        /* Mobile menu items */

        /* Mobile menu links */

        /* Add mobile arrows via CSS */

        /* Mobile submenus */

        /* Third level submenus */

        /* Hidden state for mobile submenus */
        .mobile-menu-list .md\:hidden.sub-menu {
            display: none;
        }

        /* Mobile arrows for sub-items */
    }
}
@media (min-width: 960px){

    .lg\:container{
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width: 480px){

        .lg\:container{
            max-width: 480px;
        }
    }

    @media (min-width: 600px){

        .lg\:container{
            max-width: 600px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 782px){

        .lg\:container{
            max-width: 782px;
        }
    }

    @media (min-width: 834px){

        .lg\:container{
            max-width: 834px;
        }
    }

    @media (min-width: 960px){

        .lg\:container{
            max-width: 960px;
            padding-right: 0rem;
            padding-left: 0rem;
        }
    }

    @media (min-width: 1280px){

        .lg\:container{
            max-width: 1280px;
        }
    }

    @media (min-width: 1440px){

        .lg\:container{
            max-width: 1440px;
        }
    }
    .mega-menu-dropdown .lg\:flex {
        align-items: flex-start;
    }
    @media (max-width: 768px) {
        .mega-menu-dropdown .lg\:flex {
            flex-direction: column;
        }
    }
    @media (max-width: 1400px) {
        /* Override both normal and fixed positioning for smaller screens */
        
        .mega-menu-dropdown .lg\:flex {
            flex-direction: row !important;
            flex-wrap: wrap !important;
            gap: 1.5rem !important;
            justify-content: center !important;
        }
    }
    
    @media (max-width: 1024px) {
        .mega-menu-dropdown .lg\:flex {
            gap: 1rem !important;
        }
    }
    
    @media (max-width: 768px) {
        
        .mega-menu-dropdown .lg\:flex {
            flex-direction: column !important;
            align-items: center !important;
        }
    }
    @media (max-width: 1023px) {
        /* Mobile menu container */

        /* Mobile menu list */

        /* Mobile menu items */

        /* Mobile menu links */

        /* Add mobile arrows via CSS */

        /* Mobile submenus */

        /* Third level submenus */

        /* Hidden state for mobile submenus */
        .mobile-menu-list .lg\:hidden.sub-menu {
            display: none;
        }

        /* Mobile arrows for sub-items */
    }
}
.hover\:z-30:hover{
    z-index: 30;
}
.hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#3B5795\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 87 149 / var(--tw-border-opacity));
}
.hover\:border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(59 87 149 / var(--tw-border-opacity));
}
.hover\:bg-\[\#2A4278\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(42 66 120 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#2d3d6d\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(45 61 109 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#373D61\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 61 97 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#3B5795\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(59 87 149 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-\[\#3B5795\]:hover{
    --tw-text-opacity: 1;
    color: rgb(59 87 149 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(59 87 149 / var(--tw-text-opacity));
}
.hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-white\/\[\.5\]:hover{
    color: rgb(255 255 255 / .5);
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:no-underline:hover{
    text-decoration-line: none;
}
.hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover{
    --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);
}
.hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.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-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media not all and (min-width: 600px){

    .max-sm\:w-full{
        width: 100%;
    }
}
@media (min-width: 600px){

    .sm\:h-\[255px\]{
        height: 255px;
    }

    .sm\:h-\[394px\]{
        height: 394px;
    }

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

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

    .sm\:w-\[calc\(50\%-1\.5rem\)\]{
        width: calc(50% - 1.5rem);
    }

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

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

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

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

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

    .sm\: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)));
    }

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

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

    .sm\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 782px){

    .md\:absolute{
        position: absolute;
    }

    .md\:relative{
        position: relative;
    }

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

    .md\:right-6{
        right: 1.5rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:mt-9{
        margin-top: 2.25rem;
    }

    .md\:mt-\[8px\]{
        margin-top: 8px;
    }

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:contents{
        display: contents;
    }

    .md\:hidden{
        display: none;
    }

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

    .md\:h-\[400px\]{
        height: 400px;
    }

    .md\:h-\[476px\]{
        height: 476px;
    }

    .md\:h-\[570px\]{
        height: 570px;
    }

    .md\:h-\[600px\]{
        height: 600px;
    }

    .md\:h-\[680px\]{
        height: 680px;
    }

    .md\:h-\[839px\]{
        height: 839px;
    }

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

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

    .md\:min-h-\[400px\]{
        min-height: 400px;
    }

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

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

    .md\:w-1\/4{
        width: 25%;
    }

    .md\:w-2\/5{
        width: 40%;
    }

    .md\:w-3\/4{
        width: 75%;
    }

    .md\:w-3\/5{
        width: 60%;
    }

    .md\:w-64{
        width: 16rem;
    }

    .md\:w-\[45\%\]{
        width: 45%;
    }

    .md\:w-\[500px\]{
        width: 500px;
    }

    .md\:w-\[52\%\]{
        width: 52%;
    }

    .md\:max-w-3xl{
        max-width: 48rem;
    }

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

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

    .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-wrap{
        flex-wrap: wrap;
    }

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

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

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

    .md\:gap-3{
        gap: 0.75rem;
    }

    .md\:gap-8{
        gap: 2rem;
    }

    .md\: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)));
    }

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

    .md\:border-r{
        border-right-width: 1px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:py-44{
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

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

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

    .md\:pl-\[11rem\]{
        padding-left: 11rem;
    }

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

    .md\:pr-\[4rem\]{
        padding-right: 4rem;
    }

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

    .md\:pt-\[20px\]{
        padding-top: 20px;
    }

    .md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-\[21px\]{
        font-size: 21px;
    }

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

    .md\:text-\[28px\]{
        font-size: 28px;
    }

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

    .md\:text-\[60px\]{
        font-size: 60px;
    }

    .md\:text-\[70px\]{
        font-size: 70px;
    }

    .md\:text-\[75px\]{
        font-size: 75px;
    }

    .md\:text-\[80px\]{
        font-size: 80px;
    }

    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }

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

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

    .md\:leading-tight{
        line-height: 1.25;
    }

    .md\:tracking-\[0\.9px\]{
        letter-spacing: 0.9px;
    }
}
@media (min-width: 960px){

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

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

    .lg\:order-none{
        order: 0;
    }

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

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

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

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

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

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

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

    .lg\:mt-\[45px\]{
        margin-top: 45px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[520px\]{
        height: 520px;
    }

    .lg\:h-\[630px\]{
        height: 630px;
    }

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

    .lg\:w-1\/4{
        width: 25%;
    }

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

    .lg\:w-\[calc\(25\%-1\.125rem\)\]{
        width: calc(25% - 1.125rem);
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-\[52px\]{
        gap: 52px;
    }

    .lg\: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)));
    }

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

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

    .lg\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }

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

    .lg\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

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

    .lg\:px-\[50px\]{
        padding-left: 50px;
        padding-right: 50px;
    }

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

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

    .lg\:pl-\[83px\]{
        padding-left: 83px;
    }

    .lg\:pr-\[83px\]{
        padding-right: 83px;
    }

    .lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

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

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

    .lg\:text-\[32px\]{
        font-size: 32px;
    }

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

    .lg\:text-xl{
        font-size: 1.25rem;
    }
}
@media (min-width: 1280px){

    .xl\:h-\[680px\]{
        height: 680px;
    }

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

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

